+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /tmp/pod-shared/ovn.ini' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/neutron_ovn_vpn_agent.ini' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/ovn.ini --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/neutron_ovn_vpn_agent.ini --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Mon Apr 27 12:37:06 2026] *** compiled with version: 13.3.0 on 27 April 2026 09:37:27 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-5874b67bcb-kcvxk 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 0x7f5a8afad668 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-04-27 12:37:10.383 7 INFO neutron.common.config [-] Logging enabled! 2026-04-27 12:37:10.383 7 INFO neutron.common.config [-] uwsgi version 28.1.0.dev155 2026-04-27 12:37:10.398 8 INFO neutron.common.config [-] Logging enabled! 2026-04-27 12:37:10.398 8 INFO neutron.common.config [-] uwsgi version 28.1.0.dev155 2026-04-27 12:37:11.459 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-27 12:37:11.472 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-27 12:37:12.902 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-04-27 12:37:12.904 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-27 12:37:12.908 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-27 12:37:12.908 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-04-27 12:37:12.908 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-04-27 12:37:12.909 7 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-04-27 12:37:12.909 7 INFO neutron.plugins.ml2.managers [-] Project network_types: ['geneve'] 2026-04-27 12:37:12.909 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-27 12:37:12.917 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-27 12:37:12.917 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-27 12:37:12.917 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-04-27 12:37:13.134 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-04-27 12:37:13.139 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-04-27 12:37:13.139 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-04-27 12:37:13.139 7 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-04-27 12:37:13.139 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-27 12:37:13.143 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-27 12:37:13.143 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-04-27 12:37:13.143 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-04-27 12:37:13.143 8 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-04-27 12:37:13.144 8 INFO neutron.plugins.ml2.managers [-] Project network_types: ['geneve'] 2026-04-27 12:37:13.144 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-27 12:37:13.152 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-27 12:37:13.153 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-27 12:37:13.153 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-04-27 12:37:13.168 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-27 12:37:13.168 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-27 12:37:13.168 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-04-27 12:37:13.168 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-04-27 12:37:13.385 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-04-27 12:37:13.385 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-04-27 12:37:13.385 8 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-04-27 12:37:13.414 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-27 12:37:13.415 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-27 12:37:13.415 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-04-27 12:37:13.415 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-04-27 12:37:13.955 7 INFO neutron.plugins.ml2.managers [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Initializing driver for type 'vlan' 2026-04-27 12:37:14.099 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] VlanTypeDriver initialization complete 2026-04-27 12:37:14.100 7 INFO neutron.plugins.ml2.managers [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-27 12:37:14.100 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-27 12:37:14.100 7 INFO neutron.plugins.ml2.managers [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Initializing extension driver 'port_security' 2026-04-27 12:37:14.100 7 INFO neutron.plugins.ml2.extensions.port_security [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-27 12:37:14.100 7 INFO neutron.plugins.ml2.managers [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Initializing extension driver 'qos' 2026-04-27 12:37:14.100 7 INFO neutron.plugins.ml2.managers [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Initializing mechanism driver 'ovn' 2026-04-27 12:37:14.100 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Starting OVNMechanismDriver 2026-04-27 12:37:14.103 7 INFO neutron.services.logapi.drivers.ovn.driver [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] OVN logging driver registered 2026-04-27 12:37:14.109 7 INFO neutron.quota [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded quota_driver: . 2026-04-27 12:37:14.109 7 INFO neutron.plugins.ml2.plugin [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Modular L2 Plugin initialization complete 2026-04-27 12:37:14.109 7 INFO neutron.plugins.ml2.managers [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-27 12:37:14.110 7 INFO neutron.plugins.ml2.managers [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-27 12:37:14.110 7 INFO neutron.plugins.ml2.managers [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-27 12:37:14.110 7 INFO neutron.manager [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loading Plugin: qos 2026-04-27 12:37:14.122 7 INFO neutron.manager [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loading Plugin: ovn-router 2026-04-27 12:37:14.154 7 INFO neutron.services.ovn_l3.plugin [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Starting OVNL3RouterPlugin 2026-04-27 12:37:14.159 7 INFO neutron.manager [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loading Plugin: segments 2026-04-27 12:37:14.256 7 INFO neutron.manager [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loading Plugin: trunk 2026-04-27 12:37:14.257 8 INFO neutron.plugins.ml2.managers [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Initializing driver for type 'vlan' 2026-04-27 12:37:14.268 7 INFO neutron.manager [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loading Plugin: log 2026-04-27 12:37:14.270 7 INFO neutron.manager [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loading Plugin: ovn-vpnaas 2026-04-27 12:37:14.338 7 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-04-27 12:37:14.339 7 WARNING stevedore.named [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-04-27 12:37:14.382 7 INFO neutron_vpnaas.services.vpn.plugin [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-27 12:37:14.382 7 INFO neutron.common.utils [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Disable filter validation extension by service plugin VPNOVNDriverPlugin. 2026-04-27 12:37:14.383 7 INFO neutron.manager [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loading Plugin: taas 2026-04-27 12:37:14.404 7 WARNING stevedore.named [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-04-27 12:37:14.410 7 INFO neutron_taas.services.taas.taas_plugin [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-27 12:37:14.410 7 INFO neutron.manager [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loading Plugin: tapmirror 2026-04-27 12:37:14.411 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] VlanTypeDriver initialization complete 2026-04-27 12:37:14.412 8 INFO neutron.plugins.ml2.managers [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-27 12:37:14.412 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-27 12:37:14.412 8 INFO neutron.plugins.ml2.managers [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Initializing extension driver 'port_security' 2026-04-27 12:37:14.412 8 INFO neutron.plugins.ml2.extensions.port_security [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-27 12:37:14.412 8 INFO neutron.plugins.ml2.managers [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Initializing extension driver 'qos' 2026-04-27 12:37:14.412 8 INFO neutron.plugins.ml2.managers [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Initializing mechanism driver 'ovn' 2026-04-27 12:37:14.412 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Starting OVNMechanismDriver 2026-04-27 12:37:14.415 8 INFO neutron.services.logapi.drivers.ovn.driver [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] OVN logging driver registered 2026-04-27 12:37:14.419 7 WARNING stevedore.named [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-04-27 12:37:14.421 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-27 12:37:14.421 7 INFO neutron.manager [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loading Plugin: auto_allocate 2026-04-27 12:37:14.421 8 INFO neutron.quota [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded quota_driver: . 2026-04-27 12:37:14.422 8 INFO neutron.plugins.ml2.plugin [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Modular L2 Plugin initialization complete 2026-04-27 12:37:14.422 8 INFO neutron.plugins.ml2.managers [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-27 12:37:14.422 8 INFO neutron.plugins.ml2.managers [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-27 12:37:14.422 8 INFO neutron.plugins.ml2.managers [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Got port-security extension from driver 'port_security' 2026-04-27 12:37:14.422 8 INFO neutron.manager [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loading Plugin: qos 2026-04-27 12:37:14.426 7 INFO neutron.manager [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loading Plugin: tag 2026-04-27 12:37:14.433 7 INFO neutron.manager [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loading Plugin: timestamp 2026-04-27 12:37:14.435 8 INFO neutron.manager [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loading Plugin: ovn-router 2026-04-27 12:37:14.435 7 INFO neutron.manager [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loading Plugin: network_ip_availability 2026-04-27 12:37:14.440 7 INFO neutron.manager [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loading Plugin: flavors 2026-04-27 12:37:14.444 7 INFO neutron.manager [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loading Plugin: revisions 2026-04-27 12:37:14.447 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Initializing extension manager. 2026-04-27 12:37:14.448 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: address-group 2026-04-27 12:37:14.449 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: address-scope 2026-04-27 12:37:14.450 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-04-27 12:37:14.451 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: agent 2026-04-27 12:37:14.452 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-04-27 12:37:14.453 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-27 12:37:14.453 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-27 12:37:14.454 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: availability_zone 2026-04-27 12:37:14.455 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-04-27 12:37:14.455 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-27 12:37:14.456 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: default-subnetpools 2026-04-27 12:37:14.457 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-27 12:37:14.458 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: dns-integration 2026-04-27 12:37:14.458 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: dns-domain-ports 2026-04-27 12:37:14.459 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-04-27 12:37:14.459 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension dvr not supported by any of loaded plugins 2026-04-27 12:37:14.460 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-27 12:37:14.460 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: empty-string-filtering 2026-04-27 12:37:14.461 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-27 12:37:14.461 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-27 12:37:14.462 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: external-net 2026-04-27 12:37:14.462 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-27 12:37:14.463 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: extraroute 2026-04-27 12:37:14.463 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: extraroute-atomic 2026-04-27 12:37:14.464 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-27 12:37:14.464 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-27 12:37:14.465 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-27 12:37:14.465 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-27 12:37:14.466 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: fip-port-details 2026-04-27 12:37:14.467 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: flavors 2026-04-27 12:37:14.468 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-27 12:37:14.468 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: floatingip-pools 2026-04-27 12:37:14.469 8 INFO neutron.services.ovn_l3.plugin [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Starting OVNL3RouterPlugin 2026-04-27 12:37:14.469 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: ip_allocation 2026-04-27 12:37:14.469 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-04-27 12:37:14.470 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: l2_adjacency 2026-04-27 12:37:14.471 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: router 2026-04-27 12:37:14.473 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-27 12:37:14.473 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: enable-default-route-bfd 2026-04-27 12:37:14.473 8 INFO neutron.manager [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loading Plugin: segments 2026-04-27 12:37:14.474 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: enable-default-route-ecmp 2026-04-27 12:37:14.475 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: ext-gw-mode 2026-04-27 12:37:14.475 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: l3-ha 2026-04-27 12:37:14.476 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-27 12:37:14.476 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: external-gateway-multihoming 2026-04-27 12:37:14.477 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: l3-flavors 2026-04-27 12:37:14.477 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-27 12:37:14.478 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-04-27 12:37:14.480 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension l3_agent_scheduler not supported by any of loaded plugins 2026-04-27 12:37:14.481 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-27 12:37:14.482 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: logging 2026-04-27 12:37:14.483 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-27 12:37:14.484 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-27 12:37:14.484 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: multi-provider 2026-04-27 12:37:14.485 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: net-mtu 2026-04-27 12:37:14.485 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: net-mtu-writable 2026-04-27 12:37:14.486 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: network_availability_zone 2026-04-27 12:37:14.487 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-04-27 12:37:14.487 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: network-ip-availability 2026-04-27 12:37:14.488 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: network-ip-availability-details 2026-04-27 12:37:14.489 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-27 12:37:14.489 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: pagination 2026-04-27 12:37:14.490 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: port-device-profile 2026-04-27 12:37:14.490 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-27 12:37:14.491 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-27 12:37:14.491 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-27 12:37:14.492 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-04-27 12:37:14.492 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-27 12:37:14.493 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-27 12:37:14.496 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-27 12:37:14.498 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: port-resource-request 2026-04-27 12:37:14.499 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-27 12:37:14.501 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-27 12:37:14.502 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: binding 2026-04-27 12:37:14.504 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: binding-extended 2026-04-27 12:37:14.506 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: port-security 2026-04-27 12:37:14.507 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: project-id 2026-04-27 12:37:14.508 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: provider 2026-04-27 12:37:14.509 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: qinq 2026-04-27 12:37:14.511 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: qos 2026-04-27 12:37:14.512 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-27 12:37:14.513 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-27 12:37:14.513 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: qos-default 2026-04-27 12:37:14.514 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: qos-fip 2026-04-27 12:37:14.514 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-27 12:37:14.515 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-27 12:37:14.515 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-27 12:37:14.516 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-27 12:37:14.517 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-27 12:37:14.517 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: qos-pps 2026-04-27 12:37:14.518 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-27 12:37:14.519 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-27 12:37:14.519 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: qos-rules-alias 2026-04-27 12:37:14.520 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: quota-check-limit 2026-04-27 12:37:14.520 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-27 12:37:14.523 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: quotas 2026-04-27 12:37:14.525 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: quota_details 2026-04-27 12:37:14.530 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: rbac-policies 2026-04-27 12:37:14.531 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-04-27 12:37:14.531 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: rbac-address-scope 2026-04-27 12:37:14.532 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: rbac-security-groups 2026-04-27 12:37:14.532 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-04-27 12:37:14.533 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: revision-if-match 2026-04-27 12:37:14.534 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-27 12:37:14.534 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: router_availability_zone 2026-04-27 12:37:14.535 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: router-enable-snat 2026-04-27 12:37:14.536 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-27 12:37:14.538 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-27 12:37:14.538 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-27 12:37:14.539 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-04-27 12:37:14.539 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-27 12:37:14.540 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-27 12:37:14.540 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-27 12:37:14.545 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: security-group 2026-04-27 12:37:14.546 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: segment 2026-04-27 12:37:14.547 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-27 12:37:14.548 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: service-type 2026-04-27 12:37:14.548 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: sorting 2026-04-27 12:37:14.549 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: standard-attr-segment 2026-04-27 12:37:14.549 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: standard-attr-description 2026-04-27 12:37:14.550 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: stateful-security-group 2026-04-27 12:37:14.551 7 WARNING neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-27 12:37:14.551 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-04-27 12:37:14.552 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: subnet-external-network 2026-04-27 12:37:14.553 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension subnet_onboard not supported by any of loaded plugins 2026-04-27 12:37:14.553 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-27 12:37:14.554 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: subnet-service-types 2026-04-27 12:37:14.555 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: subnet_allocation 2026-04-27 12:37:14.555 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-27 12:37:14.556 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: tag-creation 2026-04-27 12:37:14.556 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-27 12:37:14.561 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: standard-attr-tag 2026-04-27 12:37:14.561 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-27 12:37:14.562 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: trunk 2026-04-27 12:37:14.563 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: trunk-details 2026-04-27 12:37:14.563 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-27 12:37:14.564 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-27 12:37:14.564 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: vlan-transparent 2026-04-27 12:37:14.565 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-27 12:37:14.567 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: vpn-agent-scheduler 2026-04-27 12:37:14.568 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-27 12:37:14.569 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: vpn-flavors 2026-04-27 12:37:14.571 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: vpnaas 2026-04-27 12:37:14.572 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: taas 2026-04-27 12:37:14.573 8 INFO neutron.manager [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loading Plugin: trunk 2026-04-27 12:37:14.573 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: tap-mirror 2026-04-27 12:37:14.574 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-04-27 12:37:14.575 7 INFO neutron.api.extensions [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-27 12:37:14.578 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-27 12:37:14.578 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-27 12:37:14.578 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-27 12:37:14.578 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-27 12:37:14.582 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-27 12:37:14.583 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-27 12:37:14.584 8 INFO neutron.manager [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loading Plugin: log 2026-04-27 12:37:14.587 8 INFO neutron.manager [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loading Plugin: ovn-vpnaas 2026-04-27 12:37:14.587 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-27 12:37:14.588 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-27 12:37:14.588 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-27 12:37:14.589 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-27 12:37:14.589 7 WARNING neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] subnetpool is already registered 2026-04-27 12:37:14.590 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-27 12:37:14.590 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-27 12:37:14.591 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-27 12:37:14.591 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-27 12:37:14.592 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-27 12:37:14.592 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-27 12:37:14.593 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-27 12:37:14.593 7 WARNING neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] ipsecpolicy is already registered 2026-04-27 12:37:14.593 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-27 12:37:14.593 7 WARNING neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] ikepolicy is already registered 2026-04-27 12:37:14.598 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-27 12:37:14.598 7 WARNING neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] router is already registered 2026-04-27 12:37:14.599 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-27 12:37:14.599 7 WARNING neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] floatingip is already registered 2026-04-27 12:37:14.603 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-27 12:37:14.604 7 WARNING neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] rbac_policy is already registered 2026-04-27 12:37:14.604 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-27 12:37:14.604 7 WARNING neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] security_group is already registered 2026-04-27 12:37:14.605 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-27 12:37:14.605 7 WARNING neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] security_group_rule is already registered 2026-04-27 12:37:14.606 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-27 12:37:14.606 7 WARNING neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] subnetpool is already registered 2026-04-27 12:37:14.606 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-27 12:37:14.606 7 WARNING neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] trunk is already registered 2026-04-27 12:37:14.607 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-27 12:37:14.607 7 WARNING neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] ikepolicy is already registered 2026-04-27 12:37:14.607 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-27 12:37:14.608 7 WARNING neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] ipsecpolicy is already registered 2026-04-27 12:37:14.608 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-27 12:37:14.608 7 WARNING neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] endpoint_group is already registered 2026-04-27 12:37:14.608 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-27 12:37:14.609 7 WARNING neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] vpnservice is already registered 2026-04-27 12:37:14.609 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-27 12:37:14.609 7 WARNING neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] ipsec_site_connection is already registered 2026-04-27 12:37:14.609 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-27 12:37:14.610 7 WARNING neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] ipsecpolicy is already registered 2026-04-27 12:37:14.610 7 INFO neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-27 12:37:14.610 7 WARNING neutron.quota.resource_registry [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] ikepolicy is already registered 2026-04-27 12:37:14.645 8 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-04-27 12:37:14.645 8 WARNING stevedore.named [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-04-27 12:37:14.649 7 WARNING keystonemiddleware._common.config [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-27 12:37:14.657 7 WARNING oslo_config.cfg [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-27 12:37:14.683 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] uWSGI must provide a start time using the configuration parameter "start-time %t" in the configuration file 2026-04-27 12:37:14.687 8 INFO neutron_vpnaas.services.vpn.plugin [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-27 12:37:14.688 8 INFO neutron.common.utils [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Disable filter validation extension by service plugin VPNOVNDriverPlugin. 2026-04-27 12:37:14.688 8 INFO neutron.manager [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loading Plugin: taas 2026-04-27 12:37:14.695 7 INFO neutron.db.ovn_hash_ring_db [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Nodes from host "neutron-server-5874b67bcb-kcvxk" and group "mechanism_driver" removed from the Hash Ring created at 2026-04-27 12:37:14+00:00 2026-04-27 12:37:14.698 7 INFO neutron.db.ovn_hash_ring_db [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Node d8c62d456aad52989076e9b9f6da128d from host "neutron-server-5874b67bcb-kcvxk" and group "mechanism_driver" added to the Hash Ring 2026-04-27 12:37:14.705 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Hash Ring probing thread for node d8c62d456aad52989076e9b9f6da128d has started 2026-04-27 12:37:14.706 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-04-27 12:37:14.712 8 WARNING stevedore.named [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-04-27 12:37:14.720 8 INFO neutron_taas.services.taas.taas_plugin [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-27 12:37:14.720 8 INFO neutron.manager [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loading Plugin: tapmirror 2026-04-27 12:37:14.730 8 WARNING stevedore.named [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-04-27 12:37:14.731 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-27 12:37:14.731 8 INFO neutron.manager [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loading Plugin: auto_allocate 2026-04-27 12:37:14.735 8 INFO neutron.manager [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loading Plugin: tag 2026-04-27 12:37:14.738 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] tcp:10.96.58.34:6641: connecting... 2026-04-27 12:37:14.738 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] tcp:10.96.58.34:6641: connected 2026-04-27 12:37:14.743 8 INFO neutron.manager [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loading Plugin: timestamp 2026-04-27 12:37:14.746 8 INFO neutron.manager [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loading Plugin: network_ip_availability 2026-04-27 12:37:14.750 8 INFO neutron.manager [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loading Plugin: flavors 2026-04-27 12:37:14.754 8 INFO neutron.manager [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loading Plugin: revisions 2026-04-27 12:37:14.757 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Initializing extension manager. 2026-04-27 12:37:14.758 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: address-group 2026-04-27 12:37:14.759 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: address-scope 2026-04-27 12:37:14.760 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-04-27 12:37:14.761 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: agent 2026-04-27 12:37:14.761 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-04-27 12:37:14.763 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: allowed-address-pairs 2026-04-27 12:37:14.763 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: auto-allocated-topology 2026-04-27 12:37:14.764 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: availability_zone 2026-04-27 12:37:14.765 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-04-27 12:37:14.765 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-27 12:37:14.766 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: default-subnetpools 2026-04-27 12:37:14.767 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-27 12:37:14.768 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: dns-integration 2026-04-27 12:37:14.768 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: dns-domain-ports 2026-04-27 12:37:14.769 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-04-27 12:37:14.769 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension dvr not supported by any of loaded plugins 2026-04-27 12:37:14.770 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-27 12:37:14.770 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: empty-string-filtering 2026-04-27 12:37:14.771 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-27 12:37:14.771 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-27 12:37:14.772 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: external-net 2026-04-27 12:37:14.772 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-27 12:37:14.773 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: extraroute 2026-04-27 12:37:14.773 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: extraroute-atomic 2026-04-27 12:37:14.774 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-27 12:37:14.774 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-27 12:37:14.775 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-27 12:37:14.775 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-27 12:37:14.776 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: fip-port-details 2026-04-27 12:37:14.777 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: flavors 2026-04-27 12:37:14.778 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-27 12:37:14.778 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: floatingip-pools 2026-04-27 12:37:14.779 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: ip_allocation 2026-04-27 12:37:14.779 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-04-27 12:37:14.780 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: l2_adjacency 2026-04-27 12:37:14.781 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: router 2026-04-27 12:37:14.783 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-27 12:37:14.784 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: enable-default-route-bfd 2026-04-27 12:37:14.785 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: enable-default-route-ecmp 2026-04-27 12:37:14.785 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: ext-gw-mode 2026-04-27 12:37:14.786 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: l3-ha 2026-04-27 12:37:14.786 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-27 12:37:14.787 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: external-gateway-multihoming 2026-04-27 12:37:14.787 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: l3-flavors 2026-04-27 12:37:14.788 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-27 12:37:14.788 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-04-27 12:37:14.791 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension l3_agent_scheduler not supported by any of loaded plugins 2026-04-27 12:37:14.792 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-27 12:37:14.793 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: logging 2026-04-27 12:37:14.794 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-27 12:37:14.795 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-27 12:37:14.795 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: multi-provider 2026-04-27 12:37:14.796 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: net-mtu 2026-04-27 12:37:14.796 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-04-27 12:37:14.796 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: net-mtu-writable 2026-04-27 12:37:14.797 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: network_availability_zone 2026-04-27 12:37:14.797 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-04-27 12:37:14.798 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: network-ip-availability 2026-04-27 12:37:14.799 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: network-ip-availability-details 2026-04-27 12:37:14.800 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-27 12:37:14.800 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: pagination 2026-04-27 12:37:14.800 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: port-device-profile 2026-04-27 12:37:14.801 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-27 12:37:14.802 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-27 12:37:14.802 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-27 12:37:14.803 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-04-27 12:37:14.803 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-27 12:37:14.804 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-27 12:37:14.804 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-27 12:37:14.805 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: port-resource-request 2026-04-27 12:37:14.805 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: port-resource-request-groups 2026-04-27 12:37:14.806 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-27 12:37:14.806 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: binding 2026-04-27 12:37:14.807 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: binding-extended 2026-04-27 12:37:14.807 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: port-security 2026-04-27 12:37:14.808 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: project-id 2026-04-27 12:37:14.808 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: provider 2026-04-27 12:37:14.809 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: qinq 2026-04-27 12:37:14.811 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: qos 2026-04-27 12:37:14.812 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-27 12:37:14.812 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-27 12:37:14.813 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: qos-default 2026-04-27 12:37:14.813 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: qos-fip 2026-04-27 12:37:14.814 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-27 12:37:14.814 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: qos-gateway-ip 2026-04-27 12:37:14.815 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: qos-port-network-policy 2026-04-27 12:37:14.815 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: qos-pps-minimum 2026-04-27 12:37:14.816 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-27 12:37:14.816 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] tcp:10.101.226.215:6642: connecting... 2026-04-27 12:37:14.816 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] tcp:10.101.226.215:6642: connected 2026-04-27 12:37:14.817 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: qos-pps 2026-04-27 12:37:14.817 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: qos-rule-type-details 2026-04-27 12:37:14.818 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-27 12:37:14.818 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: qos-rules-alias 2026-04-27 12:37:14.819 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: quota-check-limit 2026-04-27 12:37:14.820 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: quota-check-limit-default 2026-04-27 12:37:14.822 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: quotas 2026-04-27 12:37:14.823 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: quota_details 2026-04-27 12:37:14.824 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: rbac-policies 2026-04-27 12:37:14.825 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-04-27 12:37:14.825 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: rbac-address-scope 2026-04-27 12:37:14.826 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: rbac-security-groups 2026-04-27 12:37:14.826 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-04-27 12:37:14.827 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: revision-if-match 2026-04-27 12:37:14.828 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: standard-attr-revisions 2026-04-27 12:37:14.828 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: router_availability_zone 2026-04-27 12:37:14.829 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: router-enable-snat 2026-04-27 12:37:14.829 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-27 12:37:14.831 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: security-groups-default-rules 2026-04-27 12:37:14.831 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-27 12:37:14.832 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-04-27 12:37:14.832 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-27 12:37:14.833 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-27 12:37:14.833 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-27 12:37:14.838 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: security-group 2026-04-27 12:37:14.840 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: segment 2026-04-27 12:37:14.840 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-27 12:37:14.841 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: service-type 2026-04-27 12:37:14.841 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: sorting 2026-04-27 12:37:14.842 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: standard-attr-segment 2026-04-27 12:37:14.843 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: standard-attr-description 2026-04-27 12:37:14.843 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: stateful-security-group 2026-04-27 12:37:14.844 8 WARNING neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-27 12:37:14.844 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-04-27 12:37:14.845 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: subnet-external-network 2026-04-27 12:37:14.845 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension subnet_onboard not supported by any of loaded plugins 2026-04-27 12:37:14.846 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-27 12:37:14.846 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: subnet-service-types 2026-04-27 12:37:14.847 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: subnet_allocation 2026-04-27 12:37:14.848 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-27 12:37:14.848 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: tag-creation 2026-04-27 12:37:14.849 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-27 12:37:14.853 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: standard-attr-tag 2026-04-27 12:37:14.853 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-27 12:37:14.854 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: trunk 2026-04-27 12:37:14.854 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: trunk-details 2026-04-27 12:37:14.855 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-27 12:37:14.855 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-27 12:37:14.856 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: vlan-transparent 2026-04-27 12:37:14.857 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-27 12:37:14.859 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: vpn-agent-scheduler 2026-04-27 12:37:14.859 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-27 12:37:14.860 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: vpn-flavors 2026-04-27 12:37:14.862 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: vpnaas 2026-04-27 12:37:14.863 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] WorkerService process has finished the post initialization 2026-04-27 12:37:14.863 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: taas 2026-04-27 12:37:14.864 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension 2026-04-27 12:37:14.864 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: tap-mirror 2026-04-27 12:37:14.864 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [-] Starting OVNClientPlacementExtension 2026-04-27 12:37:14.865 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: tap-mirror-both-direction 2026-04-27 12:37:14.865 8 INFO neutron.api.extensions [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Loaded extension: taas-vlan-filter 2026-04-27 12:37:14.868 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-27 12:37:14.868 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-27 12:37:14.868 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-27 12:37:14.868 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-27 12:37:14.872 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-27 12:37:14.873 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-27 12:37:14.878 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-27 12:37:14.879 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-27 12:37:14.880 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-27 12:37:14.880 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-27 12:37:14.881 8 WARNING neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] subnetpool is already registered 2026-04-27 12:37:14.881 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-27 12:37:14.881 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] tcp:10.96.58.34:6641: connecting... 2026-04-27 12:37:14.881 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] tcp:10.96.58.34:6641: connected 2026-04-27 12:37:14.881 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-27 12:37:14.882 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-27 12:37:14.882 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-27 12:37:14.883 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-27 12:37:14.883 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-27 12:37:14.884 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-27 12:37:14.884 8 WARNING neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] ipsecpolicy is already registered 2026-04-27 12:37:14.884 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-27 12:37:14.884 8 WARNING neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] ikepolicy is already registered 2026-04-27 12:37:14.889 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-27 12:37:14.889 8 WARNING neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] router is already registered 2026-04-27 12:37:14.890 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-27 12:37:14.890 8 WARNING neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] floatingip is already registered 2026-04-27 12:37:14.894 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-27 12:37:14.894 8 WARNING neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] rbac_policy is already registered 2026-04-27 12:37:14.895 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-27 12:37:14.895 8 WARNING neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] security_group is already registered 2026-04-27 12:37:14.895 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-27 12:37:14.895 8 WARNING neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] security_group_rule is already registered 2026-04-27 12:37:14.896 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-27 12:37:14.896 8 WARNING neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] subnetpool is already registered 2026-04-27 12:37:14.897 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-27 12:37:14.897 8 WARNING neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] trunk is already registered 2026-04-27 12:37:14.897 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-27 12:37:14.897 8 WARNING neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] ikepolicy is already registered 2026-04-27 12:37:14.898 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-27 12:37:14.898 8 WARNING neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] ipsecpolicy is already registered 2026-04-27 12:37:14.898 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-27 12:37:14.899 8 WARNING neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] endpoint_group is already registered 2026-04-27 12:37:14.899 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-27 12:37:14.899 8 WARNING neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] vpnservice is already registered 2026-04-27 12:37:14.899 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-27 12:37:14.900 8 WARNING neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] ipsec_site_connection is already registered 2026-04-27 12:37:14.900 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-27 12:37:14.900 8 WARNING neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] ipsecpolicy is already registered 2026-04-27 12:37:14.900 8 INFO neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-27 12:37:14.900 8 WARNING neutron.quota.resource_registry [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] ikepolicy is already registered 2026-04-27 12:37:14.919 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] tcp:10.96.58.34:6641: connecting... 2026-04-27 12:37:14.919 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-322565e3-3e2b-4ec3-91d8-3d59e6cb5886 - - - - - -] tcp:10.96.58.34:6641: connected 2026-04-27 12:37:14.939 8 WARNING keystonemiddleware._common.config [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] The option "audit_map_file" is not known to keystonemiddleware WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f5a8afad668 pid: 7 (default app) 2026-04-27 12:37:14.946 8 WARNING oslo_config.cfg [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-27 12:37:14.968 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] uWSGI must provide a start time using the configuration parameter "start-time %t" in the configuration file 2026-04-27 12:37:14.983 8 INFO neutron.db.ovn_hash_ring_db [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Nodes from host "neutron-server-5874b67bcb-kcvxk" and group "mechanism_driver" removed from the Hash Ring created at 2026-04-27 12:37:14+00:00 2026-04-27 12:37:14.989 8 INFO neutron.db.ovn_hash_ring_db [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Node 34b6968a5d735389bd500aa069def2ac from host "neutron-server-5874b67bcb-kcvxk" and group "mechanism_driver" added to the Hash Ring 2026-04-27 12:37:14.997 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Hash Ring probing thread for node 34b6968a5d735389bd500aa069def2ac has started 2026-04-27 12:37:14.998 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-04-27 12:37:15.032 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] tcp:10.96.58.34:6641: connecting... 2026-04-27 12:37:15.032 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] tcp:10.96.58.34:6641: connected 2026-04-27 12:37:15.080 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-04-27 12:37:15.105 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] tcp:10.101.226.215:6642: connecting... 2026-04-27 12:37:15.105 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] tcp:10.101.226.215:6642: connected 2026-04-27 12:37:15.151 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] WorkerService process has finished the post initialization 2026-04-27 12:37:15.172 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] tcp:10.96.58.34:6641: connecting... 2026-04-27 12:37:15.172 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] tcp:10.96.58.34:6641: connected 2026-04-27 12:37:15.218 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] tcp:10.96.58.34:6641: connecting... 2026-04-27 12:37:15.219 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-95608630-a69a-4be5-a429-74c7f583985e - - - - - -] tcp:10.96.58.34:6641: connected WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7f5a8afad668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 12:37:17.308 7 INFO neutron.pecan_wsgi.hooks.translation [None req-df278ad8-16f8-4bf3-b53c-0272ea22ca15 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.33 () {44 vars in 924 bytes} [Mon Apr 27 12:37:16 2026] GET /v2.0/networks/public => generated 108 bytes in 638 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.204.45.33 () {44 vars in 946 bytes} [Mon Apr 27 12:37:17 2026] GET /v2.0/networks?name=public => generated 15 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 12:37:18.342 7 INFO neutron.db.ovn_revision_numbers_db [None req-b96536e1-9d6d-46b3-89a1-cc67759cf69b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 982a0438-5ac7-4e22-b0e1-930a7e72a6e0 (type: security_groups) to 1 2026-04-27 12:37:18.361 7 INFO neutron.db.ovn_revision_numbers_db [None req-b96536e1-9d6d-46b3-89a1-cc67759cf69b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 344e7150-19bf-4a56-8802-b55ec907ff50 (type: security_group_rules) to 0 2026-04-27 12:37:18.374 7 INFO neutron.db.ovn_revision_numbers_db [None req-b96536e1-9d6d-46b3-89a1-cc67759cf69b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 71773b96-90c6-4b93-b865-f372d398423a (type: security_group_rules) to 0 2026-04-27 12:37:18.385 7 INFO neutron.db.ovn_revision_numbers_db [None req-b96536e1-9d6d-46b3-89a1-cc67759cf69b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a511f725-bfc0-474c-bd73-8b45be0ccdef (type: security_group_rules) to 0 2026-04-27 12:37:18.397 7 INFO neutron.db.ovn_revision_numbers_db [None req-b96536e1-9d6d-46b3-89a1-cc67759cf69b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a6058381-6020-4894-8a9a-ca64cac33ccd (type: security_group_rules) to 0 2026-04-27 12:37:18.495 7 WARNING neutron.services.revisions.revision_plugin [None req-b96536e1-9d6d-46b3-89a1-cc67759cf69b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Could not find related network for resource to bump revision. 2026-04-27 12:37:18.531 7 INFO neutron.db.segments_db [None req-b96536e1-9d6d-46b3-89a1-cc67759cf69b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Added segment a0e01d7d-ef0e-482b-98b9-2c3ae429dc38 of type flat for network efa4631e-e702-418f-b8da-e46b8177a35c 2026-04-27 12:37:18.698 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status down for port: provnet-a0e01d7d-ef0e-482b-98b9-2c3ae429dc38 2026-04-27 12:37:18.701 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status down for port: provnet-a0e01d7d-ef0e-482b-98b9-2c3ae429dc38 2026-04-27 12:37:18.747 7 INFO neutron.db.ovn_revision_numbers_db [None req-b96536e1-9d6d-46b3-89a1-cc67759cf69b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource efa4631e-e702-418f-b8da-e46b8177a35c (type: networks) to 1 2026-04-27 12:37:19.252 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b96536e1-9d6d-46b3-89a1-cc67759cf69b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 12:37:19.254 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b96536e1-9d6d-46b3-89a1-cc67759cf69b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 12:37:19.319 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-abbcdfe4-8579-4665-bc1b-0e341f21a661 - - - - - -] OVN reports status down for port: 65c8d9f8-bfea-4bdc-8933-43f2ca9a1c0b 2026-04-27 12:37:19.321 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-68abddca-a41b-4510-bc3a-46d7b6fc0b0d - - - - - -] OVN reports status down for port: 65c8d9f8-bfea-4bdc-8933-43f2ca9a1c0b 2026-04-27 12:37:19.395 7 INFO neutron.db.ovn_revision_numbers_db [None req-b96536e1-9d6d-46b3-89a1-cc67759cf69b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 65c8d9f8-bfea-4bdc-8933-43f2ca9a1c0b (type: ports) to 1 2026-04-27 12:37:19.422 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-68abddca-a41b-4510-bc3a-46d7b6fc0b0d - - - - - -] Starting OVNClientQosExtension 2026-04-27 12:37:19.422 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [None req-68abddca-a41b-4510-bc3a-46d7b6fc0b0d - - - - - -] Starting OVNClientPlacementExtension [pid: 7|app: 0|req: 4/6] 199.204.45.33 () {48 vars in 964 bytes} [Mon Apr 27 12:37:17 2026] POST /v2.0/networks => generated 744 bytes in 1718 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 12:37:20.899 8 INFO neutron.pecan_wsgi.hooks.translation [None req-13fcca48-6027-4203-bb65-6cd34b1f1b63 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/7] 199.204.45.33 () {44 vars in 924 bytes} [Mon Apr 27 12:37:20 2026] GET /v2.0/networks/public => generated 108 bytes in 367 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/8] 199.204.45.33 () {44 vars in 946 bytes} [Mon Apr 27 12:37:20 2026] GET /v2.0/networks?name=public => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 12:37:20.976 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7377f976-3f30-45d4-af39-df0742e01b34 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/9] 199.204.45.33 () {44 vars in 1031 bytes} [Mon Apr 27 12:37:20 2026] GET /v2.0/subnets/public-subnet?network_id=efa4631e-e702-418f-b8da-e46b8177a35c => generated 113 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/10] 199.204.45.33 () {44 vars in 1054 bytes} [Mon Apr 27 12:37:20 2026] GET /v2.0/subnets?name=public-subnet&network_id=efa4631e-e702-418f-b8da-e46b8177a35c => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 12:37:21.652 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-529544af-a472-4510-b6a4-d5ed7da7cda1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 12:37:21.654 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-529544af-a472-4510-b6a4-d5ed7da7cda1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 12:37:22.511 8 INFO neutron.db.ovn_revision_numbers_db [None req-529544af-a472-4510-b6a4-d5ed7da7cda1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 65c8d9f8-bfea-4bdc-8933-43f2ca9a1c0b (type: ports) to 2 2026-04-27 12:37:22.555 8 INFO neutron.db.ovn_revision_numbers_db [None req-529544af-a472-4510-b6a4-d5ed7da7cda1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 76d383e7-ffa0-496f-8534-57ce4d8e73ab (type: subnets) to 0 [pid: 8|app: 0|req: 5/11] 199.204.45.33 () {48 vars in 962 bytes} [Mon Apr 27 12:37:21 2026] POST /v2.0/subnets => generated 664 bytes in 1567 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 12:42:13.587 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7c049d1c-82c9-40e0-b87e-8616e03472e1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 23/47] 199.204.45.33 () {44 vars in 934 bytes} [Mon Apr 27 12:42:13 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 25/48] 199.204.45.33 () {44 vars in 956 bytes} [Mon Apr 27 12:42:13 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 12:42:13.712 8 INFO neutron.db.segments_db [None req-3360d6f3-9011-479c-ac1a-5e6e4ed699a7 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Added segment cd89cb6c-e374-44a6-9f83-14eb4d4747a3 of type geneve for network 2be9a2e6-5e16-4091-9b76-1ade35627fc1 2026-04-27 12:42:13.878 8 INFO neutron.db.ovn_revision_numbers_db [None req-3360d6f3-9011-479c-ac1a-5e6e4ed699a7 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2be9a2e6-5e16-4091-9b76-1ade35627fc1 (type: networks) to 1 2026-04-27 12:42:14.057 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3360d6f3-9011-479c-ac1a-5e6e4ed699a7 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 12:42:14.059 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3360d6f3-9011-479c-ac1a-5e6e4ed699a7 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 2be9a2e6-5e16-4091-9b76-1ade35627fc1: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 12:42:14.108 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-abbcdfe4-8579-4665-bc1b-0e341f21a661 - - - - - -] OVN reports status down for port: f98bc5d9-1872-474a-8041-a1bb13bfeea0 2026-04-27 12:42:14.138 8 INFO neutron.db.ovn_revision_numbers_db [None req-3360d6f3-9011-479c-ac1a-5e6e4ed699a7 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f98bc5d9-1872-474a-8041-a1bb13bfeea0 (type: ports) to 1 [pid: 8|app: 0|req: 24/49] 199.204.45.33 () {48 vars in 963 bytes} [Mon Apr 27 12:42:13 2026] POST /v2.0/networks => generated 748 bytes in 552 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 12:42:15.077 7 INFO neutron.pecan_wsgi.hooks.translation [None req-63c80639-5793-4b4f-8f5e-e2d9431619de c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 26/50] 199.204.45.33 () {44 vars in 934 bytes} [Mon Apr 27 12:42:15 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 25/51] 199.204.45.33 () {44 vars in 956 bytes} [Mon Apr 27 12:42:15 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 738 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 12:42:15.146 7 INFO neutron.pecan_wsgi.hooks.translation [None req-55f0b675-1a2a-47ef-9550-067b1659f3cd c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 27/52] 199.204.45.33 () {44 vars in 1033 bytes} [Mon Apr 27 12:42:15 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=2be9a2e6-5e16-4091-9b76-1ade35627fc1 => generated 114 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 26/53] 199.204.45.33 () {44 vars in 1056 bytes} [Mon Apr 27 12:42:15 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=2be9a2e6-5e16-4091-9b76-1ade35627fc1 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 12:42:15.344 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5936a76c-1f0d-485f-8207-571930449754 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 12:42:15.345 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5936a76c-1f0d-485f-8207-571930449754 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 2be9a2e6-5e16-4091-9b76-1ade35627fc1: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 12:42:15.858 7 INFO neutron.db.ovn_revision_numbers_db [None req-5936a76c-1f0d-485f-8207-571930449754 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f98bc5d9-1872-474a-8041-a1bb13bfeea0 (type: ports) to 2 2026-04-27 12:42:15.894 7 INFO neutron.db.ovn_revision_numbers_db [None req-5936a76c-1f0d-485f-8207-571930449754 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c8958c8b-d2ad-45c9-9791-3f496e807f09 (type: subnets) to 0 [pid: 7|app: 0|req: 28/54] 199.204.45.33 () {48 vars in 962 bytes} [Mon Apr 27 12:42:15 2026] POST /v2.0/subnets => generated 651 bytes in 731 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 12:42:17.049 8 INFO neutron.api.v2.resource [None req-985d56ee-b282-4d70-b979-1a17829bc9fa c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 27/55] 199.204.45.33 () {44 vars in 968 bytes} [Mon Apr 27 12:42:17 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/56] 199.204.45.33 () {44 vars in 990 bytes} [Mon Apr 27 12:42:17 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 12:42:17.235 8 INFO neutron.db.ovn_revision_numbers_db [None req-965b798a-a736-422c-bbf9-4a71e6255234 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c959cd64-1122-48b5-87a9-d29ebc0e887c (type: security_groups) to 1 2026-04-27 12:42:17.250 8 INFO neutron.db.ovn_revision_numbers_db [None req-965b798a-a736-422c-bbf9-4a71e6255234 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a58012a5-75e3-457c-a517-6fa3a3c7613a (type: security_group_rules) to 0 2026-04-27 12:42:17.262 8 INFO neutron.db.ovn_revision_numbers_db [None req-965b798a-a736-422c-bbf9-4a71e6255234 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b1b2f1a4-9d3e-4b8a-a5b9-c33097638553 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 28/57] 199.204.45.33 () {48 vars in 977 bytes} [Mon Apr 27 12:42:17 2026] POST /v2.0/security-groups => generated 1616 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/60] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:42:18 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 1616 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/61] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:42:18 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/62] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:42:18 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 12:42:18.576 8 INFO neutron.db.ovn_revision_numbers_db [None req-0b090faa-9f71-4309-bbec-c40c92f15a70 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 44679615-319e-4f30-8d01-6172b041b4d9 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 31/63] 199.204.45.33 () {48 vars in 988 bytes} [Mon Apr 27 12:42:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/64] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:42:19 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 2230 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/65] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:42:19 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/66] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:42:19 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 12:42:19.623 8 INFO neutron.db.ovn_revision_numbers_db [None req-a8adffca-f1d8-45a7-9b71-7705443549c2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource fda1ba13-94a6-4509-910e-a30f87011479 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 33/67] 199.204.45.33 () {48 vars in 988 bytes} [Mon Apr 27 12:42:19 2026] POST /v2.0/security-group-rules => generated 603 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/68] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:42:20 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 2846 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/69] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:42:20 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/70] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:42:20 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 12:42:20.719 8 INFO neutron.db.ovn_revision_numbers_db [None req-aa9a5e05-989e-41a5-9bce-e4efde9f1882 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource afb8ef70-2ac0-4d0c-8112-feb3612de93f (type: security_group_rules) to 0 [pid: 8|app: 0|req: 35/71] 199.204.45.33 () {48 vars in 988 bytes} [Mon Apr 27 12:42:20 2026] POST /v2.0/security-group-rules => generated 603 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/72] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:42:21 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 3462 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/73] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:42:21 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/74] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:42:21 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 12:42:21.834 8 INFO neutron.db.ovn_revision_numbers_db [None req-a4333522-a6a3-4eaf-a6be-015219fcbddc c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c0a8a04a-2286-495e-b219-54820f081701 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 37/75] 199.204.45.33 () {48 vars in 988 bytes} [Mon Apr 27 12:42:21 2026] POST /v2.0/security-group-rules => generated 603 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/76] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:42:22 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 4078 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/77] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:42:22 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/78] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:42:22 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 12:42:22.945 8 INFO neutron.db.ovn_revision_numbers_db [None req-d212ea9c-9d05-4860-a8fa-af86e8ead9bb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 435c4ccb-ad4a-410f-8b2d-5d5e0289e9e2 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 39/79] 199.204.45.33 () {48 vars in 988 bytes} [Mon Apr 27 12:42:22 2026] POST /v2.0/security-group-rules => generated 603 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/80] 199.204.45.33 () {44 vars in 984 bytes} [Mon Apr 27 12:42:24 2026] GET /v2.0/networks/2be9a2e6-5e16-4091-9b76-1ade35627fc1 => generated 773 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 12:42:24.271 8 INFO neutron.pecan_wsgi.hooks.translation [None req-05ce679f-ab03-4d61-9e24-9c68ac8f7050 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 40/81] 199.204.45.33 () {44 vars in 1073 bytes} [Mon Apr 27 12:42:24 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=2be9a2e6-5e16-4091-9b76-1ade35627fc1 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/82] 199.204.45.33 () {44 vars in 1096 bytes} [Mon Apr 27 12:42:24 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=2be9a2e6-5e16-4091-9b76-1ade35627fc1 => 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: 41/83] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:42:24 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 12:42:24.620 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e53f8c43-6eda-4849-85cc-8a7e796d7698 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 12:42:24.621 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e53f8c43-6eda-4849-85cc-8a7e796d7698 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 2be9a2e6-5e16-4091-9b76-1ade35627fc1: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 12:42:24.729 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-abbcdfe4-8579-4665-bc1b-0e341f21a661 - - - - - -] OVN reports status down for port: cfe063e3-0468-4b2a-a4f1-fcb6c3a24969 2026-04-27 12:42:24.780 7 INFO neutron.db.ovn_revision_numbers_db [None req-e53f8c43-6eda-4849-85cc-8a7e796d7698 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource cfe063e3-0468-4b2a-a4f1-fcb6c3a24969 (type: ports) to 1 [pid: 7|app: 0|req: 43/84] 199.204.45.33 () {48 vars in 958 bytes} [Mon Apr 27 12:42:24 2026] POST /v2.0/ports => generated 1100 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 12:42:31.825 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2b945e4f-cd3f-4158-a1ce-9b53538574a8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 42/85] 199.204.45.33 () {44 vars in 977 bytes} [Mon Apr 27 12:42:31 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 53 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: 44/86] 199.204.45.33 () {44 vars in 999 bytes} [Mon Apr 27 12:42:31 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 12:42:32.474 8 INFO neutron.db.ovn_revision_numbers_db [None req-2315ff7c-393c-4d5f-ae9a-2150cabcb02b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource cfe063e3-0468-4b2a-a4f1-fcb6c3a24969 (type: ports) to 4 [pid: 8|app: 0|req: 43/87] 199.204.45.33 () {48 vars in 1029 bytes} [Mon Apr 27 12:42:31 2026] PUT /v2.0/ports/cfe063e3-0468-4b2a-a4f1-fcb6c3a24969 => generated 1241 bytes in 598 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/90] 199.204.45.33 () {44 vars in 917 bytes} [Mon Apr 27 12:42:34 2026] GET /v2.0/ports => generated 3358 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 12:42:35.175 8 INFO neutron.api.v2.resource [None req-f1e427bc-e273-4b01-abb1-5eabc3d91d64 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 45/91] 199.204.45.33 () {44 vars in 956 bytes} [Mon Apr 27 12:42:35 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/92] 199.204.45.33 () {44 vars in 978 bytes} [Mon Apr 27 12:42:35 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 12:42:35.334 8 INFO neutron.db.ovn_revision_numbers_db [None req-75c08981-3bcd-4a05-8c2e-b3fa79c68c97 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 9422b54a-e071-408b-8c07-895c881f79ad (type: security_groups) to 1 2026-04-27 12:42:35.349 8 INFO neutron.db.ovn_revision_numbers_db [None req-75c08981-3bcd-4a05-8c2e-b3fa79c68c97 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2e9f5114-6ca3-49bb-9e82-437093da69ab (type: security_group_rules) to 0 2026-04-27 12:42:35.358 8 INFO neutron.db.ovn_revision_numbers_db [None req-75c08981-3bcd-4a05-8c2e-b3fa79c68c97 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ea91b604-9395-4256-8f83-cd7854233fe9 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 46/93] 199.204.45.33 () {48 vars in 977 bytes} [Mon Apr 27 12:42:35 2026] POST /v2.0/security-groups => generated 1610 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/94] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:42:36 2026] GET /v2.0/security-groups/9422b54a-e071-408b-8c07-895c881f79ad => generated 1610 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/95] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:42:36 2026] GET /v2.0/security-groups/9422b54a-e071-408b-8c07-895c881f79ad => generated 1610 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/96] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:42:36 2026] GET /v2.0/security-groups/9422b54a-e071-408b-8c07-895c881f79ad => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 12:42:36.462 8 INFO neutron.db.ovn_revision_numbers_db [None req-325a8e84-5b50-4394-a951-d661afad310c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6d977d75-235f-42fb-88b8-0d4444b4641c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 48/97] 199.204.45.33 () {48 vars in 988 bytes} [Mon Apr 27 12:42:36 2026] POST /v2.0/security-group-rules => generated 623 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/98] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:42:37 2026] GET /v2.0/security-groups/9422b54a-e071-408b-8c07-895c881f79ad => generated 2246 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/99] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:42:37 2026] GET /v2.0/security-groups/9422b54a-e071-408b-8c07-895c881f79ad => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/100] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:42:37 2026] GET /v2.0/security-groups/9422b54a-e071-408b-8c07-895c881f79ad => generated 2246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 12:42:37.532 8 INFO neutron.db.ovn_revision_numbers_db [None req-711a4f91-2337-451f-b963-e86273589841 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f720c40f-d401-4331-b3ce-be1cf3b3fd51 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 50/101] 199.204.45.33 () {48 vars in 988 bytes} [Mon Apr 27 12:42:37 2026] POST /v2.0/security-group-rules => generated 627 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/110] 199.204.45.33 () {44 vars in 972 bytes} [Mon Apr 27 12:43:46 2026] GET /v2.0/quotas/65273db69f6948c08495c49fe93bf9b1 => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/111] 199.204.45.33 () {48 vars in 1024 bytes} [Mon Apr 27 12:43:46 2026] PUT /v2.0/quotas/65273db69f6948c08495c49fe93bf9b1 => generated 291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 12:46:07.178 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2ac2fd40-75db-4436-97c5-f8704470d2c9 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 67/132] 199.204.45.33 () {30 vars in 741 bytes} [Mon Apr 27 12:46:07 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 66/133] 199.204.45.33 () {30 vars in 763 bytes} [Mon Apr 27 12:46:07 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 12:46:09.393 7 INFO neutron.pecan_wsgi.hooks.translation [None req-80daeeae-de8e-42fd-9720-00131b17da18 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 68/134] 199.204.45.33 () {30 vars in 741 bytes} [Mon Apr 27 12:46:09 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: 67/135] 199.204.45.33 () {30 vars in 763 bytes} [Mon Apr 27 12:46:09 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 12:46:11.039 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-abbcdfe4-8579-4665-bc1b-0e341f21a661 - - - - - -] OVN reports status up for port: cfe063e3-0468-4b2a-a4f1-fcb6c3a24969 2026-04-27 12:46:11.059 7 INFO neutron.plugins.ml2.plugin [None req-abbcdfe4-8579-4665-bc1b-0e341f21a661 - - - - - -] Attempt 1 to provision port cfe063e3-0468-4b2a-a4f1-fcb6c3a24969 2026-04-27 12:46:11.266 7 INFO neutron.db.ovn_revision_numbers_db [None req-abbcdfe4-8579-4665-bc1b-0e341f21a661 - - - - - -] Successfully bumped revision number for resource cfe063e3-0468-4b2a-a4f1-fcb6c3a24969 (type: ports) to 5 2026-04-27 12:51:53.169 8 INFO neutron.api.v2.resource [None req-6f21fd56-66cc-49bf-b092-e1285e34c44c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 91/182] 199.204.45.33 () {44 vars in 1071 bytes} [Mon Apr 27 12:51:53 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=5a64b418040f4a5593217d9e34adcc84 => generated 139 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 12:51:53.316 7 INFO neutron.db.ovn_revision_numbers_db [None req-4faaa132-79fd-4270-9ab9-743509366cc8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a5b22a66-931b-42ba-9d03-caa5ad54f6dd (type: security_groups) to 1 2026-04-27 12:51:53.326 7 INFO neutron.db.ovn_revision_numbers_db [None req-4faaa132-79fd-4270-9ab9-743509366cc8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 1a429703-3990-47f0-9f9a-8ddb48d83f75 (type: security_group_rules) to 0 2026-04-27 12:51:53.342 7 INFO neutron.db.ovn_revision_numbers_db [None req-4faaa132-79fd-4270-9ab9-743509366cc8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 7fb043c4-86f7-4901-8617-efb9c2593a52 (type: security_group_rules) to 0 2026-04-27 12:51:53.352 7 INFO neutron.db.ovn_revision_numbers_db [None req-4faaa132-79fd-4270-9ab9-743509366cc8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c093b945-7076-4a1a-922a-fcb6a5b8c379 (type: security_group_rules) to 0 2026-04-27 12:51:53.361 7 INFO neutron.db.ovn_revision_numbers_db [None req-4faaa132-79fd-4270-9ab9-743509366cc8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c4d184ba-5dcc-4c1c-9521-0ab3bb03a2c8 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 92/183] 199.204.45.33 () {44 vars in 1094 bytes} [Mon Apr 27 12:51:53 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=5a64b418040f4a5593217d9e34adcc84 => generated 23 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 12:51:53.623 8 INFO neutron.db.ovn_revision_numbers_db [None req-dfa1fffc-b6b7-415a-a14b-f2a1bd3ce017 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 5aaa7e5d-8300-49ff-a3b0-fd518e420c1b (type: security_groups) to 1 2026-04-27 12:51:53.640 8 INFO neutron.db.ovn_revision_numbers_db [None req-dfa1fffc-b6b7-415a-a14b-f2a1bd3ce017 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 559aaad7-ff13-4104-808f-ddb4f105edaf (type: security_group_rules) to 0 2026-04-27 12:51:53.653 8 INFO neutron.db.ovn_revision_numbers_db [None req-dfa1fffc-b6b7-415a-a14b-f2a1bd3ce017 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource df80ea85-8880-42c0-a269-c0f9fbd8bf6f (type: security_group_rules) to 0 [pid: 8|app: 0|req: 92/184] 199.204.45.33 () {48 vars in 978 bytes} [Mon Apr 27 12:51:53 2026] POST /v2.0/security-groups => generated 1624 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 93/185] 199.204.45.33 () {44 vars in 1085 bytes} [Mon Apr 27 12:51:54 2026] GET /v2.0/security-groups/5aaa7e5d-8300-49ff-a3b0-fd518e420c1b?project_id=5a64b418040f4a5593217d9e34adcc84 => generated 1624 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 93/186] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:51:54 2026] GET /v2.0/security-groups/5aaa7e5d-8300-49ff-a3b0-fd518e420c1b => generated 1624 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 94/187] 199.204.45.33 () {44 vars in 1085 bytes} [Mon Apr 27 12:51:54 2026] GET /v2.0/security-groups/5aaa7e5d-8300-49ff-a3b0-fd518e420c1b?project_id=5a64b418040f4a5593217d9e34adcc84 => generated 1624 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 12:51:54.977 8 INFO neutron.db.ovn_revision_numbers_db [None req-c6481568-4753-4137-a116-4dcf74305a43 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource bd7e8392-8c6d-4d59-b3be-031f371618d3 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 94/188] 199.204.45.33 () {48 vars in 988 bytes} [Mon Apr 27 12:51:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 95/189] 199.204.45.33 () {44 vars in 1085 bytes} [Mon Apr 27 12:51:55 2026] GET /v2.0/security-groups/5aaa7e5d-8300-49ff-a3b0-fd518e420c1b?project_id=5a64b418040f4a5593217d9e34adcc84 => generated 2234 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 95/190] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:51:55 2026] GET /v2.0/security-groups/5aaa7e5d-8300-49ff-a3b0-fd518e420c1b => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 96/191] 199.204.45.33 () {44 vars in 1085 bytes} [Mon Apr 27 12:51:56 2026] GET /v2.0/security-groups/5aaa7e5d-8300-49ff-a3b0-fd518e420c1b?project_id=5a64b418040f4a5593217d9e34adcc84 => generated 2234 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 12:51:56.188 8 INFO neutron.db.ovn_revision_numbers_db [None req-79c1f755-051b-47f7-b97a-9c12270c12ee c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 3c2383b5-0844-4923-bd69-62e61d3f20f5 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 96/192] 199.204.45.33 () {48 vars in 988 bytes} [Mon Apr 27 12:51:56 2026] POST /v2.0/security-group-rules => generated 599 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 97/193] 199.204.45.33 () {44 vars in 1085 bytes} [Mon Apr 27 12:51:57 2026] GET /v2.0/security-groups/5aaa7e5d-8300-49ff-a3b0-fd518e420c1b?project_id=5a64b418040f4a5593217d9e34adcc84 => generated 2846 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 97/194] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:51:57 2026] GET /v2.0/security-groups/5aaa7e5d-8300-49ff-a3b0-fd518e420c1b => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 98/195] 199.204.45.33 () {44 vars in 1085 bytes} [Mon Apr 27 12:51:57 2026] GET /v2.0/security-groups/5aaa7e5d-8300-49ff-a3b0-fd518e420c1b?project_id=5a64b418040f4a5593217d9e34adcc84 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 12:51:57.448 8 INFO neutron.db.ovn_revision_numbers_db [None req-20ef40b2-9c81-4064-b33e-b76c210dd40c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0b026396-79b9-4442-bea0-1db56d05ec40 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 98/196] 199.204.45.33 () {48 vars in 988 bytes} [Mon Apr 27 12:51:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/197] 199.204.45.33 () {44 vars in 1085 bytes} [Mon Apr 27 12:51:58 2026] GET /v2.0/security-groups/5aaa7e5d-8300-49ff-a3b0-fd518e420c1b?project_id=5a64b418040f4a5593217d9e34adcc84 => generated 3460 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/198] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 12:51:58 2026] GET /v2.0/security-groups/5aaa7e5d-8300-49ff-a3b0-fd518e420c1b => generated 3460 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/199] 199.204.45.33 () {44 vars in 1085 bytes} [Mon Apr 27 12:51:58 2026] GET /v2.0/security-groups/5aaa7e5d-8300-49ff-a3b0-fd518e420c1b?project_id=5a64b418040f4a5593217d9e34adcc84 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 12:51:58.810 8 INFO neutron.db.ovn_revision_numbers_db [None req-1651feac-2d81-400b-aa94-d51ffe03d871 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 72b5ec88-8cd4-4db4-b2ed-43a948abf9d6 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 100/200] 199.204.45.33 () {48 vars in 988 bytes} [Mon Apr 27 12:51:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/225] 199.204.45.33 () {30 vars in 739 bytes} [Mon Apr 27 12:54:51 2026] GET /v2.0/networks?tenant_id=5a64b418040f4a5593217d9e34adcc84&shared=False => generated 15 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 12:54:51.378 7 INFO neutron.db.segments_db [None req-223dc55e-a855-4266-be92-f2c2792149a1 fc3a71a680284c898383d1a5eca5e98c 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Added segment 15820d26-2754-43d9-ab39-d639440ed073 of type geneve for network 64338f9e-71fe-4588-9222-0b05a40e074f 2026-04-27 12:54:51.531 7 INFO neutron.db.ovn_revision_numbers_db [None req-223dc55e-a855-4266-be92-f2c2792149a1 fc3a71a680284c898383d1a5eca5e98c 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource 64338f9e-71fe-4588-9222-0b05a40e074f (type: networks) to 1 2026-04-27 12:54:51.680 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-223dc55e-a855-4266-be92-f2c2792149a1 fc3a71a680284c898383d1a5eca5e98c 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] No more DHCP agents 2026-04-27 12:54:51.681 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-223dc55e-a855-4266-be92-f2c2792149a1 fc3a71a680284c898383d1a5eca5e98c 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Unable to schedule network 64338f9e-71fe-4588-9222-0b05a40e074f: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 12:54:51.725 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-68abddca-a41b-4510-bc3a-46d7b6fc0b0d - - - - - -] OVN reports status down for port: bfeed3a1-29dd-47df-ab4e-a0f86575397d 2026-04-27 12:54:51.752 7 INFO neutron.db.ovn_revision_numbers_db [None req-223dc55e-a855-4266-be92-f2c2792149a1 fc3a71a680284c898383d1a5eca5e98c 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource bfeed3a1-29dd-47df-ab4e-a0f86575397d (type: ports) to 1 [pid: 7|app: 0|req: 113/226] 199.204.45.33 () {34 vars in 681 bytes} [Mon Apr 27 12:54:51 2026] POST /v2.0/networks => generated 759 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/227] 199.204.45.33 () {30 vars in 721 bytes} [Mon Apr 27 12:54:51 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/228] 199.204.45.33 () {30 vars in 632 bytes} [Mon Apr 27 12:54:51 2026] GET /v2.0/extensions => generated 21521 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-27 12:54:52.025 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-42b64b1a-20a5-432c-a3a4-2eb0429df57c fc3a71a680284c898383d1a5eca5e98c 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] No more DHCP agents 2026-04-27 12:54:52.027 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-42b64b1a-20a5-432c-a3a4-2eb0429df57c fc3a71a680284c898383d1a5eca5e98c 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Unable to schedule network 64338f9e-71fe-4588-9222-0b05a40e074f: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 12:54:52.068 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-68abddca-a41b-4510-bc3a-46d7b6fc0b0d - - - - - -] OVN reports status down for port: a9286745-a12c-4605-8f31-8db469769fa0 2026-04-27 12:54:52.141 8 INFO neutron.db.ovn_revision_numbers_db [None req-42b64b1a-20a5-432c-a3a4-2eb0429df57c fc3a71a680284c898383d1a5eca5e98c 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource a9286745-a12c-4605-8f31-8db469769fa0 (type: ports) to 1 2026-04-27 12:54:52.340 8 INFO neutron.db.ovn_revision_numbers_db [None req-42b64b1a-20a5-432c-a3a4-2eb0429df57c fc3a71a680284c898383d1a5eca5e98c 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource a9286745-a12c-4605-8f31-8db469769fa0 (type: ports) to 3 [pid: 8|app: 0|req: 115/229] 199.204.45.33 () {34 vars in 676 bytes} [Mon Apr 27 12:54:51 2026] POST /v2.0/ports => generated 991 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/230] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 12:54:52 2026] GET /v2.0/networks/64338f9e-71fe-4588-9222-0b05a40e074f => generated 746 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 12:54:53.088 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-68abddca-a41b-4510-bc3a-46d7b6fc0b0d - - - - - -] OVN reports status up for port: a9286745-a12c-4605-8f31-8db469769fa0 2026-04-27 12:54:53.117 8 INFO neutron.plugins.ml2.plugin [None req-68abddca-a41b-4510-bc3a-46d7b6fc0b0d - - - - - -] Attempt 1 to provision port a9286745-a12c-4605-8f31-8db469769fa0 2026-04-27 12:54:53.298 8 INFO neutron.db.ovn_revision_numbers_db [None req-68abddca-a41b-4510-bc3a-46d7b6fc0b0d - - - - - -] Successfully bumped revision number for resource a9286745-a12c-4605-8f31-8db469769fa0 (type: ports) to 4 [pid: 8|app: 0|req: 116/231] 199.204.45.33 () {30 vars in 721 bytes} [Mon Apr 27 12:54:54 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 996 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/232] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 12:54:54 2026] GET /v2.0/networks/64338f9e-71fe-4588-9222-0b05a40e074f => generated 746 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/235] 199.204.45.33 () {44 vars in 972 bytes} [Mon Apr 27 12:55:13 2026] GET /v2.0/quotas/5a64b418040f4a5593217d9e34adcc84 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/236] 199.204.45.33 () {48 vars in 1024 bytes} [Mon Apr 27 12:55:13 2026] PUT /v2.0/quotas/5a64b418040f4a5593217d9e34adcc84 => generated 291 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/243] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 12:56:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/244] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 12:56:01 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/245] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 12:56:01 2026] GET /v2.0/floatingips => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/246] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 12:56:01 2026] GET /v2.0/ports => generated 5221 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/247] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 12:56:01 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/248] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 12:56:01 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: 125/249] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 12:56:01 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: 125/250] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 12:56:01 2026] GET /v2.0/routers => generated 15 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/251] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 12:56:01 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/252] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 12:56:02 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: 127/253] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 12:56:02 2026] GET /v2.0/networks => generated 2288 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/262] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 12:57:01 2026] GET /v2.0/floatingips => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/263] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 12:57:01 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/264] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 12:57:01 2026] GET /v2.0/ports => generated 5221 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/265] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 12:57:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/266] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 12:57:01 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: 133/267] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 12:57:01 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/268] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 12:57:01 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: 134/269] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 12:57:01 2026] GET /v2.0/routers => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/270] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 12:57:01 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/271] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 12:57:01 2026] GET /v2.0/agents => generated 1214 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/272] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 12:57:01 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: 140/281] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 12:58:01 2026] GET /v2.0/floatingips => generated 19 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/282] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 12:58:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/285] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 12:58:01 2026] GET /v2.0/agents => generated 1214 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/286] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 12:58:03 2026] GET /v2.0/routers => generated 15 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/287] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 12:58:03 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: 146/288] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 12:58:03 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/289] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 12:58:03 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: 147/290] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 12:58:03 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: 144/291] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 12:58:03 2026] GET /v2.0/ports => generated 5221 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/292] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 12:58:03 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: 145/293] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 12:58:03 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/300] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 12:59:01 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 149/301] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 12:59:01 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: 153/302] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 12:59:01 2026] GET /v2.0/networks => generated 2288 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/303] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 12:59:01 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: 154/304] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 12:59:01 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: 151/305] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 12:59:01 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: 155/306] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 12:59:01 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: 152/307] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 12:59:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 156/308] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 12:59:01 2026] GET /v2.0/ports => generated 5221 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/309] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 12:59:01 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/310] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 12:59:01 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: 158/319] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:00:01 2026] GET /v2.0/routers => generated 15 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/320] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:00:01 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 159/321] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:00:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 163/322] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:00:01 2026] GET /v2.0/ports => generated 5221 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 160/323] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:00:01 2026] GET /v2.0/agents => generated 1214 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 164/324] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:00:01 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: 161/325] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:00:01 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: 165/326] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:00:01 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: 162/327] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:00:01 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/328] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:00:01 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: 163/329] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:00:01 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/338] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:01:01 2026] GET /v2.0/networks => generated 2288 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/339] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:01:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/340] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:01:01 2026] GET /v2.0/ports => generated 5221 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 169/341] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:01:01 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: 173/342] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:01:01 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: 170/343] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:01:01 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: 174/344] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:01:01 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: 171/345] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:01:01 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/346] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:01:01 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: 172/347] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:01:01 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: 176/348] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:01:01 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/357] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:02:01 2026] GET /v2.0/subnets => generated 1308 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/358] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:02:01 2026] GET /v2.0/networks => generated 2288 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/359] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:02:01 2026] GET /v2.0/ports => generated 5221 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/360] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:02:01 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: 183/361] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:02:01 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/362] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:02:01 2026] GET /v2.0/agents => generated 1214 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/363] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:02:01 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: 180/364] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:02:01 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: 185/365] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:02:01 2026] GET /v2.0/floatingips => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/366] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:02:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/367] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:02:01 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/376] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:03:01 2026] GET /v2.0/floatingips => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/377] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:03:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/378] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:03:01 2026] GET /v2.0/agents => generated 1214 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/379] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:03:01 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: 188/380] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:03:01 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/381] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:03:01 2026] GET /v2.0/networks => generated 2288 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/382] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:03:02 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: 194/383] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:03:02 2026] GET /v2.0/ports => generated 5221 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/384] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:03:02 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: 195/385] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:03:02 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: 191/386] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:03:02 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: 200/395] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:04:01 2026] GET /v2.0/routers => generated 15 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/396] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:04:01 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/397] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:04:01 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: 197/398] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:04:01 2026] GET /v2.0/agents => generated 1214 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/399] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:04:01 2026] GET /v2.0/floatingips => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/400] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:04:01 2026] GET /v2.0/ports => generated 5221 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/401] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:04:01 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: 199/402] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:04:01 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: 204/403] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:04:01 2026] GET /v2.0/networks => generated 2288 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/404] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:04:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/405] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:04:01 2026] GET /v2.0/subnets => generated 1308 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/414] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:05:01 2026] GET /v2.0/floatingips => generated 19 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/415] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:05:01 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: 211/416] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:05:01 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: 206/417] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:05:01 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/418] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:05:01 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: 207/419] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:05:01 2026] GET /v2.0/ports => generated 5221 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/420] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:05:01 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: 208/421] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:05:01 2026] GET /v2.0/networks => generated 2288 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/422] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:05:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/423] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:05:01 2026] GET /v2.0/routers => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/424] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:05:02 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/433] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:06:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/434] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:06:01 2026] GET /v2.0/ports => generated 5221 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/435] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:06:01 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: 221/436] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:06:01 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/437] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:06:01 2026] GET /v2.0/agents => generated 1214 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/438] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:06:01 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: 217/439] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:06:01 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: 223/440] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:06:01 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: 218/441] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:06:01 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: 224/442] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:06:01 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: 219/443] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:06:01 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) 2026-04-27 13:06:37.908 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6c8a0bd0-c4e0-4c16-9d8c-8f13ed2d8f3b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 228/450] 199.204.45.33 () {44 vars in 924 bytes} [Mon Apr 27 13:06:37 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/451] 199.204.45.33 () {44 vars in 946 bytes} [Mon Apr 27 13:06:37 2026] GET /v2.0/networks?name=public => generated 791 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:06:39.237 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b54ee43-90f7-4f45-a295-3d198a2eed63 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 229/452] 199.204.45.33 () {44 vars in 924 bytes} [Mon Apr 27 13:06:39 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: 7|app: 0|req: 224/453] 199.204.45.33 () {44 vars in 946 bytes} [Mon Apr 27 13:06:39 2026] GET /v2.0/networks?name=public => generated 791 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:06:39.320 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c948f849-fd7a-4fd6-b955-45f0c2a9002b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 230/454] 199.204.45.33 () {44 vars in 1031 bytes} [Mon Apr 27 13:06:39 2026] GET /v2.0/subnets/public-subnet?network_id=efa4631e-e702-418f-b8da-e46b8177a35c => generated 113 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/455] 199.204.45.33 () {44 vars in 1054 bytes} [Mon Apr 27 13:06:39 2026] GET /v2.0/subnets?name=public-subnet&network_id=efa4631e-e702-418f-b8da-e46b8177a35c => generated 667 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/458] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:07:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/459] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:07:01 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/460] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:07:01 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/461] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:07:01 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: 234/462] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:07:01 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: 229/463] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:07:01 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/464] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:07:01 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: 230/465] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:07:01 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: 236/466] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:07:01 2026] GET /v2.0/ports => generated 5221 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/467] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:07:01 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/468] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:07:01 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-04-27 13:07:06.526 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dd169d1f-1e48-4aff-8a08-607874d4f5a6 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 233/471] 199.204.45.33 () {44 vars in 934 bytes} [Mon Apr 27 13:07:06 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/472] 199.204.45.33 () {44 vars in 956 bytes} [Mon Apr 27 13:07:06 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 776 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:07:07.564 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d040c4ed-36c4-4ccf-b17a-f318e9bdbc45 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 234/473] 199.204.45.33 () {44 vars in 934 bytes} [Mon Apr 27 13:07:07 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/474] 199.204.45.33 () {44 vars in 956 bytes} [Mon Apr 27 13:07:07 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 776 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:07:07.634 7 INFO neutron.pecan_wsgi.hooks.translation [None req-31f41f10-174e-4fb4-8aa6-fe1a2f518fe7 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 235/475] 199.204.45.33 () {44 vars in 1033 bytes} [Mon Apr 27 13:07:07 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=2be9a2e6-5e16-4091-9b76-1ade35627fc1 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/476] 199.204.45.33 () {44 vars in 1056 bytes} [Mon Apr 27 13:07:07 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=2be9a2e6-5e16-4091-9b76-1ade35627fc1 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:07:08.839 7 INFO neutron.api.v2.resource [None req-8f8e0e87-e075-4206-ba21-d71611821312 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 236/477] 199.204.45.33 () {44 vars in 968 bytes} [Mon Apr 27 13:07:08 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/478] 199.204.45.33 () {44 vars in 990 bytes} [Mon Apr 27 13:07:08 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/479] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 13:07:09 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 4694 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/480] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 13:07:10 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/481] 199.204.45.33 () {44 vars in 1008 bytes} [Mon Apr 27 13:07:10 2026] GET /v2.0/security-group-rules/44679615-319e-4f30-8d01-6172b041b4d9 => generated 601 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/482] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 13:07:10 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/483] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 13:07:11 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/484] 199.204.45.33 () {44 vars in 1008 bytes} [Mon Apr 27 13:07:11 2026] GET /v2.0/security-group-rules/fda1ba13-94a6-4509-910e-a30f87011479 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/485] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 13:07:11 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 4694 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/486] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 13:07:12 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/487] 199.204.45.33 () {44 vars in 1008 bytes} [Mon Apr 27 13:07:12 2026] GET /v2.0/security-group-rules/afb8ef70-2ac0-4d0c-8112-feb3612de93f => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/488] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 13:07:12 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 4694 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/489] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 13:07:12 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/490] 199.204.45.33 () {44 vars in 1008 bytes} [Mon Apr 27 13:07:13 2026] GET /v2.0/security-group-rules/c0a8a04a-2286-495e-b219-54820f081701 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/491] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 13:07:13 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => 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: 249/492] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 13:07:13 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/493] 199.204.45.33 () {44 vars in 1008 bytes} [Mon Apr 27 13:07:13 2026] GET /v2.0/security-group-rules/435c4ccb-ad4a-410f-8b2d-5d5e0289e9e2 => generated 603 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/494] 199.204.45.33 () {44 vars in 984 bytes} [Mon Apr 27 13:07:15 2026] GET /v2.0/networks/2be9a2e6-5e16-4091-9b76-1ade35627fc1 => generated 773 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:07:15.180 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2c8c0ab8-33cc-466f-8156-f9863c8a4ee7 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 245/495] 199.204.45.33 () {44 vars in 1073 bytes} [Mon Apr 27 13:07:15 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=2be9a2e6-5e16-4091-9b76-1ade35627fc1 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/496] 199.204.45.33 () {44 vars in 1096 bytes} [Mon Apr 27 13:07:15 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=2be9a2e6-5e16-4091-9b76-1ade35627fc1 => generated 1246 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/497] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 13:07:15 2026] GET /v2.0/security-groups/c959cd64-1122-48b5-87a9-d29ebc0e887c => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:07:23.002 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6d503b69-a119-4db7-97b3-5a8483363a71 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 253/500] 199.204.45.33 () {44 vars in 977 bytes} [Mon Apr 27 13:07:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/501] 199.204.45.33 () {44 vars in 999 bytes} [Mon Apr 27 13:07:23 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/502] 199.204.45.33 () {44 vars in 917 bytes} [Mon Apr 27 13:07:24 2026] GET /v2.0/ports => generated 5221 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:07:25.723 7 INFO neutron.api.v2.resource [None req-e2ce35d3-72c1-4024-bd4b-072960c470a1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 249/503] 199.204.45.33 () {44 vars in 956 bytes} [Mon Apr 27 13:07:25 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/504] 199.204.45.33 () {44 vars in 978 bytes} [Mon Apr 27 13:07:25 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/505] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 13:07:26 2026] GET /v2.0/security-groups/9422b54a-e071-408b-8c07-895c881f79ad => generated 2886 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/506] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 13:07:26 2026] GET /v2.0/security-groups/9422b54a-e071-408b-8c07-895c881f79ad => generated 2886 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/507] 199.204.45.33 () {44 vars in 1008 bytes} [Mon Apr 27 13:07:26 2026] GET /v2.0/security-group-rules/6d977d75-235f-42fb-88b8-0d4444b4641c => generated 623 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/508] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 13:07:27 2026] GET /v2.0/security-groups/9422b54a-e071-408b-8c07-895c881f79ad => generated 2886 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/509] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 13:07:27 2026] GET /v2.0/security-groups/9422b54a-e071-408b-8c07-895c881f79ad => generated 2886 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/510] 199.204.45.33 () {44 vars in 1008 bytes} [Mon Apr 27 13:07:27 2026] GET /v2.0/security-group-rules/f720c40f-d401-4331-b3ce-be1cf3b3fd51 => generated 627 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/513] 199.204.45.33 () {44 vars in 972 bytes} [Mon Apr 27 13:07:39 2026] GET /v2.0/quotas/65273db69f6948c08495c49fe93bf9b1 => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/516] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:08:01 2026] GET /v2.0/agents => generated 1214 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/517] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:08:01 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: 256/518] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:08:01 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: 263/519] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:08:01 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/520] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:08:01 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/521] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:08:01 2026] GET /v2.0/networks => generated 2288 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/522] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:08:01 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/523] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:08:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/524] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:08:01 2026] GET /v2.0/ports => generated 5221 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/525] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:08:01 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: 260/526] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:08:01 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) 2026-04-27 13:08:32.238 8 INFO neutron.api.v2.resource [None req-9856a6ce-5697-4c70-bd1e-b71065cb92b3 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 269/531] 199.204.45.33 () {44 vars in 1071 bytes} [Mon Apr 27 13:08:32 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=5a64b418040f4a5593217d9e34adcc84 => generated 139 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/532] 199.204.45.33 () {44 vars in 1094 bytes} [Mon Apr 27 13:08:32 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=5a64b418040f4a5593217d9e34adcc84 => generated 4072 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/535] 199.204.45.33 () {44 vars in 1085 bytes} [Mon Apr 27 13:08:33 2026] GET /v2.0/security-groups/5aaa7e5d-8300-49ff-a3b0-fd518e420c1b?project_id=5a64b418040f4a5593217d9e34adcc84 => 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: 265/536] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 13:08:33 2026] GET /v2.0/security-groups/5aaa7e5d-8300-49ff-a3b0-fd518e420c1b => generated 4075 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/537] 199.204.45.33 () {44 vars in 1008 bytes} [Mon Apr 27 13:08:33 2026] GET /v2.0/security-group-rules/bd7e8392-8c6d-4d59-b3be-031f371618d3 => generated 597 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/538] 199.204.45.33 () {44 vars in 1085 bytes} [Mon Apr 27 13:08:34 2026] GET /v2.0/security-groups/5aaa7e5d-8300-49ff-a3b0-fd518e420c1b?project_id=5a64b418040f4a5593217d9e34adcc84 => generated 4075 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/539] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 13:08:34 2026] GET /v2.0/security-groups/5aaa7e5d-8300-49ff-a3b0-fd518e420c1b => 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: 267/540] 199.204.45.33 () {44 vars in 1008 bytes} [Mon Apr 27 13:08:34 2026] GET /v2.0/security-group-rules/3c2383b5-0844-4923-bd69-62e61d3f20f5 => generated 599 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/541] 199.204.45.33 () {44 vars in 1085 bytes} [Mon Apr 27 13:08:35 2026] GET /v2.0/security-groups/5aaa7e5d-8300-49ff-a3b0-fd518e420c1b?project_id=5a64b418040f4a5593217d9e34adcc84 => generated 4075 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/542] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 13:08:35 2026] GET /v2.0/security-groups/5aaa7e5d-8300-49ff-a3b0-fd518e420c1b => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/543] 199.204.45.33 () {44 vars in 1008 bytes} [Mon Apr 27 13:08:35 2026] GET /v2.0/security-group-rules/0b026396-79b9-4442-bea0-1db56d05ec40 => 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: 269/544] 199.204.45.33 () {44 vars in 1085 bytes} [Mon Apr 27 13:08:36 2026] GET /v2.0/security-groups/5aaa7e5d-8300-49ff-a3b0-fd518e420c1b?project_id=5a64b418040f4a5593217d9e34adcc84 => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/545] 199.204.45.33 () {44 vars in 998 bytes} [Mon Apr 27 13:08:36 2026] GET /v2.0/security-groups/5aaa7e5d-8300-49ff-a3b0-fd518e420c1b => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/546] 199.204.45.33 () {44 vars in 1008 bytes} [Mon Apr 27 13:08:36 2026] GET /v2.0/security-group-rules/72b5ec88-8cd4-4db4-b2ed-43a948abf9d6 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/547] 199.204.45.33 () {44 vars in 972 bytes} [Mon Apr 27 13:08:43 2026] GET /v2.0/quotas/5a64b418040f4a5593217d9e34adcc84 => generated 291 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/550] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:09:01 2026] GET /v2.0/floatingips => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/551] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:09:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/552] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:09:01 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: 280/553] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:09:01 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/554] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:09:01 2026] GET /v2.0/networks => generated 2288 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/555] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:09:01 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: 275/556] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:09:01 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: 282/557] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:09:01 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: 276/558] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:09:01 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/559] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:09:01 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: 277/560] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:09:01 2026] GET /v2.0/ports => generated 5221 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/567] 199.204.45.33 () {44 vars in 946 bytes} [Mon Apr 27 13:09:34 2026] GET /v2.0/networks?name=public => generated 791 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/570] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:10:01 2026] GET /v2.0/subnets => generated 1308 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/571] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:10:01 2026] GET /v2.0/ports => generated 5221 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/572] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:10:01 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: 290/573] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:10:01 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/574] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:10:01 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/575] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:10:01 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: 285/576] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:10:01 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: 292/577] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:10:01 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: 7|app: 0|req: 286/578] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:10:01 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: 293/579] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:10:01 2026] GET /v2.0/networks => generated 2288 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/580] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:10:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/583] 10.0.0.253 () {32 vars in 649 bytes} [Mon Apr 27 13:10:14 2026] GET /v2.0/networks => generated 2288 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/584] 10.0.0.253 () {32 vars in 655 bytes} [Mon Apr 27 13:10:15 2026] GET /v2.0/floatingips => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/585] 10.0.0.253 () {32 vars in 647 bytes} [Mon Apr 27 13:10:15 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: 7|app: 0|req: 290/586] 10.0.0.253 () {32 vars in 643 bytes} [Mon Apr 27 13:10:15 2026] GET /v2.0/ports => generated 5221 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/587] 10.0.0.253 () {32 vars in 647 bytes} [Mon Apr 27 13:10:15 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/588] 10.0.0.253 () {32 vars in 649 bytes} [Mon Apr 27 13:10:15 2026] GET /v2.0/networks => generated 2288 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/589] 10.0.0.253 () {32 vars in 663 bytes} [Mon Apr 27 13:10:16 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/590] 10.0.0.253 () {32 vars in 655 bytes} [Mon Apr 27 13:10:16 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:10:26.927 8 INFO neutron.db.ovn_revision_numbers_db [None req-71d6484e-38d1-41d0-b291-1e91d3d9fb0d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 633e6dce-d5e1-4b03-a246-0a32442662aa (type: security_groups) to 1 2026-04-27 13:10:26.938 8 INFO neutron.db.ovn_revision_numbers_db [None req-71d6484e-38d1-41d0-b291-1e91d3d9fb0d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 18c71896-3d16-42b0-baf5-8898a679dfff (type: security_group_rules) to 0 2026-04-27 13:10:26.950 8 INFO neutron.db.ovn_revision_numbers_db [None req-71d6484e-38d1-41d0-b291-1e91d3d9fb0d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6bc0c205-6882-46f9-8500-8609fd88eb1f (type: security_group_rules) to 0 2026-04-27 13:10:26.966 8 INFO neutron.db.ovn_revision_numbers_db [None req-71d6484e-38d1-41d0-b291-1e91d3d9fb0d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b99314c7-5839-49e4-b7a4-aeec4f3e6be5 (type: security_group_rules) to 0 2026-04-27 13:10:26.978 8 INFO neutron.db.ovn_revision_numbers_db [None req-71d6484e-38d1-41d0-b291-1e91d3d9fb0d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f2dd9331-caea-49b8-8288-d1ef0796aae1 (type: security_group_rules) to 0 2026-04-27 13:10:26.987 7 INFO neutron.db.ovn_revision_numbers_db [None req-a6c5353c-d8fe-467a-a61f-cff3c4292918 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6617b956-006f-43a8-b530-c3c8cf5e918d (type: security_groups) to 1 2026-04-27 13:10:27.000 7 INFO neutron.db.ovn_revision_numbers_db [None req-a6c5353c-d8fe-467a-a61f-cff3c4292918 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 180c5745-4e94-497d-b8f9-b7ba3e2c7697 (type: security_group_rules) to 0 2026-04-27 13:10:27.013 7 INFO neutron.db.ovn_revision_numbers_db [None req-a6c5353c-d8fe-467a-a61f-cff3c4292918 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 1cdb27a6-e362-493c-99cc-78af24f2a172 (type: security_group_rules) to 0 2026-04-27 13:10:27.025 7 INFO neutron.db.ovn_revision_numbers_db [None req-a6c5353c-d8fe-467a-a61f-cff3c4292918 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 69b79a5e-abbf-4a89-9d11-38491d2b9805 (type: security_group_rules) to 0 2026-04-27 13:10:27.038 7 INFO neutron.db.ovn_revision_numbers_db [None req-a6c5353c-d8fe-467a-a61f-cff3c4292918 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6cc4fabf-47c7-420b-94ac-16012f71fef8 (type: security_group_rules) to 0 2026-04-27 13:10:27.060 8 INFO neutron.db.segments_db [None req-71d6484e-38d1-41d0-b291-1e91d3d9fb0d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Added segment ddc2baf7-d4dc-40e8-9e02-8402d39e539c of type geneve for network 0bed5a2f-617c-4a80-9808-9422c12fe9ac 2026-04-27 13:10:27.121 7 INFO neutron.db.segments_db [None req-a6c5353c-d8fe-467a-a61f-cff3c4292918 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Added segment bb89f89c-83cf-4b88-988b-f62f00b9f6fb of type geneve for network 71e91d29-90e6-4fd8-ae62-af674423eafd 2026-04-27 13:10:27.174 8 INFO neutron.db.ovn_revision_numbers_db [None req-71d6484e-38d1-41d0-b291-1e91d3d9fb0d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0bed5a2f-617c-4a80-9808-9422c12fe9ac (type: networks) to 1 2026-04-27 13:10:27.237 7 INFO neutron.db.ovn_revision_numbers_db [None req-a6c5353c-d8fe-467a-a61f-cff3c4292918 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 71e91d29-90e6-4fd8-ae62-af674423eafd (type: networks) to 1 2026-04-27 13:10:27.344 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-71d6484e-38d1-41d0-b291-1e91d3d9fb0d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:27.346 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-71d6484e-38d1-41d0-b291-1e91d3d9fb0d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 0bed5a2f-617c-4a80-9808-9422c12fe9ac: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:27.387 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a6c5353c-d8fe-467a-a61f-cff3c4292918 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:27.395 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a6c5353c-d8fe-467a-a61f-cff3c4292918 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 71e91d29-90e6-4fd8-ae62-af674423eafd: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:27.403 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-91fcffa7-ae5e-47f7-9f6f-ae0082507833 - - - - - -] OVN reports status down for port: f90c1fd5-d7e6-4234-9079-4d2dbce93894 2026-04-27 13:10:27.471 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3c7db829-c624-4689-816d-9c06dfc2ef48 - - - - - -] OVN reports status down for port: a6937c5b-684e-45b9-b814-f3504ac1e38f 2026-04-27 13:10:27.480 8 INFO neutron.db.ovn_revision_numbers_db [None req-71d6484e-38d1-41d0-b291-1e91d3d9fb0d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f90c1fd5-d7e6-4234-9079-4d2dbce93894 (type: ports) to 1 [pid: 8|app: 0|req: 300/593] 10.0.0.253 () {34 vars in 671 bytes} [Mon Apr 27 13:10:26 2026] POST /v2.0/networks => generated 784 bytes in 878 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:10:27.545 7 INFO neutron.db.ovn_revision_numbers_db [None req-a6c5353c-d8fe-467a-a61f-cff3c4292918 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a6937c5b-684e-45b9-b814-f3504ac1e38f (type: ports) to 1 [pid: 7|app: 0|req: 294/594] 10.0.0.253 () {34 vars in 671 bytes} [Mon Apr 27 13:10:26 2026] POST /v2.0/networks => generated 784 bytes in 806 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:10:27.687 7 WARNING neutron.db.securitygroups_db [None req-2b9a09e7-6353-430c-bde7-2e7bc5bc1e17 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:10:27.814 7 INFO neutron.db.ovn_revision_numbers_db [None req-2b9a09e7-6353-430c-bde7-2e7bc5bc1e17 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 45ae6b4a-a105-4a8f-b5ee-fb7dca6a6f41 (type: security_groups) to 1 2026-04-27 13:10:27.823 8 INFO neutron.db.ovn_revision_numbers_db [None req-af52250a-6299-408f-bddf-492f0c88875e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource d2709aa0-4a67-4924-8ee4-2cc559260a79 (type: security_groups) to 1 2026-04-27 13:10:27.828 7 INFO neutron.db.ovn_revision_numbers_db [None req-2b9a09e7-6353-430c-bde7-2e7bc5bc1e17 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 01d4d4b0-3872-4c9d-aac3-926a33231cc3 (type: security_group_rules) to 0 2026-04-27 13:10:27.838 8 INFO neutron.db.ovn_revision_numbers_db [None req-af52250a-6299-408f-bddf-492f0c88875e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2c122365-158b-4b60-aa12-936b4f85ba6e (type: security_group_rules) to 0 2026-04-27 13:10:27.840 7 INFO neutron.db.ovn_revision_numbers_db [None req-2b9a09e7-6353-430c-bde7-2e7bc5bc1e17 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 181d7c64-0996-49de-8228-1f7ffdd0308d (type: security_group_rules) to 0 2026-04-27 13:10:27.851 7 INFO neutron.db.ovn_revision_numbers_db [None req-2b9a09e7-6353-430c-bde7-2e7bc5bc1e17 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c18f584a-dde8-4bc8-9559-025d28ac4df5 (type: security_group_rules) to 0 2026-04-27 13:10:27.852 8 INFO neutron.db.ovn_revision_numbers_db [None req-af52250a-6299-408f-bddf-492f0c88875e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 665ceb4a-238d-4d12-ac51-57dfcf5416dc (type: security_group_rules) to 0 2026-04-27 13:10:27.865 7 INFO neutron.db.ovn_revision_numbers_db [None req-2b9a09e7-6353-430c-bde7-2e7bc5bc1e17 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource eb890a55-c762-42cb-b44e-64d4654d1b0c (type: security_group_rules) to 0 2026-04-27 13:10:27.866 8 INFO neutron.db.ovn_revision_numbers_db [None req-af52250a-6299-408f-bddf-492f0c88875e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6b45f89d-537b-4cdf-946a-8af4918fab37 (type: security_group_rules) to 0 2026-04-27 13:10:27.878 8 INFO neutron.db.ovn_revision_numbers_db [None req-af52250a-6299-408f-bddf-492f0c88875e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 7fe028d2-582a-4968-a6a9-612f30f704fc (type: security_group_rules) to 0 [pid: 7|app: 0|req: 295/595] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:10:27 2026] GET /v2.0/security-groups?tenant_id=9fb173e9d9c04ca49cc6f24affdaebd8&name=default => generated 2921 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:10:27.953 8 INFO neutron.db.segments_db [None req-af52250a-6299-408f-bddf-492f0c88875e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Added segment 1a574041-b482-469d-8026-168710aa7e0c of type geneve for network 34f0e72b-1981-41a1-a7c3-91c55112b6d3 2026-04-27 13:10:28.016 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-183f4e2d-d83a-453e-bd11-aa117719ab39 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:28.017 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-183f4e2d-d83a-453e-bd11-aa117719ab39 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 0bed5a2f-617c-4a80-9808-9422c12fe9ac: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:28.071 8 INFO neutron.db.ovn_revision_numbers_db [None req-af52250a-6299-408f-bddf-492f0c88875e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 34f0e72b-1981-41a1-a7c3-91c55112b6d3 (type: networks) to 1 2026-04-27 13:10:28.237 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-af52250a-6299-408f-bddf-492f0c88875e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:28.239 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-af52250a-6299-408f-bddf-492f0c88875e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 34f0e72b-1981-41a1-a7c3-91c55112b6d3: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:28.310 8 INFO neutron.db.ovn_revision_numbers_db [None req-af52250a-6299-408f-bddf-492f0c88875e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b68f7e6c-c869-4b27-ab0c-0b90b64762ff (type: ports) to 1 2026-04-27 13:10:28.321 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3c7db829-c624-4689-816d-9c06dfc2ef48 - - - - - -] OVN reports status down for port: b68f7e6c-c869-4b27-ab0c-0b90b64762ff [pid: 8|app: 0|req: 301/596] 10.0.0.253 () {34 vars in 671 bytes} [Mon Apr 27 13:10:27 2026] POST /v2.0/networks => generated 791 bytes in 803 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:10:28.463 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7020ec04-eea5-4a85-8c58-a43ef2e416b9 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:28.464 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7020ec04-eea5-4a85-8c58-a43ef2e416b9 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 71e91d29-90e6-4fd8-ae62-af674423eafd: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:28.564 7 INFO neutron.db.ovn_revision_numbers_db [None req-183f4e2d-d83a-453e-bd11-aa117719ab39 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f90c1fd5-d7e6-4234-9079-4d2dbce93894 (type: ports) to 2 2026-04-27 13:10:28.599 7 INFO neutron.db.ovn_revision_numbers_db [None req-183f4e2d-d83a-453e-bd11-aa117719ab39 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 37a64c69-8a74-40bc-a808-b7088539e633 (type: subnets) to 0 [pid: 7|app: 0|req: 296/597] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:10:27 2026] POST /v2.0/subnets => generated 690 bytes in 710 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/598] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:10:28 2026] DELETE /v2.0/security-groups/45ae6b4a-a105-4a8f-b5ee-fb7dca6a6f41 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:10:28.899 8 INFO neutron.db.ovn_revision_numbers_db [None req-7020ec04-eea5-4a85-8c58-a43ef2e416b9 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a6937c5b-684e-45b9-b814-f3504ac1e38f (type: ports) to 2 2026-04-27 13:10:28.931 8 INFO neutron.db.ovn_revision_numbers_db [None req-7020ec04-eea5-4a85-8c58-a43ef2e416b9 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 1d613791-4a7d-43f8-8562-1e85757edca4 (type: subnets) to 0 [pid: 8|app: 0|req: 302/599] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:10:28 2026] POST /v2.0/subnets => generated 690 bytes in 618 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:10:28.984 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4a98fd05-787f-4b13-ac8a-1c6d6d3f9667 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:28.985 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4a98fd05-787f-4b13-ac8a-1c6d6d3f9667 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 34f0e72b-1981-41a1-a7c3-91c55112b6d3: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:29.433 7 INFO neutron.db.ovn_revision_numbers_db [None req-4a98fd05-787f-4b13-ac8a-1c6d6d3f9667 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b68f7e6c-c869-4b27-ab0c-0b90b64762ff (type: ports) to 2 2026-04-27 13:10:29.477 7 INFO neutron.db.ovn_revision_numbers_db [None req-4a98fd05-787f-4b13-ac8a-1c6d6d3f9667 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 5c4fa0e7-ef68-4249-a172-f19876076529 (type: subnets) to 0 [pid: 7|app: 0|req: 298/600] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:10:28 2026] POST /v2.0/subnets => generated 698 bytes in 659 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:10:29.588 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c3209d60-c9bc-4cef-b514-205bc1c021ce c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:29.588 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c3209d60-c9bc-4cef-b514-205bc1c021ce c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:29.712 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3c7db829-c624-4689-816d-9c06dfc2ef48 - - - - - -] OVN reports status down for port: e2b0e693-4e8d-4b30-8759-b779bd36541a 2026-04-27 13:10:29.726 8 INFO neutron.db.ovn_revision_numbers_db [None req-c3209d60-c9bc-4cef-b514-205bc1c021ce c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e2b0e693-4e8d-4b30-8759-b779bd36541a (type: ports) to 1 2026-04-27 13:10:30.077 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-c3209d60-c9bc-4cef-b514-205bc1c021ce c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Starting OVNClientQosExtension 2026-04-27 13:10:30.195 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-df5404fc-ef29-47e2-994b-4a98265a55f2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:30.197 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-df5404fc-ef29-47e2-994b-4a98265a55f2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:30.294 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3c7db829-c624-4689-816d-9c06dfc2ef48 - - - - - -] OVN reports status down for port: c9a68d0a-4428-409d-8bbe-da614b6c3a8f 2026-04-27 13:10:30.349 7 INFO neutron.db.ovn_revision_numbers_db [None req-df5404fc-ef29-47e2-994b-4a98265a55f2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c9a68d0a-4428-409d-8bbe-da614b6c3a8f (type: ports) to 1 2026-04-27 13:10:30.590 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3c7db829-c624-4689-816d-9c06dfc2ef48 - - - - - -] OVN reports status up for port: e2b0e693-4e8d-4b30-8759-b779bd36541a 2026-04-27 13:10:30.614 8 INFO neutron.db.ovn_revision_numbers_db [None req-c3209d60-c9bc-4cef-b514-205bc1c021ce c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e2b0e693-4e8d-4b30-8759-b779bd36541a (type: router_ports) to 1 2026-04-27 13:10:30.619 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Router 4d0d7880-c704-4621-8911-bbfe5b46a857 is bound to host instance 2026-04-27 13:10:30.619 7 INFO neutron.plugins.ml2.plugin [None req-3c7db829-c624-4689-816d-9c06dfc2ef48 - - - - - -] Attempt 1 to provision port e2b0e693-4e8d-4b30-8759-b779bd36541a 2026-04-27 13:10:30.759 8 INFO neutron.db.ovn_revision_numbers_db [None req-c3209d60-c9bc-4cef-b514-205bc1c021ce c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 4d0d7880-c704-4621-8911-bbfe5b46a857 (type: routers) to 2 [pid: 8|app: 0|req: 303/601] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:10:28 2026] POST /v2.0/routers => generated 989 bytes in 1836 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:10:30.827 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-df5404fc-ef29-47e2-994b-4a98265a55f2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Starting OVNClientQosExtension 2026-04-27 13:10:31.243 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Router 2c8957cd-d360-4d65-b924-53c4beca13db is bound to host instance 2026-04-27 13:10:31.273 7 INFO neutron.db.ovn_revision_numbers_db [None req-df5404fc-ef29-47e2-994b-4a98265a55f2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c9a68d0a-4428-409d-8bbe-da614b6c3a8f (type: router_ports) to 1 2026-04-27 13:10:31.405 7 INFO neutron.db.ovn_revision_numbers_db [None req-df5404fc-ef29-47e2-994b-4a98265a55f2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2c8957cd-d360-4d65-b924-53c4beca13db (type: routers) to 2 [pid: 7|app: 0|req: 299/602] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:10:29 2026] POST /v2.0/routers => generated 989 bytes in 1941 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:10:31.549 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f1f67fca-b6d4-4744-bcac-42c2d954a4bc c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:31.552 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f1f67fca-b6d4-4744-bcac-42c2d954a4bc c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:31.785 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-91fcffa7-ae5e-47f7-9f6f-ae0082507833 - - - - - -] OVN reports status down for port: d77252ba-ea6b-4ae3-b3bc-ef0444d15a66 2026-04-27 13:10:31.950 8 INFO neutron.db.ovn_revision_numbers_db [None req-f1f67fca-b6d4-4744-bcac-42c2d954a4bc c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource d77252ba-ea6b-4ae3-b3bc-ef0444d15a66 (type: ports) to 1 2026-04-27 13:10:31.956 7 INFO neutron.db.ovn_revision_numbers_db [None req-e9f2e855-5bcc-451d-919a-58109a6a0cdd c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6950380d-adae-44be-b0eb-67d440b68ce0 (type: security_groups) to 1 2026-04-27 13:10:31.983 7 INFO neutron.db.ovn_revision_numbers_db [None req-e9f2e855-5bcc-451d-919a-58109a6a0cdd c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 31c0c8d8-51f6-4607-b90a-e04db50686ff (type: security_group_rules) to 0 2026-04-27 13:10:32.007 7 INFO neutron.db.ovn_revision_numbers_db [None req-e9f2e855-5bcc-451d-919a-58109a6a0cdd c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 450021ed-288d-46d0-87bd-fefb4b4c76fa (type: security_group_rules) to 0 2026-04-27 13:10:32.042 7 INFO neutron.db.ovn_revision_numbers_db [None req-e9f2e855-5bcc-451d-919a-58109a6a0cdd c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 760866f8-cbd7-44ac-9f1d-84bf961b260e (type: security_group_rules) to 0 2026-04-27 13:10:32.068 7 INFO neutron.db.ovn_revision_numbers_db [None req-e9f2e855-5bcc-451d-919a-58109a6a0cdd c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource cb3214dd-59bf-4444-86cb-32636ebfdd6a (type: security_group_rules) to 0 2026-04-27 13:10:32.224 7 INFO neutron.db.segments_db [None req-e9f2e855-5bcc-451d-919a-58109a6a0cdd c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Added segment e7f104f0-3a1e-424e-a7b3-ccf9a280a139 of type geneve for network 0ff87e55-ffa7-4d0c-84fc-2107dbaa150e 2026-04-27 13:10:32.308 8 INFO neutron.db.ovn_revision_numbers_db [None req-de1b371f-b762-486e-aba9-2eccee3053ce - - - - - -] Successfully bumped revision number for resource e2b0e693-4e8d-4b30-8759-b779bd36541a (type: ports) to 4 2026-04-27 13:10:32.517 7 INFO neutron.db.ovn_revision_numbers_db [None req-e9f2e855-5bcc-451d-919a-58109a6a0cdd c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0ff87e55-ffa7-4d0c-84fc-2107dbaa150e (type: networks) to 1 2026-04-27 13:10:32.704 7 INFO neutron.db.ovn_revision_numbers_db [None req-57608749-49e9-48f9-9cda-a3844baa6fee - - - - - -] Successfully bumped revision number for resource c9a68d0a-4428-409d-8bbe-da614b6c3a8f (type: ports) to 4 2026-04-27 13:10:32.780 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e9f2e855-5bcc-451d-919a-58109a6a0cdd c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:32.783 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e9f2e855-5bcc-451d-919a-58109a6a0cdd c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 0ff87e55-ffa7-4d0c-84fc-2107dbaa150e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:32.903 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-91fcffa7-ae5e-47f7-9f6f-ae0082507833 - - - - - -] OVN reports status down for port: 4679f72a-cb42-4122-8cf6-d8ac736812e7 2026-04-27 13:10:33.116 8 INFO neutron.db.ovn_revision_numbers_db [None req-de1b371f-b762-486e-aba9-2eccee3053ce - - - - - -] Successfully bumped revision number for resource e2b0e693-4e8d-4b30-8759-b779bd36541a (type: ports) to 5 2026-04-27 13:10:33.258 7 INFO neutron.db.ovn_revision_numbers_db [None req-e9f2e855-5bcc-451d-919a-58109a6a0cdd c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 4679f72a-cb42-4122-8cf6-d8ac736812e7 (type: ports) to 1 2026-04-27 13:10:33.268 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3c7db829-c624-4689-816d-9c06dfc2ef48 - - - - - -] OVN reports status up for port: c9a68d0a-4428-409d-8bbe-da614b6c3a8f 2026-04-27 13:10:33.297 7 INFO neutron.plugins.ml2.plugin [None req-3c7db829-c624-4689-816d-9c06dfc2ef48 - - - - - -] Attempt 1 to provision port c9a68d0a-4428-409d-8bbe-da614b6c3a8f [pid: 7|app: 0|req: 300/603] 10.0.0.253 () {34 vars in 671 bytes} [Mon Apr 27 13:10:31 2026] POST /v2.0/networks => generated 790 bytes in 1904 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:10:33.687 7 INFO neutron.db.ovn_revision_numbers_db [None req-57608749-49e9-48f9-9cda-a3844baa6fee - - - - - -] Successfully bumped revision number for resource c9a68d0a-4428-409d-8bbe-da614b6c3a8f (type: ports) to 5 2026-04-27 13:10:33.937 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-91fcffa7-ae5e-47f7-9f6f-ae0082507833 - - - - - -] OVN reports status up for port: d77252ba-ea6b-4ae3-b3bc-ef0444d15a66 2026-04-27 13:10:33.959 8 INFO neutron.plugins.ml2.plugin [None req-91fcffa7-ae5e-47f7-9f6f-ae0082507833 - - - - - -] Attempt 1 to provision port d77252ba-ea6b-4ae3-b3bc-ef0444d15a66 2026-04-27 13:10:33.989 8 INFO neutron.db.ovn_revision_numbers_db [None req-f1f67fca-b6d4-4744-bcac-42c2d954a4bc c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource d77252ba-ea6b-4ae3-b3bc-ef0444d15a66 (type: router_ports) to 1 2026-04-27 13:10:34.012 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-57608749-49e9-48f9-9cda-a3844baa6fee - - - - - -] Router 0c2fb8da-0b87-48d1-8710-73547942d198 is bound to host instance 2026-04-27 13:10:34.037 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-63c0ab18-dbd8-43f8-a4db-671a9c04cc4a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:34.040 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-63c0ab18-dbd8-43f8-a4db-671a9c04cc4a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 0bed5a2f-617c-4a80-9808-9422c12fe9ac: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:34.125 8 INFO neutron.db.ovn_revision_numbers_db [None req-f1f67fca-b6d4-4744-bcac-42c2d954a4bc c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0c2fb8da-0b87-48d1-8710-73547942d198 (type: routers) to 2 [pid: 8|app: 0|req: 304/604] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:10:30 2026] POST /v2.0/routers => generated 997 bytes in 3360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:10:34.242 7 INFO neutron.db.ovn_revision_numbers_db [None req-63c0ab18-dbd8-43f8-a4db-671a9c04cc4a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e93903ec-0483-4962-af98-3d5cc5bdd070 (type: ports) to 1 2026-04-27 13:10:34.612 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0c0141ae-5280-4f92-99a3-577b3b660207 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:34.614 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0c0141ae-5280-4f92-99a3-577b3b660207 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 71e91d29-90e6-4fd8-ae62-af674423eafd: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:34.739 8 INFO neutron.db.ovn_revision_numbers_db [None req-0c0141ae-5280-4f92-99a3-577b3b660207 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ffbdfc67-2ed1-4b40-a6cf-d81d901c98ba (type: ports) to 1 2026-04-27 13:10:34.741 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3c7db829-c624-4689-816d-9c06dfc2ef48 - - - - - -] OVN reports status down for port: ffbdfc67-2ed1-4b40-a6cf-d81d901c98ba 2026-04-27 13:10:35.410 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3c7db829-c624-4689-816d-9c06dfc2ef48 - - - - - -] OVN reports status up for port: ffbdfc67-2ed1-4b40-a6cf-d81d901c98ba 2026-04-27 13:10:35.443 7 INFO neutron.plugins.ml2.plugin [None req-3c7db829-c624-4689-816d-9c06dfc2ef48 - - - - - -] Attempt 1 to provision port ffbdfc67-2ed1-4b40-a6cf-d81d901c98ba 2026-04-27 13:10:35.452 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0c0141ae-5280-4f92-99a3-577b3b660207 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:35.453 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0c0141ae-5280-4f92-99a3-577b3b660207 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 71e91d29-90e6-4fd8-ae62-af674423eafd: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:35.728 7 INFO neutron.db.ovn_revision_numbers_db [None req-d93a23e5-8611-4dc6-8506-6964b1838fa2 - - - - - -] Successfully bumped revision number for resource d77252ba-ea6b-4ae3-b3bc-ef0444d15a66 (type: ports) to 4 2026-04-27 13:10:35.739 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-63c0ab18-dbd8-43f8-a4db-671a9c04cc4a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:35.743 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-63c0ab18-dbd8-43f8-a4db-671a9c04cc4a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 0bed5a2f-617c-4a80-9808-9422c12fe9ac: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:35.936 8 INFO neutron.db.ovn_revision_numbers_db [None req-0c0141ae-5280-4f92-99a3-577b3b660207 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ffbdfc67-2ed1-4b40-a6cf-d81d901c98ba (type: router_ports) to 1 [pid: 8|app: 0|req: 305/605] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:10:34 2026] PUT /v2.0/routers/2c8957cd-d360-4d65-b924-53c4beca13db/add_router_interface => generated 310 bytes in 1793 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:10:36.077 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-43efec16-60fa-484c-aa76-6c5a70ae4476 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:36.078 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-43efec16-60fa-484c-aa76-6c5a70ae4476 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 0ff87e55-ffa7-4d0c-84fc-2107dbaa150e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:36.491 8 INFO neutron.db.ovn_revision_numbers_db [None req-43efec16-60fa-484c-aa76-6c5a70ae4476 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 4679f72a-cb42-4122-8cf6-d8ac736812e7 (type: ports) to 2 2026-04-27 13:10:36.528 8 INFO neutron.db.ovn_revision_numbers_db [None req-43efec16-60fa-484c-aa76-6c5a70ae4476 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource acbbd2e5-bfb3-4624-a623-6386afd7d6b0 (type: subnets) to 0 [pid: 8|app: 0|req: 308/608] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:10:35 2026] POST /v2.0/subnets => generated 696 bytes in 598 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:10:36.695 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-91fcffa7-ae5e-47f7-9f6f-ae0082507833 - - - - - -] OVN reports status down for port: e93903ec-0483-4962-af98-3d5cc5bdd070 2026-04-27 13:10:36.819 7 INFO neutron.db.ovn_revision_numbers_db [None req-d93a23e5-8611-4dc6-8506-6964b1838fa2 - - - - - -] Successfully bumped revision number for resource d77252ba-ea6b-4ae3-b3bc-ef0444d15a66 (type: ports) to 5 2026-04-27 13:10:36.828 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-91fcffa7-ae5e-47f7-9f6f-ae0082507833 - - - - - -] Logical_Switch_Port e93903ec-0483-4962-af98-3d5cc5bdd070 host information not removed, the port state is up 2026-04-27 13:10:36.829 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-91fcffa7-ae5e-47f7-9f6f-ae0082507833 - - - - - -] OVN reports status up for port: e93903ec-0483-4962-af98-3d5cc5bdd070 2026-04-27 13:10:36.850 8 INFO neutron.plugins.ml2.plugin [None req-91fcffa7-ae5e-47f7-9f6f-ae0082507833 - - - - - -] Attempt 1 to provision port e93903ec-0483-4962-af98-3d5cc5bdd070 2026-04-27 13:10:36.993 7 INFO neutron.db.ovn_revision_numbers_db [None req-3c7db829-c624-4689-816d-9c06dfc2ef48 - - - - - -] Successfully bumped revision number for resource ffbdfc67-2ed1-4b40-a6cf-d81d901c98ba (type: ports) to 2 2026-04-27 13:10:37.119 7 INFO neutron.db.ovn_revision_numbers_db [None req-63c0ab18-dbd8-43f8-a4db-671a9c04cc4a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e93903ec-0483-4962-af98-3d5cc5bdd070 (type: router_ports) to 1 [pid: 7|app: 0|req: 301/609] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:10:33 2026] PUT /v2.0/routers/4d0d7880-c704-4621-8911-bbfe5b46a857/add_router_interface => generated 310 bytes in 3781 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:10:37.238 7 INFO neutron.db.ovn_revision_numbers_db [None req-8b10c899-8663-42c9-93f2-d424d8c52cc2 1cf9f40d435d418780352ea74eb9101a f4bca65a5e154e79ae328e1dd83e4d30 - - default default] Successfully bumped revision number for resource d66e6a93-bfc9-496c-951b-1ec3a2fea1f5 (type: security_groups) to 1 2026-04-27 13:10:37.250 7 INFO neutron.db.ovn_revision_numbers_db [None req-8b10c899-8663-42c9-93f2-d424d8c52cc2 1cf9f40d435d418780352ea74eb9101a f4bca65a5e154e79ae328e1dd83e4d30 - - default default] Successfully bumped revision number for resource 11d30a30-27fd-4839-9382-3c45c5ccc166 (type: security_group_rules) to 0 2026-04-27 13:10:37.261 7 INFO neutron.db.ovn_revision_numbers_db [None req-8b10c899-8663-42c9-93f2-d424d8c52cc2 1cf9f40d435d418780352ea74eb9101a f4bca65a5e154e79ae328e1dd83e4d30 - - default default] Successfully bumped revision number for resource c935bf4b-a9ea-4dda-b578-43dfac2f7e5f (type: security_group_rules) to 0 [pid: 7|app: 0|req: 302/610] 10.0.0.253 () {34 vars in 685 bytes} [Mon Apr 27 13:10:37 2026] POST /v2.0/security-groups => generated 1659 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:10:37.337 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e21c6cb4-6c8f-44de-914d-5454b70d5f5e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:37.341 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e21c6cb4-6c8f-44de-914d-5454b70d5f5e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 34f0e72b-1981-41a1-a7c3-91c55112b6d3: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:37.620 8 INFO neutron.db.ovn_revision_numbers_db [None req-e21c6cb4-6c8f-44de-914d-5454b70d5f5e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 46aef0ba-152a-4334-979d-15baa29a7b56 (type: ports) to 1 2026-04-27 13:10:37.778 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8dcb6500-6770-4a6b-8e23-c3aed06c38c9 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:37.780 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8dcb6500-6770-4a6b-8e23-c3aed06c38c9 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:37.798 8 INFO neutron.db.ovn_revision_numbers_db [None req-91fcffa7-ae5e-47f7-9f6f-ae0082507833 - - - - - -] Successfully bumped revision number for resource e93903ec-0483-4962-af98-3d5cc5bdd070 (type: ports) to 2 2026-04-27 13:10:37.924 7 INFO neutron.db.ovn_revision_numbers_db [None req-8dcb6500-6770-4a6b-8e23-c3aed06c38c9 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0a1122bf-96a3-4daa-823f-e44aa3de505f (type: ports) to 1 2026-04-27 13:10:38.502 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e21c6cb4-6c8f-44de-914d-5454b70d5f5e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:38.505 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e21c6cb4-6c8f-44de-914d-5454b70d5f5e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 34f0e72b-1981-41a1-a7c3-91c55112b6d3: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:38.610 7 INFO neutron.db.ovn_revision_numbers_db [None req-8dcb6500-6770-4a6b-8e23-c3aed06c38c9 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0a1122bf-96a3-4daa-823f-e44aa3de505f (type: router_ports) to 1 2026-04-27 13:10:38.641 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-de1b371f-b762-486e-aba9-2eccee3053ce - - - - - -] Router e3147875-dcb2-42d4-8811-852a0e37cfac is bound to host instance 2026-04-27 13:10:38.666 7 INFO neutron.db.ovn_revision_numbers_db [None req-8dcb6500-6770-4a6b-8e23-c3aed06c38c9 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e3147875-dcb2-42d4-8811-852a0e37cfac (type: routers) to 2 [pid: 7|app: 0|req: 303/611] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:10:37 2026] POST /v2.0/routers => generated 995 bytes in 1381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:10:38.800 7 INFO neutron.db.ovn_revision_numbers_db [None req-4f073b66-9501-4dd8-b8b0-bae54d836216 1cf9f40d435d418780352ea74eb9101a f4bca65a5e154e79ae328e1dd83e4d30 - - default default] Successfully bumped revision number for resource da134fb3-7c6e-4888-928a-130e752eb283 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 304/612] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:10:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:10:38.978 7 INFO neutron.db.ovn_revision_numbers_db [req-5f2e2a9d-590d-4188-a77f-243c89717676 req-dc6b57ef-64f8-4574-942a-5201839264fc beed9aaeb6aa4546b301ef1adf4f8bc5 891e5852349a4185bb67b6f239821d12 - - default default] Successfully bumped revision number for resource 11e5f74d-2aa4-41cc-82b1-8e8e94d7a2a1 (type: security_groups) to 1 2026-04-27 13:10:38.993 7 INFO neutron.db.ovn_revision_numbers_db [req-5f2e2a9d-590d-4188-a77f-243c89717676 req-dc6b57ef-64f8-4574-942a-5201839264fc beed9aaeb6aa4546b301ef1adf4f8bc5 891e5852349a4185bb67b6f239821d12 - - default default] Successfully bumped revision number for resource 626925fa-a5a8-49d8-ad2f-6b4794063548 (type: security_group_rules) to 0 2026-04-27 13:10:39.004 7 INFO neutron.db.ovn_revision_numbers_db [req-5f2e2a9d-590d-4188-a77f-243c89717676 req-dc6b57ef-64f8-4574-942a-5201839264fc beed9aaeb6aa4546b301ef1adf4f8bc5 891e5852349a4185bb67b6f239821d12 - - default default] Successfully bumped revision number for resource c1498942-9c4a-401c-bed2-a284538b6266 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 305/613] 10.0.0.235 () {38 vars in 971 bytes} [Mon Apr 27 13:10:38 2026] POST /v2.0/security-groups => generated 1680 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:10:39.446 8 INFO neutron.db.ovn_revision_numbers_db [None req-e21c6cb4-6c8f-44de-914d-5454b70d5f5e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 46aef0ba-152a-4334-979d-15baa29a7b56 (type: router_ports) to 1 [pid: 8|app: 0|req: 309/614] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:10:36 2026] PUT /v2.0/routers/0c2fb8da-0b87-48d1-8710-73547942d198/add_router_interface => generated 310 bytes in 2908 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:10:39.574 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-95463555-d5e1-406c-b77d-f42229b1ecb4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:39.575 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-95463555-d5e1-406c-b77d-f42229b1ecb4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 0ff87e55-ffa7-4d0c-84fc-2107dbaa150e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:39.691 8 INFO neutron.db.ovn_revision_numbers_db [None req-0982c8ea-0430-4c8e-9631-34543d2432b3 1cf9f40d435d418780352ea74eb9101a f4bca65a5e154e79ae328e1dd83e4d30 - - default default] Successfully bumped revision number for resource 2d74c925-5f02-4889-a999-f901d10de1a8 (type: security_group_rules) to 0 2026-04-27 13:10:39.718 7 INFO neutron.db.ovn_revision_numbers_db [None req-95463555-d5e1-406c-b77d-f42229b1ecb4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e28f8243-cdeb-475f-bfeb-c85a61acbc5f (type: ports) to 1 [pid: 8|app: 0|req: 310/615] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:10:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:10:40.084 8 INFO neutron.db.ovn_revision_numbers_db [req-baf73bf2-e857-4aec-baed-2c6dc9ef2e67 req-54fc0c92-c8e4-46ed-b3b0-d8241e9505e8 beed9aaeb6aa4546b301ef1adf4f8bc5 891e5852349a4185bb67b6f239821d12 - - default default] Successfully bumped revision number for resource 7c2746f5-7909-4b71-b49e-16f7706dfbc7 (type: security_groups) to 1 2026-04-27 13:10:40.104 8 INFO neutron.db.ovn_revision_numbers_db [req-baf73bf2-e857-4aec-baed-2c6dc9ef2e67 req-54fc0c92-c8e4-46ed-b3b0-d8241e9505e8 beed9aaeb6aa4546b301ef1adf4f8bc5 891e5852349a4185bb67b6f239821d12 - - default default] Successfully bumped revision number for resource 26774d33-12b7-451e-95de-196a2299186d (type: security_group_rules) to 0 2026-04-27 13:10:40.108 8 INFO neutron.db.ovn_revision_numbers_db [None req-6837958d-a523-4f37-abc1-d1f54d61634b - - - - - -] Successfully bumped revision number for resource 0a1122bf-96a3-4daa-823f-e44aa3de505f (type: ports) to 4 2026-04-27 13:10:40.121 8 INFO neutron.db.ovn_revision_numbers_db [req-baf73bf2-e857-4aec-baed-2c6dc9ef2e67 req-54fc0c92-c8e4-46ed-b3b0-d8241e9505e8 beed9aaeb6aa4546b301ef1adf4f8bc5 891e5852349a4185bb67b6f239821d12 - - default default] Successfully bumped revision number for resource cae65229-30d4-41f4-94b1-7f8c15840e1a (type: security_group_rules) to 0 [pid: 8|app: 0|req: 311/616] 10.0.0.235 () {38 vars in 971 bytes} [Mon Apr 27 13:10:39 2026] POST /v2.0/security-groups => generated 1682 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:10:40.423 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-95463555-d5e1-406c-b77d-f42229b1ecb4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:40.425 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-95463555-d5e1-406c-b77d-f42229b1ecb4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 0ff87e55-ffa7-4d0c-84fc-2107dbaa150e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:40.681 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-11b8ffa9-0bf1-4356-b7f1-0da2c95a4b0b 1cf9f40d435d418780352ea74eb9101a f4bca65a5e154e79ae328e1dd83e4d30 - - default default] No more DHCP agents 2026-04-27 13:10:40.686 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-11b8ffa9-0bf1-4356-b7f1-0da2c95a4b0b 1cf9f40d435d418780352ea74eb9101a f4bca65a5e154e79ae328e1dd83e4d30 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:40.706 8 INFO neutron.db.ovn_revision_numbers_db [None req-6837958d-a523-4f37-abc1-d1f54d61634b - - - - - -] Successfully bumped revision number for resource 0a1122bf-96a3-4daa-823f-e44aa3de505f (type: ports) to 5 2026-04-27 13:10:40.856 7 INFO neutron.db.ovn_revision_numbers_db [None req-95463555-d5e1-406c-b77d-f42229b1ecb4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e28f8243-cdeb-475f-bfeb-c85a61acbc5f (type: router_ports) to 1 [pid: 7|app: 0|req: 306/617] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:10:39 2026] PUT /v2.0/routers/e3147875-dcb2-42d4-8811-852a0e37cfac/add_router_interface => generated 310 bytes in 1811 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:10:40.971 7 INFO neutron.db.ovn_revision_numbers_db [None req-f081a939-da1a-4446-ab44-f09077aaf224 8685ca0e1aa04dadbd0f2e23c15a4391 f6a3bc786e5f497896d178d30856ed21 - - default default] Successfully bumped revision number for resource 9adeaa3c-aee1-4677-9e0d-349efb0668a4 (type: security_groups) to 1 2026-04-27 13:10:40.983 7 INFO neutron.db.ovn_revision_numbers_db [None req-f081a939-da1a-4446-ab44-f09077aaf224 8685ca0e1aa04dadbd0f2e23c15a4391 f6a3bc786e5f497896d178d30856ed21 - - default default] Successfully bumped revision number for resource 03bf15d1-4b32-4c3b-a8ca-5066fa1381fb (type: security_group_rules) to 0 2026-04-27 13:10:40.996 7 INFO neutron.db.ovn_revision_numbers_db [None req-f081a939-da1a-4446-ab44-f09077aaf224 8685ca0e1aa04dadbd0f2e23c15a4391 f6a3bc786e5f497896d178d30856ed21 - - default default] Successfully bumped revision number for resource d1c7dd70-8bed-4597-9b94-fa61dcfab461 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 307/618] 10.0.0.253 () {34 vars in 685 bytes} [Mon Apr 27 13:10:40 2026] POST /v2.0/security-groups => generated 1658 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:10:41.156 7 INFO neutron.db.ovn_revision_numbers_db [req-961968d5-db6e-4174-83a9-31022cbc8824 req-596d5356-cd39-472b-86c1-1ff071c027dc beed9aaeb6aa4546b301ef1adf4f8bc5 891e5852349a4185bb67b6f239821d12 - - default default] Successfully bumped revision number for resource 503db975-1458-40e9-a6dc-b9f9bc362f18 (type: security_groups) to 1 2026-04-27 13:10:41.167 7 INFO neutron.db.ovn_revision_numbers_db [req-961968d5-db6e-4174-83a9-31022cbc8824 req-596d5356-cd39-472b-86c1-1ff071c027dc beed9aaeb6aa4546b301ef1adf4f8bc5 891e5852349a4185bb67b6f239821d12 - - default default] Successfully bumped revision number for resource 2a84e8a5-d628-4068-a398-9771266f1ecf (type: security_group_rules) to 0 2026-04-27 13:10:41.179 7 INFO neutron.db.ovn_revision_numbers_db [req-961968d5-db6e-4174-83a9-31022cbc8824 req-596d5356-cd39-472b-86c1-1ff071c027dc beed9aaeb6aa4546b301ef1adf4f8bc5 891e5852349a4185bb67b6f239821d12 - - default default] Successfully bumped revision number for resource 781ceb31-b17b-4d31-bd51-6a71aac42361 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 312/619] 10.0.0.253 () {34 vars in 676 bytes} [Mon Apr 27 13:10:40 2026] POST /v2.0/floatingips => generated 552 bytes in 1026 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/620] 10.0.0.235 () {38 vars in 971 bytes} [Mon Apr 27 13:10:41 2026] POST /v2.0/security-groups => generated 1682 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:10:41.261 7 WARNING neutron.db.securitygroups_db [req-34514546-5831-479b-a714-b298190a36dc req-716f6dc4-e906-45b2-9bf7-f5c51a8aba4a beed9aaeb6aa4546b301ef1adf4f8bc5 891e5852349a4185bb67b6f239821d12 - - default default] 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: 309/621] 10.0.0.235 () {34 vars in 1002 bytes} [Mon Apr 27 13:10:41 2026] GET /v2.0/security-groups?tenant_id=891e5852349a4185bb67b6f239821d12 => generated 7905 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:10:41.328 8 INFO neutron.db.ovn_revision_numbers_db [None req-2252d643-c3f7-4293-8893-9162b530cef6 8685ca0e1aa04dadbd0f2e23c15a4391 f6a3bc786e5f497896d178d30856ed21 - - default default] Successfully bumped revision number for resource cf6bc4bf-1471-4e8a-b3c0-849bed3a346e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 313/622] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:10:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/623] 10.0.0.235 () {34 vars in 991 bytes} [Mon Apr 27 13:10:41 2026] GET /v2.0/security-groups/633e6dce-d5e1-4b03-a246-0a32442662aa => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:10:41.428 7 INFO neutron.db.ovn_revision_numbers_db [req-409ccaa8-44d7-4194-bbe0-1e8d27a061f5 req-b0ae5418-7a6e-4996-b507-a0f9b92a8b54 fe4b6042933d4cf89eb2a3e9015ccd84 a398a12d892140dc9490c1af718b1949 - - default default] Successfully bumped revision number for resource f07869c1-f3dd-4baa-8cff-8942733ca228 (type: security_groups) to 1 2026-04-27 13:10:41.438 7 INFO neutron.db.ovn_revision_numbers_db [req-409ccaa8-44d7-4194-bbe0-1e8d27a061f5 req-b0ae5418-7a6e-4996-b507-a0f9b92a8b54 fe4b6042933d4cf89eb2a3e9015ccd84 a398a12d892140dc9490c1af718b1949 - - default default] Successfully bumped revision number for resource 20c31bb2-7065-4f09-aeec-94b9ad2f311d (type: security_group_rules) to 0 2026-04-27 13:10:41.445 7 INFO neutron.db.ovn_revision_numbers_db [req-409ccaa8-44d7-4194-bbe0-1e8d27a061f5 req-b0ae5418-7a6e-4996-b507-a0f9b92a8b54 fe4b6042933d4cf89eb2a3e9015ccd84 a398a12d892140dc9490c1af718b1949 - - default default] Successfully bumped revision number for resource b4d99dcd-65e8-45c2-b0f5-4d91e81ea622 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 310/624] 10.0.0.235 () {38 vars in 971 bytes} [Mon Apr 27 13:10:41 2026] POST /v2.0/security-groups => generated 1684 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:10:41.513 8 INFO neutron.db.ovn_revision_numbers_db [None req-f3cd51f9-f9fe-464d-b86f-12dbb1df88f1 8685ca0e1aa04dadbd0f2e23c15a4391 f6a3bc786e5f497896d178d30856ed21 - - default default] Successfully bumped revision number for resource 42376be1-3580-4289-a6be-f9c88bf40ffe (type: security_group_rules) to 0 [pid: 7|app: 0|req: 311/625] 10.0.0.235 () {34 vars in 991 bytes} [Mon Apr 27 13:10:41 2026] GET /v2.0/security-groups/633e6dce-d5e1-4b03-a246-0a32442662aa => generated 2918 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/626] 10.0.0.235 () {34 vars in 991 bytes} [Mon Apr 27 13:10:41 2026] GET /v2.0/security-groups/f07869c1-f3dd-4baa-8cff-8942733ca228 => generated 1684 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/627] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:10:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/628] 10.0.0.235 () {34 vars in 991 bytes} [Mon Apr 27 13:10:41 2026] GET /v2.0/security-groups/11e5f74d-2aa4-41cc-82b1-8e8e94d7a2a1 => generated 1680 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:10:41.651 8 INFO neutron.db.ovn_revision_numbers_db [req-0f4bff7a-fb42-42c5-bb11-be2c52b55f0b req-fe68091f-9cd1-4736-bc6f-4f74f4fa5f7d fe4b6042933d4cf89eb2a3e9015ccd84 a398a12d892140dc9490c1af718b1949 - - default default] Successfully bumped revision number for resource 09930405-a8d4-41d0-ab8b-58d89524803d (type: security_group_rules) to 0 [pid: 8|app: 0|req: 316/629] 10.0.0.235 () {38 vars in 981 bytes} [Mon Apr 27 13:10:41 2026] POST /v2.0/security-group-rules => generated 614 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:10:41.796 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-eba77ab9-f89e-4869-87f8-93fe28e91f68 8685ca0e1aa04dadbd0f2e23c15a4391 f6a3bc786e5f497896d178d30856ed21 - - default default] No more DHCP agents 2026-04-27 13:10:41.798 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-eba77ab9-f89e-4869-87f8-93fe28e91f68 8685ca0e1aa04dadbd0f2e23c15a4391 f6a3bc786e5f497896d178d30856ed21 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 317/630] 10.0.0.235 () {36 vars in 1013 bytes} [Mon Apr 27 13:10:41 2026] DELETE /v2.0/security-groups/11e5f74d-2aa4-41cc-82b1-8e8e94d7a2a1 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:10:41.824 8 WARNING neutron.db.securitygroups_db [req-6401ca11-b924-4223-b9de-24171e962e68 req-3140b7cd-e27a-46fa-bb08-b97c30301360 1cf9f40d435d418780352ea74eb9101a f4bca65a5e154e79ae328e1dd83e4d30 - - default default] 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: 318/631] 10.0.0.235 () {34 vars in 1100 bytes} [Mon Apr 27 13:10:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1927099142&fields=id&tenant_id=f4bca65a5e154e79ae328e1dd83e4d30 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:10:41.972 8 INFO neutron.db.ovn_revision_numbers_db [req-42611a49-ba79-4635-a3ab-b27eed33e46a req-b7c3fc0c-a78f-4720-b63a-894ac1421b05 fe4b6042933d4cf89eb2a3e9015ccd84 a398a12d892140dc9490c1af718b1949 - - default default] Successfully bumped revision number for resource aec3f3b6-4fcd-4202-88f5-5c9379694219 (type: security_groups) to 1 2026-04-27 13:10:41.982 8 INFO neutron.db.ovn_revision_numbers_db [req-42611a49-ba79-4635-a3ab-b27eed33e46a req-b7c3fc0c-a78f-4720-b63a-894ac1421b05 fe4b6042933d4cf89eb2a3e9015ccd84 a398a12d892140dc9490c1af718b1949 - - default default] Successfully bumped revision number for resource 885e0191-734a-41c1-b3e9-2cd28c3cb95e (type: security_group_rules) to 0 2026-04-27 13:10:41.993 8 INFO neutron.db.ovn_revision_numbers_db [req-42611a49-ba79-4635-a3ab-b27eed33e46a req-b7c3fc0c-a78f-4720-b63a-894ac1421b05 fe4b6042933d4cf89eb2a3e9015ccd84 a398a12d892140dc9490c1af718b1949 - - default default] Successfully bumped revision number for resource 9e2d741e-1c52-4b94-8540-3e183126b770 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 319/632] 10.0.0.235 () {38 vars in 971 bytes} [Mon Apr 27 13:10:41 2026] POST /v2.0/security-groups => generated 1686 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/633] 10.0.0.235 () {34 vars in 982 bytes} [Mon Apr 27 13:10:42 2026] GET /v2.0/networks?id=71e91d29-90e6-4fd8-ae62-af674423eafd => generated 713 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:10:42.105 8 INFO neutron.api.v2.resource [req-27c52b83-21c6-4bb4-a6f7-81ca74d7cb7f req-dc077864-163f-47af-92c9-675b1c09ef45 beed9aaeb6aa4546b301ef1adf4f8bc5 891e5852349a4185bb67b6f239821d12 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 321/634] 10.0.0.235 () {34 vars in 991 bytes} [Mon Apr 27 13:10:42 2026] GET /v2.0/security-groups/11e5f74d-2aa4-41cc-82b1-8e8e94d7a2a1 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/635] 10.0.0.235 () {34 vars in 965 bytes} [Mon Apr 27 13:10:42 2026] GET /v2.0/quotas/f4bca65a5e154e79ae328e1dd83e4d30 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/636] 10.0.0.235 () {34 vars in 991 bytes} [Mon Apr 27 13:10:42 2026] GET /v2.0/security-groups/aec3f3b6-4fcd-4202-88f5-5c9379694219 => generated 1686 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/637] 10.0.0.235 () {34 vars in 1002 bytes} [Mon Apr 27 13:10:42 2026] GET /v2.0/ports?tenant_id=f4bca65a5e154e79ae328e1dd83e4d30&fields=id => generated 103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:10:42.385 8 INFO neutron.db.ovn_revision_numbers_db [req-7a546d36-f118-46a4-b4c7-ee637e1c090e req-7431f6ac-e58e-4585-8909-da88a4a60484 fe4b6042933d4cf89eb2a3e9015ccd84 a398a12d892140dc9490c1af718b1949 - - default default] Successfully bumped revision number for resource 5794b72e-bd5d-47e8-a577-9ac0487023f6 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 325/638] 10.0.0.235 () {38 vars in 981 bytes} [Mon Apr 27 13:10:42 2026] POST /v2.0/security-group-rules => generated 614 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/639] 10.0.0.235 () {34 vars in 991 bytes} [Mon Apr 27 13:10:42 2026] GET /v2.0/security-groups/7c2746f5-7909-4b71-b49e-16f7706dfbc7 => generated 1682 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:10:42.472 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-854ba46a-7a06-427b-b13a-66a727c5c889 - - - - - -] No hosting information found for port ffbdfc67-2ed1-4b40-a6cf-d81d901c98ba: RuntimeError: No hosting information found for port ffbdfc67-2ed1-4b40-a6cf-d81d901c98ba [pid: 7|app: 0|req: 314/640] 10.0.0.253 () {34 vars in 676 bytes} [Mon Apr 27 13:10:41 2026] POST /v2.0/floatingips => generated 552 bytes in 1028 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:10:42.616 7 INFO neutron.db.ovn_revision_numbers_db [None req-854ba46a-7a06-427b-b13a-66a727c5c889 - - - - - -] Successfully bumped revision number for resource ffbdfc67-2ed1-4b40-a6cf-d81d901c98ba (type: router_ports) to 2 [pid: 8|app: 0|req: 327/641] 10.0.0.235 () {36 vars in 1013 bytes} [Mon Apr 27 13:10:42 2026] DELETE /v2.0/security-groups/7c2746f5-7909-4b71-b49e-16f7706dfbc7 => 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: 315/642] 10.0.0.235 () {34 vars in 907 bytes} [Mon Apr 27 13:10:42 2026] GET /v2.0/extensions => generated 21521 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-27 13:10:42.686 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-854ba46a-7a06-427b-b13a-66a727c5c889 - - - - - -] OVN reports status down for port: 0a1122bf-96a3-4daa-823f-e44aa3de505f [pid: 7|app: 0|req: 316/643] 10.0.0.235 () {34 vars in 991 bytes} [Mon Apr 27 13:10:42 2026] GET /v2.0/security-groups/aec3f3b6-4fcd-4202-88f5-5c9379694219 => generated 2311 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/644] 10.0.0.235 () {34 vars in 1008 bytes} [Mon Apr 27 13:10:42 2026] GET /v2.0/networks/71e91d29-90e6-4fd8-ae62-af674423eafd?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: 329/645] 10.0.0.235 () {34 vars in 1108 bytes} [Mon Apr 27 13:10:42 2026] GET /v2.0/networks/71e91d29-90e6-4fd8-ae62-af674423eafd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:10:42.900 8 INFO neutron.api.v2.resource [req-4bc3d63e-e8a0-4279-8702-3e1ee74c5e86 req-ba53d4e2-dace-439f-9576-d6d62397a04d beed9aaeb6aa4546b301ef1adf4f8bc5 891e5852349a4185bb67b6f239821d12 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 330/646] 10.0.0.235 () {34 vars in 991 bytes} [Mon Apr 27 13:10:42 2026] GET /v2.0/security-groups/7c2746f5-7909-4b71-b49e-16f7706dfbc7 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:10:42.969 7 INFO neutron.db.ovn_revision_numbers_db [req-6c6b25c1-8abf-4d75-b371-990fa93d6139 req-695cb08c-11fc-4a35-abbb-fec338cc74a9 fe4b6042933d4cf89eb2a3e9015ccd84 a398a12d892140dc9490c1af718b1949 - - default default] Successfully bumped revision number for resource 43d0834e-7485-40ce-9531-a18f0c384dd4 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 331/647] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:10:42 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/648] 10.0.0.235 () {38 vars in 981 bytes} [Mon Apr 27 13:10:42 2026] POST /v2.0/security-group-rules => generated 619 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:10:43.062 7 WARNING neutron.db.securitygroups_db [req-e5ad4b80-793c-4061-87c7-81b93ef7ff4b req-4afc7de2-62eb-48d9-ae01-4e741a7a080a 8685ca0e1aa04dadbd0f2e23c15a4391 f6a3bc786e5f497896d178d30856ed21 - - default default] 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: 332/649] 10.0.0.235 () {34 vars in 991 bytes} [Mon Apr 27 13:10:43 2026] GET /v2.0/security-groups/503db975-1458-40e9-a6dc-b9f9bc362f18 => generated 1682 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/650] 10.0.0.235 () {34 vars in 1094 bytes} [Mon Apr 27 13:10:43 2026] GET /v2.0/security-groups?name=tempest-securitygroup--8409805&fields=id&tenant_id=f6a3bc786e5f497896d178d30856ed21 => generated 69 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/651] 10.0.0.235 () {36 vars in 1013 bytes} [Mon Apr 27 13:10:43 2026] DELETE /v2.0/security-groups/503db975-1458-40e9-a6dc-b9f9bc362f18 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/652] 10.0.0.235 () {34 vars in 982 bytes} [Mon Apr 27 13:10:43 2026] GET /v2.0/networks?id=34f0e72b-1981-41a1-a7c3-91c55112b6d3 => generated 721 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/653] 10.0.0.235 () {34 vars in 991 bytes} [Mon Apr 27 13:10:43 2026] GET /v2.0/security-groups/aec3f3b6-4fcd-4202-88f5-5c9379694219 => generated 2941 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:10:43.297 8 INFO neutron.api.v2.resource [req-679f043b-fb90-4cce-a787-88ddae982afd req-802cabb8-028e-4b79-b0d1-678c3754560a beed9aaeb6aa4546b301ef1adf4f8bc5 891e5852349a4185bb67b6f239821d12 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 335/654] 10.0.0.235 () {34 vars in 991 bytes} [Mon Apr 27 13:10:43 2026] GET /v2.0/security-groups/503db975-1458-40e9-a6dc-b9f9bc362f18 => 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: 320/655] 10.0.0.235 () {34 vars in 965 bytes} [Mon Apr 27 13:10:43 2026] GET /v2.0/quotas/f6a3bc786e5f497896d178d30856ed21 => generated 292 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:10:43.316 7 INFO neutron.db.ovn_revision_numbers_db [None req-854ba46a-7a06-427b-b13a-66a727c5c889 - - - - - -] Successfully bumped revision number for resource 0a1122bf-96a3-4daa-823f-e44aa3de505f (type: ports) to 6 [pid: 7|app: 0|req: 321/656] 10.0.0.235 () {34 vars in 1001 bytes} [Mon Apr 27 13:10:43 2026] GET /v2.0/security-group-rules/43d0834e-7485-40ce-9531-a18f0c384dd4 => generated 616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/657] 10.0.0.235 () {34 vars in 1002 bytes} [Mon Apr 27 13:10:43 2026] GET /v2.0/ports?tenant_id=f6a3bc786e5f497896d178d30856ed21&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/658] 10.0.0.235 () {34 vars in 991 bytes} [Mon Apr 27 13:10:43 2026] GET /v2.0/security-groups/aec3f3b6-4fcd-4202-88f5-5c9379694219 => generated 2941 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/659] 10.0.0.235 () {34 vars in 1008 bytes} [Mon Apr 27 13:10:43 2026] GET /v2.0/networks/34f0e72b-1981-41a1-a7c3-91c55112b6d3?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:10:43.438 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-cac3ddd2-f593-4b07-b9fd-fec4183a516a - - - - - -] Logical_Switch_Port 0a1122bf-96a3-4daa-823f-e44aa3de505f host information not removed, the port state is up 2026-04-27 13:10:43.439 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cac3ddd2-f593-4b07-b9fd-fec4183a516a - - - - - -] OVN reports status up for port: 0a1122bf-96a3-4daa-823f-e44aa3de505f 2026-04-27 13:10:43.459 7 INFO neutron.plugins.ml2.plugin [None req-cac3ddd2-f593-4b07-b9fd-fec4183a516a - - - - - -] Attempt 1 to provision port 0a1122bf-96a3-4daa-823f-e44aa3de505f [pid: 8|app: 0|req: 338/660] 10.0.0.235 () {34 vars in 1108 bytes} [Mon Apr 27 13:10:43 2026] GET /v2.0/networks/34f0e72b-1981-41a1-a7c3-91c55112b6d3?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-04-27 13:10:43.579 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-f8822a1b-6fdc-42b5-9bc3-ae11647250ea - - - - - -] No hosting information found for port e93903ec-0483-4962-af98-3d5cc5bdd070: RuntimeError: No hosting information found for port e93903ec-0483-4962-af98-3d5cc5bdd070 2026-04-27 13:10:43.619 8 INFO neutron.common.ovn.utils [None req-f8822a1b-6fdc-42b5-9bc3-ae11647250ea - - - - - -] HA Chassis Group neutron-71e91d29-90e6-4fd8-ae62-af674423eafd synchronized; highest priority chassis cf88c82c-664b-42f9-a266-c27775cdf8a2 2026-04-27 13:10:43.635 8 WARNING neutron.db.securitygroups_db [req-1f115c30-613b-465c-a374-d4c55a872e1c req-563aace6-6b3e-4e5c-a6dd-40a2d4a5166f beed9aaeb6aa4546b301ef1adf4f8bc5 891e5852349a4185bb67b6f239821d12 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 323/661] 10.0.0.235 () {36 vars in 1023 bytes} [Mon Apr 27 13:10:43 2026] DELETE /v2.0/security-group-rules/43d0834e-7485-40ce-9531-a18f0c384dd4 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/662] 10.0.0.235 () {34 vars in 1002 bytes} [Mon Apr 27 13:10:43 2026] GET /v2.0/security-groups?tenant_id=891e5852349a4185bb67b6f239821d12 => generated 2921 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:10:43.725 8 INFO neutron.common.ovn.utils [None req-f8822a1b-6fdc-42b5-9bc3-ae11647250ea - - - - - -] HA Chassis Group neutron-0bed5a2f-617c-4a80-9808-9422c12fe9ac synchronized; highest priority chassis cf88c82c-664b-42f9-a266-c27775cdf8a2 [pid: 8|app: 0|req: 340/663] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:10:43 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => 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: 324/664] 10.0.0.235 () {34 vars in 991 bytes} [Mon Apr 27 13:10:43 2026] GET /v2.0/security-groups/633e6dce-d5e1-4b03-a246-0a32442662aa => generated 2918 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/665] 10.0.0.235 () {34 vars in 991 bytes} [Mon Apr 27 13:10:43 2026] GET /v2.0/security-groups/aec3f3b6-4fcd-4202-88f5-5c9379694219 => generated 2311 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/666] 10.0.0.235 () {34 vars in 991 bytes} [Mon Apr 27 13:10:43 2026] GET /v2.0/security-groups/633e6dce-d5e1-4b03-a246-0a32442662aa => generated 2918 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:10:43.905 7 INFO neutron.api.v2.resource [req-dc6fc288-898a-4803-a5dc-efdf7c0770ea req-b9c41e8d-776c-4592-b074-d609d397d559 beed9aaeb6aa4546b301ef1adf4f8bc5 891e5852349a4185bb67b6f239821d12 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 326/667] 10.0.0.235 () {34 vars in 991 bytes} [Mon Apr 27 13:10:43 2026] GET /v2.0/security-groups/503db975-1458-40e9-a6dc-b9f9bc362f18 => generated 146 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:10:43.912 8 INFO neutron.db.ovn_revision_numbers_db [None req-f8822a1b-6fdc-42b5-9bc3-ae11647250ea - - - - - -] Successfully bumped revision number for resource e93903ec-0483-4962-af98-3d5cc5bdd070 (type: router_ports) to 2 2026-04-27 13:10:43.912 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f8822a1b-6fdc-42b5-9bc3-ae11647250ea - - - - - -] OVN reports status down for port: 46aef0ba-152a-4334-979d-15baa29a7b56 2026-04-27 13:10:43.971 7 INFO neutron.api.v2.resource [req-7e638e40-2cd2-46ce-8c4a-cae50c5770d5 req-4b2e16fb-c9df-4224-a307-196aa293ad40 beed9aaeb6aa4546b301ef1adf4f8bc5 891e5852349a4185bb67b6f239821d12 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 327/668] 10.0.0.235 () {34 vars in 991 bytes} [Mon Apr 27 13:10:43 2026] GET /v2.0/security-groups/7c2746f5-7909-4b71-b49e-16f7706dfbc7 => generated 146 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:10:43.985 7 INFO neutron.db.ovn_revision_numbers_db [None req-cac3ddd2-f593-4b07-b9fd-fec4183a516a - - - - - -] Successfully bumped revision number for resource 0a1122bf-96a3-4daa-823f-e44aa3de505f (type: ports) to 7 2026-04-27 13:10:44.023 7 INFO neutron.api.v2.resource [req-18a7ac29-bffa-4d6f-a49f-f5189edad646 req-a6f6547f-5e07-4dad-9dc6-a6f4eed4c512 beed9aaeb6aa4546b301ef1adf4f8bc5 891e5852349a4185bb67b6f239821d12 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 328/669] 10.0.0.235 () {34 vars in 991 bytes} [Mon Apr 27 13:10:43 2026] GET /v2.0/security-groups/11e5f74d-2aa4-41cc-82b1-8e8e94d7a2a1 => generated 146 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:10:44.162 7 INFO neutron.common.ovn.utils [None req-aad34088-cbe0-4d4b-8432-bb0a3daf4a95 - - - - - -] HA Chassis Group neutron-0ff87e55-ffa7-4d0c-84fc-2107dbaa150e synchronized; highest priority chassis cf88c82c-664b-42f9-a266-c27775cdf8a2 2026-04-27 13:10:44.358 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-f8822a1b-6fdc-42b5-9bc3-ae11647250ea - - - - - -] Logical_Switch_Port 46aef0ba-152a-4334-979d-15baa29a7b56 host information not removed, the port state is up 2026-04-27 13:10:44.404 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f8822a1b-6fdc-42b5-9bc3-ae11647250ea - - - - - -] OVN reports status up for port: 46aef0ba-152a-4334-979d-15baa29a7b56 2026-04-27 13:10:44.417 8 INFO neutron.plugins.ml2.plugin [None req-f8822a1b-6fdc-42b5-9bc3-ae11647250ea - - - - - -] Attempt 1 to provision port 46aef0ba-152a-4334-979d-15baa29a7b56 [pid: 8|app: 0|req: 342/670] 10.0.0.235 () {36 vars in 1013 bytes} [Mon Apr 27 13:10:43 2026] DELETE /v2.0/security-groups/aec3f3b6-4fcd-4202-88f5-5c9379694219 => generated 0 bytes in 599 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/671] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:10:44 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:10:44.495 7 INFO neutron_taas.services.taas.taas_plugin [None req-16ec85f5-7868-4e67-924a-59a927408ee6 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: e93903ec-0483-4962-af98-3d5cc5bdd070 [pid: 8|app: 0|req: 344/672] 10.0.0.235 () {34 vars in 991 bytes} [Mon Apr 27 13:10:44 2026] GET /v2.0/security-groups/f07869c1-f3dd-4baa-8cff-8942733ca228 => generated 2309 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:10:44.504 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16ec85f5-7868-4e67-924a-59a927408ee6 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: e93903ec-0483-4962-af98-3d5cc5bdd070 [pid: 8|app: 0|req: 345/673] 10.0.0.235 () {36 vars in 1013 bytes} [Mon Apr 27 13:10:44 2026] DELETE /v2.0/security-groups/f07869c1-f3dd-4baa-8cff-8942733ca228 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/674] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:10:44 2026] PUT /v2.0/routers/4d0d7880-c704-4621-8911-bbfe5b46a857/remove_router_interface => generated 310 bytes in 1118 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: 330/675] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:10:45 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:10:45.307 8 INFO neutron.db.ovn_revision_numbers_db [None req-f8822a1b-6fdc-42b5-9bc3-ae11647250ea - - - - - -] Successfully bumped revision number for resource 46aef0ba-152a-4334-979d-15baa29a7b56 (type: ports) to 2 2026-04-27 13:10:45.413 8 INFO neutron_taas.services.taas.taas_plugin [None req-4db4910b-a5ab-430e-a3ec-34d07af690bb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: e28f8243-cdeb-475f-bfeb-c85a61acbc5f 2026-04-27 13:10:45.426 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4db4910b-a5ab-430e-a3ec-34d07af690bb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: e28f8243-cdeb-475f-bfeb-c85a61acbc5f 2026-04-27 13:10:45.507 7 INFO neutron_taas.services.taas.taas_plugin [None req-ded11c2e-af44-4be0-a68d-158bc48289ff c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: e2b0e693-4e8d-4b30-8759-b779bd36541a 2026-04-27 13:10:45.510 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ded11c2e-af44-4be0-a68d-158bc48289ff c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: e2b0e693-4e8d-4b30-8759-b779bd36541a [pid: 7|app: 0|req: 331/676] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:10:45 2026] DELETE /v2.0/routers/4d0d7880-c704-4621-8911-bbfe5b46a857 => generated 0 bytes in 721 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/677] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:10:45 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => 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: 346/678] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:10:44 2026] PUT /v2.0/routers/e3147875-dcb2-42d4-8811-852a0e37cfac/remove_router_interface => generated 310 bytes in 1346 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: 333/679] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:10:45 2026] DELETE /v2.0/subnets/37a64c69-8a74-40bc-a808-b7088539e633 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:10:46.239 7 INFO neutron_taas.services.taas.taas_plugin [None req-257ae764-bc19-474b-8404-8848e15342ef c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: f90c1fd5-d7e6-4234-9079-4d2dbce93894 2026-04-27 13:10:46.242 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-257ae764-bc19-474b-8404-8848e15342ef c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: f90c1fd5-d7e6-4234-9079-4d2dbce93894 2026-04-27 13:10:46.421 8 INFO neutron_taas.services.taas.taas_plugin [None req-d084478c-9044-4aa3-af95-32cd7cf5dbf8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: 0a1122bf-96a3-4daa-823f-e44aa3de505f 2026-04-27 13:10:46.425 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d084478c-9044-4aa3-af95-32cd7cf5dbf8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: 0a1122bf-96a3-4daa-823f-e44aa3de505f [pid: 7|app: 0|req: 334/680] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:10:46 2026] DELETE /v2.0/networks/0bed5a2f-617c-4a80-9808-9422c12fe9ac => generated 0 bytes in 378 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/681] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:10:46 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:10:46.657 7 WARNING neutron.db.securitygroups_db [None req-8f924e23-3764-40f5-b8ae-21a5eff8fd82 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 336/682] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:10:46 2026] GET /v2.0/security-groups?tenant_id=891e5852349a4185bb67b6f239821d12&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/683] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:10:46 2026] DELETE /v2.0/security-groups/633e6dce-d5e1-4b03-a246-0a32442662aa => 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: 347/684] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:10:46 2026] DELETE /v2.0/routers/e3147875-dcb2-42d4-8811-852a0e37cfac => generated 0 bytes in 781 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:10:46.949 7 INFO neutron.services.segments.plugin [-] Segment ddc2baf7-d4dc-40e8-9e02-8402d39e539c resource provider aggregate not found 2026-04-27 13:10:46.950 7 INFO neutron.services.segments.plugin [-] Segment ddc2baf7-d4dc-40e8-9e02-8402d39e539c resource provider aggregate not found 2026-04-27 13:10:46.974 7 INFO neutron.services.segments.plugin [-] Segment ddc2baf7-d4dc-40e8-9e02-8402d39e539c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddc2baf7-d4dc-40e8-9e02-8402d39e539c found for delete ", "request_id": "req-4be53886-dabf-4982-a5b0-6328fa372131"}]} 2026-04-27 13:10:46.981 7 INFO neutron.services.segments.plugin [-] Segment ddc2baf7-d4dc-40e8-9e02-8402d39e539c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddc2baf7-d4dc-40e8-9e02-8402d39e539c found for delete ", "request_id": "req-4c255d17-8ed2-43c1-9d46-39957fea0ae4"}]} [pid: 8|app: 0|req: 348/685] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:10:47 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => 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: 338/686] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:10:46 2026] DELETE /v2.0/subnets/acbbd2e5-bfb3-4624-a623-6386afd7d6b0 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:10:47.207 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e6b8063-3633-4272-a91b-b030152f8b2d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: 4679f72a-cb42-4122-8cf6-d8ac736812e7 2026-04-27 13:10:47.210 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e6b8063-3633-4272-a91b-b030152f8b2d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: 4679f72a-cb42-4122-8cf6-d8ac736812e7 [pid: 8|app: 0|req: 349/687] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:10:47 2026] DELETE /v2.0/networks/0ff87e55-ffa7-4d0c-84fc-2107dbaa150e => generated 0 bytes in 416 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/688] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:10:47 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:10:47.762 7 WARNING neutron.db.securitygroups_db [None req-967c279b-9fe2-464f-9711-f8eba9347a18 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 340/689] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:10:47 2026] GET /v2.0/security-groups?tenant_id=a398a12d892140dc9490c1af718b1949&name=default => generated 2921 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/690] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:10:47 2026] GET /v2.0/networks?id=71e91d29-90e6-4fd8-ae62-af674423eafd => generated 713 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/693] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:10:47 2026] DELETE /v2.0/security-groups/6950380d-adae-44be-b0eb-67d440b68ce0 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/694] 199.204.45.33 () {34 vars in 910 bytes} [Mon Apr 27 13:10:48 2026] GET /v2.0/extensions => generated 21521 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-27 13:10:48.048 7 WARNING neutron.db.securitygroups_db [req-6401ca11-b924-4223-b9de-24171e962e68 req-00120425-7ca7-4373-9014-e9533cde5547 1cf9f40d435d418780352ea74eb9101a f4bca65a5e154e79ae328e1dd83e4d30 - - default default] 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-04-27 13:10:48.060 8 INFO neutron.services.segments.plugin [-] Segment e7f104f0-3a1e-424e-a7b3-ccf9a280a139 resource provider aggregate not found [pid: 7|app: 0|req: 342/695] 199.204.45.33 () {34 vars in 1049 bytes} [Mon Apr 27 13:10:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f4bca65a5e154e79ae328e1dd83e4d30 => generated 181 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:10:48.099 8 INFO neutron.services.segments.plugin [-] Segment e7f104f0-3a1e-424e-a7b3-ccf9a280a139 resource provider aggregate not found 2026-04-27 13:10:48.105 8 INFO neutron.services.segments.plugin [-] Segment e7f104f0-3a1e-424e-a7b3-ccf9a280a139 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7f104f0-3a1e-424e-a7b3-ccf9a280a139 found for delete ", "request_id": "req-d05934cf-4d74-4879-a8ba-777cef70efb2"}]} 2026-04-27 13:10:48.124 8 INFO neutron.services.segments.plugin [-] Segment e7f104f0-3a1e-424e-a7b3-ccf9a280a139 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7f104f0-3a1e-424e-a7b3-ccf9a280a139 found for delete ", "request_id": "req-fb89206f-ec70-4bb8-b53e-3d977e8661db"}]} [pid: 7|app: 0|req: 343/696] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:10:48 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:10:48.494 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-6401ca11-b924-4223-b9de-24171e962e68 req-edd75941-5587-4e1b-92dc-986bab1054dc 1cf9f40d435d418780352ea74eb9101a f4bca65a5e154e79ae328e1dd83e4d30 - - default default] No more DHCP agents 2026-04-27 13:10:48.496 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-6401ca11-b924-4223-b9de-24171e962e68 req-edd75941-5587-4e1b-92dc-986bab1054dc 1cf9f40d435d418780352ea74eb9101a f4bca65a5e154e79ae328e1dd83e4d30 - - default default] Unable to schedule network 71e91d29-90e6-4fd8-ae62-af674423eafd: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:48.726 8 INFO neutron.db.ovn_revision_numbers_db [req-6401ca11-b924-4223-b9de-24171e962e68 req-edd75941-5587-4e1b-92dc-986bab1054dc 1cf9f40d435d418780352ea74eb9101a f4bca65a5e154e79ae328e1dd83e4d30 - - default default] Successfully bumped revision number for resource ce26dc52-3bdb-4ac1-b686-c94c67c5ba22 (type: ports) to 1 [pid: 7|app: 0|req: 344/697] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:10:48 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => 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: 354/698] 199.204.45.33 () {38 vars in 954 bytes} [Mon Apr 27 13:10:48 2026] POST /v2.0/ports => generated 958 bytes in 725 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:10:49.003 7 INFO neutron.db.ovn_revision_numbers_db [None req-0521f842-846c-481c-80ea-9c28546dfa47 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a9949514-e28a-4e9d-b2d9-9a503832543f (type: security_groups) to 1 2026-04-27 13:10:49.016 7 INFO neutron.db.ovn_revision_numbers_db [None req-0521f842-846c-481c-80ea-9c28546dfa47 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 5d5aede0-eb08-4bdc-89c0-e7e32460bb11 (type: security_group_rules) to 0 2026-04-27 13:10:49.028 7 INFO neutron.db.ovn_revision_numbers_db [None req-0521f842-846c-481c-80ea-9c28546dfa47 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 89f2da81-0eb3-4d66-a18c-c10d53b2358a (type: security_group_rules) to 0 2026-04-27 13:10:49.039 7 INFO neutron.db.ovn_revision_numbers_db [None req-0521f842-846c-481c-80ea-9c28546dfa47 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 90d9e60c-df25-4cca-9202-aec67c0d12fe (type: security_group_rules) to 0 2026-04-27 13:10:49.049 7 INFO neutron.db.ovn_revision_numbers_db [None req-0521f842-846c-481c-80ea-9c28546dfa47 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource cc65b4e8-80dd-4409-a478-51529ba081be (type: security_group_rules) to 0 2026-04-27 13:10:49.139 7 INFO neutron.db.segments_db [None req-0521f842-846c-481c-80ea-9c28546dfa47 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Added segment 457a605e-71fb-4032-a0eb-3e6db8f9334c of type geneve for network ed4c34ed-cc30-407c-80a3-253c13ff2a3d /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:10:49.265 7 INFO neutron.db.ovn_revision_numbers_db [None req-0521f842-846c-481c-80ea-9c28546dfa47 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ed4c34ed-cc30-407c-80a3-253c13ff2a3d (type: networks) to 1 [pid: 8|app: 0|req: 355/699] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:10:49 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 961 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:10:49.411 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0521f842-846c-481c-80ea-9c28546dfa47 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:49.413 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0521f842-846c-481c-80ea-9c28546dfa47 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network ed4c34ed-cc30-407c-80a3-253c13ff2a3d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:49.493 7 INFO neutron.db.ovn_revision_numbers_db [None req-0521f842-846c-481c-80ea-9c28546dfa47 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 3b2fe94c-5c46-4e82-9a5e-21972f80a9f4 (type: ports) to 1 [pid: 7|app: 0|req: 345/700] 10.0.0.253 () {34 vars in 671 bytes} [Mon Apr 27 13:10:48 2026] POST /v2.0/networks => generated 778 bytes in 771 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/701] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:10:49 2026] GET /v2.0/security-groups?id=d66e6a93-bfc9-496c-951b-1ec3a2fea1f5&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:10:49.712 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9ac4765e-a02f-46c2-9503-ba4b74c9ee7b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:49.714 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9ac4765e-a02f-46c2-9503-ba4b74c9ee7b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network ed4c34ed-cc30-407c-80a3-253c13ff2a3d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:49.726 8 INFO neutron.db.ovn_revision_numbers_db [req-6401ca11-b924-4223-b9de-24171e962e68 req-bc511f59-03ff-4d7f-87d2-bed32e86111d 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource ce26dc52-3bdb-4ac1-b686-c94c67c5ba22 (type: ports) to 2 2026-04-27 13:10:49.928 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-6c2d43ed-222a-43bf-b477-2e01a64e11e8 - - - - - -] No hosting information found for port 46aef0ba-152a-4334-979d-15baa29a7b56: RuntimeError: No hosting information found for port 46aef0ba-152a-4334-979d-15baa29a7b56 2026-04-27 13:10:50.019 8 INFO neutron.common.ovn.utils [None req-6c2d43ed-222a-43bf-b477-2e01a64e11e8 - - - - - -] HA Chassis Group neutron-34f0e72b-1981-41a1-a7c3-91c55112b6d3 synchronized; highest priority chassis cf88c82c-664b-42f9-a266-c27775cdf8a2 2026-04-27 13:10:50.059 8 INFO neutron.db.ovn_revision_numbers_db [req-6401ca11-b924-4223-b9de-24171e962e68 req-bc511f59-03ff-4d7f-87d2-bed32e86111d 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource ce26dc52-3bdb-4ac1-b686-c94c67c5ba22 (type: ports) to 4 2026-04-27 13:10:50.109 7 INFO neutron.db.ovn_revision_numbers_db [None req-9ac4765e-a02f-46c2-9503-ba4b74c9ee7b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 3b2fe94c-5c46-4e82-9a5e-21972f80a9f4 (type: ports) to 2 2026-04-27 13:10:50.133 7 INFO neutron.db.ovn_revision_numbers_db [None req-9ac4765e-a02f-46c2-9503-ba4b74c9ee7b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 9879cf6a-5e86-437b-b475-6a20c6ea46f7 (type: subnets) to 0 [pid: 8|app: 0|req: 356/702] 199.204.45.33 () {38 vars in 1027 bytes} [Mon Apr 27 13:10:49 2026] PUT /v2.0/ports/ce26dc52-3bdb-4ac1-b686-c94c67c5ba22 => generated 1231 bytes in 867 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/703] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:10:49 2026] POST /v2.0/subnets => generated 685 bytes in 591 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:10:50.234 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c2d43ed-222a-43bf-b477-2e01a64e11e8 - - - - - -] Successfully bumped revision number for resource 46aef0ba-152a-4334-979d-15baa29a7b56 (type: router_ports) to 2 2026-04-27 13:10:50.234 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6c2d43ed-222a-43bf-b477-2e01a64e11e8 - - - - - -] OVN reports status down for port: e28f8243-cdeb-475f-bfeb-c85a61acbc5f [pid: 8|app: 0|req: 357/704] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:10:50 2026] GET /v2.0/networks?id=34f0e72b-1981-41a1-a7c3-91c55112b6d3 => generated 721 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:10:50.255 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6c2d43ed-222a-43bf-b477-2e01a64e11e8 - - - - - -] OVN reports status up for port: e28f8243-cdeb-475f-bfeb-c85a61acbc5f [pid: 8|app: 0|req: 358/705] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:10:50 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:10:50.370 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6c2d43ed-222a-43bf-b477-2e01a64e11e8 - - - - - -] OVN reports status down for port: ce26dc52-3bdb-4ac1-b686-c94c67c5ba22 2026-04-27 13:10:50.408 7 INFO neutron.db.ovn_revision_numbers_db [None req-61f63212-1701-448f-84cb-8ba23d014bec c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2fc22932-6830-46d1-830a-e4db09ea76ce (type: security_groups) to 1 2026-04-27 13:10:50.422 7 INFO neutron.db.ovn_revision_numbers_db [None req-61f63212-1701-448f-84cb-8ba23d014bec c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0fcc01a3-d94d-4450-a330-622e4a8f411f (type: security_group_rules) to 0 2026-04-27 13:10:50.434 7 INFO neutron.db.ovn_revision_numbers_db [None req-61f63212-1701-448f-84cb-8ba23d014bec c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 5a6bd192-810f-43c0-b29a-6c39b43dc3da (type: security_group_rules) to 0 2026-04-27 13:10:50.446 7 INFO neutron.db.ovn_revision_numbers_db [None req-61f63212-1701-448f-84cb-8ba23d014bec c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c96fc8c2-0367-4522-8f42-4c127fcfbe81 (type: security_group_rules) to 0 2026-04-27 13:10:50.457 7 INFO neutron.db.ovn_revision_numbers_db [None req-61f63212-1701-448f-84cb-8ba23d014bec c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e64abc37-e2fd-41eb-adab-2e89cceb99e5 (type: security_group_rules) to 0 2026-04-27 13:10:50.521 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6c2d43ed-222a-43bf-b477-2e01a64e11e8 - - - - - -] OVN reports status down for port: 3b2fe94c-5c46-4e82-9a5e-21972f80a9f4 2026-04-27 13:10:50.535 7 INFO neutron.db.segments_db [None req-61f63212-1701-448f-84cb-8ba23d014bec c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Added segment a6f02c23-6818-4963-ae39-7c7fc4fc5d2b of type geneve for network 3dfdc233-167e-440e-a7dc-03fd281c2f9b 2026-04-27 13:10:50.648 7 INFO neutron.db.ovn_revision_numbers_db [None req-61f63212-1701-448f-84cb-8ba23d014bec c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 3dfdc233-167e-440e-a7dc-03fd281c2f9b (type: networks) to 1 2026-04-27 13:10:50.689 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e1b76a5-d1a1-4cfb-97a8-f94b9bea7b38'] response: {'name': 'network-changed', 'server_uuid': 'f94e9313-55fb-40bd-845f-5d543296eee4', 'tag': 'ce26dc52-3bdb-4ac1-b686-c94c67c5ba22', 'status': 'completed', 'code': 200} 2026-04-27 13:10:50.803 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-61f63212-1701-448f-84cb-8ba23d014bec c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:50.804 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-61f63212-1701-448f-84cb-8ba23d014bec c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 3dfdc233-167e-440e-a7dc-03fd281c2f9b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:50.850 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aad34088-cbe0-4d4b-8432-bb0a3daf4a95 - - - - - -] OVN reports status down for port: b06e71e5-ae50-4713-8ab4-6e73af96e6b9 2026-04-27 13:10:50.905 7 INFO neutron.db.ovn_revision_numbers_db [None req-61f63212-1701-448f-84cb-8ba23d014bec c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b06e71e5-ae50-4713-8ab4-6e73af96e6b9 (type: ports) to 1 2026-04-27 13:10:50.913 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bf2514cd-c440-4afb-8484-7ec47a2fae61 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:50.914 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bf2514cd-c440-4afb-8484-7ec47a2fae61 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 348/706] 10.0.0.253 () {34 vars in 671 bytes} [Mon Apr 27 13:10:50 2026] POST /v2.0/networks => generated 784 bytes in 803 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:10:50.960 7 WARNING neutron.db.securitygroups_db [req-e5ad4b80-793c-4061-87c7-81b93ef7ff4b req-bb1ae81c-db96-4fae-8abb-e2d5fd01da56 8685ca0e1aa04dadbd0f2e23c15a4391 f6a3bc786e5f497896d178d30856ed21 - - default default] 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: 349/707] 199.204.45.33 () {34 vars in 1049 bytes} [Mon Apr 27 13:10:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f6a3bc786e5f497896d178d30856ed21 => generated 178 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:10:51.042 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6c2d43ed-222a-43bf-b477-2e01a64e11e8 - - - - - -] OVN reports status down for port: 6e2e6d8f-0a4f-4b8c-a545-0bb3ba161ae4 2026-04-27 13:10:51.102 8 INFO neutron.db.ovn_revision_numbers_db [None req-bf2514cd-c440-4afb-8484-7ec47a2fae61 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6e2e6d8f-0a4f-4b8c-a545-0bb3ba161ae4 (type: ports) to 1 [pid: 7|app: 0|req: 350/708] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:10:51 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 973 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:10:51.291 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-66407984-a338-46db-87ad-1ed766ff96d0 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:51.292 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-66407984-a338-46db-87ad-1ed766ff96d0 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 3dfdc233-167e-440e-a7dc-03fd281c2f9b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:51.774 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6c2d43ed-222a-43bf-b477-2e01a64e11e8 - - - - - -] OVN reports status up for port: 6e2e6d8f-0a4f-4b8c-a545-0bb3ba161ae4 2026-04-27 13:10:51.797 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d93a23e5-8611-4dc6-8506-6964b1838fa2 - - - - - -] Router f7b68e52-2487-441e-81da-3d1a9cfcbeb7 is bound to host instance 2026-04-27 13:10:51.801 8 INFO neutron.plugins.ml2.plugin [None req-6c2d43ed-222a-43bf-b477-2e01a64e11e8 - - - - - -] Attempt 1 to provision port 6e2e6d8f-0a4f-4b8c-a545-0bb3ba161ae4 2026-04-27 13:10:51.824 8 INFO neutron.db.ovn_revision_numbers_db [None req-bf2514cd-c440-4afb-8484-7ec47a2fae61 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6e2e6d8f-0a4f-4b8c-a545-0bb3ba161ae4 (type: router_ports) to 1 2026-04-27 13:10:51.831 7 INFO neutron.db.ovn_revision_numbers_db [None req-66407984-a338-46db-87ad-1ed766ff96d0 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b06e71e5-ae50-4713-8ab4-6e73af96e6b9 (type: ports) to 2 2026-04-27 13:10:51.908 7 INFO neutron.db.ovn_revision_numbers_db [None req-66407984-a338-46db-87ad-1ed766ff96d0 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 7319192f-a4c7-4ff8-93c1-705790244512 (type: subnets) to 0 [pid: 7|app: 0|req: 351/709] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:10:51 2026] POST /v2.0/subnets => generated 690 bytes in 822 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:10:51.946 8 INFO neutron.db.ovn_revision_numbers_db [None req-bf2514cd-c440-4afb-8484-7ec47a2fae61 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f7b68e52-2487-441e-81da-3d1a9cfcbeb7 (type: routers) to 2 [pid: 8|app: 0|req: 359/710] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:10:50 2026] POST /v2.0/routers => generated 984 bytes in 1679 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/711] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:10:51 2026] GET /v2.0/security-groups?id=d66e6a93-bfc9-496c-951b-1ec3a2fea1f5&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/712] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:10:52 2026] GET /v2.0/ports?tenant_id=f4bca65a5e154e79ae328e1dd83e4d30&device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 1234 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/713] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:10:52 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:10:52.519 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-e5ad4b80-793c-4061-87c7-81b93ef7ff4b req-b37f1bc5-c76b-4289-8a20-71baa2f161ec 8685ca0e1aa04dadbd0f2e23c15a4391 f6a3bc786e5f497896d178d30856ed21 - - default default] No more DHCP agents 2026-04-27 13:10:52.523 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-e5ad4b80-793c-4061-87c7-81b93ef7ff4b req-b37f1bc5-c76b-4289-8a20-71baa2f161ec 8685ca0e1aa04dadbd0f2e23c15a4391 f6a3bc786e5f497896d178d30856ed21 - - default default] Unable to schedule network 34f0e72b-1981-41a1-a7c3-91c55112b6d3: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:52.603 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e3a4c1f9-78c0-4034-9fea-ce4970381474 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:52.605 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e3a4c1f9-78c0-4034-9fea-ce4970381474 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:52.756 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-42aa848c-0619-4fd5-80ab-5512d5a4bca5'] response: {'server_uuid': 'f94e9313-55fb-40bd-845f-5d543296eee4', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ce26dc52-3bdb-4ac1-b686-c94c67c5ba22', 'code': 200} 2026-04-27 13:10:52.768 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aad34088-cbe0-4d4b-8432-bb0a3daf4a95 - - - - - -] OVN reports status down for port: 0c68d14f-99b8-4534-beaa-5ba631185e87 2026-04-27 13:10:52.776 8 INFO neutron.db.ovn_revision_numbers_db [None req-e3a4c1f9-78c0-4034-9fea-ce4970381474 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0c68d14f-99b8-4534-beaa-5ba631185e87 (type: ports) to 1 2026-04-27 13:10:52.959 7 INFO neutron.db.ovn_revision_numbers_db [req-e5ad4b80-793c-4061-87c7-81b93ef7ff4b req-b37f1bc5-c76b-4289-8a20-71baa2f161ec 8685ca0e1aa04dadbd0f2e23c15a4391 f6a3bc786e5f497896d178d30856ed21 - - default default] Successfully bumped revision number for resource 38be2498-cd23-4654-86b1-a71b8cac1f4a (type: ports) to 1 2026-04-27 13:10:52.972 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aad34088-cbe0-4d4b-8432-bb0a3daf4a95 - - - - - -] OVN reports status down for port: 38be2498-cd23-4654-86b1-a71b8cac1f4a [pid: 7|app: 0|req: 352/714] 199.204.45.33 () {38 vars in 954 bytes} [Mon Apr 27 13:10:51 2026] POST /v2.0/ports => generated 954 bytes in 1192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:10:53.417 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-6837958d-a523-4f37-abc1-d1f54d61634b - - - - - -] Router 154d1efa-7730-4c49-bfec-4f8623335ec5 is bound to host instance 2026-04-27 13:10:53.476 8 INFO neutron.db.ovn_revision_numbers_db [None req-e3a4c1f9-78c0-4034-9fea-ce4970381474 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0c68d14f-99b8-4534-beaa-5ba631185e87 (type: router_ports) to 1 2026-04-27 13:10:53.508 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aad34088-cbe0-4d4b-8432-bb0a3daf4a95 - - - - - -] OVN reports status up for port: 0c68d14f-99b8-4534-beaa-5ba631185e87 2026-04-27 13:10:53.560 7 INFO neutron.plugins.ml2.plugin [None req-aad34088-cbe0-4d4b-8432-bb0a3daf4a95 - - - - - -] Attempt 1 to provision port 0c68d14f-99b8-4534-beaa-5ba631185e87 2026-04-27 13:10:53.595 8 INFO neutron.db.ovn_revision_numbers_db [None req-e3a4c1f9-78c0-4034-9fea-ce4970381474 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 154d1efa-7730-4c49-bfec-4f8623335ec5 (type: routers) to 2 [pid: 8|app: 0|req: 363/715] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:10:52 2026] POST /v2.0/routers => generated 989 bytes in 1529 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/716] 199.204.45.33 () {34 vars in 1059 bytes} [Mon Apr 27 13:10:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=ce26dc52-3bdb-4ac1-b686-c94c67c5ba22 => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:10:54.144 7 INFO neutron.db.ovn_revision_numbers_db [None req-ac7f9228-ae0d-4240-a111-ec7c0ef04dbe - - - - - -] Successfully bumped revision number for resource 6e2e6d8f-0a4f-4b8c-a545-0bb3ba161ae4 (type: ports) to 4 [pid: 8|app: 0|req: 365/717] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:10:53 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 973 bytes in 544 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:10:54.430 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f3830cee-dc8c-4270-b59b-5fce5a19ea47 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:54.433 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f3830cee-dc8c-4270-b59b-5fce5a19ea47 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network ed4c34ed-cc30-407c-80a3-253c13ff2a3d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:54.741 7 INFO neutron.db.ovn_revision_numbers_db [None req-f3830cee-dc8c-4270-b59b-5fce5a19ea47 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6733a699-1337-45fd-b391-c21d30f7ca0c (type: ports) to 1 2026-04-27 13:10:54.746 7 INFO neutron.db.ovn_revision_numbers_db [None req-ac7f9228-ae0d-4240-a111-ec7c0ef04dbe - - - - - -] Successfully bumped revision number for resource 6e2e6d8f-0a4f-4b8c-a545-0bb3ba161ae4 (type: ports) to 5 2026-04-27 13:10:55.019 8 INFO neutron.db.ovn_revision_numbers_db [req-e5ad4b80-793c-4061-87c7-81b93ef7ff4b req-2cf8e4a3-3124-4ffc-88b1-62a54472d686 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource 38be2498-cd23-4654-86b1-a71b8cac1f4a (type: ports) to 2 2026-04-27 13:10:55.348 8 INFO neutron.db.ovn_revision_numbers_db [None req-b7a96010-6b9d-43d1-a894-7ff2fc297981 - - - - - -] Successfully bumped revision number for resource 0c68d14f-99b8-4534-beaa-5ba631185e87 (type: ports) to 4 2026-04-27 13:10:55.452 8 INFO neutron.db.ovn_revision_numbers_db [req-e5ad4b80-793c-4061-87c7-81b93ef7ff4b req-2cf8e4a3-3124-4ffc-88b1-62a54472d686 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource 38be2498-cd23-4654-86b1-a71b8cac1f4a (type: ports) to 4 [pid: 8|app: 0|req: 366/718] 199.204.45.33 () {38 vars in 1027 bytes} [Mon Apr 27 13:10:54 2026] PUT /v2.0/ports/38be2498-cd23-4654-86b1-a71b8cac1f4a => generated 1227 bytes in 1266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:10:55.528 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f3830cee-dc8c-4270-b59b-5fce5a19ea47 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:55.530 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f3830cee-dc8c-4270-b59b-5fce5a19ea47 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network ed4c34ed-cc30-407c-80a3-253c13ff2a3d: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 367/719] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:10:55 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 969 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:10:56.158 7 INFO neutron.db.ovn_revision_numbers_db [None req-f3830cee-dc8c-4270-b59b-5fce5a19ea47 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6733a699-1337-45fd-b391-c21d30f7ca0c (type: router_ports) to 1 [pid: 7|app: 0|req: 353/720] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:10:53 2026] PUT /v2.0/routers/f7b68e52-2487-441e-81da-3d1a9cfcbeb7/add_router_interface => generated 310 bytes in 3030 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:10:56.174 8 INFO neutron.db.ovn_revision_numbers_db [None req-b7a96010-6b9d-43d1-a894-7ff2fc297981 - - - - - -] Successfully bumped revision number for resource 0c68d14f-99b8-4534-beaa-5ba631185e87 (type: ports) to 5 2026-04-27 13:10:56.183 8 INFO neutron.common.ovn.utils [None req-6c2d43ed-222a-43bf-b477-2e01a64e11e8 - - - - - -] HA Chassis Group neutron-ed4c34ed-cc30-407c-80a3-253c13ff2a3d synchronized; highest priority chassis cf88c82c-664b-42f9-a266-c27775cdf8a2 [pid: 7|app: 0|req: 354/721] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:10:56 2026] GET /v2.0/subnets?id=1d613791-4a7d-43f8-8562-1e85757edca4 => generated 693 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/722] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:10:56 2026] GET /v2.0/security-groups?id=d66e6a93-bfc9-496c-951b-1ec3a2fea1f5&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/723] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:10:56 2026] GET /v2.0/security-groups?id=9adeaa3c-aee1-4677-9e0d-349efb0668a4&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:10:56.301 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d60685d-c61f-4ee7-857a-9f0fb2dbe452'] response: {'name': 'network-changed', 'server_uuid': '26788ea8-d2a6-48bb-8a0e-2e215689d6b7', 'tag': '38be2498-cd23-4654-86b1-a71b8cac1f4a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 357/724] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:10:56 2026] GET /v2.0/ports?network_id=71e91d29-90e6-4fd8-ae62-af674423eafd&device_owner=network%3Adhcp => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:10:56.384 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aad34088-cbe0-4d4b-8432-bb0a3daf4a95 - - - - - -] OVN reports status down for port: 6733a699-1337-45fd-b391-c21d30f7ca0c [pid: 7|app: 0|req: 358/725] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:10:56 2026] GET /v2.0/networks/71e91d29-90e6-4fd8-ae62-af674423eafd?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:10:56.407 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-67a9bd95-4d31-4ee3-937f-7c3034f84805 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:56.408 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-67a9bd95-4d31-4ee3-937f-7c3034f84805 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 3dfdc233-167e-440e-a7dc-03fd281c2f9b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:56.470 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-aad34088-cbe0-4d4b-8432-bb0a3daf4a95 - - - - - -] Logical_Switch_Port 6733a699-1337-45fd-b391-c21d30f7ca0c host information not removed, the port state is up 2026-04-27 13:10:56.472 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aad34088-cbe0-4d4b-8432-bb0a3daf4a95 - - - - - -] OVN reports status up for port: 6733a699-1337-45fd-b391-c21d30f7ca0c [pid: 7|app: 0|req: 359/726] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:10:56 2026] GET /v2.0/networks/71e91d29-90e6-4fd8-ae62-af674423eafd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:10:56.483 7 INFO neutron.plugins.ml2.plugin [None req-aad34088-cbe0-4d4b-8432-bb0a3daf4a95 - - - - - -] Attempt 1 to provision port 6733a699-1337-45fd-b391-c21d30f7ca0c 2026-04-27 13:10:56.525 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6c2d43ed-222a-43bf-b477-2e01a64e11e8 - - - - - -] OVN reports status down for port: b991bcf5-5832-42c5-91d7-e8c4d6c19b48 2026-04-27 13:10:56.576 8 INFO neutron.db.ovn_revision_numbers_db [None req-67a9bd95-4d31-4ee3-937f-7c3034f84805 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b991bcf5-5832-42c5-91d7-e8c4d6c19b48 (type: ports) to 1 [pid: 7|app: 0|req: 360/727] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:10:56 2026] GET /v2.0/ports?tenant_id=f6a3bc786e5f497896d178d30856ed21&device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 1230 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/728] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:10:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=38be2498-cd23-4654-86b1-a71b8cac1f4a => generated 19 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:10:56.908 7 INFO neutron.db.ovn_revision_numbers_db [None req-4b9f2c55-db0f-45a2-b642-4198ba4ec615 00309621d185472387254af12c3d897f a861055c35a44c85b10c41066f567944 - - default default] Successfully bumped revision number for resource 054c802d-53a5-45d0-8b46-b87b3a086956 (type: security_groups) to 1 2026-04-27 13:10:56.935 7 INFO neutron.db.ovn_revision_numbers_db [None req-4b9f2c55-db0f-45a2-b642-4198ba4ec615 00309621d185472387254af12c3d897f a861055c35a44c85b10c41066f567944 - - default default] Successfully bumped revision number for resource 952baeaa-ecf7-4a9b-9da3-abdde9c8508a (type: security_group_rules) to 0 2026-04-27 13:10:56.965 7 INFO neutron.db.ovn_revision_numbers_db [None req-4b9f2c55-db0f-45a2-b642-4198ba4ec615 00309621d185472387254af12c3d897f a861055c35a44c85b10c41066f567944 - - default default] Successfully bumped revision number for resource e959fc68-9c48-4192-82d5-ab2ea3846bb5 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 362/729] 10.0.0.253 () {34 vars in 685 bytes} [Mon Apr 27 13:10:56 2026] POST /v2.0/security-groups => generated 1660 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/730] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:10:57 2026] GET /v2.0/subnets?id=5c4fa0e7-ef68-4249-a172-f19876076529 => generated 701 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:10:57.236 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6c2d43ed-222a-43bf-b477-2e01a64e11e8 - - - - - -] OVN reports status up for port: b991bcf5-5832-42c5-91d7-e8c4d6c19b48 2026-04-27 13:10:57.258 8 INFO neutron.plugins.ml2.plugin [None req-6c2d43ed-222a-43bf-b477-2e01a64e11e8 - - - - - -] Attempt 1 to provision port b991bcf5-5832-42c5-91d7-e8c4d6c19b48 2026-04-27 13:10:57.276 7 INFO neutron.db.ovn_revision_numbers_db [None req-aad34088-cbe0-4d4b-8432-bb0a3daf4a95 - - - - - -] Successfully bumped revision number for resource 6733a699-1337-45fd-b391-c21d30f7ca0c (type: ports) to 2 2026-04-27 13:10:57.349 7 INFO neutron.db.ovn_revision_numbers_db [None req-8b06a64b-6711-41fe-b955-7ed284548931 00309621d185472387254af12c3d897f a861055c35a44c85b10c41066f567944 - - default default] Successfully bumped revision number for resource 7d8fa5c6-b196-4af4-bb70-bd7d386a92b5 (type: security_group_rules) to 0 2026-04-27 13:10:57.405 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-67a9bd95-4d31-4ee3-937f-7c3034f84805 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:10:57.410 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-67a9bd95-4d31-4ee3-937f-7c3034f84805 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 3dfdc233-167e-440e-a7dc-03fd281c2f9b: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 364/731] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:10:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/732] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:10:57 2026] GET /v2.0/ports?network_id=34f0e72b-1981-41a1-a7c3-91c55112b6d3&device_owner=network%3Adhcp => 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: 366/733] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:10:57 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 973 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/734] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:10:57 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:10:57.767 7 INFO neutron.db.ovn_revision_numbers_db [None req-77000861-1f42-448b-a076-87fa204d307a 00309621d185472387254af12c3d897f a861055c35a44c85b10c41066f567944 - - default default] Successfully bumped revision number for resource 0405f352-2107-43ff-a499-312ecb668896 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 368/735] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:10:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/736] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:10:57 2026] GET /v2.0/networks/34f0e72b-1981-41a1-a7c3-91c55112b6d3?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/737] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:10:57 2026] GET /v2.0/ports?tenant_id=f4bca65a5e154e79ae328e1dd83e4d30&device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 1234 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/738] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:10:57 2026] GET /v2.0/security-groups?id=d66e6a93-bfc9-496c-951b-1ec3a2fea1f5&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/739] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:10:57 2026] GET /v2.0/security-groups?id=9adeaa3c-aee1-4677-9e0d-349efb0668a4&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:10:58.023 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c2d43ed-222a-43bf-b477-2e01a64e11e8 - - - - - -] Successfully bumped revision number for resource b991bcf5-5832-42c5-91d7-e8c4d6c19b48 (type: ports) to 2 2026-04-27 13:10:58.185 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-62a23094-28d4-4f0c-96db-2063ecb6b548 00309621d185472387254af12c3d897f a861055c35a44c85b10c41066f567944 - - default default] No more DHCP agents 2026-04-27 13:10:58.191 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-62a23094-28d4-4f0c-96db-2063ecb6b548 00309621d185472387254af12c3d897f a861055c35a44c85b10c41066f567944 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:10:58.336 8 INFO neutron.db.ovn_revision_numbers_db [None req-67a9bd95-4d31-4ee3-937f-7c3034f84805 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b991bcf5-5832-42c5-91d7-e8c4d6c19b48 (type: router_ports) to 1 [pid: 8|app: 0|req: 368/740] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:10:55 2026] PUT /v2.0/routers/154d1efa-7730-4c49-bfec-4f8623335ec5/add_router_interface => generated 310 bytes in 2698 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/741] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:10:58 2026] GET /v2.0/networks/34f0e72b-1981-41a1-a7c3-91c55112b6d3?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: 370/742] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:10:58 2026] GET /v2.0/networks?id=71e91d29-90e6-4fd8-ae62-af674423eafd => generated 812 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/743] 199.204.45.33 () {34 vars in 1059 bytes} [Mon Apr 27 13:10:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=ce26dc52-3bdb-4ac1-b686-c94c67c5ba22 => 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: 373/744] 10.0.0.253 () {34 vars in 676 bytes} [Mon Apr 27 13:10:57 2026] POST /v2.0/floatingips => generated 552 bytes in 544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/745] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:10:58 2026] GET /v2.0/subnets?id=1d613791-4a7d-43f8-8562-1e85757edca4 => generated 693 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/746] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:10:58 2026] GET /v2.0/ports?network_id=71e91d29-90e6-4fd8-ae62-af674423eafd&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: 373/747] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:10:58 2026] GET /v2.0/networks/71e91d29-90e6-4fd8-ae62-af674423eafd?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/748] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:10:58 2026] GET /v2.0/networks/71e91d29-90e6-4fd8-ae62-af674423eafd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:10:58.934 7 WARNING neutron.db.securitygroups_db [req-16102a7e-a9d3-4d50-835e-b9ec3b471e3a req-104fc391-7895-41fc-819b-52e3b430b762 00309621d185472387254af12c3d897f a861055c35a44c85b10c41066f567944 - - default default] 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: 376/749] 10.0.0.235 () {34 vars in 1100 bytes} [Mon Apr 27 13:10:58 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1616152563&fields=id&tenant_id=a861055c35a44c85b10c41066f567944 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:10:58.960 8 INFO neutron.db.ovn_revision_numbers_db [None req-63e4cf94-b600-4828-affb-e8d842d2442d a34b70d295074a42a90a42a89b27a397 3a97541e7fcf4ab3bf9394c8b133ce2f - - default default] Successfully bumped revision number for resource ba95f2c0-fe94-4714-9f0f-fe04e5426472 (type: security_groups) to 1 2026-04-27 13:10:58.974 8 INFO neutron.db.ovn_revision_numbers_db [None req-63e4cf94-b600-4828-affb-e8d842d2442d a34b70d295074a42a90a42a89b27a397 3a97541e7fcf4ab3bf9394c8b133ce2f - - default default] Successfully bumped revision number for resource 3a56eb2b-57d5-4b62-8b54-0ead1a9000ad (type: security_group_rules) to 0 2026-04-27 13:10:58.993 8 INFO neutron.db.ovn_revision_numbers_db [None req-63e4cf94-b600-4828-affb-e8d842d2442d a34b70d295074a42a90a42a89b27a397 3a97541e7fcf4ab3bf9394c8b133ce2f - - default default] Successfully bumped revision number for resource 50c31b28-a4fc-4360-ab54-d1c2d591aa6c (type: security_group_rules) to 0 [pid: 7|app: 0|req: 377/750] 10.0.0.235 () {34 vars in 982 bytes} [Mon Apr 27 13:10:58 2026] GET /v2.0/networks?id=ed4c34ed-cc30-407c-80a3-253c13ff2a3d => generated 708 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/751] 10.0.0.253 () {34 vars in 685 bytes} [Mon Apr 27 13:10:58 2026] POST /v2.0/security-groups => generated 1659 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/752] 10.0.0.235 () {34 vars in 965 bytes} [Mon Apr 27 13:10:59 2026] GET /v2.0/quotas/a861055c35a44c85b10c41066f567944 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/753] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:10:59 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:10:59.172 8 INFO neutron.db.ovn_revision_numbers_db [None req-b681657d-a9a4-46cf-94cf-e9901b7d8ba6 a34b70d295074a42a90a42a89b27a397 3a97541e7fcf4ab3bf9394c8b133ce2f - - default default] Successfully bumped revision number for resource 47a264e9-48bc-4a92-affc-8070e3be7fc8 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 379/754] 10.0.0.235 () {34 vars in 1002 bytes} [Mon Apr 27 13:10:59 2026] GET /v2.0/ports?tenant_id=a861055c35a44c85b10c41066f567944&fields=id => generated 103 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/755] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:10:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/756] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:10:59 2026] GET /v2.0/security-groups?id=d66e6a93-bfc9-496c-951b-1ec3a2fea1f5&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: 377/757] 10.0.0.235 () {34 vars in 1008 bytes} [Mon Apr 27 13:10:59 2026] GET /v2.0/networks/ed4c34ed-cc30-407c-80a3-253c13ff2a3d?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: 378/758] 10.0.0.235 () {34 vars in 1108 bytes} [Mon Apr 27 13:10:59 2026] GET /v2.0/networks/ed4c34ed-cc30-407c-80a3-253c13ff2a3d?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-04-27 13:10:59.332 7 INFO neutron.db.ovn_revision_numbers_db [None req-670da51a-a67b-425e-9407-d058659d8ebd a34b70d295074a42a90a42a89b27a397 3a97541e7fcf4ab3bf9394c8b133ce2f - - default default] Successfully bumped revision number for resource da1e3c0b-050c-4459-800f-558fe957a1d4 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 379/759] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:10:59 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/760] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:10:59 2026] GET /v2.0/security-groups?id=9adeaa3c-aee1-4677-9e0d-349efb0668a4&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/761] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:10:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/762] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:10:59 2026] GET /v2.0/ports?tenant_id=f6a3bc786e5f497896d178d30856ed21&device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 1230 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/763] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:10:59 2026] GET /v2.0/networks?id=34f0e72b-1981-41a1-a7c3-91c55112b6d3 => generated 819 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/764] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:10:59 2026] GET /v2.0/ports?device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => 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: 385/765] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:10:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=38be2498-cd23-4654-86b1-a71b8cac1f4a => 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: 386/766] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:10:59 2026] GET /v2.0/subnets?id=5c4fa0e7-ef68-4249-a172-f19876076529 => generated 701 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/767] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:10:59 2026] GET /v2.0/ports?network_id=34f0e72b-1981-41a1-a7c3-91c55112b6d3&device_owner=network%3Adhcp => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:10:59.683 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cdc94dc9-8090-44ff-8c51-f37f3986b293 a34b70d295074a42a90a42a89b27a397 3a97541e7fcf4ab3bf9394c8b133ce2f - - default default] No more DHCP agents 2026-04-27 13:10:59.683 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cdc94dc9-8090-44ff-8c51-f37f3986b293 a34b70d295074a42a90a42a89b27a397 3a97541e7fcf4ab3bf9394c8b133ce2f - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 388/768] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:10:59 2026] GET /v2.0/networks/34f0e72b-1981-41a1-a7c3-91c55112b6d3?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/769] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:10:59 2026] GET /v2.0/networks/34f0e72b-1981-41a1-a7c3-91c55112b6d3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/770] 10.0.0.253 () {34 vars in 676 bytes} [Mon Apr 27 13:10:59 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: 7|app: 0|req: 390/771] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:00 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/772] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:00 2026] GET /v2.0/security-groups?id=d66e6a93-bfc9-496c-951b-1ec3a2fea1f5&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:00.398 7 WARNING neutron.db.securitygroups_db [req-844fd100-8dc8-46f3-b9de-8c38754f617b req-b65daa7f-5228-405a-a608-9e7ac252f2a0 a34b70d295074a42a90a42a89b27a397 3a97541e7fcf4ab3bf9394c8b133ce2f - - default default] 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: 391/773] 10.0.0.235 () {34 vars in 1096 bytes} [Mon Apr 27 13:11:00 2026] GET /v2.0/security-groups?name=tempest-securitygroup--54265183&fields=id&tenant_id=3a97541e7fcf4ab3bf9394c8b133ce2f => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/774] 10.0.0.235 () {34 vars in 982 bytes} [Mon Apr 27 13:11:00 2026] GET /v2.0/networks?id=3dfdc233-167e-440e-a7dc-03fd281c2f9b => generated 713 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/775] 10.0.0.235 () {34 vars in 965 bytes} [Mon Apr 27 13:11:00 2026] GET /v2.0/quotas/3a97541e7fcf4ab3bf9394c8b133ce2f => 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: 392/776] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:00 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/777] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:00 2026] GET /v2.0/security-groups?id=9adeaa3c-aee1-4677-9e0d-349efb0668a4&fields=id&fields=name => generated 111 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/778] 10.0.0.235 () {34 vars in 1002 bytes} [Mon Apr 27 13:11:00 2026] GET /v2.0/ports?tenant_id=3a97541e7fcf4ab3bf9394c8b133ce2f&fields=id => generated 103 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/779] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:00 2026] GET /v2.0/ports?device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => 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: 386/780] 10.0.0.235 () {34 vars in 907 bytes} [Mon Apr 27 13:11:00 2026] GET /v2.0/extensions => generated 21521 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/781] 10.0.0.235 () {34 vars in 1008 bytes} [Mon Apr 27 13:11:01 2026] GET /v2.0/networks/3dfdc233-167e-440e-a7dc-03fd281c2f9b?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: 387/782] 10.0.0.235 () {34 vars in 1108 bytes} [Mon Apr 27 13:11:01 2026] GET /v2.0/networks/3dfdc233-167e-440e-a7dc-03fd281c2f9b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/783] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:01 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => 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: 388/784] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:01 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 973 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/785] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:01 2026] GET /v2.0/security-groups?id=d66e6a93-bfc9-496c-951b-1ec3a2fea1f5&fields=id&fields=name => generated 114 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/786] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:11:01 2026] GET /v2.0/routers => generated 3956 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/787] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:11:01 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/788] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:11:01 2026] GET /v2.0/subnets => generated 4031 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/789] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:01 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 969 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/790] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:01 2026] GET /v2.0/ports?device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => 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: 393/791] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:01 2026] GET /v2.0/security-groups?id=9adeaa3c-aee1-4677-9e0d-349efb0668a4&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/792] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:11:01 2026] GET /v2.0/ports => generated 24631 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/793] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:11:01 2026] GET /v2.0/networks => generated 5481 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/794] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:11:01 2026] GET /v2.0/security-groups => generated 40465 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/795] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:11:02 2026] GET /v2.0/agents => generated 1214 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/796] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:11:02 2026] GET /v2.0/subnets => generated 4031 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/797] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:11:02 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: 402/798] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:11:02 2026] GET /v2.0/floatingips => generated 2169 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/799] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:11:02 2026] GET /v2.0/network-ip-availabilities => generated 4985 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/800] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:02 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => 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: 398/801] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:02 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/802] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:02 2026] GET /v2.0/security-groups?id=d66e6a93-bfc9-496c-951b-1ec3a2fea1f5&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/803] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:02 2026] GET /v2.0/ports?device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => 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: 405/806] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:02 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/807] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:02 2026] GET /v2.0/security-groups?id=9adeaa3c-aee1-4677-9e0d-349efb0668a4&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:03.070 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-5301825c-60c4-4977-9a6f-13a981990ae7 - - - - - -] No hosting information found for port 6733a699-1337-45fd-b391-c21d30f7ca0c: RuntimeError: No hosting information found for port 6733a699-1337-45fd-b391-c21d30f7ca0c 2026-04-27 13:11:03.154 7 INFO neutron.db.ovn_revision_numbers_db [None req-5301825c-60c4-4977-9a6f-13a981990ae7 - - - - - -] Successfully bumped revision number for resource 6733a699-1337-45fd-b391-c21d30f7ca0c (type: router_ports) to 2 2026-04-27 13:11:03.190 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5301825c-60c4-4977-9a6f-13a981990ae7 - - - - - -] OVN reports status up for port: 38be2498-cd23-4654-86b1-a71b8cac1f4a 2026-04-27 13:11:03.201 7 INFO neutron.plugins.ml2.plugin [None req-5301825c-60c4-4977-9a6f-13a981990ae7 - - - - - -] Attempt 1 to provision port 38be2498-cd23-4654-86b1-a71b8cac1f4a 2026-04-27 13:11:03.413 7 INFO neutron.db.ovn_revision_numbers_db [None req-5301825c-60c4-4977-9a6f-13a981990ae7 - - - - - -] Successfully bumped revision number for resource 38be2498-cd23-4654-86b1-a71b8cac1f4a (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: 406/808] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:03 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:03.676 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a92eabca-655d-442b-a5ce-6c86a7fc0949'] response: {'server_uuid': '26788ea8-d2a6-48bb-8a0e-2e215689d6b7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '38be2498-cd23-4654-86b1-a71b8cac1f4a', 'code': 200} [pid: 8|app: 0|req: 403/809] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:11:03 2026] GET /v2.0/networks?id=ed4c34ed-cc30-407c-80a3-253c13ff2a3d => generated 708 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:03.863 8 WARNING neutron.db.securitygroups_db [req-16102a7e-a9d3-4d50-835e-b9ec3b471e3a req-696424c2-bfc1-4332-8cde-361cf6977072 00309621d185472387254af12c3d897f a861055c35a44c85b10c41066f567944 - - default default] 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: 404/810] 199.204.45.33 () {34 vars in 1049 bytes} [Mon Apr 27 13:11:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a861055c35a44c85b10c41066f567944 => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/811] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:03 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/812] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:03 2026] GET /v2.0/security-groups?id=d66e6a93-bfc9-496c-951b-1ec3a2fea1f5&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:04.016 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-eb0e99aa-d1f6-479c-b74d-39e79f789923 - - - - - -] No hosting information found for port b991bcf5-5832-42c5-91d7-e8c4d6c19b48: RuntimeError: No hosting information found for port b991bcf5-5832-42c5-91d7-e8c4d6c19b48 [pid: 7|app: 0|req: 409/813] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:04 2026] GET /v2.0/ports?device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:04.084 8 INFO neutron.common.ovn.utils [None req-eb0e99aa-d1f6-479c-b74d-39e79f789923 - - - - - -] HA Chassis Group neutron-3dfdc233-167e-440e-a7dc-03fd281c2f9b synchronized; highest priority chassis cf88c82c-664b-42f9-a266-c27775cdf8a2 [pid: 7|app: 0|req: 410/814] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:04 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/815] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:04 2026] GET /v2.0/security-groups?id=9adeaa3c-aee1-4677-9e0d-349efb0668a4&fields=id&fields=name => generated 111 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:04.231 8 INFO neutron.db.ovn_revision_numbers_db [None req-eb0e99aa-d1f6-479c-b74d-39e79f789923 - - - - - -] Successfully bumped revision number for resource b991bcf5-5832-42c5-91d7-e8c4d6c19b48 (type: router_ports) to 2 2026-04-27 13:11:04.232 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-eb0e99aa-d1f6-479c-b74d-39e79f789923 - - - - - -] OVN reports status up for port: ce26dc52-3bdb-4ac1-b686-c94c67c5ba22 2026-04-27 13:11:04.253 8 INFO neutron.plugins.ml2.plugin [None req-eb0e99aa-d1f6-479c-b74d-39e79f789923 - - - - - -] Attempt 1 to provision port ce26dc52-3bdb-4ac1-b686-c94c67c5ba22 2026-04-27 13:11:04.320 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-16102a7e-a9d3-4d50-835e-b9ec3b471e3a req-ee775919-aba7-4b55-8770-c37781da6c65 00309621d185472387254af12c3d897f a861055c35a44c85b10c41066f567944 - - default default] No more DHCP agents 2026-04-27 13:11:04.323 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-16102a7e-a9d3-4d50-835e-b9ec3b471e3a req-ee775919-aba7-4b55-8770-c37781da6c65 00309621d185472387254af12c3d897f a861055c35a44c85b10c41066f567944 - - default default] Unable to schedule network ed4c34ed-cc30-407c-80a3-253c13ff2a3d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:11:04.434 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-290be054-f788-445b-8c96-c3398f4b0912'] response: {'server_uuid': 'f94e9313-55fb-40bd-845f-5d543296eee4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ce26dc52-3bdb-4ac1-b686-c94c67c5ba22', 'code': 200} 2026-04-27 13:11:04.592 8 INFO neutron.db.ovn_revision_numbers_db [req-16102a7e-a9d3-4d50-835e-b9ec3b471e3a req-ee775919-aba7-4b55-8770-c37781da6c65 00309621d185472387254af12c3d897f a861055c35a44c85b10c41066f567944 - - default default] Successfully bumped revision number for resource 3f788a73-916e-4f99-ab36-3d28c07b5f50 (type: ports) to 1 2026-04-27 13:11:04.694 8 INFO neutron.db.ovn_revision_numbers_db [None req-eb0e99aa-d1f6-479c-b74d-39e79f789923 - - - - - -] Successfully bumped revision number for resource ce26dc52-3bdb-4ac1-b686-c94c67c5ba22 (type: ports) to 5 [pid: 8|app: 0|req: 405/816] 199.204.45.33 () {38 vars in 954 bytes} [Mon Apr 27 13:11:03 2026] POST /v2.0/ports => generated 958 bytes in 815 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/817] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:04 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:11:04.838 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e1de8ab8-82e3-4e23-9058-a8abc2d52c98 - - - - - -] OVN reports status down for port: 3f788a73-916e-4f99-ab36-3d28c07b5f50 [pid: 7|app: 0|req: 413/818] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:05 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/819] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:05 2026] GET /v2.0/security-groups?id=d66e6a93-bfc9-496c-951b-1ec3a2fea1f5&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: 415/820] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:05 2026] GET /v2.0/ports?device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:05.240 8 INFO neutron.db.ovn_revision_numbers_db [req-16102a7e-a9d3-4d50-835e-b9ec3b471e3a req-e165ce80-af5d-4d99-a908-cfd7976a132a 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource 3f788a73-916e-4f99-ab36-3d28c07b5f50 (type: ports) to 2 [pid: 7|app: 0|req: 416/821] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:05 2026] GET /v2.0/security-groups?id=054c802d-53a5-45d0-8b46-b87b3a086956&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/822] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:05 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => 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: 418/823] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:05 2026] GET /v2.0/security-groups?id=9adeaa3c-aee1-4677-9e0d-349efb0668a4&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/824] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:05 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:05.513 8 INFO neutron.db.ovn_revision_numbers_db [req-16102a7e-a9d3-4d50-835e-b9ec3b471e3a req-e165ce80-af5d-4d99-a908-cfd7976a132a 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource 3f788a73-916e-4f99-ab36-3d28c07b5f50 (type: ports) to 4 [pid: 8|app: 0|req: 406/825] 199.204.45.33 () {38 vars in 1027 bytes} [Mon Apr 27 13:11:04 2026] PUT /v2.0/ports/3f788a73-916e-4f99-ab36-3d28c07b5f50 => generated 1231 bytes in 818 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:11:05.720 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9dc5269b-82ca-47c3-945f-70296634905e'] response: {'server_uuid': '26788ea8-d2a6-48bb-8a0e-2e215689d6b7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '38be2498-cd23-4654-86b1-a71b8cac1f4a', '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: 407/826] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:05 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/827] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:11:05 2026] GET /v2.0/networks?id=3dfdc233-167e-440e-a7dc-03fd281c2f9b => generated 713 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:06.031 8 WARNING neutron.db.securitygroups_db [req-844fd100-8dc8-46f3-b9de-8c38754f617b req-1bd6dcf5-78ac-42f4-8857-b50fc366594e a34b70d295074a42a90a42a89b27a397 3a97541e7fcf4ab3bf9394c8b133ce2f - - default default] 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: 409/828] 199.204.45.33 () {34 vars in 1049 bytes} [Mon Apr 27 13:11:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3a97541e7fcf4ab3bf9394c8b133ce2f => generated 179 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:06.222 7 INFO neutron.db.ovn_revision_numbers_db [None req-9e8db83e-28ed-429d-9934-ff89f913eca6 8685ca0e1aa04dadbd0f2e23c15a4391 f6a3bc786e5f497896d178d30856ed21 - - default default] Successfully bumped revision number for resource 0954268a-3336-4355-87ba-fec2ffa776ea (type: floatingips) to 1 2026-04-27 13:11:06.330 7 INFO neutron.db.ovn_revision_numbers_db [None req-9e8db83e-28ed-429d-9934-ff89f913eca6 8685ca0e1aa04dadbd0f2e23c15a4391 f6a3bc786e5f497896d178d30856ed21 - - default default] Successfully bumped revision number for resource 0954268a-3336-4355-87ba-fec2ffa776ea (type: floatingips) to 2 2026-04-27 13:11:06.330 7 INFO neutron.db.l3_db [None req-9e8db83e-28ed-429d-9934-ff89f913eca6 8685ca0e1aa04dadbd0f2e23c15a4391 f6a3bc786e5f497896d178d30856ed21 - - default default] Floating IP 0954268a-3336-4355-87ba-fec2ffa776ea associated. External IP: 10.96.250.205, port: 38be2498-cd23-4654-86b1-a71b8cac1f4a. [pid: 7|app: 0|req: 420/829] 10.0.0.253 () {34 vars in 749 bytes} [Mon Apr 27 13:11:05 2026] PUT /v2.0/floatingips/0954268a-3336-4355-87ba-fec2ffa776ea => generated 855 bytes in 846 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:11:06.383 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-844fd100-8dc8-46f3-b9de-8c38754f617b req-62a502e3-7300-44bd-8e90-0f58b651dd8e a34b70d295074a42a90a42a89b27a397 3a97541e7fcf4ab3bf9394c8b133ce2f - - default default] No more DHCP agents 2026-04-27 13:11:06.384 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-844fd100-8dc8-46f3-b9de-8c38754f617b req-62a502e3-7300-44bd-8e90-0f58b651dd8e a34b70d295074a42a90a42a89b27a397 3a97541e7fcf4ab3bf9394c8b133ce2f - - default default] Unable to schedule network 3dfdc233-167e-440e-a7dc-03fd281c2f9b: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 421/830] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:06 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/831] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:06 2026] GET /v2.0/ports?device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/832] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:06 2026] GET /v2.0/security-groups?id=d66e6a93-bfc9-496c-951b-1ec3a2fea1f5&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/833] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:06 2026] GET /v2.0/security-groups?id=054c802d-53a5-45d0-8b46-b87b3a086956&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:06.509 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4661f3ea-6a63-451d-a1e6-55952b3cdcfc - - - - - -] OVN reports status down for port: e60c1077-9540-427b-b262-801c371582d0 2026-04-27 13:11:06.517 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5225babf-af90-4ddb-abf0-0eeb2277860a'] response: {'server_uuid': 'f94e9313-55fb-40bd-845f-5d543296eee4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ce26dc52-3bdb-4ac1-b686-c94c67c5ba22', 'code': 200} 2026-04-27 13:11:06.517 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5225babf-af90-4ddb-abf0-0eeb2277860a'] response: {'name': 'network-changed', 'server_uuid': '00f46c03-8669-4d4b-b96c-018785bd8717', 'tag': '3f788a73-916e-4f99-ab36-3d28c07b5f50', 'status': 'completed', 'code': 200} 2026-04-27 13:11:06.544 8 INFO neutron.db.ovn_revision_numbers_db [req-844fd100-8dc8-46f3-b9de-8c38754f617b req-62a502e3-7300-44bd-8e90-0f58b651dd8e a34b70d295074a42a90a42a89b27a397 3a97541e7fcf4ab3bf9394c8b133ce2f - - default default] Successfully bumped revision number for resource e60c1077-9540-427b-b262-801c371582d0 (type: ports) to 1 [pid: 8|app: 0|req: 410/834] 199.204.45.33 () {38 vars in 954 bytes} [Mon Apr 27 13:11:06 2026] POST /v2.0/ports => generated 954 bytes in 538 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: 425/835] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:06 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 971 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/836] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:11:06 2026] GET /v2.0/ports?tenant_id=a861055c35a44c85b10c41066f567944&device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => generated 1234 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/837] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:06 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/838] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:06 2026] GET /v2.0/security-groups?id=9adeaa3c-aee1-4677-9e0d-349efb0668a4&fields=id&fields=name => generated 111 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/839] 199.204.45.33 () {34 vars in 1059 bytes} [Mon Apr 27 13:11:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=3f788a73-916e-4f99-ab36-3d28c07b5f50 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:07.056 7 INFO neutron.db.ovn_revision_numbers_db [req-844fd100-8dc8-46f3-b9de-8c38754f617b req-d4fb8597-8ff5-4e2c-8258-7fc9dcbef3b9 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource e60c1077-9540-427b-b262-801c371582d0 (type: ports) to 2 2026-04-27 13:11:07.273 7 INFO neutron.db.ovn_revision_numbers_db [req-844fd100-8dc8-46f3-b9de-8c38754f617b req-d4fb8597-8ff5-4e2c-8258-7fc9dcbef3b9 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource e60c1077-9540-427b-b262-801c371582d0 (type: ports) to 4 [pid: 7|app: 0|req: 427/840] 199.204.45.33 () {38 vars in 1027 bytes} [Mon Apr 27 13:11:06 2026] PUT /v2.0/ports/e60c1077-9540-427b-b262-801c371582d0 => generated 1227 bytes in 605 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: 428/841] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:11:07 2026] GET /v2.0/subnets?id=9879cf6a-5e86-437b-b475-6a20c6ea46f7 => generated 688 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/842] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:07 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/843] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:11:07 2026] GET /v2.0/ports?network_id=ed4c34ed-cc30-407c-80a3-253c13ff2a3d&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: 431/844] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:07 2026] GET /v2.0/security-groups?id=ba95f2c0-fe94-4714-9f0f-fe04e5426472&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/845] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:11:07 2026] GET /v2.0/networks/ed4c34ed-cc30-407c-80a3-253c13ff2a3d?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:07.510 8 INFO neutron.db.ovn_revision_numbers_db [None req-d6cf2927-f9b1-4344-abbb-d11889dfaa90 1cf9f40d435d418780352ea74eb9101a f4bca65a5e154e79ae328e1dd83e4d30 - - default default] Successfully bumped revision number for resource 78973fd2-4891-430f-b501-959a710d82aa (type: floatingips) to 1 [pid: 7|app: 0|req: 433/846] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:11:07 2026] GET /v2.0/networks/ed4c34ed-cc30-407c-80a3-253c13ff2a3d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/847] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:07 2026] GET /v2.0/ports?device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:07.619 8 INFO neutron.db.ovn_revision_numbers_db [None req-d6cf2927-f9b1-4344-abbb-d11889dfaa90 1cf9f40d435d418780352ea74eb9101a f4bca65a5e154e79ae328e1dd83e4d30 - - default default] Successfully bumped revision number for resource 78973fd2-4891-430f-b501-959a710d82aa (type: floatingips) to 2 2026-04-27 13:11:07.619 8 INFO neutron.db.l3_db [None req-d6cf2927-f9b1-4344-abbb-d11889dfaa90 1cf9f40d435d418780352ea74eb9101a f4bca65a5e154e79ae328e1dd83e4d30 - - default default] Floating IP 78973fd2-4891-430f-b501-959a710d82aa associated. External IP: 10.96.250.214, port: ce26dc52-3bdb-4ac1-b686-c94c67c5ba22. [pid: 7|app: 0|req: 435/848] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:07 2026] GET /v2.0/security-groups?id=054c802d-53a5-45d0-8b46-b87b3a086956&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: 414/849] 10.0.0.253 () {34 vars in 749 bytes} [Mon Apr 27 13:11:06 2026] PUT /v2.0/floatingips/78973fd2-4891-430f-b501-959a710d82aa => generated 856 bytes in 890 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/850] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:07 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:07.760 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1bf30281-e70d-419c-8aaf-ddcaabc7641c'] response: {'name': 'network-changed', 'server_uuid': '26788ea8-d2a6-48bb-8a0e-2e215689d6b7', 'tag': '38be2498-cd23-4654-86b1-a71b8cac1f4a', 'status': 'completed', 'code': 200} 2026-04-27 13:11:07.761 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1bf30281-e70d-419c-8aaf-ddcaabc7641c'] response: {'name': 'network-changed', 'server_uuid': 'd036c1ca-2def-4555-9b17-2ad7843b8824', 'tag': 'e60c1077-9540-427b-b262-801c371582d0', '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: 415/851] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:07 2026] GET /v2.0/security-groups?id=d66e6a93-bfc9-496c-951b-1ec3a2fea1f5&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/852] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => 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: 416/853] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/security-groups?id=d66e6a93-bfc9-496c-951b-1ec3a2fea1f5&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/854] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/ports?tenant_id=f6a3bc786e5f497896d178d30856ed21&device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 1232 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/855] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/ports?tenant_id=3a97541e7fcf4ab3bf9394c8b133ce2f&device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => 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: 439/856] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/networks?id=34f0e72b-1981-41a1-a7c3-91c55112b6d3 => generated 819 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/857] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=e60c1077-9540-427b-b262-801c371582d0 => 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: 440/858] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=38be2498-cd23-4654-86b1-a71b8cac1f4a => generated 860 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/859] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/subnets?id=7319192f-a4c7-4ff8-93c1-705790244512 => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/860] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/subnets?id=5c4fa0e7-ef68-4249-a172-f19876076529 => generated 701 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/861] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/ports?network_id=3dfdc233-167e-440e-a7dc-03fd281c2f9b&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: 442/862] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/ports?network_id=34f0e72b-1981-41a1-a7c3-91c55112b6d3&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: 421/863] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/networks/3dfdc233-167e-440e-a7dc-03fd281c2f9b?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: 443/864] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/networks/34f0e72b-1981-41a1-a7c3-91c55112b6d3?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:08.558 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-15135ae7-463d-4056-bec9-14cc079d85ec'] response: {'name': 'network-changed', 'server_uuid': 'f94e9313-55fb-40bd-845f-5d543296eee4', 'tag': 'ce26dc52-3bdb-4ac1-b686-c94c67c5ba22', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 422/865] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => 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: 444/866] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/networks/3dfdc233-167e-440e-a7dc-03fd281c2f9b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/867] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/networks/34f0e72b-1981-41a1-a7c3-91c55112b6d3?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: 445/868] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/ports?tenant_id=a861055c35a44c85b10c41066f567944&device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => generated 1234 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/869] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/security-groups?id=ba95f2c0-fe94-4714-9f0f-fe04e5426472&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: 446/870] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/networks?id=ed4c34ed-cc30-407c-80a3-253c13ff2a3d => generated 806 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/871] 199.204.45.33 () {34 vars in 1059 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=3f788a73-916e-4f99-ab36-3d28c07b5f50 => 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: 425/872] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/ports?device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => 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: 448/873] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/subnets?id=9879cf6a-5e86-437b-b475-6a20c6ea46f7 => 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: 426/874] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/security-groups?id=054c802d-53a5-45d0-8b46-b87b3a086956&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/875] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/ports?network_id=ed4c34ed-cc30-407c-80a3-253c13ff2a3d&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: 427/876] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/networks/ed4c34ed-cc30-407c-80a3-253c13ff2a3d?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/877] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:11:08 2026] GET /v2.0/networks/ed4c34ed-cc30-407c-80a3-253c13ff2a3d?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: 428/878] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:11:09 2026] GET /v2.0/ports?tenant_id=f4bca65a5e154e79ae328e1dd83e4d30&device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 1236 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/879] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:11:09 2026] GET /v2.0/networks?id=71e91d29-90e6-4fd8-ae62-af674423eafd => generated 812 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/880] 199.204.45.33 () {34 vars in 1059 bytes} [Mon Apr 27 13:11:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=ce26dc52-3bdb-4ac1-b686-c94c67c5ba22 => generated 861 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:09.260 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e1de8ab8-82e3-4e23-9058-a8abc2d52c98 - - - - - -] OVN reports status down for port: ce26dc52-3bdb-4ac1-b686-c94c67c5ba22 [pid: 7|app: 0|req: 452/881] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:11:09 2026] GET /v2.0/subnets?id=1d613791-4a7d-43f8-8562-1e85757edca4 => generated 693 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/882] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:11:09 2026] GET /v2.0/ports?network_id=71e91d29-90e6-4fd8-ae62-af674423eafd&device_owner=network%3Adhcp => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/883] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:11:09 2026] GET /v2.0/networks/71e91d29-90e6-4fd8-ae62-af674423eafd?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: 454/884] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:11:09 2026] GET /v2.0/networks/71e91d29-90e6-4fd8-ae62-af674423eafd?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: 431/885] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:09 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/886] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:09 2026] GET /v2.0/security-groups?id=d66e6a93-bfc9-496c-951b-1ec3a2fea1f5&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:09.566 8 INFO neutron.db.ovn_revision_numbers_db [None req-e1de8ab8-82e3-4e23-9058-a8abc2d52c98 - - - - - -] Successfully bumped revision number for resource ce26dc52-3bdb-4ac1-b686-c94c67c5ba22 (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: 432/887] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:11:09 2026] GET /v2.0/ports?tenant_id=3a97541e7fcf4ab3bf9394c8b133ce2f&device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 1230 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/888] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:11:09 2026] GET /v2.0/networks?id=3dfdc233-167e-440e-a7dc-03fd281c2f9b => generated 812 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/889] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:11:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=e60c1077-9540-427b-b262-801c371582d0 => 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: 433/890] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:09 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/891] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:11:09 2026] GET /v2.0/subnets?id=7319192f-a4c7-4ff8-93c1-705790244512 => 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: 434/892] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:09 2026] GET /v2.0/security-groups?id=ba95f2c0-fe94-4714-9f0f-fe04e5426472&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/893] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:11:09 2026] GET /v2.0/ports?network_id=3dfdc233-167e-440e-a7dc-03fd281c2f9b&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: 460/894] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:11:09 2026] GET /v2.0/networks/3dfdc233-167e-440e-a7dc-03fd281c2f9b?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/895] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:09 2026] GET /v2.0/ports?device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/896] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:09 2026] GET /v2.0/security-groups?id=054c802d-53a5-45d0-8b46-b87b3a086956&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/897] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:11:09 2026] GET /v2.0/networks/3dfdc233-167e-440e-a7dc-03fd281c2f9b?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-04-27 13:11:10.191 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5118fb74-4da0-456a-8db3-4d17291bbf37 - - - - - -] OVN reports status up for port: 3f788a73-916e-4f99-ab36-3d28c07b5f50 2026-04-27 13:11:10.209 8 INFO neutron.plugins.ml2.plugin [None req-5118fb74-4da0-456a-8db3-4d17291bbf37 - - - - - -] Attempt 1 to provision port 3f788a73-916e-4f99-ab36-3d28c07b5f50 2026-04-27 13:11:10.496 8 INFO neutron.db.ovn_revision_numbers_db [None req-5118fb74-4da0-456a-8db3-4d17291bbf37 - - - - - -] Successfully bumped revision number for resource 3f788a73-916e-4f99-ab36-3d28c07b5f50 (type: ports) to 5 [pid: 8|app: 0|req: 437/898] 199.204.45.33 () {34 vars in 993 bytes} [Mon Apr 27 13:11:10 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:11:10.615 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-83a4cb26-928f-47d4-b73b-3bff9f4539ff'] response: {'server_uuid': 'f94e9313-55fb-40bd-845f-5d543296eee4', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ce26dc52-3bdb-4ac1-b686-c94c67c5ba22', 'code': 200} 2026-04-27 13:11:10.618 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-83a4cb26-928f-47d4-b73b-3bff9f4539ff'] response: {'server_uuid': 'f94e9313-55fb-40bd-845f-5d543296eee4', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ce26dc52-3bdb-4ac1-b686-c94c67c5ba22', 'code': 200} 2026-04-27 13:11:10.618 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-83a4cb26-928f-47d4-b73b-3bff9f4539ff'] response: {'server_uuid': '00f46c03-8669-4d4b-b96c-018785bd8717', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3f788a73-916e-4f99-ab36-3d28c07b5f50', 'code': 200} [pid: 8|app: 0|req: 438/899] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:10 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/900] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:10 2026] GET /v2.0/security-groups?id=d66e6a93-bfc9-496c-951b-1ec3a2fea1f5&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:10.741 7 INFO neutron_taas.services.taas.taas_plugin [req-3d29a7b4-d974-4bd9-bb50-f8f3045e0bc6 req-bdafbdd6-0a58-4808-852b-fc3d3c28d1d4 1cf9f40d435d418780352ea74eb9101a f4bca65a5e154e79ae328e1dd83e4d30 - - default default] TaaS: Handle Delete Port: ce26dc52-3bdb-4ac1-b686-c94c67c5ba22 2026-04-27 13:11:10.749 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3d29a7b4-d974-4bd9-bb50-f8f3045e0bc6 req-bdafbdd6-0a58-4808-852b-fc3d3c28d1d4 1cf9f40d435d418780352ea74eb9101a f4bca65a5e154e79ae328e1dd83e4d30 - - default default] Tap Mirror: Handle Delete Port: ce26dc52-3bdb-4ac1-b686-c94c67c5ba22 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:11:10.945 7 INFO neutron.db.l3_db [req-3d29a7b4-d974-4bd9-bb50-f8f3045e0bc6 req-bdafbdd6-0a58-4808-852b-fc3d3c28d1d4 1cf9f40d435d418780352ea74eb9101a f4bca65a5e154e79ae328e1dd83e4d30 - - default default] Floating IP 78973fd2-4891-430f-b501-959a710d82aa disassociated. External IP: 10.96.250.214, port: ce26dc52-3bdb-4ac1-b686-c94c67c5ba22. [pid: 8|app: 0|req: 440/901] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:10 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/902] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:10 2026] GET /v2.0/security-groups?id=ba95f2c0-fe94-4714-9f0f-fe04e5426472&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: 7|app: 0|req: 462/903] 199.204.45.33 () {36 vars in 996 bytes} [Mon Apr 27 13:11:10 2026] DELETE /v2.0/ports/ce26dc52-3bdb-4ac1-b686-c94c67c5ba22 => generated 0 bytes in 547 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/904] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:11 2026] GET /v2.0/ports?device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:11.095 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-97d218ab-5c94-4c8a-a305-18bf1ed94143'] response: {'server_uuid': 'f94e9313-55fb-40bd-845f-5d543296eee4', 'name': 'network-vif-deleted', 'tag': 'ce26dc52-3bdb-4ac1-b686-c94c67c5ba22', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 463/905] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:11 2026] GET /v2.0/security-groups?id=054c802d-53a5-45d0-8b46-b87b3a086956&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-04-27 13:11:11.260 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4661f3ea-6a63-451d-a1e6-55952b3cdcfc - - - - - -] OVN reports status up for port: e60c1077-9540-427b-b262-801c371582d0 2026-04-27 13:11:11.273 7 INFO neutron.plugins.ml2.plugin [None req-4661f3ea-6a63-451d-a1e6-55952b3cdcfc - - - - - -] Attempt 1 to provision port e60c1077-9540-427b-b262-801c371582d0 2026-04-27 13:11:11.561 7 INFO neutron.db.ovn_revision_numbers_db [None req-4661f3ea-6a63-451d-a1e6-55952b3cdcfc - - - - - -] Successfully bumped revision number for resource e60c1077-9540-427b-b262-801c371582d0 (type: ports) to 5 [pid: 8|app: 0|req: 443/906] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:11 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => 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: 464/907] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:12 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/908] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:12 2026] GET /v2.0/security-groups?id=ba95f2c0-fe94-4714-9f0f-fe04e5426472&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/909] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:12 2026] GET /v2.0/ports?device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/910] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:12 2026] GET /v2.0/security-groups?id=054c802d-53a5-45d0-8b46-b87b3a086956&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:12.672 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-24910c60-ed1c-4271-bb78-679866efe823'] response: {'server_uuid': '00f46c03-8669-4d4b-b96c-018785bd8717', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3f788a73-916e-4f99-ab36-3d28c07b5f50', 'code': 200} [pid: 7|app: 0|req: 466/911] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:12 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:13.135 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3525316b-eba6-4277-b36a-b06e7aaa0b80'] response: {'server_uuid': 'd036c1ca-2def-4555-9b17-2ad7843b8824', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e60c1077-9540-427b-b262-801c371582d0', 'code': 200} 2026-04-27 13:11:13.135 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3525316b-eba6-4277-b36a-b06e7aaa0b80'] response: {'server_uuid': 'd036c1ca-2def-4555-9b17-2ad7843b8824', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e60c1077-9540-427b-b262-801c371582d0', 'code': 200} [pid: 8|app: 0|req: 446/912] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:13 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/913] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:13 2026] GET /v2.0/security-groups?id=ba95f2c0-fe94-4714-9f0f-fe04e5426472&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/914] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:13 2026] GET /v2.0/ports?device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/915] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:13 2026] GET /v2.0/security-groups?id=054c802d-53a5-45d0-8b46-b87b3a086956&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/916] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:13 2026] GET /v2.0/ports?device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/917] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:13 2026] GET /v2.0/ports?device_id=f94e9313-55fb-40bd-845f-5d543296eee4 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:14.043 7 INFO neutron.db.ovn_revision_numbers_db [None req-adf9f069-3377-439a-a57e-b2199bef6ad4 00309621d185472387254af12c3d897f a861055c35a44c85b10c41066f567944 - - default default] Successfully bumped revision number for resource fc3ebfb4-cf9c-44fd-ba1a-65e5d7247f54 (type: floatingips) to 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 450/918] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:14 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/919] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:14 2026] GET /v2.0/security-groups?id=ba95f2c0-fe94-4714-9f0f-fe04e5426472&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:14.564 7 INFO neutron.db.ovn_revision_numbers_db [None req-adf9f069-3377-439a-a57e-b2199bef6ad4 00309621d185472387254af12c3d897f a861055c35a44c85b10c41066f567944 - - default default] Successfully bumped revision number for resource fc3ebfb4-cf9c-44fd-ba1a-65e5d7247f54 (type: floatingips) to 2 2026-04-27 13:11:14.564 7 INFO neutron.db.l3_db [None req-adf9f069-3377-439a-a57e-b2199bef6ad4 00309621d185472387254af12c3d897f a861055c35a44c85b10c41066f567944 - - default default] Floating IP fc3ebfb4-cf9c-44fd-ba1a-65e5d7247f54 associated. External IP: 10.96.250.211, port: 3f788a73-916e-4f99-ab36-3d28c07b5f50. [pid: 7|app: 0|req: 469/920] 10.0.0.253 () {34 vars in 749 bytes} [Mon Apr 27 13:11:13 2026] PUT /v2.0/floatingips/fc3ebfb4-cf9c-44fd-ba1a-65e5d7247f54 => generated 856 bytes in 1000 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/921] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:14 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/922] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:14 2026] GET /v2.0/ports?device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/923] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:14 2026] GET /v2.0/security-groups?id=054c802d-53a5-45d0-8b46-b87b3a086956&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/924] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:15 2026] GET /v2.0/ports?device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:15.194 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-be3ac3b1-1989-4f8a-9270-4da08d67cc81'] response: {'name': 'network-changed', 'server_uuid': '00f46c03-8669-4d4b-b96c-018785bd8717', 'tag': '3f788a73-916e-4f99-ab36-3d28c07b5f50', 'status': 'completed', 'code': 200} 2026-04-27 13:11:15.244 8 INFO neutron.db.ovn_revision_numbers_db [None req-1edc07d6-5cf2-4ee9-9c78-bc7aba90387b a34b70d295074a42a90a42a89b27a397 3a97541e7fcf4ab3bf9394c8b133ce2f - - default default] Successfully bumped revision number for resource 1504672f-11e2-4fae-9c81-f25a97cb86be (type: floatingips) to 1 [pid: 7|app: 0|req: 473/925] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:11:15 2026] DELETE /v2.0/security-groups/d66e6a93-bfc9-496c-951b-1ec3a2fea1f5 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/926] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:15 2026] GET /v2.0/security-groups?id=054c802d-53a5-45d0-8b46-b87b3a086956&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:15.297 7 INFO neutron.api.v2.resource [None req-90b9c809-ef64-4619-b062-6f131c7e02ae 1cf9f40d435d418780352ea74eb9101a f4bca65a5e154e79ae328e1dd83e4d30 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 475/927] 10.0.0.253 () {32 vars in 737 bytes} [Mon Apr 27 13:11:15 2026] GET /v2.0/security-groups/d66e6a93-bfc9-496c-951b-1ec3a2fea1f5 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:11:15.365 8 INFO neutron.db.ovn_revision_numbers_db [None req-1edc07d6-5cf2-4ee9-9c78-bc7aba90387b a34b70d295074a42a90a42a89b27a397 3a97541e7fcf4ab3bf9394c8b133ce2f - - default default] Successfully bumped revision number for resource 1504672f-11e2-4fae-9c81-f25a97cb86be (type: floatingips) to 2 2026-04-27 13:11:15.366 8 INFO neutron.db.l3_db [None req-1edc07d6-5cf2-4ee9-9c78-bc7aba90387b a34b70d295074a42a90a42a89b27a397 3a97541e7fcf4ab3bf9394c8b133ce2f - - default default] Floating IP 1504672f-11e2-4fae-9c81-f25a97cb86be associated. External IP: 10.96.250.203, port: e60c1077-9540-427b-b262-801c371582d0. [pid: 8|app: 0|req: 453/928] 10.0.0.253 () {34 vars in 749 bytes} [Mon Apr 27 13:11:14 2026] PUT /v2.0/floatingips/1504672f-11e2-4fae-9c81-f25a97cb86be => generated 855 bytes in 713 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:15.432 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e45abf0c-5f8d-4d65-8cfe-f0e6a5728bef'] response: {'name': 'network-changed', 'server_uuid': 'd036c1ca-2def-4555-9b17-2ad7843b8824', 'tag': 'e60c1077-9540-427b-b262-801c371582d0', 'status': 'completed', 'code': 200} 2026-04-27 13:11:15.433 7 INFO neutron_taas.services.taas.taas_plugin [None req-b36b9022-127d-4f67-8527-ea789da66b1b 1cf9f40d435d418780352ea74eb9101a f4bca65a5e154e79ae328e1dd83e4d30 - - default default] TaaS: Handle Delete Port: 9231a558-456a-4e8c-8bab-b452d52d6c95 2026-04-27 13:11:15.436 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b36b9022-127d-4f67-8527-ea789da66b1b 1cf9f40d435d418780352ea74eb9101a f4bca65a5e154e79ae328e1dd83e4d30 - - default default] Tap Mirror: Handle Delete Port: 9231a558-456a-4e8c-8bab-b452d52d6c95 [pid: 7|app: 0|req: 476/929] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:11:15 2026] DELETE /v2.0/floatingips/78973fd2-4891-430f-b501-959a710d82aa => generated 0 bytes in 289 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: 477/930] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:11:15 2026] GET /v2.0/ports?tenant_id=a861055c35a44c85b10c41066f567944&device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => generated 1236 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/931] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:11:15 2026] GET /v2.0/networks?id=ed4c34ed-cc30-407c-80a3-253c13ff2a3d => generated 806 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/932] 199.204.45.33 () {34 vars in 1059 bytes} [Mon Apr 27 13:11:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=3f788a73-916e-4f99-ab36-3d28c07b5f50 => generated 861 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/933] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:11:15 2026] GET /v2.0/subnets?id=9879cf6a-5e86-437b-b475-6a20c6ea46f7 => generated 688 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:15.909 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb8d0837-2afe-41f5-a610-93a32b7a12f8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: ffbdfc67-2ed1-4b40-a6cf-d81d901c98ba 2026-04-27 13:11:15.912 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb8d0837-2afe-41f5-a610-93a32b7a12f8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: ffbdfc67-2ed1-4b40-a6cf-d81d901c98ba [pid: 7|app: 0|req: 481/934] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:11:15 2026] GET /v2.0/ports?network_id=ed4c34ed-cc30-407c-80a3-253c13ff2a3d&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: 482/935] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:11:15 2026] GET /v2.0/networks/ed4c34ed-cc30-407c-80a3-253c13ff2a3d?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: 483/936] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:11:15 2026] GET /v2.0/ports?tenant_id=3a97541e7fcf4ab3bf9394c8b133ce2f&device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 1232 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/937] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:11:16 2026] GET /v2.0/networks/ed4c34ed-cc30-407c-80a3-253c13ff2a3d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:16.137 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2edd31dd-27a9-4295-95c3-ee6db0b9251c - - - - - -] OVN reports status down for port: 3f788a73-916e-4f99-ab36-3d28c07b5f50 [pid: 7|app: 0|req: 485/938] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:11:16 2026] GET /v2.0/networks?id=3dfdc233-167e-440e-a7dc-03fd281c2f9b => generated 812 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/939] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:11:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=e60c1077-9540-427b-b262-801c371582d0 => generated 860 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/940] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:11:16 2026] GET /v2.0/subnets?id=7319192f-a4c7-4ff8-93c1-705790244512 => generated 693 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/941] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:11:16 2026] GET /v2.0/ports?network_id=3dfdc233-167e-440e-a7dc-03fd281c2f9b&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: 489/942] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:11:16 2026] GET /v2.0/networks/3dfdc233-167e-440e-a7dc-03fd281c2f9b?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/943] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:11:16 2026] GET /v2.0/networks/3dfdc233-167e-440e-a7dc-03fd281c2f9b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/944] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:16 2026] GET /v2.0/ports?device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/945] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:16 2026] GET /v2.0/security-groups?id=054c802d-53a5-45d0-8b46-b87b3a086956&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:16.603 8 INFO neutron.db.ovn_revision_numbers_db [None req-2edd31dd-27a9-4295-95c3-ee6db0b9251c - - - - - -] Successfully bumped revision number for resource 3f788a73-916e-4f99-ab36-3d28c07b5f50 (type: ports) to 6 [pid: 7|app: 0|req: 493/946] 10.0.0.1 () {34 vars in 988 bytes} [Mon Apr 27 13:11:16 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 1232 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/947] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:11:15 2026] PUT /v2.0/routers/2c8957cd-d360-4d65-b924-53c4beca13db/remove_router_interface => generated 310 bytes in 1252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/948] 10.0.0.1 () {34 vars in 1038 bytes} [Mon Apr 27 13:11:16 2026] GET /v2.0/security-groups?id=9adeaa3c-aee1-4677-9e0d-349efb0668a4&fields=id&fields=name => generated 111 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 495/949] 199.204.45.33 () {34 vars in 993 bytes} [Mon Apr 27 13:11:17 2026] GET /v2.0/ports?device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:17.530 7 INFO neutron_taas.services.taas.taas_plugin [req-78bff847-aaee-4dce-9d27-3f2756349a7b req-e6e45b34-70b4-4fa8-b594-91b3d534f2dd 00309621d185472387254af12c3d897f a861055c35a44c85b10c41066f567944 - - default default] TaaS: Handle Delete Port: 3f788a73-916e-4f99-ab36-3d28c07b5f50 2026-04-27 13:11:17.533 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-78bff847-aaee-4dce-9d27-3f2756349a7b req-e6e45b34-70b4-4fa8-b594-91b3d534f2dd 00309621d185472387254af12c3d897f a861055c35a44c85b10c41066f567944 - - default default] Tap Mirror: Handle Delete Port: 3f788a73-916e-4f99-ab36-3d28c07b5f50 2026-04-27 13:11:17.644 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ec1d2f9-98bd-4975-a21f-9ca5d069006f'] response: {'server_uuid': '00f46c03-8669-4d4b-b96c-018785bd8717', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '3f788a73-916e-4f99-ab36-3d28c07b5f50', 'code': 200} 2026-04-27 13:11:17.645 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ec1d2f9-98bd-4975-a21f-9ca5d069006f'] response: {'server_uuid': '00f46c03-8669-4d4b-b96c-018785bd8717', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '3f788a73-916e-4f99-ab36-3d28c07b5f50', 'code': 200} 2026-04-27 13:11:17.726 7 INFO neutron.db.l3_db [req-78bff847-aaee-4dce-9d27-3f2756349a7b req-e6e45b34-70b4-4fa8-b594-91b3d534f2dd 00309621d185472387254af12c3d897f a861055c35a44c85b10c41066f567944 - - default default] Floating IP fc3ebfb4-cf9c-44fd-ba1a-65e5d7247f54 disassociated. External IP: 10.96.250.211, port: 3f788a73-916e-4f99-ab36-3d28c07b5f50. 2026-04-27 13:11:17.796 8 INFO neutron_taas.services.taas.taas_plugin [None req-16fda79a-5a7c-4eb5-8532-312eb93a4943 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: c9a68d0a-4428-409d-8bbe-da614b6c3a8f 2026-04-27 13:11:17.800 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16fda79a-5a7c-4eb5-8532-312eb93a4943 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: c9a68d0a-4428-409d-8bbe-da614b6c3a8f [pid: 7|app: 0|req: 496/950] 199.204.45.33 () {36 vars in 996 bytes} [Mon Apr 27 13:11:17 2026] DELETE /v2.0/ports/3f788a73-916e-4f99-ab36-3d28c07b5f50 => generated 0 bytes in 459 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/951] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:17 2026] GET /v2.0/ports?device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:17.890 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a89072e-a0b3-4bfe-9609-4b86c1889c08'] response: {'server_uuid': '00f46c03-8669-4d4b-b96c-018785bd8717', 'name': 'network-vif-deleted', 'tag': '3f788a73-916e-4f99-ab36-3d28c07b5f50', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 455/954] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:11:16 2026] DELETE /v2.0/routers/2c8957cd-d360-4d65-b924-53c4beca13db => generated 0 bytes in 1457 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/955] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:11:18 2026] DELETE /v2.0/subnets/1d613791-4a7d-43f8-8562-1e85757edca4 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:11:18.586 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b731d20-8dec-4d82-9c70-c04f8512765e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: a6937c5b-684e-45b9-b814-f3504ac1e38f 2026-04-27 13:11:18.588 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b731d20-8dec-4d82-9c70-c04f8512765e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: a6937c5b-684e-45b9-b814-f3504ac1e38f 2026-04-27 13:11:18.767 8 INFO neutron.services.segments.plugin [-] Segment bb89f89c-83cf-4b88-988b-f62f00b9f6fb resource provider aggregate not found 2026-04-27 13:11:18.777 8 INFO neutron.services.segments.plugin [-] Segment bb89f89c-83cf-4b88-988b-f62f00b9f6fb resource provider aggregate not found 2026-04-27 13:11:18.788 8 INFO neutron.services.segments.plugin [-] Segment bb89f89c-83cf-4b88-988b-f62f00b9f6fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb89f89c-83cf-4b88-988b-f62f00b9f6fb found for delete ", "request_id": "req-91b33114-a71c-410f-8580-e3eece372f08"}]} 2026-04-27 13:11:18.792 8 INFO neutron.services.segments.plugin [-] Segment bb89f89c-83cf-4b88-988b-f62f00b9f6fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb89f89c-83cf-4b88-988b-f62f00b9f6fb found for delete ", "request_id": "req-5db469ec-1f67-4e04-94b6-6a816babf5c7"}]} [pid: 8|app: 0|req: 456/956] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:11:18 2026] DELETE /v2.0/networks/71e91d29-90e6-4fd8-ae62-af674423eafd => generated 0 bytes in 351 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:11:18.937 7 WARNING neutron.db.securitygroups_db [None req-d38aff89-e7d9-4a09-8cf9-d4d4b8729a27 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 501/957] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:11:18 2026] GET /v2.0/security-groups?tenant_id=f4bca65a5e154e79ae328e1dd83e4d30&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/958] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:18 2026] GET /v2.0/ports?device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => 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: 502/959] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:11:18 2026] DELETE /v2.0/security-groups/6617b956-006f-43a8-b530-c3c8cf5e918d => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/960] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:20 2026] GET /v2.0/ports?device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => 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: 503/961] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:21 2026] GET /v2.0/ports?device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => 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: 459/962] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:22 2026] GET /v2.0/ports?device_id=00f46c03-8669-4d4b-b96c-018785bd8717 => 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: 504/963] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:22 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/964] 10.0.0.235 () {34 vars in 971 bytes} [Mon Apr 27 13:11:22 2026] GET /v2.0/ports/38be2498-cd23-4654-86b1-a71b8cac1f4a => generated 968 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/965] 199.204.45.33 () {34 vars in 999 bytes} [Mon Apr 27 13:11:23 2026] GET /v2.0/subnets?network_id=34f0e72b-1981-41a1-a7c3-91c55112b6d3 => generated 683 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/966] 199.204.45.33 () {34 vars in 1145 bytes} [Mon Apr 27 13:11:23 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7&device_owner=compute%3Anova&network_id=34f0e72b-1981-41a1-a7c3-91c55112b6d3 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/967] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:11:23 2026] DELETE /v2.0/security-groups/054c802d-53a5-45d0-8b46-b87b3a086956 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/968] 10.0.0.1 () {34 vars in 988 bytes} [Mon Apr 27 13:11:23 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 1232 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:11:23.773 7 INFO neutron.db.ovn_revision_numbers_db [req-149fadf6-ad2b-4a06-adce-e93eec6a93c6 req-fcf08fb5-941d-46b0-abd6-10ede6d1912b 8685ca0e1aa04dadbd0f2e23c15a4391 f6a3bc786e5f497896d178d30856ed21 - - default default] Successfully bumped revision number for resource 38be2498-cd23-4654-86b1-a71b8cac1f4a (type: ports) to 6 [pid: 7|app: 0|req: 506/969] 199.204.45.33 () {38 vars in 1027 bytes} [Mon Apr 27 13:11:23 2026] PUT /v2.0/ports/38be2498-cd23-4654-86b1-a71b8cac1f4a => generated 1145 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:11:23.798 8 WARNING neutron.db.securitygroups_db [None req-724efaa7-4956-4fbd-8cd8-d1718792f60b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:11:23.804 7 INFO neutron.api.v2.resource [None req-5cc782c6-0ca5-40a0-a3c7-ac9723902ea3 00309621d185472387254af12c3d897f a861055c35a44c85b10c41066f567944 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 507/970] 10.0.0.253 () {32 vars in 737 bytes} [Mon Apr 27 13:11:23 2026] GET /v2.0/security-groups/054c802d-53a5-45d0-8b46-b87b3a086956 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:11:23.828 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d9edc57d-ed9e-4009-abb2-fbb4b3382992'] response: {'name': 'network-changed', 'server_uuid': '26788ea8-d2a6-48bb-8a0e-2e215689d6b7', 'tag': '38be2498-cd23-4654-86b1-a71b8cac1f4a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 508/971] 10.0.0.1 () {34 vars in 1038 bytes} [Mon Apr 27 13:11:23 2026] GET /v2.0/security-groups?id=ba95f2c0-fe94-4714-9f0f-fe04e5426472&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:23.944 8 INFO neutron.db.ovn_revision_numbers_db [None req-724efaa7-4956-4fbd-8cd8-d1718792f60b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 4e3b1e51-e717-4de9-9834-605eff56da28 (type: security_groups) to 1 2026-04-27 13:11:23.958 8 INFO neutron.db.ovn_revision_numbers_db [None req-724efaa7-4956-4fbd-8cd8-d1718792f60b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 86e9ce14-e2c7-47d3-96e5-c6650a0d089f (type: security_group_rules) to 0 2026-04-27 13:11:23.958 7 INFO neutron_taas.services.taas.taas_plugin [None req-929487f5-edb6-4243-9c68-f9c451a4cf7c 00309621d185472387254af12c3d897f a861055c35a44c85b10c41066f567944 - - default default] TaaS: Handle Delete Port: 3754f82d-6cc8-424d-bdc2-4b4af8ca13c8 2026-04-27 13:11:23.961 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-929487f5-edb6-4243-9c68-f9c451a4cf7c 00309621d185472387254af12c3d897f a861055c35a44c85b10c41066f567944 - - default default] Tap Mirror: Handle Delete Port: 3754f82d-6cc8-424d-bdc2-4b4af8ca13c8 2026-04-27 13:11:23.970 8 INFO neutron.db.ovn_revision_numbers_db [None req-724efaa7-4956-4fbd-8cd8-d1718792f60b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 961d4444-181f-460c-9b4f-7fcb2deb76fa (type: security_group_rules) to 0 2026-04-27 13:11:23.982 8 INFO neutron.db.ovn_revision_numbers_db [None req-724efaa7-4956-4fbd-8cd8-d1718792f60b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 9caf5513-96e7-4f38-a620-6588a1708cb3 (type: security_group_rules) to 0 2026-04-27 13:11:23.995 8 INFO neutron.db.ovn_revision_numbers_db [None req-724efaa7-4956-4fbd-8cd8-d1718792f60b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c6c36084-c024-46e7-9ae7-6be538fe6bf7 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 464/972] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:11:23 2026] GET /v2.0/security-groups?tenant_id=0a7543eee8df4fd9942ed69c242ab1a3&name=default => generated 2925 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/973] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:11:23 2026] DELETE /v2.0/floatingips/fc3ebfb4-cf9c-44fd-ba1a-65e5d7247f54 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/974] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:11:24 2026] DELETE /v2.0/security-groups/4e3b1e51-e717-4de9-9834-605eff56da28 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/975] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:11:24 2026] GET /v2.0/ports?tenant_id=f6a3bc786e5f497896d178d30856ed21&device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 1409 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:11:24.352 8 WARNING neutron.db.securitygroups_db [None req-3273abe2-c606-4fb8-b654-75661b4d81e1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:11:24.418 7 INFO neutron_taas.services.taas.taas_plugin [None req-36fe065f-2cd6-4e7f-8bf7-181f72016087 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: 6733a699-1337-45fd-b391-c21d30f7ca0c 2026-04-27 13:11:24.421 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36fe065f-2cd6-4e7f-8bf7-181f72016087 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: 6733a699-1337-45fd-b391-c21d30f7ca0c 2026-04-27 13:11:24.483 8 INFO neutron.db.ovn_revision_numbers_db [None req-3273abe2-c606-4fb8-b654-75661b4d81e1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 958c16c6-eefc-4188-aec5-9add6dca330a (type: security_groups) to 1 2026-04-27 13:11:24.494 8 INFO neutron.db.ovn_revision_numbers_db [None req-3273abe2-c606-4fb8-b654-75661b4d81e1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 00129f58-41ed-44a4-8eff-521516340e2d (type: security_group_rules) to 0 2026-04-27 13:11:24.506 8 INFO neutron.db.ovn_revision_numbers_db [None req-3273abe2-c606-4fb8-b654-75661b4d81e1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 19ab0bdf-129e-40fc-a897-3d7a7bd8b517 (type: security_group_rules) to 0 2026-04-27 13:11:24.518 8 INFO neutron.db.ovn_revision_numbers_db [None req-3273abe2-c606-4fb8-b654-75661b4d81e1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 3f58162d-1647-4846-8f0f-8c6ed7ec2576 (type: security_group_rules) to 0 2026-04-27 13:11:24.529 8 INFO neutron.db.ovn_revision_numbers_db [None req-3273abe2-c606-4fb8-b654-75661b4d81e1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f7d861d6-bfd3-4b03-b575-ad7ca8578465 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 467/976] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:11:24 2026] GET /v2.0/security-groups?tenant_id=af704f1d6d3443c98327e3a40907fca3&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/977] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:11:24 2026] GET /v2.0/networks?id=34f0e72b-1981-41a1-a7c3-91c55112b6d3 => generated 819 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/978] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:11:24 2026] DELETE /v2.0/security-groups/958c16c6-eefc-4188-aec5-9add6dca330a => 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: 470/979] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:11:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=38be2498-cd23-4654-86b1-a71b8cac1f4a => generated 860 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/980] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:11:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=38be2498-cd23-4654-86b1-a71b8cac1f4a => 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: 472/981] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:11:24 2026] GET /v2.0/subnets?id=5c4fa0e7-ef68-4249-a172-f19876076529 => generated 701 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/982] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:11:24 2026] GET /v2.0/ports?network_id=34f0e72b-1981-41a1-a7c3-91c55112b6d3&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: 474/983] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:11:24 2026] GET /v2.0/networks/34f0e72b-1981-41a1-a7c3-91c55112b6d3?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: 510/984] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:11:24 2026] PUT /v2.0/routers/f7b68e52-2487-441e-81da-3d1a9cfcbeb7/remove_router_interface => generated 310 bytes in 902 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: 475/985] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:11:25 2026] GET /v2.0/networks/34f0e72b-1981-41a1-a7c3-91c55112b6d3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:25.349 7 INFO neutron_taas.services.taas.taas_plugin [None req-e9a4fbcc-e7ee-4535-947d-9ecd1fc90b78 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: 6e2e6d8f-0a4f-4b8c-a545-0bb3ba161ae4 2026-04-27 13:11:25.352 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9a4fbcc-e7ee-4535-947d-9ecd1fc90b78 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: 6e2e6d8f-0a4f-4b8c-a545-0bb3ba161ae4 [pid: 7|app: 0|req: 511/986] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:11:25 2026] DELETE /v2.0/routers/f7b68e52-2487-441e-81da-3d1a9cfcbeb7 => generated 0 bytes in 703 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/987] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:25 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => 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: 513/988] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:25 2026] GET /v2.0/security-groups?id=9adeaa3c-aee1-4677-9e0d-349efb0668a4&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/989] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:11:25 2026] DELETE /v2.0/subnets/9879cf6a-5e86-437b-b475-6a20c6ea46f7 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:11:26.109 7 INFO neutron_taas.services.taas.taas_plugin [None req-69046c2d-be9e-442f-a99c-f8c094865b92 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: 3b2fe94c-5c46-4e82-9a5e-21972f80a9f4 2026-04-27 13:11:26.111 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69046c2d-be9e-442f-a99c-f8c094865b92 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: 3b2fe94c-5c46-4e82-9a5e-21972f80a9f4 [pid: 8|app: 0|req: 477/990] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:11:26 2026] GET /v2.0/ports?tenant_id=f6a3bc786e5f497896d178d30856ed21&device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 1409 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/991] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:11:26 2026] GET /v2.0/networks?id=34f0e72b-1981-41a1-a7c3-91c55112b6d3 => generated 819 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/992] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:11:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=38be2498-cd23-4654-86b1-a71b8cac1f4a => generated 860 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/993] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:11:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=38be2498-cd23-4654-86b1-a71b8cac1f4a => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:26.288 7 INFO neutron.services.segments.plugin [-] Segment 457a605e-71fb-4032-a0eb-3e6db8f9334c resource provider aggregate not found 2026-04-27 13:11:26.294 7 INFO neutron.services.segments.plugin [-] Segment 457a605e-71fb-4032-a0eb-3e6db8f9334c resource provider aggregate not found 2026-04-27 13:11:26.312 7 INFO neutron.services.segments.plugin [-] Segment 457a605e-71fb-4032-a0eb-3e6db8f9334c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 457a605e-71fb-4032-a0eb-3e6db8f9334c found for delete ", "request_id": "req-31093e98-63a3-4f06-b257-c5cefdcfddac"}]} 2026-04-27 13:11:26.320 7 INFO neutron.services.segments.plugin [-] Segment 457a605e-71fb-4032-a0eb-3e6db8f9334c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 457a605e-71fb-4032-a0eb-3e6db8f9334c found for delete ", "request_id": "req-1b197067-9b7f-40f0-9b02-2d0580168afd"}]} [pid: 8|app: 0|req: 481/994] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:11:26 2026] GET /v2.0/subnets?id=5c4fa0e7-ef68-4249-a172-f19876076529 => generated 701 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/995] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:11:25 2026] DELETE /v2.0/networks/ed4c34ed-cc30-407c-80a3-253c13ff2a3d => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/996] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:11:26 2026] GET /v2.0/ports?network_id=34f0e72b-1981-41a1-a7c3-91c55112b6d3&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: 515/997] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:11:26 2026] GET /v2.0/networks/34f0e72b-1981-41a1-a7c3-91c55112b6d3?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: 483/998] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:11:26 2026] GET /v2.0/networks/34f0e72b-1981-41a1-a7c3-91c55112b6d3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:26.514 7 WARNING neutron.db.securitygroups_db [None req-20b8909e-25fe-4b98-a854-0fddbac39134 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 516/999] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:11:26 2026] GET /v2.0/security-groups?tenant_id=a861055c35a44c85b10c41066f567944&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1000] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:11:26 2026] DELETE /v2.0/security-groups/a9949514-e28a-4e9d-b2d9-9a503832543f => 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: 517/1001] 199.204.45.33 () {34 vars in 1117 bytes} [Mon Apr 27 13:11:26 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.6 => generated 1148 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:11:27.572 8 INFO neutron.db.ovn_revision_numbers_db [req-6a163a24-e221-40cd-aa2e-eea828047573 req-e6331da6-eed1-4521-9f1d-51adc9f45dfc 8685ca0e1aa04dadbd0f2e23c15a4391 f6a3bc786e5f497896d178d30856ed21 - - default default] Successfully bumped revision number for resource 38be2498-cd23-4654-86b1-a71b8cac1f4a (type: ports) to 7 [pid: 8|app: 0|req: 485/1002] 199.204.45.33 () {38 vars in 1027 bytes} [Mon Apr 27 13:11:27 2026] PUT /v2.0/ports/38be2498-cd23-4654-86b1-a71b8cac1f4a => generated 968 bytes in 575 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:27.661 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-55976613-e42b-434e-a8bd-f6448ce8406b'] response: {'name': 'network-changed', 'server_uuid': '26788ea8-d2a6-48bb-8a0e-2e215689d6b7', 'tag': '38be2498-cd23-4654-86b1-a71b8cac1f4a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 518/1003] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:11:28 2026] GET /v2.0/ports?tenant_id=f6a3bc786e5f497896d178d30856ed21&device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 1232 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 486/1004] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:11:28 2026] GET /v2.0/networks?id=34f0e72b-1981-41a1-a7c3-91c55112b6d3 => generated 819 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1005] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:11:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=38be2498-cd23-4654-86b1-a71b8cac1f4a => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1006] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:11:28 2026] GET /v2.0/subnets?id=5c4fa0e7-ef68-4249-a172-f19876076529 => generated 701 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1007] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:11:28 2026] GET /v2.0/ports?network_id=34f0e72b-1981-41a1-a7c3-91c55112b6d3&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: 488/1008] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:11:28 2026] GET /v2.0/networks/34f0e72b-1981-41a1-a7c3-91c55112b6d3?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1009] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:11:28 2026] GET /v2.0/networks/34f0e72b-1981-41a1-a7c3-91c55112b6d3?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-04-27 13:11:28.589 8 WARNING neutron.db.securitygroups_db [None req-33923d06-62fa-4fc9-a938-932566f598ba c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:11:28.733 8 INFO neutron.db.ovn_revision_numbers_db [None req-33923d06-62fa-4fc9-a938-932566f598ba c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 235ff056-ee8a-466a-80e1-c09669f052d5 (type: security_groups) to 1 2026-04-27 13:11:28.749 8 INFO neutron.db.ovn_revision_numbers_db [None req-33923d06-62fa-4fc9-a938-932566f598ba c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 58059efc-cf2c-4c22-b1a9-76b2ebe58de9 (type: security_group_rules) to 0 2026-04-27 13:11:28.760 7 INFO neutron.db.ovn_revision_numbers_db [None req-2d4e253c-d7c5-4421-ace8-9f5108999205 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource eb97d30a-8a3c-474d-be9f-64d2683972a2 (type: security_groups) to 1 2026-04-27 13:11:28.762 8 INFO neutron.db.ovn_revision_numbers_db [None req-33923d06-62fa-4fc9-a938-932566f598ba c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 7f193961-1066-4f51-bb35-2feaa87449ba (type: security_group_rules) to 0 2026-04-27 13:11:28.778 8 INFO neutron.db.ovn_revision_numbers_db [None req-33923d06-62fa-4fc9-a938-932566f598ba c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a2ec9b33-2b78-4895-a223-600c414d2580 (type: security_group_rules) to 0 2026-04-27 13:11:28.778 7 INFO neutron.db.ovn_revision_numbers_db [None req-2d4e253c-d7c5-4421-ace8-9f5108999205 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 137c3834-0c65-4aaa-a6d7-3fa01f24edce (type: security_group_rules) to 0 2026-04-27 13:11:28.794 8 INFO neutron.db.ovn_revision_numbers_db [None req-33923d06-62fa-4fc9-a938-932566f598ba c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource be0cab17-9d7b-41f5-a9da-645ce66e08e0 (type: security_group_rules) to 0 2026-04-27 13:11:28.795 7 INFO neutron.db.ovn_revision_numbers_db [None req-2d4e253c-d7c5-4421-ace8-9f5108999205 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2cab7a63-028a-44cf-b4ac-4319acd36881 (type: security_group_rules) to 0 2026-04-27 13:11:28.810 7 INFO neutron.db.ovn_revision_numbers_db [None req-2d4e253c-d7c5-4421-ace8-9f5108999205 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource eb3c22e5-69a0-4bbe-8572-14ffe027ffa5 (type: security_group_rules) to 0 2026-04-27 13:11:28.822 7 INFO neutron.db.ovn_revision_numbers_db [None req-2d4e253c-d7c5-4421-ace8-9f5108999205 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f2a23a2e-2f59-432a-8396-18f024e9261a (type: security_group_rules) to 0 [pid: 8|app: 0|req: 490/1010] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:11:28 2026] GET /v2.0/security-groups?tenant_id=e24622058c04442c81c80f57f10f2bec&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:11:28.902 7 INFO neutron.db.segments_db [None req-2d4e253c-d7c5-4421-ace8-9f5108999205 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Added segment 89323345-18cd-4389-966a-fba681a4faeb of type geneve for network 86c9ba69-effb-4c25-a159-66bf868a47f2 2026-04-27 13:11:29.022 7 INFO neutron.db.ovn_revision_numbers_db [None req-2d4e253c-d7c5-4421-ace8-9f5108999205 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 86c9ba69-effb-4c25-a159-66bf868a47f2 (type: networks) to 1 [pid: 8|app: 0|req: 491/1011] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:11:28 2026] DELETE /v2.0/security-groups/235ff056-ee8a-466a-80e1-c09669f052d5 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:11:29.128 8 WARNING neutron.db.securitygroups_db [None req-0ad6b3bc-e366-4141-bf4d-bc1e8aa68962 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:11:29.197 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2d4e253c-d7c5-4421-ace8-9f5108999205 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:11:29.199 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2d4e253c-d7c5-4421-ace8-9f5108999205 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 86c9ba69-effb-4c25-a159-66bf868a47f2: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:11:29.276 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a824e608-0ea3-440d-bbf3-2c85a7e305a0 - - - - - -] OVN reports status down for port: 912853ea-80b9-415d-8401-e008c2d35b08 2026-04-27 13:11:29.281 8 INFO neutron.db.ovn_revision_numbers_db [None req-0ad6b3bc-e366-4141-bf4d-bc1e8aa68962 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 8f11ab9b-83cc-4048-a4ad-71e01fcdd810 (type: security_groups) to 1 2026-04-27 13:11:29.299 7 INFO neutron.db.ovn_revision_numbers_db [None req-2d4e253c-d7c5-4421-ace8-9f5108999205 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 912853ea-80b9-415d-8401-e008c2d35b08 (type: ports) to 1 2026-04-27 13:11:29.301 8 INFO neutron.db.ovn_revision_numbers_db [None req-0ad6b3bc-e366-4141-bf4d-bc1e8aa68962 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2f88b29f-0d03-47d3-898f-69b0a2547412 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 521/1012] 10.0.0.253 () {34 vars in 671 bytes} [Mon Apr 27 13:11:28 2026] POST /v2.0/networks => generated 787 bytes in 920 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:11:29.318 8 INFO neutron.db.ovn_revision_numbers_db [None req-0ad6b3bc-e366-4141-bf4d-bc1e8aa68962 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 52cf0d9d-cc58-4158-8256-d516258a1591 (type: security_group_rules) to 0 2026-04-27 13:11:29.332 8 INFO neutron.db.ovn_revision_numbers_db [None req-0ad6b3bc-e366-4141-bf4d-bc1e8aa68962 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 641c2700-b288-4c63-a801-b523a70bff1c (type: security_group_rules) to 0 2026-04-27 13:11:29.355 8 INFO neutron.db.ovn_revision_numbers_db [None req-0ad6b3bc-e366-4141-bf4d-bc1e8aa68962 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ed663795-469b-41bb-b20d-eb2ba1e332e6 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 522/1013] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:29 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1014] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:11:29 2026] GET /v2.0/security-groups?tenant_id=bdcda9b199dc444fafe82b943773abb8&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:11:29.537 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ed995d3f-2778-4046-a567-d85acc11ee75 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:11:29.538 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ed995d3f-2778-4046-a567-d85acc11ee75 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 86c9ba69-effb-4c25-a159-66bf868a47f2: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 493/1015] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:11:29 2026] DELETE /v2.0/security-groups/8f11ab9b-83cc-4048-a4ad-71e01fcdd810 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1016] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:29 2026] GET /v2.0/security-groups?id=9adeaa3c-aee1-4677-9e0d-349efb0668a4&fields=id&fields=name => generated 111 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1017] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:11:29 2026] GET /v2.0/ports?tenant_id=f6a3bc786e5f497896d178d30856ed21&device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 1232 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1018] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:11:29 2026] GET /v2.0/networks?id=34f0e72b-1981-41a1-a7c3-91c55112b6d3 => generated 819 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1019] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:11:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=38be2498-cd23-4654-86b1-a71b8cac1f4a => generated 860 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1020] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:11:29 2026] GET /v2.0/subnets?id=5c4fa0e7-ef68-4249-a172-f19876076529 => generated 701 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1021] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:11:29 2026] GET /v2.0/ports?network_id=34f0e72b-1981-41a1-a7c3-91c55112b6d3&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: 500/1022] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:11:29 2026] GET /v2.0/networks/34f0e72b-1981-41a1-a7c3-91c55112b6d3?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1023] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:11:29 2026] GET /v2.0/networks/34f0e72b-1981-41a1-a7c3-91c55112b6d3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:29.960 7 INFO neutron.db.ovn_revision_numbers_db [None req-ed995d3f-2778-4046-a567-d85acc11ee75 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 912853ea-80b9-415d-8401-e008c2d35b08 (type: ports) to 2 2026-04-27 13:11:29.987 7 INFO neutron.db.ovn_revision_numbers_db [None req-ed995d3f-2778-4046-a567-d85acc11ee75 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource d4ae11de-9621-4360-93d9-a84d82d25770 (type: subnets) to 0 [pid: 7|app: 0|req: 523/1024] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:11:29 2026] POST /v2.0/subnets => generated 693 bytes in 606 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:11:30.378 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-40eb06e9-f3ec-44ea-8bdd-ea20b60778eb - - - - - -] OVN reports status down for port: 38be2498-cd23-4654-86b1-a71b8cac1f4a 2026-04-27 13:11:30.414 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1d770dc0-fa27-4264-8673-48946ff78145 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:11:30.415 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1d770dc0-fa27-4264-8673-48946ff78145 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:11:30.536 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-019c06ff-041c-46b5-a639-4a4569b6f612'] response: {'server_uuid': '26788ea8-d2a6-48bb-8a0e-2e215689d6b7', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '38be2498-cd23-4654-86b1-a71b8cac1f4a', 'code': 200} 2026-04-27 13:11:30.593 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a824e608-0ea3-440d-bbf3-2c85a7e305a0 - - - - - -] OVN reports status down for port: b45e41d7-c70f-42d3-bc84-952878b4d65a 2026-04-27 13:11:30.670 8 INFO neutron.db.ovn_revision_numbers_db [None req-1d770dc0-fa27-4264-8673-48946ff78145 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b45e41d7-c70f-42d3-bc84-952878b4d65a (type: ports) to 1 2026-04-27 13:11:30.711 7 INFO neutron.db.ovn_revision_numbers_db [None req-40eb06e9-f3ec-44ea-8bdd-ea20b60778eb - - - - - -] Successfully bumped revision number for resource 38be2498-cd23-4654-86b1-a71b8cac1f4a (type: ports) to 8 [pid: 7|app: 0|req: 524/1025] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:30 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 525/1026] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:30 2026] GET /v2.0/security-groups?id=9adeaa3c-aee1-4677-9e0d-349efb0668a4&fields=id&fields=name => generated 111 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1027] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:30 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1028] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:31 2026] GET /v2.0/security-groups?id=ba95f2c0-fe94-4714-9f0f-fe04e5426472&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1029] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:31 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1030] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:31 2026] GET /v2.0/security-groups?id=ba95f2c0-fe94-4714-9f0f-fe04e5426472&fields=id&fields=name => generated 112 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:31.344 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ac7f9228-ae0d-4240-a111-ec7c0ef04dbe - - - - - -] Router 933a8ec8-d6fc-467f-bb02-146d341c80fc is bound to host instance 2026-04-27 13:11:31.372 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a824e608-0ea3-440d-bbf3-2c85a7e305a0 - - - - - -] OVN reports status up for port: b45e41d7-c70f-42d3-bc84-952878b4d65a 2026-04-27 13:11:31.394 8 INFO neutron.plugins.ml2.plugin [None req-a824e608-0ea3-440d-bbf3-2c85a7e305a0 - - - - - -] Attempt 1 to provision port b45e41d7-c70f-42d3-bc84-952878b4d65a 2026-04-27 13:11:31.413 8 INFO neutron.db.ovn_revision_numbers_db [None req-1d770dc0-fa27-4264-8673-48946ff78145 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b45e41d7-c70f-42d3-bc84-952878b4d65a (type: router_ports) to 1 2026-04-27 13:11:31.515 8 INFO neutron.db.ovn_revision_numbers_db [None req-1d770dc0-fa27-4264-8673-48946ff78145 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 933a8ec8-d6fc-467f-bb02-146d341c80fc (type: routers) to 2 [pid: 8|app: 0|req: 502/1031] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:11:30 2026] POST /v2.0/routers => generated 992 bytes in 1526 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1032] 10.0.0.253 () {32 vars in 653 bytes} [Mon Apr 27 13:11:31 2026] GET /v2.0/extensions => generated 21521 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1033] 199.204.45.33 () {34 vars in 993 bytes} [Mon Apr 27 13:11:31 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1034] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:31 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1035] 10.0.0.253 () {32 vars in 681 bytes} [Mon Apr 27 13:11:31 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:31.985 7 INFO neutron_taas.services.taas.taas_plugin [req-7bd0421f-80df-4673-a448-40398f765ba7 req-c2717fb5-fb66-48ab-968d-4ee9a932f619 8685ca0e1aa04dadbd0f2e23c15a4391 f6a3bc786e5f497896d178d30856ed21 - - default default] TaaS: Handle Delete Port: 38be2498-cd23-4654-86b1-a71b8cac1f4a 2026-04-27 13:11:31.986 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-061e050e-7f7f-40ab-9100-3f308d056c37 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:11:31.988 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-061e050e-7f7f-40ab-9100-3f308d056c37 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 86c9ba69-effb-4c25-a159-66bf868a47f2: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:11:31.994 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7bd0421f-80df-4673-a448-40398f765ba7 req-c2717fb5-fb66-48ab-968d-4ee9a932f619 8685ca0e1aa04dadbd0f2e23c15a4391 f6a3bc786e5f497896d178d30856ed21 - - default default] Tap Mirror: Handle Delete Port: 38be2498-cd23-4654-86b1-a71b8cac1f4a 2026-04-27 13:11:32.155 8 INFO neutron.db.ovn_revision_numbers_db [None req-061e050e-7f7f-40ab-9100-3f308d056c37 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 51ff2a96-7fec-41fa-bf92-07c96a9b2d3e (type: ports) to 1 2026-04-27 13:11:32.320 7 INFO neutron.db.l3_db [req-7bd0421f-80df-4673-a448-40398f765ba7 req-c2717fb5-fb66-48ab-968d-4ee9a932f619 8685ca0e1aa04dadbd0f2e23c15a4391 f6a3bc786e5f497896d178d30856ed21 - - default default] Floating IP 0954268a-3336-4355-87ba-fec2ffa776ea disassociated. External IP: 10.96.250.205, port: 38be2498-cd23-4654-86b1-a71b8cac1f4a. [pid: 7|app: 0|req: 534/1036] 199.204.45.33 () {36 vars in 996 bytes} [Mon Apr 27 13:11:31 2026] DELETE /v2.0/ports/38be2498-cd23-4654-86b1-a71b8cac1f4a => generated 0 bytes in 827 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:11:32.604 7 INFO neutron.db.ovn_revision_numbers_db [None req-28b51bad-4894-4de8-9b85-79dcaab50bd1 - - - - - -] Successfully bumped revision number for resource b45e41d7-c70f-42d3-bc84-952878b4d65a (type: ports) to 4 [pid: 7|app: 0|req: 535/1037] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:32 2026] GET /v2.0/security-groups?id=ba95f2c0-fe94-4714-9f0f-fe04e5426472&fields=id&fields=name => generated 112 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1038] 10.0.0.253 () {32 vars in 681 bytes} [Mon Apr 27 13:11:32 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:32.684 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-82291225-ee56-4619-a5a0-4de4d2e0d177'] response: {'server_uuid': '26788ea8-d2a6-48bb-8a0e-2e215689d6b7', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '38be2498-cd23-4654-86b1-a71b8cac1f4a', 'code': 200} [pid: 7|app: 0|req: 537/1039] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:32 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1040] 10.0.0.253 () {32 vars in 665 bytes} [Mon Apr 27 13:11:32 2026] GET /v2.0/extensions/agent => generated 153 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1041] 10.0.0.253 () {32 vars in 697 bytes} [Mon Apr 27 13:11:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1042] 10.0.0.253 () {32 vars in 701 bytes} [Mon Apr 27 13:11:32 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1043] 10.0.0.253 () {32 vars in 689 bytes} [Mon Apr 27 13:11:32 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1044] 10.0.0.253 () {32 vars in 693 bytes} [Mon Apr 27 13:11:32 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1045] 10.0.0.253 () {32 vars in 695 bytes} [Mon Apr 27 13:11:32 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1046] 10.0.0.253 () {32 vars in 685 bytes} [Mon Apr 27 13:11:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1047] 10.0.0.253 () {32 vars in 687 bytes} [Mon Apr 27 13:11:32 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1048] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:11:32 2026] GET /v2.0/extensions/dns-integration-domain-keywords => generated 283 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1049] 10.0.0.253 () {32 vars in 699 bytes} [Mon Apr 27 13:11:32 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1050] 10.0.0.253 () {32 vars in 679 bytes} [Mon Apr 27 13:11:32 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1051] 10.0.0.253 () {32 vars in 683 bytes} [Mon Apr 27 13:11:32 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:32.910 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-061e050e-7f7f-40ab-9100-3f308d056c37 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:11:32.912 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-061e050e-7f7f-40ab-9100-3f308d056c37 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 86c9ba69-effb-4c25-a159-66bf868a47f2: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 550/1052] 10.0.0.253 () {32 vars in 675 bytes} [Mon Apr 27 13:11:32 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1053] 10.0.0.253 () {32 vars in 689 bytes} [Mon Apr 27 13:11:32 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1054] 10.0.0.253 () {32 vars in 723 bytes} [Mon Apr 27 13:11:32 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1057] 10.0.0.253 () {32 vars in 687 bytes} [Mon Apr 27 13:11:32 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1058] 10.0.0.253 () {32 vars in 669 bytes} [Mon Apr 27 13:11:32 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1059] 10.0.0.253 () {32 vars in 687 bytes} [Mon Apr 27 13:11:32 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1060] 10.0.0.253 () {32 vars in 681 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1061] 10.0.0.253 () {32 vars in 679 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1062] 10.0.0.253 () {32 vars in 667 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/router => generated 256 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1063] 10.0.0.253 () {32 vars in 703 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/enable-default-route-bfd => generated 212 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1064] 10.0.0.253 () {32 vars in 705 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/enable-default-route-ecmp => generated 215 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1065] 10.0.0.253 () {32 vars in 677 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:33.184 7 INFO neutron.db.ovn_revision_numbers_db [None req-28b51bad-4894-4de8-9b85-79dcaab50bd1 - - - - - -] Successfully bumped revision number for resource b45e41d7-c70f-42d3-bc84-952878b4d65a (type: ports) to 5 [pid: 7|app: 0|req: 564/1066] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/ports?tenant_id=3a97541e7fcf4ab3bf9394c8b133ce2f&device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 1232 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1067] 10.0.0.253 () {32 vars in 665 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/l3-ha => 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: 566/1068] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/networks?id=3dfdc233-167e-440e-a7dc-03fd281c2f9b => generated 812 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1069] 10.0.0.253 () {32 vars in 711 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/external-gateway-multihoming => generated 227 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1070] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=e60c1077-9540-427b-b262-801c371582d0 => generated 860 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1071] 10.0.0.253 () {32 vars in 675 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1072] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/subnets?id=7319192f-a4c7-4ff8-93c1-705790244512 => generated 693 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1073] 10.0.0.253 () {32 vars in 669 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/logging => generated 213 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1074] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/ports?network_id=3dfdc233-167e-440e-a7dc-03fd281c2f9b&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: 573/1075] 10.0.0.253 () {32 vars in 683 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1076] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/networks/3dfdc233-167e-440e-a7dc-03fd281c2f9b?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: 575/1077] 10.0.0.253 () {32 vars in 669 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:33.511 8 INFO neutron.db.ovn_revision_numbers_db [None req-061e050e-7f7f-40ab-9100-3f308d056c37 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 51ff2a96-7fec-41fa-bf92-07c96a9b2d3e (type: router_ports) to 1 [pid: 8|app: 0|req: 503/1078] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:11:31 2026] PUT /v2.0/routers/933a8ec8-d6fc-467f-bb02-146d341c80fc/add_router_interface => generated 310 bytes in 1975 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1079] 10.0.0.253 () {32 vars in 687 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1080] 10.0.0.253 () {32 vars in 705 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1081] 10.0.0.253 () {32 vars in 701 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1082] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/networks/3dfdc233-167e-440e-a7dc-03fd281c2f9b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1083] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/network-ip-availability-details => generated 260 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1084] 10.0.0.253 () {32 vars in 675 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1085] 10.0.0.253 () {32 vars in 693 bytes} [Mon Apr 27 13:11:33 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: 7|app: 0|req: 578/1086] 10.0.0.253 () {32 vars in 709 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1087] 10.0.0.253 () {32 vars in 705 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1088] 10.0.0.253 () {32 vars in 719 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1089] 10.0.0.253 () {32 vars in 697 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1090] 10.0.0.253 () {32 vars in 711 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1091] 10.0.0.253 () {32 vars in 669 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/binding => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1092] 10.0.0.253 () {32 vars in 687 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1093] 10.0.0.253 () {32 vars in 681 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1094] 10.0.0.253 () {32 vars in 675 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1095] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:11:33 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: 7|app: 0|req: 583/1096] 10.0.0.253 () {32 vars in 663 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/qinq => generated 272 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1097] 10.0.0.253 () {32 vars in 661 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1098] 10.0.0.253 () {32 vars in 699 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1099] 10.0.0.253 () {32 vars in 699 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1100] 10.0.0.253 () {32 vars in 677 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1101] 10.0.0.253 () {32 vars in 669 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1102] 10.0.0.253 () {32 vars in 683 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1103] 10.0.0.253 () {32 vars in 701 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1104] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1105] 10.0.0.253 () {32 vars in 685 bytes} [Mon Apr 27 13:11:33 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: 521/1106] 10.0.0.253 () {32 vars in 707 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1107] 10.0.0.253 () {32 vars in 669 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1108] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/security-groups?id=ba95f2c0-fe94-4714-9f0f-fe04e5426472&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1109] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1110] 10.0.0.253 () {32 vars in 697 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1111] 10.0.0.253 () {32 vars in 695 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1112] 10.0.0.253 () {32 vars in 685 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1113] 10.0.0.253 () {32 vars in 689 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1114] 10.0.0.253 () {32 vars in 705 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1115] 10.0.0.253 () {32 vars in 667 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1116] 10.0.0.253 () {32 vars in 681 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1117] 10.0.0.253 () {32 vars in 681 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/rbac-policies => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1118] 10.0.0.253 () {32 vars in 691 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1119] 10.0.0.253 () {32 vars in 695 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1120] 10.0.0.253 () {32 vars in 689 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1121] 10.0.0.253 () {32 vars in 701 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1122] 10.0.0.253 () {32 vars in 703 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1123] 10.0.0.253 () {32 vars in 691 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/router-enable-snat => generated 256 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1124] 10.0.0.253 () {32 vars in 713 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1125] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1126] 10.0.0.253 () {32 vars in 727 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1127] 10.0.0.253 () {32 vars in 741 bytes} [Mon Apr 27 13:11:33 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1128] 10.0.0.253 () {32 vars in 719 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:34.026 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a824e608-0ea3-440d-bbf3-2c85a7e305a0 - - - - - -] OVN reports status down for port: 51ff2a96-7fec-41fa-bf92-07c96a9b2d3e [pid: 8|app: 0|req: 533/1129] 10.0.0.253 () {32 vars in 683 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1130] 10.0.0.253 () {32 vars in 669 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/segment => generated 145 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1131] 10.0.0.253 () {32 vars in 719 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1132] 10.0.0.253 () {32 vars in 679 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1133] 10.0.0.253 () {32 vars in 669 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:34.105 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-a824e608-0ea3-440d-bbf3-2c85a7e305a0 - - - - - -] Logical_Switch_Port 51ff2a96-7fec-41fa-bf92-07c96a9b2d3e host information not removed, the port state is up 2026-04-27 13:11:34.106 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a824e608-0ea3-440d-bbf3-2c85a7e305a0 - - - - - -] OVN reports status up for port: 51ff2a96-7fec-41fa-bf92-07c96a9b2d3e [pid: 7|app: 0|req: 599/1134] 10.0.0.253 () {32 vars in 697 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1135] 10.0.0.253 () {32 vars in 705 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:34.124 8 INFO neutron.plugins.ml2.plugin [None req-a824e608-0ea3-440d-bbf3-2c85a7e305a0 - - - - - -] Attempt 1 to provision port 51ff2a96-7fec-41fa-bf92-07c96a9b2d3e [pid: 7|app: 0|req: 600/1136] 10.0.0.253 () {32 vars in 701 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1137] 10.0.0.253 () {32 vars in 709 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/subnet-dns-publish-fixed-ip => generated 227 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1138] 10.0.0.253 () {32 vars in 701 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1139] 10.0.0.253 () {32 vars in 705 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1140] 10.0.0.253 () {32 vars in 695 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1141] 10.0.0.253 () {32 vars in 689 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1142] 10.0.0.253 () {32 vars in 697 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1143] 10.0.0.253 () {32 vars in 679 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1144] 10.0.0.253 () {32 vars in 689 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1145] 10.0.0.253 () {32 vars in 701 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1146] 10.0.0.253 () {32 vars in 665 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1147] 10.0.0.253 () {32 vars in 681 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1148] 10.0.0.253 () {32 vars in 687 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/vlan-transparent => generated 177 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1149] 10.0.0.253 () {32 vars in 677 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1150] 10.0.0.253 () {32 vars in 693 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/vpn-agent-scheduler => generated 199 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1151] 10.0.0.253 () {32 vars in 693 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1152] 10.0.0.253 () {32 vars in 677 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1153] 10.0.0.253 () {32 vars in 667 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1154] 10.0.0.253 () {32 vars in 663 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/taas => generated 175 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1155] 10.0.0.253 () {32 vars in 675 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1156] 10.0.0.253 () {32 vars in 705 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/tap-mirror-both-direction => generated 265 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1157] 10.0.0.253 () {32 vars in 687 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1158] 10.0.0.235 () {34 vars in 982 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/networks?id=86c9ba69-effb-4c25-a159-66bf868a47f2 => generated 716 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1159] 10.0.0.235 () {34 vars in 965 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/quotas/2fe3d17a24054b0b9c1b439f4ba253cc => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1160] 10.0.0.235 () {34 vars in 1002 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/ports?tenant_id=2fe3d17a24054b0b9c1b439f4ba253cc&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1161] 10.0.0.235 () {34 vars in 1008 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/networks/86c9ba69-effb-4c25-a159-66bf868a47f2?fields=segments => generated 14 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:34.707 8 INFO neutron.db.ovn_revision_numbers_db [None req-a824e608-0ea3-440d-bbf3-2c85a7e305a0 - - - - - -] Successfully bumped revision number for resource 51ff2a96-7fec-41fa-bf92-07c96a9b2d3e (type: ports) to 2 2026-04-27 13:11:34.728 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9cadfb56-492e-4549-9865-841d9e05e84f'] response: {'server_uuid': '26788ea8-d2a6-48bb-8a0e-2e215689d6b7', 'name': 'network-vif-deleted', 'tag': '38be2498-cd23-4654-86b1-a71b8cac1f4a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 612/1162] 10.0.0.235 () {34 vars in 1108 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/networks/86c9ba69-effb-4c25-a159-66bf868a47f2?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: 613/1163] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/ports?device_id=26788ea8-d2a6-48bb-8a0e-2e215689d6b7 => 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: 551/1164] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1165] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/ports?device_id=308ff9ea-bcac-467f-90f2-fd4fb6160a5c => 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: 552/1166] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/security-groups?id=ba95f2c0-fe94-4714-9f0f-fe04e5426472&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-04-27 13:11:35.079 7 WARNING neutron.db.securitygroups_db [None req-48243fff-d7cf-4d5b-abc8-d4de31df22b4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:11:35.220 7 INFO neutron.db.ovn_revision_numbers_db [None req-48243fff-d7cf-4d5b-abc8-d4de31df22b4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 8d0f1a29-1fb1-4281-8854-783ccd2db790 (type: security_groups) to 1 2026-04-27 13:11:35.240 7 INFO neutron.db.ovn_revision_numbers_db [None req-48243fff-d7cf-4d5b-abc8-d4de31df22b4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 1afe0bbd-baa2-42c0-97fc-6ab2a5ab2862 (type: security_group_rules) to 0 2026-04-27 13:11:35.257 7 INFO neutron.db.ovn_revision_numbers_db [None req-48243fff-d7cf-4d5b-abc8-d4de31df22b4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 69290b12-ec24-4cb3-ade6-4ce384b0e76a (type: security_group_rules) to 0 2026-04-27 13:11:35.272 7 INFO neutron.db.ovn_revision_numbers_db [None req-48243fff-d7cf-4d5b-abc8-d4de31df22b4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 9cc2a3c9-57e8-46d9-aef5-a0b646142878 (type: security_group_rules) to 0 2026-04-27 13:11:35.287 7 INFO neutron.db.ovn_revision_numbers_db [None req-48243fff-d7cf-4d5b-abc8-d4de31df22b4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 9fe5a286-0b59-4b2d-838d-313a19b5401d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 615/1167] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:11:34 2026] GET /v2.0/security-groups?tenant_id=5dbb8e8c2d3545ba8f19dd0e029fbe9d&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1168] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:11:35 2026] DELETE /v2.0/security-groups/8d0f1a29-1fb1-4281-8854-783ccd2db790 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:11:35.702 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-da48b3fe-7e6b-4667-bd61-d64f67a92273 - - - - - -] OVN reports status down for port: e60c1077-9540-427b-b262-801c371582d0 2026-04-27 13:11:36.001 7 INFO neutron.db.ovn_revision_numbers_db [None req-da48b3fe-7e6b-4667-bd61-d64f67a92273 - - - - - -] Successfully bumped revision number for resource e60c1077-9540-427b-b262-801c371582d0 (type: ports) to 6 [pid: 8|app: 0|req: 554/1169] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:36 2026] GET /v2.0/ports?device_id=308ff9ea-bcac-467f-90f2-fd4fb6160a5c => 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: 555/1170] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:36 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1171] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:36 2026] GET /v2.0/security-groups?id=ba95f2c0-fe94-4714-9f0f-fe04e5426472&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1172] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:11:36 2026] DELETE /v2.0/security-groups/9adeaa3c-aee1-4677-9e0d-349efb0668a4 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:11:36.235 8 INFO neutron.api.v2.resource [None req-583019e8-97ef-4742-b86c-22376e98900f 8685ca0e1aa04dadbd0f2e23c15a4391 f6a3bc786e5f497896d178d30856ed21 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 557/1173] 10.0.0.253 () {32 vars in 737 bytes} [Mon Apr 27 13:11:36 2026] GET /v2.0/security-groups/9adeaa3c-aee1-4677-9e0d-349efb0668a4 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:11:36.373 7 INFO neutron_taas.services.taas.taas_plugin [None req-a6da43de-6366-4140-8072-21ab559547bd 8685ca0e1aa04dadbd0f2e23c15a4391 f6a3bc786e5f497896d178d30856ed21 - - default default] TaaS: Handle Delete Port: d8099b53-6733-45fb-8fe7-26745018840c 2026-04-27 13:11:36.376 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6da43de-6366-4140-8072-21ab559547bd 8685ca0e1aa04dadbd0f2e23c15a4391 f6a3bc786e5f497896d178d30856ed21 - - default default] Tap Mirror: Handle Delete Port: d8099b53-6733-45fb-8fe7-26745018840c [pid: 7|app: 0|req: 617/1174] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:11:36 2026] DELETE /v2.0/floatingips/0954268a-3336-4355-87ba-fec2ffa776ea => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:11:36.764 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-defab5cc-120a-405e-905c-3f1a6aa11f19'] response: {'server_uuid': 'd036c1ca-2def-4555-9b17-2ad7843b8824', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e60c1077-9540-427b-b262-801c371582d0', 'code': 200} 2026-04-27 13:11:36.765 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-defab5cc-120a-405e-905c-3f1a6aa11f19'] response: {'server_uuid': 'd036c1ca-2def-4555-9b17-2ad7843b8824', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e60c1077-9540-427b-b262-801c371582d0', 'code': 200} 2026-04-27 13:11:36.880 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a77ea55-feb5-4e55-8bf7-e928d00be095 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: 46aef0ba-152a-4334-979d-15baa29a7b56 2026-04-27 13:11:36.883 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a77ea55-feb5-4e55-8bf7-e928d00be095 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: 46aef0ba-152a-4334-979d-15baa29a7b56 [pid: 7|app: 0|req: 618/1175] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:37 2026] GET /v2.0/ports?device_id=308ff9ea-bcac-467f-90f2-fd4fb6160a5c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:37.450 7 INFO neutron.db.ovn_revision_numbers_db [None req-99b51117-30f8-4a5d-a898-553bbb0fb61b 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Successfully bumped revision number for resource 1617319e-685b-47f0-960f-8920f61534a2 (type: security_groups) to 1 2026-04-27 13:11:37.462 7 INFO neutron.db.ovn_revision_numbers_db [None req-99b51117-30f8-4a5d-a898-553bbb0fb61b 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Successfully bumped revision number for resource 6abffee9-6962-4bee-b8e0-adffbbd3d8c0 (type: security_group_rules) to 0 2026-04-27 13:11:37.481 7 INFO neutron.db.ovn_revision_numbers_db [None req-99b51117-30f8-4a5d-a898-553bbb0fb61b 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Successfully bumped revision number for resource 71a93396-abfb-46a5-baa3-303129d0f1c6 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 558/1176] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:11:36 2026] PUT /v2.0/routers/0c2fb8da-0b87-48d1-8710-73547942d198/remove_router_interface => generated 310 bytes in 877 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:11:37.504 7 INFO neutron.db.ovn_revision_numbers_db [None req-99b51117-30f8-4a5d-a898-553bbb0fb61b 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Successfully bumped revision number for resource 9d393edf-b675-4b6c-8c66-babb2e46ecd4 (type: security_group_rules) to 0 2026-04-27 13:11:37.517 7 INFO neutron.db.ovn_revision_numbers_db [None req-99b51117-30f8-4a5d-a898-553bbb0fb61b 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Successfully bumped revision number for resource f9296093-247b-446f-94d6-1d63d0cfdfc0 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 559/1177] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:37 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:37.615 7 INFO neutron.db.segments_db [None req-99b51117-30f8-4a5d-a898-553bbb0fb61b 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Added segment 4eb87166-26c7-4d6c-aaa4-e39e8fd38b13 of type geneve for network e4fb8020-38a8-4d9e-bb6c-366f24985989 2026-04-27 13:11:37.737 7 INFO neutron.db.ovn_revision_numbers_db [None req-99b51117-30f8-4a5d-a898-553bbb0fb61b 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Successfully bumped revision number for resource e4fb8020-38a8-4d9e-bb6c-366f24985989 (type: networks) to 1 2026-04-27 13:11:37.895 8 INFO neutron_taas.services.taas.taas_plugin [None req-974e39fe-d38b-4bd5-9deb-f8023dee1a21 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: d77252ba-ea6b-4ae3-b3bc-ef0444d15a66 2026-04-27 13:11:37.899 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-974e39fe-d38b-4bd5-9deb-f8023dee1a21 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: d77252ba-ea6b-4ae3-b3bc-ef0444d15a66 2026-04-27 13:11:37.963 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-99b51117-30f8-4a5d-a898-553bbb0fb61b 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] No more DHCP agents 2026-04-27 13:11:37.966 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-99b51117-30f8-4a5d-a898-553bbb0fb61b 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Unable to schedule network e4fb8020-38a8-4d9e-bb6c-366f24985989: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:11:38.051 7 INFO neutron.db.ovn_revision_numbers_db [None req-99b51117-30f8-4a5d-a898-553bbb0fb61b 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Successfully bumped revision number for resource 7c609ab4-98f6-4e6c-821f-cc6cc4323ddf (type: ports) to 1 [pid: 7|app: 0|req: 619/1178] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:11:37 2026] POST /v2.0/networks => generated 688 bytes in 938 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1179] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:38 2026] GET /v2.0/security-groups?id=ba95f2c0-fe94-4714-9f0f-fe04e5426472&fields=id&fields=name => generated 112 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:38.350 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5ad91ea4-bf3e-4b55-b9db-7b9bf049cb5c 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] No more DHCP agents 2026-04-27 13:11:38.354 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5ad91ea4-bf3e-4b55-b9db-7b9bf049cb5c 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Unable to schedule network e4fb8020-38a8-4d9e-bb6c-366f24985989: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 560/1180] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:11:37 2026] DELETE /v2.0/routers/0c2fb8da-0b87-48d1-8710-73547942d198 => generated 0 bytes in 815 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:11:38.388 7 INFO neutron.db.ovn_revision_numbers_db [None req-5ad91ea4-bf3e-4b55-b9db-7b9bf049cb5c 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Successfully bumped revision number for resource f76d3f3e-beb0-452a-b464-f3cd9cc319d9 (type: subnets) to 0 [pid: 8|app: 0|req: 561/1181] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:38 2026] GET /v2.0/ports?device_id=308ff9ea-bcac-467f-90f2-fd4fb6160a5c => 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: 621/1182] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:11:38 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) [pid: 8|app: 0|req: 562/1183] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:11:38 2026] DELETE /v2.0/subnets/5c4fa0e7-ef68-4249-a172-f19876076529 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:11:38.717 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e7153e7-7492-4b66-8022-6a94867fd37f c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: b68f7e6c-c869-4b27-ab0c-0b90b64762ff 2026-04-27 13:11:38.720 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e7153e7-7492-4b66-8022-6a94867fd37f c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: b68f7e6c-c869-4b27-ab0c-0b90b64762ff 2026-04-27 13:11:38.862 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5673a3a1-df64-47d5-96fa-4b6efdec7a07 - - - - - -] OVN reports status up for port: e60c1077-9540-427b-b262-801c371582d0 2026-04-27 13:11:38.934 7 INFO neutron.plugins.ml2.plugin [None req-5673a3a1-df64-47d5-96fa-4b6efdec7a07 - - - - - -] Attempt 1 to provision port e60c1077-9540-427b-b262-801c371582d0 2026-04-27 13:11:38.975 8 INFO neutron.services.segments.plugin [-] Segment 1a574041-b482-469d-8026-168710aa7e0c resource provider aggregate not found 2026-04-27 13:11:38.983 8 INFO neutron.services.segments.plugin [-] Segment 1a574041-b482-469d-8026-168710aa7e0c resource provider aggregate not found 2026-04-27 13:11:39.007 8 INFO neutron.services.segments.plugin [-] Segment 1a574041-b482-469d-8026-168710aa7e0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a574041-b482-469d-8026-168710aa7e0c found for delete ", "request_id": "req-9f907d0b-7092-4d13-be1a-606cf5e60652"}]} 2026-04-27 13:11:39.012 8 INFO neutron.services.segments.plugin [-] Segment 1a574041-b482-469d-8026-168710aa7e0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a574041-b482-469d-8026-168710aa7e0c found for delete ", "request_id": "req-dcffc001-b231-4864-a152-09bb17b56d78"}]} [pid: 8|app: 0|req: 563/1184] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:11:38 2026] DELETE /v2.0/networks/34f0e72b-1981-41a1-a7c3-91c55112b6d3 => generated 0 bytes in 465 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:11:39.107 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-26ed691d-fc10-44a3-931c-55d81c2007ac 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] No more DHCP agents 2026-04-27 13:11:39.110 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-26ed691d-fc10-44a3-931c-55d81c2007ac 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 564/1185] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:11:39 2026] GET /v2.0/networks?id=86c9ba69-effb-4c25-a159-66bf868a47f2 => generated 716 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:39.231 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-414b779a-c2ad-45b5-9209-3bd51a411039'] response: {'server_uuid': 'd036c1ca-2def-4555-9b17-2ad7843b8824', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e60c1077-9540-427b-b262-801c371582d0', 'code': 200} 2026-04-27 13:11:39.428 7 INFO neutron.db.ovn_revision_numbers_db [None req-26ed691d-fc10-44a3-931c-55d81c2007ac 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Successfully bumped revision number for resource 9ebb2627-eae7-4a71-ac39-e2ff31ea063b (type: ports) to 1 2026-04-27 13:11:39.434 7 INFO neutron.db.ovn_revision_numbers_db [None req-5673a3a1-df64-47d5-96fa-4b6efdec7a07 - - - - - -] Successfully bumped revision number for resource e60c1077-9540-427b-b262-801c371582d0 (type: ports) to 7 2026-04-27 13:11:39.670 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-7fdc5e5b-920a-4c6c-ab35-d0bfac39e5e0 - - - - - -] No hosting information found for port 51ff2a96-7fec-41fa-bf92-07c96a9b2d3e: RuntimeError: No hosting information found for port 51ff2a96-7fec-41fa-bf92-07c96a9b2d3e 2026-04-27 13:11:39.729 8 INFO neutron.common.ovn.utils [None req-7fdc5e5b-920a-4c6c-ab35-d0bfac39e5e0 - - - - - -] HA Chassis Group neutron-86c9ba69-effb-4c25-a159-66bf868a47f2 synchronized; highest priority chassis cf88c82c-664b-42f9-a266-c27775cdf8a2 2026-04-27 13:11:39.740 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-c6f237ab-3d95-4c77-84bb-dccdca16da0c req-9d38993f-7d7a-49f6-abb5-873633e65508 14196f9b675743dc89b1b6afb609c0e0 2fe3d17a24054b0b9c1b439f4ba253cc - - default default] No more DHCP agents 2026-04-27 13:11:39.743 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-c6f237ab-3d95-4c77-84bb-dccdca16da0c req-9d38993f-7d7a-49f6-abb5-873633e65508 14196f9b675743dc89b1b6afb609c0e0 2fe3d17a24054b0b9c1b439f4ba253cc - - default default] Unable to schedule network 86c9ba69-effb-4c25-a159-66bf868a47f2: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:11:39.958 8 INFO neutron.db.ovn_revision_numbers_db [None req-7fdc5e5b-920a-4c6c-ab35-d0bfac39e5e0 - - - - - -] Successfully bumped revision number for resource 51ff2a96-7fec-41fa-bf92-07c96a9b2d3e (type: router_ports) to 2 2026-04-27 13:11:40.060 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7fdc5e5b-920a-4c6c-ab35-d0bfac39e5e0 - - - - - -] OVN reports status down for port: 7c609ab4-98f6-4e6c-821f-cc6cc4323ddf 2026-04-27 13:11:40.091 8 INFO neutron.db.ovn_revision_numbers_db [req-c6f237ab-3d95-4c77-84bb-dccdca16da0c req-9d38993f-7d7a-49f6-abb5-873633e65508 14196f9b675743dc89b1b6afb609c0e0 2fe3d17a24054b0b9c1b439f4ba253cc - - default default] Successfully bumped revision number for resource 7b717bce-7beb-4509-b2a8-97b4d2d3f6be (type: ports) to 1 [pid: 8|app: 0|req: 565/1186] 199.204.45.33 () {38 vars in 954 bytes} [Mon Apr 27 13:11:39 2026] POST /v2.0/ports => generated 954 bytes in 956 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:11:40.200 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7fdc5e5b-920a-4c6c-ab35-d0bfac39e5e0 - - - - - -] OVN reports status down for port: 9ebb2627-eae7-4a71-ac39-e2ff31ea063b 2026-04-27 13:11:40.308 7 INFO neutron.db.ovn_revision_numbers_db [None req-26ed691d-fc10-44a3-931c-55d81c2007ac 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Successfully bumped revision number for resource 9ebb2627-eae7-4a71-ac39-e2ff31ea063b (type: router_ports) to 1 2026-04-27 13:11:40.371 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-7fdc5e5b-920a-4c6c-ab35-d0bfac39e5e0 - - - - - -] Logical_Switch_Port 9ebb2627-eae7-4a71-ac39-e2ff31ea063b host information not removed, the port state is up 2026-04-27 13:11:40.372 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7fdc5e5b-920a-4c6c-ab35-d0bfac39e5e0 - - - - - -] OVN reports status down for port: 7b717bce-7beb-4509-b2a8-97b4d2d3f6be 2026-04-27 13:11:40.380 7 INFO neutron.db.ovn_revision_numbers_db [None req-26ed691d-fc10-44a3-931c-55d81c2007ac 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Successfully bumped revision number for resource df78c155-90a0-4172-a43e-0af52030f867 (type: routers) to 2 [pid: 8|app: 0|req: 566/1187] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:40 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 971 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1188] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:11:38 2026] POST /v2.0/routers => generated 975 bytes in 1982 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:11:40.415 8 WARNING neutron.db.securitygroups_db [None req-5a742e3d-0216-4f85-8469-c7fe2649cd33 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 567/1189] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:11:40 2026] GET /v2.0/security-groups?tenant_id=f6a3bc786e5f497896d178d30856ed21&name=default => generated 2921 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1190] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:40 2026] GET /v2.0/ports?device_id=308ff9ea-bcac-467f-90f2-fd4fb6160a5c => generated 957 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:40.496 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7fdc5e5b-920a-4c6c-ab35-d0bfac39e5e0 - - - - - -] OVN reports status up for port: 9ebb2627-eae7-4a71-ac39-e2ff31ea063b [pid: 7|app: 0|req: 624/1191] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:40 2026] GET /v2.0/security-groups?id=ba95f2c0-fe94-4714-9f0f-fe04e5426472&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:40.544 8 INFO neutron.plugins.ml2.plugin [None req-7fdc5e5b-920a-4c6c-ab35-d0bfac39e5e0 - - - - - -] Attempt 1 to provision port 9ebb2627-eae7-4a71-ac39-e2ff31ea063b 2026-04-27 13:11:41.006 8 INFO neutron.db.ovn_revision_numbers_db [req-c6f237ab-3d95-4c77-84bb-dccdca16da0c req-7ea6a01f-331b-4f95-a0fe-8c5e67921304 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource 7b717bce-7beb-4509-b2a8-97b4d2d3f6be (type: ports) to 2 2026-04-27 13:11:41.089 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9a9b862b-f770-40de-94b5-8eb4f6330e19 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] No more DHCP agents 2026-04-27 13:11:41.091 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9a9b862b-f770-40de-94b5-8eb4f6330e19 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Unable to schedule network e4fb8020-38a8-4d9e-bb6c-366f24985989: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:11:41.214 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-bbb15283-0187-4290-99f9-321a35505d5b - - - - - -] OVN reports status down for port: 5786ea62-c6c0-4ada-8478-b48af6c6ff26 2026-04-27 13:11:41.288 8 INFO neutron.db.ovn_revision_numbers_db [req-c6f237ab-3d95-4c77-84bb-dccdca16da0c req-7ea6a01f-331b-4f95-a0fe-8c5e67921304 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource 7b717bce-7beb-4509-b2a8-97b4d2d3f6be (type: ports) to 4 2026-04-27 13:11:41.295 7 INFO neutron.db.ovn_revision_numbers_db [None req-9a9b862b-f770-40de-94b5-8eb4f6330e19 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Successfully bumped revision number for resource 5786ea62-c6c0-4ada-8478-b48af6c6ff26 (type: ports) to 1 2026-04-27 13:11:41.303 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-03509edd-4a8e-4215-b51a-391c32f9f0f7'] response: {'server_uuid': 'd036c1ca-2def-4555-9b17-2ad7843b8824', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e60c1077-9540-427b-b262-801c371582d0', 'code': 200} [pid: 8|app: 0|req: 568/1192] 199.204.45.33 () {38 vars in 1027 bytes} [Mon Apr 27 13:11:40 2026] PUT /v2.0/ports/7b717bce-7beb-4509-b2a8-97b4d2d3f6be => generated 1227 bytes in 866 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:11:41.353 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-170b079f-34d1-4884-a3f5-5acd3cbabaac'] response: {'name': 'network-changed', 'server_uuid': '308ff9ea-bcac-467f-90f2-fd4fb6160a5c', 'tag': '7b717bce-7beb-4509-b2a8-97b4d2d3f6be', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 569/1193] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:11:41 2026] DELETE /v2.0/security-groups/d2709aa0-4a67-4924-8ee4-2cc559260a79 => 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: 570/1194] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:41 2026] GET /v2.0/security-groups?id=eb97d30a-8a3c-474d-be9f-64d2683972a2&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1195] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:41 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1196] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:41 2026] GET /v2.0/security-groups?id=ba95f2c0-fe94-4714-9f0f-fe04e5426472&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1197] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:11:41 2026] GET /v2.0/ports?tenant_id=2fe3d17a24054b0b9c1b439f4ba253cc&device_id=308ff9ea-bcac-467f-90f2-fd4fb6160a5c => generated 1230 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1198] 199.204.45.33 () {34 vars in 1017 bytes} [Mon Apr 27 13:11:41 2026] GET /v2.0/networks?tenant_id=2fe3d17a24054b0b9c1b439f4ba253cc&shared=False => generated 815 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:41.989 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-bbb15283-0187-4290-99f9-321a35505d5b - - - - - -] OVN reports status up for port: 5786ea62-c6c0-4ada-8478-b48af6c6ff26 [pid: 8|app: 0|req: 575/1199] 199.204.45.33 () {34 vars in 929 bytes} [Mon Apr 27 13:11:41 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-04-27 13:11:42.019 7 INFO neutron.plugins.ml2.plugin [None req-bbb15283-0187-4290-99f9-321a35505d5b - - - - - -] Attempt 1 to provision port 5786ea62-c6c0-4ada-8478-b48af6c6ff26 2026-04-27 13:11:42.129 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9a9b862b-f770-40de-94b5-8eb4f6330e19 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] No more DHCP agents 2026-04-27 13:11:42.132 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9a9b862b-f770-40de-94b5-8eb4f6330e19 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Unable to schedule network e4fb8020-38a8-4d9e-bb6c-366f24985989: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 576/1200] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:42 2026] GET /v2.0/ports?device_id=308ff9ea-bcac-467f-90f2-fd4fb6160a5c => 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: 577/1201] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:42 2026] GET /v2.0/security-groups?id=eb97d30a-8a3c-474d-be9f-64d2683972a2&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:42.755 7 INFO neutron.db.ovn_revision_numbers_db [None req-bbb15283-0187-4290-99f9-321a35505d5b - - - - - -] Successfully bumped revision number for resource 5786ea62-c6c0-4ada-8478-b48af6c6ff26 (type: ports) to 2 2026-04-27 13:11:42.908 7 INFO neutron.db.ovn_revision_numbers_db [None req-9a9b862b-f770-40de-94b5-8eb4f6330e19 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Successfully bumped revision number for resource 5786ea62-c6c0-4ada-8478-b48af6c6ff26 (type: router_ports) to 1 [pid: 7|app: 0|req: 625/1202] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:11:40 2026] PUT /v2.0/routers/df78c155-90a0-4172-a43e-0af52030f867/add_router_interface => generated 310 bytes in 2399 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1203] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:11:43 2026] GET /v2.0/ports?tenant_id=2fe3d17a24054b0b9c1b439f4ba253cc&device_id=308ff9ea-bcac-467f-90f2-fd4fb6160a5c => generated 1230 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1204] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:11:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7b717bce-7beb-4509-b2a8-97b4d2d3f6be => 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: 628/1205] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:11:43 2026] GET /v2.0/subnets?id=d4ae11de-9621-4360-93d9-a84d82d25770 => generated 696 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1206] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:11:43 2026] GET /v2.0/ports?network_id=86c9ba69-effb-4c25-a159-66bf868a47f2&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-04-27 13:11:43.223 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-754d84d7-5f9f-4c59-9ba5-3c67df7f7a96 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] No more DHCP agents 2026-04-27 13:11:43.224 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-754d84d7-5f9f-4c59-9ba5-3c67df7f7a96 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Unable to schedule network e4fb8020-38a8-4d9e-bb6c-366f24985989: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 630/1207] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:11:43 2026] GET /v2.0/networks/86c9ba69-effb-4c25-a159-66bf868a47f2?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:43.409 8 INFO neutron.db.ovn_revision_numbers_db [None req-754d84d7-5f9f-4c59-9ba5-3c67df7f7a96 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Successfully bumped revision number for resource d139d5f2-8329-4083-adad-417b9132d17c (type: ports) to 1 [pid: 8|app: 0|req: 578/1208] 10.0.0.253 () {34 vars in 665 bytes} [Mon Apr 27 13:11:42 2026] POST /v2.0/ports => generated 955 bytes in 559 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: 579/1209] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:11:43 2026] GET /v2.0/networks/86c9ba69-effb-4c25-a159-66bf868a47f2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:43.576 7 INFO neutron.db.ovn_revision_numbers_db [None req-a362e02b-6ff6-4de5-99f3-91993bb918bf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 45cc355a-33d0-445f-8f9c-2beb04d2a732 (type: security_groups) to 1 2026-04-27 13:11:43.591 7 INFO neutron.db.ovn_revision_numbers_db [None req-a362e02b-6ff6-4de5-99f3-91993bb918bf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 039cf7f3-08e5-42a3-aba7-f47daec8633e (type: security_group_rules) to 0 2026-04-27 13:11:43.605 7 INFO neutron.db.ovn_revision_numbers_db [None req-a362e02b-6ff6-4de5-99f3-91993bb918bf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 32e4f910-1bb6-4ebd-ae16-cc3fc319d2bd (type: security_group_rules) to 0 2026-04-27 13:11:43.618 7 INFO neutron.db.ovn_revision_numbers_db [None req-a362e02b-6ff6-4de5-99f3-91993bb918bf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 5bf2e65a-8408-490b-9a98-c00ac07f3e67 (type: security_group_rules) to 0 2026-04-27 13:11:43.629 7 INFO neutron.db.ovn_revision_numbers_db [None req-a362e02b-6ff6-4de5-99f3-91993bb918bf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ed40f2d1-b9d8-42ab-a86e-697c299907b6 (type: security_group_rules) to 0 2026-04-27 13:11:43.705 7 INFO neutron.db.segments_db [None req-a362e02b-6ff6-4de5-99f3-91993bb918bf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Added segment e2966b73-a2f7-4782-982c-05dcf47c827a of type geneve for network 181f6ed5-f325-4488-b47e-053592300ebd 2026-04-27 13:11:43.777 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fe9219dd-b4b5-4ef8-a5a8-9660f92ffe05 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] No more DHCP agents 2026-04-27 13:11:43.778 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fe9219dd-b4b5-4ef8-a5a8-9660f92ffe05 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Unable to schedule network e4fb8020-38a8-4d9e-bb6c-366f24985989: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:11:43.819 7 INFO neutron.db.ovn_revision_numbers_db [None req-a362e02b-6ff6-4de5-99f3-91993bb918bf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 181f6ed5-f325-4488-b47e-053592300ebd (type: networks) to 1 2026-04-27 13:11:43.939 8 INFO neutron.db.ovn_revision_numbers_db [None req-fe9219dd-b4b5-4ef8-a5a8-9660f92ffe05 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Successfully bumped revision number for resource d8240061-6704-4e0c-b406-3a8a4e35a148 (type: ports) to 1 [pid: 8|app: 0|req: 580/1210] 10.0.0.253 () {34 vars in 665 bytes} [Mon Apr 27 13:11:43 2026] POST /v2.0/ports => generated 959 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:11:43.994 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a362e02b-6ff6-4de5-99f3-91993bb918bf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:11:43.995 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a362e02b-6ff6-4de5-99f3-91993bb918bf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 181f6ed5-f325-4488-b47e-053592300ebd: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 581/1211] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:43 2026] GET /v2.0/ports?device_id=308ff9ea-bcac-467f-90f2-fd4fb6160a5c => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:44.078 7 INFO neutron.db.ovn_revision_numbers_db [None req-a362e02b-6ff6-4de5-99f3-91993bb918bf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 54ce0acf-e9ea-4459-8085-1e8d798cf044 (type: ports) to 1 [pid: 7|app: 0|req: 631/1212] 10.0.0.253 () {34 vars in 671 bytes} [Mon Apr 27 13:11:43 2026] POST /v2.0/networks => generated 789 bytes in 867 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1213] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:44 2026] GET /v2.0/security-groups?id=eb97d30a-8a3c-474d-be9f-64d2683972a2&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:44.251 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d0abe7f1-b0f1-4c85-83fa-8df1de169f45 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] No more DHCP agents 2026-04-27 13:11:44.252 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d0abe7f1-b0f1-4c85-83fa-8df1de169f45 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:11:44.266 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6cb11907-3cd6-4a0b-8ce1-2daa1448b547 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:11:44.268 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6cb11907-3cd6-4a0b-8ce1-2daa1448b547 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 181f6ed5-f325-4488-b47e-053592300ebd: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:11:44.743 7 INFO neutron.db.ovn_revision_numbers_db [None req-6cb11907-3cd6-4a0b-8ce1-2daa1448b547 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 54ce0acf-e9ea-4459-8085-1e8d798cf044 (type: ports) to 2 2026-04-27 13:11:44.778 7 INFO neutron.db.ovn_revision_numbers_db [None req-6cb11907-3cd6-4a0b-8ce1-2daa1448b547 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e22dc894-47c9-4cea-b7d5-329af289c513 (type: subnets) to 0 [pid: 7|app: 0|req: 633/1214] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:11:44 2026] POST /v2.0/subnets => generated 695 bytes in 671 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:11:45.082 8 INFO neutron.db.ovn_revision_numbers_db [None req-d0abe7f1-b0f1-4c85-83fa-8df1de169f45 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Successfully bumped revision number for resource 28cddb2c-d114-4090-842b-ea1cc355dfd4 (type: floatingips) to 1 2026-04-27 13:11:45.082 8 INFO neutron.db.l3_db [None req-d0abe7f1-b0f1-4c85-83fa-8df1de169f45 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Floating IP 28cddb2c-d114-4090-842b-ea1cc355dfd4 associated. External IP: 10.96.250.210, port: d8240061-6704-4e0c-b406-3a8a4e35a148. [pid: 8|app: 0|req: 582/1215] 10.0.0.253 () {34 vars in 677 bytes} [Mon Apr 27 13:11:43 2026] POST /v2.0/floatingips => generated 843 bytes in 1131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:11:45.212 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c6b9a2bd-115a-4b16-a550-62a27c7866eb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:11:45.213 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c6b9a2bd-115a-4b16-a550-62a27c7866eb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:11:45.307 8 INFO neutron.db.ovn_revision_numbers_db [None req-d94a5ca0-746d-47a7-a3bf-6afe8bf9f7fa 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Successfully bumped revision number for resource 28cddb2c-d114-4090-842b-ea1cc355dfd4 (type: floatingips) to 2 2026-04-27 13:11:45.349 7 INFO neutron.db.ovn_revision_numbers_db [None req-c6b9a2bd-115a-4b16-a550-62a27c7866eb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 7227de04-0ff8-491c-83a5-9f888766ca2f (type: ports) to 1 2026-04-27 13:11:45.387 8 INFO neutron.db.l3_db [None req-d94a5ca0-746d-47a7-a3bf-6afe8bf9f7fa 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Floating IP 28cddb2c-d114-4090-842b-ea1cc355dfd4 disassociated. External IP: 10.96.250.210, port: d8240061-6704-4e0c-b406-3a8a4e35a148. [pid: 8|app: 0|req: 583/1216] 10.0.0.253 () {34 vars in 749 bytes} [Mon Apr 27 13:11:45 2026] PUT /v2.0/floatingips/28cddb2c-d114-4090-842b-ea1cc355dfd4 => generated 554 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1217] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:45 2026] GET /v2.0/ports?device_id=308ff9ea-bcac-467f-90f2-fd4fb6160a5c => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:45.623 8 INFO neutron_taas.services.taas.taas_plugin [None req-30237cc7-62de-479a-8eac-6ea3d3e024b9 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] TaaS: Handle Delete Port: f3648784-4316-4ccd-aa9e-0f510b155899 2026-04-27 13:11:45.626 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30237cc7-62de-479a-8eac-6ea3d3e024b9 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Tap Mirror: Handle Delete Port: f3648784-4316-4ccd-aa9e-0f510b155899 2026-04-27 13:11:45.725 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-7fdc5e5b-920a-4c6c-ab35-d0bfac39e5e0 - - - - - -] No hosting information found for port 9ebb2627-eae7-4a71-ac39-e2ff31ea063b: RuntimeError: No hosting information found for port 9ebb2627-eae7-4a71-ac39-e2ff31ea063b 2026-04-27 13:11:45.726 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7fdc5e5b-920a-4c6c-ab35-d0bfac39e5e0 - - - - - -] OVN reports status down for port: d139d5f2-8329-4083-adad-417b9132d17c 2026-04-27 13:11:45.819 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7fdc5e5b-920a-4c6c-ab35-d0bfac39e5e0 - - - - - -] OVN reports status down for port: d8240061-6704-4e0c-b406-3a8a4e35a148 [pid: 8|app: 0|req: 585/1218] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:11:45 2026] DELETE /v2.0/floatingips/28cddb2c-d114-4090-842b-ea1cc355dfd4 => generated 0 bytes in 377 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:11:45.919 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7fdc5e5b-920a-4c6c-ab35-d0bfac39e5e0 - - - - - -] OVN reports status down for port: 54ce0acf-e9ea-4459-8085-1e8d798cf044 [pid: 8|app: 0|req: 586/1219] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:45 2026] GET /v2.0/security-groups?id=eb97d30a-8a3c-474d-be9f-64d2683972a2&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:46.004 7 INFO neutron.db.ovn_revision_numbers_db [None req-c6b9a2bd-115a-4b16-a550-62a27c7866eb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 7227de04-0ff8-491c-83a5-9f888766ca2f (type: router_ports) to 1 2026-04-27 13:11:46.070 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-b7a96010-6b9d-43d1-a894-7ff2fc297981 - - - - - -] Router b59645a5-adad-4a8b-804b-f7b4e2cc5e93 is bound to host instance 2026-04-27 13:11:46.084 7 INFO neutron.db.ovn_revision_numbers_db [None req-c6b9a2bd-115a-4b16-a550-62a27c7866eb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b59645a5-adad-4a8b-804b-f7b4e2cc5e93 (type: routers) to 2 [pid: 7|app: 0|req: 634/1220] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:11:44 2026] POST /v2.0/routers => generated 994 bytes in 1299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:11:46.333 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7fdc5e5b-920a-4c6c-ab35-d0bfac39e5e0 - - - - - -] OVN reports status down for port: 7227de04-0ff8-491c-83a5-9f888766ca2f 2026-04-27 13:11:46.538 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-7fdc5e5b-920a-4c6c-ab35-d0bfac39e5e0 - - - - - -] Logical_Switch_Port 7227de04-0ff8-491c-83a5-9f888766ca2f host information not removed, the port state is up 2026-04-27 13:11:46.541 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7fdc5e5b-920a-4c6c-ab35-d0bfac39e5e0 - - - - - -] OVN reports status up for port: 7227de04-0ff8-491c-83a5-9f888766ca2f 2026-04-27 13:11:46.589 8 INFO neutron.plugins.ml2.plugin [None req-7fdc5e5b-920a-4c6c-ab35-d0bfac39e5e0 - - - - - -] Attempt 1 to provision port 7227de04-0ff8-491c-83a5-9f888766ca2f 2026-04-27 13:11:46.814 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f84ebcbf-9908-406d-8a83-a0bc2098cb18 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] No more DHCP agents 2026-04-27 13:11:46.815 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f84ebcbf-9908-406d-8a83-a0bc2098cb18 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:11:46.987 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-56d54c11-77f2-47bb-aef8-b8c45905e4bd c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:11:46.989 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-56d54c11-77f2-47bb-aef8-b8c45905e4bd c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 181f6ed5-f325-4488-b47e-053592300ebd: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:11:47.139 7 INFO neutron.db.ovn_revision_numbers_db [None req-56d54c11-77f2-47bb-aef8-b8c45905e4bd c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6a112e4b-53c9-4bfc-86c3-e04242bf97f8 (type: ports) to 1 2026-04-27 13:11:47.764 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-56d54c11-77f2-47bb-aef8-b8c45905e4bd c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:11:47.765 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-56d54c11-77f2-47bb-aef8-b8c45905e4bd c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 181f6ed5-f325-4488-b47e-053592300ebd: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:11:48.210 7 INFO neutron.db.ovn_revision_numbers_db [None req-56d54c11-77f2-47bb-aef8-b8c45905e4bd c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6a112e4b-53c9-4bfc-86c3-e04242bf97f8 (type: router_ports) to 1 [pid: 7|app: 0|req: 635/1221] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:11:46 2026] PUT /v2.0/routers/b59645a5-adad-4a8b-804b-f7b4e2cc5e93/add_router_interface => generated 310 bytes in 2106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1222] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:48 2026] GET /v2.0/ports?device_id=308ff9ea-bcac-467f-90f2-fd4fb6160a5c => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1225] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:48 2026] GET /v2.0/security-groups?id=eb97d30a-8a3c-474d-be9f-64d2683972a2&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:48.540 8 INFO neutron.db.ovn_revision_numbers_db [None req-e477274f-e33f-4ad9-bfc6-338d7c3d90cb - - - - - -] Successfully bumped revision number for resource 7227de04-0ff8-491c-83a5-9f888766ca2f (type: ports) to 4 2026-04-27 13:11:48.725 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-aea9ad1c-cc11-4f00-915b-27d2c10def9f - - - - - -] No hosting information found for port 5786ea62-c6c0-4ada-8478-b48af6c6ff26: RuntimeError: No hosting information found for port 5786ea62-c6c0-4ada-8478-b48af6c6ff26 2026-04-27 13:11:48.760 7 INFO neutron.common.ovn.utils [None req-aea9ad1c-cc11-4f00-915b-27d2c10def9f - - - - - -] HA Chassis Group neutron-e4fb8020-38a8-4d9e-bb6c-366f24985989 synchronized; highest priority chassis cf88c82c-664b-42f9-a266-c27775cdf8a2 2026-04-27 13:11:48.899 7 INFO neutron.db.ovn_revision_numbers_db [None req-aea9ad1c-cc11-4f00-915b-27d2c10def9f - - - - - -] Successfully bumped revision number for resource 5786ea62-c6c0-4ada-8478-b48af6c6ff26 (type: router_ports) to 2 2026-04-27 13:11:48.902 8 INFO neutron.db.ovn_revision_numbers_db [None req-f84ebcbf-9908-406d-8a83-a0bc2098cb18 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Successfully bumped revision number for resource 723b902d-8d3e-42fa-9d41-4d0127049b4b (type: floatingips) to 1 2026-04-27 13:11:48.902 8 INFO neutron.db.l3_db [None req-f84ebcbf-9908-406d-8a83-a0bc2098cb18 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Floating IP 723b902d-8d3e-42fa-9d41-4d0127049b4b associated. External IP: 10.96.250.214, port: d139d5f2-8329-4083-adad-417b9132d17c. 2026-04-27 13:11:48.960 7 INFO neutron.common.ovn.utils [None req-aea9ad1c-cc11-4f00-915b-27d2c10def9f - - - - - -] HA Chassis Group neutron-181f6ed5-f325-4488-b47e-053592300ebd synchronized; highest priority chassis cf88c82c-664b-42f9-a266-c27775cdf8a2 2026-04-27 13:11:48.979 7 INFO neutron.db.ovn_revision_numbers_db [None req-9eb55932-719e-41f9-acdc-85e107ef28c5 0b2721b551da4040a9f3e536634998a8 1c99a4eec7e94bc1b68122ec0086cb13 - - default default] Successfully bumped revision number for resource 436787b2-2297-4a8a-af3b-b7110c9ac996 (type: security_groups) to 1 [pid: 8|app: 0|req: 587/1226] 10.0.0.253 () {34 vars in 677 bytes} [Mon Apr 27 13:11:45 2026] POST /v2.0/floatingips => generated 842 bytes in 3063 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:11:48.993 7 INFO neutron.db.ovn_revision_numbers_db [None req-9eb55932-719e-41f9-acdc-85e107ef28c5 0b2721b551da4040a9f3e536634998a8 1c99a4eec7e94bc1b68122ec0086cb13 - - default default] Successfully bumped revision number for resource 341afc9b-fd3f-442b-80a8-88f9414ebcfd (type: security_group_rules) to 0 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:11:49.003 7 INFO neutron.db.ovn_revision_numbers_db [None req-9eb55932-719e-41f9-acdc-85e107ef28c5 0b2721b551da4040a9f3e536634998a8 1c99a4eec7e94bc1b68122ec0086cb13 - - default default] Successfully bumped revision number for resource 47fe642a-90fe-4ab8-81c2-4df1346a0d6b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 640/1227] 10.0.0.253 () {34 vars in 685 bytes} [Mon Apr 27 13:11:48 2026] POST /v2.0/security-groups => generated 1661 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1228] 10.0.0.253 () {32 vars in 729 bytes} [Mon Apr 27 13:11:48 2026] GET /v2.0/floatingips/723b902d-8d3e-42fa-9d41-4d0127049b4b => generated 844 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:49.147 7 INFO neutron.db.ovn_revision_numbers_db [None req-926a8a82-0c2e-45fb-84e6-dda92861a268 0b2721b551da4040a9f3e536634998a8 1c99a4eec7e94bc1b68122ec0086cb13 - - default default] Successfully bumped revision number for resource 7590b206-041b-4803-8e59-3197275df249 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 641/1229] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:11:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1230] 10.0.0.253 () {32 vars in 655 bytes} [Mon Apr 27 13:11:49 2026] GET /v2.0/floatingips => generated 847 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:49.298 8 INFO neutron.db.ovn_revision_numbers_db [None req-e477274f-e33f-4ad9-bfc6-338d7c3d90cb - - - - - -] Successfully bumped revision number for resource 7227de04-0ff8-491c-83a5-9f888766ca2f (type: ports) to 5 2026-04-27 13:11:49.303 7 INFO neutron.db.ovn_revision_numbers_db [None req-ed2b0704-5425-49db-8581-cef79756c4df 0b2721b551da4040a9f3e536634998a8 1c99a4eec7e94bc1b68122ec0086cb13 - - default default] Successfully bumped revision number for resource 8c10d3f6-5ff1-4989-a83d-416972b3cc20 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 642/1231] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:11:49 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-04-27 13:11:49.517 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7fdc5e5b-920a-4c6c-ab35-d0bfac39e5e0 - - - - - -] OVN reports status up for port: 7b717bce-7beb-4509-b2a8-97b4d2d3f6be 2026-04-27 13:11:49.551 8 INFO neutron.plugins.ml2.plugin [None req-7fdc5e5b-920a-4c6c-ab35-d0bfac39e5e0 - - - - - -] Attempt 1 to provision port 7b717bce-7beb-4509-b2a8-97b4d2d3f6be 2026-04-27 13:11:49.559 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e2a8ce4d-c757-44fa-84dd-f4ee055d3cae 0b2721b551da4040a9f3e536634998a8 1c99a4eec7e94bc1b68122ec0086cb13 - - default default] No more DHCP agents 2026-04-27 13:11:49.560 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e2a8ce4d-c757-44fa-84dd-f4ee055d3cae 0b2721b551da4040a9f3e536634998a8 1c99a4eec7e94bc1b68122ec0086cb13 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:11:49.777 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-838f682e-0f5d-4e47-9f44-d9ad5caf8501'] response: {'server_uuid': '308ff9ea-bcac-467f-90f2-fd4fb6160a5c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7b717bce-7beb-4509-b2a8-97b4d2d3f6be', 'code': 200} [pid: 7|app: 0|req: 643/1232] 10.0.0.253 () {34 vars in 676 bytes} [Mon Apr 27 13:11:49 2026] POST /v2.0/floatingips => generated 552 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1233] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:49 2026] GET /v2.0/ports?device_id=308ff9ea-bcac-467f-90f2-fd4fb6160a5c => 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: 645/1234] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:49 2026] GET /v2.0/security-groups?id=eb97d30a-8a3c-474d-be9f-64d2683972a2&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:50.054 8 INFO neutron.db.ovn_revision_numbers_db [None req-7fdc5e5b-920a-4c6c-ab35-d0bfac39e5e0 - - - - - -] Successfully bumped revision number for resource 7b717bce-7beb-4509-b2a8-97b4d2d3f6be (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: 646/1235] 10.0.0.1 () {34 vars in 988 bytes} [Mon Apr 27 13:11:50 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 1232 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1236] 10.0.0.1 () {34 vars in 1038 bytes} [Mon Apr 27 13:11:50 2026] GET /v2.0/security-groups?id=ba95f2c0-fe94-4714-9f0f-fe04e5426472&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-04-27 13:11:50.224 8 INFO neutron.db.ovn_revision_numbers_db [None req-3894003d-b4b4-415b-875c-808c8ee5a3a4 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Successfully bumped revision number for resource 723b902d-8d3e-42fa-9d41-4d0127049b4b (type: floatingips) to 2 2026-04-27 13:11:50.245 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-55587707-4677-468c-860e-4cc2373cabf3 - - - - - -] OVN reports status down for port: 6a112e4b-53c9-4bfc-86c3-e04242bf97f8 2026-04-27 13:11:50.407 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-55587707-4677-468c-860e-4cc2373cabf3 - - - - - -] Logical_Switch_Port 6a112e4b-53c9-4bfc-86c3-e04242bf97f8 host information not removed, the port state is up 2026-04-27 13:11:50.408 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-55587707-4677-468c-860e-4cc2373cabf3 - - - - - -] OVN reports status up for port: 6a112e4b-53c9-4bfc-86c3-e04242bf97f8 2026-04-27 13:11:50.429 8 INFO neutron.db.l3_db [None req-3894003d-b4b4-415b-875c-808c8ee5a3a4 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Floating IP 723b902d-8d3e-42fa-9d41-4d0127049b4b associated. External IP: 10.96.250.214, port: d139d5f2-8329-4083-adad-417b9132d17c. 2026-04-27 13:11:50.436 8 INFO neutron.plugins.ml2.plugin [None req-55587707-4677-468c-860e-4cc2373cabf3 - - - - - -] Attempt 1 to provision port 6a112e4b-53c9-4bfc-86c3-e04242bf97f8 [pid: 8|app: 0|req: 590/1237] 10.0.0.253 () {34 vars in 749 bytes} [Mon Apr 27 13:11:49 2026] PUT /v2.0/floatingips/723b902d-8d3e-42fa-9d41-4d0127049b4b => generated 845 bytes in 1317 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:50.753 7 INFO neutron.db.ovn_revision_numbers_db [None req-a99c8952-ad72-44c5-ae8f-3d3b1fdd95d0 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Successfully bumped revision number for resource 723b902d-8d3e-42fa-9d41-4d0127049b4b (type: floatingips) to 3 2026-04-27 13:11:50.810 7 INFO neutron.db.l3_db [None req-a99c8952-ad72-44c5-ae8f-3d3b1fdd95d0 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Floating IP 723b902d-8d3e-42fa-9d41-4d0127049b4b disassociated. External IP: 10.96.250.214, port: d8240061-6704-4e0c-b406-3a8a4e35a148. [pid: 7|app: 0|req: 648/1238] 10.0.0.253 () {34 vars in 749 bytes} [Mon Apr 27 13:11:50 2026] PUT /v2.0/floatingips/723b902d-8d3e-42fa-9d41-4d0127049b4b => generated 554 bytes in 283 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 649/1239] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:51 2026] GET /v2.0/ports?device_id=308ff9ea-bcac-467f-90f2-fd4fb6160a5c => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1240] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:51 2026] GET /v2.0/security-groups?id=eb97d30a-8a3c-474d-be9f-64d2683972a2&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:51.102 8 INFO neutron.db.ovn_revision_numbers_db [None req-55587707-4677-468c-860e-4cc2373cabf3 - - - - - -] Successfully bumped revision number for resource 6a112e4b-53c9-4bfc-86c3-e04242bf97f8 (type: ports) to 2 2026-04-27 13:11:51.147 8 INFO neutron_taas.services.taas.taas_plugin [None req-8da8b20a-d9b2-40d3-9139-ca5e83a92416 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] TaaS: Handle Delete Port: 2e50885d-3dcf-432a-8bbd-3d8f7447179d 2026-04-27 13:11:51.161 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8da8b20a-d9b2-40d3-9139-ca5e83a92416 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Tap Mirror: Handle Delete Port: 2e50885d-3dcf-432a-8bbd-3d8f7447179d [pid: 8|app: 0|req: 591/1241] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:11:50 2026] DELETE /v2.0/floatingips/723b902d-8d3e-42fa-9d41-4d0127049b4b => generated 0 bytes in 614 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:11:51.509 8 INFO neutron.api.v2.resource [None req-bee15773-70ea-4496-8dc0-11575d19e292 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 592/1242] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:11:51 2026] DELETE /v2.0/floatingips/723b902d-8d3e-42fa-9d41-4d0127049b4b => generated 144 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1243] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:51 2026] GET /v2.0/ports?device_id=308ff9ea-bcac-467f-90f2-fd4fb6160a5c => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1244] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:51 2026] GET /v2.0/security-groups?id=eb97d30a-8a3c-474d-be9f-64d2683972a2&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:51.701 8 INFO neutron_taas.services.taas.taas_plugin [None req-c715db5f-2f2b-4ed8-adb7-e95c7fcb7dd0 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] TaaS: Handle Delete Port: d8240061-6704-4e0c-b406-3a8a4e35a148 2026-04-27 13:11:51.705 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c715db5f-2f2b-4ed8-adb7-e95c7fcb7dd0 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Tap Mirror: Handle Delete Port: d8240061-6704-4e0c-b406-3a8a4e35a148 2026-04-27 13:11:51.815 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-18eef84e-b021-4c50-a8ca-fc669a9fe215'] response: {'server_uuid': '308ff9ea-bcac-467f-90f2-fd4fb6160a5c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7b717bce-7beb-4509-b2a8-97b4d2d3f6be', 'code': 200} [pid: 8|app: 0|req: 593/1245] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:11:51 2026] DELETE /v2.0/ports/d8240061-6704-4e0c-b406-3a8a4e35a148 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:11:52.031 7 INFO neutron_taas.services.taas.taas_plugin [None req-849f1240-adbb-4487-88cb-52b6f326168d 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] TaaS: Handle Delete Port: d139d5f2-8329-4083-adad-417b9132d17c 2026-04-27 13:11:52.033 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-849f1240-adbb-4487-88cb-52b6f326168d 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Tap Mirror: Handle Delete Port: d139d5f2-8329-4083-adad-417b9132d17c [pid: 7|app: 0|req: 653/1246] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:11:51 2026] DELETE /v2.0/ports/d139d5f2-8329-4083-adad-417b9132d17c => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1247] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:11:52 2026] GET /v2.0/ports?device_id=df78c155-90a0-4172-a43e-0af52030f867 => generated 946 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:52.594 7 INFO neutron_taas.services.taas.taas_plugin [None req-c27ed083-af35-4088-9e8e-82b9e35288cd 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] TaaS: Handle Delete Port: 5786ea62-c6c0-4ada-8478-b48af6c6ff26 2026-04-27 13:11:52.598 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c27ed083-af35-4088-9e8e-82b9e35288cd 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Tap Mirror: Handle Delete Port: 5786ea62-c6c0-4ada-8478-b48af6c6ff26 [pid: 8|app: 0|req: 595/1248] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:52 2026] GET /v2.0/ports?device_id=308ff9ea-bcac-467f-90f2-fd4fb6160a5c => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1249] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:52 2026] GET /v2.0/security-groups?id=eb97d30a-8a3c-474d-be9f-64d2683972a2&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: 654/1250] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:11:52 2026] PUT /v2.0/routers/df78c155-90a0-4172-a43e-0af52030f867/remove_router_interface => generated 310 bytes in 841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:53.423 8 INFO neutron_taas.services.taas.taas_plugin [None req-775fa258-511b-4071-9bcf-2632601fe479 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] TaaS: Handle Delete Port: 9ebb2627-eae7-4a71-ac39-e2ff31ea063b 2026-04-27 13:11:53.429 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-775fa258-511b-4071-9bcf-2632601fe479 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Tap Mirror: Handle Delete Port: 9ebb2627-eae7-4a71-ac39-e2ff31ea063b /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 655/1251] 199.204.45.33 () {34 vars in 993 bytes} [Mon Apr 27 13:11:53 2026] GET /v2.0/ports?device_id=308ff9ea-bcac-467f-90f2-fd4fb6160a5c => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1252] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:11:53 2026] DELETE /v2.0/routers/df78c155-90a0-4172-a43e-0af52030f867 => generated 0 bytes in 758 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1253] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:53 2026] GET /v2.0/ports?device_id=308ff9ea-bcac-467f-90f2-fd4fb6160a5c => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:53.915 7 INFO neutron_taas.services.taas.taas_plugin [req-bf4eff5a-17ee-4387-bc66-7b535e65c1f5 req-f2244666-cc19-4ce4-9a8f-c7420b2c649c 14196f9b675743dc89b1b6afb609c0e0 2fe3d17a24054b0b9c1b439f4ba253cc - - default default] TaaS: Handle Delete Port: 7b717bce-7beb-4509-b2a8-97b4d2d3f6be 2026-04-27 13:11:53.918 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bf4eff5a-17ee-4387-bc66-7b535e65c1f5 req-f2244666-cc19-4ce4-9a8f-c7420b2c649c 14196f9b675743dc89b1b6afb609c0e0 2fe3d17a24054b0b9c1b439f4ba253cc - - default default] Tap Mirror: Handle Delete Port: 7b717bce-7beb-4509-b2a8-97b4d2d3f6be [pid: 8|app: 0|req: 599/1254] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:11:53 2026] DELETE /v2.0/subnets/f76d3f3e-beb0-452a-b464-f3cd9cc319d9 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1255] 199.204.45.33 () {36 vars in 996 bytes} [Mon Apr 27 13:11:53 2026] DELETE /v2.0/ports/7b717bce-7beb-4509-b2a8-97b4d2d3f6be => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1256] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:54 2026] GET /v2.0/security-groups?id=eb97d30a-8a3c-474d-be9f-64d2683972a2&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:54.111 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-79026a8f-c3cc-4152-907f-141e757e6a0a'] response: {'server_uuid': '308ff9ea-bcac-467f-90f2-fd4fb6160a5c', 'name': 'network-vif-deleted', 'tag': '7b717bce-7beb-4509-b2a8-97b4d2d3f6be', 'status': 'completed', 'code': 200} 2026-04-27 13:11:54.201 7 INFO neutron_taas.services.taas.taas_plugin [None req-39dd4d26-647b-4cae-8cef-87fb9706555e 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] TaaS: Handle Delete Port: 7c609ab4-98f6-4e6c-821f-cc6cc4323ddf 2026-04-27 13:11:54.204 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39dd4d26-647b-4cae-8cef-87fb9706555e 69c14fcb9f4d4a8da8a2f303296b6944 f26e80b745e84c06bd5d0c3011fbd66d - - default default] Tap Mirror: Handle Delete Port: 7c609ab4-98f6-4e6c-821f-cc6cc4323ddf 2026-04-27 13:11:54.391 7 INFO neutron.services.segments.plugin [-] Segment 4eb87166-26c7-4d6c-aaa4-e39e8fd38b13 resource provider aggregate not found 2026-04-27 13:11:54.396 7 INFO neutron.services.segments.plugin [-] Segment 4eb87166-26c7-4d6c-aaa4-e39e8fd38b13 resource provider aggregate not found 2026-04-27 13:11:54.414 7 INFO neutron.services.segments.plugin [-] Segment 4eb87166-26c7-4d6c-aaa4-e39e8fd38b13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4eb87166-26c7-4d6c-aaa4-e39e8fd38b13 found for delete ", "request_id": "req-4e2c5184-ac53-4a98-b9cb-303336c1b88c"}]} 2026-04-27 13:11:54.414 7 INFO neutron.services.segments.plugin [-] Segment 4eb87166-26c7-4d6c-aaa4-e39e8fd38b13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4eb87166-26c7-4d6c-aaa4-e39e8fd38b13 found for delete ", "request_id": "req-0da6b7df-9330-402c-b36b-09d48bc7f590"}]} [pid: 7|app: 0|req: 657/1257] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:11:54 2026] DELETE /v2.0/networks/e4fb8020-38a8-4d9e-bb6c-366f24985989 => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:11:54.657 8 WARNING neutron.db.securitygroups_db [req-80b0a88f-e343-46cb-80b4-99f3e1325e74 req-f4b49c31-591c-42a8-b9e5-6d4cbba710c8 0b2721b551da4040a9f3e536634998a8 1c99a4eec7e94bc1b68122ec0086cb13 - - default default] 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: 601/1258] 10.0.0.235 () {34 vars in 1100 bytes} [Mon Apr 27 13:11:54 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1644790866&fields=id&tenant_id=1c99a4eec7e94bc1b68122ec0086cb13 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1259] 10.0.0.235 () {34 vars in 982 bytes} [Mon Apr 27 13:11:54 2026] GET /v2.0/networks?id=181f6ed5-f325-4488-b47e-053592300ebd => generated 718 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1260] 10.0.0.235 () {34 vars in 965 bytes} [Mon Apr 27 13:11:54 2026] GET /v2.0/quotas/1c99a4eec7e94bc1b68122ec0086cb13 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1261] 10.0.0.235 () {34 vars in 1002 bytes} [Mon Apr 27 13:11:54 2026] GET /v2.0/ports?tenant_id=1c99a4eec7e94bc1b68122ec0086cb13&fields=id => generated 103 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1262] 10.0.0.235 () {34 vars in 1008 bytes} [Mon Apr 27 13:11:54 2026] GET /v2.0/networks/181f6ed5-f325-4488-b47e-053592300ebd?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:54.978 7 WARNING neutron.db.securitygroups_db [None req-7ed8fa7c-7a6c-48af-8cbe-0872daa3ac55 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 604/1263] 10.0.0.235 () {34 vars in 1108 bytes} [Mon Apr 27 13:11:54 2026] GET /v2.0/networks/181f6ed5-f325-4488-b47e-053592300ebd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1264] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:11:54 2026] GET /v2.0/security-groups?tenant_id=f26e80b745e84c06bd5d0c3011fbd66d&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1265] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:11:55 2026] DELETE /v2.0/security-groups/1617319e-685b-47f0-960f-8920f61534a2 => 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: 661/1266] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:55 2026] GET /v2.0/ports?device_id=308ff9ea-bcac-467f-90f2-fd4fb6160a5c => 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: 606/1267] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:55 2026] GET /v2.0/ports?device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => 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: 662/1268] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:56 2026] GET /v2.0/ports?device_id=308ff9ea-bcac-467f-90f2-fd4fb6160a5c => 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: 607/1269] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:56 2026] GET /v2.0/ports?device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:56.927 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-f8b5066a-10bd-4ba7-8d2f-ad10fc695a68 - - - - - -] No hosting information found for port 6a112e4b-53c9-4bfc-86c3-e04242bf97f8: RuntimeError: No hosting information found for port 6a112e4b-53c9-4bfc-86c3-e04242bf97f8 2026-04-27 13:11:56.964 8 INFO neutron.common.ovn.utils [None req-f8b5066a-10bd-4ba7-8d2f-ad10fc695a68 - - - - - -] HA Chassis Group neutron-181f6ed5-f325-4488-b47e-053592300ebd synchronized; highest priority chassis cf88c82c-664b-42f9-a266-c27775cdf8a2 2026-04-27 13:11:57.047 8 INFO neutron.db.ovn_revision_numbers_db [None req-f8b5066a-10bd-4ba7-8d2f-ad10fc695a68 - - - - - -] Successfully bumped revision number for resource 6a112e4b-53c9-4bfc-86c3-e04242bf97f8 (type: router_ports) to 2 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:11:57.196 7 INFO neutron.db.ovn_revision_numbers_db [None req-150916c0-03c3-4f2f-8dc7-aa114bf5f988 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] Successfully bumped revision number for resource 76fe3344-f1f7-4c2a-82e7-11bed9e85fdd (type: security_groups) to 1 2026-04-27 13:11:57.210 7 INFO neutron.db.ovn_revision_numbers_db [None req-150916c0-03c3-4f2f-8dc7-aa114bf5f988 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] Successfully bumped revision number for resource 1204a280-1548-4ac4-98c7-a72dbcd9f9b1 (type: security_group_rules) to 0 2026-04-27 13:11:57.224 7 INFO neutron.db.ovn_revision_numbers_db [None req-150916c0-03c3-4f2f-8dc7-aa114bf5f988 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] Successfully bumped revision number for resource 1f92f5d9-1a4b-461a-8e6f-efbc55b09ff5 (type: security_group_rules) to 0 2026-04-27 13:11:57.236 7 INFO neutron.db.ovn_revision_numbers_db [None req-150916c0-03c3-4f2f-8dc7-aa114bf5f988 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] Successfully bumped revision number for resource e8a6a552-fb90-4756-9a3a-21118d596deb (type: security_group_rules) to 0 2026-04-27 13:11:57.238 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f8b5066a-10bd-4ba7-8d2f-ad10fc695a68 - - - - - -] OVN reports status down for port: 7b717bce-7beb-4509-b2a8-97b4d2d3f6be 2026-04-27 13:11:57.247 7 INFO neutron.db.ovn_revision_numbers_db [None req-150916c0-03c3-4f2f-8dc7-aa114bf5f988 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] Successfully bumped revision number for resource f34a76b0-c34b-4b0b-9395-7864c642cee8 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 608/1270] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:57 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 971 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1271] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:57 2026] GET /v2.0/security-groups?id=ba95f2c0-fe94-4714-9f0f-fe04e5426472&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-04-27 13:11:57.333 7 INFO neutron.db.segments_db [None req-150916c0-03c3-4f2f-8dc7-aa114bf5f988 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] Added segment 29e1c9b7-b093-4b67-b4e8-16a7531e72ed of type geneve for network d6d39349-0de1-4c18-88cd-de363cd3d0e8 2026-04-27 13:11:57.464 7 INFO neutron.db.ovn_revision_numbers_db [None req-150916c0-03c3-4f2f-8dc7-aa114bf5f988 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] Successfully bumped revision number for resource d6d39349-0de1-4c18-88cd-de363cd3d0e8 (type: networks) to 1 2026-04-27 13:11:57.643 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-150916c0-03c3-4f2f-8dc7-aa114bf5f988 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] No more DHCP agents 2026-04-27 13:11:57.644 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-150916c0-03c3-4f2f-8dc7-aa114bf5f988 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] Unable to schedule network d6d39349-0de1-4c18-88cd-de363cd3d0e8: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:11:57.729 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f8b5066a-10bd-4ba7-8d2f-ad10fc695a68 - - - - - -] OVN reports status down for port: 7914b00c-d83d-4b66-b6f3-d73aa1fbfe42 2026-04-27 13:11:57.730 7 INFO neutron.db.ovn_revision_numbers_db [None req-150916c0-03c3-4f2f-8dc7-aa114bf5f988 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] Successfully bumped revision number for resource 7914b00c-d83d-4b66-b6f3-d73aa1fbfe42 (type: ports) to 1 2026-04-27 13:11:57.750 8 INFO neutron_taas.services.taas.taas_plugin [None req-743e0806-5b0d-4458-9c15-3f06bc73eb41 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: 51ff2a96-7fec-41fa-bf92-07c96a9b2d3e 2026-04-27 13:11:57.760 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-743e0806-5b0d-4458-9c15-3f06bc73eb41 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: 51ff2a96-7fec-41fa-bf92-07c96a9b2d3e [pid: 7|app: 0|req: 663/1272] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:11:56 2026] POST /v2.0/networks => generated 681 bytes in 868 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1273] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:57 2026] GET /v2.0/ports?device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => 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: 665/1274] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:57 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:58.080 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8a1bda90-7728-4b95-bc89-1f594da37128 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] No more DHCP agents 2026-04-27 13:11:58.081 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8a1bda90-7728-4b95-bc89-1f594da37128 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] Unable to schedule network d6d39349-0de1-4c18-88cd-de363cd3d0e8: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 610/1275] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:11:57 2026] PUT /v2.0/routers/933a8ec8-d6fc-467f-bb02-146d341c80fc/remove_router_interface => generated 310 bytes in 1092 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:11:58.536 7 INFO neutron.db.ovn_revision_numbers_db [None req-8a1bda90-7728-4b95-bc89-1f594da37128 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] Successfully bumped revision number for resource 7914b00c-d83d-4b66-b6f3-d73aa1fbfe42 (type: ports) to 2 2026-04-27 13:11:58.572 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aea9ad1c-cc11-4f00-915b-27d2c10def9f - - - - - -] OVN reports status down for port: e60c1077-9540-427b-b262-801c371582d0 [pid: 8|app: 0|req: 611/1276] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:11:58 2026] GET /v2.0/security-groups?id=ba95f2c0-fe94-4714-9f0f-fe04e5426472&fields=id&fields=name => generated 112 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:58.615 7 INFO neutron.db.ovn_revision_numbers_db [None req-8a1bda90-7728-4b95-bc89-1f594da37128 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] Successfully bumped revision number for resource 98d94ffd-6271-4b0b-b581-37150fb4ff01 (type: subnets) to 0 [pid: 7|app: 0|req: 666/1277] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:11:57 2026] POST /v2.0/subnets => generated 641 bytes in 767 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:11:58.784 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9d7f8f7-8e22-4ed0-b337-4ef7b825eacb'] response: {'server_uuid': 'd036c1ca-2def-4555-9b17-2ad7843b8824', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e60c1077-9540-427b-b262-801c371582d0', 'code': 200} 2026-04-27 13:11:58.822 7 INFO neutron.db.segments_db [None req-aea4e69a-964b-4c50-940a-e2eb48ed7d5d 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] Added segment 3d51e06b-5729-48a9-a3ca-80e1555df33a of type geneve for network a466f9ba-fb4d-41c1-9399-f5d4206426b5 2026-04-27 13:11:58.959 8 INFO neutron_taas.services.taas.taas_plugin [None req-054a2d20-0833-4d5c-ad87-cd98eb722933 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: b45e41d7-c70f-42d3-bc84-952878b4d65a 2026-04-27 13:11:58.963 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-054a2d20-0833-4d5c-ad87-cd98eb722933 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: b45e41d7-c70f-42d3-bc84-952878b4d65a 2026-04-27 13:11:58.996 7 INFO neutron.db.ovn_revision_numbers_db [None req-aea9ad1c-cc11-4f00-915b-27d2c10def9f - - - - - -] Successfully bumped revision number for resource e60c1077-9540-427b-b262-801c371582d0 (type: ports) to 8 2026-04-27 13:11:59.021 7 INFO neutron.db.ovn_revision_numbers_db [None req-aea4e69a-964b-4c50-940a-e2eb48ed7d5d 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] Successfully bumped revision number for resource a466f9ba-fb4d-41c1-9399-f5d4206426b5 (type: networks) to 1 2026-04-27 13:11:59.245 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-aea4e69a-964b-4c50-940a-e2eb48ed7d5d 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] No more DHCP agents 2026-04-27 13:11:59.248 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-aea4e69a-964b-4c50-940a-e2eb48ed7d5d 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] Unable to schedule network a466f9ba-fb4d-41c1-9399-f5d4206426b5: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:11:59.313 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5a081b33-0842-4ec8-b495-83f6f89c1177 - - - - - -] OVN reports status down for port: 60d39e05-3740-48ca-8283-9e4dc082eabf 2026-04-27 13:11:59.378 7 INFO neutron.db.ovn_revision_numbers_db [None req-aea4e69a-964b-4c50-940a-e2eb48ed7d5d 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] Successfully bumped revision number for resource 60d39e05-3740-48ca-8283-9e4dc082eabf (type: ports) to 1 [pid: 8|app: 0|req: 612/1278] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:11:58 2026] DELETE /v2.0/routers/933a8ec8-d6fc-467f-bb02-146d341c80fc => generated 0 bytes in 845 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1279] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:11:58 2026] POST /v2.0/networks => generated 681 bytes in 790 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: 613/1280] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:59 2026] GET /v2.0/ports?device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:11:59.612 8 INFO neutron.db.ovn_revision_numbers_db [None req-54b0d610-f907-4111-91d0-0ef90d44b453 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] Successfully bumped revision number for resource a466f9ba-fb4d-41c1-9399-f5d4206426b5 (type: networks) to 2 [pid: 7|app: 0|req: 668/1281] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:11:59 2026] DELETE /v2.0/subnets/d4ae11de-9621-4360-93d9-a84d82d25770 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1282] 10.0.0.253 () {34 vars in 743 bytes} [Mon Apr 27 13:11:59 2026] PUT /v2.0/networks/a466f9ba-fb4d-41c1-9399-f5d4206426b5 => generated 636 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1283] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:11:59 2026] GET /v2.0/networks?id=181f6ed5-f325-4488-b47e-053592300ebd => generated 718 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:11:59.737 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a86f9be-b256-4d4f-844d-02c8a3f6b6ba c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: 912853ea-80b9-415d-8401-e008c2d35b08 2026-04-27 13:11:59.740 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a86f9be-b256-4d4f-844d-02c8a3f6b6ba c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: 912853ea-80b9-415d-8401-e008c2d35b08 2026-04-27 13:11:59.863 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-383a3013-6250-4c00-a062-35537bd3106f 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] No more DHCP agents 2026-04-27 13:11:59.866 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-383a3013-6250-4c00-a062-35537bd3106f 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] Unable to schedule network a466f9ba-fb4d-41c1-9399-f5d4206426b5: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:11:59.934 8 INFO neutron.services.segments.plugin [-] Segment 89323345-18cd-4389-966a-fba681a4faeb resource provider aggregate not found 2026-04-27 13:11:59.938 8 INFO neutron.services.segments.plugin [-] Segment 89323345-18cd-4389-966a-fba681a4faeb resource provider aggregate not found 2026-04-27 13:11:59.955 8 INFO neutron.services.segments.plugin [-] Segment 89323345-18cd-4389-966a-fba681a4faeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89323345-18cd-4389-966a-fba681a4faeb found for delete ", "request_id": "req-57154a6b-ad6d-4f40-b8c7-64c280c59223"}]} 2026-04-27 13:11:59.957 8 INFO neutron.services.segments.plugin [-] Segment 89323345-18cd-4389-966a-fba681a4faeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89323345-18cd-4389-966a-fba681a4faeb found for delete ", "request_id": "req-c1c21692-ad8b-4214-804a-fbb18ca15689"}]} [pid: 8|app: 0|req: 615/1284] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:11:59 2026] DELETE /v2.0/networks/86c9ba69-effb-4c25-a159-66bf868a47f2 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1285] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:11:59 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:00.042 8 WARNING neutron.db.securitygroups_db [req-80b0a88f-e343-46cb-80b4-99f3e1325e74 req-8970b835-79d0-4482-baa8-a8e432cf4acb 0b2721b551da4040a9f3e536634998a8 1c99a4eec7e94bc1b68122ec0086cb13 - - default default] 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: 617/1286] 199.204.45.33 () {34 vars in 1049 bytes} [Mon Apr 27 13:12:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1c99a4eec7e94bc1b68122ec0086cb13 => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1287] 199.204.45.33 () {34 vars in 993 bytes} [Mon Apr 27 13:12:00 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1288] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:12:00 2026] GET /v2.0/security-groups?id=ba95f2c0-fe94-4714-9f0f-fe04e5426472&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:00.345 7 INFO neutron.db.ovn_revision_numbers_db [None req-383a3013-6250-4c00-a062-35537bd3106f 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] Successfully bumped revision number for resource 60d39e05-3740-48ca-8283-9e4dc082eabf (type: ports) to 2 2026-04-27 13:12:00.373 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-80b0a88f-e343-46cb-80b4-99f3e1325e74 req-73b5dd28-8db8-4f26-907b-4b610956905e 0b2721b551da4040a9f3e536634998a8 1c99a4eec7e94bc1b68122ec0086cb13 - - default default] No more DHCP agents 2026-04-27 13:12:00.374 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-80b0a88f-e343-46cb-80b4-99f3e1325e74 req-73b5dd28-8db8-4f26-907b-4b610956905e 0b2721b551da4040a9f3e536634998a8 1c99a4eec7e94bc1b68122ec0086cb13 - - default default] Unable to schedule network 181f6ed5-f325-4488-b47e-053592300ebd: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:00.376 7 INFO neutron.db.ovn_revision_numbers_db [None req-383a3013-6250-4c00-a062-35537bd3106f 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] Successfully bumped revision number for resource 508c5cc6-4ffa-43dc-9720-709a9e063c87 (type: subnets) to 0 [pid: 7|app: 0|req: 670/1289] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:11:59 2026] POST /v2.0/subnets => generated 626 bytes in 731 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:00.559 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f8b5066a-10bd-4ba7-8d2f-ad10fc695a68 - - - - - -] OVN reports status down for port: 8520af51-928c-49c0-a5e9-d9eecc4e6901 2026-04-27 13:12:00.572 7 INFO neutron_taas.services.taas.taas_plugin [req-50bb21df-4009-4f6c-ace1-f99d83541c69 req-df3b30b4-b2dc-48cf-b5b9-b1f4dc04ec9a a34b70d295074a42a90a42a89b27a397 3a97541e7fcf4ab3bf9394c8b133ce2f - - default default] TaaS: Handle Delete Port: e60c1077-9540-427b-b262-801c371582d0 2026-04-27 13:12:00.575 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-50bb21df-4009-4f6c-ace1-f99d83541c69 req-df3b30b4-b2dc-48cf-b5b9-b1f4dc04ec9a a34b70d295074a42a90a42a89b27a397 3a97541e7fcf4ab3bf9394c8b133ce2f - - default default] Tap Mirror: Handle Delete Port: e60c1077-9540-427b-b262-801c371582d0 2026-04-27 13:12:00.622 8 INFO neutron.db.ovn_revision_numbers_db [req-80b0a88f-e343-46cb-80b4-99f3e1325e74 req-73b5dd28-8db8-4f26-907b-4b610956905e 0b2721b551da4040a9f3e536634998a8 1c99a4eec7e94bc1b68122ec0086cb13 - - default default] Successfully bumped revision number for resource 8520af51-928c-49c0-a5e9-d9eecc4e6901 (type: ports) to 1 [pid: 8|app: 0|req: 620/1290] 199.204.45.33 () {38 vars in 954 bytes} [Mon Apr 27 13:12:00 2026] POST /v2.0/ports => generated 954 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-04-27 13:12:00.713 8 WARNING neutron.db.securitygroups_db [None req-f2d20cf7-aa2f-4d73-9da7-a3cbe0ef8a59 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 621/1291] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:00 2026] GET /v2.0/security-groups?tenant_id=2fe3d17a24054b0b9c1b439f4ba253cc&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:12:00.781 7 INFO neutron.db.l3_db [req-50bb21df-4009-4f6c-ace1-f99d83541c69 req-df3b30b4-b2dc-48cf-b5b9-b1f4dc04ec9a a34b70d295074a42a90a42a89b27a397 3a97541e7fcf4ab3bf9394c8b133ce2f - - default default] Floating IP 1504672f-11e2-4fae-9c81-f25a97cb86be disassociated. External IP: 10.96.250.203, port: e60c1077-9540-427b-b262-801c371582d0. 2026-04-27 13:12:00.823 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9003eaf-4a02-4871-9c8e-a27c537d3eb2'] response: {'server_uuid': 'd036c1ca-2def-4555-9b17-2ad7843b8824', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e60c1077-9540-427b-b262-801c371582d0', 'code': 200} [pid: 7|app: 0|req: 671/1292] 199.204.45.33 () {36 vars in 996 bytes} [Mon Apr 27 13:12:00 2026] DELETE /v2.0/ports/e60c1077-9540-427b-b262-801c371582d0 => generated 0 bytes in 525 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1293] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:12:00 2026] GET /v2.0/ports?device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => generated 957 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:01.066 8 INFO neutron.db.ovn_revision_numbers_db [None req-dceeb347-c4bc-40a2-8a76-110a68104349 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] Successfully bumped revision number for resource 508c5cc6-4ffa-43dc-9720-709a9e063c87 (type: subnets) to 1 [pid: 8|app: 0|req: 622/1294] 10.0.0.253 () {34 vars in 741 bytes} [Mon Apr 27 13:12:00 2026] PUT /v2.0/subnets/508c5cc6-4ffa-43dc-9720-709a9e063c87 => generated 636 bytes in 329 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: 623/1295] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:01 2026] DELETE /v2.0/security-groups/eb97d30a-8a3c-474d-be9f-64d2683972a2 => 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: 624/1296] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:12:01 2026] GET /v2.0/security-groups?id=436787b2-2297-4a8a-af3b-b7110c9ac996&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:01.401 7 INFO neutron.db.ovn_revision_numbers_db [req-80b0a88f-e343-46cb-80b4-99f3e1325e74 req-d50e84af-0795-4dcf-87b5-de0dd7d0c0ce 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource 8520af51-928c-49c0-a5e9-d9eecc4e6901 (type: ports) to 2 2026-04-27 13:12:01.510 8 INFO neutron_taas.services.taas.taas_plugin [None req-587a8d4e-2a09-4971-a5d6-c35cab8d7df1 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] TaaS: Handle Delete Port: 60d39e05-3740-48ca-8283-9e4dc082eabf 2026-04-27 13:12:01.513 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-587a8d4e-2a09-4971-a5d6-c35cab8d7df1 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] Tap Mirror: Handle Delete Port: 60d39e05-3740-48ca-8283-9e4dc082eabf 2026-04-27 13:12:01.623 7 INFO neutron.db.ovn_revision_numbers_db [req-80b0a88f-e343-46cb-80b4-99f3e1325e74 req-d50e84af-0795-4dcf-87b5-de0dd7d0c0ce 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource 8520af51-928c-49c0-a5e9-d9eecc4e6901 (type: ports) to 4 [pid: 7|app: 0|req: 673/1297] 199.204.45.33 () {38 vars in 1027 bytes} [Mon Apr 27 13:12:00 2026] PUT /v2.0/ports/8520af51-928c-49c0-a5e9-d9eecc4e6901 => generated 1227 bytes in 656 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: 674/1298] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:12:01 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => 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: 675/1299] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:12:01 2026] GET /v2.0/networks => generated 5407 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1300] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:01 2026] DELETE /v2.0/networks/a466f9ba-fb4d-41c1-9399-f5d4206426b5 => generated 0 bytes in 559 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:01.927 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c4aadc77-89db-43bc-b30f-dc4687fc816d 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 626/1301] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:01 2026] DELETE /v2.0/networks/a466f9ba-fb4d-41c1-9399-f5d4206426b5 => 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: 676/1302] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:12:01 2026] GET /v2.0/subnets => generated 3322 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:12:02.004 8 INFO neutron.services.segments.plugin [-] Segment 3d51e06b-5729-48a9-a3ca-80e1555df33a resource provider aggregate not found 2026-04-27 13:12:02.015 8 INFO neutron.services.segments.plugin [-] Segment 3d51e06b-5729-48a9-a3ca-80e1555df33a resource provider aggregate not found 2026-04-27 13:12:02.021 8 INFO neutron.services.segments.plugin [-] Segment 3d51e06b-5729-48a9-a3ca-80e1555df33a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d51e06b-5729-48a9-a3ca-80e1555df33a found for delete ", "request_id": "req-00c27a26-64a6-41e0-8aa6-53debdf931c7"}]} [pid: 7|app: 0|req: 677/1303] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:12:01 2026] GET /v2.0/routers => generated 1988 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1304] 10.0.0.253 () {32 vars in 694 bytes} [Mon Apr 27 13:12:01 2026] GET /v2.0/networks?router%3Aexternal=True => generated 689 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:02.039 8 INFO neutron.services.segments.plugin [-] Segment 3d51e06b-5729-48a9-a3ca-80e1555df33a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d51e06b-5729-48a9-a3ca-80e1555df33a found for delete ", "request_id": "req-9ba27442-1b3c-4445-934e-84c6344a71a8"}]} [pid: 7|app: 0|req: 678/1305] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:12:02 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1306] 10.0.0.253 () {32 vars in 742 bytes} [Mon Apr 27 13:12:02 2026] GET /v2.0/subnets?network_id=efa4631e-e702-418f-b8da-e46b8177a35c => generated 649 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1307] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:12:02 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: 629/1308] 10.0.0.253 () {32 vars in 653 bytes} [Mon Apr 27 13:12:02 2026] GET /v2.0/extensions => generated 21521 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1309] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:12:02 2026] GET /v2.0/floatingips => generated 1093 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1310] 10.0.0.253 () {32 vars in 649 bytes} [Mon Apr 27 13:12:02 2026] GET /v2.0/networks => generated 1384 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1311] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:12:02 2026] GET /v2.0/ports => generated 15991 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1312] 10.0.0.253 () {32 vars in 647 bytes} [Mon Apr 27 13:12:02 2026] GET /v2.0/subnets => generated 1280 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1313] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:12:02 2026] GET /v2.0/network-ip-availabilities => generated 4165 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1314] 10.0.0.253 () {32 vars in 723 bytes} [Mon Apr 27 13:12:02 2026] GET /v2.0/networks/d6d39349-0de1-4c18-88cd-de363cd3d0e8 => generated 706 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1315] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:12:02 2026] GET /v2.0/security-groups => generated 31843 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1316] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:12:02 2026] GET /v2.0/subnets/98d94ffd-6271-4b0b-b581-37150fb4ff01 => generated 641 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:02.346 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d1324324-4ad4-43b8-9f8e-f5ee2ad77069 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 684/1317] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:02 2026] DELETE /v2.0/subnets/508c5cc6-4ffa-43dc-9720-709a9e063c87 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:12:02.366 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cc5cd44e-03f8-4d7d-b785-adf4d8c2596d 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 685/1318] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:02 2026] DELETE /v2.0/networks/a466f9ba-fb4d-41c1-9399-f5d4206426b5 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1319] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:12:02 2026] GET /v2.0/subnets => generated 3322 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1320] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:12:02 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: 636/1321] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:12:02 2026] GET /v2.0/ports?device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1322] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:12:02 2026] GET /v2.0/security-groups?id=436787b2-2297-4a8a-af3b-b7110c9ac996&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1323] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:02 2026] DELETE /v2.0/subnets/98d94ffd-6271-4b0b-b581-37150fb4ff01 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:02.689 8 INFO neutron_taas.services.taas.taas_plugin [None req-f11e0e81-bd13-43e8-a835-ebc9218d5105 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] TaaS: Handle Delete Port: 7914b00c-d83d-4b66-b6f3-d73aa1fbfe42 2026-04-27 13:12:02.692 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f11e0e81-bd13-43e8-a835-ebc9218d5105 64db3471a1fb44a8a46db60a5f28ce3a 86ab4429c322487daf0bf95a709032b8 - - default default] Tap Mirror: Handle Delete Port: 7914b00c-d83d-4b66-b6f3-d73aa1fbfe42 [pid: 7|app: 0|req: 687/1324] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:12:02 2026] GET /v2.0/ports?tenant_id=1c99a4eec7e94bc1b68122ec0086cb13&device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => generated 1230 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1325] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:12:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=8520af51-928c-49c0-a5e9-d9eecc4e6901 => 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: 689/1326] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:12:02 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => 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: 690/1327] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:12:02 2026] GET /v2.0/subnets?id=e22dc894-47c9-4cea-b7d5-329af289c513 => generated 698 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:02.873 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3009d94-45ce-43b2-af6c-6522dbb001de'] response: {'server_uuid': 'd036c1ca-2def-4555-9b17-2ad7843b8824', 'name': 'network-vif-deleted', 'tag': 'e60c1077-9540-427b-b262-801c371582d0', 'status': 'completed', 'code': 200} 2026-04-27 13:12:02.876 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3009d94-45ce-43b2-af6c-6522dbb001de'] response: {'name': 'network-changed', 'server_uuid': '07b8b3d9-ac8a-46bf-8032-e2af9add3033', 'tag': '8520af51-928c-49c0-a5e9-d9eecc4e6901', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 691/1328] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:12:02 2026] GET /v2.0/ports?network_id=181f6ed5-f325-4488-b47e-053592300ebd&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: 638/1329] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:02 2026] DELETE /v2.0/networks/d6d39349-0de1-4c18-88cd-de363cd3d0e8 => generated 0 bytes in 351 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1332] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:12:02 2026] GET /v2.0/networks/181f6ed5-f325-4488-b47e-053592300ebd?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1333] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:12:02 2026] GET /v2.0/networks/181f6ed5-f325-4488-b47e-053592300ebd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:12:03.510 7 WARNING neutron.db.securitygroups_db [None req-dc9067b9-c177-48df-882c-2da26de453eb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 693/1334] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:03 2026] GET /v2.0/security-groups?tenant_id=86ab4429c322487daf0bf95a709032b8&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1335] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:12:03 2026] GET /v2.0/ports?device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1336] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:12:03 2026] GET /v2.0/security-groups?id=436787b2-2297-4a8a-af3b-b7110c9ac996&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1337] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:03 2026] DELETE /v2.0/security-groups/76fe3344-f1f7-4c2a-82e7-11bed9e85fdd => generated 0 bytes in 184 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1338] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:12:03 2026] GET /v2.0/ports?device_id=d036c1ca-2def-4555-9b17-2ad7843b8824 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:12:04.061 8 INFO neutron.services.segments.plugin [-] Segment 29e1c9b7-b093-4b67-b4e8-16a7531e72ed resource provider aggregate not found 2026-04-27 13:12:04.083 8 INFO neutron.services.segments.plugin [-] Segment 29e1c9b7-b093-4b67-b4e8-16a7531e72ed resource provider aggregate not found 2026-04-27 13:12:04.085 8 INFO neutron.services.segments.plugin [-] Segment 29e1c9b7-b093-4b67-b4e8-16a7531e72ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29e1c9b7-b093-4b67-b4e8-16a7531e72ed found for delete ", "request_id": "req-412eaf1f-f1ec-4612-9906-f878e8b003d4"}]} [pid: 8|app: 0|req: 643/1339] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:12:04 2026] GET /v2.0/ports?tenant_id=1c99a4eec7e94bc1b68122ec0086cb13&device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => generated 1230 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:12:04.104 8 INFO neutron.services.segments.plugin [-] Segment 29e1c9b7-b093-4b67-b4e8-16a7531e72ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29e1c9b7-b093-4b67-b4e8-16a7531e72ed found for delete ", "request_id": "req-2680ea28-160a-4c5a-8927-a1d74b221df0"}]} [pid: 7|app: 0|req: 697/1340] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:12:04 2026] GET /v2.0/networks?id=181f6ed5-f325-4488-b47e-053592300ebd => generated 817 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1341] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:12:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=8520af51-928c-49c0-a5e9-d9eecc4e6901 => 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: 698/1342] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:12:04 2026] GET /v2.0/subnets?id=e22dc894-47c9-4cea-b7d5-329af289c513 => generated 698 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1343] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:12:04 2026] GET /v2.0/ports?network_id=181f6ed5-f325-4488-b47e-053592300ebd&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: 699/1344] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:12:04 2026] GET /v2.0/networks/181f6ed5-f325-4488-b47e-053592300ebd?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1345] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:12:04 2026] GET /v2.0/networks/181f6ed5-f325-4488-b47e-053592300ebd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1346] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:12:04 2026] GET /v2.0/ports?device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1347] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:12:04 2026] GET /v2.0/security-groups?id=436787b2-2297-4a8a-af3b-b7110c9ac996&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:05.065 7 WARNING neutron.db.securitygroups_db [None req-c1284ec7-00c3-427a-b0da-443f3352ec3a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 648/1348] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:05 2026] DELETE /v2.0/security-groups/ba95f2c0-fe94-4714-9f0f-fe04e5426472 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:12:05.178 8 INFO neutron.api.v2.resource [None req-ded3beb0-f1c3-4522-9c5d-99d20aa171c8 a34b70d295074a42a90a42a89b27a397 3a97541e7fcf4ab3bf9394c8b133ce2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 649/1349] 10.0.0.253 () {32 vars in 737 bytes} [Mon Apr 27 13:12:05 2026] GET /v2.0/security-groups/ba95f2c0-fe94-4714-9f0f-fe04e5426472 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:12:05.196 7 INFO neutron.db.ovn_revision_numbers_db [None req-c1284ec7-00c3-427a-b0da-443f3352ec3a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 286fb8d7-e13c-4261-8fff-95767521495d (type: security_groups) to 1 2026-04-27 13:12:05.207 7 INFO neutron.db.ovn_revision_numbers_db [None req-c1284ec7-00c3-427a-b0da-443f3352ec3a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0dc2957a-ca50-4f73-8809-fbe1cf344cb6 (type: security_group_rules) to 0 2026-04-27 13:12:05.218 7 INFO neutron.db.ovn_revision_numbers_db [None req-c1284ec7-00c3-427a-b0da-443f3352ec3a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 18c1ea19-a71f-4d03-ac4f-9e1207fb50e8 (type: security_group_rules) to 0 2026-04-27 13:12:05.231 7 INFO neutron.db.ovn_revision_numbers_db [None req-c1284ec7-00c3-427a-b0da-443f3352ec3a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 27f47db2-4d14-4e6c-bb7e-a1f33d54bc4f (type: security_group_rules) to 0 2026-04-27 13:12:05.243 7 INFO neutron.db.ovn_revision_numbers_db [None req-c1284ec7-00c3-427a-b0da-443f3352ec3a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c5c5fd26-31b3-4c44-a32a-4f59a7843004 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 701/1350] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:04 2026] GET /v2.0/security-groups?tenant_id=44dddcc79c3c4d96a87152fd1b5c2d65&name=default => generated 2925 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:12:05.298 8 INFO neutron_taas.services.taas.taas_plugin [None req-344a05a1-0e28-46c0-8122-def53583472d a34b70d295074a42a90a42a89b27a397 3a97541e7fcf4ab3bf9394c8b133ce2f - - default default] TaaS: Handle Delete Port: c829c473-a04c-4624-9100-8e3d8f9fedb3 2026-04-27 13:12:05.301 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-344a05a1-0e28-46c0-8122-def53583472d a34b70d295074a42a90a42a89b27a397 3a97541e7fcf4ab3bf9394c8b133ce2f - - default default] Tap Mirror: Handle Delete Port: c829c473-a04c-4624-9100-8e3d8f9fedb3 [pid: 7|app: 0|req: 702/1351] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:05 2026] DELETE /v2.0/security-groups/286fb8d7-e13c-4261-8fff-95767521495d => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1352] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:12:05 2026] DELETE /v2.0/floatingips/1504672f-11e2-4fae-9c81-f25a97cb86be => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:12:05.699 7 INFO neutron_taas.services.taas.taas_plugin [None req-3246f789-936f-4ea6-83d6-f15acd6074f1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: b991bcf5-5832-42c5-91d7-e8c4d6c19b48 2026-04-27 13:12:05.702 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3246f789-936f-4ea6-83d6-f15acd6074f1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: b991bcf5-5832-42c5-91d7-e8c4d6c19b48 2026-04-27 13:12:05.833 8 INFO neutron.db.ovn_revision_numbers_db [None req-5bdbb7e3-08eb-4de9-98e7-3b0201fb670f d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Successfully bumped revision number for resource 1857aff2-1431-4ee8-9793-acd1655eb468 (type: security_groups) to 1 2026-04-27 13:12:05.848 8 INFO neutron.db.ovn_revision_numbers_db [None req-5bdbb7e3-08eb-4de9-98e7-3b0201fb670f d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Successfully bumped revision number for resource 49c9f1c8-e9f2-4980-835a-f6f5c71d3845 (type: security_group_rules) to 0 2026-04-27 13:12:05.867 8 INFO neutron.db.ovn_revision_numbers_db [None req-5bdbb7e3-08eb-4de9-98e7-3b0201fb670f d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Successfully bumped revision number for resource 6f833a9d-f049-4e78-92e8-c073c29ee351 (type: security_group_rules) to 0 2026-04-27 13:12:05.882 8 INFO neutron.db.ovn_revision_numbers_db [None req-5bdbb7e3-08eb-4de9-98e7-3b0201fb670f d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Successfully bumped revision number for resource abe77def-e177-4fba-a417-48ebed730269 (type: security_group_rules) to 0 2026-04-27 13:12:05.902 8 INFO neutron.db.ovn_revision_numbers_db [None req-5bdbb7e3-08eb-4de9-98e7-3b0201fb670f d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Successfully bumped revision number for resource c41c6d45-0ceb-4a12-8f79-79e2d860641e (type: security_group_rules) to 0 2026-04-27 13:12:05.991 8 INFO neutron.db.segments_db [None req-5bdbb7e3-08eb-4de9-98e7-3b0201fb670f d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Added segment 141ec152-0fdf-46e4-bd97-a7cf97875a9e of type geneve for network 64dfdf96-4d3d-4462-b52e-a4211e89deac 2026-04-27 13:12:06.113 8 INFO neutron.db.ovn_revision_numbers_db [None req-5bdbb7e3-08eb-4de9-98e7-3b0201fb670f d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Successfully bumped revision number for resource 64dfdf96-4d3d-4462-b52e-a4211e89deac (type: networks) to 1 2026-04-27 13:12:06.297 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5bdbb7e3-08eb-4de9-98e7-3b0201fb670f d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] No more DHCP agents 2026-04-27 13:12:06.299 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5bdbb7e3-08eb-4de9-98e7-3b0201fb670f d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Unable to schedule network 64dfdf96-4d3d-4462-b52e-a4211e89deac: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 703/1353] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:12:05 2026] PUT /v2.0/routers/154d1efa-7730-4c49-bfec-4f8623335ec5/remove_router_interface => generated 310 bytes in 844 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:12:06.329 7 WARNING neutron.db.securitygroups_db [None req-6b433d31-11c7-42b4-bd87-c5c220fd0562 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:12:06.368 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5a081b33-0842-4ec8-b495-83f6f89c1177 - - - - - -] OVN reports status down for port: 3320ee78-52bc-465e-8429-ad4e15d7662d 2026-04-27 13:12:06.396 8 INFO neutron.db.ovn_revision_numbers_db [None req-5bdbb7e3-08eb-4de9-98e7-3b0201fb670f d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Successfully bumped revision number for resource 3320ee78-52bc-465e-8429-ad4e15d7662d (type: ports) to 1 [pid: 8|app: 0|req: 651/1354] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:12:05 2026] POST /v2.0/networks => generated 683 bytes in 869 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1355] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:12:06 2026] GET /v2.0/ports?device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:06.508 7 INFO neutron.db.ovn_revision_numbers_db [None req-6b433d31-11c7-42b4-bd87-c5c220fd0562 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e4520737-9e6b-46b4-be70-3aecbd39e0c3 (type: security_groups) to 1 2026-04-27 13:12:06.521 7 INFO neutron.db.ovn_revision_numbers_db [None req-6b433d31-11c7-42b4-bd87-c5c220fd0562 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 112eff18-6d64-48a6-bdb2-e29eca4a55cc (type: security_group_rules) to 0 2026-04-27 13:12:06.537 7 INFO neutron.db.ovn_revision_numbers_db [None req-6b433d31-11c7-42b4-bd87-c5c220fd0562 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2e11bc64-7257-424f-9682-2bf36b9b034a (type: security_group_rules) to 0 2026-04-27 13:12:06.548 7 INFO neutron.db.ovn_revision_numbers_db [None req-6b433d31-11c7-42b4-bd87-c5c220fd0562 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 5ee07376-3595-42d2-9d45-ddfaabc8918b (type: security_group_rules) to 0 2026-04-27 13:12:06.563 7 INFO neutron.db.ovn_revision_numbers_db [None req-6b433d31-11c7-42b4-bd87-c5c220fd0562 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource cc55f0be-008f-4f8a-95c6-776c0d482723 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 704/1356] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:06 2026] GET /v2.0/security-groups?tenant_id=ed5d9b7c80c1440d9b06b51e5b204622&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:12:06.828 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cf473cf3-1b24-4f4e-acc3-eef40b7e0e41 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] No more DHCP agents 2026-04-27 13:12:06.830 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cf473cf3-1b24-4f4e-acc3-eef40b7e0e41 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Unable to schedule network 64dfdf96-4d3d-4462-b52e-a4211e89deac: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:06.832 8 INFO neutron_taas.services.taas.taas_plugin [None req-2dd337d5-4d92-46c4-b18e-cd848a4ab044 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: 0c68d14f-99b8-4534-beaa-5ba631185e87 2026-04-27 13:12:06.835 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2dd337d5-4d92-46c4-b18e-cd848a4ab044 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: 0c68d14f-99b8-4534-beaa-5ba631185e87 2026-04-27 13:12:06.876 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5a081b33-0842-4ec8-b495-83f6f89c1177 - - - - - -] OVN reports status down for port: 5cb450a7-1457-4e56-9b0a-58b9c95d0ca4 2026-04-27 13:12:06.927 7 INFO neutron.db.ovn_revision_numbers_db [None req-cf473cf3-1b24-4f4e-acc3-eef40b7e0e41 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Successfully bumped revision number for resource 5cb450a7-1457-4e56-9b0a-58b9c95d0ca4 (type: ports) to 1 [pid: 7|app: 0|req: 705/1357] 10.0.0.253 () {34 vars in 665 bytes} [Mon Apr 27 13:12:06 2026] POST /v2.0/ports => generated 774 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 706/1358] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:12:07 2026] GET /v2.0/security-groups?id=436787b2-2297-4a8a-af3b-b7110c9ac996&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: 707/1359] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:07 2026] DELETE /v2.0/security-groups/e4520737-9e6b-46b4-be70-3aecbd39e0c3 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1360] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:06 2026] DELETE /v2.0/routers/154d1efa-7730-4c49-bfec-4f8623335ec5 => generated 0 bytes in 711 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:12:07.299 7 INFO neutron.db.segments_db [None req-329ebc21-5984-40a8-a648-aab90921d275 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Added segment 9fb2f655-20fc-40be-a889-9975ba5174a2 of type geneve for network dedb1b68-c150-4068-acfe-68c2397c42d8 [pid: 8|app: 0|req: 654/1361] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:07 2026] DELETE /v2.0/subnets/7319192f-a4c7-4ff8-93c1-705790244512 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:07.420 7 INFO neutron.db.ovn_revision_numbers_db [None req-329ebc21-5984-40a8-a648-aab90921d275 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Successfully bumped revision number for resource dedb1b68-c150-4068-acfe-68c2397c42d8 (type: networks) to 1 2026-04-27 13:12:07.565 8 INFO neutron_taas.services.taas.taas_plugin [None req-c63baeb7-feb2-4acd-ab8a-4f3bdacaab1e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: b06e71e5-ae50-4713-8ab4-6e73af96e6b9 2026-04-27 13:12:07.568 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c63baeb7-feb2-4acd-ab8a-4f3bdacaab1e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: b06e71e5-ae50-4713-8ab4-6e73af96e6b9 2026-04-27 13:12:07.611 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-329ebc21-5984-40a8-a648-aab90921d275 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] No more DHCP agents 2026-04-27 13:12:07.612 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-329ebc21-5984-40a8-a648-aab90921d275 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Unable to schedule network dedb1b68-c150-4068-acfe-68c2397c42d8: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:07.684 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f8b5066a-10bd-4ba7-8d2f-ad10fc695a68 - - - - - -] OVN reports status down for port: 3b3c1551-e256-4702-8f40-e7ff5b2c9028 2026-04-27 13:12:07.744 7 INFO neutron.db.ovn_revision_numbers_db [None req-329ebc21-5984-40a8-a648-aab90921d275 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Successfully bumped revision number for resource 3b3c1551-e256-4702-8f40-e7ff5b2c9028 (type: ports) to 1 [pid: 7|app: 0|req: 708/1362] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:12:07 2026] POST /v2.0/networks => generated 670 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:07.786 8 INFO neutron.services.segments.plugin [-] Segment a6f02c23-6818-4963-ae39-7c7fc4fc5d2b resource provider aggregate not found 2026-04-27 13:12:07.789 8 INFO neutron.services.segments.plugin [-] Segment a6f02c23-6818-4963-ae39-7c7fc4fc5d2b resource provider aggregate not found 2026-04-27 13:12:07.806 8 INFO neutron.services.segments.plugin [-] Segment a6f02c23-6818-4963-ae39-7c7fc4fc5d2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6f02c23-6818-4963-ae39-7c7fc4fc5d2b found for delete ", "request_id": "req-36944c81-d095-4425-b194-01dd2327d977"}]} 2026-04-27 13:12:07.812 8 INFO neutron.services.segments.plugin [-] Segment a6f02c23-6818-4963-ae39-7c7fc4fc5d2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6f02c23-6818-4963-ae39-7c7fc4fc5d2b found for delete ", "request_id": "req-f946e699-9ae6-4d1a-9760-81c3f6e5454c"}]} [pid: 8|app: 0|req: 655/1363] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:07 2026] DELETE /v2.0/networks/3dfdc233-167e-440e-a7dc-03fd281c2f9b => generated 0 bytes in 435 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:07.983 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-653c9042-609e-4b08-8036-35341b0b08de d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] No more DHCP agents 2026-04-27 13:12:07.984 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-653c9042-609e-4b08-8036-35341b0b08de d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Unable to schedule network dedb1b68-c150-4068-acfe-68c2397c42d8: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:08.076 8 WARNING neutron.db.securitygroups_db [None req-046aa253-f1e2-4680-b95f-ae3d2c7d55ce c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 656/1364] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:08 2026] GET /v2.0/security-groups?tenant_id=3a97541e7fcf4ab3bf9394c8b133ce2f&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: 657/1365] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:08 2026] DELETE /v2.0/security-groups/2fc22932-6830-46d1-830a-e4db09ea76ce => 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: 658/1366] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:12:08 2026] GET /v2.0/ports?device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:08.349 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f8b5066a-10bd-4ba7-8d2f-ad10fc695a68 - - - - - -] OVN reports status up for port: 8520af51-928c-49c0-a5e9-d9eecc4e6901 2026-04-27 13:12:08.370 8 INFO neutron.plugins.ml2.plugin [None req-f8b5066a-10bd-4ba7-8d2f-ad10fc695a68 - - - - - -] Attempt 1 to provision port 8520af51-928c-49c0-a5e9-d9eecc4e6901 [pid: 8|app: 0|req: 659/1367] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:12:08 2026] GET /v2.0/security-groups?id=436787b2-2297-4a8a-af3b-b7110c9ac996&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-04-27 13:12:08.512 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-32a2611f-3840-4ed7-a1b1-0ef6c44bce64'] response: {'server_uuid': '07b8b3d9-ac8a-46bf-8032-e2af9add3033', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8520af51-928c-49c0-a5e9-d9eecc4e6901', 'code': 200} 2026-04-27 13:12:08.521 7 INFO neutron.db.ovn_revision_numbers_db [None req-653c9042-609e-4b08-8036-35341b0b08de d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Successfully bumped revision number for resource 3b3c1551-e256-4702-8f40-e7ff5b2c9028 (type: ports) to 2 2026-04-27 13:12:08.555 7 INFO neutron.db.ovn_revision_numbers_db [None req-653c9042-609e-4b08-8036-35341b0b08de d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Successfully bumped revision number for resource 8ac72f6b-d7d0-4723-a7c5-aafdd50d35cd (type: subnets) to 0 [pid: 7|app: 0|req: 709/1368] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:12:07 2026] POST /v2.0/subnets => generated 626 bytes in 785 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:08.694 8 INFO neutron.db.ovn_revision_numbers_db [None req-f8b5066a-10bd-4ba7-8d2f-ad10fc695a68 - - - - - -] Successfully bumped revision number for resource 8520af51-928c-49c0-a5e9-d9eecc4e6901 (type: ports) to 5 2026-04-27 13:12:08.950 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-41aadd8c-6292-4e08-8386-f86264ffb223 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] No more DHCP agents 2026-04-27 13:12:08.952 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-41aadd8c-6292-4e08-8386-f86264ffb223 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Unable to schedule network dedb1b68-c150-4068-acfe-68c2397c42d8: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:09.070 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5a081b33-0842-4ec8-b495-83f6f89c1177 - - - - - -] OVN reports status down for port: 9f399117-bbd5-42bd-8292-d9d9071adbf3 2026-04-27 13:12:09.109 8 INFO neutron.db.ovn_revision_numbers_db [None req-41aadd8c-6292-4e08-8386-f86264ffb223 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Successfully bumped revision number for resource 9f399117-bbd5-42bd-8292-d9d9071adbf3 (type: ports) to 1 [pid: 8|app: 0|req: 660/1369] 10.0.0.253 () {34 vars in 665 bytes} [Mon Apr 27 13:12:08 2026] POST /v2.0/ports => generated 949 bytes in 592 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:09.301 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c17a8e7-7dab-494b-a466-ac7336a2b2c2 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] TaaS: Handle Delete Port: 9f399117-bbd5-42bd-8292-d9d9071adbf3 2026-04-27 13:12:09.303 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c17a8e7-7dab-494b-a466-ac7336a2b2c2 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Tap Mirror: Handle Delete Port: 9f399117-bbd5-42bd-8292-d9d9071adbf3 [pid: 7|app: 0|req: 710/1370] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:12:09 2026] DELETE /v2.0/ports/9f399117-bbd5-42bd-8292-d9d9071adbf3 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:12:09.490 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cbdb2f88-6d7c-4227-b692-dc54aa00de8a d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 711/1371] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:12:09 2026] DELETE /v2.0/ports/9f399117-bbd5-42bd-8292-d9d9071adbf3 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1372] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:12:09 2026] GET /v2.0/ports?device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:09.517 7 INFO neutron.pecan_wsgi.hooks.translation [None req-59255a70-5201-4e11-8f33-2b2f547e1f64 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 712/1373] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:09 2026] GET /v2.0/ports/9f399117-bbd5-42bd-8292-d9d9071adbf3 => 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: 662/1374] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:12:09 2026] GET /v2.0/security-groups?id=436787b2-2297-4a8a-af3b-b7110c9ac996&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1375] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:09 2026] DELETE /v2.0/subnets/8ac72f6b-d7d0-4723-a7c5-aafdd50d35cd => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:09.941 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0dcda7b-4594-4de8-a86e-2ca4a61cba00 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] TaaS: Handle Delete Port: 3b3c1551-e256-4702-8f40-e7ff5b2c9028 2026-04-27 13:12:09.943 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0dcda7b-4594-4de8-a86e-2ca4a61cba00 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Tap Mirror: Handle Delete Port: 3b3c1551-e256-4702-8f40-e7ff5b2c9028 2026-04-27 13:12:10.137 8 INFO neutron.services.segments.plugin [-] Segment 9fb2f655-20fc-40be-a889-9975ba5174a2 resource provider aggregate not found 2026-04-27 13:12:10.142 8 INFO neutron.services.segments.plugin [-] Segment 9fb2f655-20fc-40be-a889-9975ba5174a2 resource provider aggregate not found 2026-04-27 13:12:10.157 8 INFO neutron.services.segments.plugin [-] Segment 9fb2f655-20fc-40be-a889-9975ba5174a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fb2f655-20fc-40be-a889-9975ba5174a2 found for delete ", "request_id": "req-80133cb5-7df7-4cd6-81ce-169b412f9331"}]} 2026-04-27 13:12:10.164 8 INFO neutron.services.segments.plugin [-] Segment 9fb2f655-20fc-40be-a889-9975ba5174a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fb2f655-20fc-40be-a889-9975ba5174a2 found for delete ", "request_id": "req-536a4c74-0efc-4418-b5b6-ae7d1e7095b7"}]} [pid: 8|app: 0|req: 663/1376] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:09 2026] DELETE /v2.0/networks/dedb1b68-c150-4068-acfe-68c2397c42d8 => generated 0 bytes in 455 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:10.307 7 INFO neutron.db.segments_db [None req-5fe20c16-dbba-4185-ad5b-64b20010f627 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Added segment 56cdca1b-967d-4962-a150-c2df92097379 of type geneve for network 0e9d65d1-d46f-43b6-9b9a-0f0f883a664a 2026-04-27 13:12:10.410 7 INFO neutron.db.ovn_revision_numbers_db [None req-5fe20c16-dbba-4185-ad5b-64b20010f627 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Successfully bumped revision number for resource 0e9d65d1-d46f-43b6-9b9a-0f0f883a664a (type: networks) to 1 2026-04-27 13:12:10.576 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-451d1060-f6f3-4223-b380-57087aeb18ca'] response: {'server_uuid': '07b8b3d9-ac8a-46bf-8032-e2af9add3033', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8520af51-928c-49c0-a5e9-d9eecc4e6901', 'code': 200} 2026-04-27 13:12:10.579 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5fe20c16-dbba-4185-ad5b-64b20010f627 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] No more DHCP agents 2026-04-27 13:12:10.581 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5fe20c16-dbba-4185-ad5b-64b20010f627 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Unable to schedule network 0e9d65d1-d46f-43b6-9b9a-0f0f883a664a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:10.629 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-bdec1912-a3ed-49b1-ab76-a0f43a3a93f9 - - - - - -] OVN reports status down for port: af886566-d065-46ae-b4fc-20dd1ec7df88 2026-04-27 13:12:10.665 7 INFO neutron.db.ovn_revision_numbers_db [None req-5fe20c16-dbba-4185-ad5b-64b20010f627 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Successfully bumped revision number for resource af886566-d065-46ae-b4fc-20dd1ec7df88 (type: ports) to 1 [pid: 7|app: 0|req: 714/1377] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:12:10 2026] POST /v2.0/networks => generated 669 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1378] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:12:10 2026] GET /v2.0/ports?device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1379] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:12:10 2026] GET /v2.0/security-groups?id=436787b2-2297-4a8a-af3b-b7110c9ac996&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1380] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:12:10 2026] GET /v2.0/ports?device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:10.926 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2ce9faac-23b4-49f6-8373-9534f4f88104 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] No more DHCP agents 2026-04-27 13:12:10.929 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2ce9faac-23b4-49f6-8373-9534f4f88104 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Unable to schedule network 0e9d65d1-d46f-43b6-9b9a-0f0f883a664a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:11.387 8 INFO neutron.db.ovn_revision_numbers_db [None req-a6ec2a67-c2a2-4ccb-8ecd-117041e871d7 0b2721b551da4040a9f3e536634998a8 1c99a4eec7e94bc1b68122ec0086cb13 - - default default] Successfully bumped revision number for resource 5657f202-950e-4bed-83f6-9b458f1bc339 (type: floatingips) to 1 2026-04-27 13:12:11.398 7 INFO neutron.db.ovn_revision_numbers_db [None req-2ce9faac-23b4-49f6-8373-9534f4f88104 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Successfully bumped revision number for resource af886566-d065-46ae-b4fc-20dd1ec7df88 (type: ports) to 2 2026-04-27 13:12:11.433 7 INFO neutron.db.ovn_revision_numbers_db [None req-2ce9faac-23b4-49f6-8373-9534f4f88104 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Successfully bumped revision number for resource e1c25728-0960-4849-a117-85eff9a44231 (type: subnets) to 0 [pid: 7|app: 0|req: 715/1381] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:12:10 2026] POST /v2.0/subnets => generated 626 bytes in 757 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:11.506 8 INFO neutron.db.ovn_revision_numbers_db [None req-a6ec2a67-c2a2-4ccb-8ecd-117041e871d7 0b2721b551da4040a9f3e536634998a8 1c99a4eec7e94bc1b68122ec0086cb13 - - default default] Successfully bumped revision number for resource 5657f202-950e-4bed-83f6-9b458f1bc339 (type: floatingips) to 2 2026-04-27 13:12:11.506 8 INFO neutron.db.l3_db [None req-a6ec2a67-c2a2-4ccb-8ecd-117041e871d7 0b2721b551da4040a9f3e536634998a8 1c99a4eec7e94bc1b68122ec0086cb13 - - default default] Floating IP 5657f202-950e-4bed-83f6-9b458f1bc339 associated. External IP: 10.96.250.220, port: 8520af51-928c-49c0-a5e9-d9eecc4e6901. [pid: 8|app: 0|req: 667/1382] 10.0.0.253 () {34 vars in 749 bytes} [Mon Apr 27 13:12:10 2026] PUT /v2.0/floatingips/5657f202-950e-4bed-83f6-9b458f1bc339 => generated 855 bytes in 643 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:12:11.707 7 WARNING neutron.db.securitygroups_db [None req-b81326f3-2c0b-4cc0-b454-123a70b3b952 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:12:11.790 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-11a1db8e-e255-459e-807e-a67204603aaa d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] No more DHCP agents 2026-04-27 13:12:11.791 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-11a1db8e-e255-459e-807e-a67204603aaa d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Unable to schedule network 0e9d65d1-d46f-43b6-9b9a-0f0f883a664a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:11.822 7 INFO neutron.db.ovn_revision_numbers_db [None req-b81326f3-2c0b-4cc0-b454-123a70b3b952 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a8ef361e-cc07-4ba6-a522-3ee0cce4fd65 (type: security_groups) to 1 2026-04-27 13:12:11.834 7 INFO neutron.db.ovn_revision_numbers_db [None req-b81326f3-2c0b-4cc0-b454-123a70b3b952 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 43a3172a-c981-4ddc-96d2-3bb111299f0b (type: security_group_rules) to 0 2026-04-27 13:12:11.845 7 INFO neutron.db.ovn_revision_numbers_db [None req-b81326f3-2c0b-4cc0-b454-123a70b3b952 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 4cabb9c4-a50c-4d36-86ee-448f43f1f598 (type: security_group_rules) to 0 2026-04-27 13:12:11.856 7 INFO neutron.db.ovn_revision_numbers_db [None req-b81326f3-2c0b-4cc0-b454-123a70b3b952 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f1112af4-4c5d-4dd9-900b-29bb0abd4c4c (type: security_group_rules) to 0 2026-04-27 13:12:11.866 7 INFO neutron.db.ovn_revision_numbers_db [None req-b81326f3-2c0b-4cc0-b454-123a70b3b952 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f6b6a1f8-e485-48f5-8c03-8641cde3aa35 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 716/1383] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:11 2026] GET /v2.0/security-groups?tenant_id=d444e88869524322b70e644b2341259f&name=default => generated 2925 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:12:11.928 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5a081b33-0842-4ec8-b495-83f6f89c1177 - - - - - -] OVN reports status down for port: 044adae1-5040-49b3-8ed8-d43d4072d957 2026-04-27 13:12:11.955 8 INFO neutron.db.ovn_revision_numbers_db [None req-11a1db8e-e255-459e-807e-a67204603aaa d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Successfully bumped revision number for resource 044adae1-5040-49b3-8ed8-d43d4072d957 (type: ports) to 1 [pid: 8|app: 0|req: 668/1384] 10.0.0.253 () {34 vars in 665 bytes} [Mon Apr 27 13:12:11 2026] POST /v2.0/ports => generated 912 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1385] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:12:11 2026] GET /v2.0/ports?device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => generated 971 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:12.158 7 INFO neutron_taas.services.taas.taas_plugin [None req-404d66ed-d95e-4e54-93d4-11367b00ac42 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] TaaS: Handle Delete Port: 044adae1-5040-49b3-8ed8-d43d4072d957 2026-04-27 13:12:12.161 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-404d66ed-d95e-4e54-93d4-11367b00ac42 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Tap Mirror: Handle Delete Port: 044adae1-5040-49b3-8ed8-d43d4072d957 [pid: 8|app: 0|req: 669/1386] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:12 2026] DELETE /v2.0/security-groups/a8ef361e-cc07-4ba6-a522-3ee0cce4fd65 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1387] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:12:12 2026] GET /v2.0/security-groups?id=436787b2-2297-4a8a-af3b-b7110c9ac996&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1388] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:12:12 2026] DELETE /v2.0/ports/044adae1-5040-49b3-8ed8-d43d4072d957 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:12.350 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cd805eec-c331-42ab-a2af-81b174dcd71a d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 671/1389] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:12 2026] GET /v2.0/ports/044adae1-5040-49b3-8ed8-d43d4072d957 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1390] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:12 2026] DELETE /v2.0/subnets/e1c25728-0960-4849-a117-85eff9a44231 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1391] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:12:12 2026] GET /v2.0/ports?device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:12.616 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8efeafa-cdbf-4659-96ba-15b8c1238d5d'] response: {'name': 'network-changed', 'server_uuid': '07b8b3d9-ac8a-46bf-8032-e2af9add3033', 'tag': '8520af51-928c-49c0-a5e9-d9eecc4e6901', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 673/1392] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:12:12 2026] GET /v2.0/security-groups?id=436787b2-2297-4a8a-af3b-b7110c9ac996&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:12.689 7 INFO neutron_taas.services.taas.taas_plugin [None req-ed0a4483-49b1-40af-bc47-686ec14e082d d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] TaaS: Handle Delete Port: af886566-d065-46ae-b4fc-20dd1ec7df88 2026-04-27 13:12:12.692 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed0a4483-49b1-40af-bc47-686ec14e082d d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Tap Mirror: Handle Delete Port: af886566-d065-46ae-b4fc-20dd1ec7df88 2026-04-27 13:12:12.866 7 INFO neutron.services.segments.plugin [-] Segment 56cdca1b-967d-4962-a150-c2df92097379 resource provider aggregate not found 2026-04-27 13:12:12.866 7 INFO neutron.services.segments.plugin [-] Segment 56cdca1b-967d-4962-a150-c2df92097379 resource provider aggregate not found 2026-04-27 13:12:12.902 7 INFO neutron.services.segments.plugin [-] Segment 56cdca1b-967d-4962-a150-c2df92097379 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56cdca1b-967d-4962-a150-c2df92097379 found for delete ", "request_id": "req-7d1857ca-ae10-4259-92b7-25e347789a14"}]} 2026-04-27 13:12:12.909 7 INFO neutron.services.segments.plugin [-] Segment 56cdca1b-967d-4962-a150-c2df92097379 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56cdca1b-967d-4962-a150-c2df92097379 found for delete ", "request_id": "req-fc0bddf8-c888-461f-9475-7b57a54222d3"}]} [pid: 7|app: 0|req: 720/1393] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:12 2026] DELETE /v2.0/networks/0e9d65d1-d46f-43b6-9b9a-0f0f883a664a => generated 0 bytes in 401 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1394] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:12:13 2026] GET /v2.0/ports?tenant_id=1c99a4eec7e94bc1b68122ec0086cb13&device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => generated 1232 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:12:13.194 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fffd7974-d879-4775-bb6f-c2553c26558c d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] No more DHCP agents 2026-04-27 13:12:13.196 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fffd7974-d879-4775-bb6f-c2553c26558c d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Unable to schedule network 64dfdf96-4d3d-4462-b52e-a4211e89deac: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 722/1395] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:12:13 2026] GET /v2.0/networks?id=181f6ed5-f325-4488-b47e-053592300ebd => generated 817 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:13.259 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-bdec1912-a3ed-49b1-ab76-a0f43a3a93f9 - - - - - -] OVN reports status down for port: b86df5c6-a5ec-4c54-881a-51a1945aa579 [pid: 7|app: 0|req: 723/1396] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:12:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=8520af51-928c-49c0-a5e9-d9eecc4e6901 => generated 860 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:13.310 8 INFO neutron.db.ovn_revision_numbers_db [None req-fffd7974-d879-4775-bb6f-c2553c26558c d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Successfully bumped revision number for resource b86df5c6-a5ec-4c54-881a-51a1945aa579 (type: ports) to 1 [pid: 7|app: 0|req: 724/1397] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:12:13 2026] GET /v2.0/subnets?id=e22dc894-47c9-4cea-b7d5-329af289c513 => generated 698 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1398] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:12:13 2026] GET /v2.0/ports?network_id=181f6ed5-f325-4488-b47e-053592300ebd&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: 674/1399] 10.0.0.253 () {34 vars in 665 bytes} [Mon Apr 27 13:12:12 2026] POST /v2.0/ports => generated 774 bytes in 442 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: 726/1400] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:12:13 2026] GET /v2.0/networks/181f6ed5-f325-4488-b47e-053592300ebd?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1401] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:12:13 2026] GET /v2.0/networks/181f6ed5-f325-4488-b47e-053592300ebd?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-04-27 13:12:13.531 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-bdec1912-a3ed-49b1-ab76-a0f43a3a93f9 - - - - - -] OVN reports status down for port: 8520af51-928c-49c0-a5e9-d9eecc4e6901 [pid: 7|app: 0|req: 728/1402] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:12:13 2026] GET /v2.0/ports?device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1403] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:12:13 2026] GET /v2.0/security-groups?id=436787b2-2297-4a8a-af3b-b7110c9ac996&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:14.217 8 INFO neutron.db.ovn_revision_numbers_db [None req-8af73401-b686-4e51-91e5-070c3cd51dd4 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Successfully bumped revision number for resource b86df5c6-a5ec-4c54-881a-51a1945aa579 (type: ports) to 2 [pid: 8|app: 0|req: 675/1404] 10.0.0.253 () {34 vars in 737 bytes} [Mon Apr 27 13:12:13 2026] PUT /v2.0/ports/b86df5c6-a5ec-4c54-881a-51a1945aa579 => generated 752 bytes in 853 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:12:14.280 7 WARNING neutron.db.securitygroups_db [None req-03fa9803-6f1a-46c1-b270-33685d3d1aeb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:12:14.397 7 INFO neutron.db.ovn_revision_numbers_db [None req-03fa9803-6f1a-46c1-b270-33685d3d1aeb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 81d04a20-6204-4271-aae1-cf5642d5f3d3 (type: security_groups) to 1 2026-04-27 13:12:14.409 7 INFO neutron.db.ovn_revision_numbers_db [None req-03fa9803-6f1a-46c1-b270-33685d3d1aeb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0bef217b-0df4-46b1-8847-7ea0a11d3a50 (type: security_group_rules) to 0 2026-04-27 13:12:14.421 7 INFO neutron.db.ovn_revision_numbers_db [None req-03fa9803-6f1a-46c1-b270-33685d3d1aeb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a38bc9e5-3dac-4b77-8c9f-30c03834f691 (type: security_group_rules) to 0 2026-04-27 13:12:14.432 7 INFO neutron.db.ovn_revision_numbers_db [None req-03fa9803-6f1a-46c1-b270-33685d3d1aeb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource d4599458-dade-48b1-8408-e4570a594e3a (type: security_group_rules) to 0 2026-04-27 13:12:14.442 8 INFO neutron.db.ovn_revision_numbers_db [None req-bdec1912-a3ed-49b1-ab76-a0f43a3a93f9 - - - - - -] Successfully bumped revision number for resource 8520af51-928c-49c0-a5e9-d9eecc4e6901 (type: ports) to 6 2026-04-27 13:12:14.446 7 INFO neutron.db.ovn_revision_numbers_db [None req-03fa9803-6f1a-46c1-b270-33685d3d1aeb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e91673c2-8d4c-4d2b-8ff5-e1a720004530 (type: security_group_rules) to 0 2026-04-27 13:12:14.456 8 INFO neutron_taas.services.taas.taas_plugin [None req-2097f319-a92a-4615-87d5-998bf22aa5be d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] TaaS: Handle Delete Port: b86df5c6-a5ec-4c54-881a-51a1945aa579 2026-04-27 13:12:14.463 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2097f319-a92a-4615-87d5-998bf22aa5be d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Tap Mirror: Handle Delete Port: b86df5c6-a5ec-4c54-881a-51a1945aa579 [pid: 7|app: 0|req: 730/1405] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:14 2026] GET /v2.0/security-groups?tenant_id=c598b4ea061a421e979cabb2664211ee&name=default => generated 2925 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:12:14.548 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-461fe73a-8026-46c8-a31e-8a94cd35cc09 - - - - - -] OVN reports status down for port: b86df5c6-a5ec-4c54-881a-51a1945aa579 2026-04-27 13:12:14.589 8 INFO neutron.plugins.ml2.db [None req-461fe73a-8026-46c8-a31e-8a94cd35cc09 - - - - - -] No ports have port_id starting with b86df5c6-a5ec-4c54-881a-51a1945aa579 [pid: 7|app: 0|req: 731/1406] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:14 2026] DELETE /v2.0/security-groups/81d04a20-6204-4271-aae1-cf5642d5f3d3 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1407] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:12:14 2026] DELETE /v2.0/ports/b86df5c6-a5ec-4c54-881a-51a1945aa579 => generated 0 bytes in 403 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:14.656 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8281ba4-e707-47db-87a9-16acd03e3870'] response: {'server_uuid': '07b8b3d9-ac8a-46bf-8032-e2af9add3033', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '8520af51-928c-49c0-a5e9-d9eecc4e6901', 'code': 200} 2026-04-27 13:12:14.657 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8281ba4-e707-47db-87a9-16acd03e3870'] response: {'server_uuid': '07b8b3d9-ac8a-46bf-8032-e2af9add3033', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '8520af51-928c-49c0-a5e9-d9eecc4e6901', '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: 732/1408] 10.0.0.253 () {32 vars in 643 bytes} [Mon Apr 27 13:12:14 2026] GET /v2.0/ports => generated 1533 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:12:14.750 7 WARNING neutron.db.securitygroups_db [None req-7fd6d965-87d8-4a98-b823-5c913fcb0e22 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 677/1409] 199.204.45.33 () {34 vars in 993 bytes} [Mon Apr 27 13:12:14 2026] GET /v2.0/ports?device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:14.784 8 INFO neutron.pecan_wsgi.hooks.translation [None req-21a718e3-9691-4b52-a16b-eadc84c5166b d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 678/1410] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:14 2026] GET /v2.0/ports/b86df5c6-a5ec-4c54-881a-51a1945aa579 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:12:14.884 7 INFO neutron.db.ovn_revision_numbers_db [None req-7fd6d965-87d8-4a98-b823-5c913fcb0e22 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource efd7e0c0-c0a9-460d-a8bb-5f2713b9e439 (type: security_groups) to 1 2026-04-27 13:12:14.895 7 INFO neutron.db.ovn_revision_numbers_db [None req-7fd6d965-87d8-4a98-b823-5c913fcb0e22 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2c691625-0824-4445-a0ae-7010bfa51728 (type: security_group_rules) to 0 2026-04-27 13:12:14.908 7 INFO neutron.db.ovn_revision_numbers_db [None req-7fd6d965-87d8-4a98-b823-5c913fcb0e22 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 46952f1f-681e-45fd-829b-cfa99dd915c2 (type: security_group_rules) to 0 2026-04-27 13:12:14.921 7 INFO neutron.db.ovn_revision_numbers_db [None req-7fd6d965-87d8-4a98-b823-5c913fcb0e22 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource dd2940b7-af43-4edc-968a-e0c7787a53af (type: security_group_rules) to 0 2026-04-27 13:12:14.932 8 INFO neutron_taas.services.taas.taas_plugin [req-2fa23e21-c113-46ef-a376-cf335bd1809d req-ea22b6f7-0158-40ef-99ba-5d9a829765ae 0b2721b551da4040a9f3e536634998a8 1c99a4eec7e94bc1b68122ec0086cb13 - - default default] TaaS: Handle Delete Port: 8520af51-928c-49c0-a5e9-d9eecc4e6901 2026-04-27 13:12:14.935 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2fa23e21-c113-46ef-a376-cf335bd1809d req-ea22b6f7-0158-40ef-99ba-5d9a829765ae 0b2721b551da4040a9f3e536634998a8 1c99a4eec7e94bc1b68122ec0086cb13 - - default default] Tap Mirror: Handle Delete Port: 8520af51-928c-49c0-a5e9-d9eecc4e6901 2026-04-27 13:12:14.940 7 INFO neutron.db.ovn_revision_numbers_db [None req-7fd6d965-87d8-4a98-b823-5c913fcb0e22 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f4f49170-0912-402e-9588-eb89496a1f90 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 733/1411] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:14 2026] GET /v2.0/security-groups?tenant_id=cff81007a2eb45fd8aa63f8cb4ff1e13&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1412] 10.0.0.253 () {32 vars in 643 bytes} [Mon Apr 27 13:12:14 2026] GET /v2.0/ports => generated 1533 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1413] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:12:15 2026] GET /v2.0/ports?device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:15.162 8 INFO neutron.db.l3_db [req-2fa23e21-c113-46ef-a376-cf335bd1809d req-ea22b6f7-0158-40ef-99ba-5d9a829765ae 0b2721b551da4040a9f3e536634998a8 1c99a4eec7e94bc1b68122ec0086cb13 - - default default] Floating IP 5657f202-950e-4bed-83f6-9b458f1bc339 disassociated. External IP: 10.96.250.220, port: 8520af51-928c-49c0-a5e9-d9eecc4e6901. [pid: 7|app: 0|req: 736/1414] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:15 2026] DELETE /v2.0/security-groups/efd7e0c0-c0a9-460d-a8bb-5f2713b9e439 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1415] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:15 2026] GET /v2.0/ports/5cb450a7-1457-4e56-9b0a-58b9c95d0ca4 => generated 774 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1416] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:12:15 2026] GET /v2.0/security-groups?id=436787b2-2297-4a8a-af3b-b7110c9ac996&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:15.296 7 INFO neutron.pecan_wsgi.hooks.translation [None req-adddf73f-1f93-4ef5-8852-1829df065fc3 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 679/1417] 199.204.45.33 () {36 vars in 996 bytes} [Mon Apr 27 13:12:14 2026] DELETE /v2.0/ports/8520af51-928c-49c0-a5e9-d9eecc4e6901 => 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: 739/1418] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:12:15 2026] DELETE /v2.0/ports/044adae1-5040-49b3-8ed8-d43d4072d957 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:12:15.324 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a6e6412a-b6ec-4615-a5e3-6b51aa2551ac d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 680/1419] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:15 2026] DELETE /v2.0/subnets/e1c25728-0960-4849-a117-85eff9a44231 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:12:15.344 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d185211e-79e5-4f1f-b899-ef796391c270 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 740/1420] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:15 2026] DELETE /v2.0/subnets/8ac72f6b-d7d0-4723-a7c5-aafdd50d35cd => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:12:15.474 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0fe2dd4-9891-45c5-821d-7d1c4e340ce2 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] TaaS: Handle Delete Port: 5cb450a7-1457-4e56-9b0a-58b9c95d0ca4 2026-04-27 13:12:15.478 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0fe2dd4-9891-45c5-821d-7d1c4e340ce2 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Tap Mirror: Handle Delete Port: 5cb450a7-1457-4e56-9b0a-58b9c95d0ca4 [pid: 8|app: 0|req: 681/1421] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:12:15 2026] DELETE /v2.0/ports/5cb450a7-1457-4e56-9b0a-58b9c95d0ca4 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:15.710 7 INFO neutron_taas.services.taas.taas_plugin [None req-636dfe81-2709-4fbc-949a-5fca5392a392 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] TaaS: Handle Delete Port: 3320ee78-52bc-465e-8429-ad4e15d7662d 2026-04-27 13:12:15.713 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-636dfe81-2709-4fbc-949a-5fca5392a392 d5bac1126170413d88afedc0c637b396 a48deabbbb364d69af80369e8875dd3b - - default default] Tap Mirror: Handle Delete Port: 3320ee78-52bc-465e-8429-ad4e15d7662d 2026-04-27 13:12:15.885 7 INFO neutron.services.segments.plugin [-] Segment 141ec152-0fdf-46e4-bd97-a7cf97875a9e resource provider aggregate not found 2026-04-27 13:12:15.890 7 INFO neutron.services.segments.plugin [-] Segment 141ec152-0fdf-46e4-bd97-a7cf97875a9e resource provider aggregate not found 2026-04-27 13:12:15.907 7 INFO neutron.services.segments.plugin [-] Segment 141ec152-0fdf-46e4-bd97-a7cf97875a9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 141ec152-0fdf-46e4-bd97-a7cf97875a9e found for delete ", "request_id": "req-552b4247-1bf7-4158-bbfd-440a5998813a"}]} 2026-04-27 13:12:15.913 7 INFO neutron.services.segments.plugin [-] Segment 141ec152-0fdf-46e4-bd97-a7cf97875a9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 141ec152-0fdf-46e4-bd97-a7cf97875a9e found for delete ", "request_id": "req-86d74ff4-9461-46f6-96de-79d85ddbb99b"}]} [pid: 7|app: 0|req: 741/1422] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:15 2026] DELETE /v2.0/networks/64dfdf96-4d3d-4462-b52e-a4211e89deac => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1423] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:12:16 2026] GET /v2.0/ports?device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:12:16.450 8 WARNING neutron.db.securitygroups_db [None req-743146f0-d406-49cd-bd24-4686505a5f5c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 682/1424] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:16 2026] GET /v2.0/security-groups?tenant_id=a48deabbbb364d69af80369e8875dd3b&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1425] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:16 2026] DELETE /v2.0/security-groups/1857aff2-1431-4ee8-9793-acd1655eb468 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:12:16.699 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8fc1db82-10cc-4b8a-b901-5c612135d5dd'] response: {'server_uuid': '07b8b3d9-ac8a-46bf-8032-e2af9add3033', 'name': 'network-vif-deleted', 'tag': '8520af51-928c-49c0-a5e9-d9eecc4e6901', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 683/1426] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:12:17 2026] GET /v2.0/ports?device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:12:17.714 7 WARNING neutron.db.securitygroups_db [None req-fb98bb2a-d406-4286-8128-6f007148989c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:12:17.804 7 INFO neutron.db.ovn_revision_numbers_db [None req-fb98bb2a-d406-4286-8128-6f007148989c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 8c067bf6-c61b-4387-8446-72fd134af23e (type: security_groups) to 1 2026-04-27 13:12:17.814 7 INFO neutron.db.ovn_revision_numbers_db [None req-fb98bb2a-d406-4286-8128-6f007148989c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0ea98c41-c1f8-448d-a1f2-b5cc3d1d685e (type: security_group_rules) to 0 2026-04-27 13:12:17.823 7 INFO neutron.db.ovn_revision_numbers_db [None req-fb98bb2a-d406-4286-8128-6f007148989c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 152cf033-ef49-4c73-ace6-9ae939bb73cd (type: security_group_rules) to 0 2026-04-27 13:12:17.834 7 INFO neutron.db.ovn_revision_numbers_db [None req-fb98bb2a-d406-4286-8128-6f007148989c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 565105fd-9698-4fdc-9f23-48f3ef9f3957 (type: security_group_rules) to 0 2026-04-27 13:12:17.844 7 INFO neutron.db.ovn_revision_numbers_db [None req-fb98bb2a-d406-4286-8128-6f007148989c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a930dc51-9417-4982-8dc6-4f364075d7c0 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 744/1427] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:17 2026] GET /v2.0/security-groups?tenant_id=1004409f383a4ba6863a3d683a0f14be&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1430] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:17 2026] DELETE /v2.0/security-groups/8c067bf6-c61b-4387-8446-72fd134af23e => generated 0 bytes in 229 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1431] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:12:18 2026] GET /v2.0/ports?device_id=07b8b3d9-ac8a-46bf-8032-e2af9add3033 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:12:19.039 8 INFO neutron.db.ovn_revision_numbers_db [None req-1e6c0a20-d9da-4838-83d1-a2af8200dd21 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource 86dd04fe-28fd-4acc-b162-ae8a5e34b939 (type: security_groups) to 1 2026-04-27 13:12:19.055 8 INFO neutron.db.ovn_revision_numbers_db [None req-1e6c0a20-d9da-4838-83d1-a2af8200dd21 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource 0c9a1856-e04b-4f55-b29f-5e623fdc6e93 (type: security_group_rules) to 0 2026-04-27 13:12:19.069 8 INFO neutron.db.ovn_revision_numbers_db [None req-1e6c0a20-d9da-4838-83d1-a2af8200dd21 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource 81351b2a-4fc0-43ea-90e8-b4b2c29ac7ae (type: security_group_rules) to 0 2026-04-27 13:12:19.080 8 INFO neutron.db.ovn_revision_numbers_db [None req-1e6c0a20-d9da-4838-83d1-a2af8200dd21 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource eb29604b-ef4b-49e3-a604-7055abdf88cc (type: security_group_rules) to 0 2026-04-27 13:12:19.094 8 INFO neutron.db.ovn_revision_numbers_db [None req-1e6c0a20-d9da-4838-83d1-a2af8200dd21 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource edbf9383-e223-4876-958b-9463873c38b6 (type: security_group_rules) to 0 2026-04-27 13:12:19.169 8 INFO neutron.db.segments_db [None req-1e6c0a20-d9da-4838-83d1-a2af8200dd21 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Added segment a673c5f6-23ee-43be-b3fa-ef050ac7483b of type geneve for network 273feeb3-e62c-41cb-8448-55d9e66902eb 2026-04-27 13:12:19.279 8 INFO neutron.db.ovn_revision_numbers_db [None req-1e6c0a20-d9da-4838-83d1-a2af8200dd21 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource 273feeb3-e62c-41cb-8448-55d9e66902eb (type: networks) to 1 2026-04-27 13:12:19.441 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1e6c0a20-d9da-4838-83d1-a2af8200dd21 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] No more DHCP agents 2026-04-27 13:12:19.443 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1e6c0a20-d9da-4838-83d1-a2af8200dd21 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Unable to schedule network 273feeb3-e62c-41cb-8448-55d9e66902eb: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:19.506 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-461fe73a-8026-46c8-a31e-8a94cd35cc09 - - - - - -] OVN reports status down for port: 427ecfd0-d1b5-43ab-8cb9-0ab8561cff75 2026-04-27 13:12:19.537 7 WARNING neutron.db.securitygroups_db [None req-7d627bb5-cfa7-44e1-b152-23bef60d6b06 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:12:19.562 8 INFO neutron.db.ovn_revision_numbers_db [None req-1e6c0a20-d9da-4838-83d1-a2af8200dd21 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource 427ecfd0-d1b5-43ab-8cb9-0ab8561cff75 (type: ports) to 1 [pid: 8|app: 0|req: 685/1432] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:12:18 2026] POST /v2.0/networks => generated 667 bytes in 908 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:19.664 7 INFO neutron.db.ovn_revision_numbers_db [None req-7d627bb5-cfa7-44e1-b152-23bef60d6b06 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 605559b5-9269-4602-9cb5-ecafc7462461 (type: security_groups) to 1 2026-04-27 13:12:19.677 7 INFO neutron.db.ovn_revision_numbers_db [None req-7d627bb5-cfa7-44e1-b152-23bef60d6b06 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 5a9f5461-2e90-41ae-a2f0-8adaa2ba90ea (type: security_group_rules) to 0 2026-04-27 13:12:19.688 7 INFO neutron.db.ovn_revision_numbers_db [None req-7d627bb5-cfa7-44e1-b152-23bef60d6b06 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 82deb657-9568-4108-b52a-c2336824a193 (type: security_group_rules) to 0 2026-04-27 13:12:19.699 8 INFO neutron.db.segments_db [None req-b968fc16-0afb-40a1-beeb-d96837fc047f 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Added segment 279c93c6-8a19-408e-b262-6010118ecb52 of type geneve for network ade5abf9-e3c1-4131-b5e9-cb740fda121d 2026-04-27 13:12:19.699 7 INFO neutron.db.ovn_revision_numbers_db [None req-7d627bb5-cfa7-44e1-b152-23bef60d6b06 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a3bfe0f8-3b7c-4c92-b67c-6e8ecb4103b3 (type: security_group_rules) to 0 2026-04-27 13:12:19.713 7 INFO neutron.db.ovn_revision_numbers_db [None req-7d627bb5-cfa7-44e1-b152-23bef60d6b06 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f75edd5b-e1fc-4048-a973-61b5794b4216 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 748/1433] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:19 2026] GET /v2.0/security-groups?tenant_id=5588f170b6b64617991b9a1a3e1609fb&name=default => generated 2925 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:12:19.836 8 INFO neutron.db.ovn_revision_numbers_db [None req-b968fc16-0afb-40a1-beeb-d96837fc047f 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource ade5abf9-e3c1-4131-b5e9-cb740fda121d (type: networks) to 1 [pid: 7|app: 0|req: 749/1434] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:19 2026] DELETE /v2.0/security-groups/436787b2-2297-4a8a-af3b-b7110c9ac996 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:12:20.004 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b968fc16-0afb-40a1-beeb-d96837fc047f 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] No more DHCP agents 2026-04-27 13:12:20.005 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b968fc16-0afb-40a1-beeb-d96837fc047f 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Unable to schedule network ade5abf9-e3c1-4131-b5e9-cb740fda121d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:20.064 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5a081b33-0842-4ec8-b495-83f6f89c1177 - - - - - -] OVN reports status down for port: d55cce8c-75a2-442a-ace8-f24547bc5d07 2026-04-27 13:12:20.108 8 INFO neutron.db.ovn_revision_numbers_db [None req-b968fc16-0afb-40a1-beeb-d96837fc047f 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource d55cce8c-75a2-442a-ace8-f24547bc5d07 (type: ports) to 1 [pid: 8|app: 0|req: 686/1435] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:12:19 2026] POST /v2.0/networks => generated 668 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1436] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:19 2026] DELETE /v2.0/security-groups/605559b5-9269-4602-9cb5-ecafc7462461 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:12:20.142 8 INFO neutron.api.v2.resource [None req-d5183107-04e1-4b0f-9e99-603e64e4993e 0b2721b551da4040a9f3e536634998a8 1c99a4eec7e94bc1b68122ec0086cb13 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 687/1437] 10.0.0.253 () {32 vars in 737 bytes} [Mon Apr 27 13:12:20 2026] GET /v2.0/security-groups/436787b2-2297-4a8a-af3b-b7110c9ac996 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:12:20.310 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c02a4cc2-fce6-4f94-a628-19728ab2c331 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] No more DHCP agents 2026-04-27 13:12:20.311 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c02a4cc2-fce6-4f94-a628-19728ab2c331 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Unable to schedule network 273feeb3-e62c-41cb-8448-55d9e66902eb: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:20.348 7 INFO neutron.db.ovn_revision_numbers_db [None req-e06a35b7-9904-4ce0-9809-040459b063fd 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Successfully bumped revision number for resource f70a1c24-8345-4084-81cf-aa31ea902f0f (type: security_groups) to 1 2026-04-27 13:12:20.364 7 INFO neutron.db.ovn_revision_numbers_db [None req-e06a35b7-9904-4ce0-9809-040459b063fd 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Successfully bumped revision number for resource 8a26b910-2afc-4ede-907f-d4885f265473 (type: security_group_rules) to 0 2026-04-27 13:12:20.376 7 INFO neutron.db.ovn_revision_numbers_db [None req-e06a35b7-9904-4ce0-9809-040459b063fd 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Successfully bumped revision number for resource d92f487d-011f-4210-883c-7657fc392bf3 (type: security_group_rules) to 0 2026-04-27 13:12:20.390 7 INFO neutron.db.ovn_revision_numbers_db [None req-e06a35b7-9904-4ce0-9809-040459b063fd 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Successfully bumped revision number for resource e4beef71-d0be-4135-9152-54fb9ab93f41 (type: security_group_rules) to 0 2026-04-27 13:12:20.400 7 INFO neutron.db.ovn_revision_numbers_db [None req-e06a35b7-9904-4ce0-9809-040459b063fd 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Successfully bumped revision number for resource f05bf92d-d8cd-4114-885e-b38c063ce770 (type: security_group_rules) to 0 2026-04-27 13:12:20.468 7 INFO neutron.db.segments_db [None req-e06a35b7-9904-4ce0-9809-040459b063fd 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Added segment 75f2751e-126c-4e16-b13e-bb37c8111174 of type geneve for network edd3d2e0-bdce-4ac6-aee4-e7e0c8af077a 2026-04-27 13:12:20.568 7 INFO neutron.db.ovn_revision_numbers_db [None req-e06a35b7-9904-4ce0-9809-040459b063fd 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Successfully bumped revision number for resource edd3d2e0-bdce-4ac6-aee4-e7e0c8af077a (type: networks) to 1 2026-04-27 13:12:20.756 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e06a35b7-9904-4ce0-9809-040459b063fd 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] No more DHCP agents 2026-04-27 13:12:20.757 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e06a35b7-9904-4ce0-9809-040459b063fd 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Unable to schedule network edd3d2e0-bdce-4ac6-aee4-e7e0c8af077a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:20.760 8 INFO neutron.db.ovn_revision_numbers_db [None req-c02a4cc2-fce6-4f94-a628-19728ab2c331 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource 427ecfd0-d1b5-43ab-8cb9-0ab8561cff75 (type: ports) to 2 2026-04-27 13:12:20.790 8 INFO neutron.db.ovn_revision_numbers_db [None req-c02a4cc2-fce6-4f94-a628-19728ab2c331 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource f531bb13-2fbc-422a-bcd0-162f9b9ebe69 (type: subnets) to 0 2026-04-27 13:12:20.811 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5a081b33-0842-4ec8-b495-83f6f89c1177 - - - - - -] OVN reports status down for port: f37774f8-80db-467e-ba80-10b2b1b4b47d [pid: 8|app: 0|req: 688/1438] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:12:20 2026] POST /v2.0/subnets => generated 626 bytes in 685 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:20.882 7 INFO neutron.db.ovn_revision_numbers_db [None req-e06a35b7-9904-4ce0-9809-040459b063fd 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Successfully bumped revision number for resource f37774f8-80db-467e-ba80-10b2b1b4b47d (type: ports) to 1 [pid: 7|app: 0|req: 751/1439] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:12:20 2026] POST /v2.0/networks => generated 687 bytes in 790 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:20.936 7 WARNING neutron.db.securitygroups_db [None req-a04c5c7b-9d4a-4549-b421-9203a391a545 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:12:20.950 8 INFO neutron_taas.services.taas.taas_plugin [None req-490d9c51-9679-4590-8d76-b8572d1999d6 0b2721b551da4040a9f3e536634998a8 1c99a4eec7e94bc1b68122ec0086cb13 - - default default] TaaS: Handle Delete Port: 4b068242-89c8-4f18-94d3-1f1e294fb1fd 2026-04-27 13:12:20.954 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-490d9c51-9679-4590-8d76-b8572d1999d6 0b2721b551da4040a9f3e536634998a8 1c99a4eec7e94bc1b68122ec0086cb13 - - default default] Tap Mirror: Handle Delete Port: 4b068242-89c8-4f18-94d3-1f1e294fb1fd 2026-04-27 13:12:21.044 7 INFO neutron.db.ovn_revision_numbers_db [None req-a04c5c7b-9d4a-4549-b421-9203a391a545 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ad3d71f8-0476-46be-8b83-ba8823114b74 (type: security_groups) to 1 2026-04-27 13:12:21.069 7 INFO neutron.db.ovn_revision_numbers_db [None req-a04c5c7b-9d4a-4549-b421-9203a391a545 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 06a9244c-a4ba-451a-958a-dbda19d9efb3 (type: security_group_rules) to 0 2026-04-27 13:12:21.081 7 INFO neutron.db.ovn_revision_numbers_db [None req-a04c5c7b-9d4a-4549-b421-9203a391a545 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 31106e73-3825-4c12-af69-280aeaa0a8f6 (type: security_group_rules) to 0 2026-04-27 13:12:21.091 7 INFO neutron.db.ovn_revision_numbers_db [None req-a04c5c7b-9d4a-4549-b421-9203a391a545 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 4dccea78-8875-42b7-b2ca-abaa6556b773 (type: security_group_rules) to 0 2026-04-27 13:12:21.102 7 INFO neutron.db.ovn_revision_numbers_db [None req-a04c5c7b-9d4a-4549-b421-9203a391a545 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 62fcce59-14ed-4b93-95e3-14c07585cd7d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 752/1440] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:20 2026] GET /v2.0/security-groups?tenant_id=ea423722c93945faaad331e584934482&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1441] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:12:20 2026] DELETE /v2.0/floatingips/5657f202-950e-4bed-83f6-9b458f1bc339 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:12:21.302 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a4fd9efb-546b-4dc9-bfa5-e862a6379b30 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] No more DHCP agents 2026-04-27 13:12:21.303 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a4fd9efb-546b-4dc9-bfa5-e862a6379b30 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Unable to schedule network ade5abf9-e3c1-4131-b5e9-cb740fda121d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:21.354 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-14e61da2-a034-438d-940b-1390ecd52b15 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] No more DHCP agents 2026-04-27 13:12:21.356 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-14e61da2-a034-438d-940b-1390ecd52b15 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Unable to schedule network edd3d2e0-bdce-4ac6-aee4-e7e0c8af077a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:21.420 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-461fe73a-8026-46c8-a31e-8a94cd35cc09 - - - - - -] OVN reports status down for port: 985dc262-31d5-4f52-816a-9e15cd511566 2026-04-27 13:12:21.467 8 INFO neutron.db.ovn_revision_numbers_db [None req-14e61da2-a034-438d-940b-1390ecd52b15 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Successfully bumped revision number for resource 985dc262-31d5-4f52-816a-9e15cd511566 (type: ports) to 1 [pid: 8|app: 0|req: 690/1442] 10.0.0.253 () {34 vars in 665 bytes} [Mon Apr 27 13:12:21 2026] POST /v2.0/ports => generated 778 bytes in 390 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: 691/1443] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:21 2026] DELETE /v2.0/security-groups/ad3d71f8-0476-46be-8b83-ba8823114b74 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:12:21.778 7 INFO neutron.db.ovn_revision_numbers_db [None req-a4fd9efb-546b-4dc9-bfa5-e862a6379b30 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource d55cce8c-75a2-442a-ace8-f24547bc5d07 (type: ports) to 2 2026-04-27 13:12:21.810 7 INFO neutron.db.ovn_revision_numbers_db [None req-a4fd9efb-546b-4dc9-bfa5-e862a6379b30 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource 1b28f795-03e5-4fb7-b531-3e22ba4d441c (type: subnets) to 0 [pid: 7|app: 0|req: 753/1444] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:12:21 2026] POST /v2.0/subnets => generated 626 bytes in 689 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:21.912 7 INFO neutron.db.segments_db [None req-e434107c-e1bd-4574-acdc-614f4681a175 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Added segment ad683936-6014-4a13-84c9-b30031e1b721 of type geneve for network f84c04f3-f788-4ea7-aebb-baaf6b4a8857 2026-04-27 13:12:22.015 7 INFO neutron.db.ovn_revision_numbers_db [None req-e434107c-e1bd-4574-acdc-614f4681a175 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Successfully bumped revision number for resource f84c04f3-f788-4ea7-aebb-baaf6b4a8857 (type: networks) to 1 2026-04-27 13:12:22.047 8 INFO neutron_taas.services.taas.taas_plugin [None req-38d77fee-5e5c-4bba-b968-2e5996aa8b20 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: 6a112e4b-53c9-4bfc-86c3-e04242bf97f8 2026-04-27 13:12:22.050 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38d77fee-5e5c-4bba-b968-2e5996aa8b20 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: 6a112e4b-53c9-4bfc-86c3-e04242bf97f8 2026-04-27 13:12:22.182 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e434107c-e1bd-4574-acdc-614f4681a175 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] No more DHCP agents 2026-04-27 13:12:22.183 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e434107c-e1bd-4574-acdc-614f4681a175 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Unable to schedule network f84c04f3-f788-4ea7-aebb-baaf6b4a8857: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:22.248 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-461fe73a-8026-46c8-a31e-8a94cd35cc09 - - - - - -] OVN reports status down for port: 651b7e68-99b3-460b-b1d1-6d01389efb8d 2026-04-27 13:12:22.281 7 INFO neutron.db.ovn_revision_numbers_db [None req-e434107c-e1bd-4574-acdc-614f4681a175 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Successfully bumped revision number for resource 651b7e68-99b3-460b-b1d1-6d01389efb8d (type: ports) to 1 [pid: 7|app: 0|req: 754/1445] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:12:21 2026] POST /v2.0/networks => generated 673 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:22.435 7 INFO neutron.db.ovn_revision_numbers_db [None req-fed1bd2c-c0df-4318-a59c-5c9d878c46e4 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource d2d83e0b-b04c-4da6-bd1a-b3329916f0ac (type: routers) to 1 [pid: 7|app: 0|req: 755/1446] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:12:22 2026] POST /v2.0/routers => generated 623 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:22.647 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d33cb603-3530-438c-a112-64f12c5b46cf 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] No more DHCP agents 2026-04-27 13:12:22.649 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d33cb603-3530-438c-a112-64f12c5b46cf 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Unable to schedule network f84c04f3-f788-4ea7-aebb-baaf6b4a8857: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:22.677 7 INFO neutron.db.ovn_revision_numbers_db [None req-d33cb603-3530-438c-a112-64f12c5b46cf 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Successfully bumped revision number for resource d151368c-c3b2-47bd-b3bc-10889937c4bf (type: subnets) to 0 [pid: 7|app: 0|req: 756/1447] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:12:22 2026] POST /v2.0/subnets => generated 646 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1448] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:12:21 2026] PUT /v2.0/routers/b59645a5-adad-4a8b-804b-f7b4e2cc5e93/remove_router_interface => generated 310 bytes in 1013 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:12:23.007 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-199d4373-e10e-460d-a06b-d09a1f070b39 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] No more DHCP agents 2026-04-27 13:12:23.009 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-199d4373-e10e-460d-a06b-d09a1f070b39 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Unable to schedule network 273feeb3-e62c-41cb-8448-55d9e66902eb: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:23.054 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ddd3270a-aacc-4531-bd79-51280d9d7b63 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] No more DHCP agents 2026-04-27 13:12:23.056 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ddd3270a-aacc-4531-bd79-51280d9d7b63 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Unable to schedule network f84c04f3-f788-4ea7-aebb-baaf6b4a8857: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:23.133 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-461fe73a-8026-46c8-a31e-8a94cd35cc09 - - - - - -] OVN reports status down for port: d37b139d-ae8e-42b3-9a94-60d52dda2126 2026-04-27 13:12:23.156 7 INFO neutron.db.ovn_revision_numbers_db [None req-199d4373-e10e-460d-a06b-d09a1f070b39 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource d37b139d-ae8e-42b3-9a94-60d52dda2126 (type: ports) to 1 2026-04-27 13:12:23.273 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-461fe73a-8026-46c8-a31e-8a94cd35cc09 - - - - - -] OVN reports status down for port: f72ff81d-9bfe-417b-838c-d37cf8547624 2026-04-27 13:12:23.277 8 INFO neutron.db.ovn_revision_numbers_db [None req-ddd3270a-aacc-4531-bd79-51280d9d7b63 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Successfully bumped revision number for resource f72ff81d-9bfe-417b-838c-d37cf8547624 (type: ports) to 1 [pid: 8|app: 0|req: 693/1449] 10.0.0.253 () {34 vars in 665 bytes} [Mon Apr 27 13:12:22 2026] POST /v2.0/ports => generated 960 bytes in 606 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:12:23.687 8 INFO neutron_taas.services.taas.taas_plugin [None req-92660910-aab2-47b3-95c5-ac74d60014db c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: 7227de04-0ff8-491c-83a5-9f888766ca2f 2026-04-27 13:12:23.693 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92660910-aab2-47b3-95c5-ac74d60014db c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: 7227de04-0ff8-491c-83a5-9f888766ca2f 2026-04-27 13:12:23.707 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-461fe73a-8026-46c8-a31e-8a94cd35cc09 - - - - - -] OVN reports status up for port: d37b139d-ae8e-42b3-9a94-60d52dda2126 2026-04-27 13:12:23.733 8 INFO neutron.plugins.ml2.plugin [None req-461fe73a-8026-46c8-a31e-8a94cd35cc09 - - - - - -] Attempt 1 to provision port d37b139d-ae8e-42b3-9a94-60d52dda2126 2026-04-27 13:12:23.764 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-199d4373-e10e-460d-a06b-d09a1f070b39 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] No more DHCP agents 2026-04-27 13:12:23.766 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-199d4373-e10e-460d-a06b-d09a1f070b39 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Unable to schedule network 273feeb3-e62c-41cb-8448-55d9e66902eb: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:23.952 7 INFO neutron.db.ovn_revision_numbers_db [None req-199d4373-e10e-460d-a06b-d09a1f070b39 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource d37b139d-ae8e-42b3-9a94-60d52dda2126 (type: router_ports) to 1 [pid: 7|app: 0|req: 757/1450] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:12:22 2026] PUT /v2.0/routers/d2d83e0b-b04c-4da6-bd1a-b3329916f0ac/add_router_interface => generated 310 bytes in 1260 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:24.076 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9b5208b-686c-4de0-bba5-ef77474d4bfd 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] TaaS: Handle Delete Port: f72ff81d-9bfe-417b-838c-d37cf8547624 2026-04-27 13:12:24.080 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9b5208b-686c-4de0-bba5-ef77474d4bfd 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Tap Mirror: Handle Delete Port: f72ff81d-9bfe-417b-838c-d37cf8547624 [pid: 7|app: 0|req: 758/1451] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:12:23 2026] DELETE /v2.0/ports/f72ff81d-9bfe-417b-838c-d37cf8547624 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1452] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:24 2026] GET /v2.0/ports/d37b139d-ae8e-42b3-9a94-60d52dda2126 => generated 943 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:24.331 7 INFO neutron.pecan_wsgi.hooks.translation [None req-68dda636-6b48-40b1-a8eb-88f2e73d7a8c 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 760/1453] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:12:24 2026] DELETE /v2.0/ports/f72ff81d-9bfe-417b-838c-d37cf8547624 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:12:24.602 8 INFO neutron.db.ovn_revision_numbers_db [None req-461fe73a-8026-46c8-a31e-8a94cd35cc09 - - - - - -] Successfully bumped revision number for resource d37b139d-ae8e-42b3-9a94-60d52dda2126 (type: ports) to 2 [pid: 8|app: 0|req: 694/1454] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:23 2026] DELETE /v2.0/routers/b59645a5-adad-4a8b-804b-f7b4e2cc5e93 => generated 0 bytes in 1265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:12:24.666 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c27958e5-3296-4628-aa3d-a3cf92739fb6 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 695/1455] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:24 2026] GET /v2.0/ports/f72ff81d-9bfe-417b-838c-d37cf8547624 => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:12:24.792 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0f2c1f2f-f7b7-4517-be17-285c2fd21ed0 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] No more DHCP agents 2026-04-27 13:12:24.793 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0f2c1f2f-f7b7-4517-be17-285c2fd21ed0 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Unable to schedule network ade5abf9-e3c1-4131-b5e9-cb740fda121d: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 696/1456] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:24 2026] DELETE /v2.0/subnets/e22dc894-47c9-4cea-b7d5-329af289c513 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:24.929 7 INFO neutron.db.ovn_revision_numbers_db [None req-0f2c1f2f-f7b7-4517-be17-285c2fd21ed0 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource 48ac1cf8-a73d-4be8-ba7e-16570feeab99 (type: ports) to 1 [pid: 8|app: 0|req: 697/1457] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:24 2026] DELETE /v2.0/subnets/d151368c-c3b2-47bd-b3bc-10889937c4bf => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:25.158 8 INFO neutron_taas.services.taas.taas_plugin [None req-143facde-eb62-4277-a011-4043c7cd51c4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: 54ce0acf-e9ea-4459-8085-1e8d798cf044 2026-04-27 13:12:25.161 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-143facde-eb62-4277-a011-4043c7cd51c4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: 54ce0acf-e9ea-4459-8085-1e8d798cf044 2026-04-27 13:12:25.340 8 INFO neutron.services.segments.plugin [-] Segment e2966b73-a2f7-4782-982c-05dcf47c827a resource provider aggregate not found 2026-04-27 13:12:25.348 8 INFO neutron.services.segments.plugin [-] Segment e2966b73-a2f7-4782-982c-05dcf47c827a resource provider aggregate not found 2026-04-27 13:12:25.363 8 INFO neutron.services.segments.plugin [-] Segment e2966b73-a2f7-4782-982c-05dcf47c827a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2966b73-a2f7-4782-982c-05dcf47c827a found for delete ", "request_id": "req-4cce5c8a-39be-4fc1-9b70-49e2bdaed801"}]} 2026-04-27 13:12:25.373 8 INFO neutron.services.segments.plugin [-] Segment e2966b73-a2f7-4782-982c-05dcf47c827a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2966b73-a2f7-4782-982c-05dcf47c827a found for delete ", "request_id": "req-18a81d25-7091-460f-9b86-276071835141"}]} [pid: 8|app: 0|req: 698/1458] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:25 2026] DELETE /v2.0/networks/181f6ed5-f325-4488-b47e-053592300ebd => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:25.567 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b45fedc-202d-4411-87ee-56ba0e025e4b 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] TaaS: Handle Delete Port: 651b7e68-99b3-460b-b1d1-6d01389efb8d 2026-04-27 13:12:25.569 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b45fedc-202d-4411-87ee-56ba0e025e4b 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Tap Mirror: Handle Delete Port: 651b7e68-99b3-460b-b1d1-6d01389efb8d 2026-04-27 13:12:25.608 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0f2c1f2f-f7b7-4517-be17-285c2fd21ed0 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] No more DHCP agents 2026-04-27 13:12:25.609 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0f2c1f2f-f7b7-4517-be17-285c2fd21ed0 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Unable to schedule network ade5abf9-e3c1-4131-b5e9-cb740fda121d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:25.794 7 INFO neutron.db.ovn_revision_numbers_db [None req-0f2c1f2f-f7b7-4517-be17-285c2fd21ed0 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource 48ac1cf8-a73d-4be8-ba7e-16570feeab99 (type: router_ports) to 1 [pid: 7|app: 0|req: 761/1459] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:12:24 2026] PUT /v2.0/routers/d2d83e0b-b04c-4da6-bd1a-b3329916f0ac/add_router_interface => generated 310 bytes in 1465 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1460] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:25 2026] DELETE /v2.0/networks/f84c04f3-f788-4ea7-aebb-baaf6b4a8857 => generated 0 bytes in 442 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:25.845 8 WARNING neutron.db.securitygroups_db [None req-d5d3f7ee-42ea-4dea-877b-f636a5880cc0 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 700/1461] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:25 2026] GET /v2.0/security-groups?tenant_id=1c99a4eec7e94bc1b68122ec0086cb13&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1462] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:25 2026] GET /v2.0/ports/48ac1cf8-a73d-4be8-ba7e-16570feeab99 => generated 941 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:26.014 8 INFO neutron.db.segments_db [None req-1a0f81e3-7922-4726-bb31-20f2d17aada9 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Added segment 88b8ea91-8a24-440a-b256-2f41b417715b of type geneve for network 3844acee-8b6d-4a54-9206-db15fe55a351 2026-04-27 13:12:26.024 7 WARNING neutron.db.securitygroups_db [None req-a12548d1-2885-4659-8fe7-c3a4bca76bcf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:12:26.115 8 INFO neutron.db.ovn_revision_numbers_db [None req-1a0f81e3-7922-4726-bb31-20f2d17aada9 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Successfully bumped revision number for resource 3844acee-8b6d-4a54-9206-db15fe55a351 (type: networks) to 1 2026-04-27 13:12:26.157 7 INFO neutron.db.ovn_revision_numbers_db [None req-a12548d1-2885-4659-8fe7-c3a4bca76bcf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e2773e9d-c78f-43f0-9469-8fb1a4378692 (type: security_groups) to 1 2026-04-27 13:12:26.170 7 INFO neutron.db.ovn_revision_numbers_db [None req-a12548d1-2885-4659-8fe7-c3a4bca76bcf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0700aadd-57bc-4565-b107-61d7a4c7ad2b (type: security_group_rules) to 0 2026-04-27 13:12:26.185 7 INFO neutron.db.ovn_revision_numbers_db [None req-a12548d1-2885-4659-8fe7-c3a4bca76bcf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 67c4ae89-69c2-4e79-a8f3-6d563e25c2c0 (type: security_group_rules) to 0 2026-04-27 13:12:26.197 7 INFO neutron.db.ovn_revision_numbers_db [None req-a12548d1-2885-4659-8fe7-c3a4bca76bcf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource afcca788-4bd2-4cd3-84c7-445b65151aa1 (type: security_group_rules) to 0 2026-04-27 13:12:26.209 7 INFO neutron.db.ovn_revision_numbers_db [None req-a12548d1-2885-4659-8fe7-c3a4bca76bcf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b3129845-cda7-4d8b-8670-26010cffc91b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 762/1463] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:25 2026] GET /v2.0/security-groups?tenant_id=3b33ff279ac24787bb002414affd6cd2&name=default => generated 2925 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:12:26.320 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1a0f81e3-7922-4726-bb31-20f2d17aada9 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] No more DHCP agents 2026-04-27 13:12:26.321 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1a0f81e3-7922-4726-bb31-20f2d17aada9 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Unable to schedule network 3844acee-8b6d-4a54-9206-db15fe55a351: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:26.437 8 INFO neutron.db.ovn_revision_numbers_db [None req-1a0f81e3-7922-4726-bb31-20f2d17aada9 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Successfully bumped revision number for resource a16852eb-b1d8-4d62-98d1-9afc66b82852 (type: ports) to 1 [pid: 7|app: 0|req: 763/1464] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:26 2026] DELETE /v2.0/security-groups/45cc355a-33d0-445f-8f9c-2beb04d2a732 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1465] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:12:25 2026] POST /v2.0/networks => generated 672 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1466] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:26 2026] GET /v2.0/ports/48ac1cf8-a73d-4be8-ba7e-16570feeab99 => generated 941 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1467] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:26 2026] DELETE /v2.0/security-groups/e2773e9d-c78f-43f0-9469-8fb1a4378692 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:12:26.706 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ed3a661c-8753-4e65-a58f-2745d53841e7 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] No more DHCP agents 2026-04-27 13:12:26.707 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ed3a661c-8753-4e65-a58f-2745d53841e7 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Unable to schedule network 3844acee-8b6d-4a54-9206-db15fe55a351: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:26.736 7 INFO neutron.db.ovn_revision_numbers_db [None req-ed3a661c-8753-4e65-a58f-2745d53841e7 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Successfully bumped revision number for resource 5985fd51-6895-4c05-a0ca-750d83d42d48 (type: subnets) to 0 [pid: 7|app: 0|req: 765/1468] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:12:26 2026] POST /v2.0/subnets => generated 646 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:26.791 7 WARNING neutron.db.securitygroups_db [None req-995c4d73-5576-48fa-b76c-00b762d19af2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:12:26.910 7 INFO neutron.db.ovn_revision_numbers_db [None req-995c4d73-5576-48fa-b76c-00b762d19af2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0de1f421-b9bc-47ec-84da-292b5e75dc67 (type: security_groups) to 1 2026-04-27 13:12:26.926 7 INFO neutron.db.ovn_revision_numbers_db [None req-995c4d73-5576-48fa-b76c-00b762d19af2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ebbd7383-f5ca-4305-936d-c8a7ec520fde (type: security_group_rules) to 0 2026-04-27 13:12:26.937 7 INFO neutron.db.ovn_revision_numbers_db [None req-995c4d73-5576-48fa-b76c-00b762d19af2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f1258d4c-edc1-49ae-b910-8a0d4677618c (type: security_group_rules) to 0 2026-04-27 13:12:26.951 7 INFO neutron.db.ovn_revision_numbers_db [None req-995c4d73-5576-48fa-b76c-00b762d19af2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f7dde3c5-947e-49a5-8f5a-e4906bc16ca6 (type: security_group_rules) to 0 2026-04-27 13:12:26.967 7 INFO neutron.db.ovn_revision_numbers_db [None req-995c4d73-5576-48fa-b76c-00b762d19af2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource feadafbd-1d71-4d0f-a6bd-35ca470d87ff (type: security_group_rules) to 0 [pid: 7|app: 0|req: 766/1469] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:26 2026] GET /v2.0/security-groups?tenant_id=7f139b37dbe84ecd87f6e489859de3c2&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:12:27.008 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4f7877a5-5693-4262-9ebe-c7e37ee3279d 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] No more DHCP agents 2026-04-27 13:12:27.010 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4f7877a5-5693-4262-9ebe-c7e37ee3279d 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Unable to schedule network 3844acee-8b6d-4a54-9206-db15fe55a351: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:27.131 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5a081b33-0842-4ec8-b495-83f6f89c1177 - - - - - -] OVN reports status down for port: 86f37a90-f243-4068-8976-82c732f71951 2026-04-27 13:12:27.149 8 INFO neutron.db.ovn_revision_numbers_db [None req-4f7877a5-5693-4262-9ebe-c7e37ee3279d 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Successfully bumped revision number for resource 86f37a90-f243-4068-8976-82c732f71951 (type: ports) to 1 [pid: 8|app: 0|req: 704/1470] 10.0.0.253 () {34 vars in 665 bytes} [Mon Apr 27 13:12:26 2026] POST /v2.0/ports => generated 928 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1471] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:27 2026] DELETE /v2.0/security-groups/0de1f421-b9bc-47ec-84da-292b5e75dc67 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:12:27.385 8 INFO neutron.services.segments.plugin [-] Segment ad683936-6014-4a13-84c9-b30031e1b721 resource provider aggregate not found 2026-04-27 13:12:27.398 8 INFO neutron.services.segments.plugin [-] Segment ad683936-6014-4a13-84c9-b30031e1b721 resource provider aggregate not found 2026-04-27 13:12:27.404 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5b3d47f-7fb1-4c5f-8cb5-4d3c49913bd9 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] TaaS: Handle Delete Port: 86f37a90-f243-4068-8976-82c732f71951 2026-04-27 13:12:27.410 8 INFO neutron.services.segments.plugin [-] Segment ad683936-6014-4a13-84c9-b30031e1b721 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad683936-6014-4a13-84c9-b30031e1b721 found for delete ", "request_id": "req-3a4f66ca-27a1-40bf-a84e-434f9ca2fd74"}]} 2026-04-27 13:12:27.411 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5b3d47f-7fb1-4c5f-8cb5-4d3c49913bd9 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Tap Mirror: Handle Delete Port: 86f37a90-f243-4068-8976-82c732f71951 2026-04-27 13:12:27.434 8 INFO neutron.services.segments.plugin [-] Segment ad683936-6014-4a13-84c9-b30031e1b721 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad683936-6014-4a13-84c9-b30031e1b721 found for delete ", "request_id": "req-4c742d77-5aef-4408-870e-11a82bc894a6"}]} [pid: 8|app: 0|req: 705/1472] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:12:27 2026] DELETE /v2.0/ports/86f37a90-f243-4068-8976-82c732f71951 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1473] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:27 2026] GET /v2.0/ports/48ac1cf8-a73d-4be8-ba7e-16570feeab99 => generated 941 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:27.585 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fa8645e9-2311-48de-b318-55402a41f7a8 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 706/1474] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:27 2026] GET /v2.0/ports/86f37a90-f243-4068-8976-82c732f71951 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1475] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:27 2026] DELETE /v2.0/subnets/5985fd51-6895-4c05-a0ca-750d83d42d48 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:27.897 8 INFO neutron_taas.services.taas.taas_plugin [None req-c95e834a-ff9f-4122-8ac3-008d411f4baa 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] TaaS: Handle Delete Port: a16852eb-b1d8-4d62-98d1-9afc66b82852 2026-04-27 13:12:27.900 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c95e834a-ff9f-4122-8ac3-008d411f4baa 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Tap Mirror: Handle Delete Port: a16852eb-b1d8-4d62-98d1-9afc66b82852 [pid: 8|app: 0|req: 707/1476] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:27 2026] DELETE /v2.0/networks/3844acee-8b6d-4a54-9206-db15fe55a351 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:28.327 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f4306a13-2b52-4e4c-8e6b-b4e44924e3de 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] No more DHCP agents 2026-04-27 13:12:28.329 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f4306a13-2b52-4e4c-8e6b-b4e44924e3de 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Unable to schedule network edd3d2e0-bdce-4ac6-aee4-e7e0c8af077a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:28.398 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5a081b33-0842-4ec8-b495-83f6f89c1177 - - - - - -] OVN reports status down for port: 14326898-1d94-434c-91d8-24c138651bca 2026-04-27 13:12:28.455 7 INFO neutron.db.ovn_revision_numbers_db [None req-f4306a13-2b52-4e4c-8e6b-b4e44924e3de 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Successfully bumped revision number for resource 14326898-1d94-434c-91d8-24c138651bca (type: ports) to 1 [pid: 7|app: 0|req: 770/1477] 10.0.0.253 () {34 vars in 665 bytes} [Mon Apr 27 13:12:28 2026] POST /v2.0/ports => generated 779 bytes in 418 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: 771/1478] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:28 2026] GET /v2.0/ports/48ac1cf8-a73d-4be8-ba7e-16570feeab99 => generated 941 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:28.783 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5a081b33-0842-4ec8-b495-83f6f89c1177 - - - - - -] OVN reports status down for port: 14326898-1d94-434c-91d8-24c138651bca 2026-04-27 13:12:28.799 8 INFO neutron.db.ovn_revision_numbers_db [None req-cca3d43c-d386-4e57-adfc-1adddbdabb05 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Successfully bumped revision number for resource 14326898-1d94-434c-91d8-24c138651bca (type: ports) to 2 [pid: 8|app: 0|req: 708/1479] 10.0.0.253 () {34 vars in 737 bytes} [Mon Apr 27 13:12:28 2026] PUT /v2.0/ports/14326898-1d94-434c-91d8-24c138651bca => generated 752 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:28.985 7 INFO neutron_taas.services.taas.taas_plugin [None req-53a0a4e5-382d-4704-85b2-e2e89e6dd433 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] TaaS: Handle Delete Port: 14326898-1d94-434c-91d8-24c138651bca 2026-04-27 13:12:28.988 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53a0a4e5-382d-4704-85b2-e2e89e6dd433 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Tap Mirror: Handle Delete Port: 14326898-1d94-434c-91d8-24c138651bca [pid: 7|app: 0|req: 772/1480] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:12:28 2026] DELETE /v2.0/ports/14326898-1d94-434c-91d8-24c138651bca => generated 0 bytes in 253 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: 709/1481] 10.0.0.253 () {32 vars in 643 bytes} [Mon Apr 27 13:12:29 2026] GET /v2.0/ports => generated 1537 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:12:29.189 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3f9ae46a-bc4e-4b00-8bcd-a60bd27f6bdf 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 773/1482] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:29 2026] GET /v2.0/ports/14326898-1d94-434c-91d8-24c138651bca => 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: 710/1483] 10.0.0.253 () {32 vars in 643 bytes} [Mon Apr 27 13:12:29 2026] GET /v2.0/ports => generated 1537 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1484] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:29 2026] GET /v2.0/ports/985dc262-31d5-4f52-816a-9e15cd511566 => generated 778 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:29.302 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4cc764b1-96c6-47e3-8883-774c6d791971 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 711/1485] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:12:29 2026] DELETE /v2.0/ports/86f37a90-f243-4068-8976-82c732f71951 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:12:29.323 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7efeb01b-9450-431d-a72b-2423edd57fa8 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 775/1486] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:29 2026] DELETE /v2.0/subnets/5985fd51-6895-4c05-a0ca-750d83d42d48 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:12:29.344 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aca94039-8be4-4aa1-8910-abc85d33e8b0 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 712/1487] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:29 2026] DELETE /v2.0/subnets/d151368c-c3b2-47bd-b3bc-10889937c4bf => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:12:29.431 8 INFO neutron.services.segments.plugin [-] Segment 88b8ea91-8a24-440a-b256-2f41b417715b resource provider aggregate not found 2026-04-27 13:12:29.453 8 INFO neutron.services.segments.plugin [-] Segment 88b8ea91-8a24-440a-b256-2f41b417715b resource provider aggregate not found 2026-04-27 13:12:29.459 8 INFO neutron.services.segments.plugin [-] Segment 88b8ea91-8a24-440a-b256-2f41b417715b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88b8ea91-8a24-440a-b256-2f41b417715b found for delete ", "request_id": "req-13857404-835d-46a7-9759-835f887dc8ff"}]} 2026-04-27 13:12:29.469 8 INFO neutron.services.segments.plugin [-] Segment 88b8ea91-8a24-440a-b256-2f41b417715b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88b8ea91-8a24-440a-b256-2f41b417715b found for delete ", "request_id": "req-93ac0ba8-0b6a-429a-bc12-94cd56cd0e54"}]} 2026-04-27 13:12:29.473 7 INFO neutron_taas.services.taas.taas_plugin [None req-c3f76123-9e3b-4e0a-b019-3febe434e0ed 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] TaaS: Handle Delete Port: 985dc262-31d5-4f52-816a-9e15cd511566 2026-04-27 13:12:29.477 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3f76123-9e3b-4e0a-b019-3febe434e0ed 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Tap Mirror: Handle Delete Port: 985dc262-31d5-4f52-816a-9e15cd511566 2026-04-27 13:12:29.548 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-2f57f64f-2dc7-4e85-a53b-2da4a3564a3a - - - - - -] No hosting information found for port d37b139d-ae8e-42b3-9a94-60d52dda2126: RuntimeError: No hosting information found for port d37b139d-ae8e-42b3-9a94-60d52dda2126 [pid: 7|app: 0|req: 776/1488] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:12:29 2026] DELETE /v2.0/ports/985dc262-31d5-4f52-816a-9e15cd511566 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1489] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:29 2026] GET /v2.0/ports/48ac1cf8-a73d-4be8-ba7e-16570feeab99 => generated 941 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:29.673 8 INFO neutron.db.ovn_revision_numbers_db [None req-2f57f64f-2dc7-4e85-a53b-2da4a3564a3a - - - - - -] Successfully bumped revision number for resource d37b139d-ae8e-42b3-9a94-60d52dda2126 (type: router_ports) to 2 2026-04-27 13:12:29.735 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2f57f64f-2dc7-4e85-a53b-2da4a3564a3a - - - - - -] OVN reports status down for port: 48ac1cf8-a73d-4be8-ba7e-16570feeab99 2026-04-27 13:12:29.823 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5bba5a5-59f3-4a0d-9932-a1a6cc0b57a9 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] TaaS: Handle Delete Port: f37774f8-80db-467e-ba80-10b2b1b4b47d 2026-04-27 13:12:29.832 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5bba5a5-59f3-4a0d-9932-a1a6cc0b57a9 1bc74296b58b4933acd8085ef62f75ef 2954e1ef9d91423fa682c1aa68dcd359 - - default default] Tap Mirror: Handle Delete Port: f37774f8-80db-467e-ba80-10b2b1b4b47d 2026-04-27 13:12:29.843 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-2f57f64f-2dc7-4e85-a53b-2da4a3564a3a - - - - - -] Logical_Switch_Port 48ac1cf8-a73d-4be8-ba7e-16570feeab99 host information not removed, the port state is up 2026-04-27 13:12:29.844 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2f57f64f-2dc7-4e85-a53b-2da4a3564a3a - - - - - -] OVN reports status up for port: 48ac1cf8-a73d-4be8-ba7e-16570feeab99 2026-04-27 13:12:29.870 8 INFO neutron.plugins.ml2.plugin [None req-2f57f64f-2dc7-4e85-a53b-2da4a3564a3a - - - - - -] Attempt 1 to provision port 48ac1cf8-a73d-4be8-ba7e-16570feeab99 [pid: 8|app: 0|req: 713/1490] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:29 2026] DELETE /v2.0/networks/edd3d2e0-bdce-4ac6-aee4-e7e0c8af077a => generated 0 bytes in 597 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:30.408 8 INFO neutron.db.ovn_revision_numbers_db [None req-2f57f64f-2dc7-4e85-a53b-2da4a3564a3a - - - - - -] Successfully bumped revision number for resource 48ac1cf8-a73d-4be8-ba7e-16570feeab99 (type: ports) to 2 [pid: 7|app: 0|req: 778/1491] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:30 2026] GET /v2.0/ports/48ac1cf8-a73d-4be8-ba7e-16570feeab99 => generated 943 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:30.950 7 WARNING neutron.db.securitygroups_db [None req-314fb451-d948-4d9d-91db-95a6af103deb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:12:30.976 8 INFO neutron_taas.services.taas.taas_plugin [None req-bddf1567-60ea-4161-a90b-73d46336f4cd 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] TaaS: Handle Delete Port: 48ac1cf8-a73d-4be8-ba7e-16570feeab99 [pid: 7|app: 0|req: 779/1492] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:30 2026] GET /v2.0/security-groups?tenant_id=2954e1ef9d91423fa682c1aa68dcd359&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:12:30.980 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bddf1567-60ea-4161-a90b-73d46336f4cd 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Tap Mirror: Handle Delete Port: 48ac1cf8-a73d-4be8-ba7e-16570feeab99 2026-04-27 13:12:31.009 7 WARNING neutron.db.securitygroups_db [None req-683b4b0c-5c60-4ea8-b600-0e7ebe6a8865 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:12:31.144 7 INFO neutron.db.ovn_revision_numbers_db [None req-683b4b0c-5c60-4ea8-b600-0e7ebe6a8865 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 36a877e1-8304-4a3e-b80d-a5320fcbf1de (type: security_groups) to 1 2026-04-27 13:12:31.158 7 INFO neutron.db.ovn_revision_numbers_db [None req-683b4b0c-5c60-4ea8-b600-0e7ebe6a8865 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 04119909-9503-4bab-9520-31bbd460a42b (type: security_group_rules) to 0 2026-04-27 13:12:31.175 7 INFO neutron.db.ovn_revision_numbers_db [None req-683b4b0c-5c60-4ea8-b600-0e7ebe6a8865 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 091f3aec-131f-411e-aeff-96f5c73651b6 (type: security_group_rules) to 0 2026-04-27 13:12:31.189 7 INFO neutron.db.ovn_revision_numbers_db [None req-683b4b0c-5c60-4ea8-b600-0e7ebe6a8865 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b282f3de-f304-42a2-9e4b-20e1e4264bc8 (type: security_group_rules) to 0 2026-04-27 13:12:31.201 7 INFO neutron.db.ovn_revision_numbers_db [None req-683b4b0c-5c60-4ea8-b600-0e7ebe6a8865 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource d5b6f802-2c0b-4c35-8c84-c7d09b707ff2 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 780/1493] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:30 2026] GET /v2.0/security-groups?tenant_id=d384e6d1568b4907b3b50ce5858a2ac0&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1494] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:31 2026] DELETE /v2.0/security-groups/f70a1c24-8345-4084-81cf-aa31ea902f0f => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1495] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:12:30 2026] PUT /v2.0/routers/d2d83e0b-b04c-4da6-bd1a-b3329916f0ac/remove_router_interface => generated 310 bytes in 706 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:12:31.482 8 INFO neutron.services.segments.plugin [-] Segment 75f2751e-126c-4e16-b13e-bb37c8111174 resource provider aggregate not found 2026-04-27 13:12:31.488 8 INFO neutron.services.segments.plugin [-] Segment 75f2751e-126c-4e16-b13e-bb37c8111174 resource provider aggregate not found 2026-04-27 13:12:31.502 8 INFO neutron.services.segments.plugin [-] Segment 75f2751e-126c-4e16-b13e-bb37c8111174 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75f2751e-126c-4e16-b13e-bb37c8111174 found for delete ", "request_id": "req-d0a642d6-feb0-4123-8632-d95def8cb489"}]} 2026-04-27 13:12:31.502 8 INFO neutron.services.segments.plugin [-] Segment 75f2751e-126c-4e16-b13e-bb37c8111174 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75f2751e-126c-4e16-b13e-bb37c8111174 found for delete ", "request_id": "req-06ebf815-5369-47b4-9a3a-d6f91c29364e"}]} [pid: 8|app: 0|req: 715/1496] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:31 2026] GET /v2.0/ports/d37b139d-ae8e-42b3-9a94-60d52dda2126 => generated 943 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1497] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:31 2026] DELETE /v2.0/security-groups/36a877e1-8304-4a3e-b80d-a5320fcbf1de => generated 0 bytes in 174 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:12:31.701 7 WARNING neutron.db.securitygroups_db [None req-e50f4b24-fcaa-4eae-9296-009e80bb3b62 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:12:31.837 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9f518eb-6e03-4cbe-b092-6c11ff311590 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] TaaS: Handle Delete Port: d37b139d-ae8e-42b3-9a94-60d52dda2126 2026-04-27 13:12:31.840 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9f518eb-6e03-4cbe-b092-6c11ff311590 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Tap Mirror: Handle Delete Port: d37b139d-ae8e-42b3-9a94-60d52dda2126 2026-04-27 13:12:31.843 7 INFO neutron.db.ovn_revision_numbers_db [None req-e50f4b24-fcaa-4eae-9296-009e80bb3b62 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 05ece0e8-b719-4559-a05f-f4bcbd123a2a (type: security_groups) to 1 2026-04-27 13:12:31.855 7 INFO neutron.db.ovn_revision_numbers_db [None req-e50f4b24-fcaa-4eae-9296-009e80bb3b62 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 29eef081-dfa6-4318-b023-0646c8254334 (type: security_group_rules) to 0 2026-04-27 13:12:31.865 7 INFO neutron.db.ovn_revision_numbers_db [None req-e50f4b24-fcaa-4eae-9296-009e80bb3b62 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 46cba936-1cc0-4689-9676-68e07d29c7ca (type: security_group_rules) to 0 2026-04-27 13:12:31.875 7 INFO neutron.db.ovn_revision_numbers_db [None req-e50f4b24-fcaa-4eae-9296-009e80bb3b62 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 8a95e141-d4c2-409f-af32-7fca11c8e288 (type: security_group_rules) to 0 2026-04-27 13:12:31.887 7 INFO neutron.db.ovn_revision_numbers_db [None req-e50f4b24-fcaa-4eae-9296-009e80bb3b62 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a3875edd-2dcf-4e39-af18-ca36a82fb7ae (type: security_group_rules) to 0 [pid: 7|app: 0|req: 783/1498] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:31 2026] GET /v2.0/security-groups?tenant_id=f0b83b37c2da4056ae0f0f79707dd69d&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1499] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:31 2026] DELETE /v2.0/security-groups/05ece0e8-b719-4559-a05f-f4bcbd123a2a => generated 0 bytes in 187 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1500] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:12:31 2026] PUT /v2.0/routers/d2d83e0b-b04c-4da6-bd1a-b3329916f0ac/remove_router_interface => generated 310 bytes in 672 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1501] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:12:32 2026] GET /v2.0/ports?device_id=d2d83e0b-b04c-4da6-bd1a-b3329916f0ac => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 717/1502] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:32 2026] DELETE /v2.0/routers/d2d83e0b-b04c-4da6-bd1a-b3329916f0ac => generated 0 bytes in 218 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1503] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:32 2026] DELETE /v2.0/subnets/1b28f795-03e5-4fb7-b531-3e22ba4d441c => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1504] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:32 2026] DELETE /v2.0/subnets/f531bb13-2fbc-422a-bcd0-162f9b9ebe69 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:32.941 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbb2ce12-8a3b-4e07-b5e8-58a19675db71 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] TaaS: Handle Delete Port: d55cce8c-75a2-442a-ace8-f24547bc5d07 2026-04-27 13:12:32.944 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbb2ce12-8a3b-4e07-b5e8-58a19675db71 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Tap Mirror: Handle Delete Port: d55cce8c-75a2-442a-ace8-f24547bc5d07 2026-04-27 13:12:33.154 7 INFO neutron.services.segments.plugin [-] Segment 279c93c6-8a19-408e-b262-6010118ecb52 resource provider aggregate not found 2026-04-27 13:12:33.156 7 INFO neutron.services.segments.plugin [-] Segment 279c93c6-8a19-408e-b262-6010118ecb52 resource provider aggregate not found 2026-04-27 13:12:33.171 7 INFO neutron.services.segments.plugin [-] Segment 279c93c6-8a19-408e-b262-6010118ecb52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 279c93c6-8a19-408e-b262-6010118ecb52 found for delete ", "request_id": "req-caf34762-c3f8-4ece-ba78-8dce59971881"}]} 2026-04-27 13:12:33.173 7 INFO neutron.services.segments.plugin [-] Segment 279c93c6-8a19-408e-b262-6010118ecb52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 279c93c6-8a19-408e-b262-6010118ecb52 found for delete ", "request_id": "req-cf1a5125-e795-40c9-9718-8d96526ed357"}]} [pid: 7|app: 0|req: 787/1507] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:32 2026] DELETE /v2.0/networks/ade5abf9-e3c1-4131-b5e9-cb740fda121d => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:33.321 8 INFO neutron_taas.services.taas.taas_plugin [None req-78b35c5a-fd37-4aa7-bbb4-f7a161166483 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] TaaS: Handle Delete Port: 427ecfd0-d1b5-43ab-8cb9-0ab8561cff75 2026-04-27 13:12:33.324 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78b35c5a-fd37-4aa7-bbb4-f7a161166483 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Tap Mirror: Handle Delete Port: 427ecfd0-d1b5-43ab-8cb9-0ab8561cff75 2026-04-27 13:12:33.532 8 INFO neutron.services.segments.plugin [-] Segment a673c5f6-23ee-43be-b3fa-ef050ac7483b resource provider aggregate not found 2026-04-27 13:12:33.543 8 INFO neutron.services.segments.plugin [-] Segment a673c5f6-23ee-43be-b3fa-ef050ac7483b resource provider aggregate not found 2026-04-27 13:12:33.552 8 INFO neutron.services.segments.plugin [-] Segment a673c5f6-23ee-43be-b3fa-ef050ac7483b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a673c5f6-23ee-43be-b3fa-ef050ac7483b found for delete ", "request_id": "req-a28a14b0-39f2-4d6a-b210-1f544e6065c6"}]} 2026-04-27 13:12:33.566 8 INFO neutron.services.segments.plugin [-] Segment a673c5f6-23ee-43be-b3fa-ef050ac7483b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a673c5f6-23ee-43be-b3fa-ef050ac7483b found for delete ", "request_id": "req-17849115-16fd-472a-a3a1-4c735aeda224"}]} [pid: 8|app: 0|req: 721/1508] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:33 2026] DELETE /v2.0/networks/273feeb3-e62c-41cb-8448-55d9e66902eb => generated 0 bytes in 388 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:33.619 7 WARNING neutron.db.securitygroups_db [None req-38e8b34f-402c-457f-ac22-dae4f12e97ef c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:12:33.742 7 INFO neutron.db.ovn_revision_numbers_db [None req-38e8b34f-402c-457f-ac22-dae4f12e97ef c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource bac3c7ab-ef56-4a45-907c-6d64d3b2de2b (type: security_groups) to 1 2026-04-27 13:12:33.753 7 INFO neutron.db.ovn_revision_numbers_db [None req-38e8b34f-402c-457f-ac22-dae4f12e97ef c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0adf8b5b-86da-429f-b91a-e7b09a70ac95 (type: security_group_rules) to 0 2026-04-27 13:12:33.770 7 INFO neutron.db.ovn_revision_numbers_db [None req-38e8b34f-402c-457f-ac22-dae4f12e97ef c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 3fb060cc-0269-44bc-933c-36173c4bd1fa (type: security_group_rules) to 0 2026-04-27 13:12:33.787 7 INFO neutron.db.ovn_revision_numbers_db [None req-38e8b34f-402c-457f-ac22-dae4f12e97ef c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6209d81e-d10f-41ef-b9d8-f9e1a539dbc5 (type: security_group_rules) to 0 2026-04-27 13:12:33.797 8 INFO neutron.db.ovn_revision_numbers_db [None req-80418a39-b465-4db9-bd11-3ce44fda48d2 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource f3452236-2e6d-4c3b-82e3-684c32b4fb53 (type: security_groups) to 1 2026-04-27 13:12:33.800 7 INFO neutron.db.ovn_revision_numbers_db [None req-38e8b34f-402c-457f-ac22-dae4f12e97ef c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ca9b2d50-4d11-4308-a120-19a2ba461232 (type: security_group_rules) to 0 2026-04-27 13:12:33.814 8 INFO neutron.db.ovn_revision_numbers_db [None req-80418a39-b465-4db9-bd11-3ce44fda48d2 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 911c780d-4412-43b8-bb7b-274ed1608ff8 (type: security_group_rules) to 0 2026-04-27 13:12:33.826 8 INFO neutron.db.ovn_revision_numbers_db [None req-80418a39-b465-4db9-bd11-3ce44fda48d2 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 93620867-ad4e-4cfd-ae21-a06301a98e6e (type: security_group_rules) to 0 [pid: 7|app: 0|req: 788/1509] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:33 2026] GET /v2.0/security-groups?tenant_id=2a21627f5ff746b08f997a74d4fa36a1&name=default => generated 2925 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:12:33.838 8 INFO neutron.db.ovn_revision_numbers_db [None req-80418a39-b465-4db9-bd11-3ce44fda48d2 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource beb9c45e-948f-49cb-ad88-1c09a6519026 (type: security_group_rules) to 0 2026-04-27 13:12:33.849 8 INFO neutron.db.ovn_revision_numbers_db [None req-80418a39-b465-4db9-bd11-3ce44fda48d2 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource bf543267-a990-4896-8b72-204a8305cf41 (type: security_group_rules) to 0 2026-04-27 13:12:33.916 7 INFO neutron.db.segments_db [None req-ed1653b9-b596-4fc5-9b85-ab89813335ec 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Added segment af252b95-44ca-48ce-86d4-3701a54fe067 of type geneve for network 3af272cc-e210-4301-8031-47d1cdac2727 2026-04-27 13:12:33.923 8 INFO neutron.db.segments_db [None req-80418a39-b465-4db9-bd11-3ce44fda48d2 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Added segment 402f06eb-59e3-446e-aa06-a2c7b2083434 of type geneve for network ed051ee0-336e-4b35-bb17-6feb832abb47 2026-04-27 13:12:34.071 7 INFO neutron.db.ovn_revision_numbers_db [None req-ed1653b9-b596-4fc5-9b85-ab89813335ec 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource 3af272cc-e210-4301-8031-47d1cdac2727 (type: networks) to 1 2026-04-27 13:12:34.088 8 INFO neutron.db.ovn_revision_numbers_db [None req-80418a39-b465-4db9-bd11-3ce44fda48d2 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource ed051ee0-336e-4b35-bb17-6feb832abb47 (type: networks) to 1 2026-04-27 13:12:34.233 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ed1653b9-b596-4fc5-9b85-ab89813335ec 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] No more DHCP agents 2026-04-27 13:12:34.234 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ed1653b9-b596-4fc5-9b85-ab89813335ec 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Unable to schedule network 3af272cc-e210-4301-8031-47d1cdac2727: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:34.264 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-80418a39-b465-4db9-bd11-3ce44fda48d2 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] No more DHCP agents 2026-04-27 13:12:34.266 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-80418a39-b465-4db9-bd11-3ce44fda48d2 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Unable to schedule network ed051ee0-336e-4b35-bb17-6feb832abb47: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:34.294 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5a081b33-0842-4ec8-b495-83f6f89c1177 - - - - - -] OVN reports status down for port: 057f46f2-9146-452a-a282-d789696bffd4 2026-04-27 13:12:34.372 8 INFO neutron.db.ovn_revision_numbers_db [None req-80418a39-b465-4db9-bd11-3ce44fda48d2 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 2d35499b-ca72-41eb-9bb6-bfaad640ee12 (type: ports) to 1 2026-04-27 13:12:34.379 7 INFO neutron.db.ovn_revision_numbers_db [None req-ed1653b9-b596-4fc5-9b85-ab89813335ec 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource 057f46f2-9146-452a-a282-d789696bffd4 (type: ports) to 1 [pid: 8|app: 0|req: 722/1510] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:12:33 2026] POST /v2.0/networks => generated 672 bytes in 805 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1511] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:12:33 2026] POST /v2.0/networks => generated 667 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:34.540 7 INFO neutron.db.segments_db [None req-016900c5-e072-4a78-9b3f-ad585c5e1cd4 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Added segment 4e257b10-189f-40ca-b640-a895f0f8545b of type geneve for network 44661c33-aa12-486d-85e6-2a611fd671c1 [pid: 8|app: 0|req: 723/1512] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:34 2026] DELETE /v2.0/security-groups/bac3c7ab-ef56-4a45-907c-6d64d3b2de2b => generated 0 bytes in 181 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:12:34.653 7 INFO neutron.db.ovn_revision_numbers_db [None req-016900c5-e072-4a78-9b3f-ad585c5e1cd4 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 44661c33-aa12-486d-85e6-2a611fd671c1 (type: networks) to 1 2026-04-27 13:12:34.780 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e5c50b61-10ec-4940-89d0-0fdfc226f634 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] No more DHCP agents 2026-04-27 13:12:34.781 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e5c50b61-10ec-4940-89d0-0fdfc226f634 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Unable to schedule network 3af272cc-e210-4301-8031-47d1cdac2727: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:34.807 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-016900c5-e072-4a78-9b3f-ad585c5e1cd4 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] No more DHCP agents 2026-04-27 13:12:34.809 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-016900c5-e072-4a78-9b3f-ad585c5e1cd4 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Unable to schedule network 44661c33-aa12-486d-85e6-2a611fd671c1: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:34.899 7 INFO neutron.db.ovn_revision_numbers_db [None req-016900c5-e072-4a78-9b3f-ad585c5e1cd4 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 467a8c33-3684-41b7-9754-7693e9a93016 (type: ports) to 1 [pid: 7|app: 0|req: 790/1513] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:12:34 2026] POST /v2.0/networks => generated 672 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:34.923 7 WARNING neutron.db.securitygroups_db [None req-7ad733ad-26a2-4dab-a567-1dda2e183c55 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:12:35.046 7 INFO neutron.db.ovn_revision_numbers_db [None req-7ad733ad-26a2-4dab-a567-1dda2e183c55 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 1d4647de-67b1-4ed8-a9f7-ced9f31b0112 (type: security_groups) to 1 2026-04-27 13:12:35.056 7 INFO neutron.db.ovn_revision_numbers_db [None req-7ad733ad-26a2-4dab-a567-1dda2e183c55 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 16cbf3a4-6c11-4477-b4c7-56b063621dc3 (type: security_group_rules) to 0 2026-04-27 13:12:35.068 7 INFO neutron.db.ovn_revision_numbers_db [None req-7ad733ad-26a2-4dab-a567-1dda2e183c55 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 3c1f9f06-8235-442e-87b5-23697d784eaa (type: security_group_rules) to 0 2026-04-27 13:12:35.080 7 INFO neutron.db.ovn_revision_numbers_db [None req-7ad733ad-26a2-4dab-a567-1dda2e183c55 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 4065b564-d069-43fa-8f21-3dad73d05415 (type: security_group_rules) to 0 2026-04-27 13:12:35.096 7 INFO neutron.db.ovn_revision_numbers_db [None req-7ad733ad-26a2-4dab-a567-1dda2e183c55 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource d9330b38-4a51-4046-abf4-6a944b2d06b7 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 791/1514] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:34 2026] GET /v2.0/security-groups?tenant_id=3ea98b4e6ab24a358761ef77b51e13dd&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:12:35.236 8 INFO neutron.db.ovn_revision_numbers_db [None req-e5c50b61-10ec-4940-89d0-0fdfc226f634 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource 057f46f2-9146-452a-a282-d789696bffd4 (type: ports) to 2 2026-04-27 13:12:35.267 8 INFO neutron.db.ovn_revision_numbers_db [None req-e5c50b61-10ec-4940-89d0-0fdfc226f634 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource fde36ae3-7add-419a-887b-7461eb37acc2 (type: subnets) to 0 [pid: 8|app: 0|req: 724/1515] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:12:34 2026] POST /v2.0/subnets => generated 626 bytes in 708 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:35.352 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dbd8cb48-f8c1-4cf6-a6f5-4a436f377933 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] No more DHCP agents 2026-04-27 13:12:35.353 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dbd8cb48-f8c1-4cf6-a6f5-4a436f377933 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Unable to schedule network ed051ee0-336e-4b35-bb17-6feb832abb47: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:35.378 7 INFO neutron.db.ovn_revision_numbers_db [None req-dbd8cb48-f8c1-4cf6-a6f5-4a436f377933 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 62dc4108-a4d7-4709-b19d-bfe680ef3805 (type: subnets) to 0 [pid: 7|app: 0|req: 792/1516] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:12:35 2026] POST /v2.0/subnets => generated 646 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1517] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:35 2026] DELETE /v2.0/security-groups/1d4647de-67b1-4ed8-a9f7-ced9f31b0112 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:12:35.515 7 INFO neutron.db.ovn_revision_numbers_db [None req-b6af9449-eecd-4771-8ebd-7cc63210bb7b 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource 53cba9c2-824d-4c8c-a19d-8319ade7ce8d (type: routers) to 1 [pid: 7|app: 0|req: 793/1518] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:12:35 2026] POST /v2.0/routers => generated 623 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:35.602 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-858d22cc-e48c-49ae-899a-846c0448835d - - - - - -] No port found with ID 48ac1cf8-a73d-4be8-ba7e-16570feeab99: RuntimeError: No port found with ID 48ac1cf8-a73d-4be8-ba7e-16570feeab99 2026-04-27 13:12:35.622 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-858d22cc-e48c-49ae-899a-846c0448835d - - - - - -] OVN reports status down for port: a16852eb-b1d8-4d62-98d1-9afc66b82852 2026-04-27 13:12:35.665 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-858d22cc-e48c-49ae-899a-846c0448835d - - - - - -] OVN reports status down for port: 2d35499b-ca72-41eb-9bb6-bfaad640ee12 2026-04-27 13:12:35.744 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d1d8d5b8-1e9e-49df-b7d1-4e266dc61d41 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] No more DHCP agents 2026-04-27 13:12:35.747 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d1d8d5b8-1e9e-49df-b7d1-4e266dc61d41 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Unable to schedule network 44661c33-aa12-486d-85e6-2a611fd671c1: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:35.769 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-858d22cc-e48c-49ae-899a-846c0448835d - - - - - -] OVN reports status down for port: 467a8c33-3684-41b7-9754-7693e9a93016 2026-04-27 13:12:35.808 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-83a0e6d1-3e2d-40e3-b74b-93dffabb0d0c 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] No more DHCP agents 2026-04-27 13:12:35.809 8 INFO neutron.db.ovn_revision_numbers_db [None req-d1d8d5b8-1e9e-49df-b7d1-4e266dc61d41 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 26e4604c-4343-453c-87bb-e3a38a7aeb31 (type: subnets) to 0 2026-04-27 13:12:35.812 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-83a0e6d1-3e2d-40e3-b74b-93dffabb0d0c 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Unable to schedule network 3af272cc-e210-4301-8031-47d1cdac2727: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 726/1519] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:12:35 2026] POST /v2.0/subnets => generated 655 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:36.005 7 INFO neutron.db.ovn_revision_numbers_db [None req-83a0e6d1-3e2d-40e3-b74b-93dffabb0d0c 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource ca9f6195-d98a-444d-9ab7-5405c8ed0903 (type: ports) to 1 2026-04-27 13:12:36.026 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-858d22cc-e48c-49ae-899a-846c0448835d - - - - - -] OVN reports status down for port: ca9f6195-d98a-444d-9ab7-5405c8ed0903 2026-04-27 13:12:36.028 8 INFO neutron.db.ovn_revision_numbers_db [None req-98d9649c-4658-4b1f-91d5-5e7518ed2f9b b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 1678ed0b-1303-4bd0-973c-902854ca2891 (type: routers) to 1 [pid: 8|app: 0|req: 727/1520] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:12:35 2026] POST /v2.0/routers => generated 627 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1521] 10.0.0.253 () {34 vars in 665 bytes} [Mon Apr 27 13:12:35 2026] POST /v2.0/ports => generated 947 bytes in 531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:12:36.540 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9e508e2c-7168-48b6-9750-b512690f037b b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] No more DHCP agents 2026-04-27 13:12:36.542 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9e508e2c-7168-48b6-9750-b512690f037b b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Unable to schedule network ed051ee0-336e-4b35-bb17-6feb832abb47: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:36.590 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-858d22cc-e48c-49ae-899a-846c0448835d - - - - - -] OVN reports status up for port: ca9f6195-d98a-444d-9ab7-5405c8ed0903 2026-04-27 13:12:36.597 7 INFO neutron.db.ovn_revision_numbers_db [None req-b56e64b3-9ba8-4d91-af83-3860d9de28e6 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource ca9f6195-d98a-444d-9ab7-5405c8ed0903 (type: ports) to 2 2026-04-27 13:12:36.623 8 INFO neutron.plugins.ml2.plugin [None req-858d22cc-e48c-49ae-899a-846c0448835d - - - - - -] Attempt 1 to provision port ca9f6195-d98a-444d-9ab7-5405c8ed0903 2026-04-27 13:12:36.689 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5a081b33-0842-4ec8-b495-83f6f89c1177 - - - - - -] OVN reports status down for port: 80918206-94e2-41b4-9860-8a666825ebba 2026-04-27 13:12:36.753 8 INFO neutron.db.ovn_revision_numbers_db [None req-9e508e2c-7168-48b6-9750-b512690f037b b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 80918206-94e2-41b4-9860-8a666825ebba (type: ports) to 1 2026-04-27 13:12:37.193 8 INFO neutron.db.ovn_revision_numbers_db [None req-858d22cc-e48c-49ae-899a-846c0448835d - - - - - -] Successfully bumped revision number for resource ca9f6195-d98a-444d-9ab7-5405c8ed0903 (type: ports) to 3 2026-04-27 13:12:37.504 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5a081b33-0842-4ec8-b495-83f6f89c1177 - - - - - -] OVN reports status up for port: 80918206-94e2-41b4-9860-8a666825ebba 2026-04-27 13:12:37.520 7 INFO neutron.plugins.ml2.plugin [None req-5a081b33-0842-4ec8-b495-83f6f89c1177 - - - - - -] Attempt 1 to provision port 80918206-94e2-41b4-9860-8a666825ebba 2026-04-27 13:12:37.571 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9e508e2c-7168-48b6-9750-b512690f037b b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] No more DHCP agents 2026-04-27 13:12:37.572 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9e508e2c-7168-48b6-9750-b512690f037b b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Unable to schedule network ed051ee0-336e-4b35-bb17-6feb832abb47: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:37.782 8 INFO neutron.db.ovn_revision_numbers_db [None req-9e508e2c-7168-48b6-9750-b512690f037b b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 80918206-94e2-41b4-9860-8a666825ebba (type: router_ports) to 1 [pid: 8|app: 0|req: 728/1522] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:12:36 2026] PUT /v2.0/routers/1678ed0b-1303-4bd0-973c-902854ca2891/add_router_interface => generated 310 bytes in 1726 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: 729/1523] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:37 2026] GET /v2.0/ports/80918206-94e2-41b4-9860-8a666825ebba => generated 945 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:38.124 8 WARNING neutron.db.securitygroups_db [None req-ac340a2d-b9f8-4583-978d-c8a2e1f8ffea c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:12:38.268 8 INFO neutron.db.ovn_revision_numbers_db [None req-ac340a2d-b9f8-4583-978d-c8a2e1f8ffea c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b7d68dd3-402b-4731-90e2-8db5dd69265f (type: security_groups) to 1 2026-04-27 13:12:38.281 8 INFO neutron.db.ovn_revision_numbers_db [None req-ac340a2d-b9f8-4583-978d-c8a2e1f8ffea c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2d440306-7a0d-4ceb-959f-a108c89de317 (type: security_group_rules) to 0 2026-04-27 13:12:38.293 8 INFO neutron.db.ovn_revision_numbers_db [None req-ac340a2d-b9f8-4583-978d-c8a2e1f8ffea c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 4da4bf25-3d45-4b8e-a2fb-6e5a1ade5b3f (type: security_group_rules) to 0 2026-04-27 13:12:38.309 8 INFO neutron.db.ovn_revision_numbers_db [None req-ac340a2d-b9f8-4583-978d-c8a2e1f8ffea c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6cb7c998-5239-4f59-aee0-9de9945700e6 (type: security_group_rules) to 0 2026-04-27 13:12:38.346 8 INFO neutron.db.ovn_revision_numbers_db [None req-ac340a2d-b9f8-4583-978d-c8a2e1f8ffea c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource bc7239ce-f2a6-43b7-baa9-943c041da5a2 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 730/1524] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:37 2026] GET /v2.0/security-groups?tenant_id=0354f08962c94ce9a761574b81c6b3d4&name=default => generated 2925 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:12:38.816 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2a855423-d012-4df0-b588-2d189a13bc02 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] No more DHCP agents 2026-04-27 13:12:38.816 7 INFO neutron.db.ovn_revision_numbers_db [None req-5a081b33-0842-4ec8-b495-83f6f89c1177 - - - - - -] Successfully bumped revision number for resource 80918206-94e2-41b4-9860-8a666825ebba (type: ports) to 2 2026-04-27 13:12:38.817 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2a855423-d012-4df0-b588-2d189a13bc02 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Unable to schedule network 44661c33-aa12-486d-85e6-2a611fd671c1: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:38.942 8 INFO neutron.db.ovn_revision_numbers_db [None req-2a855423-d012-4df0-b588-2d189a13bc02 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource d2720a87-bc63-41cd-90be-45a2cb8457ea (type: ports) to 1 2026-04-27 13:12:38.976 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b56e64b3-9ba8-4d91-af83-3860d9de28e6 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] No more DHCP agents 2026-04-27 13:12:38.977 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b56e64b3-9ba8-4d91-af83-3860d9de28e6 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Unable to schedule network 3af272cc-e210-4301-8031-47d1cdac2727: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:39.197 7 INFO neutron.db.ovn_revision_numbers_db [None req-b56e64b3-9ba8-4d91-af83-3860d9de28e6 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource ca9f6195-d98a-444d-9ab7-5405c8ed0903 (type: router_ports) to 3 [pid: 7|app: 0|req: 795/1525] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:12:36 2026] PUT /v2.0/routers/53cba9c2-824d-4c8c-a19d-8319ade7ce8d/add_router_interface => generated 310 bytes in 3135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:12:39.251 7 WARNING neutron.db.securitygroups_db [None req-3c88dbca-9ce5-4636-813d-24e15bfa89d4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:12:39.377 7 INFO neutron.db.ovn_revision_numbers_db [None req-3c88dbca-9ce5-4636-813d-24e15bfa89d4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 278be87f-207e-4813-b0d9-5530a4eb686a (type: security_groups) to 1 2026-04-27 13:12:39.391 7 INFO neutron.db.ovn_revision_numbers_db [None req-3c88dbca-9ce5-4636-813d-24e15bfa89d4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 34efed22-0d69-46f9-9240-c64cdae594c7 (type: security_group_rules) to 0 2026-04-27 13:12:39.405 7 INFO neutron.db.ovn_revision_numbers_db [None req-3c88dbca-9ce5-4636-813d-24e15bfa89d4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6602c564-5f20-4dbd-ab94-56646aa11f02 (type: security_group_rules) to 0 2026-04-27 13:12:39.418 7 INFO neutron.db.ovn_revision_numbers_db [None req-3c88dbca-9ce5-4636-813d-24e15bfa89d4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 7b900a96-81a0-4f42-9f8e-c4e00b558d16 (type: security_group_rules) to 0 2026-04-27 13:12:39.432 7 INFO neutron.db.ovn_revision_numbers_db [None req-3c88dbca-9ce5-4636-813d-24e15bfa89d4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 9621c7c1-bf3c-45f2-b2fd-513b79760ab9 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 796/1526] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:39 2026] GET /v2.0/security-groups?tenant_id=917e0eb5b5f7462baf1570a0354db91c&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1527] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:39 2026] DELETE /v2.0/security-groups/b7d68dd3-402b-4731-90e2-8db5dd69265f => generated 0 bytes in 198 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1528] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:39 2026] GET /v2.0/ports/ca9f6195-d98a-444d-9ab7-5405c8ed0903 => generated 1009 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:12:39.708 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2a855423-d012-4df0-b588-2d189a13bc02 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] No more DHCP agents 2026-04-27 13:12:39.710 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2a855423-d012-4df0-b588-2d189a13bc02 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Unable to schedule network 44661c33-aa12-486d-85e6-2a611fd671c1: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 799/1529] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:39 2026] DELETE /v2.0/security-groups/278be87f-207e-4813-b0d9-5530a4eb686a => generated 0 bytes in 211 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:12:39.988 8 INFO neutron.db.ovn_revision_numbers_db [None req-2a855423-d012-4df0-b588-2d189a13bc02 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource d2720a87-bc63-41cd-90be-45a2cb8457ea (type: router_ports) to 1 [pid: 8|app: 0|req: 731/1530] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:12:38 2026] PUT /v2.0/routers/1678ed0b-1303-4bd0-973c-902854ca2891/add_router_interface => generated 310 bytes in 1595 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:40.001 8 WARNING neutron.db.securitygroups_db [None req-e9b2ba00-0748-4d57-b2c8-1a5c45849107 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:12:40.161 8 INFO neutron.db.ovn_revision_numbers_db [None req-e9b2ba00-0748-4d57-b2c8-1a5c45849107 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 63ea5ab4-6579-43f6-a79c-3ddb8414c90e (type: security_groups) to 1 2026-04-27 13:12:40.177 8 INFO neutron.db.ovn_revision_numbers_db [None req-e9b2ba00-0748-4d57-b2c8-1a5c45849107 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 1c72607e-4443-486e-ad35-b6cb6d1a848b (type: security_group_rules) to 0 2026-04-27 13:12:40.192 8 INFO neutron.db.ovn_revision_numbers_db [None req-e9b2ba00-0748-4d57-b2c8-1a5c45849107 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6a106f21-a970-461f-974e-488f21ccdc14 (type: security_group_rules) to 0 2026-04-27 13:12:40.205 8 INFO neutron.db.ovn_revision_numbers_db [None req-e9b2ba00-0748-4d57-b2c8-1a5c45849107 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 898d30ba-325c-43bf-b12c-e591a0befdac (type: security_group_rules) to 0 2026-04-27 13:12:40.217 8 INFO neutron.db.ovn_revision_numbers_db [None req-e9b2ba00-0748-4d57-b2c8-1a5c45849107 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource d642f216-20d3-4ac5-ba9b-3ba37b2b53d4 (type: security_group_rules) to 0 2026-04-27 13:12:40.233 7 INFO neutron_taas.services.taas.taas_plugin [None req-4901d768-4267-466a-b6d4-a07e4b2d12ff 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] TaaS: Handle Delete Port: ca9f6195-d98a-444d-9ab7-5405c8ed0903 2026-04-27 13:12:40.235 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4901d768-4267-466a-b6d4-a07e4b2d12ff 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Tap Mirror: Handle Delete Port: ca9f6195-d98a-444d-9ab7-5405c8ed0903 [pid: 8|app: 0|req: 732/1531] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:39 2026] GET /v2.0/security-groups?tenant_id=055867c684144c59ac24592c0074b664&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1532] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:40 2026] GET /v2.0/ports/d2720a87-bc63-41cd-90be-45a2cb8457ea => generated 953 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1533] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:40 2026] DELETE /v2.0/security-groups/63ea5ab4-6579-43f6-a79c-3ddb8414c90e => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1534] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:40 2026] GET /v2.0/ports/d2720a87-bc63-41cd-90be-45a2cb8457ea => generated 953 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1535] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:12:39 2026] PUT /v2.0/routers/53cba9c2-824d-4c8c-a19d-8319ade7ce8d/remove_router_interface => generated 310 bytes in 765 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:40.775 8 INFO neutron.api.v2.resource [None req-a986d0b7-8f5f-4fbd-9e3e-8c0d00626104 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 736/1536] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:12:40 2026] PUT /v2.0/routers/53cba9c2-824d-4c8c-a19d-8319ade7ce8d/remove_router_interface => generated 197 bytes in 92 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: 801/1537] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:12:40 2026] GET /v2.0/ports?device_id=53cba9c2-824d-4c8c-a19d-8319ade7ce8d => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1538] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:40 2026] DELETE /v2.0/routers/53cba9c2-824d-4c8c-a19d-8319ade7ce8d => generated 0 bytes in 184 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1539] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:41 2026] DELETE /v2.0/subnets/fde36ae3-7add-419a-887b-7461eb37acc2 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:41.286 8 INFO neutron_taas.services.taas.taas_plugin [None req-b994aca0-604c-4cbf-862a-490962f47483 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] TaaS: Handle Delete Port: 057f46f2-9146-452a-a282-d789696bffd4 2026-04-27 13:12:41.289 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b994aca0-604c-4cbf-862a-490962f47483 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Tap Mirror: Handle Delete Port: 057f46f2-9146-452a-a282-d789696bffd4 2026-04-27 13:12:41.433 8 INFO neutron.services.segments.plugin [-] Segment af252b95-44ca-48ce-86d4-3701a54fe067 resource provider aggregate not found 2026-04-27 13:12:41.439 8 INFO neutron.services.segments.plugin [-] Segment af252b95-44ca-48ce-86d4-3701a54fe067 resource provider aggregate not found 2026-04-27 13:12:41.448 8 INFO neutron.services.segments.plugin [-] Segment af252b95-44ca-48ce-86d4-3701a54fe067 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af252b95-44ca-48ce-86d4-3701a54fe067 found for delete ", "request_id": "req-39f04b3a-f2f2-4967-981f-7bb0304e8b77"}]} 2026-04-27 13:12:41.458 8 INFO neutron.services.segments.plugin [-] Segment af252b95-44ca-48ce-86d4-3701a54fe067 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af252b95-44ca-48ce-86d4-3701a54fe067 found for delete ", "request_id": "req-c7e43988-95d2-434a-a123-fe4af28df89b"}]} [pid: 8|app: 0|req: 738/1540] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:41 2026] DELETE /v2.0/networks/3af272cc-e210-4301-8031-47d1cdac2727 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:41.597 7 INFO neutron.db.segments_db [None req-eb5fb58a-3303-4d39-89b2-5a6868d3aa9b 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Added segment f9ca5d41-fd80-4388-a6d5-5e5eef14c0f3 of type geneve for network 800b435c-48ce-45b1-b780-83494cbfe2be [pid: 8|app: 0|req: 739/1541] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:41 2026] GET /v2.0/ports/d2720a87-bc63-41cd-90be-45a2cb8457ea => generated 953 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:41.714 7 INFO neutron.db.ovn_revision_numbers_db [None req-eb5fb58a-3303-4d39-89b2-5a6868d3aa9b 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource 800b435c-48ce-45b1-b780-83494cbfe2be (type: networks) to 1 2026-04-27 13:12:41.858 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-eb5fb58a-3303-4d39-89b2-5a6868d3aa9b 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] No more DHCP agents 2026-04-27 13:12:41.859 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-eb5fb58a-3303-4d39-89b2-5a6868d3aa9b 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Unable to schedule network 800b435c-48ce-45b1-b780-83494cbfe2be: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:41.926 7 INFO neutron.db.ovn_revision_numbers_db [None req-eb5fb58a-3303-4d39-89b2-5a6868d3aa9b 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource a232cb18-7f3f-4258-bc81-ca4e2e03ab46 (type: ports) to 1 [pid: 7|app: 0|req: 803/1542] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:12:41 2026] POST /v2.0/networks => generated 668 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:42.098 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-92130746-0be5-4b30-9fb3-40f9596b255d 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] No more DHCP agents 2026-04-27 13:12:42.100 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-92130746-0be5-4b30-9fb3-40f9596b255d 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Unable to schedule network 800b435c-48ce-45b1-b780-83494cbfe2be: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:42.548 8 INFO neutron.db.ovn_revision_numbers_db [None req-92130746-0be5-4b30-9fb3-40f9596b255d 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource a232cb18-7f3f-4258-bc81-ca4e2e03ab46 (type: ports) to 2 2026-04-27 13:12:42.592 8 INFO neutron.db.ovn_revision_numbers_db [None req-92130746-0be5-4b30-9fb3-40f9596b255d 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource e20cfdd4-1e4e-4081-a5e0-3097df732afa (type: subnets) to 0 [pid: 8|app: 0|req: 740/1543] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:12:41 2026] POST /v2.0/subnets => generated 626 bytes in 654 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:42.644 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-62e21558-9b9c-473c-a5d2-1d9bcf9008b8 - - - - - -] No port found with ID ca9f6195-d98a-444d-9ab7-5405c8ed0903: RuntimeError: No port found with ID ca9f6195-d98a-444d-9ab7-5405c8ed0903 2026-04-27 13:12:42.645 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-62e21558-9b9c-473c-a5d2-1d9bcf9008b8 - - - - - -] OVN reports status down for port: d2720a87-bc63-41cd-90be-45a2cb8457ea 2026-04-27 13:12:42.704 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-62e21558-9b9c-473c-a5d2-1d9bcf9008b8 - - - - - -] Logical_Switch_Port d2720a87-bc63-41cd-90be-45a2cb8457ea host information not removed, the port state is up 2026-04-27 13:12:42.712 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-62e21558-9b9c-473c-a5d2-1d9bcf9008b8 - - - - - -] OVN reports status up for port: d2720a87-bc63-41cd-90be-45a2cb8457ea 2026-04-27 13:12:42.731 8 INFO neutron.plugins.ml2.plugin [None req-62e21558-9b9c-473c-a5d2-1d9bcf9008b8 - - - - - -] Attempt 1 to provision port d2720a87-bc63-41cd-90be-45a2cb8457ea 2026-04-27 13:12:42.772 7 INFO neutron.db.ovn_revision_numbers_db [None req-9d0e80b0-80d3-4a2b-9dc1-70a0c7305aaf 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource 4b5a7154-8bc9-459e-939d-ecada150e921 (type: routers) to 1 [pid: 7|app: 0|req: 804/1544] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:12:42 2026] POST /v2.0/routers => generated 624 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1545] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:42 2026] GET /v2.0/ports/d2720a87-bc63-41cd-90be-45a2cb8457ea => generated 953 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:42.987 8 WARNING neutron.db.securitygroups_db [None req-fad8876c-3253-4439-8e14-10fc91e1f2e2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:12:43.167 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7fc47492-f71b-48fc-905a-b03a5c954ca5 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] No more DHCP agents 2026-04-27 13:12:43.168 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7fc47492-f71b-48fc-905a-b03a5c954ca5 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Unable to schedule network 800b435c-48ce-45b1-b780-83494cbfe2be: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:43.251 8 INFO neutron.db.ovn_revision_numbers_db [None req-62e21558-9b9c-473c-a5d2-1d9bcf9008b8 - - - - - -] Successfully bumped revision number for resource d2720a87-bc63-41cd-90be-45a2cb8457ea (type: ports) to 2 2026-04-27 13:12:43.253 8 INFO neutron.db.ovn_revision_numbers_db [None req-fad8876c-3253-4439-8e14-10fc91e1f2e2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ff57f750-c512-4dc0-be5c-25486b10b8ee (type: security_groups) to 1 2026-04-27 13:12:43.272 8 INFO neutron.db.ovn_revision_numbers_db [None req-fad8876c-3253-4439-8e14-10fc91e1f2e2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0feb8e49-3c3b-4d76-bdcb-f215dea1c9a8 (type: security_group_rules) to 0 2026-04-27 13:12:43.307 8 INFO neutron.db.ovn_revision_numbers_db [None req-fad8876c-3253-4439-8e14-10fc91e1f2e2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 29b2b345-36ee-4fd5-8288-7a238a92cf0c (type: security_group_rules) to 0 2026-04-27 13:12:43.334 7 INFO neutron.db.ovn_revision_numbers_db [None req-7fc47492-f71b-48fc-905a-b03a5c954ca5 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource 2cf2d4e6-148e-47d8-9613-a662526f3017 (type: ports) to 1 2026-04-27 13:12:43.339 8 INFO neutron.db.ovn_revision_numbers_db [None req-fad8876c-3253-4439-8e14-10fc91e1f2e2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource cf1d4cfb-5bd9-4662-a83d-4842ed931cfb (type: security_group_rules) to 0 2026-04-27 13:12:43.363 8 INFO neutron.db.ovn_revision_numbers_db [None req-fad8876c-3253-4439-8e14-10fc91e1f2e2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource d85d777f-f795-41bc-8ecc-f8b854a8f9fc (type: security_group_rules) to 0 [pid: 8|app: 0|req: 742/1546] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:42 2026] GET /v2.0/security-groups?tenant_id=b21eb45cb5a14c91bf0ada3935db1f53&name=default => generated 2925 bytes in 596 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1547] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:43 2026] DELETE /v2.0/security-groups/ff57f750-c512-4dc0-be5c-25486b10b8ee => generated 0 bytes in 189 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1548] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:43 2026] GET /v2.0/ports/d2720a87-bc63-41cd-90be-45a2cb8457ea => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:43.967 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-44ba4488-2514-410a-b6f7-9b82cfcf2b19 - - - - - -] No hosting information found for port 80918206-94e2-41b4-9860-8a666825ebba: RuntimeError: No hosting information found for port 80918206-94e2-41b4-9860-8a666825ebba 2026-04-27 13:12:44.089 7 INFO neutron.db.ovn_revision_numbers_db [None req-44ba4488-2514-410a-b6f7-9b82cfcf2b19 - - - - - -] Successfully bumped revision number for resource 80918206-94e2-41b4-9860-8a666825ebba (type: router_ports) to 2 2026-04-27 13:12:44.113 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7fc47492-f71b-48fc-905a-b03a5c954ca5 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] No more DHCP agents 2026-04-27 13:12:44.131 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7fc47492-f71b-48fc-905a-b03a5c954ca5 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Unable to schedule network 800b435c-48ce-45b1-b780-83494cbfe2be: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:44.232 8 INFO neutron_taas.services.taas.taas_plugin [None req-378b5f9c-c18d-46f2-a369-ce6a697b6555 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] TaaS: Handle Delete Port: d2720a87-bc63-41cd-90be-45a2cb8457ea 2026-04-27 13:12:44.236 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-378b5f9c-c18d-46f2-a369-ce6a697b6555 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Tap Mirror: Handle Delete Port: d2720a87-bc63-41cd-90be-45a2cb8457ea 2026-04-27 13:12:44.318 7 INFO neutron.db.ovn_revision_numbers_db [None req-7fc47492-f71b-48fc-905a-b03a5c954ca5 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource 2cf2d4e6-148e-47d8-9613-a662526f3017 (type: router_ports) to 1 [pid: 7|app: 0|req: 805/1549] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:12:42 2026] PUT /v2.0/routers/4b5a7154-8bc9-459e-939d-ecada150e921/add_router_interface => generated 310 bytes in 1527 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:44.467 7 WARNING neutron.db.securitygroups_db [None req-9e3b6695-9708-463d-a91c-774f4ecaa807 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:12:44.622 7 INFO neutron.db.ovn_revision_numbers_db [None req-9e3b6695-9708-463d-a91c-774f4ecaa807 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 25162c96-5675-4e0e-ace0-5e72a0375b6f (type: security_groups) to 1 2026-04-27 13:12:44.632 7 INFO neutron.db.ovn_revision_numbers_db [None req-9e3b6695-9708-463d-a91c-774f4ecaa807 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 657108b4-1a0d-4398-a48e-16a878a638a4 (type: security_group_rules) to 0 2026-04-27 13:12:44.647 7 INFO neutron.db.ovn_revision_numbers_db [None req-9e3b6695-9708-463d-a91c-774f4ecaa807 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 81f0bd5b-19ba-46b1-b1da-476bb8dea464 (type: security_group_rules) to 0 2026-04-27 13:12:44.660 7 INFO neutron.db.ovn_revision_numbers_db [None req-9e3b6695-9708-463d-a91c-774f4ecaa807 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 85d53241-dd61-4db9-aad1-4c725aeea4d5 (type: security_group_rules) to 0 2026-04-27 13:12:44.678 7 INFO neutron.db.ovn_revision_numbers_db [None req-9e3b6695-9708-463d-a91c-774f4ecaa807 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource fa7418cd-353d-49cd-84ae-c10c1f358e6e (type: security_group_rules) to 0 [pid: 7|app: 0|req: 806/1550] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:44 2026] GET /v2.0/security-groups?tenant_id=7abd8ca2efbf4f85bc25fb46416e2e6f&name=default => generated 2925 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1551] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:44 2026] GET /v2.0/ports/2cf2d4e6-148e-47d8-9613-a662526f3017 => generated 941 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1552] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:44 2026] DELETE /v2.0/security-groups/25162c96-5675-4e0e-ace0-5e72a0375b6f => generated 0 bytes in 197 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1553] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:44 2026] GET /v2.0/ports/2cf2d4e6-148e-47d8-9613-a662526f3017 => generated 941 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1554] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:12:43 2026] PUT /v2.0/routers/1678ed0b-1303-4bd0-973c-902854ca2891/remove_router_interface => generated 310 bytes in 1254 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1555] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:45 2026] GET /v2.0/ports/80918206-94e2-41b4-9860-8a666825ebba => generated 947 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 811/1556] 10.0.0.253 () {32 vars in 623 bytes} [Mon Apr 27 13:12:45 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-04-27 13:12:45.486 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c253a09-dd40-4c95-b20a-066861f8be51 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] TaaS: Handle Delete Port: 80918206-94e2-41b4-9860-8a666825ebba 2026-04-27 13:12:45.489 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c253a09-dd40-4c95-b20a-066861f8be51 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Tap Mirror: Handle Delete Port: 80918206-94e2-41b4-9860-8a666825ebba [pid: 7|app: 0|req: 812/1557] 10.0.0.253 () {32 vars in 633 bytes} [Mon Apr 27 13:12:45 2026] GET /v2.0/ => generated 632 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1558] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:12:45 2026] PUT /v2.0/routers/1678ed0b-1303-4bd0-973c-902854ca2891/remove_router_interface => generated 310 bytes in 594 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1559] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:12:45 2026] GET /v2.0/ports?device_id=1678ed0b-1303-4bd0-973c-902854ca2891 => generated 12 bytes in 30 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: 747/1560] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:45 2026] DELETE /v2.0/routers/1678ed0b-1303-4bd0-973c-902854ca2891 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1561] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:46 2026] GET /v2.0/ports/2cf2d4e6-148e-47d8-9613-a662526f3017 => generated 941 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:46.164 7 WARNING neutron.db.securitygroups_db [None req-858e31d7-03d5-4815-a0dd-2f8dd8213ecf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:12:46.275 7 INFO neutron.db.ovn_revision_numbers_db [None req-858e31d7-03d5-4815-a0dd-2f8dd8213ecf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource dbe97c40-d8d9-4912-8899-6c8ef0d3772c (type: security_groups) to 1 [pid: 8|app: 0|req: 749/1562] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:46 2026] DELETE /v2.0/subnets/26e4604c-4343-453c-87bb-e3a38a7aeb31 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:46.285 7 INFO neutron.db.ovn_revision_numbers_db [None req-858e31d7-03d5-4815-a0dd-2f8dd8213ecf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 13c045a7-ce37-4ca2-850b-ed0ef8290f3b (type: security_group_rules) to 0 2026-04-27 13:12:46.295 7 INFO neutron.db.ovn_revision_numbers_db [None req-858e31d7-03d5-4815-a0dd-2f8dd8213ecf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 427877c2-e070-425d-bc8b-de4777202779 (type: security_group_rules) to 0 2026-04-27 13:12:46.305 7 INFO neutron.db.ovn_revision_numbers_db [None req-858e31d7-03d5-4815-a0dd-2f8dd8213ecf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 64da5b53-4de6-4607-880e-fd894ac223b0 (type: security_group_rules) to 0 2026-04-27 13:12:46.317 7 INFO neutron.db.ovn_revision_numbers_db [None req-858e31d7-03d5-4815-a0dd-2f8dd8213ecf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e9fb7ea0-4c8c-4fb8-b637-429dac697440 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 814/1563] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:45 2026] GET /v2.0/security-groups?tenant_id=7ad76320835d425d99eae41591f1889c&name=default => generated 2925 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1564] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:46 2026] DELETE /v2.0/subnets/62dc4108-a4d7-4709-b19d-bfe680ef3805 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1565] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:46 2026] DELETE /v2.0/security-groups/dbe97c40-d8d9-4912-8899-6c8ef0d3772c => generated 0 bytes in 178 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:12:46.570 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a5dcc86-fee7-46b3-a980-422e52c3f8b5 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] TaaS: Handle Delete Port: 467a8c33-3684-41b7-9754-7693e9a93016 2026-04-27 13:12:46.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a5dcc86-fee7-46b3-a980-422e52c3f8b5 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Tap Mirror: Handle Delete Port: 467a8c33-3684-41b7-9754-7693e9a93016 2026-04-27 13:12:46.772 8 INFO neutron.services.segments.plugin [-] Segment 4e257b10-189f-40ca-b640-a895f0f8545b resource provider aggregate not found 2026-04-27 13:12:46.779 8 INFO neutron.services.segments.plugin [-] Segment 4e257b10-189f-40ca-b640-a895f0f8545b resource provider aggregate not found 2026-04-27 13:12:46.809 8 INFO neutron.services.segments.plugin [-] Segment 4e257b10-189f-40ca-b640-a895f0f8545b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e257b10-189f-40ca-b640-a895f0f8545b found for delete ", "request_id": "req-cde5e310-5242-4ca2-91a8-e684fe638e53"}]} 2026-04-27 13:12:46.809 8 INFO neutron.services.segments.plugin [-] Segment 4e257b10-189f-40ca-b640-a895f0f8545b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e257b10-189f-40ca-b640-a895f0f8545b found for delete ", "request_id": "req-22e6e7d8-6e47-4402-b7db-05dbd3906739"}]} [pid: 8|app: 0|req: 751/1566] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:46 2026] DELETE /v2.0/networks/44661c33-aa12-486d-85e6-2a611fd671c1 => generated 0 bytes in 393 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:46.950 7 INFO neutron_taas.services.taas.taas_plugin [None req-404de018-a2d0-4b7c-848d-fdd6f8c1be0e b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] TaaS: Handle Delete Port: 2d35499b-ca72-41eb-9bb6-bfaad640ee12 2026-04-27 13:12:46.953 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-404de018-a2d0-4b7c-848d-fdd6f8c1be0e b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Tap Mirror: Handle Delete Port: 2d35499b-ca72-41eb-9bb6-bfaad640ee12 2026-04-27 13:12:47.113 7 INFO neutron.services.segments.plugin [-] Segment 402f06eb-59e3-446e-aa06-a2c7b2083434 resource provider aggregate not found 2026-04-27 13:12:47.120 7 INFO neutron.services.segments.plugin [-] Segment 402f06eb-59e3-446e-aa06-a2c7b2083434 resource provider aggregate not found 2026-04-27 13:12:47.140 7 INFO neutron.services.segments.plugin [-] Segment 402f06eb-59e3-446e-aa06-a2c7b2083434 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 402f06eb-59e3-446e-aa06-a2c7b2083434 found for delete ", "request_id": "req-15182a0e-2177-4c49-a28b-961900370e68"}]} 2026-04-27 13:12:47.147 8 INFO neutron.db.ovn_revision_numbers_db [None req-e9793cbe-1ca2-4415-b91a-172462d58da3 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Successfully bumped revision number for resource 51d9c025-7cf1-45a0-93c9-71d3743eacfc (type: security_groups) to 1 2026-04-27 13:12:47.148 7 INFO neutron.services.segments.plugin [-] Segment 402f06eb-59e3-446e-aa06-a2c7b2083434 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 402f06eb-59e3-446e-aa06-a2c7b2083434 found for delete ", "request_id": "req-552eb9cb-e8ac-4675-86bd-780e8eb81d75"}]} 2026-04-27 13:12:47.158 8 INFO neutron.db.ovn_revision_numbers_db [None req-e9793cbe-1ca2-4415-b91a-172462d58da3 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Successfully bumped revision number for resource 2587c1d5-6d3d-411b-b029-82d2f0264e79 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 816/1567] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:46 2026] DELETE /v2.0/networks/ed051ee0-336e-4b35-bb17-6feb832abb47 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:47.188 8 INFO neutron.db.ovn_revision_numbers_db [None req-e9793cbe-1ca2-4415-b91a-172462d58da3 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Successfully bumped revision number for resource 34209506-0547-4112-9085-b3b70910c62d (type: security_group_rules) to 0 2026-04-27 13:12:47.199 8 INFO neutron.db.ovn_revision_numbers_db [None req-e9793cbe-1ca2-4415-b91a-172462d58da3 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Successfully bumped revision number for resource 934da50f-c680-4abe-bf69-03a97e823eab (type: security_group_rules) to 0 [pid: 7|app: 0|req: 817/1568] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:47 2026] GET /v2.0/ports/2cf2d4e6-148e-47d8-9613-a662526f3017 => generated 941 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:47.210 8 INFO neutron.db.ovn_revision_numbers_db [None req-e9793cbe-1ca2-4415-b91a-172462d58da3 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Successfully bumped revision number for resource d6eca372-b14f-4a04-a5a4-b5c9ba4b1b50 (type: security_group_rules) to 0 2026-04-27 13:12:47.294 7 INFO neutron.db.segments_db [None req-8c969d74-8be4-4794-a3e3-846316491222 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Added segment 6217c8b4-6244-497d-b5f7-f6fe9e6f1def of type geneve for network 71d70496-ef3c-4d5e-84dd-d7939d49eee1 2026-04-27 13:12:47.300 8 INFO neutron.db.segments_db [None req-e9793cbe-1ca2-4415-b91a-172462d58da3 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Added segment 1a2ea545-65b0-489f-a0f8-c394e96eed7c of type geneve for network c46655f9-98bd-4013-89d5-94b3a004667e 2026-04-27 13:12:47.402 8 INFO neutron.db.segments_db [None req-e9793cbe-1ca2-4415-b91a-172462d58da3 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Added segment c8584716-45bc-499f-a12d-dd6f236dd602 of type geneve for network 08d9bf9e-e365-49a4-bc43-72187d8e7457 2026-04-27 13:12:47.436 7 INFO neutron.db.ovn_revision_numbers_db [None req-8c969d74-8be4-4794-a3e3-846316491222 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 71d70496-ef3c-4d5e-84dd-d7939d49eee1 (type: networks) to 1 2026-04-27 13:12:47.579 8 INFO neutron.db.ovn_revision_numbers_db [None req-e9793cbe-1ca2-4415-b91a-172462d58da3 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Successfully bumped revision number for resource c46655f9-98bd-4013-89d5-94b3a004667e (type: networks) to 1 2026-04-27 13:12:47.623 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8c969d74-8be4-4794-a3e3-846316491222 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] No more DHCP agents 2026-04-27 13:12:47.624 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8c969d74-8be4-4794-a3e3-846316491222 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Unable to schedule network 71d70496-ef3c-4d5e-84dd-d7939d49eee1: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:47.735 7 INFO neutron.db.ovn_revision_numbers_db [None req-8c969d74-8be4-4794-a3e3-846316491222 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 727f87bc-0556-405c-bfef-a1f7d6a14d69 (type: ports) to 1 [pid: 7|app: 0|req: 818/1569] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:12:47 2026] POST /v2.0/networks => generated 672 bytes in 563 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:47.786 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e9793cbe-1ca2-4415-b91a-172462d58da3 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] No more DHCP agents 2026-04-27 13:12:47.787 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e9793cbe-1ca2-4415-b91a-172462d58da3 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Unable to schedule network c46655f9-98bd-4013-89d5-94b3a004667e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:47.856 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-44ba4488-2514-410a-b6f7-9b82cfcf2b19 - - - - - -] OVN reports status down for port: b07e1766-e7ea-41f2-845a-1806a9d1f2b1 2026-04-27 13:12:47.880 8 INFO neutron.db.ovn_revision_numbers_db [None req-e9793cbe-1ca2-4415-b91a-172462d58da3 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Successfully bumped revision number for resource b07e1766-e7ea-41f2-845a-1806a9d1f2b1 (type: ports) to 1 2026-04-27 13:12:47.992 8 INFO neutron.db.ovn_revision_numbers_db [None req-e9793cbe-1ca2-4415-b91a-172462d58da3 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Successfully bumped revision number for resource 08d9bf9e-e365-49a4-bc43-72187d8e7457 (type: networks) to 1 2026-04-27 13:12:48.074 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a7e7e2f3-32ae-4d96-bb4a-8f266ed195b1 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] No more DHCP agents 2026-04-27 13:12:48.076 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a7e7e2f3-32ae-4d96-bb4a-8f266ed195b1 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Unable to schedule network 71d70496-ef3c-4d5e-84dd-d7939d49eee1: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:48.107 7 INFO neutron.db.ovn_revision_numbers_db [None req-a7e7e2f3-32ae-4d96-bb4a-8f266ed195b1 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 5df948e7-1754-4366-86cc-47f9a921582c (type: subnets) to 0 [pid: 7|app: 0|req: 819/1570] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:12:47 2026] POST /v2.0/subnets => generated 646 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:48.193 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e9793cbe-1ca2-4415-b91a-172462d58da3 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] No more DHCP agents 2026-04-27 13:12:48.195 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e9793cbe-1ca2-4415-b91a-172462d58da3 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Unable to schedule network 08d9bf9e-e365-49a4-bc43-72187d8e7457: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:48.252 7 INFO neutron.db.ovn_revision_numbers_db [None req-b570495e-75b2-4bc0-8ed1-c335536625d5 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 4f541f32-36cb-4711-93ab-37bc784f23c9 (type: routers) to 1 [pid: 7|app: 0|req: 822/1573] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:12:48 2026] POST /v2.0/routers => generated 628 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:48.302 8 INFO neutron.db.ovn_revision_numbers_db [None req-e9793cbe-1ca2-4415-b91a-172462d58da3 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Successfully bumped revision number for resource 6bab63c8-5955-4e98-b594-aad6d5f2b35d (type: ports) to 1 [pid: 7|app: 0|req: 823/1574] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:48 2026] GET /v2.0/ports/2cf2d4e6-148e-47d8-9613-a662526f3017 => generated 941 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1575] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:12:46 2026] POST /v2.0/networks => generated 1320 bytes in 1491 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1576] 10.0.0.253 () {32 vars in 649 bytes} [Mon Apr 27 13:12:48 2026] GET /v2.0/networks => generated 1969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:12:48.495 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8b11fea-07ac-48e9-8b3e-e7d29d9d682f 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] TaaS: Handle Delete Port: b07e1766-e7ea-41f2-845a-1806a9d1f2b1 2026-04-27 13:12:48.499 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8b11fea-07ac-48e9-8b3e-e7d29d9d682f 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Tap Mirror: Handle Delete Port: b07e1766-e7ea-41f2-845a-1806a9d1f2b1 2026-04-27 13:12:48.626 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7bc4d591-0a3d-45f7-9aa2-a40edfd913b3 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] No more DHCP agents 2026-04-27 13:12:48.628 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7bc4d591-0a3d-45f7-9aa2-a40edfd913b3 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Unable to schedule network 71d70496-ef3c-4d5e-84dd-d7939d49eee1: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 754/1577] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:48 2026] DELETE /v2.0/networks/c46655f9-98bd-4013-89d5-94b3a004667e => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:48.741 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-44ba4488-2514-410a-b6f7-9b82cfcf2b19 - - - - - -] OVN reports status down for port: 9c529e08-a77a-47d5-abed-b8e9faa3732d 2026-04-27 13:12:48.801 7 INFO neutron.db.ovn_revision_numbers_db [None req-7bc4d591-0a3d-45f7-9aa2-a40edfd913b3 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 9c529e08-a77a-47d5-abed-b8e9faa3732d (type: ports) to 1 2026-04-27 13:12:48.835 8 INFO neutron.services.segments.plugin [-] Segment 1a2ea545-65b0-489f-a0f8-c394e96eed7c resource provider aggregate not found 2026-04-27 13:12:48.843 8 INFO neutron.services.segments.plugin [-] Segment 1a2ea545-65b0-489f-a0f8-c394e96eed7c resource provider aggregate not found [pid: 7|app: 0|req: 824/1578] 10.0.0.253 () {34 vars in 665 bytes} [Mon Apr 27 13:12:48 2026] POST /v2.0/ports => generated 964 bytes in 529 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:12:48.857 8 INFO neutron.services.segments.plugin [-] Segment 1a2ea545-65b0-489f-a0f8-c394e96eed7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a2ea545-65b0-489f-a0f8-c394e96eed7c found for delete ", "request_id": "req-61773a92-b7c9-40e2-8f9d-f6c0bcb4d42b"}]} 2026-04-27 13:12:48.863 8 INFO neutron.services.segments.plugin [-] Segment 1a2ea545-65b0-489f-a0f8-c394e96eed7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a2ea545-65b0-489f-a0f8-c394e96eed7c found for delete ", "request_id": "req-a28f3e93-5bd7-4819-abc4-e52266ff819a"}]} 2026-04-27 13:12:48.906 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ed6b5c2-8b7f-4b31-a4d1-b233e3962bd2 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] TaaS: Handle Delete Port: 6bab63c8-5955-4e98-b594-aad6d5f2b35d 2026-04-27 13:12:48.917 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ed6b5c2-8b7f-4b31-a4d1-b233e3962bd2 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Tap Mirror: Handle Delete Port: 6bab63c8-5955-4e98-b594-aad6d5f2b35d 2026-04-27 13:12:49.061 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-9e154baa-80e7-4560-8e20-1229de1b4157 - - - - - -] No port found with ID d2720a87-bc63-41cd-90be-45a2cb8457ea: RuntimeError: No port found with ID d2720a87-bc63-41cd-90be-45a2cb8457ea 2026-04-27 13:12:49.079 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9e154baa-80e7-4560-8e20-1229de1b4157 - - - - - -] OVN reports status down for port: a232cb18-7f3f-4258-bc81-ca4e2e03ab46 [pid: 8|app: 0|req: 755/1579] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:48 2026] DELETE /v2.0/networks/08d9bf9e-e365-49a4-bc43-72187d8e7457 => generated 0 bytes in 472 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:49.233 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9e154baa-80e7-4560-8e20-1229de1b4157 - - - - - -] OVN reports status down for port: 2cf2d4e6-148e-47d8-9613-a662526f3017 [pid: 8|app: 0|req: 756/1580] 10.0.0.253 () {32 vars in 649 bytes} [Mon Apr 27 13:12:49 2026] GET /v2.0/networks => generated 689 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:49.339 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-44ba4488-2514-410a-b6f7-9b82cfcf2b19 - - - - - -] OVN reports status up for port: 9c529e08-a77a-47d5-abed-b8e9faa3732d 2026-04-27 13:12:49.353 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-9e154baa-80e7-4560-8e20-1229de1b4157 - - - - - -] Logical_Switch_Port 2cf2d4e6-148e-47d8-9613-a662526f3017 host information not removed, the port state is up 2026-04-27 13:12:49.354 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9e154baa-80e7-4560-8e20-1229de1b4157 - - - - - -] OVN reports status up for port: 2cf2d4e6-148e-47d8-9613-a662526f3017 2026-04-27 13:12:49.367 7 INFO neutron.plugins.ml2.plugin [None req-44ba4488-2514-410a-b6f7-9b82cfcf2b19 - - - - - -] Attempt 1 to provision port 9c529e08-a77a-47d5-abed-b8e9faa3732d 2026-04-27 13:12:49.373 8 INFO neutron.plugins.ml2.plugin [None req-9e154baa-80e7-4560-8e20-1229de1b4157 - - - - - -] Attempt 1 to provision port 2cf2d4e6-148e-47d8-9613-a662526f3017 2026-04-27 13:12:49.393 7 INFO neutron.db.ovn_revision_numbers_db [None req-11c2d750-a2f9-4dac-b3ec-22a427c5a48d b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 9c529e08-a77a-47d5-abed-b8e9faa3732d (type: ports) to 2 2026-04-27 13:12:49.457 8 INFO neutron.db.segments_db [None req-3b666edb-a5c1-4f4c-8d23-92eacf2398f7 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Added segment ce1da686-dc89-4721-a9c8-45a41a025911 of type geneve for network 56a4971d-5b12-4e7f-a769-3ec4ddd81774 2026-04-27 13:12:49.697 8 INFO neutron.db.ovn_revision_numbers_db [None req-3b666edb-a5c1-4f4c-8d23-92eacf2398f7 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Successfully bumped revision number for resource 56a4971d-5b12-4e7f-a769-3ec4ddd81774 (type: networks) to 1 2026-04-27 13:12:50.035 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3b666edb-a5c1-4f4c-8d23-92eacf2398f7 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] No more DHCP agents 2026-04-27 13:12:50.037 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3b666edb-a5c1-4f4c-8d23-92eacf2398f7 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Unable to schedule network 56a4971d-5b12-4e7f-a769-3ec4ddd81774: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:50.045 8 INFO neutron.db.ovn_revision_numbers_db [None req-9e154baa-80e7-4560-8e20-1229de1b4157 - - - - - -] Successfully bumped revision number for resource 2cf2d4e6-148e-47d8-9613-a662526f3017 (type: ports) to 2 2026-04-27 13:12:50.054 7 INFO neutron.db.ovn_revision_numbers_db [None req-44ba4488-2514-410a-b6f7-9b82cfcf2b19 - - - - - -] Successfully bumped revision number for resource 9c529e08-a77a-47d5-abed-b8e9faa3732d (type: ports) to 3 2026-04-27 13:12:50.199 8 INFO neutron.db.ovn_revision_numbers_db [None req-3b666edb-a5c1-4f4c-8d23-92eacf2398f7 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Successfully bumped revision number for resource 421df140-6f68-4068-9cb3-042023e20237 (type: ports) to 1 [pid: 8|app: 0|req: 757/1581] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:12:49 2026] POST /v2.0/networks => generated 691 bytes in 934 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1582] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:50 2026] GET /v2.0/ports/2cf2d4e6-148e-47d8-9613-a662526f3017 => generated 943 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:50.380 8 INFO neutron.db.segments_db [None req-f2e5b678-6764-4df9-89b1-d1517423aa07 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Added segment 64efe0d0-1c36-49f8-a56f-113362b05bdc of type geneve for network 3a370cfb-5ef8-4d77-ad62-33a2769db12a 2026-04-27 13:12:50.382 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-11c2d750-a2f9-4dac-b3ec-22a427c5a48d b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] No more DHCP agents 2026-04-27 13:12:50.384 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-11c2d750-a2f9-4dac-b3ec-22a427c5a48d b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Unable to schedule network 71d70496-ef3c-4d5e-84dd-d7939d49eee1: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:50.477 8 INFO neutron.db.ovn_revision_numbers_db [None req-f2e5b678-6764-4df9-89b1-d1517423aa07 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Successfully bumped revision number for resource 3a370cfb-5ef8-4d77-ad62-33a2769db12a (type: networks) to 1 2026-04-27 13:12:50.630 7 INFO neutron.db.ovn_revision_numbers_db [None req-11c2d750-a2f9-4dac-b3ec-22a427c5a48d b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 9c529e08-a77a-47d5-abed-b8e9faa3732d (type: router_ports) to 3 [pid: 7|app: 0|req: 825/1583] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:12:48 2026] PUT /v2.0/routers/4f541f32-36cb-4711-93ab-37bc784f23c9/add_router_interface => generated 310 bytes in 1783 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:50.649 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f2e5b678-6764-4df9-89b1-d1517423aa07 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] No more DHCP agents 2026-04-27 13:12:50.651 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f2e5b678-6764-4df9-89b1-d1517423aa07 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Unable to schedule network 3a370cfb-5ef8-4d77-ad62-33a2769db12a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:50.727 8 INFO neutron.db.ovn_revision_numbers_db [None req-f2e5b678-6764-4df9-89b1-d1517423aa07 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Successfully bumped revision number for resource 886bc73b-86f1-4406-b8f7-b9286baec8c8 (type: ports) to 1 [pid: 8|app: 0|req: 759/1584] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:12:50 2026] POST /v2.0/networks => generated 692 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:12:50.785 7 WARNING neutron.db.securitygroups_db [None req-4f326f2f-c886-41df-825e-506063c6f715 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:12:50.878 7 INFO neutron.db.ovn_revision_numbers_db [None req-4f326f2f-c886-41df-825e-506063c6f715 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b5a06c73-06a5-4b38-9469-038aad03cba5 (type: security_groups) to 1 2026-04-27 13:12:50.887 8 INFO neutron.services.segments.plugin [-] Segment c8584716-45bc-499f-a12d-dd6f236dd602 resource provider aggregate not found 2026-04-27 13:12:50.891 7 INFO neutron.db.ovn_revision_numbers_db [None req-4f326f2f-c886-41df-825e-506063c6f715 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 7cd9681d-4083-4d7d-afe9-bd4f4bada5f1 (type: security_group_rules) to 0 2026-04-27 13:12:50.895 8 INFO neutron.services.segments.plugin [-] Segment c8584716-45bc-499f-a12d-dd6f236dd602 resource provider aggregate not found 2026-04-27 13:12:50.905 7 INFO neutron.db.ovn_revision_numbers_db [None req-4f326f2f-c886-41df-825e-506063c6f715 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 80c70ff0-5522-4c62-832b-21ae65dc9b76 (type: security_group_rules) to 0 2026-04-27 13:12:50.906 8 INFO neutron.services.segments.plugin [-] Segment c8584716-45bc-499f-a12d-dd6f236dd602 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8584716-45bc-499f-a12d-dd6f236dd602 found for delete ", "request_id": "req-ecb3e483-997e-405c-8945-6d569c6bfd01"}]} 2026-04-27 13:12:50.918 7 INFO neutron.db.ovn_revision_numbers_db [None req-4f326f2f-c886-41df-825e-506063c6f715 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource fccbb966-7c76-4f0d-93f8-eeb7f15b7dda (type: security_group_rules) to 0 2026-04-27 13:12:50.923 8 INFO neutron.services.segments.plugin [-] Segment c8584716-45bc-499f-a12d-dd6f236dd602 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8584716-45bc-499f-a12d-dd6f236dd602 found for delete ", "request_id": "req-ad958405-015a-475c-a78a-84c0715cc80a"}]} 2026-04-27 13:12:50.930 7 INFO neutron.db.ovn_revision_numbers_db [None req-4f326f2f-c886-41df-825e-506063c6f715 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource fef4dd41-c0eb-4beb-af49-8c925b944b16 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 826/1585] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:50 2026] GET /v2.0/security-groups?tenant_id=d479081e099640df9c88f177f8d945d6&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1586] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:50 2026] GET /v2.0/ports/9c529e08-a77a-47d5-abed-b8e9faa3732d => generated 1026 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:12:51.066 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ec313f5-72f0-4fac-8c81-106f3973f054 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] TaaS: Handle Delete Port: 2cf2d4e6-148e-47d8-9613-a662526f3017 2026-04-27 13:12:51.069 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ec313f5-72f0-4fac-8c81-106f3973f054 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Tap Mirror: Handle Delete Port: 2cf2d4e6-148e-47d8-9613-a662526f3017 [pid: 8|app: 0|req: 760/1587] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:12:50 2026] PUT /v2.0/routers/4b5a7154-8bc9-459e-939d-ecada150e921/remove_router_interface => generated 310 bytes in 638 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:12:51.415 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-282b62a0-c1da-450d-8f59-5a84011349ec 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] No more DHCP agents 2026-04-27 13:12:51.416 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-282b62a0-c1da-450d-8f59-5a84011349ec 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Unable to schedule network 56a4971d-5b12-4e7f-a769-3ec4ddd81774: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:51.507 7 INFO neutron.db.ovn_revision_numbers_db [None req-282b62a0-c1da-450d-8f59-5a84011349ec 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Successfully bumped revision number for resource 50e8c35b-0698-4b1d-bb13-a04dd8dc4b73 (type: ports) to 1 2026-04-27 13:12:51.552 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-282b62a0-c1da-450d-8f59-5a84011349ec 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] No more DHCP agents 2026-04-27 13:12:51.554 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-282b62a0-c1da-450d-8f59-5a84011349ec 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Unable to schedule network 3a370cfb-5ef8-4d77-ad62-33a2769db12a: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 761/1588] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:51 2026] DELETE /v2.0/security-groups/b5a06c73-06a5-4b38-9469-038aad03cba5 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:12:51.647 7 INFO neutron.db.ovn_revision_numbers_db [None req-282b62a0-c1da-450d-8f59-5a84011349ec 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Successfully bumped revision number for resource 2b8a9c41-b6b5-4fde-b2c5-2c0b1499b268 (type: ports) to 1 [pid: 7|app: 0|req: 828/1589] 10.0.0.253 () {34 vars in 665 bytes} [Mon Apr 27 13:12:51 2026] POST /v2.0/ports => generated 1505 bytes in 723 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 829/1590] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:12:51 2026] GET /v2.0/ports?device_id=4b5a7154-8bc9-459e-939d-ecada150e921 => 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: 830/1591] 10.0.0.253 () {32 vars in 643 bytes} [Mon Apr 27 13:12:51 2026] GET /v2.0/ports => generated 3017 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:12:51.878 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0d61342-c1bf-4a91-b5a8-b2d51daa3267 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] TaaS: Handle Delete Port: 9c529e08-a77a-47d5-abed-b8e9faa3732d 2026-04-27 13:12:51.881 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0d61342-c1bf-4a91-b5a8-b2d51daa3267 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Tap Mirror: Handle Delete Port: 9c529e08-a77a-47d5-abed-b8e9faa3732d [pid: 7|app: 0|req: 831/1592] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:51 2026] DELETE /v2.0/routers/4b5a7154-8bc9-459e-939d-ecada150e921 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:12:52.088 7 INFO neutron_taas.services.taas.taas_plugin [None req-807c3c02-b143-4068-aacb-4d2a79536402 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] TaaS: Handle Delete Port: 50e8c35b-0698-4b1d-bb13-a04dd8dc4b73 2026-04-27 13:12:52.090 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-807c3c02-b143-4068-aacb-4d2a79536402 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Tap Mirror: Handle Delete Port: 50e8c35b-0698-4b1d-bb13-a04dd8dc4b73 [pid: 8|app: 0|req: 762/1593] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:12:51 2026] PUT /v2.0/routers/4f541f32-36cb-4711-93ab-37bc784f23c9/remove_router_interface => generated 310 bytes in 532 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: 832/1594] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:12:51 2026] DELETE /v2.0/ports/50e8c35b-0698-4b1d-bb13-a04dd8dc4b73 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:52.244 7 INFO neutron.api.v2.resource [None req-1ddd5e39-72e6-4775-9ceb-6273c24ac3e4 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 833/1595] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:12:52 2026] PUT /v2.0/routers/4f541f32-36cb-4711-93ab-37bc784f23c9/remove_router_interface => generated 197 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1596] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:52 2026] DELETE /v2.0/subnets/e20cfdd4-1e4e-4081-a5e0-3097df732afa => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1597] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:12:52 2026] GET /v2.0/ports?device_id=4f541f32-36cb-4711-93ab-37bc784f23c9 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:12:52.373 7 INFO neutron_taas.services.taas.taas_plugin [None req-d671c622-0d0e-42ad-b5e9-896e54943459 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] TaaS: Handle Delete Port: 2b8a9c41-b6b5-4fde-b2c5-2c0b1499b268 2026-04-27 13:12:52.376 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d671c622-0d0e-42ad-b5e9-896e54943459 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Tap Mirror: Handle Delete Port: 2b8a9c41-b6b5-4fde-b2c5-2c0b1499b268 2026-04-27 13:12:52.482 8 INFO neutron_taas.services.taas.taas_plugin [None req-87829e8a-8bb7-414c-9c5e-8aad74916b96 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] TaaS: Handle Delete Port: a232cb18-7f3f-4258-bc81-ca4e2e03ab46 2026-04-27 13:12:52.493 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87829e8a-8bb7-414c-9c5e-8aad74916b96 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Tap Mirror: Handle Delete Port: a232cb18-7f3f-4258-bc81-ca4e2e03ab46 [pid: 7|app: 0|req: 834/1598] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:12:52 2026] DELETE /v2.0/ports/2b8a9c41-b6b5-4fde-b2c5-2c0b1499b268 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1599] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:52 2026] DELETE /v2.0/routers/4f541f32-36cb-4711-93ab-37bc784f23c9 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1600] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:52 2026] DELETE /v2.0/networks/800b435c-48ce-45b1-b780-83494cbfe2be => generated 0 bytes in 368 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1601] 10.0.0.253 () {32 vars in 643 bytes} [Mon Apr 27 13:12:52 2026] GET /v2.0/ports => generated 1523 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1602] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:52 2026] DELETE /v2.0/subnets/5df948e7-1754-4366-86cc-47f9a921582c => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:52.922 8 INFO neutron.services.segments.plugin [-] Segment f9ca5d41-fd80-4388-a6d5-5e5eef14c0f3 resource provider aggregate not found 2026-04-27 13:12:52.940 8 INFO neutron.db.segments_db [None req-1d105023-8a85-4584-8a92-2e8bdfafb5dd 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Added segment 048d2e1f-fb30-446d-a3fc-6b426f403016 of type geneve for network 3a9bcdf4-8d76-46b3-b23e-f8b57d57a48d 2026-04-27 13:12:52.941 8 INFO neutron.services.segments.plugin [-] Segment f9ca5d41-fd80-4388-a6d5-5e5eef14c0f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9ca5d41-fd80-4388-a6d5-5e5eef14c0f3 found for delete ", "request_id": "req-f6c75d28-ebf8-482d-a172-2a746db878b4"}]} 2026-04-27 13:12:52.945 8 INFO neutron.services.segments.plugin [-] Segment f9ca5d41-fd80-4388-a6d5-5e5eef14c0f3 resource provider aggregate not found 2026-04-27 13:12:52.966 8 INFO neutron.services.segments.plugin [-] Segment f9ca5d41-fd80-4388-a6d5-5e5eef14c0f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9ca5d41-fd80-4388-a6d5-5e5eef14c0f3 found for delete ", "request_id": "req-877644b5-382a-4bbe-ae75-664fdabb32ab"}]} 2026-04-27 13:12:53.075 8 INFO neutron.db.ovn_revision_numbers_db [None req-1d105023-8a85-4584-8a92-2e8bdfafb5dd 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Successfully bumped revision number for resource 3a9bcdf4-8d76-46b3-b23e-f8b57d57a48d (type: networks) to 1 2026-04-27 13:12:53.211 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f298766f-7f99-4bbf-a293-f7dcde25cebe 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] No more DHCP agents 2026-04-27 13:12:53.212 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f298766f-7f99-4bbf-a293-f7dcde25cebe 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:53.248 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1d105023-8a85-4584-8a92-2e8bdfafb5dd 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] No more DHCP agents 2026-04-27 13:12:53.250 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1d105023-8a85-4584-8a92-2e8bdfafb5dd 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Unable to schedule network 3a9bcdf4-8d76-46b3-b23e-f8b57d57a48d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:53.328 8 INFO neutron.db.ovn_revision_numbers_db [None req-1d105023-8a85-4584-8a92-2e8bdfafb5dd 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Successfully bumped revision number for resource 387eed07-14cb-41aa-9974-406e409dbfe1 (type: ports) to 1 [pid: 8|app: 0|req: 767/1603] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:12:52 2026] POST /v2.0/networks => generated 690 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:53.380 7 INFO neutron.db.ovn_revision_numbers_db [None req-f298766f-7f99-4bbf-a293-f7dcde25cebe 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource f9f62577-1b05-43ca-970d-9adef871086a (type: ports) to 1 2026-04-27 13:12:53.468 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3323806-5f4b-4eca-89b1-a9a7dc152de2 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] TaaS: Handle Delete Port: 727f87bc-0556-405c-bfef-a1f7d6a14d69 2026-04-27 13:12:53.471 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3323806-5f4b-4eca-89b1-a9a7dc152de2 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Tap Mirror: Handle Delete Port: 727f87bc-0556-405c-bfef-a1f7d6a14d69 [pid: 8|app: 0|req: 768/1604] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:53 2026] DELETE /v2.0/networks/71d70496-ef3c-4d5e-84dd-d7939d49eee1 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:53.765 8 INFO neutron.db.segments_db [None req-b5d34100-0eae-4ae3-95c5-ccdcf15b7779 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Added segment c038c66d-bae9-4850-bc9d-e48c49b4bb0a of type geneve for network ff7ce4e1-ea3d-4238-a97a-55b5a51b7a76 2026-04-27 13:12:53.901 8 INFO neutron.db.ovn_revision_numbers_db [None req-b5d34100-0eae-4ae3-95c5-ccdcf15b7779 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Successfully bumped revision number for resource ff7ce4e1-ea3d-4238-a97a-55b5a51b7a76 (type: networks) to 1 2026-04-27 13:12:54.089 7 INFO neutron.db.ovn_revision_numbers_db [None req-f298766f-7f99-4bbf-a293-f7dcde25cebe 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource f9f62577-1b05-43ca-970d-9adef871086a (type: router_ports) to 1 2026-04-27 13:12:54.114 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b5d34100-0eae-4ae3-95c5-ccdcf15b7779 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] No more DHCP agents 2026-04-27 13:12:54.116 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b5d34100-0eae-4ae3-95c5-ccdcf15b7779 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Unable to schedule network ff7ce4e1-ea3d-4238-a97a-55b5a51b7a76: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:54.165 7 INFO neutron.db.ovn_revision_numbers_db [None req-f298766f-7f99-4bbf-a293-f7dcde25cebe 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource 1b2f0ca8-e34b-4d2e-95fa-9e4155d9342e (type: routers) to 2 [pid: 7|app: 0|req: 837/1605] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:12:52 2026] POST /v2.0/routers => generated 969 bytes in 1425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:54.218 8 INFO neutron.db.ovn_revision_numbers_db [None req-b5d34100-0eae-4ae3-95c5-ccdcf15b7779 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Successfully bumped revision number for resource 93673046-f776-4384-91fc-0b0dbed78788 (type: ports) to 1 [pid: 8|app: 0|req: 769/1606] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:12:53 2026] POST /v2.0/networks => generated 691 bytes in 579 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:54.270 7 INFO neutron.db.segments_db [None req-75df3daf-404e-42ed-8939-9a0e7ecd53db b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Added segment df4bbfe6-feed-43a5-96a9-aa331e2ff990 of type geneve for network d835818e-2afc-4728-8764-430a59b94539 [pid: 8|app: 0|req: 770/1607] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:12:54 2026] GET /v2.0/routers/1b2f0ca8-e34b-4d2e-95fa-9e4155d9342e => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:54.393 7 INFO neutron.db.ovn_revision_numbers_db [None req-75df3daf-404e-42ed-8939-9a0e7ecd53db b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource d835818e-2afc-4728-8764-430a59b94539 (type: networks) to 1 [pid: 8|app: 0|req: 771/1608] 10.0.0.253 () {32 vars in 647 bytes} [Mon Apr 27 13:12:54 2026] GET /v2.0/routers => generated 978 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:54.558 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-75df3daf-404e-42ed-8939-9a0e7ecd53db b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] No more DHCP agents 2026-04-27 13:12:54.559 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-75df3daf-404e-42ed-8939-9a0e7ecd53db b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Unable to schedule network d835818e-2afc-4728-8764-430a59b94539: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:54.650 7 INFO neutron.db.ovn_revision_numbers_db [None req-75df3daf-404e-42ed-8939-9a0e7ecd53db b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 8fb2b654-88af-410e-9417-f78b5850020f (type: ports) to 1 [pid: 7|app: 0|req: 838/1609] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:12:54 2026] POST /v2.0/networks => generated 672 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:54.918 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-47a07fc3-5597-44c2-96a7-3072fc4fb550 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] No more DHCP agents 2026-04-27 13:12:54.920 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-47a07fc3-5597-44c2-96a7-3072fc4fb550 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Unable to schedule network d835818e-2afc-4728-8764-430a59b94539: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:54.944 7 INFO neutron.db.ovn_revision_numbers_db [None req-47a07fc3-5597-44c2-96a7-3072fc4fb550 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 5db9a7ec-ada9-443b-b15d-91fb4d2315bc (type: subnets) to 0 2026-04-27 13:12:54.955 8 INFO neutron.db.ovn_revision_numbers_db [None req-60d3a16f-a408-4cc6-8e76-df627d13e33f 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Successfully bumped revision number for resource 1b2f0ca8-e34b-4d2e-95fa-9e4155d9342e (type: routers) to 3 [pid: 7|app: 0|req: 839/1610] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:12:54 2026] POST /v2.0/subnets => generated 646 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:12:54.961 8 INFO neutron.services.segments.plugin [-] Segment 6217c8b4-6244-497d-b5f7-f6fe9e6f1def resource provider aggregate not found [pid: 8|app: 0|req: 772/1611] 10.0.0.253 () {34 vars in 741 bytes} [Mon Apr 27 13:12:54 2026] PUT /v2.0/routers/1b2f0ca8-e34b-4d2e-95fa-9e4155d9342e => generated 982 bytes in 525 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:54.976 8 INFO neutron.services.segments.plugin [-] Segment 6217c8b4-6244-497d-b5f7-f6fe9e6f1def resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6217c8b4-6244-497d-b5f7-f6fe9e6f1def found for delete ", "request_id": "req-cd084433-10a1-430a-8d42-ff85cb900d9b"}]} 2026-04-27 13:12:54.978 8 INFO neutron.services.segments.plugin [-] Segment 6217c8b4-6244-497d-b5f7-f6fe9e6f1def resource provider aggregate not found 2026-04-27 13:12:54.990 8 INFO neutron.services.segments.plugin [-] Segment 6217c8b4-6244-497d-b5f7-f6fe9e6f1def resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6217c8b4-6244-497d-b5f7-f6fe9e6f1def found for delete ", "request_id": "req-81dfa4da-ad4a-4489-b484-e6bec16fa4c2"}]} 2026-04-27 13:12:55.125 8 WARNING neutron.db.securitygroups_db [None req-9ae0abdc-567e-42cd-a5a3-c6a9350e4c82 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:12:55.252 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e56c5f95-5bd2-4bc3-9344-5cfdade8e1c1 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] No more DHCP agents 2026-04-27 13:12:55.254 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e56c5f95-5bd2-4bc3-9344-5cfdade8e1c1 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Unable to schedule network 3a9bcdf4-8d76-46b3-b23e-f8b57d57a48d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:55.260 8 INFO neutron.db.ovn_revision_numbers_db [None req-9ae0abdc-567e-42cd-a5a3-c6a9350e4c82 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 5401ece8-3661-48be-8c8d-a0ca5b261c54 (type: security_groups) to 1 2026-04-27 13:12:55.274 8 INFO neutron.db.ovn_revision_numbers_db [None req-9ae0abdc-567e-42cd-a5a3-c6a9350e4c82 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 56c9b62f-510a-4293-9548-d4860ef7aea5 (type: security_group_rules) to 0 2026-04-27 13:12:55.279 7 INFO neutron.db.ovn_revision_numbers_db [None req-e56c5f95-5bd2-4bc3-9344-5cfdade8e1c1 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Successfully bumped revision number for resource 64d566d1-8e15-4921-84c1-c3e1fe179c9b (type: subnets) to 0 2026-04-27 13:12:55.287 8 INFO neutron.db.ovn_revision_numbers_db [None req-9ae0abdc-567e-42cd-a5a3-c6a9350e4c82 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a3421c30-f538-4c2b-9861-2652b632e745 (type: security_group_rules) to 0 2026-04-27 13:12:55.297 8 INFO neutron.db.ovn_revision_numbers_db [None req-9ae0abdc-567e-42cd-a5a3-c6a9350e4c82 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f48c97a0-5c42-49b8-bd0b-3b2a5006f48f (type: security_group_rules) to 0 2026-04-27 13:12:55.306 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e56c5f95-5bd2-4bc3-9344-5cfdade8e1c1 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] No more DHCP agents 2026-04-27 13:12:55.308 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e56c5f95-5bd2-4bc3-9344-5cfdade8e1c1 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Unable to schedule network ff7ce4e1-ea3d-4238-a97a-55b5a51b7a76: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:55.308 8 INFO neutron.db.ovn_revision_numbers_db [None req-9ae0abdc-567e-42cd-a5a3-c6a9350e4c82 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f89da3e3-b220-4a81-b8af-b13e35ef3a07 (type: security_group_rules) to 0 2026-04-27 13:12:55.342 7 INFO neutron.db.ovn_revision_numbers_db [None req-e56c5f95-5bd2-4bc3-9344-5cfdade8e1c1 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Successfully bumped revision number for resource 3abca180-75f6-47b1-8a0d-9649c7dd1d70 (type: subnets) to 0 [pid: 8|app: 0|req: 773/1612] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:54 2026] GET /v2.0/security-groups?tenant_id=cbd24f6ad2514e79868a88836cf67590&name=default => generated 2925 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1613] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:12:54 2026] POST /v2.0/subnets => generated 1323 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1614] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:12:55 2026] GET /v2.0/routers/1b2f0ca8-e34b-4d2e-95fa-9e4155d9342e => generated 982 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:55.444 8 INFO neutron.db.ovn_revision_numbers_db [None req-b4e00ec8-78bc-4d46-845d-34985d725bcf b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 60e10a1a-2fc7-41da-bf78-c6eef098ffa3 (type: routers) to 1 [pid: 8|app: 0|req: 774/1615] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:12:55 2026] POST /v2.0/routers => generated 628 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1616] 10.0.0.253 () {32 vars in 647 bytes} [Mon Apr 27 13:12:55 2026] GET /v2.0/subnets => generated 1959 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1617] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:12:55 2026] GET /v2.0/ports?device_id=1b2f0ca8-e34b-4d2e-95fa-9e4155d9342e => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1618] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:55 2026] DELETE /v2.0/security-groups/5401ece8-3661-48be-8c8d-a0ca5b261c54 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1619] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:55 2026] DELETE /v2.0/subnets/64d566d1-8e15-4921-84c1-c3e1fe179c9b => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:55.778 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-f16c7677-3ab3-47f3-bf59-60ed432c41ad - - - - - -] No port found with ID 2cf2d4e6-148e-47d8-9613-a662526f3017: RuntimeError: No port found with ID 2cf2d4e6-148e-47d8-9613-a662526f3017 2026-04-27 13:12:55.799 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f16c7677-3ab3-47f3-bf59-60ed432c41ad - - - - - -] OVN reports status down for port: 727f87bc-0556-405c-bfef-a1f7d6a14d69 2026-04-27 13:12:55.820 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f16c7677-3ab3-47f3-bf59-60ed432c41ad - - - - - -] OVN reports status down for port: 6bab63c8-5955-4e98-b594-aad6d5f2b35d 2026-04-27 13:12:55.852 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f16c7677-3ab3-47f3-bf59-60ed432c41ad - - - - - -] OVN reports status down for port: 421df140-6f68-4068-9cb3-042023e20237 2026-04-27 13:12:55.940 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b012d93e-8337-4e5f-a774-03e078f3c697 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] No more DHCP agents 2026-04-27 13:12:55.942 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f16c7677-3ab3-47f3-bf59-60ed432c41ad - - - - - -] OVN reports status down for port: 50e8c35b-0698-4b1d-bb13-a04dd8dc4b73 2026-04-27 13:12:55.942 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b012d93e-8337-4e5f-a774-03e078f3c697 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Unable to schedule network d835818e-2afc-4728-8764-430a59b94539: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:12:55.959 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-906d48c5-b0a9-4510-9f59-02aa0f4d3308 - - - - - -] No port found with ID 9c529e08-a77a-47d5-abed-b8e9faa3732d: RuntimeError: No port found with ID 9c529e08-a77a-47d5-abed-b8e9faa3732d 2026-04-27 13:12:55.966 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f16c7677-3ab3-47f3-bf59-60ed432c41ad - - - - - -] OVN reports status down for port: 2b8a9c41-b6b5-4fde-b2c5-2c0b1499b268 2026-04-27 13:12:55.976 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f16c7677-3ab3-47f3-bf59-60ed432c41ad - - - - - -] OVN reports status down for port: f9f62577-1b05-43ca-970d-9adef871086a 2026-04-27 13:12:55.977 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-906d48c5-b0a9-4510-9f59-02aa0f4d3308 - - - - - -] OVN reports status down for port: 886bc73b-86f1-4406-b8f7-b9286baec8c8 2026-04-27 13:12:56.091 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-f16c7677-3ab3-47f3-bf59-60ed432c41ad - - - - - -] Logical_Switch_Port f9f62577-1b05-43ca-970d-9adef871086a host information not removed, the port state is up 2026-04-27 13:12:56.091 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d4e4253-8ab1-4859-b440-3bb5d0487d63 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] TaaS: Handle Delete Port: f9f62577-1b05-43ca-970d-9adef871086a 2026-04-27 13:12:56.092 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f16c7677-3ab3-47f3-bf59-60ed432c41ad - - - - - -] OVN reports status up for port: f9f62577-1b05-43ca-970d-9adef871086a 2026-04-27 13:12:56.096 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d4e4253-8ab1-4859-b440-3bb5d0487d63 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] Tap Mirror: Handle Delete Port: f9f62577-1b05-43ca-970d-9adef871086a 2026-04-27 13:12:56.112 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-906d48c5-b0a9-4510-9f59-02aa0f4d3308 - - - - - -] OVN reports status down for port: 387eed07-14cb-41aa-9974-406e409dbfe1 2026-04-27 13:12:56.114 8 INFO neutron.plugins.ml2.plugin [None req-f16c7677-3ab3-47f3-bf59-60ed432c41ad - - - - - -] Attempt 1 to provision port f9f62577-1b05-43ca-970d-9adef871086a 2026-04-27 13:12:56.137 8 INFO neutron.db.ovn_revision_numbers_db [None req-b012d93e-8337-4e5f-a774-03e078f3c697 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource f47a78e8-378c-4d3a-901b-8b7ec55eb5e4 (type: ports) to 1 2026-04-27 13:12:56.245 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-906d48c5-b0a9-4510-9f59-02aa0f4d3308 - - - - - -] OVN reports status down for port: 8fb2b654-88af-410e-9417-f78b5850020f [pid: 7|app: 0|req: 844/1620] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:55 2026] DELETE /v2.0/routers/1b2f0ca8-e34b-4d2e-95fa-9e4155d9342e => generated 0 bytes in 840 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1621] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:56 2026] DELETE /v2.0/subnets/3abca180-75f6-47b1-8a0d-9649c7dd1d70 => 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: 846/1622] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:12:56 2026] GET /v2.0/ports?device_id=1b2f0ca8-e34b-4d2e-95fa-9e4155d9342e => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:12:56.766 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b012d93e-8337-4e5f-a774-03e078f3c697 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] No more DHCP agents 2026-04-27 13:12:56.767 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b012d93e-8337-4e5f-a774-03e078f3c697 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Unable to schedule network d835818e-2afc-4728-8764-430a59b94539: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 847/1623] 10.0.0.253 () {32 vars in 647 bytes} [Mon Apr 27 13:12:56 2026] GET /v2.0/subnets => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:56.800 7 INFO neutron.api.v2.resource [None req-363851dd-8343-47eb-a33c-c3d2acba89f6 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 848/1624] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:56 2026] DELETE /v2.0/routers/1b2f0ca8-e34b-4d2e-95fa-9e4155d9342e => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:12:56.930 7 INFO neutron_taas.services.taas.taas_plugin [None req-666a7379-79bc-4646-9b1e-3b6d04bc6332 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] TaaS: Handle Delete Port: 93673046-f776-4384-91fc-0b0dbed78788 2026-04-27 13:12:56.933 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-666a7379-79bc-4646-9b1e-3b6d04bc6332 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Tap Mirror: Handle Delete Port: 93673046-f776-4384-91fc-0b0dbed78788 2026-04-27 13:12:57.001 8 INFO neutron.db.ovn_revision_numbers_db [None req-b012d93e-8337-4e5f-a774-03e078f3c697 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource f47a78e8-378c-4d3a-901b-8b7ec55eb5e4 (type: router_ports) to 1 [pid: 8|app: 0|req: 777/1625] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:12:55 2026] PUT /v2.0/routers/60e10a1a-2fc7-41da-bf78-c6eef098ffa3/add_router_interface => generated 310 bytes in 1497 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1626] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:12:57 2026] GET /v2.0/ports?device_id=4b5a7154-8bc9-459e-939d-ecada150e921 => 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: 779/1627] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:57 2026] GET /v2.0/ports/f47a78e8-378c-4d3a-901b-8b7ec55eb5e4 => generated 945 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:57.105 7 INFO neutron.services.segments.plugin [-] Segment c038c66d-bae9-4850-bc9d-e48c49b4bb0a resource provider aggregate not found 2026-04-27 13:12:57.109 7 INFO neutron.services.segments.plugin [-] Segment c038c66d-bae9-4850-bc9d-e48c49b4bb0a resource provider aggregate not found 2026-04-27 13:12:57.116 8 INFO neutron.api.v2.resource [None req-9e532d03-0941-4f04-85fa-7582d041bc14 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 780/1628] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:57 2026] DELETE /v2.0/routers/4b5a7154-8bc9-459e-939d-ecada150e921 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:12:57.125 7 INFO neutron.services.segments.plugin [-] Segment c038c66d-bae9-4850-bc9d-e48c49b4bb0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c038c66d-bae9-4850-bc9d-e48c49b4bb0a found for delete ", "request_id": "req-6e37282b-07ba-42f2-8965-71773cc1d140"}]} 2026-04-27 13:12:57.130 7 INFO neutron.services.segments.plugin [-] Segment c038c66d-bae9-4850-bc9d-e48c49b4bb0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c038c66d-bae9-4850-bc9d-e48c49b4bb0a found for delete ", "request_id": "req-cecd8c06-e03e-4118-a479-cfa119ccf062"}]} [pid: 8|app: 0|req: 781/1629] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:57 2026] GET /v2.0/ports/f47a78e8-378c-4d3a-901b-8b7ec55eb5e4 => generated 945 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1630] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:56 2026] DELETE /v2.0/networks/ff7ce4e1-ea3d-4238-a97a-55b5a51b7a76 => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:57.173 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3c232ce3-c603-4a2a-ba64-fc3aacda9d9a 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 782/1631] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:57 2026] DELETE /v2.0/subnets/e20cfdd4-1e4e-4081-a5e0-3097df732afa => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1632] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:12:57 2026] GET /v2.0/ports?device_id=53cba9c2-824d-4c8c-a19d-8319ade7ce8d => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:12:57.215 8 INFO neutron.api.v2.resource [None req-013e43fb-2d4f-4ae3-9955-1035b43cc186 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 784/1633] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:57 2026] DELETE /v2.0/routers/53cba9c2-824d-4c8c-a19d-8319ade7ce8d => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:12:57.230 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d08f1ca-6449-47a3-b154-1f994856d844 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 785/1634] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:57 2026] DELETE /v2.0/subnets/fde36ae3-7add-419a-887b-7461eb37acc2 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1635] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:12:57 2026] GET /v2.0/ports?device_id=d2d83e0b-b04c-4da6-bd1a-b3329916f0ac => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:12:57.273 8 INFO neutron.api.v2.resource [None req-41c75e5a-4352-439d-a47f-09209bb6d951 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 787/1636] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:57 2026] DELETE /v2.0/routers/d2d83e0b-b04c-4da6-bd1a-b3329916f0ac => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:12:57.295 8 INFO neutron.pecan_wsgi.hooks.translation [None req-90b429ce-7c32-465d-aad6-5343bd0a1515 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 788/1637] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:57 2026] DELETE /v2.0/subnets/1b28f795-03e5-4fb7-b531-3e22ba4d441c => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:12:57.300 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f3c24b0-7900-4f2f-a34d-2eb77697850f 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] TaaS: Handle Delete Port: 387eed07-14cb-41aa-9974-406e409dbfe1 2026-04-27 13:12:57.302 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f3c24b0-7900-4f2f-a34d-2eb77697850f 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Tap Mirror: Handle Delete Port: 387eed07-14cb-41aa-9974-406e409dbfe1 2026-04-27 13:12:57.315 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0502a8c0-bc39-4ae2-924f-7238f1e7a24e 52c05891b61448beb7d0215b858ed769 bd1f0c0d6163422d859dadf7482059db - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 789/1638] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:12:57 2026] DELETE /v2.0/subnets/f531bb13-2fbc-422a-bcd0-162f9b9ebe69 => 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: 850/1639] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:57 2026] DELETE /v2.0/networks/3a9bcdf4-8d76-46b3-b23e-f8b57d57a48d => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:57.661 8 INFO neutron_taas.services.taas.taas_plugin [None req-b66e535b-2608-44e5-889d-6a32eaae94bb 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] TaaS: Handle Delete Port: 886bc73b-86f1-4406-b8f7-b9286baec8c8 2026-04-27 13:12:57.664 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b66e535b-2608-44e5-889d-6a32eaae94bb 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Tap Mirror: Handle Delete Port: 886bc73b-86f1-4406-b8f7-b9286baec8c8 2026-04-27 13:12:57.818 8 INFO neutron.services.segments.plugin [-] Segment 64efe0d0-1c36-49f8-a56f-113362b05bdc resource provider aggregate not found 2026-04-27 13:12:57.832 8 INFO neutron.services.segments.plugin [-] Segment 64efe0d0-1c36-49f8-a56f-113362b05bdc resource provider aggregate not found 2026-04-27 13:12:57.851 8 INFO neutron.services.segments.plugin [-] Segment 64efe0d0-1c36-49f8-a56f-113362b05bdc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64efe0d0-1c36-49f8-a56f-113362b05bdc found for delete ", "request_id": "req-727f1c83-60ff-4a66-80a7-8aecafbed3ae"}]} 2026-04-27 13:12:57.864 8 INFO neutron.services.segments.plugin [-] Segment 64efe0d0-1c36-49f8-a56f-113362b05bdc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64efe0d0-1c36-49f8-a56f-113362b05bdc found for delete ", "request_id": "req-f26c5f55-0c45-467d-9a73-0887defc17af"}]} [pid: 8|app: 0|req: 790/1640] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:57 2026] DELETE /v2.0/networks/3a370cfb-5ef8-4d77-ad62-33a2769db12a => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:12:57.986 7 WARNING neutron.db.securitygroups_db [None req-8b22dffb-e2fe-484a-8dc7-2d17a6305319 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:12:57.996 8 WARNING neutron.db.securitygroups_db [None req-b84de7e6-49bd-4fc8-8615-ce8d897f6a49 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 791/1641] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:57 2026] GET /v2.0/security-groups?tenant_id=bd1f0c0d6163422d859dadf7482059db&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:12:58.103 7 INFO neutron.db.ovn_revision_numbers_db [None req-8b22dffb-e2fe-484a-8dc7-2d17a6305319 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 9fd2249a-7b23-491c-bee4-b150c7957dba (type: security_groups) to 1 2026-04-27 13:12:58.119 7 INFO neutron.db.ovn_revision_numbers_db [None req-8b22dffb-e2fe-484a-8dc7-2d17a6305319 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 77f748a0-7508-4436-8c4b-493b3d892b1a (type: security_group_rules) to 0 2026-04-27 13:12:58.132 7 INFO neutron.db.ovn_revision_numbers_db [None req-8b22dffb-e2fe-484a-8dc7-2d17a6305319 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource af82d7e3-fb61-4ddc-bd97-7a37f5ad463d (type: security_group_rules) to 0 2026-04-27 13:12:58.145 7 INFO neutron.db.ovn_revision_numbers_db [None req-8b22dffb-e2fe-484a-8dc7-2d17a6305319 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource dddf8c81-537e-401e-8e24-6a39bd9e1b1b (type: security_group_rules) to 0 2026-04-27 13:12:58.157 7 INFO neutron.db.ovn_revision_numbers_db [None req-8b22dffb-e2fe-484a-8dc7-2d17a6305319 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource eb72b326-b80c-4c2e-b59b-7ca6dccd7982 (type: security_group_rules) to 0 2026-04-27 13:12:58.171 8 INFO neutron_taas.services.taas.taas_plugin [None req-48bd42f7-781d-4871-bfd5-975d7216911a 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] TaaS: Handle Delete Port: 421df140-6f68-4068-9cb3-042023e20237 2026-04-27 13:12:58.173 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48bd42f7-781d-4871-bfd5-975d7216911a 7c3b325936d34a1ca479db4779a3b883 a3f6131c0fc842a5908230fe1d0542cc - - default default] Tap Mirror: Handle Delete Port: 421df140-6f68-4068-9cb3-042023e20237 [pid: 7|app: 0|req: 851/1642] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:57 2026] GET /v2.0/security-groups?tenant_id=24cbfa132c2b47dc9c8e8e7d9a2dc768&name=default => generated 2925 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1643] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:58 2026] DELETE /v2.0/security-groups/86dd04fe-28fd-4acc-b162-ae8a5e34b939 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1644] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:12:58 2026] DELETE /v2.0/networks/56a4971d-5b12-4e7f-a769-3ec4ddd81774 => 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: 853/1645] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:58 2026] GET /v2.0/ports/f47a78e8-378c-4d3a-901b-8b7ec55eb5e4 => generated 945 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1646] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:58 2026] DELETE /v2.0/security-groups/9fd2249a-7b23-491c-bee4-b150c7957dba => generated 0 bytes in 207 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:12:59.023 7 WARNING neutron.db.securitygroups_db [None req-21768322-46e2-4cda-86b4-ff21e79c79e5 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 854/1647] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:12:58 2026] GET /v2.0/security-groups?tenant_id=a3f6131c0fc842a5908230fe1d0542cc&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:12:59.144 7 INFO neutron.services.segments.plugin [-] Segment 048d2e1f-fb30-446d-a3fc-6b426f403016 resource provider aggregate not found 2026-04-27 13:12:59.149 7 INFO neutron.services.segments.plugin [-] Segment 048d2e1f-fb30-446d-a3fc-6b426f403016 resource provider aggregate not found 2026-04-27 13:12:59.164 7 INFO neutron.services.segments.plugin [-] Segment 048d2e1f-fb30-446d-a3fc-6b426f403016 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 048d2e1f-fb30-446d-a3fc-6b426f403016 found for delete ", "request_id": "req-e6c7ed4b-7303-45b2-ad11-52e7117f72b4"}]} 2026-04-27 13:12:59.166 7 INFO neutron.services.segments.plugin [-] Segment 048d2e1f-fb30-446d-a3fc-6b426f403016 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 048d2e1f-fb30-446d-a3fc-6b426f403016 found for delete ", "request_id": "req-de8fa7c4-4625-4b18-acc5-4804135e57be"}]} [pid: 8|app: 0|req: 794/1648] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:12:59 2026] DELETE /v2.0/security-groups/51d9c025-7cf1-45a0-93c9-71d3743eacfc => 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: 855/1649] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:12:59 2026] GET /v2.0/ports/f47a78e8-378c-4d3a-901b-8b7ec55eb5e4 => generated 945 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:12:59.871 8 INFO neutron.services.segments.plugin [-] Segment ce1da686-dc89-4721-a9c8-45a41a025911 resource provider aggregate not found 2026-04-27 13:12:59.884 8 INFO neutron.services.segments.plugin [-] Segment ce1da686-dc89-4721-a9c8-45a41a025911 resource provider aggregate not found 2026-04-27 13:12:59.885 8 INFO neutron.services.segments.plugin [-] Segment ce1da686-dc89-4721-a9c8-45a41a025911 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce1da686-dc89-4721-a9c8-45a41a025911 found for delete ", "request_id": "req-fb7bc7c9-0eda-4f0b-a14e-97d504091874"}]} 2026-04-27 13:12:59.902 8 INFO neutron.services.segments.plugin [-] Segment ce1da686-dc89-4721-a9c8-45a41a025911 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce1da686-dc89-4721-a9c8-45a41a025911 found for delete ", "request_id": "req-4d25f0c8-c18a-4b60-afe6-a835804ca301"}]} 2026-04-27 13:13:00.455 8 INFO neutron.db.ovn_revision_numbers_db [None req-d034599e-05bf-4c64-aea1-1438be56e727 8eceef15bfb14fa19e837183a02b9551 8bd6d70ebec64ca7818264dba9c6bf89 - - default default] Successfully bumped revision number for resource 13c33479-9c52-44f7-b8ce-3b0a26f2791f (type: security_groups) to 1 2026-04-27 13:13:00.474 8 INFO neutron.db.ovn_revision_numbers_db [None req-d034599e-05bf-4c64-aea1-1438be56e727 8eceef15bfb14fa19e837183a02b9551 8bd6d70ebec64ca7818264dba9c6bf89 - - default default] Successfully bumped revision number for resource 16d6f276-d99d-414e-8a30-59487eb8f303 (type: security_group_rules) to 0 2026-04-27 13:13:00.501 8 INFO neutron.db.ovn_revision_numbers_db [None req-d034599e-05bf-4c64-aea1-1438be56e727 8eceef15bfb14fa19e837183a02b9551 8bd6d70ebec64ca7818264dba9c6bf89 - - default default] Successfully bumped revision number for resource 834a0a10-9f75-4220-98b4-2d23e3bf89db (type: security_group_rules) to 0 2026-04-27 13:13:00.520 8 INFO neutron.db.ovn_revision_numbers_db [None req-d034599e-05bf-4c64-aea1-1438be56e727 8eceef15bfb14fa19e837183a02b9551 8bd6d70ebec64ca7818264dba9c6bf89 - - default default] Successfully bumped revision number for resource af9cc231-6e9c-4687-9884-c1b7cb4a615f (type: security_group_rules) to 0 2026-04-27 13:13:00.545 8 INFO neutron.db.ovn_revision_numbers_db [None req-d034599e-05bf-4c64-aea1-1438be56e727 8eceef15bfb14fa19e837183a02b9551 8bd6d70ebec64ca7818264dba9c6bf89 - - default default] Successfully bumped revision number for resource dddaacd7-8928-4a28-84d0-304a401feb78 (type: security_group_rules) to 0 2026-04-27 13:13:00.615 7 INFO neutron.db.ovn_revision_numbers_db [None req-9455dff5-add1-46e7-8179-353843e2bcbb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource cae3baa5-62c2-4e3b-aa22-9715ba3b6236 (type: security_groups) to 1 2026-04-27 13:13:00.626 7 INFO neutron.db.ovn_revision_numbers_db [None req-9455dff5-add1-46e7-8179-353843e2bcbb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b38ef28d-7056-4992-a3eb-5f7e4aa71c65 (type: security_group_rules) to 0 2026-04-27 13:13:00.642 7 INFO neutron.db.ovn_revision_numbers_db [None req-9455dff5-add1-46e7-8179-353843e2bcbb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b521a831-b68e-4737-b742-26d59baa41d2 (type: security_group_rules) to 0 2026-04-27 13:13:00.667 7 INFO neutron.db.ovn_revision_numbers_db [None req-9455dff5-add1-46e7-8179-353843e2bcbb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ed0c1266-7203-46a3-80f1-c8c2255ad7b3 (type: security_group_rules) to 0 2026-04-27 13:13:00.680 7 INFO neutron.db.ovn_revision_numbers_db [None req-9455dff5-add1-46e7-8179-353843e2bcbb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource fcdad5a8-610d-469d-8038-23279bae24b4 (type: security_group_rules) to 0 2026-04-27 13:13:00.684 8 INFO neutron.db.ovn_revision_numbers_db [None req-d034599e-05bf-4c64-aea1-1438be56e727 8eceef15bfb14fa19e837183a02b9551 8bd6d70ebec64ca7818264dba9c6bf89 - - default default] Successfully bumped revision number for resource edf81f51-05f4-4bc3-a7fe-0245af2d5fcf (type: security_groups) to 1 2026-04-27 13:13:00.696 8 INFO neutron.db.ovn_revision_numbers_db [None req-d034599e-05bf-4c64-aea1-1438be56e727 8eceef15bfb14fa19e837183a02b9551 8bd6d70ebec64ca7818264dba9c6bf89 - - default default] Successfully bumped revision number for resource 79f0744a-72a0-4e37-bc44-4ad187e2364e (type: security_group_rules) to 0 2026-04-27 13:13:00.706 8 INFO neutron.db.ovn_revision_numbers_db [None req-d034599e-05bf-4c64-aea1-1438be56e727 8eceef15bfb14fa19e837183a02b9551 8bd6d70ebec64ca7818264dba9c6bf89 - - default default] Successfully bumped revision number for resource f082496d-f7b7-4b97-858f-65b117d0c9e6 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 795/1650] 10.0.0.253 () {34 vars in 684 bytes} [Mon Apr 27 13:13:00 2026] POST /v2.0/security-groups => generated 1624 bytes in 652 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:13:00.752 7 INFO neutron.db.segments_db [None req-9455dff5-add1-46e7-8179-353843e2bcbb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Added segment a4393bac-2d67-43b1-a5fe-2b323415da27 of type geneve for network a991338e-a471-4033-b685-b5d9c4950a1c [pid: 8|app: 0|req: 796/1651] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:13:00 2026] GET /v2.0/ports/f47a78e8-378c-4d3a-901b-8b7ec55eb5e4 => generated 945 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1652] 10.0.0.253 () {32 vars in 663 bytes} [Mon Apr 27 13:13:00 2026] GET /v2.0/security-groups => generated 4529 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:00.860 7 INFO neutron.db.ovn_revision_numbers_db [None req-9455dff5-add1-46e7-8179-353843e2bcbb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a991338e-a471-4033-b685-b5d9c4950a1c (type: networks) to 1 2026-04-27 13:13:00.903 8 INFO neutron.db.ovn_revision_numbers_db [None req-c54fd9a5-b370-4685-8c25-c4516b15e526 8eceef15bfb14fa19e837183a02b9551 8bd6d70ebec64ca7818264dba9c6bf89 - - default default] Successfully bumped revision number for resource edf81f51-05f4-4bc3-a7fe-0245af2d5fcf (type: security_groups) to 2 [pid: 8|app: 0|req: 798/1653] 10.0.0.253 () {34 vars in 758 bytes} [Mon Apr 27 13:13:00 2026] PUT /v2.0/security-groups/edf81f51-05f4-4bc3-a7fe-0245af2d5fcf => generated 1663 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1654] 10.0.0.253 () {32 vars in 737 bytes} [Mon Apr 27 13:13:00 2026] GET /v2.0/security-groups/edf81f51-05f4-4bc3-a7fe-0245af2d5fcf => generated 1663 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:01.041 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9455dff5-add1-46e7-8179-353843e2bcbb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:13:01.045 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9455dff5-add1-46e7-8179-353843e2bcbb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network a991338e-a471-4033-b685-b5d9c4950a1c: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 800/1655] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:00 2026] DELETE /v2.0/security-groups/edf81f51-05f4-4bc3-a7fe-0245af2d5fcf => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:13:01.139 7 INFO neutron.db.ovn_revision_numbers_db [None req-9455dff5-add1-46e7-8179-353843e2bcbb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 87e08dc2-66d9-4e5f-8f3a-e8f49719c688 (type: ports) to 1 [pid: 7|app: 0|req: 856/1656] 10.0.0.253 () {34 vars in 671 bytes} [Mon Apr 27 13:13:00 2026] POST /v2.0/networks => generated 781 bytes in 775 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1657] 10.0.0.253 () {32 vars in 663 bytes} [Mon Apr 27 13:13:01 2026] GET /v2.0/security-groups => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:01.325 8 INFO neutron.db.ovn_revision_numbers_db [None req-311be2eb-f29a-424b-8cf8-d9a85485263c bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Successfully bumped revision number for resource 825cbe98-6f40-452a-b5d5-c6668e0fcfd6 (type: security_groups) to 1 2026-04-27 13:13:01.335 8 INFO neutron.db.ovn_revision_numbers_db [None req-311be2eb-f29a-424b-8cf8-d9a85485263c bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Successfully bumped revision number for resource 15c7cb85-5c3b-4fc1-8f3c-121577df2d14 (type: security_group_rules) to 0 2026-04-27 13:13:01.346 8 INFO neutron.db.ovn_revision_numbers_db [None req-311be2eb-f29a-424b-8cf8-d9a85485263c bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Successfully bumped revision number for resource 4a86086d-8645-4481-87e7-6719c8fabef9 (type: security_group_rules) to 0 2026-04-27 13:13:01.348 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ff4fa5ab-1ff8-4e94-8ba5-f3ab584837da c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:13:01.349 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ff4fa5ab-1ff8-4e94-8ba5-f3ab584837da c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network a991338e-a471-4033-b685-b5d9c4950a1c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:01.357 8 INFO neutron.db.ovn_revision_numbers_db [None req-311be2eb-f29a-424b-8cf8-d9a85485263c bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Successfully bumped revision number for resource 4d8ca28d-5d38-4f08-a702-a9a3ac8f0bd0 (type: security_group_rules) to 0 2026-04-27 13:13:01.368 8 INFO neutron.db.ovn_revision_numbers_db [None req-311be2eb-f29a-424b-8cf8-d9a85485263c bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Successfully bumped revision number for resource f9ab3ee9-04c4-4e5f-9027-8ec536dc158e (type: security_group_rules) to 0 2026-04-27 13:13:01.449 8 INFO neutron.db.segments_db [None req-311be2eb-f29a-424b-8cf8-d9a85485263c bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Added segment e81a9287-e896-4cb1-8810-ac03f9988646 of type geneve for network 55507500-4b5c-4753-97a2-e20aad519d7d 2026-04-27 13:13:01.548 8 INFO neutron.db.segments_db [None req-311be2eb-f29a-424b-8cf8-d9a85485263c bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Added segment 8fb9563e-f1e6-4d5b-a6cf-7ed32b480d7a of type geneve for network 6f38b7b6-1c65-437f-af5d-2e8fdedf4e6f 2026-04-27 13:13:01.674 8 INFO neutron.db.ovn_revision_numbers_db [None req-311be2eb-f29a-424b-8cf8-d9a85485263c bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Successfully bumped revision number for resource 55507500-4b5c-4753-97a2-e20aad519d7d (type: networks) to 1 2026-04-27 13:13:01.778 7 INFO neutron.db.ovn_revision_numbers_db [None req-ff4fa5ab-1ff8-4e94-8ba5-f3ab584837da c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 87e08dc2-66d9-4e5f-8f3a-e8f49719c688 (type: ports) to 2 2026-04-27 13:13:01.798 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-f16c7677-3ab3-47f3-bf59-60ed432c41ad - - - - - -] No port found with ID f9f62577-1b05-43ca-970d-9adef871086a: RuntimeError: No port found with ID f9f62577-1b05-43ca-970d-9adef871086a 2026-04-27 13:13:01.799 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f16c7677-3ab3-47f3-bf59-60ed432c41ad - - - - - -] OVN reports status down for port: 93673046-f776-4384-91fc-0b0dbed78788 2026-04-27 13:13:01.808 7 INFO neutron.db.ovn_revision_numbers_db [None req-ff4fa5ab-1ff8-4e94-8ba5-f3ab584837da c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource da7b3a38-cb1b-4ef9-8ad5-88c5546d2edb (type: subnets) to 0 2026-04-27 13:13:01.813 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f16c7677-3ab3-47f3-bf59-60ed432c41ad - - - - - -] OVN reports status down for port: f47a78e8-378c-4d3a-901b-8b7ec55eb5e4 [pid: 7|app: 0|req: 858/1658] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:13:01 2026] POST /v2.0/subnets => generated 687 bytes in 622 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:01.836 7 INFO neutron.api.v2.resource [None req-d3839a50-7bf2-46b8-a991-74e1546a8dcd 8eceef15bfb14fa19e837183a02b9551 8bd6d70ebec64ca7818264dba9c6bf89 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 859/1659] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:01 2026] DELETE /v2.0/security-groups/edf81f51-05f4-4bc3-a7fe-0245af2d5fcf => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:13:01.905 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-311be2eb-f29a-424b-8cf8-d9a85485263c bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] No more DHCP agents 2026-04-27 13:13:01.908 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-311be2eb-f29a-424b-8cf8-d9a85485263c bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Unable to schedule network 55507500-4b5c-4753-97a2-e20aad519d7d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:01.910 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-f16c7677-3ab3-47f3-bf59-60ed432c41ad - - - - - -] Logical_Switch_Port f47a78e8-378c-4d3a-901b-8b7ec55eb5e4 host information not removed, the port state is up 2026-04-27 13:13:01.910 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f16c7677-3ab3-47f3-bf59-60ed432c41ad - - - - - -] OVN reports status up for port: f47a78e8-378c-4d3a-901b-8b7ec55eb5e4 [pid: 7|app: 0|req: 860/1660] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:13:01 2026] GET /v2.0/routers => generated 649 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:01.930 8 INFO neutron.plugins.ml2.plugin [None req-f16c7677-3ab3-47f3-bf59-60ed432c41ad - - - - - -] Attempt 1 to provision port f47a78e8-378c-4d3a-901b-8b7ec55eb5e4 [pid: 7|app: 0|req: 861/1661] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:13:01 2026] GET /v2.0/ports/f47a78e8-378c-4d3a-901b-8b7ec55eb5e4 => generated 945 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:02.066 8 INFO neutron.db.ovn_revision_numbers_db [None req-311be2eb-f29a-424b-8cf8-d9a85485263c bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Successfully bumped revision number for resource ff5d6cb4-b64e-4bd7-85e0-d01681627cf2 (type: ports) to 1 2026-04-27 13:13:02.194 8 INFO neutron.db.ovn_revision_numbers_db [None req-311be2eb-f29a-424b-8cf8-d9a85485263c bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Successfully bumped revision number for resource 6f38b7b6-1c65-437f-af5d-2e8fdedf4e6f (type: networks) to 1 2026-04-27 13:13:02.364 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-513dc0c8-1768-4a15-b7ea-5f151ebb3261 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:13:02.365 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-513dc0c8-1768-4a15-b7ea-5f151ebb3261 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:02.497 7 INFO neutron.db.ovn_revision_numbers_db [None req-513dc0c8-1768-4a15-b7ea-5f151ebb3261 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 371c3284-3dbf-48a6-961b-ff23897a271b (type: ports) to 1 2026-04-27 13:13:02.518 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-311be2eb-f29a-424b-8cf8-d9a85485263c bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] No more DHCP agents 2026-04-27 13:13:02.521 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-311be2eb-f29a-424b-8cf8-d9a85485263c bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Unable to schedule network 6f38b7b6-1c65-437f-af5d-2e8fdedf4e6f: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:02.630 8 INFO neutron.db.ovn_revision_numbers_db [None req-f16c7677-3ab3-47f3-bf59-60ed432c41ad - - - - - -] Successfully bumped revision number for resource f47a78e8-378c-4d3a-901b-8b7ec55eb5e4 (type: ports) to 2 2026-04-27 13:13:02.674 8 INFO neutron.db.ovn_revision_numbers_db [None req-311be2eb-f29a-424b-8cf8-d9a85485263c bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Successfully bumped revision number for resource 0eaac669-5dee-488e-b01d-38f731916473 (type: ports) to 1 [pid: 8|app: 0|req: 801/1662] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:13:01 2026] POST /v2.0/networks => generated 1320 bytes in 1623 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:13:02.832 8 INFO neutron.db.ovn_revision_numbers_db [None req-8e0c451c-4c7b-42fd-89f4-7eb33ab1876f 8eceef15bfb14fa19e837183a02b9551 8bd6d70ebec64ca7818264dba9c6bf89 - - default default] Successfully bumped revision number for resource 181317ce-1fb7-4b27-ae37-d14fe44cf2c4 (type: security_groups) to 1 2026-04-27 13:13:02.842 8 INFO neutron.db.ovn_revision_numbers_db [None req-8e0c451c-4c7b-42fd-89f4-7eb33ab1876f 8eceef15bfb14fa19e837183a02b9551 8bd6d70ebec64ca7818264dba9c6bf89 - - default default] Successfully bumped revision number for resource cb0d1e55-7be3-4a36-b3ba-5300657ed05e (type: security_group_rules) to 0 2026-04-27 13:13:02.853 8 INFO neutron.db.ovn_revision_numbers_db [None req-8e0c451c-4c7b-42fd-89f4-7eb33ab1876f 8eceef15bfb14fa19e837183a02b9551 8bd6d70ebec64ca7818264dba9c6bf89 - - default default] Successfully bumped revision number for resource f6fc64d3-4c07-40b6-87ea-6a69d44109b1 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 802/1663] 10.0.0.253 () {34 vars in 684 bytes} [Mon Apr 27 13:13:02 2026] POST /v2.0/security-groups => generated 1624 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1664] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:13:02 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: 804/1665] 10.0.0.253 () {32 vars in 649 bytes} [Mon Apr 27 13:13:02 2026] GET /v2.0/networks => generated 1969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:03.078 8 INFO neutron.db.ovn_revision_numbers_db [None req-22da8c34-e918-45fb-a137-d84d8e3ada7b 8eceef15bfb14fa19e837183a02b9551 8bd6d70ebec64ca7818264dba9c6bf89 - - default default] Successfully bumped revision number for resource 11f4eaed-63b6-4c61-aeb9-ef2a12c772cc (type: security_group_rules) to 0 [pid: 8|app: 0|req: 805/1666] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:13:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1667] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:13:03 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) 2026-04-27 13:13:03.187 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-28b51bad-4894-4de8-9b85-79dcaab50bd1 - - - - - -] Router fcb4386d-48ac-4279-b4d2-0ec6c847b861 is bound to host instance 2026-04-27 13:13:03.192 7 INFO neutron.db.ovn_revision_numbers_db [None req-513dc0c8-1768-4a15-b7ea-5f151ebb3261 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 371c3284-3dbf-48a6-961b-ff23897a271b (type: router_ports) to 1 2026-04-27 13:13:03.288 8 INFO neutron_taas.services.taas.taas_plugin [None req-2aa0a6e0-ec5b-4d37-a63f-44e8eacf3615 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] TaaS: Handle Delete Port: ff5d6cb4-b64e-4bd7-85e0-d01681627cf2 2026-04-27 13:13:03.290 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2aa0a6e0-ec5b-4d37-a63f-44e8eacf3615 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Tap Mirror: Handle Delete Port: ff5d6cb4-b64e-4bd7-85e0-d01681627cf2 2026-04-27 13:13:03.333 7 INFO neutron.db.ovn_revision_numbers_db [None req-513dc0c8-1768-4a15-b7ea-5f151ebb3261 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource fcb4386d-48ac-4279-b4d2-0ec6c847b861 (type: routers) to 2 [pid: 7|app: 0|req: 862/1670] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:13:01 2026] POST /v2.0/routers => generated 986 bytes in 1366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1671] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:13:03 2026] GET /v2.0/ports/f47a78e8-378c-4d3a-901b-8b7ec55eb5e4 => generated 947 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:03.486 8 INFO neutron.services.segments.plugin [-] Segment e81a9287-e896-4cb1-8810-ac03f9988646 resource provider aggregate not found 2026-04-27 13:13:03.489 8 INFO neutron.services.segments.plugin [-] Segment e81a9287-e896-4cb1-8810-ac03f9988646 resource provider aggregate not found 2026-04-27 13:13:03.507 8 INFO neutron.services.segments.plugin [-] Segment e81a9287-e896-4cb1-8810-ac03f9988646 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e81a9287-e896-4cb1-8810-ac03f9988646 found for delete ", "request_id": "req-d5509b4f-64d3-447e-895e-dca6c5f45a45"}]} 2026-04-27 13:13:03.511 8 INFO neutron.services.segments.plugin [-] Segment e81a9287-e896-4cb1-8810-ac03f9988646 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e81a9287-e896-4cb1-8810-ac03f9988646 found for delete ", "request_id": "req-a78d2e2f-a30a-4104-a9f5-aa27cf3546ea"}]} [pid: 7|app: 0|req: 864/1672] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:13:03 2026] GET /v2.0/security-group-rules/11f4eaed-63b6-4c61-aeb9-ef2a12c772cc => generated 601 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1673] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:13:03 2026] DELETE /v2.0/networks/55507500-4b5c-4753-97a2-e20aad519d7d => generated 0 bytes in 403 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1674] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:13:03 2026] GET /v2.0/floatingips => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:03.964 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-32241bb3-e0da-45eb-a400-16190661d5f9 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:13:03.965 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-32241bb3-e0da-45eb-a400-16190661d5f9 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network a991338e-a471-4033-b685-b5d9c4950a1c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:04.040 7 INFO neutron_taas.services.taas.taas_plugin [None req-af29a972-749f-4f7d-b143-573dc992d190 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] TaaS: Handle Delete Port: f47a78e8-378c-4d3a-901b-8b7ec55eb5e4 2026-04-27 13:13:04.056 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af29a972-749f-4f7d-b143-573dc992d190 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Tap Mirror: Handle Delete Port: f47a78e8-378c-4d3a-901b-8b7ec55eb5e4 2026-04-27 13:13:04.105 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-906d48c5-b0a9-4510-9f59-02aa0f4d3308 - - - - - -] OVN reports status down for port: f6bcaa33-d8d3-4dfe-9eff-e639eae81b8f 2026-04-27 13:13:04.144 8 INFO neutron.db.ovn_revision_numbers_db [None req-32241bb3-e0da-45eb-a400-16190661d5f9 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f6bcaa33-d8d3-4dfe-9eff-e639eae81b8f (type: ports) to 1 2026-04-27 13:13:04.843 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-906d48c5-b0a9-4510-9f59-02aa0f4d3308 - - - - - -] Logical_Switch_Port f6bcaa33-d8d3-4dfe-9eff-e639eae81b8f host information not removed, the port state is up 2026-04-27 13:13:04.843 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-906d48c5-b0a9-4510-9f59-02aa0f4d3308 - - - - - -] OVN reports status up for port: f6bcaa33-d8d3-4dfe-9eff-e639eae81b8f 2026-04-27 13:13:04.845 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-32241bb3-e0da-45eb-a400-16190661d5f9 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:13:04.846 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-32241bb3-e0da-45eb-a400-16190661d5f9 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network a991338e-a471-4033-b685-b5d9c4950a1c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:04.876 7 INFO neutron.plugins.ml2.plugin [None req-906d48c5-b0a9-4510-9f59-02aa0f4d3308 - - - - - -] Attempt 1 to provision port f6bcaa33-d8d3-4dfe-9eff-e639eae81b8f [pid: 7|app: 0|req: 866/1675] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:13:03 2026] PUT /v2.0/routers/60e10a1a-2fc7-41da-bf78-c6eef098ffa3/remove_router_interface => generated 310 bytes in 1737 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:13:05.349 8 INFO neutron.db.ovn_revision_numbers_db [None req-32241bb3-e0da-45eb-a400-16190661d5f9 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f6bcaa33-d8d3-4dfe-9eff-e639eae81b8f (type: router_ports) to 1 [pid: 8|app: 0|req: 810/1676] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:13:03 2026] PUT /v2.0/routers/fcb4386d-48ac-4279-b4d2-0ec6c847b861/add_router_interface => generated 310 bytes in 1828 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:05.470 8 INFO neutron_taas.services.taas.taas_plugin [None req-105f059f-7e67-44f9-a0d8-cd9e02d75b69 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] TaaS: Handle Delete Port: 0eaac669-5dee-488e-b01d-38f731916473 2026-04-27 13:13:05.472 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-105f059f-7e67-44f9-a0d8-cd9e02d75b69 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Tap Mirror: Handle Delete Port: 0eaac669-5dee-488e-b01d-38f731916473 [pid: 7|app: 0|req: 867/1677] 10.0.0.253 () {32 vars in 673 bytes} [Mon Apr 27 13:13:05 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:05.649 8 INFO neutron.services.segments.plugin [-] Segment 8fb9563e-f1e6-4d5b-a6cf-7ed32b480d7a resource provider aggregate not found 2026-04-27 13:13:05.653 8 INFO neutron.services.segments.plugin [-] Segment 8fb9563e-f1e6-4d5b-a6cf-7ed32b480d7a resource provider aggregate not found 2026-04-27 13:13:05.670 8 INFO neutron.services.segments.plugin [-] Segment 8fb9563e-f1e6-4d5b-a6cf-7ed32b480d7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fb9563e-f1e6-4d5b-a6cf-7ed32b480d7a found for delete ", "request_id": "req-9c1e5f87-066d-40d0-be85-f9255dd7ea88"}]} 2026-04-27 13:13:05.673 8 INFO neutron.services.segments.plugin [-] Segment 8fb9563e-f1e6-4d5b-a6cf-7ed32b480d7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fb9563e-f1e6-4d5b-a6cf-7ed32b480d7a found for delete ", "request_id": "req-ff1f90de-4ca0-4762-b6d0-67392c38d0ad"}]} [pid: 8|app: 0|req: 811/1678] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:13:05 2026] DELETE /v2.0/networks/6f38b7b6-1c65-437f-af5d-2e8fdedf4e6f => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1679] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:13:05 2026] GET /v2.0/ports?device_id=60e10a1a-2fc7-41da-bf78-c6eef098ffa3 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1680] 10.0.0.253 () {32 vars in 750 bytes} [Mon Apr 27 13:13:05 2026] DELETE /v2.0/security-group-rules/11f4eaed-63b6-4c61-aeb9-ef2a12c772cc => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1681] 10.0.0.253 () {32 vars in 649 bytes} [Mon Apr 27 13:13:05 2026] GET /v2.0/networks => generated 689 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:05.867 7 INFO neutron.db.ovn_revision_numbers_db [None req-346692af-b91b-4f96-a0ba-768b3465f031 - - - - - -] Successfully bumped revision number for resource 371c3284-3dbf-48a6-961b-ff23897a271b (type: ports) to 4 [pid: 7|app: 0|req: 868/1682] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:13:05 2026] GET /v2.0/networks => generated 3867 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1683] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:13:05 2026] DELETE /v2.0/routers/60e10a1a-2fc7-41da-bf78-c6eef098ffa3 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:13:06.117 8 INFO neutron.db.segments_db [None req-d934ccb6-7e50-4ac9-9aba-dfe037d91287 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Added segment ce6571da-6664-4fe7-b5f8-437d6dd0831f of type geneve for network 44cd6358-1ad2-4aa4-a482-4bfe87bbde17 [pid: 7|app: 0|req: 869/1684] 10.0.0.253 () {32 vars in 673 bytes} [Mon Apr 27 13:13:05 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:06.218 8 INFO neutron.db.ovn_revision_numbers_db [None req-d934ccb6-7e50-4ac9-9aba-dfe037d91287 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Successfully bumped revision number for resource 44cd6358-1ad2-4aa4-a482-4bfe87bbde17 (type: networks) to 1 [pid: 7|app: 0|req: 870/1685] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:13:06 2026] GET /v2.0/security-groups => generated 30621 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-27 13:13:06.316 7 INFO neutron.db.ovn_revision_numbers_db [None req-906d48c5-b0a9-4510-9f59-02aa0f4d3308 - - - - - -] Successfully bumped revision number for resource f6bcaa33-d8d3-4dfe-9eff-e639eae81b8f (type: ports) to 2 2026-04-27 13:13:06.370 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d934ccb6-7e50-4ac9-9aba-dfe037d91287 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] No more DHCP agents 2026-04-27 13:13:06.371 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d934ccb6-7e50-4ac9-9aba-dfe037d91287 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Unable to schedule network 44cd6358-1ad2-4aa4-a482-4bfe87bbde17: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:06.439 8 INFO neutron.db.ovn_revision_numbers_db [None req-d934ccb6-7e50-4ac9-9aba-dfe037d91287 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Successfully bumped revision number for resource a68f09d5-82e1-4eed-9dbf-b55471216c4a (type: ports) to 1 [pid: 8|app: 0|req: 816/1686] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:13:06 2026] POST /v2.0/networks => generated 687 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:06.550 8 INFO neutron.db.ovn_revision_numbers_db [None req-6663ad52-e244-44e0-8ee3-f8f52fa505dc 8eceef15bfb14fa19e837183a02b9551 8bd6d70ebec64ca7818264dba9c6bf89 - - default default] Successfully bumped revision number for resource 8b85070e-5dfb-4168-9810-93957fb8a5b3 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 817/1687] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:13:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1688] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:13:06 2026] GET /v2.0/network-ip-availabilities => generated 3900 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1689] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:13:06 2026] DELETE /v2.0/subnets/5db9a7ec-ada9-443b-b15d-91fb4d2315bc => generated 0 bytes in 403 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:13:06.711 8 INFO neutron.db.segments_db [None req-ac9f5896-1299-44d2-9cc3-906c84dd0393 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Added segment efba1a9f-d806-4a51-922b-c610d9a3626c of type geneve for network 2c5debd8-5612-4bd6-b0fa-3e12d5164d17 [pid: 7|app: 0|req: 872/1690] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:13:06 2026] GET /v2.0/security-group-rules/8b85070e-5dfb-4168-9810-93957fb8a5b3 => generated 601 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1691] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:13:06 2026] GET /v2.0/subnets => generated 1985 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:06.821 7 INFO neutron.db.ovn_revision_numbers_db [None req-346692af-b91b-4f96-a0ba-768b3465f031 - - - - - -] Successfully bumped revision number for resource 371c3284-3dbf-48a6-961b-ff23897a271b (type: ports) to 5 2026-04-27 13:13:06.824 8 INFO neutron.db.ovn_revision_numbers_db [None req-ac9f5896-1299-44d2-9cc3-906c84dd0393 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Successfully bumped revision number for resource 2c5debd8-5612-4bd6-b0fa-3e12d5164d17 (type: networks) to 1 2026-04-27 13:13:06.982 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ac9f5896-1299-44d2-9cc3-906c84dd0393 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] No more DHCP agents 2026-04-27 13:13:06.984 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ac9f5896-1299-44d2-9cc3-906c84dd0393 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Unable to schedule network 2c5debd8-5612-4bd6-b0fa-3e12d5164d17: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:06.998 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e59d870-d52e-4e41-a05c-566fce6e7d70 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] TaaS: Handle Delete Port: 8fb2b654-88af-410e-9417-f78b5850020f 2026-04-27 13:13:07.005 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e59d870-d52e-4e41-a05c-566fce6e7d70 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Tap Mirror: Handle Delete Port: 8fb2b654-88af-410e-9417-f78b5850020f 2026-04-27 13:13:07.058 8 INFO neutron.db.ovn_revision_numbers_db [None req-ac9f5896-1299-44d2-9cc3-906c84dd0393 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Successfully bumped revision number for resource 9628ee76-6dec-45ff-ae6e-b40c518e9fc9 (type: ports) to 1 [pid: 8|app: 0|req: 819/1692] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:13:06 2026] POST /v2.0/networks => generated 687 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1693] 10.0.0.253 () {32 vars in 673 bytes} [Mon Apr 27 13:13:07 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1694] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:13:07 2026] GET /v2.0/subnetpools => generated 19 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:07.195 7 INFO neutron.services.segments.plugin [-] Segment df4bbfe6-feed-43a5-96a9-aa331e2ff990 resource provider aggregate not found 2026-04-27 13:13:07.200 7 INFO neutron.services.segments.plugin [-] Segment df4bbfe6-feed-43a5-96a9-aa331e2ff990 resource provider aggregate not found 2026-04-27 13:13:07.216 7 INFO neutron.services.segments.plugin [-] Segment df4bbfe6-feed-43a5-96a9-aa331e2ff990 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df4bbfe6-feed-43a5-96a9-aa331e2ff990 found for delete ", "request_id": "req-6ce391cb-43f4-4490-a2db-5b948e6bd819"}]} 2026-04-27 13:13:07.219 7 INFO neutron.services.segments.plugin [-] Segment df4bbfe6-feed-43a5-96a9-aa331e2ff990 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df4bbfe6-feed-43a5-96a9-aa331e2ff990 found for delete ", "request_id": "req-d3743d4f-f18f-411a-aee3-1530e943590a"}]} [pid: 7|app: 0|req: 874/1695] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:13:06 2026] DELETE /v2.0/networks/d835818e-2afc-4728-8764-430a59b94539 => generated 0 bytes in 426 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1696] 10.0.0.253 () {32 vars in 750 bytes} [Mon Apr 27 13:13:07 2026] DELETE /v2.0/security-group-rules/8b85070e-5dfb-4168-9810-93957fb8a5b3 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1697] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:13:07 2026] GET /v2.0/subnets => generated 1985 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:07.577 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-6cdda973-86e2-43ba-b8e4-17f50e58a086 - - - - - -] No port found with ID f47a78e8-378c-4d3a-901b-8b7ec55eb5e4: RuntimeError: No port found with ID f47a78e8-378c-4d3a-901b-8b7ec55eb5e4 2026-04-27 13:13:07.600 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6cdda973-86e2-43ba-b8e4-17f50e58a086 - - - - - -] OVN reports status down for port: 87e08dc2-66d9-4e5f-8f3a-e8f49719c688 2026-04-27 13:13:07.654 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6330afb1-ac72-4db3-a9a1-5b7b5efc13c2 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] No more DHCP agents 2026-04-27 13:13:07.657 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6330afb1-ac72-4db3-a9a1-5b7b5efc13c2 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Unable to schedule network 44cd6358-1ad2-4aa4-a482-4bfe87bbde17: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:07.709 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6cdda973-86e2-43ba-b8e4-17f50e58a086 - - - - - -] OVN reports status down for port: ff5d6cb4-b64e-4bd7-85e0-d01681627cf2 2026-04-27 13:13:07.758 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6cdda973-86e2-43ba-b8e4-17f50e58a086 - - - - - -] OVN reports status down for port: 371c3284-3dbf-48a6-961b-ff23897a271b 2026-04-27 13:13:07.804 8 INFO neutron.db.ovn_revision_numbers_db [None req-6330afb1-ac72-4db3-a9a1-5b7b5efc13c2 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Successfully bumped revision number for resource 2c97096e-b232-46d1-95d3-88633c026485 (type: ports) to 1 2026-04-27 13:13:07.812 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-33434bf8-aec8-4967-844e-dfa412ac532b b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] No more DHCP agents 2026-04-27 13:13:07.813 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-33434bf8-aec8-4967-844e-dfa412ac532b b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:07.887 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6330afb1-ac72-4db3-a9a1-5b7b5efc13c2 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] No more DHCP agents 2026-04-27 13:13:07.889 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6330afb1-ac72-4db3-a9a1-5b7b5efc13c2 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Unable to schedule network 2c5debd8-5612-4bd6-b0fa-3e12d5164d17: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:07.940 7 INFO neutron.db.ovn_revision_numbers_db [None req-33434bf8-aec8-4967-844e-dfa412ac532b b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 0b359646-92bb-481c-b161-0fe8461f3f51 (type: ports) to 1 2026-04-27 13:13:08.037 8 INFO neutron.db.ovn_revision_numbers_db [None req-6330afb1-ac72-4db3-a9a1-5b7b5efc13c2 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Successfully bumped revision number for resource 197bf1e1-d0e4-404f-8a11-935e06738408 (type: ports) to 1 [pid: 8|app: 0|req: 822/1698] 10.0.0.253 () {34 vars in 665 bytes} [Mon Apr 27 13:13:07 2026] POST /v2.0/ports => generated 1506 bytes in 1024 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: 823/1699] 10.0.0.253 () {32 vars in 673 bytes} [Mon Apr 27 13:13:08 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:08.373 8 INFO neutron.db.ovn_revision_numbers_db [None req-6cdda973-86e2-43ba-b8e4-17f50e58a086 - - - - - -] Successfully bumped revision number for resource 371c3284-3dbf-48a6-961b-ff23897a271b (type: ports) to 6 [pid: 8|app: 0|req: 824/1700] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:13:08 2026] GET /v2.0/ports => generated 12953 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-27 13:13:08.565 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-b34d71c2-f7f0-4853-912a-ddb3ba6064c6 - - - - - -] Logical_Switch_Port 371c3284-3dbf-48a6-961b-ff23897a271b host information not removed, the port state is up 2026-04-27 13:13:08.565 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b34d71c2-f7f0-4853-912a-ddb3ba6064c6 - - - - - -] OVN reports status down for port: 0eaac669-5dee-488e-b01d-38f731916473 2026-04-27 13:13:08.587 7 INFO neutron.db.ovn_revision_numbers_db [None req-33434bf8-aec8-4967-844e-dfa412ac532b b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 0b359646-92bb-481c-b161-0fe8461f3f51 (type: router_ports) to 1 [pid: 8|app: 0|req: 825/1701] 10.0.0.235 () {34 vars in 982 bytes} [Mon Apr 27 13:13:08 2026] GET /v2.0/networks?id=a991338e-a471-4033-b685-b5d9c4950a1c => generated 710 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:08.671 8 INFO neutron.common.ovn.utils [None req-b34d71c2-f7f0-4853-912a-ddb3ba6064c6 - - - - - -] HA Chassis Group neutron-a991338e-a471-4033-b685-b5d9c4950a1c synchronized; highest priority chassis cf88c82c-664b-42f9-a266-c27775cdf8a2 2026-04-27 13:13:08.683 7 INFO neutron.db.ovn_revision_numbers_db [None req-33434bf8-aec8-4967-844e-dfa412ac532b b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 787722cf-726c-4d13-b0d2-619a081550b0 (type: routers) to 2 [pid: 8|app: 0|req: 826/1702] 10.0.0.253 () {32 vars in 643 bytes} [Mon Apr 27 13:13:08 2026] GET /v2.0/ports => generated 3018 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:08.685 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b34d71c2-f7f0-4853-912a-ddb3ba6064c6 - - - - - -] OVN reports status up for port: 371c3284-3dbf-48a6-961b-ff23897a271b [pid: 7|app: 0|req: 877/1703] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:13:07 2026] POST /v2.0/routers => generated 972 bytes in 1326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1704] 10.0.0.235 () {34 vars in 965 bytes} [Mon Apr 27 13:13:08 2026] GET /v2.0/quotas/e7052de1171e42ee97f2312295aaae58 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:08.712 8 INFO neutron.plugins.ml2.plugin [None req-b34d71c2-f7f0-4853-912a-ddb3ba6064c6 - - - - - -] Attempt 1 to provision port 371c3284-3dbf-48a6-961b-ff23897a271b 2026-04-27 13:13:08.845 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe4131c5-e4f8-44e4-b0e7-5b574a36644c bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] TaaS: Handle Delete Port: 2c97096e-b232-46d1-95d3-88633c026485 2026-04-27 13:13:08.850 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe4131c5-e4f8-44e4-b0e7-5b574a36644c bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Tap Mirror: Handle Delete Port: 2c97096e-b232-46d1-95d3-88633c026485 2026-04-27 13:13:08.895 8 INFO neutron.db.ovn_revision_numbers_db [None req-7a900430-0999-4fad-87f5-366711109f9c 8eceef15bfb14fa19e837183a02b9551 8bd6d70ebec64ca7818264dba9c6bf89 - - default default] Successfully bumped revision number for resource bdae8dfa-cb25-4e76-903e-3d8661a646e8 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 879/1705] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:13:08 2026] DELETE /v2.0/ports/2c97096e-b232-46d1-95d3-88633c026485 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1706] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:13:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1707] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:13:08 2026] GET /v2.0/routers/787722cf-726c-4d13-b0d2-619a081550b0 => generated 978 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1708] 10.0.0.235 () {34 vars in 1002 bytes} [Mon Apr 27 13:13:08 2026] GET /v2.0/ports?tenant_id=e7052de1171e42ee97f2312295aaae58&fields=id => generated 103 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:09.144 7 INFO neutron_taas.services.taas.taas_plugin [None req-402b53b5-24f7-44d9-9b20-46c42c1bd953 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] TaaS: Handle Delete Port: 197bf1e1-d0e4-404f-8a11-935e06738408 2026-04-27 13:13:09.147 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-402b53b5-24f7-44d9-9b20-46c42c1bd953 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Tap Mirror: Handle Delete Port: 197bf1e1-d0e4-404f-8a11-935e06738408 [pid: 8|app: 0|req: 829/1709] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:13:09 2026] GET /v2.0/security-group-rules/bdae8dfa-cb25-4e76-903e-3d8661a646e8 => generated 602 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1710] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:13:09 2026] DELETE /v2.0/ports/197bf1e1-d0e4-404f-8a11-935e06738408 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1711] 10.0.0.235 () {34 vars in 1008 bytes} [Mon Apr 27 13:13:09 2026] GET /v2.0/networks/a991338e-a471-4033-b685-b5d9c4950a1c?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: 830/1712] 10.0.0.253 () {32 vars in 647 bytes} [Mon Apr 27 13:13:09 2026] GET /v2.0/routers => generated 981 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:09.294 8 INFO neutron.db.ovn_revision_numbers_db [None req-b34d71c2-f7f0-4853-912a-ddb3ba6064c6 - - - - - -] Successfully bumped revision number for resource 371c3284-3dbf-48a6-961b-ff23897a271b (type: ports) to 7 [pid: 7|app: 0|req: 883/1713] 10.0.0.253 () {32 vars in 673 bytes} [Mon Apr 27 13:13:09 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1714] 10.0.0.253 () {32 vars in 643 bytes} [Mon Apr 27 13:13:09 2026] GET /v2.0/ports => generated 1523 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1715] 10.0.0.235 () {34 vars in 1108 bytes} [Mon Apr 27 13:13:09 2026] GET /v2.0/networks/a991338e-a471-4033-b685-b5d9c4950a1c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:09.483 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0e4544de-97fd-4c7f-b7b8-49d58da2c6ba - - - - - -] OVN reports status down for port: 9628ee76-6dec-45ff-ae6e-b40c518e9fc9 2026-04-27 13:13:09.565 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0e4544de-97fd-4c7f-b7b8-49d58da2c6ba - - - - - -] OVN reports status down for port: 0b359646-92bb-481c-b161-0fe8461f3f51 [pid: 8|app: 0|req: 833/1716] 10.0.0.253 () {32 vars in 750 bytes} [Mon Apr 27 13:13:09 2026] DELETE /v2.0/security-group-rules/bdae8dfa-cb25-4e76-903e-3d8661a646e8 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:13:09.674 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-0e4544de-97fd-4c7f-b7b8-49d58da2c6ba - - - - - -] Logical_Switch_Port 0b359646-92bb-481c-b161-0fe8461f3f51 host information not removed, the port state is up 2026-04-27 13:13:09.675 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0e4544de-97fd-4c7f-b7b8-49d58da2c6ba - - - - - -] OVN reports status down for port: 197bf1e1-d0e4-404f-8a11-935e06738408 2026-04-27 13:13:09.695 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0e4544de-97fd-4c7f-b7b8-49d58da2c6ba - - - - - -] OVN reports status up for port: 0b359646-92bb-481c-b161-0fe8461f3f51 2026-04-27 13:13:09.709 8 INFO neutron.plugins.ml2.plugin [None req-0e4544de-97fd-4c7f-b7b8-49d58da2c6ba - - - - - -] Attempt 1 to provision port 0b359646-92bb-481c-b161-0fe8461f3f51 2026-04-27 13:13:09.731 8 INFO neutron.db.segments_db [None req-679f83a2-7c5c-4ae6-b5a7-a2b0961f4a2f bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Added segment f99811d7-b382-451f-a26c-16475c654210 of type geneve for network 4de72f23-e0c8-4da2-ab6c-5d836c3f97cd 2026-04-27 13:13:09.776 7 INFO neutron.db.ovn_revision_numbers_db [None req-0028ecc9-04f3-4a57-8953-cdf300f0eeb4 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Successfully bumped revision number for resource 787722cf-726c-4d13-b0d2-619a081550b0 (type: routers) to 3 [pid: 7|app: 0|req: 884/1717] 10.0.0.253 () {34 vars in 741 bytes} [Mon Apr 27 13:13:09 2026] PUT /v2.0/routers/787722cf-726c-4d13-b0d2-619a081550b0 => generated 985 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1718] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:09 2026] GET /v2.0/ports?device_id=c1430704-fd73-4d5d-a997-be1ef927c2be => 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: 886/1719] 10.0.0.253 () {32 vars in 673 bytes} [Mon Apr 27 13:13:09 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:09.917 8 INFO neutron.db.ovn_revision_numbers_db [None req-679f83a2-7c5c-4ae6-b5a7-a2b0961f4a2f bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Successfully bumped revision number for resource 4de72f23-e0c8-4da2-ab6c-5d836c3f97cd (type: networks) to 1 [pid: 7|app: 0|req: 887/1720] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:13:09 2026] GET /v2.0/routers/787722cf-726c-4d13-b0d2-619a081550b0 => generated 985 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1721] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:09 2026] DELETE /v2.0/security-groups/181317ce-1fb7-4b27-ae37-d14fe44cf2c4 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:13:10.093 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-679f83a2-7c5c-4ae6-b5a7-a2b0961f4a2f bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] No more DHCP agents 2026-04-27 13:13:10.094 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-679f83a2-7c5c-4ae6-b5a7-a2b0961f4a2f bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Unable to schedule network 4de72f23-e0c8-4da2-ab6c-5d836c3f97cd: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 889/1722] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:13:10 2026] GET /v2.0/ports?device_id=787722cf-726c-4d13-b0d2-619a081550b0 => 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: 890/1723] 10.0.0.253 () {32 vars in 663 bytes} [Mon Apr 27 13:13:10 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:10.174 8 INFO neutron.db.ovn_revision_numbers_db [None req-679f83a2-7c5c-4ae6-b5a7-a2b0961f4a2f bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Successfully bumped revision number for resource 198fe112-b9a6-4f49-adc9-b6e04a3f15d4 (type: ports) to 1 [pid: 8|app: 0|req: 834/1724] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:13:09 2026] POST /v2.0/networks => generated 687 bytes in 588 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1725] 10.0.0.253 () {32 vars in 663 bytes} [Mon Apr 27 13:13:10 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:10.294 8 INFO neutron.db.segments_db [None req-4feda9e2-33b9-4b5e-af14-db1b02e76f57 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Added segment 16a05066-3bc0-424b-a15f-18e0a7f32c0e of type geneve for network 53c31568-a76f-4ee2-b153-c3729be35ed0 2026-04-27 13:13:10.388 8 INFO neutron.db.ovn_revision_numbers_db [None req-4feda9e2-33b9-4b5e-af14-db1b02e76f57 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Successfully bumped revision number for resource 53c31568-a76f-4ee2-b153-c3729be35ed0 (type: networks) to 1 2026-04-27 13:13:10.446 7 INFO neutron_taas.services.taas.taas_plugin [None req-1afea007-4611-4cef-a07e-888f205094a3 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] TaaS: Handle Delete Port: 0b359646-92bb-481c-b161-0fe8461f3f51 2026-04-27 13:13:10.449 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1afea007-4611-4cef-a07e-888f205094a3 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] Tap Mirror: Handle Delete Port: 0b359646-92bb-481c-b161-0fe8461f3f51 2026-04-27 13:13:10.540 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4feda9e2-33b9-4b5e-af14-db1b02e76f57 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] No more DHCP agents 2026-04-27 13:13:10.541 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4feda9e2-33b9-4b5e-af14-db1b02e76f57 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Unable to schedule network 53c31568-a76f-4ee2-b153-c3729be35ed0: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:10.619 8 INFO neutron.db.ovn_revision_numbers_db [None req-4feda9e2-33b9-4b5e-af14-db1b02e76f57 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Successfully bumped revision number for resource abec327c-76cb-4c22-9aa9-b36adaa051ee (type: ports) to 1 [pid: 8|app: 0|req: 836/1726] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:13:10 2026] POST /v2.0/networks => generated 686 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:10.770 8 WARNING neutron.db.securitygroups_db [None req-dc05b660-bfd8-4edc-bbcd-8cd3952dbc29 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 837/1727] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:13:10 2026] GET /v2.0/security-groups?tenant_id=8bd6d70ebec64ca7818264dba9c6bf89&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1728] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:13:10 2026] DELETE /v2.0/routers/787722cf-726c-4d13-b0d2-619a081550b0 => generated 0 bytes in 688 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1729] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:10 2026] DELETE /v2.0/security-groups/13c33479-9c52-44f7-b8ce-3b0a26f2791f => 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: 893/1730] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:13:10 2026] GET /v2.0/ports?device_id=787722cf-726c-4d13-b0d2-619a081550b0 => 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: 894/1731] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:10 2026] GET /v2.0/ports?device_id=c1430704-fd73-4d5d-a997-be1ef927c2be => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:11.027 7 INFO neutron.api.v2.resource [None req-1dd352ce-1408-45f2-bd1a-96c559148546 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 895/1732] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:13:11 2026] DELETE /v2.0/routers/787722cf-726c-4d13-b0d2-619a081550b0 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1733] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:13:11 2026] GET /v2.0/ports?device_id=60e10a1a-2fc7-41da-bf78-c6eef098ffa3 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:11.073 7 INFO neutron.api.v2.resource [None req-7c65547e-44da-4a4f-b506-5b2f75fb7321 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 897/1734] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:13:11 2026] DELETE /v2.0/routers/60e10a1a-2fc7-41da-bf78-c6eef098ffa3 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:13:11.093 7 INFO neutron.pecan_wsgi.hooks.translation [None req-adda01cf-e04a-4b04-b3bc-765a126339f6 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 898/1735] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:13:11 2026] DELETE /v2.0/subnets/5db9a7ec-ada9-443b-b15d-91fb4d2315bc => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:13:11.106 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b3461649-88bc-48af-84aa-596407359b84 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] No more DHCP agents 2026-04-27 13:13:11.107 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b3461649-88bc-48af-84aa-596407359b84 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Unable to schedule network 4de72f23-e0c8-4da2-ab6c-5d836c3f97cd: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 899/1736] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:13:11 2026] GET /v2.0/ports?device_id=4f541f32-36cb-4711-93ab-37bc784f23c9 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:11.140 7 INFO neutron.api.v2.resource [None req-184b85c4-6c3c-4938-8100-b52a1d312a1c b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 900/1737] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:13:11 2026] DELETE /v2.0/routers/4f541f32-36cb-4711-93ab-37bc784f23c9 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:13:11.161 7 INFO neutron.pecan_wsgi.hooks.translation [None req-503170ec-2280-4016-b219-b50d3212b6c0 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 901/1738] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:13:11 2026] DELETE /v2.0/subnets/5df948e7-1754-4366-86cc-47f9a921582c => 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: 902/1739] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:13:11 2026] GET /v2.0/ports?device_id=1678ed0b-1303-4bd0-973c-902854ca2891 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:11.217 7 INFO neutron.api.v2.resource [None req-3b687a4b-0b8d-40bb-8d24-bf23ef7fa00a b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 903/1740] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:13:11 2026] DELETE /v2.0/routers/1678ed0b-1303-4bd0-973c-902854ca2891 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:13:11.236 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8031247a-f34f-427d-b4c0-bf727a4edbce b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 904/1741] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:13:11 2026] DELETE /v2.0/subnets/26e4604c-4343-453c-87bb-e3a38a7aeb31 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:13:11.253 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ce6f1036-f065-4df8-b01f-b799646312d3 b7a62d9e006647a895edd59cfcf5174c 9edcd6b52a9e4ca0bf1bb7d8b2a5113d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 905/1742] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:13:11 2026] DELETE /v2.0/subnets/62dc4108-a4d7-4709-b19d-bfe680ef3805 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:13:11.538 8 INFO neutron.db.ovn_revision_numbers_db [None req-b3461649-88bc-48af-84aa-596407359b84 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Successfully bumped revision number for resource 198fe112-b9a6-4f49-adc9-b6e04a3f15d4 (type: ports) to 2 2026-04-27 13:13:11.564 8 INFO neutron.db.ovn_revision_numbers_db [None req-b3461649-88bc-48af-84aa-596407359b84 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Successfully bumped revision number for resource 83c9863e-bab3-4c30-8a90-56b7742a4e56 (type: subnets) to 0 2026-04-27 13:13:11.590 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b3461649-88bc-48af-84aa-596407359b84 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] No more DHCP agents 2026-04-27 13:13:11.592 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b3461649-88bc-48af-84aa-596407359b84 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Unable to schedule network 53c31568-a76f-4ee2-b153-c3729be35ed0: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:11.885 7 WARNING neutron.db.securitygroups_db [None req-ec58431d-6864-4aae-aeb8-8a9616e80f7f c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 906/1743] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:13:11 2026] GET /v2.0/security-groups?tenant_id=9edcd6b52a9e4ca0bf1bb7d8b2a5113d&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:11.975 8 INFO neutron.db.ovn_revision_numbers_db [None req-b3461649-88bc-48af-84aa-596407359b84 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Successfully bumped revision number for resource abec327c-76cb-4c22-9aa9-b36adaa051ee (type: ports) to 2 2026-04-27 13:13:12.000 8 INFO neutron.db.ovn_revision_numbers_db [None req-b3461649-88bc-48af-84aa-596407359b84 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Successfully bumped revision number for resource 6787b156-49ce-4034-b35b-bede8910af2a (type: subnets) to 0 [pid: 8|app: 0|req: 838/1744] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:13:10 2026] POST /v2.0/subnets => generated 1274 bytes in 1225 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:13:12.023 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d8950ca9-7784-4661-a38d-08c2153c83fd - - - - - -] No hosting information found for port f6bcaa33-d8d3-4dfe-9eff-e639eae81b8f: RuntimeError: No hosting information found for port f6bcaa33-d8d3-4dfe-9eff-e639eae81b8f [pid: 8|app: 0|req: 839/1745] 10.0.0.253 () {32 vars in 647 bytes} [Mon Apr 27 13:13:12 2026] GET /v2.0/subnets => generated 1910 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:12.081 7 INFO neutron.common.ovn.utils [None req-d8950ca9-7784-4661-a38d-08c2153c83fd - - - - - -] HA Chassis Group neutron-a991338e-a471-4033-b685-b5d9c4950a1c synchronized; highest priority chassis cf88c82c-664b-42f9-a266-c27775cdf8a2 [pid: 7|app: 0|req: 907/1746] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:11 2026] DELETE /v2.0/security-groups/f3452236-2e6d-4c3b-82e3-684c32b4fb53 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1747] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:12 2026] GET /v2.0/ports?device_id=c1430704-fd73-4d5d-a997-be1ef927c2be => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:12.182 7 INFO neutron.db.ovn_revision_numbers_db [None req-d8950ca9-7784-4661-a38d-08c2153c83fd - - - - - -] Successfully bumped revision number for resource f6bcaa33-d8d3-4dfe-9eff-e639eae81b8f (type: router_ports) to 2 2026-04-27 13:13:12.227 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d8950ca9-7784-4661-a38d-08c2153c83fd - - - - - -] OVN reports status down for port: a68f09d5-82e1-4eed-9dbf-b55471216c4a [pid: 8|app: 0|req: 840/1748] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:13:12 2026] DELETE /v2.0/subnets/83c9863e-bab3-4c30-8a90-56b7742a4e56 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:13:12.332 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d8950ca9-7784-4661-a38d-08c2153c83fd - - - - - -] OVN reports status down for port: 2c97096e-b232-46d1-95d3-88633c026485 2026-04-27 13:13:12.348 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d8950ca9-7784-4661-a38d-08c2153c83fd - - - - - -] OVN reports status down for port: 198fe112-b9a6-4f49-adc9-b6e04a3f15d4 [pid: 7|app: 0|req: 909/1749] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:13:12 2026] DELETE /v2.0/subnets/6787b156-49ce-4034-b35b-bede8910af2a => 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: 841/1750] 10.0.0.253 () {32 vars in 647 bytes} [Mon Apr 27 13:13:12 2026] GET /v2.0/subnets => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:12.638 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ee60fee-3ea4-4a08-a661-cdc646b2ce80 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] TaaS: Handle Delete Port: abec327c-76cb-4c22-9aa9-b36adaa051ee 2026-04-27 13:13:12.642 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ee60fee-3ea4-4a08-a661-cdc646b2ce80 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Tap Mirror: Handle Delete Port: abec327c-76cb-4c22-9aa9-b36adaa051ee 2026-04-27 13:13:12.842 7 INFO neutron.services.segments.plugin [-] Segment 16a05066-3bc0-424b-a15f-18e0a7f32c0e resource provider aggregate not found 2026-04-27 13:13:12.843 7 INFO neutron.services.segments.plugin [-] Segment 16a05066-3bc0-424b-a15f-18e0a7f32c0e resource provider aggregate not found 2026-04-27 13:13:12.861 7 INFO neutron.services.segments.plugin [-] Segment 16a05066-3bc0-424b-a15f-18e0a7f32c0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16a05066-3bc0-424b-a15f-18e0a7f32c0e found for delete ", "request_id": "req-b8125871-f10a-4a25-a877-f271048da66a"}]} 2026-04-27 13:13:12.872 7 INFO neutron.services.segments.plugin [-] Segment 16a05066-3bc0-424b-a15f-18e0a7f32c0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16a05066-3bc0-424b-a15f-18e0a7f32c0e found for delete ", "request_id": "req-a4d0b31f-01c4-4a9e-a2c2-2c93f3569892"}]} [pid: 7|app: 0|req: 910/1751] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:13:12 2026] DELETE /v2.0/networks/53c31568-a76f-4ee2-b153-c3729be35ed0 => generated 0 bytes in 375 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:13:13.006 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d402970-9206-4511-a665-8a0758bf45b5 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] TaaS: Handle Delete Port: 198fe112-b9a6-4f49-adc9-b6e04a3f15d4 2026-04-27 13:13:13.009 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d402970-9206-4511-a665-8a0758bf45b5 bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Tap Mirror: Handle Delete Port: 198fe112-b9a6-4f49-adc9-b6e04a3f15d4 2026-04-27 13:13:13.182 8 INFO neutron.services.segments.plugin [-] Segment f99811d7-b382-451f-a26c-16475c654210 resource provider aggregate not found 2026-04-27 13:13:13.191 8 INFO neutron.services.segments.plugin [-] Segment f99811d7-b382-451f-a26c-16475c654210 resource provider aggregate not found 2026-04-27 13:13:13.207 8 INFO neutron.services.segments.plugin [-] Segment f99811d7-b382-451f-a26c-16475c654210 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f99811d7-b382-451f-a26c-16475c654210 found for delete ", "request_id": "req-d54dc04f-9289-49ef-86eb-907bac28e5d7"}]} 2026-04-27 13:13:13.210 8 INFO neutron.services.segments.plugin [-] Segment f99811d7-b382-451f-a26c-16475c654210 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f99811d7-b382-451f-a26c-16475c654210 found for delete ", "request_id": "req-19a012e1-9e13-470c-9e99-f17ae39afa5b"}]} [pid: 8|app: 0|req: 842/1752] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:13:12 2026] DELETE /v2.0/networks/4de72f23-e0c8-4da2-ab6c-5d836c3f97cd => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1753] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:13 2026] GET /v2.0/ports?device_id=c1430704-fd73-4d5d-a997-be1ef927c2be => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:13.358 7 INFO neutron_taas.services.taas.taas_plugin [None req-94054a73-5a6f-443e-b4eb-25e37032265e bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] TaaS: Handle Delete Port: 9628ee76-6dec-45ff-ae6e-b40c518e9fc9 2026-04-27 13:13:13.360 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94054a73-5a6f-443e-b4eb-25e37032265e bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Tap Mirror: Handle Delete Port: 9628ee76-6dec-45ff-ae6e-b40c518e9fc9 [pid: 7|app: 0|req: 911/1754] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:13:13 2026] DELETE /v2.0/networks/2c5debd8-5612-4bd6-b0fa-3e12d5164d17 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:13:13.669 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e969477-b5ed-486f-b222-9972ba8e84af bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] TaaS: Handle Delete Port: a68f09d5-82e1-4eed-9dbf-b55471216c4a 2026-04-27 13:13:13.672 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e969477-b5ed-486f-b222-9972ba8e84af bd3705aef7d14b29b488f510837eb90e 27a99073a7b3455d8d960c1b490baadd - - default default] Tap Mirror: Handle Delete Port: a68f09d5-82e1-4eed-9dbf-b55471216c4a [pid: 7|app: 0|req: 912/1755] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:13:13 2026] GET /v2.0/networks?id=a991338e-a471-4033-b685-b5d9c4950a1c => generated 710 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1756] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:13:13 2026] DELETE /v2.0/networks/44cd6358-1ad2-4aa4-a482-4bfe87bbde17 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:13:14.163 7 INFO neutron.db.ovn_revision_numbers_db [None req-55288334-e5b2-4128-b93e-58a6e5856fc5 78c45fc94f46469eb91ccd0b2ddc2692 d1b4b9eef37646f8adb688ebca3d0140 - - default default] Successfully bumped revision number for resource 6c20d2b7-3b17-4ee1-8c62-7f23eed002cd (type: security_groups) to 1 2026-04-27 13:13:14.174 7 INFO neutron.db.ovn_revision_numbers_db [None req-55288334-e5b2-4128-b93e-58a6e5856fc5 78c45fc94f46469eb91ccd0b2ddc2692 d1b4b9eef37646f8adb688ebca3d0140 - - default default] Successfully bumped revision number for resource 53926320-2e2d-4409-8a5c-ee62a16969fa (type: security_group_rules) to 0 2026-04-27 13:13:14.183 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-4cbbfb7f-b2a3-4e92-b35d-21719910131d req-fa07a780-ceb0-4a19-a01b-1af5ad52f96b a0cde41fc2ad4bbabff5c32041bbad69 e7052de1171e42ee97f2312295aaae58 - - default default] No more DHCP agents 2026-04-27 13:13:14.184 7 INFO neutron.db.ovn_revision_numbers_db [None req-55288334-e5b2-4128-b93e-58a6e5856fc5 78c45fc94f46469eb91ccd0b2ddc2692 d1b4b9eef37646f8adb688ebca3d0140 - - default default] Successfully bumped revision number for resource 685dfa29-bcb3-438a-9531-31b9e570d52e (type: security_group_rules) to 0 2026-04-27 13:13:14.185 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-4cbbfb7f-b2a3-4e92-b35d-21719910131d req-fa07a780-ceb0-4a19-a01b-1af5ad52f96b a0cde41fc2ad4bbabff5c32041bbad69 e7052de1171e42ee97f2312295aaae58 - - default default] Unable to schedule network a991338e-a471-4033-b685-b5d9c4950a1c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:14.196 7 INFO neutron.db.ovn_revision_numbers_db [None req-55288334-e5b2-4128-b93e-58a6e5856fc5 78c45fc94f46469eb91ccd0b2ddc2692 d1b4b9eef37646f8adb688ebca3d0140 - - default default] Successfully bumped revision number for resource 845459d5-c84d-45bf-ad94-0a135b0e9889 (type: security_group_rules) to 0 2026-04-27 13:13:14.210 7 INFO neutron.db.ovn_revision_numbers_db [None req-55288334-e5b2-4128-b93e-58a6e5856fc5 78c45fc94f46469eb91ccd0b2ddc2692 d1b4b9eef37646f8adb688ebca3d0140 - - default default] Successfully bumped revision number for resource ba8a021f-a7d8-43a1-a7a2-d304b876d1cd (type: security_group_rules) to 0 2026-04-27 13:13:14.334 7 INFO neutron.db.ovn_revision_numbers_db [None req-55288334-e5b2-4128-b93e-58a6e5856fc5 78c45fc94f46469eb91ccd0b2ddc2692 d1b4b9eef37646f8adb688ebca3d0140 - - default default] Successfully bumped revision number for resource 12e53124-7b24-4d1b-a409-36963d5b0973 (type: security_groups) to 1 2026-04-27 13:13:14.347 7 INFO neutron.db.ovn_revision_numbers_db [None req-55288334-e5b2-4128-b93e-58a6e5856fc5 78c45fc94f46469eb91ccd0b2ddc2692 d1b4b9eef37646f8adb688ebca3d0140 - - default default] Successfully bumped revision number for resource aba1ed64-cd4e-47c1-9e2a-a011b4146c06 (type: security_group_rules) to 0 2026-04-27 13:13:14.356 8 INFO neutron.db.ovn_revision_numbers_db [req-4cbbfb7f-b2a3-4e92-b35d-21719910131d req-fa07a780-ceb0-4a19-a01b-1af5ad52f96b a0cde41fc2ad4bbabff5c32041bbad69 e7052de1171e42ee97f2312295aaae58 - - default default] Successfully bumped revision number for resource 98d1bfaf-82c7-4815-b69c-382c17319bc7 (type: ports) to 1 2026-04-27 13:13:14.359 7 INFO neutron.db.ovn_revision_numbers_db [None req-55288334-e5b2-4128-b93e-58a6e5856fc5 78c45fc94f46469eb91ccd0b2ddc2692 d1b4b9eef37646f8adb688ebca3d0140 - - default default] Successfully bumped revision number for resource f920c31c-b2c7-44ad-a999-61df2027561b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 913/1757] 10.0.0.253 () {34 vars in 684 bytes} [Mon Apr 27 13:13:13 2026] POST /v2.0/security-groups => generated 1624 bytes in 551 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1758] 199.204.45.33 () {38 vars in 954 bytes} [Mon Apr 27 13:13:13 2026] POST /v2.0/ports => generated 954 bytes in 567 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: 914/1759] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:14 2026] GET /v2.0/ports?device_id=c1430704-fd73-4d5d-a997-be1ef927c2be => generated 957 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1760] 10.0.0.253 () {32 vars in 663 bytes} [Mon Apr 27 13:13:14 2026] GET /v2.0/security-groups => generated 4529 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:14.553 7 WARNING neutron.db.securitygroups_db [None req-16102409-58bc-4f2f-be6f-7ceb38d26d66 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 915/1761] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:13:14 2026] GET /v2.0/security-groups?tenant_id=27a99073a7b3455d8d960c1b490baadd&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1762] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:13:14 2026] GET /v2.0/security-groups?id=cae3baa5-62c2-4e3b-aa22-9715ba3b6236&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:14.694 7 INFO neutron.db.ovn_revision_numbers_db [None req-efa282f6-5037-4bd2-96ea-cadab39ea749 78c45fc94f46469eb91ccd0b2ddc2692 d1b4b9eef37646f8adb688ebca3d0140 - - default default] Successfully bumped revision number for resource 12e53124-7b24-4d1b-a409-36963d5b0973 (type: security_groups) to 2 [pid: 7|app: 0|req: 917/1763] 10.0.0.253 () {34 vars in 758 bytes} [Mon Apr 27 13:13:14 2026] PUT /v2.0/security-groups/12e53124-7b24-4d1b-a409-36963d5b0973 => generated 1663 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:14.887 7 INFO neutron.services.segments.plugin [-] Segment efba1a9f-d806-4a51-922b-c610d9a3626c resource provider aggregate not found 2026-04-27 13:13:14.888 8 INFO neutron.db.ovn_revision_numbers_db [req-4cbbfb7f-b2a3-4e92-b35d-21719910131d req-f2f5b139-4495-46cf-9f74-0ea368d861d7 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource 98d1bfaf-82c7-4815-b69c-382c17319bc7 (type: ports) to 2 2026-04-27 13:13:14.897 7 INFO neutron.services.segments.plugin [-] Segment efba1a9f-d806-4a51-922b-c610d9a3626c resource provider aggregate not found 2026-04-27 13:13:14.913 7 INFO neutron.services.segments.plugin [-] Segment efba1a9f-d806-4a51-922b-c610d9a3626c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efba1a9f-d806-4a51-922b-c610d9a3626c found for delete ", "request_id": "req-c509df82-93a7-4a5d-b44e-660c92e0619c"}]} 2026-04-27 13:13:14.914 7 INFO neutron.services.segments.plugin [-] Segment efba1a9f-d806-4a51-922b-c610d9a3626c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efba1a9f-d806-4a51-922b-c610d9a3626c found for delete ", "request_id": "req-b2528c7f-6e0d-4987-ab14-9326a07e8323"}]} [pid: 7|app: 0|req: 918/1764] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:14 2026] DELETE /v2.0/security-groups/825cbe98-6f40-452a-b5d5-c6668e0fcfd6 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1765] 10.0.0.253 () {32 vars in 737 bytes} [Mon Apr 27 13:13:14 2026] GET /v2.0/security-groups/12e53124-7b24-4d1b-a409-36963d5b0973 => generated 1663 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1766] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:14 2026] DELETE /v2.0/security-groups/12e53124-7b24-4d1b-a409-36963d5b0973 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:13:15.095 8 INFO neutron.db.ovn_revision_numbers_db [req-4cbbfb7f-b2a3-4e92-b35d-21719910131d req-f2f5b139-4495-46cf-9f74-0ea368d861d7 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource 98d1bfaf-82c7-4815-b69c-382c17319bc7 (type: ports) to 4 [pid: 8|app: 0|req: 847/1767] 199.204.45.33 () {38 vars in 1027 bytes} [Mon Apr 27 13:13:14 2026] PUT /v2.0/ports/98d1bfaf-82c7-4815-b69c-382c17319bc7 => generated 1227 bytes in 651 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1768] 10.0.0.253 () {32 vars in 663 bytes} [Mon Apr 27 13:13:15 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:13:15.148 8 INFO neutron.api.v2.resource [None req-0a1c5733-bcbd-442d-ba0b-2b1e4ecb2b69 78c45fc94f46469eb91ccd0b2ddc2692 d1b4b9eef37646f8adb688ebca3d0140 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 848/1769] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:15 2026] DELETE /v2.0/security-groups/12e53124-7b24-4d1b-a409-36963d5b0973 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:13:15.156 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7aaeb489-fcb9-4027-975d-a8b35d7bf99f'] response: {'name': 'network-changed', 'server_uuid': 'c1430704-fd73-4d5d-a997-be1ef927c2be', 'tag': '98d1bfaf-82c7-4815-b69c-382c17319bc7', 'status': 'completed', 'code': 200} 2026-04-27 13:13:15.225 8 INFO neutron.services.segments.plugin [-] Segment ce6571da-6664-4fe7-b5f8-437d6dd0831f resource provider aggregate not found 2026-04-27 13:13:15.229 8 INFO neutron.services.segments.plugin [-] Segment ce6571da-6664-4fe7-b5f8-437d6dd0831f resource provider aggregate not found 2026-04-27 13:13:15.248 8 INFO neutron.services.segments.plugin [-] Segment ce6571da-6664-4fe7-b5f8-437d6dd0831f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce6571da-6664-4fe7-b5f8-437d6dd0831f found for delete ", "request_id": "req-72952371-ef32-488b-b089-5cd6c85ae610"}]} 2026-04-27 13:13:15.252 8 INFO neutron.services.segments.plugin [-] Segment ce6571da-6664-4fe7-b5f8-437d6dd0831f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce6571da-6664-4fe7-b5f8-437d6dd0831f found for delete ", "request_id": "req-2deb4456-23ac-4f52-b185-864618cc42bb"}]} 2026-04-27 13:13:15.293 7 INFO neutron.db.ovn_revision_numbers_db [None req-b929ac95-ab51-438d-b72c-259df918f040 78c45fc94f46469eb91ccd0b2ddc2692 d1b4b9eef37646f8adb688ebca3d0140 - - default default] Successfully bumped revision number for resource 1bd3ae25-f194-4961-aae7-d9c76bec8ee6 (type: security_groups) to 1 2026-04-27 13:13:15.317 7 INFO neutron.db.ovn_revision_numbers_db [None req-b929ac95-ab51-438d-b72c-259df918f040 78c45fc94f46469eb91ccd0b2ddc2692 d1b4b9eef37646f8adb688ebca3d0140 - - default default] Successfully bumped revision number for resource 33a8abbe-d5cf-4bf8-9d2f-5ba0e1eb041f (type: security_group_rules) to 0 2026-04-27 13:13:15.328 7 INFO neutron.db.ovn_revision_numbers_db [None req-b929ac95-ab51-438d-b72c-259df918f040 78c45fc94f46469eb91ccd0b2ddc2692 d1b4b9eef37646f8adb688ebca3d0140 - - default default] Successfully bumped revision number for resource cf3d069e-f3d1-4573-b43f-cd85005d5cf2 (type: security_group_rules) to 0 2026-04-27 13:13:15.334 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-0e4544de-97fd-4c7f-b7b8-49d58da2c6ba - - - - - -] No port found with ID 0b359646-92bb-481c-b161-0fe8461f3f51: RuntimeError: No port found with ID 0b359646-92bb-481c-b161-0fe8461f3f51 2026-04-27 13:13:15.334 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0e4544de-97fd-4c7f-b7b8-49d58da2c6ba - - - - - -] OVN reports status down for port: abec327c-76cb-4c22-9aa9-b36adaa051ee 2026-04-27 13:13:15.343 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0e4544de-97fd-4c7f-b7b8-49d58da2c6ba - - - - - -] OVN reports status down for port: 98d1bfaf-82c7-4815-b69c-382c17319bc7 [pid: 7|app: 0|req: 922/1770] 10.0.0.253 () {34 vars in 684 bytes} [Mon Apr 27 13:13:15 2026] POST /v2.0/security-groups => generated 1625 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:13:15.497 8 INFO neutron.db.ovn_revision_numbers_db [None req-2d196259-fa3e-4e98-af15-0b1344e3804c 78c45fc94f46469eb91ccd0b2ddc2692 d1b4b9eef37646f8adb688ebca3d0140 - - default default] Successfully bumped revision number for resource 492a6bd0-d30e-4c40-ab0e-41b2c7ccfd76 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 849/1771] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:13:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1772] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:13:15 2026] GET /v2.0/security-group-rules/492a6bd0-d30e-4c40-ab0e-41b2c7ccfd76 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:15.610 7 WARNING neutron.db.securitygroups_db [None req-0875ae74-8dce-4b05-b45d-d92395173c9d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 851/1773] 10.0.0.253 () {32 vars in 673 bytes} [Mon Apr 27 13:13:15 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1774] 10.0.0.253 () {32 vars in 750 bytes} [Mon Apr 27 13:13:15 2026] DELETE /v2.0/security-group-rules/492a6bd0-d30e-4c40-ab0e-41b2c7ccfd76 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:13:15.738 7 INFO neutron.db.ovn_revision_numbers_db [None req-0875ae74-8dce-4b05-b45d-d92395173c9d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 1d447533-573f-406a-933f-1d2fb6f912d7 (type: security_groups) to 1 2026-04-27 13:13:15.750 7 INFO neutron.db.ovn_revision_numbers_db [None req-0875ae74-8dce-4b05-b45d-d92395173c9d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 29f531d3-14ba-45dc-a720-d006f32410a7 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 853/1775] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:13:15 2026] GET /v2.0/ports?tenant_id=e7052de1171e42ee97f2312295aaae58&device_id=c1430704-fd73-4d5d-a997-be1ef927c2be => generated 1230 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:15.761 7 INFO neutron.db.ovn_revision_numbers_db [None req-0875ae74-8dce-4b05-b45d-d92395173c9d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 599b522e-d17a-4299-941d-0baaea3a6fbc (type: security_group_rules) to 0 2026-04-27 13:13:15.773 7 INFO neutron.db.ovn_revision_numbers_db [None req-0875ae74-8dce-4b05-b45d-d92395173c9d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c61e651a-2d26-4889-99be-54b35975c342 (type: security_group_rules) to 0 2026-04-27 13:13:15.784 7 INFO neutron.db.ovn_revision_numbers_db [None req-0875ae74-8dce-4b05-b45d-d92395173c9d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ecd450c5-fc02-4c12-b4a3-e4a3fe60d80a (type: security_group_rules) to 0 [pid: 8|app: 0|req: 854/1776] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:15 2026] GET /v2.0/ports?device_id=c1430704-fd73-4d5d-a997-be1ef927c2be => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1777] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:13:15 2026] GET /v2.0/security-groups?tenant_id=8a4fefaa47934198b6e8b094aaaec03f&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1778] 10.0.0.253 () {32 vars in 673 bytes} [Mon Apr 27 13:13:15 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) [pid: 8|app: 0|req: 856/1779] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:13:15 2026] GET /v2.0/security-groups?id=cae3baa5-62c2-4e3b-aa22-9715ba3b6236&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1780] 199.204.45.33 () {34 vars in 1017 bytes} [Mon Apr 27 13:13:15 2026] GET /v2.0/networks?tenant_id=e7052de1171e42ee97f2312295aaae58&shared=False => generated 809 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:15.981 7 INFO neutron.db.ovn_revision_numbers_db [None req-73def308-3e94-4566-bf03-fcb2cd54d8da 78c45fc94f46469eb91ccd0b2ddc2692 d1b4b9eef37646f8adb688ebca3d0140 - - default default] Successfully bumped revision number for resource 222af2ac-8bc7-464a-8d8c-c120abc57bf0 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 857/1781] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:15 2026] DELETE /v2.0/security-groups/1d447533-573f-406a-933f-1d2fb6f912d7 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1782] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:13:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1783] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:13:16 2026] GET /v2.0/security-group-rules/222af2ac-8bc7-464a-8d8c-c120abc57bf0 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1784] 199.204.45.33 () {34 vars in 929 bytes} [Mon Apr 27 13:13:16 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:16.138 8 WARNING neutron.db.securitygroups_db [None req-a350027a-4cbb-4e3d-b42b-9627c92bfc52 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 927/1785] 10.0.0.253 () {32 vars in 673 bytes} [Mon Apr 27 13:13:16 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: 928/1786] 10.0.0.253 () {32 vars in 750 bytes} [Mon Apr 27 13:13:16 2026] DELETE /v2.0/security-group-rules/222af2ac-8bc7-464a-8d8c-c120abc57bf0 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:13:16.268 8 INFO neutron.db.ovn_revision_numbers_db [None req-a350027a-4cbb-4e3d-b42b-9627c92bfc52 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b4b2ab2e-bd84-4702-a360-f0b829791fc5 (type: security_groups) to 1 2026-04-27 13:13:16.280 8 INFO neutron.db.ovn_revision_numbers_db [None req-a350027a-4cbb-4e3d-b42b-9627c92bfc52 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0ee5f3f2-a951-4bb6-911b-16fb440d1861 (type: security_group_rules) to 0 2026-04-27 13:13:16.292 8 INFO neutron.db.ovn_revision_numbers_db [None req-a350027a-4cbb-4e3d-b42b-9627c92bfc52 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 4867aa62-708d-4041-8a18-5c4d1de3318f (type: security_group_rules) to 0 2026-04-27 13:13:16.304 8 INFO neutron.db.ovn_revision_numbers_db [None req-a350027a-4cbb-4e3d-b42b-9627c92bfc52 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 4d8d519d-6926-4808-b145-bce98a370d54 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 929/1787] 10.0.0.253 () {32 vars in 673 bytes} [Mon Apr 27 13:13:16 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-04-27 13:13:16.318 8 INFO neutron.db.ovn_revision_numbers_db [None req-a350027a-4cbb-4e3d-b42b-9627c92bfc52 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a957dbbe-41ca-4e50-a417-b9bb13d7a6c5 (type: security_group_rules) to 0 2026-04-27 13:13:16.344 7 INFO neutron.db.securitygroups_db [None req-82d51eff-6b2d-4447-b4a5-dc54ad1a0ad5 78c45fc94f46469eb91ccd0b2ddc2692 d1b4b9eef37646f8adb688ebca3d0140 - - default default] Project d1b4b9eef37646f8adb688ebca3d0140 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 859/1788] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:13:16 2026] GET /v2.0/security-groups?tenant_id=491d7342b7034281823a36f2172ea78d&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:16.395 7 INFO neutron.db.ovn_revision_numbers_db [None req-82d51eff-6b2d-4447-b4a5-dc54ad1a0ad5 78c45fc94f46469eb91ccd0b2ddc2692 d1b4b9eef37646f8adb688ebca3d0140 - - default default] Successfully bumped revision number for resource a73efddf-b764-4be7-a49a-654ded70b1f7 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 930/1789] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:13:16 2026] POST /v2.0/security-group-rules => generated 607 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1790] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:13:16 2026] GET /v2.0/security-group-rules/a73efddf-b764-4be7-a49a-654ded70b1f7 => generated 607 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1791] 10.0.0.253 () {32 vars in 673 bytes} [Mon Apr 27 13:13:16 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1792] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:16 2026] DELETE /v2.0/security-groups/b4b2ab2e-bd84-4702-a360-f0b829791fc5 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1793] 10.0.0.253 () {32 vars in 750 bytes} [Mon Apr 27 13:13:16 2026] DELETE /v2.0/security-group-rules/a73efddf-b764-4be7-a49a-654ded70b1f7 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1794] 10.0.0.253 () {32 vars in 673 bytes} [Mon Apr 27 13:13:16 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1795] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:16 2026] DELETE /v2.0/security-groups/1bd3ae25-f194-4961-aae7-d9c76bec8ee6 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1796] 10.0.0.253 () {32 vars in 663 bytes} [Mon Apr 27 13:13:16 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1797] 10.0.0.253 () {32 vars in 663 bytes} [Mon Apr 27 13:13:16 2026] GET /v2.0/security-groups => 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: 937/1798] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:16 2026] GET /v2.0/ports?device_id=c1430704-fd73-4d5d-a997-be1ef927c2be => 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: 938/1799] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:13:16 2026] GET /v2.0/security-groups?id=cae3baa5-62c2-4e3b-aa22-9715ba3b6236&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:17.027 8 INFO neutron.db.ovn_revision_numbers_db [None req-b5fb210e-8daa-4203-9de4-73cc283df0d7 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] Successfully bumped revision number for resource 100bb71c-71f5-4201-8810-d1010d9db0a7 (type: security_groups) to 1 2026-04-27 13:13:17.038 8 INFO neutron.db.ovn_revision_numbers_db [None req-b5fb210e-8daa-4203-9de4-73cc283df0d7 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] Successfully bumped revision number for resource 068ac7f7-e2fb-4433-8c6b-0263591fff2b (type: security_group_rules) to 0 2026-04-27 13:13:17.050 8 INFO neutron.db.ovn_revision_numbers_db [None req-b5fb210e-8daa-4203-9de4-73cc283df0d7 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] Successfully bumped revision number for resource 61827170-b54f-44c9-84ae-9fd3619990cf (type: security_group_rules) to 0 2026-04-27 13:13:17.060 8 INFO neutron.db.ovn_revision_numbers_db [None req-b5fb210e-8daa-4203-9de4-73cc283df0d7 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] Successfully bumped revision number for resource 6d3b9c58-a393-4026-9159-79a79dcb43d1 (type: security_group_rules) to 0 2026-04-27 13:13:17.072 8 INFO neutron.db.ovn_revision_numbers_db [None req-b5fb210e-8daa-4203-9de4-73cc283df0d7 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] Successfully bumped revision number for resource f3da1314-0159-40c7-8082-eec2bc1c18d2 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 939/1800] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:13:17 2026] GET /v2.0/ports?tenant_id=e7052de1171e42ee97f2312295aaae58&device_id=c1430704-fd73-4d5d-a997-be1ef927c2be => generated 1230 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:17.157 8 INFO neutron.db.segments_db [None req-b5fb210e-8daa-4203-9de4-73cc283df0d7 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] Added segment 818923ce-781d-48d4-a02e-9d0589c3421c of type geneve for network 8bf7b6e8-09e0-49b1-a019-f9ed4e1fbd0b [pid: 7|app: 0|req: 940/1801] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:13:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=98d1bfaf-82c7-4815-b69c-382c17319bc7 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:17.204 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eefe1b49-7611-4bfa-bae1-1e9d2b7e8ab3'] response: {'server_uuid': 'c1430704-fd73-4d5d-a997-be1ef927c2be', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '98d1bfaf-82c7-4815-b69c-382c17319bc7', 'code': 200} [pid: 7|app: 0|req: 941/1802] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:13:17 2026] GET /v2.0/subnets?id=da7b3a38-cb1b-4ef9-8ad5-88c5546d2edb => generated 690 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1803] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:13:17 2026] GET /v2.0/ports?network_id=a991338e-a471-4033-b685-b5d9c4950a1c&device_owner=network%3Adhcp => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:17.267 8 INFO neutron.db.ovn_revision_numbers_db [None req-b5fb210e-8daa-4203-9de4-73cc283df0d7 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] Successfully bumped revision number for resource 8bf7b6e8-09e0-49b1-a019-f9ed4e1fbd0b (type: networks) to 1 [pid: 7|app: 0|req: 943/1804] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:13:17 2026] GET /v2.0/networks/a991338e-a471-4033-b685-b5d9c4950a1c?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1805] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:13:17 2026] GET /v2.0/networks/a991338e-a471-4033-b685-b5d9c4950a1c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:17.453 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b5fb210e-8daa-4203-9de4-73cc283df0d7 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] No more DHCP agents 2026-04-27 13:13:17.454 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b5fb210e-8daa-4203-9de4-73cc283df0d7 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] Unable to schedule network 8bf7b6e8-09e0-49b1-a019-f9ed4e1fbd0b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:17.521 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d8950ca9-7784-4661-a38d-08c2153c83fd - - - - - -] OVN reports status down for port: cd7375fb-8f04-4a74-9319-5898e347d833 2026-04-27 13:13:17.554 8 INFO neutron.db.ovn_revision_numbers_db [None req-b5fb210e-8daa-4203-9de4-73cc283df0d7 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] Successfully bumped revision number for resource cd7375fb-8f04-4a74-9319-5898e347d833 (type: ports) to 1 2026-04-27 13:13:17.590 7 WARNING neutron.db.securitygroups_db [None req-0ea1469c-5c54-40a2-ba90-4d8031fcd287 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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/1806] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:13:16 2026] POST /v2.0/networks => generated 686 bytes in 903 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1807] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:13:17 2026] GET /v2.0/security-groups?tenant_id=d1b4b9eef37646f8adb688ebca3d0140&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1808] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:17 2026] DELETE /v2.0/security-groups/6c20d2b7-3b17-4ee1-8c62-7f23eed002cd => 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: 865/1811] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:18 2026] GET /v2.0/ports?device_id=c1430704-fd73-4d5d-a997-be1ef927c2be => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1812] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:13:18 2026] GET /v2.0/security-groups?id=cae3baa5-62c2-4e3b-aa22-9715ba3b6236&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-04-27 13:13:18.279 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-820743bf-5311-4657-8736-d4f1d6a07095 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] No more DHCP agents 2026-04-27 13:13:18.280 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-820743bf-5311-4657-8736-d4f1d6a07095 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] Unable to schedule network 8bf7b6e8-09e0-49b1-a019-f9ed4e1fbd0b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:18.314 7 INFO neutron.db.ovn_revision_numbers_db [None req-820743bf-5311-4657-8736-d4f1d6a07095 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] Successfully bumped revision number for resource 10e4ee72-f6f9-463b-8e16-c3d9d16f94ae (type: subnets) to 0 [pid: 7|app: 0|req: 947/1813] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:13:18 2026] POST /v2.0/subnets => generated 673 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:18.423 8 INFO neutron.db.segments_db [None req-8061a1ac-53d7-4b07-9791-93576f2d943c 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] Added segment 19e005ee-cf62-4428-9996-49799de28ec1 of type geneve for network 14b6dfdb-c3db-4893-96c8-5ced2d977d50 2026-04-27 13:13:18.535 8 INFO neutron.db.ovn_revision_numbers_db [None req-8061a1ac-53d7-4b07-9791-93576f2d943c 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] Successfully bumped revision number for resource 14b6dfdb-c3db-4893-96c8-5ced2d977d50 (type: networks) to 1 2026-04-27 13:13:18.705 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8061a1ac-53d7-4b07-9791-93576f2d943c 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] No more DHCP agents 2026-04-27 13:13:18.706 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8061a1ac-53d7-4b07-9791-93576f2d943c 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] Unable to schedule network 14b6dfdb-c3db-4893-96c8-5ced2d977d50: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:18.748 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0e4544de-97fd-4c7f-b7b8-49d58da2c6ba - - - - - -] OVN reports status down for port: e14b3d1e-b395-4c3c-870f-125293483997 2026-04-27 13:13:18.801 8 INFO neutron.db.ovn_revision_numbers_db [None req-8061a1ac-53d7-4b07-9791-93576f2d943c 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] Successfully bumped revision number for resource e14b3d1e-b395-4c3c-870f-125293483997 (type: ports) to 1 [pid: 8|app: 0|req: 867/1814] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:13:18 2026] POST /v2.0/networks => generated 685 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:18.995 7 INFO neutron.db.ovn_revision_numbers_db [None req-fa944bab-8ee1-41ec-bb03-78f7e404bb7f 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] Successfully bumped revision number for resource 14b6dfdb-c3db-4893-96c8-5ced2d977d50 (type: networks) to 2 [pid: 7|app: 0|req: 948/1815] 10.0.0.253 () {34 vars in 743 bytes} [Mon Apr 27 13:13:18 2026] PUT /v2.0/networks/14b6dfdb-c3db-4893-96c8-5ced2d977d50 => generated 636 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:19.187 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7f896751-bb4c-4979-909e-0de6ca5e4e57 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] No more DHCP agents 2026-04-27 13:13:19.189 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7f896751-bb4c-4979-909e-0de6ca5e4e57 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] Unable to schedule network 14b6dfdb-c3db-4893-96c8-5ced2d977d50: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:19.224 8 INFO neutron.db.ovn_revision_numbers_db [None req-7f896751-bb4c-4979-909e-0de6ca5e4e57 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] Successfully bumped revision number for resource 7968401f-74d6-407b-b041-5a9a6b956b06 (type: subnets) to 0 [pid: 8|app: 0|req: 868/1816] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:13:19 2026] POST /v2.0/subnets => generated 646 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1817] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:19 2026] GET /v2.0/ports?device_id=c1430704-fd73-4d5d-a997-be1ef927c2be => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1818] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:13:19 2026] GET /v2.0/security-groups?id=cae3baa5-62c2-4e3b-aa22-9715ba3b6236&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1819] 10.0.0.253 () {34 vars in 677 bytes} [Mon Apr 27 13:13:19 2026] POST /v2.0/subnetpools => generated 549 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1820] 10.0.0.253 () {32 vars in 729 bytes} [Mon Apr 27 13:13:19 2026] GET /v2.0/subnetpools/d9379e8a-1095-4490-9679-bde86f8604ae => generated 549 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1821] 10.0.0.253 () {34 vars in 749 bytes} [Mon Apr 27 13:13:19 2026] PUT /v2.0/subnetpools/d9379e8a-1095-4490-9679-bde86f8604ae => generated 501 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:19.955 7 WARNING neutron.db.securitygroups_db [None req-4da3295b-5b89-4c7b-9d0e-bde0aae10600 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:13:20.008 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0e4544de-97fd-4c7f-b7b8-49d58da2c6ba - - - - - -] OVN reports status up for port: 98d1bfaf-82c7-4815-b69c-382c17319bc7 2026-04-27 13:13:20.048 8 INFO neutron.plugins.ml2.plugin [None req-0e4544de-97fd-4c7f-b7b8-49d58da2c6ba - - - - - -] Attempt 1 to provision port 98d1bfaf-82c7-4815-b69c-382c17319bc7 2026-04-27 13:13:20.107 7 INFO neutron.db.ovn_revision_numbers_db [None req-4da3295b-5b89-4c7b-9d0e-bde0aae10600 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource af180704-b537-4326-b0e9-b9b337bea82b (type: security_groups) to 1 2026-04-27 13:13:20.118 7 INFO neutron.db.ovn_revision_numbers_db [None req-4da3295b-5b89-4c7b-9d0e-bde0aae10600 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 652870ef-02f5-4542-8b9f-402bc2b09e4b (type: security_group_rules) to 0 2026-04-27 13:13:20.141 7 INFO neutron.db.ovn_revision_numbers_db [None req-4da3295b-5b89-4c7b-9d0e-bde0aae10600 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b0c46944-eda6-456a-a1b4-95c74d901a21 (type: security_group_rules) to 0 2026-04-27 13:13:20.151 7 INFO neutron.db.ovn_revision_numbers_db [None req-4da3295b-5b89-4c7b-9d0e-bde0aae10600 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c1a8e72b-81be-403e-af0a-4acfd714c56f (type: security_group_rules) to 0 2026-04-27 13:13:20.163 7 INFO neutron.db.ovn_revision_numbers_db [None req-4da3295b-5b89-4c7b-9d0e-bde0aae10600 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource fa7f66ae-fd25-471f-afdc-d6fbbe9e1ffa (type: security_group_rules) to 0 [pid: 7|app: 0|req: 954/1822] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:13:19 2026] GET /v2.0/security-groups?tenant_id=8afe3961d58446b1b5de7bbb1e430ebd&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1823] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:13:20 2026] DELETE /v2.0/subnetpools/d9379e8a-1095-4490-9679-bde86f8604ae => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:13:20.265 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-09a92830-7131-430d-98d5-0c7235db3790'] response: {'server_uuid': 'c1430704-fd73-4d5d-a997-be1ef927c2be', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '98d1bfaf-82c7-4815-b69c-382c17319bc7', 'code': 200} [pid: 7|app: 0|req: 956/1824] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:20 2026] DELETE /v2.0/security-groups/af180704-b537-4326-b0e9-b9b337bea82b => generated 0 bytes in 185 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:13:20.453 7 INFO neutron.api.v2.resource [None req-de390952-bcc5-4cbc-be11-8b68987ef02a c92b78749c2644c485d05ea8cf531336 d44fac1099e840ff895a74282d9d7064 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 957/1825] 10.0.0.253 () {32 vars in 729 bytes} [Mon Apr 27 13:13:20 2026] GET /v2.0/subnetpools/d9379e8a-1095-4490-9679-bde86f8604ae => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:13:20.526 8 INFO neutron.db.ovn_revision_numbers_db [None req-0e4544de-97fd-4c7f-b7b8-49d58da2c6ba - - - - - -] Successfully bumped revision number for resource 98d1bfaf-82c7-4815-b69c-382c17319bc7 (type: ports) to 5 [pid: 7|app: 0|req: 958/1826] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:20 2026] GET /v2.0/ports?device_id=c1430704-fd73-4d5d-a997-be1ef927c2be => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:20.536 7 INFO neutron.api.v2.resource [None req-c23707ff-6870-4286-b98b-0b24ec761df2 c92b78749c2644c485d05ea8cf531336 d44fac1099e840ff895a74282d9d7064 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 959/1827] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:13:20 2026] DELETE /v2.0/subnetpools/d9379e8a-1095-4490-9679-bde86f8604ae => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1828] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:13:20 2026] GET /v2.0/security-groups?id=cae3baa5-62c2-4e3b-aa22-9715ba3b6236&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-04-27 13:13:20.664 8 INFO neutron.db.ovn_revision_numbers_db [None req-fe6b76c2-718e-451e-8354-f6c5cb18494e 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] Successfully bumped revision number for resource e14b3d1e-b395-4c3c-870f-125293483997 (type: ports) to 2 2026-04-27 13:13:20.724 8 INFO neutron.db.ovn_revision_numbers_db [None req-fe6b76c2-718e-451e-8354-f6c5cb18494e 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] Successfully bumped revision number for resource 7968401f-74d6-407b-b041-5a9a6b956b06 (type: subnets) to 1 [pid: 8|app: 0|req: 869/1829] 10.0.0.253 () {34 vars in 741 bytes} [Mon Apr 27 13:13:19 2026] PUT /v2.0/subnets/7968401f-74d6-407b-b041-5a9a6b956b06 => generated 656 bytes in 1479 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:20.845 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f32b4e2-2c48-48fe-a858-50687e13dc59 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] TaaS: Handle Delete Port: e14b3d1e-b395-4c3c-870f-125293483997 2026-04-27 13:13:20.847 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f32b4e2-2c48-48fe-a858-50687e13dc59 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] Tap Mirror: Handle Delete Port: e14b3d1e-b395-4c3c-870f-125293483997 2026-04-27 13:13:21.111 7 INFO neutron.services.segments.plugin [-] Segment 19e005ee-cf62-4428-9996-49799de28ec1 resource provider aggregate not found 2026-04-27 13:13:21.117 7 INFO neutron.services.segments.plugin [-] Segment 19e005ee-cf62-4428-9996-49799de28ec1 resource provider aggregate not found 2026-04-27 13:13:21.131 7 INFO neutron.services.segments.plugin [-] Segment 19e005ee-cf62-4428-9996-49799de28ec1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19e005ee-cf62-4428-9996-49799de28ec1 found for delete ", "request_id": "req-03c63186-c88a-4fe0-87ee-e0445bb98288"}]} 2026-04-27 13:13:21.149 7 INFO neutron.services.segments.plugin [-] Segment 19e005ee-cf62-4428-9996-49799de28ec1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19e005ee-cf62-4428-9996-49799de28ec1 found for delete ", "request_id": "req-3413d1c0-c206-4a19-adb4-7d81f3f73532"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:13:21.164 8 WARNING neutron.db.securitygroups_db [None req-9bcc1dcf-dd41-43b9-bb5a-40d5c110d545 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 961/1830] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:13:20 2026] DELETE /v2.0/networks/14b6dfdb-c3db-4893-96c8-5ced2d977d50 => generated 0 bytes in 450 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:13:21.202 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2c3c9abd-a4f7-41bc-ac43-6792c46a8c22 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 962/1831] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:13:21 2026] DELETE /v2.0/networks/14b6dfdb-c3db-4893-96c8-5ced2d977d50 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1832] 10.0.0.253 () {32 vars in 694 bytes} [Mon Apr 27 13:13:21 2026] GET /v2.0/networks?router%3Aexternal=True => generated 689 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:21.325 8 INFO neutron.db.ovn_revision_numbers_db [None req-9bcc1dcf-dd41-43b9-bb5a-40d5c110d545 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 808709b1-5e6f-43a4-9617-c90f02e98c90 (type: security_groups) to 1 2026-04-27 13:13:21.346 8 INFO neutron.db.ovn_revision_numbers_db [None req-9bcc1dcf-dd41-43b9-bb5a-40d5c110d545 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a0f174f0-e1c6-4d20-84a4-150fd89a0bf9 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 964/1833] 10.0.0.253 () {32 vars in 742 bytes} [Mon Apr 27 13:13:21 2026] GET /v2.0/subnets?network_id=efa4631e-e702-418f-b8da-e46b8177a35c => generated 649 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:21.361 8 INFO neutron.db.ovn_revision_numbers_db [None req-9bcc1dcf-dd41-43b9-bb5a-40d5c110d545 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ab4e16eb-a853-4e52-bf6d-2cccc5d650bc (type: security_group_rules) to 0 [pid: 7|app: 0|req: 965/1834] 10.0.0.253 () {32 vars in 653 bytes} [Mon Apr 27 13:13:21 2026] GET /v2.0/extensions => generated 21521 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-27 13:13:21.384 8 INFO neutron.db.ovn_revision_numbers_db [None req-9bcc1dcf-dd41-43b9-bb5a-40d5c110d545 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c118977b-4a47-4a11-8bb2-f32871deaf62 (type: security_group_rules) to 0 2026-04-27 13:13:21.411 8 INFO neutron.db.ovn_revision_numbers_db [None req-9bcc1dcf-dd41-43b9-bb5a-40d5c110d545 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f6a5320c-c777-4d85-96e4-2937fdf936a3 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 966/1835] 10.0.0.253 () {32 vars in 649 bytes} [Mon Apr 27 13:13:21 2026] GET /v2.0/networks => generated 1389 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1836] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:13:20 2026] GET /v2.0/security-groups?tenant_id=d44fac1099e840ff895a74282d9d7064&name=default => generated 2925 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1837] 10.0.0.253 () {32 vars in 647 bytes} [Mon Apr 27 13:13:21 2026] GET /v2.0/subnets => generated 1312 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1838] 10.0.0.253 () {32 vars in 723 bytes} [Mon Apr 27 13:13:21 2026] GET /v2.0/networks/8bf7b6e8-09e0-49b1-a019-f9ed4e1fbd0b => generated 711 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1839] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:13:21 2026] GET /v2.0/subnets/10e4ee72-f6f9-463b-8e16-c3d9d16f94ae => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:21.560 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3965b198-d037-42f5-9292-1b7ea3e4eeb6 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 970/1840] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:13:21 2026] DELETE /v2.0/subnets/7968401f-74d6-407b-b041-5a9a6b956b06 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:13:21.594 7 INFO neutron.pecan_wsgi.hooks.translation [None req-726279df-bada-4cd2-a995-713eb31ebbd3 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 971/1841] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:13:21 2026] DELETE /v2.0/networks/14b6dfdb-c3db-4893-96c8-5ced2d977d50 => generated 138 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1842] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:21 2026] DELETE /v2.0/security-groups/808709b1-5e6f-43a4-9617-c90f02e98c90 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1843] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:13:21 2026] DELETE /v2.0/subnets/10e4ee72-f6f9-463b-8e16-c3d9d16f94ae => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1844] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:21 2026] GET /v2.0/ports?device_id=c1430704-fd73-4d5d-a997-be1ef927c2be => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1845] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:13:21 2026] GET /v2.0/security-groups?id=cae3baa5-62c2-4e3b-aa22-9715ba3b6236&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-04-27 13:13:21.859 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb0f9b27-e483-4e6e-b960-3be3b18a0ff5 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] TaaS: Handle Delete Port: cd7375fb-8f04-4a74-9319-5898e347d833 2026-04-27 13:13:21.861 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb0f9b27-e483-4e6e-b960-3be3b18a0ff5 6b6aecd50aea4764adb2390cdd986136 2d3a07da011646d2b17a67b54bbfbf56 - - default default] Tap Mirror: Handle Delete Port: cd7375fb-8f04-4a74-9319-5898e347d833 [pid: 7|app: 0|req: 973/1846] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:13:21 2026] DELETE /v2.0/networks/8bf7b6e8-09e0-49b1-a019-f9ed4e1fbd0b => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:13:22.298 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b59ca52-d97c-41fc-9ccc-22bfca4ffd3e'] response: {'server_uuid': 'c1430704-fd73-4d5d-a997-be1ef927c2be', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '98d1bfaf-82c7-4815-b69c-382c17319bc7', 'code': 200} 2026-04-27 13:13:22.838 8 WARNING neutron.db.securitygroups_db [None req-943c4d39-2bff-4a47-9e36-748a4ca0bdae c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 874/1847] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:13:22 2026] GET /v2.0/security-groups?tenant_id=2d3a07da011646d2b17a67b54bbfbf56&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1848] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:22 2026] DELETE /v2.0/security-groups/100bb71c-71f5-4201-8810-d1010d9db0a7 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:13:23.154 7 INFO neutron.services.segments.plugin [-] Segment 818923ce-781d-48d4-a02e-9d0589c3421c resource provider aggregate not found 2026-04-27 13:13:23.171 7 INFO neutron.services.segments.plugin [-] Segment 818923ce-781d-48d4-a02e-9d0589c3421c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 818923ce-781d-48d4-a02e-9d0589c3421c found for delete ", "request_id": "req-739adc81-000a-412b-b41a-8b3947300856"}]} 2026-04-27 13:13:23.186 7 INFO neutron.services.segments.plugin [-] Segment 818923ce-781d-48d4-a02e-9d0589c3421c resource provider aggregate not found 2026-04-27 13:13:23.203 7 INFO neutron.services.segments.plugin [-] Segment 818923ce-781d-48d4-a02e-9d0589c3421c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 818923ce-781d-48d4-a02e-9d0589c3421c found for delete ", "request_id": "req-945a7477-0cf2-4400-9b75-7b18ec48a555"}]} [pid: 8|app: 0|req: 875/1849] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:23 2026] GET /v2.0/ports?device_id=c1430704-fd73-4d5d-a997-be1ef927c2be => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1850] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:13:23 2026] GET /v2.0/security-groups?id=cae3baa5-62c2-4e3b-aa22-9715ba3b6236&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:23.754 8 INFO neutron.db.ovn_revision_numbers_db [None req-eace6c57-1a33-4ad1-bf42-85814665a221 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6d9a5b1d-6f38-4426-a390-ed2db5ee1652 (type: security_groups) to 1 2026-04-27 13:13:23.765 8 INFO neutron.db.ovn_revision_numbers_db [None req-eace6c57-1a33-4ad1-bf42-85814665a221 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 1b2b830e-8164-4dfd-a0f1-7e0df191db6c (type: security_group_rules) to 0 2026-04-27 13:13:23.781 8 INFO neutron.db.ovn_revision_numbers_db [None req-eace6c57-1a33-4ad1-bf42-85814665a221 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 545066d1-714b-4603-8990-0e505d7b17ff (type: security_group_rules) to 0 2026-04-27 13:13:23.800 8 INFO neutron.db.ovn_revision_numbers_db [None req-eace6c57-1a33-4ad1-bf42-85814665a221 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 69a40d12-e2f8-47ec-b8c9-f7968f1c3118 (type: security_group_rules) to 0 2026-04-27 13:13:23.812 8 INFO neutron.db.ovn_revision_numbers_db [None req-eace6c57-1a33-4ad1-bf42-85814665a221 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a44f0ed4-39d9-4798-b88c-57917cfe6cdb (type: security_group_rules) to 0 2026-04-27 13:13:23.899 8 INFO neutron.db.segments_db [None req-eace6c57-1a33-4ad1-bf42-85814665a221 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Added segment ca5a50dd-0620-48c0-bbb4-ca8111b39cbc of type geneve for network 15c61846-1a42-46d0-9f96-65d93d2e840a 2026-04-27 13:13:24.045 8 INFO neutron.db.ovn_revision_numbers_db [None req-eace6c57-1a33-4ad1-bf42-85814665a221 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 15c61846-1a42-46d0-9f96-65d93d2e840a (type: networks) to 1 2026-04-27 13:13:24.230 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-eace6c57-1a33-4ad1-bf42-85814665a221 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:13:24.238 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-eace6c57-1a33-4ad1-bf42-85814665a221 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 15c61846-1a42-46d0-9f96-65d93d2e840a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:24.250 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1e8b177b-146d-4c9d-98cd-19f564debc6b - - - - - -] OVN reports status down for port: 98d1bfaf-82c7-4815-b69c-382c17319bc7 2026-04-27 13:13:24.383 8 INFO neutron.db.ovn_revision_numbers_db [None req-eace6c57-1a33-4ad1-bf42-85814665a221 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource bac7e59a-96c7-4240-9663-1dccf70d4b66 (type: ports) to 1 [pid: 7|app: 0|req: 976/1851] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:24 2026] GET /v2.0/ports?device_id=c1430704-fd73-4d5d-a997-be1ef927c2be => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1852] 10.0.0.253 () {34 vars in 671 bytes} [Mon Apr 27 13:13:23 2026] POST /v2.0/networks => generated 782 bytes in 971 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1853] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:13:24 2026] GET /v2.0/security-groups?id=cae3baa5-62c2-4e3b-aa22-9715ba3b6236&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-04-27 13:13:24.492 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-535f5064-2dd1-47a2-921c-ca3034f825fe'] response: {'server_uuid': 'c1430704-fd73-4d5d-a997-be1ef927c2be', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '98d1bfaf-82c7-4815-b69c-382c17319bc7', 'code': 200} 2026-04-27 13:13:24.672 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6c3ed742-acf5-47e7-b20b-d2c1d2d48b0f c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:13:24.687 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6c3ed742-acf5-47e7-b20b-d2c1d2d48b0f c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 15c61846-1a42-46d0-9f96-65d93d2e840a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:24.712 8 INFO neutron.db.ovn_revision_numbers_db [None req-1e8b177b-146d-4c9d-98cd-19f564debc6b - - - - - -] Successfully bumped revision number for resource 98d1bfaf-82c7-4815-b69c-382c17319bc7 (type: ports) to 6 2026-04-27 13:13:24.832 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-67e2d447-a72a-4a75-b026-192c123d3f6f - - - - - -] OVN reports status down for port: bac7e59a-96c7-4240-9663-1dccf70d4b66 2026-04-27 13:13:25.242 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c3ed742-acf5-47e7-b20b-d2c1d2d48b0f c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource bac7e59a-96c7-4240-9663-1dccf70d4b66 (type: ports) to 2 2026-04-27 13:13:25.275 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c3ed742-acf5-47e7-b20b-d2c1d2d48b0f c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 82bb3653-b322-4be4-ab71-951da025a07c (type: subnets) to 0 [pid: 8|app: 0|req: 877/1854] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:13:24 2026] POST /v2.0/subnets => generated 688 bytes in 870 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 878/1855] 199.204.45.33 () {34 vars in 993 bytes} [Mon Apr 27 13:13:25 2026] GET /v2.0/ports?device_id=c1430704-fd73-4d5d-a997-be1ef927c2be => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:25.614 8 INFO neutron_taas.services.taas.taas_plugin [req-3e525e52-9075-49ae-a29a-bf0691e115f6 req-170318fc-57ff-4d99-ad04-010ee6fc08fa a0cde41fc2ad4bbabff5c32041bbad69 e7052de1171e42ee97f2312295aaae58 - - default default] TaaS: Handle Delete Port: 98d1bfaf-82c7-4815-b69c-382c17319bc7 2026-04-27 13:13:25.619 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3e525e52-9075-49ae-a29a-bf0691e115f6 req-170318fc-57ff-4d99-ad04-010ee6fc08fa a0cde41fc2ad4bbabff5c32041bbad69 e7052de1171e42ee97f2312295aaae58 - - default default] Tap Mirror: Handle Delete Port: 98d1bfaf-82c7-4815-b69c-382c17319bc7 2026-04-27 13:13:25.757 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d420a4a6-c8e3-4bbb-9358-90357682b34a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:13:25.760 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d420a4a6-c8e3-4bbb-9358-90357682b34a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 879/1856] 199.204.45.33 () {36 vars in 996 bytes} [Mon Apr 27 13:13:25 2026] DELETE /v2.0/ports/98d1bfaf-82c7-4815-b69c-382c17319bc7 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1857] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:25 2026] GET /v2.0/ports?device_id=c1430704-fd73-4d5d-a997-be1ef927c2be => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:25.896 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-67e2d447-a72a-4a75-b026-192c123d3f6f - - - - - -] OVN reports status down for port: d3b4dd71-bb8d-4672-9861-f5b287f571f5 2026-04-27 13:13:25.906 7 INFO neutron.db.ovn_revision_numbers_db [None req-d420a4a6-c8e3-4bbb-9358-90357682b34a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource d3b4dd71-bb8d-4672-9861-f5b287f571f5 (type: ports) to 1 2026-04-27 13:13:26.549 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d7318e2-1fcc-42bc-973f-f5035fb8251e'] response: {'server_uuid': 'c1430704-fd73-4d5d-a997-be1ef927c2be', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '98d1bfaf-82c7-4815-b69c-382c17319bc7', 'code': 200} 2026-04-27 13:13:26.550 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d7318e2-1fcc-42bc-973f-f5035fb8251e'] response: {'server_uuid': 'c1430704-fd73-4d5d-a997-be1ef927c2be', 'name': 'network-vif-deleted', 'tag': '98d1bfaf-82c7-4815-b69c-382c17319bc7', 'status': 'completed', 'code': 200} 2026-04-27 13:13:26.557 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-e477274f-e33f-4ad9-bfc6-338d7c3d90cb - - - - - -] Router e3bdc802-f1be-46cf-a18f-aec286355563 is bound to host instance 2026-04-27 13:13:26.567 7 INFO neutron.db.ovn_revision_numbers_db [None req-d420a4a6-c8e3-4bbb-9358-90357682b34a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource d3b4dd71-bb8d-4672-9861-f5b287f571f5 (type: router_ports) to 1 2026-04-27 13:13:26.591 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-67e2d447-a72a-4a75-b026-192c123d3f6f - - - - - -] OVN reports status up for port: d3b4dd71-bb8d-4672-9861-f5b287f571f5 2026-04-27 13:13:26.618 8 INFO neutron.plugins.ml2.plugin [None req-67e2d447-a72a-4a75-b026-192c123d3f6f - - - - - -] Attempt 1 to provision port d3b4dd71-bb8d-4672-9861-f5b287f571f5 2026-04-27 13:13:26.659 7 INFO neutron.db.ovn_revision_numbers_db [None req-d420a4a6-c8e3-4bbb-9358-90357682b34a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e3bdc802-f1be-46cf-a18f-aec286355563 (type: routers) to 2 [pid: 7|app: 0|req: 978/1858] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:13:25 2026] POST /v2.0/routers => generated 987 bytes in 1380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1859] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:26 2026] GET /v2.0/ports?device_id=c1430704-fd73-4d5d-a997-be1ef927c2be => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:27.459 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fc61d882-583d-43b4-ba89-34ce1c107574 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:13:27.462 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fc61d882-583d-43b4-ba89-34ce1c107574 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 15c61846-1a42-46d0-9f96-65d93d2e840a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:27.553 7 WARNING neutron.db.securitygroups_db [None req-424334b1-4b74-46d1-a619-473325d1ff94 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:13:27.651 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d8950ca9-7784-4661-a38d-08c2153c83fd - - - - - -] OVN reports status down for port: 6382230d-25dc-47e4-95f6-0d222ee81c14 2026-04-27 13:13:27.715 8 INFO neutron.db.ovn_revision_numbers_db [None req-fc61d882-583d-43b4-ba89-34ce1c107574 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6382230d-25dc-47e4-95f6-0d222ee81c14 (type: ports) to 1 2026-04-27 13:13:27.753 7 INFO neutron.db.ovn_revision_numbers_db [None req-424334b1-4b74-46d1-a619-473325d1ff94 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 05526919-2da6-40db-9b57-4ecec00a7f46 (type: security_groups) to 1 2026-04-27 13:13:27.769 7 INFO neutron.db.ovn_revision_numbers_db [None req-424334b1-4b74-46d1-a619-473325d1ff94 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 91f65820-0004-45ac-8c9c-b7df5881af6f (type: security_group_rules) to 0 2026-04-27 13:13:27.782 7 INFO neutron.db.ovn_revision_numbers_db [None req-424334b1-4b74-46d1-a619-473325d1ff94 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a9110dc9-713e-4c15-afcd-d667eee93b7f (type: security_group_rules) to 0 2026-04-27 13:13:27.795 7 INFO neutron.db.ovn_revision_numbers_db [None req-424334b1-4b74-46d1-a619-473325d1ff94 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource bc79b6aa-0a32-416a-9d9c-03a746f7e77e (type: security_group_rules) to 0 2026-04-27 13:13:27.808 7 INFO neutron.db.ovn_revision_numbers_db [None req-424334b1-4b74-46d1-a619-473325d1ff94 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c90cef5a-a04f-4402-a529-39e8e5c9d6cf (type: security_group_rules) to 0 [pid: 7|app: 0|req: 980/1860] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:13:27 2026] GET /v2.0/security-groups?tenant_id=9b0e017bc46d49c2968529dd13372307&name=default => generated 2925 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1861] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:27 2026] DELETE /v2.0/security-groups/05526919-2da6-40db-9b57-4ecec00a7f46 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1862] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:28 2026] GET /v2.0/ports?device_id=c1430704-fd73-4d5d-a997-be1ef927c2be => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:28.095 8 INFO neutron.db.ovn_revision_numbers_db [None req-119538da-9c95-45f6-8440-7a766c7452dd - - - - - -] Successfully bumped revision number for resource d3b4dd71-bb8d-4672-9861-f5b287f571f5 (type: ports) to 4 2026-04-27 13:13:28.116 7 WARNING neutron.db.securitygroups_db [None req-13840d4b-2c13-49c5-a2f2-c541ac718766 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:13:28.256 7 INFO neutron.db.ovn_revision_numbers_db [None req-13840d4b-2c13-49c5-a2f2-c541ac718766 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e9e2bb32-b802-4a47-b994-14aa8329eaf6 (type: security_groups) to 1 2026-04-27 13:13:28.275 7 INFO neutron.db.ovn_revision_numbers_db [None req-13840d4b-2c13-49c5-a2f2-c541ac718766 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 940dd63b-f182-44a9-9f9b-c363ecc0def4 (type: security_group_rules) to 0 2026-04-27 13:13:28.287 7 INFO neutron.db.ovn_revision_numbers_db [None req-13840d4b-2c13-49c5-a2f2-c541ac718766 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 9713ba19-7b19-430c-a96d-80ea8fb2b20b (type: security_group_rules) to 0 2026-04-27 13:13:28.297 7 INFO neutron.db.ovn_revision_numbers_db [None req-13840d4b-2c13-49c5-a2f2-c541ac718766 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource cb0be0fd-6195-4fbb-8c65-ccb849a1c755 (type: security_group_rules) to 0 2026-04-27 13:13:28.308 7 INFO neutron.db.ovn_revision_numbers_db [None req-13840d4b-2c13-49c5-a2f2-c541ac718766 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource d7b18afc-0cbb-4db1-99a7-c5517a150249 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 983/1863] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:13:28 2026] GET /v2.0/security-groups?tenant_id=54d14838643847a8b87acf3acbf5d882&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1864] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:28 2026] DELETE /v2.0/security-groups/e9e2bb32-b802-4a47-b994-14aa8329eaf6 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:13:28.747 8 INFO neutron.db.ovn_revision_numbers_db [None req-119538da-9c95-45f6-8440-7a766c7452dd - - - - - -] Successfully bumped revision number for resource d3b4dd71-bb8d-4672-9861-f5b287f571f5 (type: ports) to 5 2026-04-27 13:13:28.880 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d8950ca9-7784-4661-a38d-08c2153c83fd - - - - - -] OVN reports status up for port: 6382230d-25dc-47e4-95f6-0d222ee81c14 2026-04-27 13:13:28.891 7 INFO neutron.plugins.ml2.plugin [None req-d8950ca9-7784-4661-a38d-08c2153c83fd - - - - - -] Attempt 1 to provision port 6382230d-25dc-47e4-95f6-0d222ee81c14 2026-04-27 13:13:28.981 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fc61d882-583d-43b4-ba89-34ce1c107574 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:13:28.982 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fc61d882-583d-43b4-ba89-34ce1c107574 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 15c61846-1a42-46d0-9f96-65d93d2e840a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:29.238 7 INFO neutron.db.ovn_revision_numbers_db [None req-d8950ca9-7784-4661-a38d-08c2153c83fd - - - - - -] Successfully bumped revision number for resource 6382230d-25dc-47e4-95f6-0d222ee81c14 (type: ports) to 2 2026-04-27 13:13:29.521 8 INFO neutron.db.ovn_revision_numbers_db [None req-fc61d882-583d-43b4-ba89-34ce1c107574 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6382230d-25dc-47e4-95f6-0d222ee81c14 (type: router_ports) to 1 [pid: 8|app: 0|req: 881/1865] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:13:26 2026] PUT /v2.0/routers/e3bdc802-f1be-46cf-a18f-aec286355563/add_router_interface => generated 310 bytes in 2843 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:29.563 8 INFO neutron.common.ovn.utils [None req-67e2d447-a72a-4a75-b026-192c123d3f6f - - - - - -] HA Chassis Group neutron-15c61846-1a42-46d0-9f96-65d93d2e840a synchronized; highest priority chassis cf88c82c-664b-42f9-a266-c27775cdf8a2 2026-04-27 13:13:30.588 7 INFO neutron_taas.services.taas.taas_plugin [None req-67f18f2a-38e9-4724-abd8-ec9df2246a34 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: f6bcaa33-d8d3-4dfe-9eff-e639eae81b8f 2026-04-27 13:13:30.590 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67f18f2a-38e9-4724-abd8-ec9df2246a34 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: f6bcaa33-d8d3-4dfe-9eff-e639eae81b8f 2026-04-27 13:13:30.791 8 INFO neutron.db.ovn_revision_numbers_db [None req-fcb0c993-6c7b-4006-9ebb-11200cb4dc72 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 3161f3a8-f270-48b4-85b6-042da0de4791 (type: security_groups) to 1 2026-04-27 13:13:30.807 8 INFO neutron.db.ovn_revision_numbers_db [None req-fcb0c993-6c7b-4006-9ebb-11200cb4dc72 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 154132cb-8f5a-4714-a47b-31b099ad8ba7 (type: security_group_rules) to 0 2026-04-27 13:13:30.829 8 INFO neutron.db.ovn_revision_numbers_db [None req-fcb0c993-6c7b-4006-9ebb-11200cb4dc72 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 47e28a69-6b45-4722-be48-2ce811ba3330 (type: security_group_rules) to 0 2026-04-27 13:13:30.845 8 INFO neutron.db.ovn_revision_numbers_db [None req-fcb0c993-6c7b-4006-9ebb-11200cb4dc72 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a0789855-ce26-4bbf-9e5d-d6b49c810400 (type: security_group_rules) to 0 2026-04-27 13:13:30.858 8 INFO neutron.db.ovn_revision_numbers_db [None req-fcb0c993-6c7b-4006-9ebb-11200cb4dc72 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource db986eb5-110d-4b6d-af11-c695f97ca45f (type: security_group_rules) to 0 2026-04-27 13:13:30.933 8 INFO neutron.db.segments_db [None req-fcb0c993-6c7b-4006-9ebb-11200cb4dc72 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Added segment 6a97e8f8-49a5-4b1a-8db2-167977987e9e of type geneve for network b54cbb9b-24fe-4c2e-828f-4ee698ad8008 2026-04-27 13:13:31.041 8 INFO neutron.db.ovn_revision_numbers_db [None req-fcb0c993-6c7b-4006-9ebb-11200cb4dc72 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b54cbb9b-24fe-4c2e-828f-4ee698ad8008 (type: networks) to 1 2026-04-27 13:13:31.189 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fcb0c993-6c7b-4006-9ebb-11200cb4dc72 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:13:31.191 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fcb0c993-6c7b-4006-9ebb-11200cb4dc72 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network b54cbb9b-24fe-4c2e-828f-4ee698ad8008: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:31.243 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-67e2d447-a72a-4a75-b026-192c123d3f6f - - - - - -] OVN reports status down for port: ff64e2f3-1571-4590-8596-1ec40b357741 2026-04-27 13:13:31.307 8 INFO neutron.db.ovn_revision_numbers_db [None req-fcb0c993-6c7b-4006-9ebb-11200cb4dc72 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ff64e2f3-1571-4590-8596-1ec40b357741 (type: ports) to 1 [pid: 7|app: 0|req: 985/1866] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:13:30 2026] PUT /v2.0/routers/fcb4386d-48ac-4279-b4d2-0ec6c847b861/remove_router_interface => generated 310 bytes in 1061 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: 882/1867] 10.0.0.253 () {34 vars in 671 bytes} [Mon Apr 27 13:13:30 2026] POST /v2.0/networks => generated 782 bytes in 780 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:31.523 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b4325576-6b80-4740-b6f9-55f488ff5c21 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:13:31.525 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b4325576-6b80-4740-b6f9-55f488ff5c21 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network b54cbb9b-24fe-4c2e-828f-4ee698ad8008: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:31.603 7 INFO neutron_taas.services.taas.taas_plugin [None req-65ca1f3f-2da5-4f67-a0ba-3ed399caffb6 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: 371c3284-3dbf-48a6-961b-ff23897a271b 2026-04-27 13:13:31.605 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65ca1f3f-2da5-4f67-a0ba-3ed399caffb6 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: 371c3284-3dbf-48a6-961b-ff23897a271b [pid: 7|app: 0|req: 986/1868] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:13:31 2026] DELETE /v2.0/routers/fcb4386d-48ac-4279-b4d2-0ec6c847b861 => generated 0 bytes in 618 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:13:32.065 8 INFO neutron.db.ovn_revision_numbers_db [None req-b4325576-6b80-4740-b6f9-55f488ff5c21 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ff64e2f3-1571-4590-8596-1ec40b357741 (type: ports) to 2 2026-04-27 13:13:32.126 8 INFO neutron.db.ovn_revision_numbers_db [None req-b4325576-6b80-4740-b6f9-55f488ff5c21 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 486366ff-bdf2-4528-8776-a3848975f148 (type: subnets) to 0 [pid: 8|app: 0|req: 883/1869] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:13:31 2026] POST /v2.0/subnets => generated 688 bytes in 753 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1870] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:13:31 2026] DELETE /v2.0/subnets/da7b3a38-cb1b-4ef9-8ad5-88c5546d2edb => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:13:32.298 7 INFO neutron_taas.services.taas.taas_plugin [None req-8eaf0cd9-7565-428c-a7ce-b7c9cf43adad c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: 87e08dc2-66d9-4e5f-8f3a-e8f49719c688 2026-04-27 13:13:32.301 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8eaf0cd9-7565-428c-a7ce-b7c9cf43adad c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: 87e08dc2-66d9-4e5f-8f3a-e8f49719c688 2026-04-27 13:13:32.499 7 INFO neutron.services.segments.plugin [-] Segment a4393bac-2d67-43b1-a5fe-2b323415da27 resource provider aggregate not found 2026-04-27 13:13:32.504 7 INFO neutron.services.segments.plugin [-] Segment a4393bac-2d67-43b1-a5fe-2b323415da27 resource provider aggregate not found 2026-04-27 13:13:32.519 7 INFO neutron.services.segments.plugin [-] Segment a4393bac-2d67-43b1-a5fe-2b323415da27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4393bac-2d67-43b1-a5fe-2b323415da27 found for delete ", "request_id": "req-c93e9e7b-43bb-42f8-93a0-a7631c0620f3"}]} 2026-04-27 13:13:32.526 7 INFO neutron.services.segments.plugin [-] Segment a4393bac-2d67-43b1-a5fe-2b323415da27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4393bac-2d67-43b1-a5fe-2b323415da27 found for delete ", "request_id": "req-d32c5bbc-8f17-41bb-b082-5cd65bb40a25"}]} [pid: 7|app: 0|req: 988/1871] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:13:32 2026] DELETE /v2.0/networks/a991338e-a471-4033-b685-b5d9c4950a1c => generated 0 bytes in 384 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:13:32.618 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a10e55f5-992c-4a9a-873e-50d3fc0d3c83 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:13:32.619 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a10e55f5-992c-4a9a-873e-50d3fc0d3c83 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:32.710 7 WARNING neutron.db.securitygroups_db [None req-c7cfe0c9-94d9-40cc-ae53-354f31da7477 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 989/1872] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:13:32 2026] GET /v2.0/security-groups?tenant_id=e7052de1171e42ee97f2312295aaae58&name=default => generated 2925 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:32.769 8 INFO neutron.db.ovn_revision_numbers_db [None req-a10e55f5-992c-4a9a-873e-50d3fc0d3c83 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 53cc4d3e-30af-4266-87d7-cc5a5f4846a2 (type: ports) to 1 2026-04-27 13:13:33.039 7 INFO neutron.db.ovn_revision_numbers_db [None req-e0697d4f-dfcd-49f2-b31d-12dd423cda0d 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Successfully bumped revision number for resource 0ca6a6b4-5ff8-48be-9cbf-9465f208c330 (type: security_groups) to 1 2026-04-27 13:13:33.053 7 INFO neutron.db.ovn_revision_numbers_db [None req-e0697d4f-dfcd-49f2-b31d-12dd423cda0d 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Successfully bumped revision number for resource 24b81b71-dcd0-4f63-bd75-643ddd00495d (type: security_group_rules) to 0 2026-04-27 13:13:33.064 7 INFO neutron.db.ovn_revision_numbers_db [None req-e0697d4f-dfcd-49f2-b31d-12dd423cda0d 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Successfully bumped revision number for resource 7ffb85d4-8c13-4af0-a938-5a5301a02ae5 (type: security_group_rules) to 0 2026-04-27 13:13:33.087 7 INFO neutron.db.ovn_revision_numbers_db [None req-e0697d4f-dfcd-49f2-b31d-12dd423cda0d 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Successfully bumped revision number for resource 8e9450e2-390d-478c-9110-2f625c5f4824 (type: security_group_rules) to 0 2026-04-27 13:13:33.099 7 INFO neutron.db.ovn_revision_numbers_db [None req-e0697d4f-dfcd-49f2-b31d-12dd423cda0d 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Successfully bumped revision number for resource f8d530cb-ecc0-440c-b53c-009a91a94a4f (type: security_group_rules) to 0 2026-04-27 13:13:33.180 7 INFO neutron.db.segments_db [None req-e0697d4f-dfcd-49f2-b31d-12dd423cda0d 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Added segment f650d62f-6165-42ad-b965-b7d7cb8be9b3 of type geneve for network 4e89dc1a-c4ec-4935-8126-8ad2d1b4adc0 2026-04-27 13:13:33.291 7 INFO neutron.db.ovn_revision_numbers_db [None req-e0697d4f-dfcd-49f2-b31d-12dd423cda0d 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Successfully bumped revision number for resource 4e89dc1a-c4ec-4935-8126-8ad2d1b4adc0 (type: networks) to 1 2026-04-27 13:13:33.421 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-119538da-9c95-45f6-8440-7a766c7452dd - - - - - -] Router 7a886e73-fc10-40b0-bea4-38c30d1ffe16 is bound to host instance 2026-04-27 13:13:33.483 8 INFO neutron.db.ovn_revision_numbers_db [None req-a10e55f5-992c-4a9a-873e-50d3fc0d3c83 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 53cc4d3e-30af-4266-87d7-cc5a5f4846a2 (type: router_ports) to 1 2026-04-27 13:13:33.486 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e0697d4f-dfcd-49f2-b31d-12dd423cda0d 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] No more DHCP agents 2026-04-27 13:13:33.488 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e0697d4f-dfcd-49f2-b31d-12dd423cda0d 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Unable to schedule network 4e89dc1a-c4ec-4935-8126-8ad2d1b4adc0: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:33.549 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-67e2d447-a72a-4a75-b026-192c123d3f6f - - - - - -] OVN reports status down for port: d2ffdd9c-d40c-4e72-bfb9-57eea32a1e8e 2026-04-27 13:13:33.569 7 INFO neutron.db.ovn_revision_numbers_db [None req-e0697d4f-dfcd-49f2-b31d-12dd423cda0d 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Successfully bumped revision number for resource d2ffdd9c-d40c-4e72-bfb9-57eea32a1e8e (type: ports) to 1 [pid: 7|app: 0|req: 990/1873] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:13:32 2026] POST /v2.0/networks => generated 767 bytes in 828 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:33.686 8 INFO neutron.db.ovn_revision_numbers_db [None req-a10e55f5-992c-4a9a-873e-50d3fc0d3c83 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 7a886e73-fc10-40b0-bea4-38c30d1ffe16 (type: routers) to 2 [pid: 8|app: 0|req: 884/1874] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:13:32 2026] POST /v2.0/routers => generated 987 bytes in 1592 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1877] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:33 2026] DELETE /v2.0/security-groups/cae3baa5-62c2-4e3b-aa22-9715ba3b6236 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:13:33.851 7 WARNING neutron.db.securitygroups_db [None req-19d8f296-1fb3-4d32-9f53-2ebb4b5e40e8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:13:33.978 7 INFO neutron.db.ovn_revision_numbers_db [None req-19d8f296-1fb3-4d32-9f53-2ebb4b5e40e8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a8d8be2c-7dd5-43ff-9b61-430e816577bd (type: security_groups) to 1 2026-04-27 13:13:33.990 7 INFO neutron.db.ovn_revision_numbers_db [None req-19d8f296-1fb3-4d32-9f53-2ebb4b5e40e8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 55447a09-0670-4716-8a45-ffc250b9ba20 (type: security_group_rules) to 0 2026-04-27 13:13:34.001 7 INFO neutron.db.ovn_revision_numbers_db [None req-19d8f296-1fb3-4d32-9f53-2ebb4b5e40e8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 5f655501-5a6a-4e5b-b84d-be329b4e2c73 (type: security_group_rules) to 0 2026-04-27 13:13:34.016 7 INFO neutron.db.ovn_revision_numbers_db [None req-19d8f296-1fb3-4d32-9f53-2ebb4b5e40e8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 76f99688-fa6a-4c85-9dd6-70c321799286 (type: security_group_rules) to 0 2026-04-27 13:13:34.027 7 INFO neutron.db.ovn_revision_numbers_db [None req-19d8f296-1fb3-4d32-9f53-2ebb4b5e40e8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b5050361-8043-445a-8bb7-aead03717685 (type: security_group_rules) to 0 2026-04-27 13:13:34.061 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-49df388a-052a-4bad-941e-1ee84e3060c3 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] No more DHCP agents 2026-04-27 13:13:34.064 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-49df388a-052a-4bad-941e-1ee84e3060c3 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Unable to schedule network 4e89dc1a-c4ec-4935-8126-8ad2d1b4adc0: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 992/1878] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:13:33 2026] GET /v2.0/security-groups?tenant_id=3060afe90bea46aca00e29fef9bd2494&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:34.497 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-293b3e54-8b32-47d9-aeff-f164a9de6ea5 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:13:34.499 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-293b3e54-8b32-47d9-aeff-f164a9de6ea5 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network b54cbb9b-24fe-4c2e-828f-4ee698ad8008: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:34.673 7 INFO neutron.db.ovn_revision_numbers_db [None req-293b3e54-8b32-47d9-aeff-f164a9de6ea5 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 93c76d3e-f665-4c75-9d97-797cbe286e3a (type: ports) to 1 2026-04-27 13:13:34.881 8 INFO neutron.db.ovn_revision_numbers_db [None req-49df388a-052a-4bad-941e-1ee84e3060c3 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Successfully bumped revision number for resource d2ffdd9c-d40c-4e72-bfb9-57eea32a1e8e (type: ports) to 2 2026-04-27 13:13:34.955 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-a4931037-79e6-4c6c-8fd4-22d3e2e51f82 - - - - - -] No hosting information found for port 6382230d-25dc-47e4-95f6-0d222ee81c14: RuntimeError: No hosting information found for port 6382230d-25dc-47e4-95f6-0d222ee81c14 2026-04-27 13:13:34.980 8 INFO neutron.db.ovn_revision_numbers_db [None req-49df388a-052a-4bad-941e-1ee84e3060c3 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Successfully bumped revision number for resource d164f4fb-c000-497d-8a87-d1c4a68766e6 (type: subnets) to 0 [pid: 8|app: 0|req: 887/1879] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:13:33 2026] POST /v2.0/subnets => generated 644 bytes in 1260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:35.075 8 INFO neutron.db.ovn_revision_numbers_db [None req-02da3910-2c0d-4248-8431-fb8aa1bbef03 - - - - - -] Successfully bumped revision number for resource 53cc4d3e-30af-4266-87d7-cc5a5f4846a2 (type: ports) to 4 2026-04-27 13:13:35.145 7 INFO neutron.db.ovn_revision_numbers_db [None req-a4931037-79e6-4c6c-8fd4-22d3e2e51f82 - - - - - -] Successfully bumped revision number for resource 6382230d-25dc-47e4-95f6-0d222ee81c14 (type: router_ports) to 2 2026-04-27 13:13:35.155 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a4931037-79e6-4c6c-8fd4-22d3e2e51f82 - - - - - -] OVN reports status down for port: 53cc4d3e-30af-4266-87d7-cc5a5f4846a2 2026-04-27 13:13:35.307 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-a4931037-79e6-4c6c-8fd4-22d3e2e51f82 - - - - - -] Logical_Switch_Port 53cc4d3e-30af-4266-87d7-cc5a5f4846a2 host information not removed, the port state is up 2026-04-27 13:13:35.308 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a4931037-79e6-4c6c-8fd4-22d3e2e51f82 - - - - - -] OVN reports status up for port: 53cc4d3e-30af-4266-87d7-cc5a5f4846a2 2026-04-27 13:13:35.335 7 INFO neutron.plugins.ml2.plugin [None req-a4931037-79e6-4c6c-8fd4-22d3e2e51f82 - - - - - -] Attempt 1 to provision port 53cc4d3e-30af-4266-87d7-cc5a5f4846a2 [pid: 8|app: 0|req: 888/1880] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:35 2026] DELETE /v2.0/security-groups/a8d8be2c-7dd5-43ff-9b61-430e816577bd => generated 0 bytes in 340 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:13:35.364 8 WARNING neutron.api.v2.base [None req-ccabdab2-250e-40db-b609-4ffbf79ad69a 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-04-27 13:13:35.365 8 INFO neutron.api.v2.resource [None req-ccabdab2-250e-40db-b609-4ffbf79ad69a 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 889/1881] 10.0.0.253 () {34 vars in 681 bytes} [Mon Apr 27 13:13:35 2026] POST /v2.0/rbac-policies => generated 143 bytes in 15 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-27 13:13:35.475 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a4931037-79e6-4c6c-8fd4-22d3e2e51f82 - - - - - -] OVN reports status down for port: 93c76d3e-f665-4c75-9d97-797cbe286e3a 2026-04-27 13:13:35.574 8 INFO neutron.db.ovn_revision_numbers_db [None req-02da3910-2c0d-4248-8431-fb8aa1bbef03 - - - - - -] Successfully bumped revision number for resource 53cc4d3e-30af-4266-87d7-cc5a5f4846a2 (type: ports) to 5 2026-04-27 13:13:35.581 8 INFO neutron_taas.services.taas.taas_plugin [None req-7adb5246-cc5e-4552-a771-6dfa92deb159 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] TaaS: Handle Delete Port: d2ffdd9c-d40c-4e72-bfb9-57eea32a1e8e 2026-04-27 13:13:35.586 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7adb5246-cc5e-4552-a771-6dfa92deb159 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Tap Mirror: Handle Delete Port: d2ffdd9c-d40c-4e72-bfb9-57eea32a1e8e 2026-04-27 13:13:35.669 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a4931037-79e6-4c6c-8fd4-22d3e2e51f82 - - - - - -] OVN reports status up for port: 93c76d3e-f665-4c75-9d97-797cbe286e3a 2026-04-27 13:13:35.693 7 INFO neutron.plugins.ml2.plugin [None req-a4931037-79e6-4c6c-8fd4-22d3e2e51f82 - - - - - -] Attempt 1 to provision port 93c76d3e-f665-4c75-9d97-797cbe286e3a 2026-04-27 13:13:35.816 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-293b3e54-8b32-47d9-aeff-f164a9de6ea5 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:13:35.821 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-293b3e54-8b32-47d9-aeff-f164a9de6ea5 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network b54cbb9b-24fe-4c2e-828f-4ee698ad8008: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:35.978 8 INFO neutron.services.segments.plugin [-] Segment f650d62f-6165-42ad-b965-b7d7cb8be9b3 resource provider aggregate not found 2026-04-27 13:13:35.990 8 INFO neutron.services.segments.plugin [-] Segment f650d62f-6165-42ad-b965-b7d7cb8be9b3 resource provider aggregate not found 2026-04-27 13:13:35.995 8 INFO neutron.services.segments.plugin [-] Segment f650d62f-6165-42ad-b965-b7d7cb8be9b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f650d62f-6165-42ad-b965-b7d7cb8be9b3 found for delete ", "request_id": "req-71b33ac2-7676-4ea4-9404-d467cd5370cd"}]} 2026-04-27 13:13:36.012 8 INFO neutron.services.segments.plugin [-] Segment f650d62f-6165-42ad-b965-b7d7cb8be9b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f650d62f-6165-42ad-b965-b7d7cb8be9b3 found for delete ", "request_id": "req-340289b1-7e94-4f65-8b5f-7a3c6f2f1e93"}]} [pid: 8|app: 0|req: 890/1882] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:13:35 2026] DELETE /v2.0/networks/4e89dc1a-c4ec-4935-8126-8ad2d1b4adc0 => generated 0 bytes in 649 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:13:36.130 8 INFO neutron.db.segments_db [None req-b0bf3d49-748c-43c9-b395-3250098e657a 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Added segment 8a2b9546-8dc1-4cba-b90a-63428e51519e of type geneve for network ea4d48e3-a95b-4900-9224-da1a44f0d872 2026-04-27 13:13:36.230 8 INFO neutron.db.ovn_revision_numbers_db [None req-b0bf3d49-748c-43c9-b395-3250098e657a 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Successfully bumped revision number for resource ea4d48e3-a95b-4900-9224-da1a44f0d872 (type: networks) to 1 2026-04-27 13:13:36.402 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b0bf3d49-748c-43c9-b395-3250098e657a 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] No more DHCP agents 2026-04-27 13:13:36.404 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b0bf3d49-748c-43c9-b395-3250098e657a 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Unable to schedule network ea4d48e3-a95b-4900-9224-da1a44f0d872: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:36.429 7 INFO neutron.db.ovn_revision_numbers_db [None req-a4931037-79e6-4c6c-8fd4-22d3e2e51f82 - - - - - -] Successfully bumped revision number for resource 93c76d3e-f665-4c75-9d97-797cbe286e3a (type: ports) to 2 2026-04-27 13:13:36.475 8 INFO neutron.db.ovn_revision_numbers_db [None req-b0bf3d49-748c-43c9-b395-3250098e657a 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Successfully bumped revision number for resource f1b1b369-ae08-4cd3-969a-4740ea451d7a (type: ports) to 1 [pid: 8|app: 0|req: 891/1883] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:13:36 2026] POST /v2.0/networks => generated 768 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:36.671 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3a44cfeb-e42f-481f-9225-c8c1a7308daa 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] No more DHCP agents 2026-04-27 13:13:36.675 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3a44cfeb-e42f-481f-9225-c8c1a7308daa 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Unable to schedule network ea4d48e3-a95b-4900-9224-da1a44f0d872: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:36.771 7 INFO neutron.db.ovn_revision_numbers_db [None req-293b3e54-8b32-47d9-aeff-f164a9de6ea5 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 93c76d3e-f665-4c75-9d97-797cbe286e3a (type: router_ports) to 1 [pid: 7|app: 0|req: 993/1884] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:13:34 2026] PUT /v2.0/routers/7a886e73-fc10-40b0-bea4-38c30d1ffe16/add_router_interface => generated 310 bytes in 2709 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:37.130 8 INFO neutron.db.ovn_revision_numbers_db [None req-3a44cfeb-e42f-481f-9225-c8c1a7308daa 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Successfully bumped revision number for resource f1b1b369-ae08-4cd3-969a-4740ea451d7a (type: ports) to 2 2026-04-27 13:13:37.158 8 INFO neutron.db.ovn_revision_numbers_db [None req-3a44cfeb-e42f-481f-9225-c8c1a7308daa 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Successfully bumped revision number for resource 7a9a1f7c-a12c-46be-8277-a2e842cb721d (type: subnets) to 0 [pid: 8|app: 0|req: 892/1885] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:13:36 2026] POST /v2.0/subnets => generated 647 bytes in 672 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:37.393 7 WARNING neutron.api.v2.base [None req-390163bd-a0e9-4eb9-bcd9-d6668133d7bd 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-04-27 13:13:37.395 7 INFO neutron.api.v2.resource [None req-390163bd-a0e9-4eb9-bcd9-d6668133d7bd 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 994/1886] 10.0.0.253 () {34 vars in 681 bytes} [Mon Apr 27 13:13:37 2026] POST /v2.0/rbac-policies => generated 547 bytes in 13 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-27 13:13:37.530 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7e0df5d-42da-46f4-8386-4bce0239f42b 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] TaaS: Handle Delete Port: f1b1b369-ae08-4cd3-969a-4740ea451d7a 2026-04-27 13:13:37.537 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7e0df5d-42da-46f4-8386-4bce0239f42b 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Tap Mirror: Handle Delete Port: f1b1b369-ae08-4cd3-969a-4740ea451d7a 2026-04-27 13:13:37.580 7 INFO neutron.db.ovn_revision_numbers_db [None req-2179daef-f169-4457-b39c-dd19da9b102e ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Successfully bumped revision number for resource c768483b-4cad-4015-b650-a9edfeac2cd2 (type: security_groups) to 1 2026-04-27 13:13:37.593 7 INFO neutron.db.ovn_revision_numbers_db [None req-2179daef-f169-4457-b39c-dd19da9b102e ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Successfully bumped revision number for resource 50dd8112-04af-4727-b56d-5e8c1b137ad5 (type: security_group_rules) to 0 2026-04-27 13:13:37.606 7 INFO neutron.db.ovn_revision_numbers_db [None req-2179daef-f169-4457-b39c-dd19da9b102e ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Successfully bumped revision number for resource eb8e4c16-259c-4a36-b8d7-c07982e607a0 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 995/1887] 10.0.0.253 () {34 vars in 685 bytes} [Mon Apr 27 13:13:37 2026] POST /v2.0/security-groups => generated 1675 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:13:37.792 7 INFO neutron.db.ovn_revision_numbers_db [None req-12bcd13b-a4ae-4385-80f2-29a1d6abfa7b ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Successfully bumped revision number for resource 18b2fd97-4b0c-46b7-a655-759a1b6f397d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 996/1888] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:13:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1889] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:13:37 2026] DELETE /v2.0/networks/ea4d48e3-a95b-4900-9224-da1a44f0d872 => generated 0 bytes in 492 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:13:37.948 7 INFO neutron.db.ovn_revision_numbers_db [None req-7f219c8b-85c7-4aa1-89f9-41a88f515ff7 ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Successfully bumped revision number for resource faeea4ab-0577-4998-aa42-7c0eb89ff56c (type: security_group_rules) to 0 2026-04-27 13:13:37.992 8 INFO neutron.db.segments_db [None req-3b806d8e-e81f-460c-af89-04787212936c 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Added segment c015ab12-f650-453c-a255-e1d0db822f67 of type geneve for network 3a910ade-f5d5-4251-8428-e4510d26465a [pid: 7|app: 0|req: 997/1890] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:13:37 2026] POST /v2.0/security-group-rules => generated 596 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:38.017 8 INFO neutron.services.segments.plugin [-] Segment 8a2b9546-8dc1-4cba-b90a-63428e51519e resource provider aggregate not found 2026-04-27 13:13:38.036 8 INFO neutron.services.segments.plugin [-] Segment 8a2b9546-8dc1-4cba-b90a-63428e51519e resource provider aggregate not found 2026-04-27 13:13:38.044 8 INFO neutron.services.segments.plugin [-] Segment 8a2b9546-8dc1-4cba-b90a-63428e51519e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a2b9546-8dc1-4cba-b90a-63428e51519e found for delete ", "request_id": "req-288a2c93-84e6-499a-9891-582d9611eee7"}]} 2026-04-27 13:13:38.061 8 INFO neutron.services.segments.plugin [-] Segment 8a2b9546-8dc1-4cba-b90a-63428e51519e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a2b9546-8dc1-4cba-b90a-63428e51519e found for delete ", "request_id": "req-63fb0348-7bd2-4b48-933e-c448df5ea5b0"}]} 2026-04-27 13:13:38.127 7 INFO neutron.db.ovn_revision_numbers_db [None req-720ed599-8e47-4f30-9388-6fbcbc12f264 ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Successfully bumped revision number for resource 3e6e8afb-f3f3-442f-9c0a-836a1e71510c (type: security_group_rules) to 0 2026-04-27 13:13:38.147 8 INFO neutron.db.ovn_revision_numbers_db [None req-3b806d8e-e81f-460c-af89-04787212936c 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Successfully bumped revision number for resource 3a910ade-f5d5-4251-8428-e4510d26465a (type: networks) to 1 [pid: 7|app: 0|req: 998/1891] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:13:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:38.327 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3b806d8e-e81f-460c-af89-04787212936c 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] No more DHCP agents 2026-04-27 13:13:38.328 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3b806d8e-e81f-460c-af89-04787212936c 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Unable to schedule network 3a910ade-f5d5-4251-8428-e4510d26465a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:38.408 8 INFO neutron.db.ovn_revision_numbers_db [None req-3b806d8e-e81f-460c-af89-04787212936c 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Successfully bumped revision number for resource d05d7799-c916-47b4-a402-174c8bbb69d7 (type: ports) to 1 [pid: 8|app: 0|req: 894/1892] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:13:37 2026] POST /v2.0/networks => generated 767 bytes in 533 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:38.561 7 INFO neutron.db.ovn_revision_numbers_db [None req-ecaa160c-6506-4b7b-8d68-a58d0f75c118 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource c76f6698-acc2-42a4-b149-b2795815ec8f (type: security_groups) to 1 2026-04-27 13:13:38.573 7 INFO neutron.db.ovn_revision_numbers_db [None req-ecaa160c-6506-4b7b-8d68-a58d0f75c118 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource 63b2cb76-553a-45fd-9308-2c1e46e28dcf (type: security_group_rules) to 0 2026-04-27 13:13:38.589 7 INFO neutron.db.ovn_revision_numbers_db [None req-ecaa160c-6506-4b7b-8d68-a58d0f75c118 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource 8ee8b4d5-6e64-4f4d-883b-e103b82957a8 (type: security_group_rules) to 0 2026-04-27 13:13:38.594 8 INFO neutron.db.ovn_revision_numbers_db [None req-1baa8d70-9598-47c3-8bd9-fef50ae7f70a ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Successfully bumped revision number for resource 18f58d6e-bf61-4bf1-8ef0-b63b69efd34a (type: security_group_rules) to 0 2026-04-27 13:13:38.600 7 INFO neutron.db.ovn_revision_numbers_db [None req-ecaa160c-6506-4b7b-8d68-a58d0f75c118 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource e2eb42f1-b8f0-480d-a615-c2be7c20116f (type: security_group_rules) to 0 2026-04-27 13:13:38.613 7 INFO neutron.db.ovn_revision_numbers_db [None req-ecaa160c-6506-4b7b-8d68-a58d0f75c118 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource f1ad4525-447a-4602-8772-49050ecb8bb5 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 895/1893] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:13:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:38.690 7 INFO neutron.db.segments_db [None req-ecaa160c-6506-4b7b-8d68-a58d0f75c118 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Added segment e4020086-f36a-4e1f-b2f5-1c0de9b9e630 of type geneve for network fdb2117c-db03-4199-a59a-11ae58cbfdc5 2026-04-27 13:13:38.765 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dbc0a058-ab71-43a6-becd-8abcbaeadda8 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] No more DHCP agents 2026-04-27 13:13:38.767 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dbc0a058-ab71-43a6-becd-8abcbaeadda8 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Unable to schedule network 3a910ade-f5d5-4251-8428-e4510d26465a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:38.804 7 INFO neutron.db.ovn_revision_numbers_db [None req-ecaa160c-6506-4b7b-8d68-a58d0f75c118 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource fdb2117c-db03-4199-a59a-11ae58cbfdc5 (type: networks) to 1 2026-04-27 13:13:38.963 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ecaa160c-6506-4b7b-8d68-a58d0f75c118 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] No more DHCP agents 2026-04-27 13:13:38.964 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ecaa160c-6506-4b7b-8d68-a58d0f75c118 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Unable to schedule network fdb2117c-db03-4199-a59a-11ae58cbfdc5: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:39.037 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-67e2d447-a72a-4a75-b026-192c123d3f6f - - - - - -] OVN reports status down for port: da01ec1e-f95e-4651-ad9d-0745262781e3 2026-04-27 13:13:39.041 7 INFO neutron.db.ovn_revision_numbers_db [None req-ecaa160c-6506-4b7b-8d68-a58d0f75c118 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource da01ec1e-f95e-4651-ad9d-0745262781e3 (type: ports) to 1 [pid: 7|app: 0|req: 999/1894] 10.0.0.253 () {34 vars in 671 bytes} [Mon Apr 27 13:13:38 2026] POST /v2.0/networks => generated 671 bytes in 904 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:39.097 7 INFO neutron.db.securitygroups_db [None req-09d3c216-0553-4148-83b7-601924d496e8 ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Project 90fb65ee223e4a29b471348f0f62754c added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-27 13:13:39.185 7 INFO neutron.db.ovn_revision_numbers_db [None req-09d3c216-0553-4148-83b7-601924d496e8 ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Successfully bumped revision number for resource 149ef91a-3896-4126-a0a0-e9c8ed055cf2 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1000/1895] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:13:39 2026] POST /v2.0/security-group-rules => generated 607 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:39.276 8 INFO neutron.db.ovn_revision_numbers_db [None req-dbc0a058-ab71-43a6-becd-8abcbaeadda8 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Successfully bumped revision number for resource d05d7799-c916-47b4-a402-174c8bbb69d7 (type: ports) to 2 2026-04-27 13:13:39.299 8 INFO neutron.db.ovn_revision_numbers_db [None req-dbc0a058-ab71-43a6-becd-8abcbaeadda8 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Successfully bumped revision number for resource df40760e-0a8a-430e-bbba-46dd833508d3 (type: subnets) to 0 [pid: 8|app: 0|req: 896/1896] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:13:38 2026] POST /v2.0/subnets => generated 647 bytes in 685 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:39.342 8 INFO neutron.db.securitygroups_db [None req-462471c7-b816-4f8d-9e32-241baddf6538 ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Project 90fb65ee223e4a29b471348f0f62754c added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-27 13:13:39.404 8 INFO neutron.db.ovn_revision_numbers_db [None req-462471c7-b816-4f8d-9e32-241baddf6538 ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Successfully bumped revision number for resource d376cb31-02c6-458d-86a5-9b18803240b0 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 897/1897] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:13:39 2026] POST /v2.0/security-group-rules => generated 606 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1898] 10.0.0.253 () {34 vars in 681 bytes} [Mon Apr 27 13:13:39 2026] POST /v2.0/rbac-policies => generated 324 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:39.656 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-89faaaa9-a9cc-4fab-911c-032f5e50e574 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] No more DHCP agents 2026-04-27 13:13:39.658 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-89faaaa9-a9cc-4fab-911c-032f5e50e574 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:39.862 7 INFO neutron.db.ovn_revision_numbers_db [None req-89faaaa9-a9cc-4fab-911c-032f5e50e574 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource 10a65d08-b8d4-4503-b16a-63de97ae8bf6 (type: ports) to 1 2026-04-27 13:13:40.008 8 INFO neutron.db.ovn_revision_numbers_db [None req-e56ca5de-6d55-4be1-b75d-cbdb98e37ea8 ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Successfully bumped revision number for resource 9d946630-bfe2-4e8b-b947-98ab4afa3b99 (type: security_groups) to 1 2026-04-27 13:13:40.023 8 INFO neutron.db.ovn_revision_numbers_db [None req-e56ca5de-6d55-4be1-b75d-cbdb98e37ea8 ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Successfully bumped revision number for resource 001eaae1-6278-4471-9027-8b281e652b52 (type: security_group_rules) to 0 2026-04-27 13:13:40.036 8 INFO neutron.db.ovn_revision_numbers_db [None req-e56ca5de-6d55-4be1-b75d-cbdb98e37ea8 ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Successfully bumped revision number for resource 9b19ce02-e342-41ec-8196-762e09a83186 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 899/1899] 10.0.0.253 () {34 vars in 685 bytes} [Mon Apr 27 13:13:39 2026] POST /v2.0/security-groups => generated 1660 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1900] 10.0.0.253 () {32 vars in 723 bytes} [Mon Apr 27 13:13:40 2026] GET /v2.0/networks/3a910ade-f5d5-4251-8428-e4510d26465a => generated 693 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:40.249 8 INFO neutron.db.ovn_revision_numbers_db [None req-f86538ac-b801-40e0-87e9-8edac20b996d ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Successfully bumped revision number for resource fb5adf7a-55a5-4283-a96f-cb6da7711b9c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 901/1901] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:13:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:40.395 8 INFO neutron.db.ovn_revision_numbers_db [None req-9f537e2c-ddad-459c-a0cc-7215e821154d ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Successfully bumped revision number for resource 49bb5ae1-ca13-4587-91b8-254a5426094e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 902/1902] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:13:40 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) 2026-04-27 13:13:40.664 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3e024dcc-3804-401c-88d6-5bf06f5ba060 ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] No more DHCP agents 2026-04-27 13:13:40.665 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3e024dcc-3804-401c-88d6-5bf06f5ba060 ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 903/1903] 10.0.0.253 () {34 vars in 676 bytes} [Mon Apr 27 13:13:40 2026] POST /v2.0/floatingips => generated 552 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:41.007 7 INFO neutron.db.ovn_revision_numbers_db [None req-89faaaa9-a9cc-4fab-911c-032f5e50e574 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource 10a65d08-b8d4-4503-b16a-63de97ae8bf6 (type: router_ports) to 1 2026-04-27 13:13:41.012 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ab9df074-0275-43be-a4ad-9fd9a4182670 f7f3f06959e84550bb1ca755d8ae013f fb90a9bc541a4f2c9678ebb12729f612 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 904/1904] 10.0.0.253 () {32 vars in 723 bytes} [Mon Apr 27 13:13:40 2026] GET /v2.0/networks/3a910ade-f5d5-4251-8428-e4510d26465a => generated 138 bytes in 70 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:13:41.040 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-02da3910-2c0d-4248-8431-fb8aa1bbef03 - - - - - -] Router 099b8df8-5dc7-48cc-b131-36db70ac1ed8 is bound to host instance 2026-04-27 13:13:41.077 7 INFO neutron.db.ovn_revision_numbers_db [None req-89faaaa9-a9cc-4fab-911c-032f5e50e574 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource 099b8df8-5dc7-48cc-b131-36db70ac1ed8 (type: routers) to 2 [pid: 7|app: 0|req: 1001/1905] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:13:39 2026] POST /v2.0/routers => generated 975 bytes in 1876 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:41.103 7 WARNING neutron.db.securitygroups_db [req-6172594f-36d6-4a05-a378-e91cec7c3c91 req-16e884f6-07b9-408a-b0fe-6fb4cfc491bc ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] 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: 1002/1906] 10.0.0.235 () {34 vars in 1100 bytes} [Mon Apr 27 13:13:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1942091128&fields=id&tenant_id=90fb65ee223e4a29b471348f0f62754c => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1907] 10.0.0.253 () {32 vars in 776 bytes} [Mon Apr 27 13:13:41 2026] GET /v2.0/subnets?project_id=01df0048cd2c40e69efdc452b087c75f&cidr=10.100.0.0%2F28 => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:41.191 7 WARNING neutron.db.securitygroups_db [req-6172594f-36d6-4a05-a378-e91cec7c3c91 req-0295e2be-b58e-49c2-b789-c8d74fb8faef ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] 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: 1004/1908] 10.0.0.235 () {34 vars in 1100 bytes} [Mon Apr 27 13:13:41 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1183693933&fields=id&tenant_id=90fb65ee223e4a29b471348f0f62754c => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1909] 10.0.0.253 () {32 vars in 694 bytes} [Mon Apr 27 13:13:41 2026] GET /v2.0/networks?router%3Aexternal=True => generated 791 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:41.289 8 INFO neutron_taas.services.taas.taas_plugin [None req-1194b0ee-d332-4003-b89d-22fbdd20fbba 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] TaaS: Handle Delete Port: d05d7799-c916-47b4-a402-174c8bbb69d7 2026-04-27 13:13:41.296 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1194b0ee-d332-4003-b89d-22fbdd20fbba 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] Tap Mirror: Handle Delete Port: d05d7799-c916-47b4-a402-174c8bbb69d7 [pid: 7|app: 0|req: 1006/1910] 10.0.0.235 () {34 vars in 982 bytes} [Mon Apr 27 13:13:41 2026] GET /v2.0/networks?id=15c61846-1a42-46d0-9f96-65d93d2e840a => generated 711 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1911] 10.0.0.253 () {32 vars in 784 bytes} [Mon Apr 27 13:13:41 2026] GET /v2.0/subnets?network_id=efa4631e-e702-418f-b8da-e46b8177a35c&cidr=10.100.0.0%2F28 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1912] 10.0.0.235 () {34 vars in 965 bytes} [Mon Apr 27 13:13:41 2026] GET /v2.0/quotas/90fb65ee223e4a29b471348f0f62754c => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:41.511 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-dcaeae79-c169-4412-9ec7-c914dfe45c3e - - - - - -] No hosting information found for port 93c76d3e-f665-4c75-9d97-797cbe286e3a: RuntimeError: No hosting information found for port 93c76d3e-f665-4c75-9d97-797cbe286e3a 2026-04-27 13:13:41.512 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-dcaeae79-c169-4412-9ec7-c914dfe45c3e - - - - - -] OVN reports status down for port: f1b1b369-ae08-4cd3-969a-4740ea451d7a 2026-04-27 13:13:41.569 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a08a5ed4-028b-4676-b3fe-5a3010c510ed e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] No more DHCP agents 2026-04-27 13:13:41.574 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a08a5ed4-028b-4676-b3fe-5a3010c510ed e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Unable to schedule network fdb2117c-db03-4199-a59a-11ae58cbfdc5: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:41.617 7 INFO neutron.common.ovn.utils [None req-dcaeae79-c169-4412-9ec7-c914dfe45c3e - - - - - -] HA Chassis Group neutron-b54cbb9b-24fe-4c2e-828f-4ee698ad8008 synchronized; highest priority chassis cf88c82c-664b-42f9-a266-c27775cdf8a2 2026-04-27 13:13:41.832 7 INFO neutron.db.ovn_revision_numbers_db [None req-dcaeae79-c169-4412-9ec7-c914dfe45c3e - - - - - -] Successfully bumped revision number for resource 93c76d3e-f665-4c75-9d97-797cbe286e3a (type: router_ports) to 2 2026-04-27 13:13:41.833 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-dcaeae79-c169-4412-9ec7-c914dfe45c3e - - - - - -] OVN reports status down for port: d05d7799-c916-47b4-a402-174c8bbb69d7 2026-04-27 13:13:41.858 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-dcaeae79-c169-4412-9ec7-c914dfe45c3e - - - - - -] OVN reports status down for port: 10a65d08-b8d4-4503-b16a-63de97ae8bf6 2026-04-27 13:13:41.870 8 INFO neutron.services.segments.plugin [-] Segment c015ab12-f650-453c-a255-e1d0db822f67 resource provider aggregate not found 2026-04-27 13:13:41.881 8 INFO neutron.services.segments.plugin [-] Segment c015ab12-f650-453c-a255-e1d0db822f67 resource provider aggregate not found 2026-04-27 13:13:41.889 8 INFO neutron.services.segments.plugin [-] Segment c015ab12-f650-453c-a255-e1d0db822f67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c015ab12-f650-453c-a255-e1d0db822f67 found for delete ", "request_id": "req-9d114989-833f-4ab5-b65b-ccb8bf010d97"}]} 2026-04-27 13:13:41.904 8 INFO neutron.services.segments.plugin [-] Segment c015ab12-f650-453c-a255-e1d0db822f67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c015ab12-f650-453c-a255-e1d0db822f67 found for delete ", "request_id": "req-aefdbb64-a020-49d4-8d5d-7aaece5a64a2"}]} 2026-04-27 13:13:41.975 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-dcaeae79-c169-4412-9ec7-c914dfe45c3e - - - - - -] Logical_Switch_Port 10a65d08-b8d4-4503-b16a-63de97ae8bf6 host information not removed, the port state is up 2026-04-27 13:13:41.976 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-dcaeae79-c169-4412-9ec7-c914dfe45c3e - - - - - -] OVN reports status up for port: 10a65d08-b8d4-4503-b16a-63de97ae8bf6 [pid: 8|app: 0|req: 905/1913] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:13:41 2026] DELETE /v2.0/networks/3a910ade-f5d5-4251-8428-e4510d26465a => generated 0 bytes in 963 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:13:42.016 7 INFO neutron.plugins.ml2.plugin [None req-dcaeae79-c169-4412-9ec7-c914dfe45c3e - - - - - -] Attempt 1 to provision port 10a65d08-b8d4-4503-b16a-63de97ae8bf6 [pid: 8|app: 0|req: 906/1914] 10.0.0.235 () {34 vars in 1002 bytes} [Mon Apr 27 13:13:41 2026] GET /v2.0/ports?tenant_id=90fb65ee223e4a29b471348f0f62754c&fields=id => generated 103 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:42.144 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f4850004-8be7-49c2-a5e2-df7c4e797f09 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 907/1915] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:13:42 2026] DELETE /v2.0/subnets/d164f4fb-c000-497d-8a87-d1c4a68766e6 => generated 136 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1916] 10.0.0.235 () {34 vars in 1008 bytes} [Mon Apr 27 13:13:42 2026] GET /v2.0/networks/15c61846-1a42-46d0-9f96-65d93d2e840a?fields=segments => generated 14 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:42.259 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8d134a6a-db83-4c53-9421-c213b6002a69 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 909/1917] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:13:42 2026] DELETE /v2.0/subnets/7a9a1f7c-a12c-46be-8277-a2e842cb721d => generated 136 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:13:42.360 7 INFO neutron.db.ovn_revision_numbers_db [None req-a08a5ed4-028b-4676-b3fe-5a3010c510ed e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource da01ec1e-f95e-4651-ad9d-0745262781e3 (type: ports) to 2 [pid: 8|app: 0|req: 910/1918] 10.0.0.235 () {34 vars in 1108 bytes} [Mon Apr 27 13:13:42 2026] GET /v2.0/networks/15c61846-1a42-46d0-9f96-65d93d2e840a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:42.431 8 INFO neutron.pecan_wsgi.hooks.translation [None req-30d2fd32-36c2-404c-a80d-8b9c0b5cbf9c 45dae5cf9f5d4c75bae4dbb55450079d a5de1fb85c424582a0d735bfcd6bb9f1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 911/1919] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:13:42 2026] DELETE /v2.0/subnets/df40760e-0a8a-430e-bbba-46dd833508d3 => generated 136 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:13:42.452 8 INFO neutron.db.ovn_revision_numbers_db [None req-65069e41-b4a6-4805-b7a3-f6d32e6a6d6f - - - - - -] Successfully bumped revision number for resource 10a65d08-b8d4-4503-b16a-63de97ae8bf6 (type: ports) to 4 2026-04-27 13:13:42.453 7 INFO neutron.db.ovn_revision_numbers_db [None req-a08a5ed4-028b-4676-b3fe-5a3010c510ed e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource 4a5efb40-c100-4e51-b8d9-d6beff762bed (type: subnets) to 0 [pid: 7|app: 0|req: 1009/1920] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:13:41 2026] POST /v2.0/subnets => generated 656 bytes in 1152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1921] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:42 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:42.600 7 INFO neutron.db.ovn_revision_numbers_db [None req-dcaeae79-c169-4412-9ec7-c914dfe45c3e - - - - - -] Successfully bumped revision number for resource 10a65d08-b8d4-4503-b16a-63de97ae8bf6 (type: ports) to 5 2026-04-27 13:13:42.958 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5b079622-123d-4cde-a0be-9fc7c5aa638b e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] No more DHCP agents 2026-04-27 13:13:42.960 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5b079622-123d-4cde-a0be-9fc7c5aa638b e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Unable to schedule network fdb2117c-db03-4199-a59a-11ae58cbfdc5: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:43.114 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-67e2d447-a72a-4a75-b026-192c123d3f6f - - - - - -] OVN reports status down for port: 956617b7-2ec8-4f46-9399-47cbe621764a 2026-04-27 13:13:43.176 8 INFO neutron.db.ovn_revision_numbers_db [None req-5b079622-123d-4cde-a0be-9fc7c5aa638b e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource 956617b7-2ec8-4f46-9399-47cbe621764a (type: ports) to 1 2026-04-27 13:13:43.414 7 WARNING neutron.db.securitygroups_db [None req-3ae9b10c-3b31-4c4e-a372-003688023bfb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:13:43.570 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ae9b10c-3b31-4c4e-a372-003688023bfb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource d33f86e5-3643-4296-8446-2c17ac9f6ba3 (type: security_groups) to 1 2026-04-27 13:13:43.585 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ae9b10c-3b31-4c4e-a372-003688023bfb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 15232f61-1430-446b-8a09-bd39920c9805 (type: security_group_rules) to 0 2026-04-27 13:13:43.600 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ae9b10c-3b31-4c4e-a372-003688023bfb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 39f72fc9-4904-4aa8-8133-df1abc600ceb (type: security_group_rules) to 0 2026-04-27 13:13:43.612 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ae9b10c-3b31-4c4e-a372-003688023bfb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 62673548-4338-4185-bc90-c64caf372d3c (type: security_group_rules) to 0 2026-04-27 13:13:43.631 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ae9b10c-3b31-4c4e-a372-003688023bfb c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 8dd98e9a-d571-4052-98c7-9d2d8f367279 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1011/1922] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:13:43 2026] GET /v2.0/security-groups?tenant_id=fb90a9bc541a4f2c9678ebb12729f612&name=default => generated 2925 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:43.819 7 WARNING neutron.db.securitygroups_db [None req-5473e837-99c7-4815-a5e6-0018d9badd40 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:13:43.854 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-67e2d447-a72a-4a75-b026-192c123d3f6f - - - - - -] OVN reports status up for port: 956617b7-2ec8-4f46-9399-47cbe621764a 2026-04-27 13:13:43.878 8 INFO neutron.plugins.ml2.plugin [None req-67e2d447-a72a-4a75-b026-192c123d3f6f - - - - - -] Attempt 1 to provision port 956617b7-2ec8-4f46-9399-47cbe621764a 2026-04-27 13:13:43.946 7 INFO neutron.db.ovn_revision_numbers_db [None req-5473e837-99c7-4815-a5e6-0018d9badd40 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ff96ce33-869a-4e82-b108-3704b560eab4 (type: security_groups) to 1 2026-04-27 13:13:43.958 7 INFO neutron.db.ovn_revision_numbers_db [None req-5473e837-99c7-4815-a5e6-0018d9badd40 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 39391d45-561d-4b96-8a30-7e8d42bcca68 (type: security_group_rules) to 0 2026-04-27 13:13:43.970 7 INFO neutron.db.ovn_revision_numbers_db [None req-5473e837-99c7-4815-a5e6-0018d9badd40 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 55690de2-5d99-4aac-83dd-211c8eac99f8 (type: security_group_rules) to 0 2026-04-27 13:13:43.982 7 INFO neutron.db.ovn_revision_numbers_db [None req-5473e837-99c7-4815-a5e6-0018d9badd40 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ae2a571c-1ad4-48a6-ac4d-847d276912aa (type: security_group_rules) to 0 2026-04-27 13:13:43.995 7 INFO neutron.db.ovn_revision_numbers_db [None req-5473e837-99c7-4815-a5e6-0018d9badd40 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c03b716b-e9ce-4dc8-807c-f1cacb87a86f (type: security_group_rules) to 0 2026-04-27 13:13:44.017 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5b079622-123d-4cde-a0be-9fc7c5aa638b e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] No more DHCP agents 2026-04-27 13:13:44.022 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5b079622-123d-4cde-a0be-9fc7c5aa638b e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Unable to schedule network fdb2117c-db03-4199-a59a-11ae58cbfdc5: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1012/1923] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:13:43 2026] GET /v2.0/security-groups?tenant_id=060413f274e34b39bcbf872e9e6999d6&name=default => generated 2925 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1924] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:44 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1925] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:44 2026] DELETE /v2.0/security-groups/d33f86e5-3643-4296-8446-2c17ac9f6ba3 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1926] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:44 2026] DELETE /v2.0/security-groups/ff96ce33-869a-4e82-b108-3704b560eab4 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:13:44.364 7 WARNING neutron.db.securitygroups_db [None req-4b3333a6-aac5-409f-b808-6df36c06f4a8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:13:44.483 7 INFO neutron.db.ovn_revision_numbers_db [None req-4b3333a6-aac5-409f-b808-6df36c06f4a8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 5ad6c607-6cbc-4979-888f-0f8cc7a2a701 (type: security_groups) to 1 2026-04-27 13:13:44.502 7 INFO neutron.db.ovn_revision_numbers_db [None req-4b3333a6-aac5-409f-b808-6df36c06f4a8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 02c1c2ac-d590-4481-b7a2-70e5ecc39047 (type: security_group_rules) to 0 2026-04-27 13:13:44.516 7 INFO neutron.db.ovn_revision_numbers_db [None req-4b3333a6-aac5-409f-b808-6df36c06f4a8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2d5210c7-92f2-441b-a98e-0770fc162a2c (type: security_group_rules) to 0 2026-04-27 13:13:44.527 7 INFO neutron.db.ovn_revision_numbers_db [None req-4b3333a6-aac5-409f-b808-6df36c06f4a8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 44b377d1-80db-46a3-bff5-784cfd556a4b (type: security_group_rules) to 0 2026-04-27 13:13:44.537 7 INFO neutron.db.ovn_revision_numbers_db [None req-4b3333a6-aac5-409f-b808-6df36c06f4a8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6af46a82-2ccf-4ab2-9731-6da96bbbc14f (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1016/1927] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:13:44 2026] GET /v2.0/security-groups?tenant_id=69058c3d04824328bd2e21d743a2883b&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:44.598 8 INFO neutron.db.ovn_revision_numbers_db [None req-67e2d447-a72a-4a75-b026-192c123d3f6f - - - - - -] Successfully bumped revision number for resource 956617b7-2ec8-4f46-9399-47cbe621764a (type: ports) to 2 2026-04-27 13:13:44.724 7 INFO neutron.common.ovn.utils [None req-ac582ea3-86c4-4d03-8cb7-a57a82ea0eaa - - - - - -] HA Chassis Group neutron-fdb2117c-db03-4199-a59a-11ae58cbfdc5 synchronized; highest priority chassis cf88c82c-664b-42f9-a266-c27775cdf8a2 [pid: 7|app: 0|req: 1017/1928] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:44 2026] DELETE /v2.0/security-groups/5ad6c607-6cbc-4979-888f-0f8cc7a2a701 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:13:44.870 8 INFO neutron.db.ovn_revision_numbers_db [None req-5b079622-123d-4cde-a0be-9fc7c5aa638b e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource 956617b7-2ec8-4f46-9399-47cbe621764a (type: router_ports) to 1 [pid: 8|app: 0|req: 912/1929] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:13:42 2026] PUT /v2.0/routers/099b8df8-5dc7-48cc-b131-36db70ac1ed8/add_router_interface => generated 310 bytes in 2376 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1930] 10.0.0.253 () {32 vars in 649 bytes} [Mon Apr 27 13:13:44 2026] GET /v2.0/networks => generated 4664 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:44.946 8 WARNING neutron.db.securitygroups_db [None req-8ae39aed-a69d-473c-b05b-2434316d6f38 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1019/1931] 10.0.0.253 () {32 vars in 647 bytes} [Mon Apr 27 13:13:44 2026] GET /v2.0/subnets => generated 3328 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1932] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:13:44 2026] GET /v2.0/security-groups?tenant_id=a5de1fb85c424582a0d735bfcd6bb9f1&name=default => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1933] 10.0.0.253 () {32 vars in 647 bytes} [Mon Apr 27 13:13:44 2026] GET /v2.0/routers => generated 2962 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:45.221 7 INFO neutron.db.ovn_revision_numbers_db [None req-075bbf4a-83c4-48a4-b883-c27ed99998c0 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource a5d57cc1-494b-44c8-ad5c-10c9e9f25bef (type: security_groups) to 1 [pid: 8|app: 0|req: 914/1934] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:44 2026] DELETE /v2.0/security-groups/0ca6a6b4-5ff8-48be-9cbf-9465f208c330 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:13:45.236 7 INFO neutron.db.ovn_revision_numbers_db [None req-075bbf4a-83c4-48a4-b883-c27ed99998c0 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource 1f9cfd53-7742-4398-ade6-684f95bfa44b (type: security_group_rules) to 0 2026-04-27 13:13:45.249 7 INFO neutron.db.ovn_revision_numbers_db [None req-075bbf4a-83c4-48a4-b883-c27ed99998c0 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource f0e41553-281e-4be8-b9f4-24afe7dbc4d0 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 915/1935] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:45 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1936] 10.0.0.253 () {34 vars in 685 bytes} [Mon Apr 27 13:13:45 2026] POST /v2.0/security-groups => generated 1673 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:13:45.401 8 INFO neutron.db.ovn_revision_numbers_db [None req-7f95ac89-a868-4285-a4b4-3f747ce5438f e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource 116f5039-a288-4305-af77-90b64037f7c7 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 916/1937] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:13:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:45.552 7 INFO neutron.db.ovn_revision_numbers_db [None req-7826cbc2-c615-4369-873f-f555e6090bcb e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource 372a72ee-6a96-4e34-ab2e-7a7286cd7410 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1022/1938] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:13:45 2026] POST /v2.0/security-group-rules => generated 596 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:45.715 8 INFO neutron.db.ovn_revision_numbers_db [None req-1c87641e-4790-4ba0-b50b-7d1f27c292e4 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource eca826cd-3289-43bd-84af-46c631f4e905 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 917/1939] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:13:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:45.882 7 INFO neutron.db.ovn_revision_numbers_db [None req-ca798c91-b572-494e-b6b0-6a4e9e0866d9 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource aff081f4-a367-482e-8b6f-6317467ac70b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1023/1940] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:13:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:45.964 8 INFO neutron.db.securitygroups_db [None req-0af92ccb-f2ae-4d2b-9245-7fc169e8a16f e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Project 01df0048cd2c40e69efdc452b087c75f added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-27 13:13:46.055 8 INFO neutron.db.ovn_revision_numbers_db [None req-0af92ccb-f2ae-4d2b-9245-7fc169e8a16f e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource b5ce3202-0009-41d7-83f0-c1c1eb370723 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 918/1941] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:13:45 2026] POST /v2.0/security-group-rules => generated 607 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:46.120 7 INFO neutron.db.securitygroups_db [None req-4047dd32-1d13-4320-961a-275388fb34e5 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Project 01df0048cd2c40e69efdc452b087c75f added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-27 13:13:46.196 7 INFO neutron.db.ovn_revision_numbers_db [None req-4047dd32-1d13-4320-961a-275388fb34e5 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource 7444ca14-edb2-447d-9180-2f63b205cca1 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1024/1942] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:13:46 2026] POST /v2.0/security-group-rules => generated 606 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1943] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:46 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => 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: 1025/1944] 10.0.0.253 () {32 vars in 649 bytes} [Mon Apr 27 13:13:46 2026] GET /v2.0/networks => generated 1374 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1945] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:13:46 2026] GET /v2.0/networks?id=15c61846-1a42-46d0-9f96-65d93d2e840a => generated 711 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:46.866 7 WARNING neutron.db.securitygroups_db [req-6172594f-36d6-4a05-a378-e91cec7c3c91 req-161d0ee4-97ec-403b-a1d6-cf35761e13f7 ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] 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: 1026/1946] 199.204.45.33 () {34 vars in 1049 bytes} [Mon Apr 27 13:13:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=90fb65ee223e4a29b471348f0f62754c => generated 274 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:46.925 7 WARNING neutron.db.securitygroups_db [req-7afff606-e57e-4c6f-8208-480ba1ed9478 req-f56239fc-ebb7-4a73-9cab-b34a7aca79fd e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] 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: 1027/1947] 10.0.0.235 () {34 vars in 1098 bytes} [Mon Apr 27 13:13:46 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-275371316&fields=id&tenant_id=01df0048cd2c40e69efdc452b087c75f => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1948] 10.0.0.235 () {34 vars in 982 bytes} [Mon Apr 27 13:13:46 2026] GET /v2.0/networks?id=fdb2117c-db03-4199-a59a-11ae58cbfdc5 => generated 699 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1949] 10.0.0.235 () {34 vars in 965 bytes} [Mon Apr 27 13:13:47 2026] GET /v2.0/quotas/01df0048cd2c40e69efdc452b087c75f => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1950] 10.0.0.235 () {34 vars in 1002 bytes} [Mon Apr 27 13:13:47 2026] GET /v2.0/ports?tenant_id=01df0048cd2c40e69efdc452b087c75f&fields=id => generated 103 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1951] 10.0.0.235 () {34 vars in 1008 bytes} [Mon Apr 27 13:13:47 2026] GET /v2.0/networks/fdb2117c-db03-4199-a59a-11ae58cbfdc5?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: 1032/1952] 10.0.0.235 () {34 vars in 1108 bytes} [Mon Apr 27 13:13:47 2026] GET /v2.0/networks/fdb2117c-db03-4199-a59a-11ae58cbfdc5?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-04-27 13:13:47.261 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-6172594f-36d6-4a05-a378-e91cec7c3c91 req-35595001-b04d-400f-8c25-bfa326c3ef91 ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] No more DHCP agents 2026-04-27 13:13:47.262 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-6172594f-36d6-4a05-a378-e91cec7c3c91 req-35595001-b04d-400f-8c25-bfa326c3ef91 ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Unable to schedule network 15c61846-1a42-46d0-9f96-65d93d2e840a: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1033/1953] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:47 2026] GET /v2.0/ports?device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:47.404 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-ac582ea3-86c4-4d03-8cb7-a57a82ea0eaa - - - - - -] OVN reports status down for port: c0c3c611-968f-46d9-b002-2cdac4ec8d36 2026-04-27 13:13:47.435 8 INFO neutron.db.ovn_revision_numbers_db [req-6172594f-36d6-4a05-a378-e91cec7c3c91 req-35595001-b04d-400f-8c25-bfa326c3ef91 ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Successfully bumped revision number for resource c0c3c611-968f-46d9-b002-2cdac4ec8d36 (type: ports) to 1 [pid: 8|app: 0|req: 921/1954] 199.204.45.33 () {38 vars in 954 bytes} [Mon Apr 27 13:13:46 2026] POST /v2.0/ports => generated 993 bytes in 637 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: 1034/1955] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:47 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 996 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1956] 10.0.0.235 () {34 vars in 1120 bytes} [Mon Apr 27 13:13:47 2026] GET /v2.0/security-groups?id=c768483b-4cad-4015-b650-a9edfeac2cd2&id=9d946630-bfe2-4e8b-b947-98ab4afa3b99&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1957] 10.0.0.145 () {32 vars in 802 bytes} [Mon Apr 27 13:13:47 2026] GET /v2.0/extensions => generated 21521 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-27 13:13:48.079 8 INFO neutron.db.ovn_revision_numbers_db [req-6172594f-36d6-4a05-a378-e91cec7c3c91 req-4b6ef88d-67d9-4718-a43c-a1bf1cff887c 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource c0c3c611-968f-46d9-b002-2cdac4ec8d36 (type: ports) to 2 2026-04-27 13:13:48.314 8 INFO neutron.db.ovn_revision_numbers_db [req-6172594f-36d6-4a05-a378-e91cec7c3c91 req-4b6ef88d-67d9-4718-a43c-a1bf1cff887c 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource c0c3c611-968f-46d9-b002-2cdac4ec8d36 (type: ports) to 4 [pid: 7|app: 0|req: 1039/1960] 10.0.0.145 () {30 vars in 724 bytes} [Mon Apr 27 13:13:48 2026] GET /v2.0/quotas/1f7f77f4859341e58532103753cc673e/details => generated 847 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1961] 199.204.45.33 () {38 vars in 1027 bytes} [Mon Apr 27 13:13:47 2026] PUT /v2.0/ports/c0c3c611-968f-46d9-b002-2cdac4ec8d36 => generated 1266 bytes in 794 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:48.378 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-30f5bb69-9d72-4591-9431-002c2e8ef95f'] response: {'name': 'network-changed', 'server_uuid': '7d6473da-f620-4e88-adc5-c025e9d03a01', 'tag': 'c0c3c611-968f-46d9-b002-2cdac4ec8d36', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1040/1962] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:48 2026] GET /v2.0/ports?device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 923/1963] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:48 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1964] 10.0.0.235 () {34 vars in 1120 bytes} [Mon Apr 27 13:13:48 2026] GET /v2.0/security-groups?id=c768483b-4cad-4015-b650-a9edfeac2cd2&id=9d946630-bfe2-4e8b-b947-98ab4afa3b99&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1965] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:13:48 2026] GET /v2.0/ports?tenant_id=90fb65ee223e4a29b471348f0f62754c&device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 1269 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1966] 199.204.45.33 () {34 vars in 1017 bytes} [Mon Apr 27 13:13:48 2026] GET /v2.0/networks?tenant_id=90fb65ee223e4a29b471348f0f62754c&shared=False => generated 810 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1967] 199.204.45.33 () {34 vars in 929 bytes} [Mon Apr 27 13:13:49 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:49.327 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-b856c132-61bc-4496-9d22-9a41e31c7539 - - - - - -] No hosting information found for port 956617b7-2ec8-4f46-9399-47cbe621764a: RuntimeError: No hosting information found for port 956617b7-2ec8-4f46-9399-47cbe621764a 2026-04-27 13:13:49.402 8 INFO neutron.db.ovn_revision_numbers_db [None req-b856c132-61bc-4496-9d22-9a41e31c7539 - - - - - -] Successfully bumped revision number for resource 956617b7-2ec8-4f46-9399-47cbe621764a (type: router_ports) to 2 [pid: 8|app: 0|req: 926/1968] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:49 2026] GET /v2.0/ports?device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:49.747 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-45a327d8-a8d4-4797-97f0-4c5d1652fc0b a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] No more DHCP agents 2026-04-27 13:13:49.750 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-45a327d8-a8d4-4797-97f0-4c5d1652fc0b a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 927/1969] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:49 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => 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: 928/1970] 10.0.0.235 () {34 vars in 1120 bytes} [Mon Apr 27 13:13:49 2026] GET /v2.0/security-groups?id=c768483b-4cad-4015-b650-a9edfeac2cd2&id=9d946630-bfe2-4e8b-b947-98ab4afa3b99&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/1971] 10.0.0.253 () {34 vars in 676 bytes} [Mon Apr 27 13:13:49 2026] POST /v2.0/floatingips => generated 552 bytes in 608 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/1972] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:13:50 2026] GET /v2.0/ports?tenant_id=90fb65ee223e4a29b471348f0f62754c&device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 1269 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/1973] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:13:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c0c3c611-968f-46d9-b002-2cdac4ec8d36 => 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: 1046/1974] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:13:50 2026] GET /v2.0/subnets?id=82bb3653-b322-4be4-ab71-951da025a07c => generated 691 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/1975] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:13:50 2026] GET /v2.0/ports?network_id=15c61846-1a42-46d0-9f96-65d93d2e840a&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: 1048/1976] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:13:50 2026] GET /v2.0/networks/15c61846-1a42-46d0-9f96-65d93d2e840a?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:50.293 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3d6faa22-30a1-42f2-b266-07481690c402 a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] No more DHCP agents 2026-04-27 13:13:50.294 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3d6faa22-30a1-42f2-b266-07481690c402 a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1049/1977] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:13:50 2026] GET /v2.0/networks/15c61846-1a42-46d0-9f96-65d93d2e840a?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: 929/1978] 10.0.0.253 () {34 vars in 676 bytes} [Mon Apr 27 13:13:50 2026] POST /v2.0/floatingips => generated 552 bytes in 516 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1979] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:50 2026] GET /v2.0/ports?device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:50.772 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b78c9c9f-dcbb-47bc-a5ba-1f4a0b349bbc a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] No more DHCP agents 2026-04-27 13:13:50.774 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b78c9c9f-dcbb-47bc-a5ba-1f4a0b349bbc a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1050/1980] 10.0.0.253 () {34 vars in 676 bytes} [Mon Apr 27 13:13:50 2026] POST /v2.0/floatingips => generated 552 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/1981] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:51 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/1982] 10.0.0.235 () {34 vars in 1120 bytes} [Mon Apr 27 13:13:51 2026] GET /v2.0/security-groups?id=c768483b-4cad-4015-b650-a9edfeac2cd2&id=9d946630-bfe2-4e8b-b947-98ab4afa3b99&fields=id&fields=name => generated 207 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:51.245 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e651c2d8-83f2-4a05-a631-3a14df97f4f5 a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] No more DHCP agents 2026-04-27 13:13:51.248 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e651c2d8-83f2-4a05-a631-3a14df97f4f5 a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1053/1983] 10.0.0.145 () {32 vars in 802 bytes} [Mon Apr 27 13:13:51 2026] GET /v2.0/extensions => generated 21521 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1984] 10.0.0.253 () {34 vars in 676 bytes} [Mon Apr 27 13:13:50 2026] POST /v2.0/floatingips => generated 552 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1985] 10.0.0.145 () {30 vars in 724 bytes} [Mon Apr 27 13:13:51 2026] GET /v2.0/quotas/1f7f77f4859341e58532103753cc673e/details => generated 847 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:51.693 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-16d55f32-b662-4bbb-8b04-10e4237017f9 a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] No more DHCP agents 2026-04-27 13:13:51.694 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-16d55f32-b662-4bbb-8b04-10e4237017f9 a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 933/1986] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:13:51 2026] GET /v2.0/networks?id=fdb2117c-db03-4199-a59a-11ae58cbfdc5 => generated 699 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1987] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:51 2026] GET /v2.0/ports?device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:51.738 8 WARNING neutron.db.securitygroups_db [req-7afff606-e57e-4c6f-8208-480ba1ed9478 req-1a487b8c-a98e-452f-bc5b-facce127a498 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] 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: 935/1988] 199.204.45.33 () {34 vars in 1049 bytes} [Mon Apr 27 13:13:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=01df0048cd2c40e69efdc452b087c75f => generated 180 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/1989] 10.0.0.253 () {34 vars in 676 bytes} [Mon Apr 27 13:13:51 2026] POST /v2.0/floatingips => generated 552 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:13:51.981 7 WARNING tagging [None req-af74f113-3705-4866-86ab-91cbcc5596ec a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] project_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: 1055/1990] 10.0.0.253 () {34 vars in 759 bytes} [Mon Apr 27 13:13:51 2026] PUT /v2.0/floatingips/5119d28e-3459-4478-9e49-f909e50e25c5/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:52.047 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-7afff606-e57e-4c6f-8208-480ba1ed9478 req-fbfdc549-d987-4cbe-b9e8-f29bda5a2d07 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] No more DHCP agents 2026-04-27 13:13:52.049 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-7afff606-e57e-4c6f-8208-480ba1ed9478 req-fbfdc549-d987-4cbe-b9e8-f29bda5a2d07 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Unable to schedule network fdb2117c-db03-4199-a59a-11ae58cbfdc5: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:52.052 7 WARNING tagging [None req-b31f5829-804a-405c-be9e-843591d4587c a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] project_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: 1056/1991] 10.0.0.253 () {34 vars in 759 bytes} [Mon Apr 27 13:13:52 2026] PUT /v2.0/floatingips/66add4c4-4fa4-4c5f-82ef-f3e002af3dbc/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:52.100 7 WARNING tagging [None req-66da5499-e90d-4504-bada-e4677513fced a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] project_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: 1057/1992] 10.0.0.253 () {34 vars in 759 bytes} [Mon Apr 27 13:13:52 2026] PUT /v2.0/floatingips/905abdd0-6049-416d-9418-f7b050513736/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:52.164 7 WARNING tagging [None req-ea684b02-7e37-4c64-aae8-8808f164e69c a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] 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-04-27 13:13:52.185 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b856c132-61bc-4496-9d22-9a41e31c7539 - - - - - -] OVN reports status down for port: 8ab3a376-5b73-4db2-a64a-30e32515c42e [pid: 7|app: 0|req: 1058/1993] 10.0.0.253 () {34 vars in 759 bytes} [Mon Apr 27 13:13:52 2026] PUT /v2.0/floatingips/a0764b9c-da93-42ce-9370-339060200ac0/tags => generated 19 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/1994] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:52 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 1008 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:52.249 8 INFO neutron.db.ovn_revision_numbers_db [req-7afff606-e57e-4c6f-8208-480ba1ed9478 req-fbfdc549-d987-4cbe-b9e8-f29bda5a2d07 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource 8ab3a376-5b73-4db2-a64a-30e32515c42e (type: ports) to 1 [pid: 7|app: 0|req: 1060/1995] 10.0.0.253 () {32 vars in 672 bytes} [Mon Apr 27 13:13:52 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/1996] 10.0.0.235 () {34 vars in 1120 bytes} [Mon Apr 27 13:13:52 2026] GET /v2.0/security-groups?id=c768483b-4cad-4015-b650-a9edfeac2cd2&id=9d946630-bfe2-4e8b-b947-98ab4afa3b99&fields=id&fields=name => generated 207 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1997] 199.204.45.33 () {38 vars in 954 bytes} [Mon Apr 27 13:13:51 2026] POST /v2.0/ports => generated 954 bytes in 568 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: 1062/1998] 10.0.0.253 () {32 vars in 686 bytes} [Mon Apr 27 13:13:52 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/1999] 10.0.0.253 () {32 vars in 682 bytes} [Mon Apr 27 13:13:52 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2000] 10.0.0.253 () {32 vars in 694 bytes} [Mon Apr 27 13:13:52 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2001] 10.0.0.253 () {32 vars in 680 bytes} [Mon Apr 27 13:13:52 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2002] 10.0.0.253 () {32 vars in 694 bytes} [Mon Apr 27 13:13:52 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2003] 10.0.0.253 () {32 vars in 690 bytes} [Mon Apr 27 13:13:52 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2004] 10.0.0.253 () {32 vars in 702 bytes} [Mon Apr 27 13:13:52 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-04-27 13:13:52.713 8 INFO neutron.db.ovn_revision_numbers_db [req-7afff606-e57e-4c6f-8208-480ba1ed9478 req-b9e34d6b-6a44-4a9a-8100-ad0d281fd53c 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource 8ab3a376-5b73-4db2-a64a-30e32515c42e (type: ports) to 2 2026-04-27 13:13:52.772 7 INFO neutron_taas.services.taas.taas_plugin [None req-b52174fd-688f-48e3-b3de-d4f2eb5815bc a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] TaaS: Handle Delete Port: c0764f66-2f9a-40b6-9592-fd3bf7912e39 2026-04-27 13:13:52.775 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b52174fd-688f-48e3-b3de-d4f2eb5815bc a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] Tap Mirror: Handle Delete Port: c0764f66-2f9a-40b6-9592-fd3bf7912e39 2026-04-27 13:13:52.932 8 INFO neutron.db.ovn_revision_numbers_db [req-7afff606-e57e-4c6f-8208-480ba1ed9478 req-b9e34d6b-6a44-4a9a-8100-ad0d281fd53c 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource 8ab3a376-5b73-4db2-a64a-30e32515c42e (type: ports) to 4 [pid: 7|app: 0|req: 1069/2005] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:13:52 2026] DELETE /v2.0/floatingips/5119d28e-3459-4478-9e49-f909e50e25c5 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/2006] 199.204.45.33 () {38 vars in 1027 bytes} [Mon Apr 27 13:13:52 2026] PUT /v2.0/ports/8ab3a376-5b73-4db2-a64a-30e32515c42e => generated 1227 bytes in 607 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: 1070/2007] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:52 2026] GET /v2.0/ports?device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2008] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:13:53 2026] GET /v2.0/security-groups?id=a5d57cc1-494b-44c8-ad5c-10c9e9f25bef&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:53.077 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebc3dacb-4893-4799-96f8-12c00cf44d79 a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] TaaS: Handle Delete Port: b3649c66-985d-48cf-b6af-e1a7efbfbd08 2026-04-27 13:13:53.080 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebc3dacb-4893-4799-96f8-12c00cf44d79 a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] Tap Mirror: Handle Delete Port: b3649c66-985d-48cf-b6af-e1a7efbfbd08 2026-04-27 13:13:53.184 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e3f494f5-3c49-488f-be69-2f6797809d82'] response: {'name': 'network-changed', 'server_uuid': 'b506c527-ce28-467a-9154-f6ce02b4a51c', 'tag': '8ab3a376-5b73-4db2-a64a-30e32515c42e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 938/2009] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:13:52 2026] DELETE /v2.0/floatingips/66add4c4-4fa4-4c5f-82ef-f3e002af3dbc => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:13:53.374 7 INFO neutron_taas.services.taas.taas_plugin [None req-343f5618-d7c9-4f4a-827f-11eaa4173c4c a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] TaaS: Handle Delete Port: c6a9376f-a473-4f42-90eb-95eb67fd847a 2026-04-27 13:13:53.377 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-343f5618-d7c9-4f4a-827f-11eaa4173c4c a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] Tap Mirror: Handle Delete Port: c6a9376f-a473-4f42-90eb-95eb67fd847a [pid: 8|app: 0|req: 939/2010] 199.204.45.33 () {34 vars in 993 bytes} [Mon Apr 27 13:13:53 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 1269 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/2011] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:53 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 1008 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/2012] 199.204.45.33 () {34 vars in 1123 bytes} [Mon Apr 27 13:13:53 2026] GET /v2.0/security-groups?id=9d946630-bfe2-4e8b-b947-98ab4afa3b99&id=c768483b-4cad-4015-b650-a9edfeac2cd2&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2013] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:13:53 2026] DELETE /v2.0/floatingips/905abdd0-6049-416d-9418-f7b050513736 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/2014] 10.0.0.235 () {34 vars in 1120 bytes} [Mon Apr 27 13:13:53 2026] GET /v2.0/security-groups?id=c768483b-4cad-4015-b650-a9edfeac2cd2&id=9d946630-bfe2-4e8b-b947-98ab4afa3b99&fields=id&fields=name => generated 207 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:53.677 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-ac582ea3-86c4-4d03-8cb7-a57a82ea0eaa - - - - - -] OVN reports status up for port: c0c3c611-968f-46d9-b002-2cdac4ec8d36 2026-04-27 13:13:53.702 7 INFO neutron.plugins.ml2.plugin [None req-ac582ea3-86c4-4d03-8cb7-a57a82ea0eaa - - - - - -] Attempt 1 to provision port c0c3c611-968f-46d9-b002-2cdac4ec8d36 [pid: 8|app: 0|req: 943/2015] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:13:53 2026] GET /v2.0/ports?tenant_id=01df0048cd2c40e69efdc452b087c75f&device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => generated 1230 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:53.755 7 INFO neutron_taas.services.taas.taas_plugin [None req-5225379c-b95e-4676-a6e2-e5951084d283 a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] TaaS: Handle Delete Port: 7565cc78-31ff-43c7-88cc-6b4e992bf622 2026-04-27 13:13:53.759 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5225379c-b95e-4676-a6e2-e5951084d283 a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] Tap Mirror: Handle Delete Port: 7565cc78-31ff-43c7-88cc-6b4e992bf622 [pid: 8|app: 0|req: 944/2016] 199.204.45.33 () {34 vars in 1017 bytes} [Mon Apr 27 13:13:53 2026] GET /v2.0/networks?tenant_id=01df0048cd2c40e69efdc452b087c75f&shared=False => generated 798 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/2017] 199.204.45.33 () {34 vars in 929 bytes} [Mon Apr 27 13:13:53 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) 2026-04-27 13:13:53.903 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-197197b4-1f75-4b9e-93d7-9a2abc5c8c91'] response: {'server_uuid': '7d6473da-f620-4e88-adc5-c025e9d03a01', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c0c3c611-968f-46d9-b002-2cdac4ec8d36', 'code': 200} [pid: 7|app: 0|req: 1073/2018] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:13:53 2026] DELETE /v2.0/floatingips/a0764b9c-da93-42ce-9370-339060200ac0 => generated 0 bytes in 508 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:13:54.081 7 INFO neutron.db.ovn_revision_numbers_db [None req-ac582ea3-86c4-4d03-8cb7-a57a82ea0eaa - - - - - -] Successfully bumped revision number for resource c0c3c611-968f-46d9-b002-2cdac4ec8d36 (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-04-27 13:13:54.200 8 INFO neutron_taas.services.taas.taas_plugin [None req-106870a4-7fcb-4f90-9ca2-d8c414e1446a a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] TaaS: Handle Delete Port: e681acd8-d38d-4fb5-a26a-cd2f8bd8b7be 2026-04-27 13:13:54.203 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-106870a4-7fcb-4f90-9ca2-d8c414e1446a a41abeffb7ba4306b5280d1264f1eeee 0c8763c4ddcf4608b037b9c66eff2131 - - default default] Tap Mirror: Handle Delete Port: e681acd8-d38d-4fb5-a26a-cd2f8bd8b7be [pid: 7|app: 0|req: 1074/2019] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:54 2026] GET /v2.0/ports?device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2020] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:13:54 2026] GET /v2.0/security-groups?id=a5d57cc1-494b-44c8-ad5c-10c9e9f25bef&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/2021] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:13:54 2026] DELETE /v2.0/floatingips/2df175ef-a8ad-4fe8-a360-253f0140ac4f => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2022] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:54 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 1010 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2023] 10.0.0.235 () {34 vars in 1120 bytes} [Mon Apr 27 13:13:54 2026] GET /v2.0/security-groups?id=c768483b-4cad-4015-b650-a9edfeac2cd2&id=9d946630-bfe2-4e8b-b947-98ab4afa3b99&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:54.848 8 WARNING neutron.db.securitygroups_db [None req-b51219a5-49e3-43d1-a07c-86a529c381ff c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 1078/2024] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:13:54 2026] GET /v2.0/ports?tenant_id=01df0048cd2c40e69efdc452b087c75f&device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => generated 1230 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:54.993 8 INFO neutron.db.ovn_revision_numbers_db [None req-b51219a5-49e3-43d1-a07c-86a529c381ff c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource dd5a7aea-17c9-4901-aee8-f235edd4f774 (type: security_groups) to 1 [pid: 7|app: 0|req: 1079/2025] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:13:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=8ab3a376-5b73-4db2-a64a-30e32515c42e => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:55.010 8 INFO neutron.db.ovn_revision_numbers_db [None req-b51219a5-49e3-43d1-a07c-86a529c381ff c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 42a777a0-d69f-46e9-b3a2-d6d94dc42743 (type: security_group_rules) to 0 2026-04-27 13:13:55.022 8 INFO neutron.db.ovn_revision_numbers_db [None req-b51219a5-49e3-43d1-a07c-86a529c381ff c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 92619a53-9956-41d5-bfe0-eb32412b0144 (type: security_group_rules) to 0 2026-04-27 13:13:55.033 8 INFO neutron.db.ovn_revision_numbers_db [None req-b51219a5-49e3-43d1-a07c-86a529c381ff c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e20952a0-ee4f-4499-bf2a-f6337943a223 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1080/2026] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:13:55 2026] GET /v2.0/subnets?id=4a5efb40-c100-4e51-b8d9-d6beff762bed => generated 677 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:55.060 8 INFO neutron.db.ovn_revision_numbers_db [None req-b51219a5-49e3-43d1-a07c-86a529c381ff c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource fc6d097a-99c3-41ec-95b9-d1cd3ac6fb40 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1081/2027] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:13:55 2026] GET /v2.0/ports?network_id=fdb2117c-db03-4199-a59a-11ae58cbfdc5&device_owner=network%3Adhcp => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/2028] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:13:54 2026] GET /v2.0/security-groups?tenant_id=1f7f77f4859341e58532103753cc673e&name=default => generated 2925 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2029] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:13:55 2026] GET /v2.0/networks/fdb2117c-db03-4199-a59a-11ae58cbfdc5?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2030] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:13:55 2026] GET /v2.0/networks/fdb2117c-db03-4199-a59a-11ae58cbfdc5?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: 948/2031] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:55 2026] DELETE /v2.0/security-groups/dd5a7aea-17c9-4901-aee8-f235edd4f774 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/2032] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:55 2026] GET /v2.0/ports?device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:55.377 7 WARNING neutron.db.securitygroups_db [None req-8f389dff-1f42-40f8-9081-9e02d042873d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 950/2033] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:13:55 2026] GET /v2.0/security-groups?id=a5d57cc1-494b-44c8-ad5c-10c9e9f25bef&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:55.518 7 INFO neutron.db.ovn_revision_numbers_db [None req-8f389dff-1f42-40f8-9081-9e02d042873d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2bdc5d65-b021-4efe-a37b-93eddf9d3d33 (type: security_groups) to 1 2026-04-27 13:13:55.531 7 INFO neutron.db.ovn_revision_numbers_db [None req-8f389dff-1f42-40f8-9081-9e02d042873d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 07af37e6-f576-4a31-8375-fe3f7c8a0d8e (type: security_group_rules) to 0 2026-04-27 13:13:55.543 7 INFO neutron.db.ovn_revision_numbers_db [None req-8f389dff-1f42-40f8-9081-9e02d042873d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 4da31af4-9dc0-4d35-a19a-04cee092e7e9 (type: security_group_rules) to 0 2026-04-27 13:13:55.556 7 INFO neutron.db.ovn_revision_numbers_db [None req-8f389dff-1f42-40f8-9081-9e02d042873d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b03e1a67-4f36-40c9-8162-dd8109fdc8b2 (type: security_group_rules) to 0 2026-04-27 13:13:55.567 7 INFO neutron.db.ovn_revision_numbers_db [None req-8f389dff-1f42-40f8-9081-9e02d042873d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource d0de7425-9919-4715-9b98-ba00d97901c9 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1084/2034] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:13:55 2026] GET /v2.0/security-groups?tenant_id=964e1cc067b0418ab7ab66cc3e3e5fcc&name=default => generated 2925 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/2035] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:55 2026] DELETE /v2.0/security-groups/2bdc5d65-b021-4efe-a37b-93eddf9d3d33 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2036] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:55 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:55.896 7 WARNING neutron.db.securitygroups_db [None req-0c8b1787-4908-4c4a-96ef-86520a67707b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 952/2037] 10.0.0.235 () {34 vars in 1120 bytes} [Mon Apr 27 13:13:55 2026] GET /v2.0/security-groups?id=c768483b-4cad-4015-b650-a9edfeac2cd2&id=9d946630-bfe2-4e8b-b947-98ab4afa3b99&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:55.943 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-83e63914-1f65-4ee2-8220-6dd29a9a8a6f'] response: {'server_uuid': '7d6473da-f620-4e88-adc5-c025e9d03a01', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c0c3c611-968f-46d9-b002-2cdac4ec8d36', 'code': 200} 2026-04-27 13:13:56.032 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c8b1787-4908-4c4a-96ef-86520a67707b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b56ce595-b3c4-4762-989b-97649b5b6827 (type: security_groups) to 1 2026-04-27 13:13:56.044 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c8b1787-4908-4c4a-96ef-86520a67707b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 33b92041-ecb4-43e7-bc6e-198f48a78f90 (type: security_group_rules) to 0 2026-04-27 13:13:56.056 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c8b1787-4908-4c4a-96ef-86520a67707b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 73bbf984-a0be-4472-807d-0db871cc7107 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 953/2038] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:55 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 1010 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:13:56.074 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c8b1787-4908-4c4a-96ef-86520a67707b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 8ddf5a77-11bc-47ba-ae7a-c7d92d695e47 (type: security_group_rules) to 0 2026-04-27 13:13:56.092 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c8b1787-4908-4c4a-96ef-86520a67707b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f98e0690-a542-49ed-8391-dbdf2d6a815d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1086/2039] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:13:55 2026] GET /v2.0/security-groups?tenant_id=0c8763c4ddcf4608b037b9c66eff2131&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2040] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:56 2026] DELETE /v2.0/security-groups/b56ce595-b3c4-4762-989b-97649b5b6827 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:13:56.501 7 WARNING neutron.db.securitygroups_db [None req-0eb5ad2a-0848-47a7-b309-36f82f441dce c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:13:56.657 7 INFO neutron.db.ovn_revision_numbers_db [None req-0eb5ad2a-0848-47a7-b309-36f82f441dce c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 036a1fa2-eab9-40b8-a3d4-c56102f30acf (type: security_groups) to 1 2026-04-27 13:13:56.672 7 INFO neutron.db.ovn_revision_numbers_db [None req-0eb5ad2a-0848-47a7-b309-36f82f441dce c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2a583dd9-79c6-44c7-99ec-7cd295338df2 (type: security_group_rules) to 0 2026-04-27 13:13:56.687 7 INFO neutron.db.ovn_revision_numbers_db [None req-0eb5ad2a-0848-47a7-b309-36f82f441dce c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2d7ba2e2-d031-42f2-8a1e-174e0888a5d8 (type: security_group_rules) to 0 2026-04-27 13:13:56.698 7 INFO neutron.db.ovn_revision_numbers_db [None req-0eb5ad2a-0848-47a7-b309-36f82f441dce c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 8518a3db-a462-4d38-a457-3f86725a785e (type: security_group_rules) to 0 2026-04-27 13:13:56.717 7 INFO neutron.db.ovn_revision_numbers_db [None req-0eb5ad2a-0848-47a7-b309-36f82f441dce c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ec0fbe16-68d9-4274-9004-2e7862fe6114 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1088/2041] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:13:56 2026] GET /v2.0/security-groups?tenant_id=d06e3f4846c44a8aa983dac70d70ae79&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2042] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:56 2026] GET /v2.0/ports?device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => 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: 1090/2043] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:13:56 2026] DELETE /v2.0/security-groups/036a1fa2-eab9-40b8-a3d4-c56102f30acf => generated 0 bytes in 188 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2044] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:13:56 2026] GET /v2.0/security-groups?id=a5d57cc1-494b-44c8-ad5c-10c9e9f25bef&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:57.137 8 INFO neutron.db.ovn_revision_numbers_db [None req-1cbef7f1-8efb-4383-8abd-2b491dff4976 ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Successfully bumped revision number for resource 8341f6c8-3acf-414b-9d74-b16efa705ef3 (type: floatingips) to 1 2026-04-27 13:13:57.263 8 INFO neutron.db.ovn_revision_numbers_db [None req-1cbef7f1-8efb-4383-8abd-2b491dff4976 ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Successfully bumped revision number for resource 8341f6c8-3acf-414b-9d74-b16efa705ef3 (type: floatingips) to 2 2026-04-27 13:13:57.264 8 INFO neutron.db.l3_db [None req-1cbef7f1-8efb-4383-8abd-2b491dff4976 ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Floating IP 8341f6c8-3acf-414b-9d74-b16efa705ef3 associated. External IP: 10.96.250.212, port: c0c3c611-968f-46d9-b002-2cdac4ec8d36. [pid: 8|app: 0|req: 954/2045] 10.0.0.253 () {34 vars in 749 bytes} [Mon Apr 27 13:13:56 2026] PUT /v2.0/floatingips/8341f6c8-3acf-414b-9d74-b16efa705ef3 => generated 855 bytes in 1216 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:57.335 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-471af0eb-c539-4ef4-b3bc-0bee7f3cc6b9'] response: {'name': 'network-changed', 'server_uuid': '7d6473da-f620-4e88-adc5-c025e9d03a01', 'tag': 'c0c3c611-968f-46d9-b002-2cdac4ec8d36', 'status': 'completed', 'code': 200} 2026-04-27 13:13:57.887 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b856c132-61bc-4496-9d22-9a41e31c7539 - - - - - -] OVN reports status up for port: 8ab3a376-5b73-4db2-a64a-30e32515c42e 2026-04-27 13:13:57.900 8 INFO neutron.plugins.ml2.plugin [None req-b856c132-61bc-4496-9d22-9a41e31c7539 - - - - - -] Attempt 1 to provision port 8ab3a376-5b73-4db2-a64a-30e32515c42e [pid: 7|app: 0|req: 1092/2046] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:13:57 2026] GET /v2.0/ports?tenant_id=90fb65ee223e4a29b471348f0f62754c&device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 1271 bytes in 70 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: 955/2047] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:13:57 2026] GET /v2.0/networks?id=15c61846-1a42-46d0-9f96-65d93d2e840a => generated 810 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2048] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:13:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c0c3c611-968f-46d9-b002-2cdac4ec8d36 => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2049] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:13:58 2026] GET /v2.0/subnets?id=82bb3653-b322-4be4-ab71-951da025a07c => generated 691 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2050] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:13:58 2026] GET /v2.0/ports?network_id=15c61846-1a42-46d0-9f96-65d93d2e840a&device_owner=network%3Adhcp => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2051] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:58 2026] GET /v2.0/ports?device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => 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: 1095/2052] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:13:58 2026] GET /v2.0/security-groups?id=a5d57cc1-494b-44c8-ad5c-10c9e9f25bef&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2053] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:13:58 2026] GET /v2.0/networks/15c61846-1a42-46d0-9f96-65d93d2e840a?fields=segments => generated 14 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:13:58.324 8 INFO neutron.db.ovn_revision_numbers_db [None req-b856c132-61bc-4496-9d22-9a41e31c7539 - - - - - -] Successfully bumped revision number for resource 8ab3a376-5b73-4db2-a64a-30e32515c42e (type: ports) to 5 [pid: 7|app: 0|req: 1096/2054] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:13:58 2026] GET /v2.0/networks/15c61846-1a42-46d0-9f96-65d93d2e840a?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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:13:59.123 8 INFO neutron.db.ovn_revision_numbers_db [None req-51be4c7a-f386-49bc-9f1f-c2d8d38b641b c3cb60231e5a400c9b13c4fd7c947f17 28820367a6e747659a68f6d8324a0908 - - default default] Successfully bumped revision number for resource 5c7cbc09-98d0-41c4-bd9e-0aecce60ec46 (type: security_groups) to 1 2026-04-27 13:13:59.137 8 INFO neutron.db.ovn_revision_numbers_db [None req-51be4c7a-f386-49bc-9f1f-c2d8d38b641b c3cb60231e5a400c9b13c4fd7c947f17 28820367a6e747659a68f6d8324a0908 - - default default] Successfully bumped revision number for resource 142e735f-8171-489c-9125-1a8ce9d254a5 (type: security_group_rules) to 0 2026-04-27 13:13:59.151 8 INFO neutron.db.ovn_revision_numbers_db [None req-51be4c7a-f386-49bc-9f1f-c2d8d38b641b c3cb60231e5a400c9b13c4fd7c947f17 28820367a6e747659a68f6d8324a0908 - - default default] Successfully bumped revision number for resource 245c0c29-ebe1-4ae4-b06a-935851d6af6d (type: security_group_rules) to 0 2026-04-27 13:13:59.174 8 INFO neutron.db.ovn_revision_numbers_db [None req-51be4c7a-f386-49bc-9f1f-c2d8d38b641b c3cb60231e5a400c9b13c4fd7c947f17 28820367a6e747659a68f6d8324a0908 - - default default] Successfully bumped revision number for resource 4b11031a-cea2-4b69-ab60-a5a7d69df42d (type: security_group_rules) to 0 2026-04-27 13:13:59.187 8 INFO neutron.db.ovn_revision_numbers_db [None req-51be4c7a-f386-49bc-9f1f-c2d8d38b641b c3cb60231e5a400c9b13c4fd7c947f17 28820367a6e747659a68f6d8324a0908 - - default default] Successfully bumped revision number for resource e2f0990c-e40d-4e96-ba0f-b333fad810e6 (type: security_group_rules) to 0 2026-04-27 13:13:59.274 8 INFO neutron.db.segments_db [None req-51be4c7a-f386-49bc-9f1f-c2d8d38b641b c3cb60231e5a400c9b13c4fd7c947f17 28820367a6e747659a68f6d8324a0908 - - default default] Added segment 0cbe4a2c-7492-438a-8455-df9bf3f49839 of type geneve for network 027908c2-02a4-48b8-800f-14099ac25a79 2026-04-27 13:13:59.374 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c6f2298-ea16-4ce0-8586-e8adaf9a2c37'] response: {'server_uuid': 'b506c527-ce28-467a-9154-f6ce02b4a51c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8ab3a376-5b73-4db2-a64a-30e32515c42e', 'code': 200} 2026-04-27 13:13:59.375 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c6f2298-ea16-4ce0-8586-e8adaf9a2c37'] response: {'server_uuid': 'b506c527-ce28-467a-9154-f6ce02b4a51c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8ab3a376-5b73-4db2-a64a-30e32515c42e', 'code': 200} [pid: 7|app: 0|req: 1097/2055] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:13:59 2026] GET /v2.0/ports?device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:59.427 8 INFO neutron.db.ovn_revision_numbers_db [None req-51be4c7a-f386-49bc-9f1f-c2d8d38b641b c3cb60231e5a400c9b13c4fd7c947f17 28820367a6e747659a68f6d8324a0908 - - default default] Successfully bumped revision number for resource 027908c2-02a4-48b8-800f-14099ac25a79 (type: networks) to 1 [pid: 7|app: 0|req: 1098/2056] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:13:59 2026] GET /v2.0/security-groups?id=a5d57cc1-494b-44c8-ad5c-10c9e9f25bef&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:13:59.634 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-51be4c7a-f386-49bc-9f1f-c2d8d38b641b c3cb60231e5a400c9b13c4fd7c947f17 28820367a6e747659a68f6d8324a0908 - - default default] No more DHCP agents 2026-04-27 13:13:59.635 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-51be4c7a-f386-49bc-9f1f-c2d8d38b641b c3cb60231e5a400c9b13c4fd7c947f17 28820367a6e747659a68f6d8324a0908 - - default default] Unable to schedule network 027908c2-02a4-48b8-800f-14099ac25a79: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:13:59.702 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-77d9bcf0-a1b5-4f4c-8dc7-eb848082e518 - - - - - -] OVN reports status down for port: b75cdc7d-95d8-4e02-a385-3f2f12b50993 2026-04-27 13:13:59.724 8 INFO neutron.db.ovn_revision_numbers_db [None req-51be4c7a-f386-49bc-9f1f-c2d8d38b641b c3cb60231e5a400c9b13c4fd7c947f17 28820367a6e747659a68f6d8324a0908 - - default default] Successfully bumped revision number for resource b75cdc7d-95d8-4e02-a385-3f2f12b50993 (type: ports) to 1 [pid: 8|app: 0|req: 959/2057] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:13:58 2026] POST /v2.0/networks => generated 670 bytes in 966 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2058] 10.0.0.253 () {34 vars in 753 bytes} [Mon Apr 27 13:13:59 2026] PUT /v2.0/networks/027908c2-02a4-48b8-800f-14099ac25a79/tags => generated 25 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2059] 10.0.0.253 () {32 vars in 733 bytes} [Mon Apr 27 13:13:59 2026] GET /v2.0/networks/027908c2-02a4-48b8-800f-14099ac25a79/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2060] 10.0.0.253 () {34 vars in 764 bytes} [Mon Apr 27 13:13:59 2026] PUT /v2.0/networks/027908c2-02a4-48b8-800f-14099ac25a79/tags/green => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2061] 10.0.0.253 () {32 vars in 733 bytes} [Mon Apr 27 13:14:00 2026] GET /v2.0/networks/027908c2-02a4-48b8-800f-14099ac25a79/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2062] 10.0.0.253 () {34 vars in 760 bytes} [Mon Apr 27 13:14:00 2026] PUT /v2.0/networks/027908c2-02a4-48b8-800f-14099ac25a79/tags/red => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2063] 10.0.0.253 () {32 vars in 733 bytes} [Mon Apr 27 13:14:00 2026] GET /v2.0/networks/027908c2-02a4-48b8-800f-14099ac25a79/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2064] 10.0.0.253 () {34 vars in 782 bytes} [Mon Apr 27 13:14:00 2026] PUT /v2.0/networks/027908c2-02a4-48b8-800f-14099ac25a79/tags/black.or.white => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2065] 10.0.0.253 () {32 vars in 733 bytes} [Mon Apr 27 13:14:00 2026] GET /v2.0/networks/027908c2-02a4-48b8-800f-14099ac25a79/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2066] 10.0.0.253 () {34 vars in 753 bytes} [Mon Apr 27 13:14:00 2026] PUT /v2.0/networks/027908c2-02a4-48b8-800f-14099ac25a79/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2067] 10.0.0.253 () {32 vars in 733 bytes} [Mon Apr 27 13:14:00 2026] GET /v2.0/networks/027908c2-02a4-48b8-800f-14099ac25a79/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2068] 10.0.0.253 () {32 vars in 741 bytes} [Mon Apr 27 13:14:00 2026] GET /v2.0/networks/027908c2-02a4-48b8-800f-14099ac25a79/tags/red => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:00.586 8 INFO neutron.api.v2.resource [None req-ca775702-d68f-420c-9742-d1bb33239822 c3cb60231e5a400c9b13c4fd7c947f17 28820367a6e747659a68f6d8324a0908 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 965/2069] 10.0.0.253 () {32 vars in 745 bytes} [Mon Apr 27 13:14:00 2026] GET /v2.0/networks/027908c2-02a4-48b8-800f-14099ac25a79/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2070] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:00 2026] GET /v2.0/ports?device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2071] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:14:00 2026] GET /v2.0/security-groups?id=a5d57cc1-494b-44c8-ad5c-10c9e9f25bef&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2072] 10.0.0.253 () {32 vars in 744 bytes} [Mon Apr 27 13:14:00 2026] DELETE /v2.0/networks/027908c2-02a4-48b8-800f-14099ac25a79/tags/red => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2073] 10.0.0.253 () {32 vars in 733 bytes} [Mon Apr 27 13:14:00 2026] GET /v2.0/networks/027908c2-02a4-48b8-800f-14099ac25a79/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:00.798 7 INFO neutron.api.v2.resource [None req-1f4f9fae-48c5-44ba-a08a-4a187ab679f4 c3cb60231e5a400c9b13c4fd7c947f17 28820367a6e747659a68f6d8324a0908 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1108/2074] 10.0.0.253 () {32 vars in 748 bytes} [Mon Apr 27 13:14:00 2026] DELETE /v2.0/networks/027908c2-02a4-48b8-800f-14099ac25a79/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2075] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:00 2026] GET /v2.0/ports?device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2076] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:14:00 2026] DELETE /v2.0/networks/027908c2-02a4-48b8-800f-14099ac25a79/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2077] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:14:00 2026] GET /v2.0/security-groups?id=a5d57cc1-494b-44c8-ad5c-10c9e9f25bef&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: 1110/2078] 10.0.0.253 () {32 vars in 733 bytes} [Mon Apr 27 13:14:00 2026] GET /v2.0/networks/027908c2-02a4-48b8-800f-14099ac25a79/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2079] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:14:00 2026] GET /v2.0/ports?device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => generated 1232 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:01.052 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ee50e11-79a8-45bc-a2b4-2a3ebf9c554d c3cb60231e5a400c9b13c4fd7c947f17 28820367a6e747659a68f6d8324a0908 - - default default] TaaS: Handle Delete Port: b75cdc7d-95d8-4e02-a385-3f2f12b50993 2026-04-27 13:14:01.056 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ee50e11-79a8-45bc-a2b4-2a3ebf9c554d c3cb60231e5a400c9b13c4fd7c947f17 28820367a6e747659a68f6d8324a0908 - - default default] Tap Mirror: Handle Delete Port: b75cdc7d-95d8-4e02-a385-3f2f12b50993 2026-04-27 13:14:01.187 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c5c53618-1d83-445e-a679-c869575ef5fc e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] No more DHCP agents 2026-04-27 13:14:01.189 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c5c53618-1d83-445e-a679-c869575ef5fc e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:01.259 7 INFO neutron.services.segments.plugin [-] Segment 0cbe4a2c-7492-438a-8455-df9bf3f49839 resource provider aggregate not found 2026-04-27 13:14:01.268 7 INFO neutron.services.segments.plugin [-] Segment 0cbe4a2c-7492-438a-8455-df9bf3f49839 resource provider aggregate not found 2026-04-27 13:14:01.282 7 INFO neutron.services.segments.plugin [-] Segment 0cbe4a2c-7492-438a-8455-df9bf3f49839 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cbe4a2c-7492-438a-8455-df9bf3f49839 found for delete ", "request_id": "req-37ecdd0c-bb5c-4bfb-8ea4-516e1e5233ed"}]} 2026-04-27 13:14:01.289 7 INFO neutron.services.segments.plugin [-] Segment 0cbe4a2c-7492-438a-8455-df9bf3f49839 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cbe4a2c-7492-438a-8455-df9bf3f49839 found for delete ", "request_id": "req-08ffd2a1-73c8-4aad-8b90-b1c24081d42b"}]} [pid: 7|app: 0|req: 1111/2080] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:14:00 2026] DELETE /v2.0/networks/027908c2-02a4-48b8-800f-14099ac25a79 => generated 0 bytes in 380 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:14:01.878 7 INFO neutron.db.ovn_revision_numbers_db [None req-88c6f438-0c0f-43d7-9107-4238850d2a3d 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] Successfully bumped revision number for resource 54cabb23-051e-4f09-afe8-288d90a3eb68 (type: security_groups) to 1 2026-04-27 13:14:01.892 7 INFO neutron.db.ovn_revision_numbers_db [None req-88c6f438-0c0f-43d7-9107-4238850d2a3d 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] Successfully bumped revision number for resource 09ab14ee-6cf0-40a3-b0e9-9cdf4fa211f9 (type: security_group_rules) to 0 2026-04-27 13:14:01.905 7 INFO neutron.db.ovn_revision_numbers_db [None req-88c6f438-0c0f-43d7-9107-4238850d2a3d 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] Successfully bumped revision number for resource 13db20cf-1660-4ebc-b71e-edc11e9c811d (type: security_group_rules) to 0 2026-04-27 13:14:01.919 7 INFO neutron.db.ovn_revision_numbers_db [None req-88c6f438-0c0f-43d7-9107-4238850d2a3d 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] Successfully bumped revision number for resource 47be636c-1900-4598-a641-bcef3ac4e895 (type: security_group_rules) to 0 2026-04-27 13:14:01.930 7 INFO neutron.db.ovn_revision_numbers_db [None req-88c6f438-0c0f-43d7-9107-4238850d2a3d 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] Successfully bumped revision number for resource c72d4395-32a7-43e6-ab1d-15589696cc27 (type: security_group_rules) to 0 2026-04-27 13:14:02.042 7 INFO neutron.db.ovn_revision_numbers_db [None req-88c6f438-0c0f-43d7-9107-4238850d2a3d 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] Successfully bumped revision number for resource 1d78b467-7f95-407f-960e-9913b12039b7 (type: security_groups) to 1 2026-04-27 13:14:02.054 7 INFO neutron.db.ovn_revision_numbers_db [None req-88c6f438-0c0f-43d7-9107-4238850d2a3d 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] Successfully bumped revision number for resource 50c32b54-b56d-4151-a95a-d4441f3adc38 (type: security_group_rules) to 0 2026-04-27 13:14:02.057 8 INFO neutron.db.ovn_revision_numbers_db [None req-c5c53618-1d83-445e-a679-c869575ef5fc e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource d0b12204-98ed-43d9-a3f8-d63437561f85 (type: floatingips) to 1 2026-04-27 13:14:02.057 8 INFO neutron.db.l3_db [None req-c5c53618-1d83-445e-a679-c869575ef5fc e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Floating IP d0b12204-98ed-43d9-a3f8-d63437561f85 associated. External IP: 10.96.250.211, port: 8ab3a376-5b73-4db2-a64a-30e32515c42e. 2026-04-27 13:14:02.064 7 INFO neutron.db.ovn_revision_numbers_db [None req-88c6f438-0c0f-43d7-9107-4238850d2a3d 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] Successfully bumped revision number for resource b6f29a6a-4173-4240-bc44-872d9ed52523 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1112/2081] 10.0.0.253 () {34 vars in 684 bytes} [Mon Apr 27 13:14:01 2026] POST /v2.0/security-groups => generated 1601 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2082] 10.0.0.253 () {34 vars in 677 bytes} [Mon Apr 27 13:14:00 2026] POST /v2.0/floatingips => generated 855 bytes in 1146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:02.144 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1258a830-868d-48dc-af2f-c84e742e00a3'] response: {'name': 'network-changed', 'server_uuid': 'b506c527-ce28-467a-9154-f6ce02b4a51c', 'tag': '8ab3a376-5b73-4db2-a64a-30e32515c42e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1113/2083] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:14:02 2026] GET /v2.0/subnets => generated 3328 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-04-27 13:14:02.209 8 WARNING neutron.db.securitygroups_db [None req-8c6258c4-29bb-4aae-bfdb-99e3f656a7dc c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 1114/2084] 10.0.0.253 () {32 vars in 729 bytes} [Mon Apr 27 13:14:02 2026] GET /v2.0/floatingips/d0b12204-98ed-43d9-a3f8-d63437561f85 => generated 857 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:02.364 8 INFO neutron.db.ovn_revision_numbers_db [None req-8c6258c4-29bb-4aae-bfdb-99e3f656a7dc c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 67520c72-5d90-4ffa-8fad-ab3ad421bed8 (type: security_groups) to 1 2026-04-27 13:14:02.388 8 INFO neutron.db.ovn_revision_numbers_db [None req-8c6258c4-29bb-4aae-bfdb-99e3f656a7dc c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0e12ea26-2b14-4ac8-8a24-9dadd8839e23 (type: security_group_rules) to 0 2026-04-27 13:14:02.393 7 INFO neutron.db.ovn_revision_numbers_db [None req-785a981d-fa2c-49b8-b7b6-11a1acb9eac1 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] Successfully bumped revision number for resource ee3f83f1-44a1-4c3e-b437-686ce40da37e (type: security_groups) to 1 2026-04-27 13:14:02.403 8 INFO neutron.db.ovn_revision_numbers_db [None req-8c6258c4-29bb-4aae-bfdb-99e3f656a7dc c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a8ef9e8d-7d49-460e-bf28-6258ab59e13f (type: security_group_rules) to 0 2026-04-27 13:14:02.404 7 INFO neutron.db.ovn_revision_numbers_db [None req-785a981d-fa2c-49b8-b7b6-11a1acb9eac1 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] Successfully bumped revision number for resource 024d0807-c9a8-478c-bc7c-d885fb3f810d (type: security_group_rules) to 0 2026-04-27 13:14:02.415 7 INFO neutron.db.ovn_revision_numbers_db [None req-785a981d-fa2c-49b8-b7b6-11a1acb9eac1 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] Successfully bumped revision number for resource d4f2b4fc-4ff9-4701-b5f4-218ef50ff2a0 (type: security_group_rules) to 0 2026-04-27 13:14:02.426 8 INFO neutron.db.ovn_revision_numbers_db [None req-8c6258c4-29bb-4aae-bfdb-99e3f656a7dc c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b152b6d0-9140-417a-bc6f-e9cfc06fa793 (type: security_group_rules) to 0 2026-04-27 13:14:02.440 8 INFO neutron.db.ovn_revision_numbers_db [None req-8c6258c4-29bb-4aae-bfdb-99e3f656a7dc c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource deceba89-d345-4a6e-a731-9ce1d8269cf1 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1115/2085] 10.0.0.253 () {34 vars in 684 bytes} [Mon Apr 27 13:14:02 2026] POST /v2.0/security-groups => generated 1601 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2086] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:14:02 2026] GET /v2.0/security-groups?tenant_id=037f8a70d1d4465c8ec37adc470a393a&name=default => generated 2925 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2087] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:14:02 2026] GET /v2.0/security-groups => generated 51534 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-27 13:14:02.624 8 INFO neutron.db.ovn_revision_numbers_db [None req-fc92062f-e8ba-4c62-bdfb-9a01d00f5913 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] Successfully bumped revision number for resource ba7a01a0-e4f3-461d-93c3-8b4092e9e26e (type: security_groups) to 1 2026-04-27 13:14:02.648 8 INFO neutron.db.ovn_revision_numbers_db [None req-fc92062f-e8ba-4c62-bdfb-9a01d00f5913 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] Successfully bumped revision number for resource 32a2960b-63a3-4d5c-ad60-fbc505683fc0 (type: security_group_rules) to 0 2026-04-27 13:14:02.673 8 INFO neutron.db.ovn_revision_numbers_db [None req-fc92062f-e8ba-4c62-bdfb-9a01d00f5913 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] Successfully bumped revision number for resource 9e3ab4b9-50ae-4261-9c85-20cd9e9ab634 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1117/2088] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:02 2026] DELETE /v2.0/security-groups/67520c72-5d90-4ffa-8fad-ab3ad421bed8 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2089] 10.0.0.253 () {34 vars in 684 bytes} [Mon Apr 27 13:14:02 2026] POST /v2.0/security-groups => generated 1601 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2090] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:14:02 2026] GET /v2.0/ports?tenant_id=01df0048cd2c40e69efdc452b087c75f&device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => generated 1232 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2091] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:14:02 2026] GET /v2.0/routers => generated 2962 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2092] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:14:02 2026] GET /v2.0/networks?id=fdb2117c-db03-4199-a59a-11ae58cbfdc5 => generated 798 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2093] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:14:02 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:02.886 7 WARNING neutron.db.securitygroups_db [None req-9ee74f50-50cc-450e-86b2-83a3f3772bdd c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 1121/2094] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:14:02 2026] GET /v2.0/security-groups?tenant_id=28820367a6e747659a68f6d8324a0908&name=default => generated 2925 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:02.904 8 INFO neutron.db.ovn_revision_numbers_db [None req-e1da93a1-3cb7-4fc2-94e6-faddf0f02b06 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] Successfully bumped revision number for resource 13b6d6e0-760e-4505-998f-1659dafd5e9c (type: security_groups) to 1 2026-04-27 13:14:02.915 8 INFO neutron.db.ovn_revision_numbers_db [None req-e1da93a1-3cb7-4fc2-94e6-faddf0f02b06 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] Successfully bumped revision number for resource 6074e30b-2cf0-4fe7-bf67-2f202b3cc66c (type: security_group_rules) to 0 2026-04-27 13:14:02.924 8 INFO neutron.db.ovn_revision_numbers_db [None req-e1da93a1-3cb7-4fc2-94e6-faddf0f02b06 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] Successfully bumped revision number for resource b2e4ad0a-3085-49ea-a561-5515a9cea71d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1122/2095] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:14:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=8ab3a376-5b73-4db2-a64a-30e32515c42e => generated 860 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2096] 10.0.0.253 () {34 vars in 684 bytes} [Mon Apr 27 13:14:02 2026] POST /v2.0/security-groups => generated 1601 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2097] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:14:02 2026] GET /v2.0/subnets => generated 3328 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2098] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:14:02 2026] GET /v2.0/subnets?id=4a5efb40-c100-4e51-b8d9-d6beff762bed => generated 677 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2101] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:02 2026] DELETE /v2.0/security-groups/5c7cbc09-98d0-41c4-bd9e-0aecce60ec46 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:03.150 7 INFO neutron.db.ovn_revision_numbers_db [None req-637fe26d-fdc3-472c-8c86-2841986237a3 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] Successfully bumped revision number for resource 2e2195ed-1579-4b11-8ab2-d92a694676e9 (type: security_groups) to 1 [pid: 8|app: 0|req: 976/2102] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:14:03 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) 2026-04-27 13:14:03.161 7 INFO neutron.db.ovn_revision_numbers_db [None req-637fe26d-fdc3-472c-8c86-2841986237a3 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] Successfully bumped revision number for resource 750bad0c-1a16-4449-bffe-8535e2541df8 (type: security_group_rules) to 0 2026-04-27 13:14:03.174 7 INFO neutron.db.ovn_revision_numbers_db [None req-637fe26d-fdc3-472c-8c86-2841986237a3 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] Successfully bumped revision number for resource b212730c-37c2-4977-87a8-4bca1552183b (type: security_group_rules) to 0 [pid: 8|app: 0|req: 977/2103] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:14:03 2026] GET /v2.0/ports?network_id=fdb2117c-db03-4199-a59a-11ae58cbfdc5&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: 978/2104] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:14:03 2026] GET /v2.0/network-ip-availabilities => generated 4163 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2105] 10.0.0.253 () {34 vars in 684 bytes} [Mon Apr 27 13:14:02 2026] POST /v2.0/security-groups => generated 1601 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2106] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:14:03 2026] GET /v2.0/networks/fdb2117c-db03-4199-a59a-11ae58cbfdc5?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: 1128/2107] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:14:03 2026] GET /v2.0/floatingips => generated 1703 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:03.271 8 WARNING tagging [None req-578a5cfc-6fd5-4ca7-a4fb-733af1295fb5 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] project_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: 1129/2109] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:14:03 2026] GET /v2.0/networks/fdb2117c-db03-4199-a59a-11ae58cbfdc5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2109] 10.0.0.253 () {34 vars in 767 bytes} [Mon Apr 27 13:14:03 2026] PUT /v2.0/security-groups/1d78b467-7f95-407f-960e-9913b12039b7/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:03.333 8 WARNING tagging [None req-f17b2d0e-52f3-4d5d-8c6f-030735a191a4 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] project_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: 981/2110] 10.0.0.253 () {34 vars in 767 bytes} [Mon Apr 27 13:14:03 2026] PUT /v2.0/security-groups/ee3f83f1-44a1-4c3e-b437-686ce40da37e/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:03.389 8 WARNING tagging [None req-6108e545-8421-4e3f-bdc3-edad8db34edc 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] project_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: 1130/2111] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:14:03 2026] GET /v2.0/ports => generated 19434 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2112] 10.0.0.253 () {34 vars in 767 bytes} [Mon Apr 27 13:14:03 2026] PUT /v2.0/security-groups/ba7a01a0-e4f3-461d-93c3-8b4092e9e26e/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2113] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:14:03 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-04-27 13:14:03.444 8 WARNING tagging [None req-76780129-cabf-42ba-8b6f-fa041039c341 7824097de7334d7ca6251b0c18bdbf79 d8b4b94cdbd54b00ab5abb5aad9d24a8 - - default default] project_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: 983/2114] 10.0.0.253 () {34 vars in 767 bytes} [Mon Apr 27 13:14:03 2026] PUT /v2.0/security-groups/13b6d6e0-760e-4505-998f-1659dafd5e9c/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2115] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:14:03 2026] GET /v2.0/networks => generated 4664 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2116] 10.0.0.253 () {32 vars in 680 bytes} [Mon Apr 27 13:14:03 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: 7|app: 0|req: 1133/2117] 10.0.0.253 () {32 vars in 694 bytes} [Mon Apr 27 13:14:03 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2118] 10.0.0.253 () {32 vars in 690 bytes} [Mon Apr 27 13:14:03 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2119] 10.0.0.253 () {32 vars in 702 bytes} [Mon Apr 27 13:14:03 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2120] 10.0.0.253 () {32 vars in 688 bytes} [Mon Apr 27 13:14:03 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2121] 10.0.0.253 () {32 vars in 702 bytes} [Mon Apr 27 13:14:03 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2122] 10.0.0.253 () {32 vars in 698 bytes} [Mon Apr 27 13:14:03 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2123] 10.0.0.253 () {32 vars in 710 bytes} [Mon Apr 27 13:14:03 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2124] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:03 2026] DELETE /v2.0/security-groups/1d78b467-7f95-407f-960e-9913b12039b7 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2125] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:04 2026] DELETE /v2.0/security-groups/ee3f83f1-44a1-4c3e-b437-686ce40da37e => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2126] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:04 2026] DELETE /v2.0/security-groups/ba7a01a0-e4f3-461d-93c3-8b4092e9e26e => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2127] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:04 2026] DELETE /v2.0/security-groups/13b6d6e0-760e-4505-998f-1659dafd5e9c => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2128] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:04 2026] DELETE /v2.0/security-groups/2e2195ed-1579-4b11-8ab2-d92a694676e9 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:05.409 7 WARNING neutron.db.securitygroups_db [None req-bab1750f-36f0-49c1-9bfe-889af7aafffd c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 1139/2129] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:14:05 2026] GET /v2.0/security-groups?tenant_id=d8b4b94cdbd54b00ab5abb5aad9d24a8&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2130] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:05 2026] DELETE /v2.0/security-groups/54cabb23-051e-4f09-afe8-288d90a3eb68 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:05.760 7 WARNING neutron.db.securitygroups_db [None req-0c600acd-1ec5-45c8-b33a-1341ff9b0728 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:14:05.872 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c600acd-1ec5-45c8-b33a-1341ff9b0728 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 7d321f69-fd78-470c-9eb5-e14dbd45f6b3 (type: security_groups) to 1 2026-04-27 13:14:05.886 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c600acd-1ec5-45c8-b33a-1341ff9b0728 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0088faa1-61b7-409d-bc2e-534d368043c0 (type: security_group_rules) to 0 2026-04-27 13:14:05.902 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c600acd-1ec5-45c8-b33a-1341ff9b0728 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 06b73aef-265e-49d8-9a42-0ff070450381 (type: security_group_rules) to 0 2026-04-27 13:14:05.915 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c600acd-1ec5-45c8-b33a-1341ff9b0728 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 25dcd0b5-e2c1-4fdb-9146-d8933a3882c1 (type: security_group_rules) to 0 2026-04-27 13:14:05.927 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c600acd-1ec5-45c8-b33a-1341ff9b0728 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e11a7587-ac97-46db-85a5-89a0125b8dbc (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1140/2131] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:14:05 2026] GET /v2.0/security-groups?tenant_id=1a3bf0d3bfbf4cddb9a456fa2d4b8a15&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2132] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:05 2026] DELETE /v2.0/security-groups/7d321f69-fd78-470c-9eb5-e14dbd45f6b3 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:06.272 7 WARNING neutron.db.securitygroups_db [None req-cb621e33-ec57-43ac-92c8-7bb73054ebcf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:14:06.409 7 INFO neutron.db.ovn_revision_numbers_db [None req-cb621e33-ec57-43ac-92c8-7bb73054ebcf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 155ea872-37ce-4fe5-aa80-665b90b44976 (type: security_groups) to 1 2026-04-27 13:14:06.430 7 INFO neutron.db.ovn_revision_numbers_db [None req-cb621e33-ec57-43ac-92c8-7bb73054ebcf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0207b6c5-9805-4b31-a5bc-3d0889845b9e (type: security_group_rules) to 0 2026-04-27 13:14:06.446 7 INFO neutron.db.ovn_revision_numbers_db [None req-cb621e33-ec57-43ac-92c8-7bb73054ebcf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 37b13826-039d-4a0a-b519-f3b8545f5199 (type: security_group_rules) to 0 2026-04-27 13:14:06.456 7 INFO neutron.db.ovn_revision_numbers_db [None req-cb621e33-ec57-43ac-92c8-7bb73054ebcf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 542caf28-1f34-42af-bd66-5483d11afca4 (type: security_group_rules) to 0 2026-04-27 13:14:06.468 7 INFO neutron.db.ovn_revision_numbers_db [None req-cb621e33-ec57-43ac-92c8-7bb73054ebcf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource bfd0dbd2-d9d4-4707-8855-3dd8c925297f (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1141/2133] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:14:06 2026] GET /v2.0/security-groups?tenant_id=ca8f4a46e60b42c3845fcac350df0b50&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:06.617 8 INFO neutron.db.ovn_revision_numbers_db [None req-3241ed72-a261-40f4-8e64-eb8da9e4c10e d3a33d2689904512b113350fd07aa813 4e2c702b2a3e48aead5099b444a0cb19 - - default default] Successfully bumped revision number for resource f87ed3a2-06ae-4644-a2c1-878318a8d5ec (type: routers) to 1 [pid: 8|app: 0|req: 993/2134] 10.0.0.253 () {34 vars in 668 bytes} [Mon Apr 27 13:14:06 2026] POST /v2.0/routers => generated 591 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:06.693 8 WARNING tagging [None req-82402dc8-5bf7-4d74-9485-cd7e86a3a137 d3a33d2689904512b113350fd07aa813 4e2c702b2a3e48aead5099b444a0cb19 - - default default] project_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: 1142/2135] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:06 2026] DELETE /v2.0/security-groups/155ea872-37ce-4fe5-aa80-665b90b44976 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2136] 10.0.0.253 () {34 vars in 751 bytes} [Mon Apr 27 13:14:06 2026] PUT /v2.0/routers/f87ed3a2-06ae-4644-a2c1-878318a8d5ec/tags => generated 25 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:06.796 7 WARNING tagging [None req-f3d0d91a-2b9d-4e90-b6db-ceb7a64aae5b d3a33d2689904512b113350fd07aa813 4e2c702b2a3e48aead5099b444a0cb19 - - default default] project_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: 1143/2137] 10.0.0.253 () {32 vars in 731 bytes} [Mon Apr 27 13:14:06 2026] GET /v2.0/routers/f87ed3a2-06ae-4644-a2c1-878318a8d5ec/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:06.876 8 WARNING tagging [None req-5de3c466-323c-427c-93aa-3af8278ee698 d3a33d2689904512b113350fd07aa813 4e2c702b2a3e48aead5099b444a0cb19 - - default default] project_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: 995/2138] 10.0.0.253 () {34 vars in 762 bytes} [Mon Apr 27 13:14:06 2026] PUT /v2.0/routers/f87ed3a2-06ae-4644-a2c1-878318a8d5ec/tags/green => generated 4 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-27 13:14:06.992 7 WARNING tagging [None req-5f56ec50-7950-46d9-9d83-b4a90e410b30 d3a33d2689904512b113350fd07aa813 4e2c702b2a3e48aead5099b444a0cb19 - - default default] project_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: 1144/2139] 10.0.0.253 () {32 vars in 731 bytes} [Mon Apr 27 13:14:06 2026] GET /v2.0/routers/f87ed3a2-06ae-4644-a2c1-878318a8d5ec/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:07.062 8 WARNING tagging [None req-f3b6e09c-826e-41f4-8a61-cd5c9b1409dd d3a33d2689904512b113350fd07aa813 4e2c702b2a3e48aead5099b444a0cb19 - - default default] project_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: 996/2140] 10.0.0.253 () {34 vars in 758 bytes} [Mon Apr 27 13:14:07 2026] PUT /v2.0/routers/f87ed3a2-06ae-4644-a2c1-878318a8d5ec/tags/red => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-27 13:14:07.150 7 WARNING tagging [None req-3a8e84e3-9f90-4c83-a872-bec92049a3ad d3a33d2689904512b113350fd07aa813 4e2c702b2a3e48aead5099b444a0cb19 - - default default] project_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: 1145/2141] 10.0.0.253 () {32 vars in 731 bytes} [Mon Apr 27 13:14:07 2026] GET /v2.0/routers/f87ed3a2-06ae-4644-a2c1-878318a8d5ec/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:07.215 8 WARNING tagging [None req-e1612e23-0230-4e7a-a9fe-2e59cc07b25f d3a33d2689904512b113350fd07aa813 4e2c702b2a3e48aead5099b444a0cb19 - - default default] project_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: 997/2142] 10.0.0.253 () {34 vars in 780 bytes} [Mon Apr 27 13:14:07 2026] PUT /v2.0/routers/f87ed3a2-06ae-4644-a2c1-878318a8d5ec/tags/black.or.white => generated 4 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-27 13:14:07.359 7 WARNING tagging [None req-b0a96e15-003d-46b2-8714-eaa53b227c60 d3a33d2689904512b113350fd07aa813 4e2c702b2a3e48aead5099b444a0cb19 - - default default] project_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: 1146/2143] 10.0.0.253 () {32 vars in 731 bytes} [Mon Apr 27 13:14:07 2026] GET /v2.0/routers/f87ed3a2-06ae-4644-a2c1-878318a8d5ec/tags => generated 52 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:07.467 8 WARNING tagging [None req-788ed34f-8f8c-4c54-bb1b-d421d9079b43 d3a33d2689904512b113350fd07aa813 4e2c702b2a3e48aead5099b444a0cb19 - - default default] project_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: 998/2144] 10.0.0.253 () {34 vars in 751 bytes} [Mon Apr 27 13:14:07 2026] PUT /v2.0/routers/f87ed3a2-06ae-4644-a2c1-878318a8d5ec/tags => generated 37 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:07.579 7 WARNING tagging [None req-b40a950a-a223-487f-88cc-e475a2224028 d3a33d2689904512b113350fd07aa813 4e2c702b2a3e48aead5099b444a0cb19 - - default default] project_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: 1147/2145] 10.0.0.253 () {32 vars in 731 bytes} [Mon Apr 27 13:14:07 2026] GET /v2.0/routers/f87ed3a2-06ae-4644-a2c1-878318a8d5ec/tags => generated 37 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:07.655 8 WARNING tagging [None req-2ca472f2-1586-40d4-9fa1-eccffc8da4a1 d3a33d2689904512b113350fd07aa813 4e2c702b2a3e48aead5099b444a0cb19 - - default default] project_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: 999/2146] 10.0.0.253 () {32 vars in 739 bytes} [Mon Apr 27 13:14:07 2026] GET /v2.0/routers/f87ed3a2-06ae-4644-a2c1-878318a8d5ec/tags/red => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:07.731 7 WARNING tagging [None req-1b24a935-ca6c-4be5-bbe2-0bbe3e6ebfdc d3a33d2689904512b113350fd07aa813 4e2c702b2a3e48aead5099b444a0cb19 - - default default] 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-04-27 13:14:07.762 7 INFO neutron.api.v2.resource [None req-1b24a935-ca6c-4be5-bbe2-0bbe3e6ebfdc d3a33d2689904512b113350fd07aa813 4e2c702b2a3e48aead5099b444a0cb19 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1148/2147] 10.0.0.253 () {32 vars in 743 bytes} [Mon Apr 27 13:14:07 2026] GET /v2.0/routers/f87ed3a2-06ae-4644-a2c1-878318a8d5ec/tags/green => generated 99 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:14:07.804 8 WARNING tagging [None req-a7299b1f-4619-48bc-a38a-0bd338d2d77b d3a33d2689904512b113350fd07aa813 4e2c702b2a3e48aead5099b444a0cb19 - - default default] project_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: 1000/2148] 10.0.0.253 () {32 vars in 742 bytes} [Mon Apr 27 13:14:07 2026] DELETE /v2.0/routers/f87ed3a2-06ae-4644-a2c1-878318a8d5ec/tags/red => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:07.881 7 WARNING tagging [None req-6ccdcd1a-004f-495a-83f8-2106dbf2f5be d3a33d2689904512b113350fd07aa813 4e2c702b2a3e48aead5099b444a0cb19 - - default default] project_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: 1149/2149] 10.0.0.253 () {32 vars in 731 bytes} [Mon Apr 27 13:14:07 2026] GET /v2.0/routers/f87ed3a2-06ae-4644-a2c1-878318a8d5ec/tags => generated 30 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:07.951 8 WARNING tagging [None req-263c6b77-e27e-4a44-822e-3bc7eb756e89 d3a33d2689904512b113350fd07aa813 4e2c702b2a3e48aead5099b444a0cb19 - - default default] 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-04-27 13:14:07.995 8 INFO neutron.api.v2.resource [None req-263c6b77-e27e-4a44-822e-3bc7eb756e89 d3a33d2689904512b113350fd07aa813 4e2c702b2a3e48aead5099b444a0cb19 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1001/2150] 10.0.0.253 () {32 vars in 746 bytes} [Mon Apr 27 13:14:07 2026] DELETE /v2.0/routers/f87ed3a2-06ae-4644-a2c1-878318a8d5ec/tags/green => generated 99 bytes in 82 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:14:08.044 7 WARNING tagging [None req-6a7e1f6d-985b-4f6a-8d83-6c391c22aebf d3a33d2689904512b113350fd07aa813 4e2c702b2a3e48aead5099b444a0cb19 - - default default] project_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: 1150/2151] 10.0.0.253 () {32 vars in 734 bytes} [Mon Apr 27 13:14:08 2026] DELETE /v2.0/routers/f87ed3a2-06ae-4644-a2c1-878318a8d5ec/tags => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:08.135 8 WARNING tagging [None req-fbb5fa23-d59b-4cab-8acd-4630d8520f8d d3a33d2689904512b113350fd07aa813 4e2c702b2a3e48aead5099b444a0cb19 - - default default] project_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: 1002/2152] 10.0.0.253 () {32 vars in 731 bytes} [Mon Apr 27 13:14:08 2026] GET /v2.0/routers/f87ed3a2-06ae-4644-a2c1-878318a8d5ec/tags => generated 12 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2153] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:14:08 2026] GET /v2.0/routers/f87ed3a2-06ae-4644-a2c1-878318a8d5ec => generated 597 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:08.533 8 INFO neutron.db.ovn_revision_numbers_db [None req-e0a93bd9-4ebf-4601-95cf-bddd36b2ae6e d3a33d2689904512b113350fd07aa813 4e2c702b2a3e48aead5099b444a0cb19 - - default default] Successfully bumped revision number for resource f87ed3a2-06ae-4644-a2c1-878318a8d5ec (type: routers) to 7 [pid: 8|app: 0|req: 1003/2154] 10.0.0.253 () {34 vars in 742 bytes} [Mon Apr 27 13:14:08 2026] PUT /v2.0/routers/f87ed3a2-06ae-4644-a2c1-878318a8d5ec => generated 597 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2155] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:14:08 2026] GET /v2.0/ports?device_id=f87ed3a2-06ae-4644-a2c1-878318a8d5ec => 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: 1004/2156] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:14:08 2026] DELETE /v2.0/routers/f87ed3a2-06ae-4644-a2c1-878318a8d5ec => generated 0 bytes in 194 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:09.650 7 WARNING neutron.db.securitygroups_db [None req-52ea2d4c-6dbb-4762-aaa5-622eba983922 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:14:09.758 7 INFO neutron.db.ovn_revision_numbers_db [None req-52ea2d4c-6dbb-4762-aaa5-622eba983922 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6fae61bf-e9c7-4eb3-9db2-8073c9c4fcb9 (type: security_groups) to 1 2026-04-27 13:14:09.770 7 INFO neutron.db.ovn_revision_numbers_db [None req-52ea2d4c-6dbb-4762-aaa5-622eba983922 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 4d76dec5-332f-443f-b25a-4cee4cb2d450 (type: security_group_rules) to 0 2026-04-27 13:14:09.789 7 INFO neutron.db.ovn_revision_numbers_db [None req-52ea2d4c-6dbb-4762-aaa5-622eba983922 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 92603122-5228-4a75-b975-2493ec521a12 (type: security_group_rules) to 0 2026-04-27 13:14:09.801 7 INFO neutron.db.ovn_revision_numbers_db [None req-52ea2d4c-6dbb-4762-aaa5-622eba983922 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 97be148c-05be-4f70-b677-ee7aa8129d05 (type: security_group_rules) to 0 2026-04-27 13:14:09.832 7 INFO neutron.db.ovn_revision_numbers_db [None req-52ea2d4c-6dbb-4762-aaa5-622eba983922 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 9a47b39b-f1a5-48a9-bbe0-6231dcc7db64 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1153/2157] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:14:09 2026] GET /v2.0/security-groups?tenant_id=fe56466a018a45399a5196b019c5ce48&name=default => generated 2925 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2158] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:09 2026] DELETE /v2.0/security-groups/6fae61bf-e9c7-4eb3-9db2-8073c9c4fcb9 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:10.131 8 WARNING neutron.db.securitygroups_db [None req-bffb64c1-8286-4d95-b0a8-ceea77cb9036 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:14:10.196 7 INFO neutron.db.ovn_revision_numbers_db [None req-db24958b-fb05-4402-844f-4a5728635902 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] Successfully bumped revision number for resource 25f6d26b-e3cd-402b-9108-5cb907ae676e (type: security_groups) to 1 2026-04-27 13:14:10.205 7 INFO neutron.db.ovn_revision_numbers_db [None req-db24958b-fb05-4402-844f-4a5728635902 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] Successfully bumped revision number for resource 66a7235a-61ad-4b91-ad8e-e1ce4f4c291d (type: security_group_rules) to 0 2026-04-27 13:14:10.218 7 INFO neutron.db.ovn_revision_numbers_db [None req-db24958b-fb05-4402-844f-4a5728635902 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] Successfully bumped revision number for resource bf124e3e-2d4b-4e2a-be8b-32cdda1fc0cf (type: security_group_rules) to 0 2026-04-27 13:14:10.234 7 INFO neutron.db.ovn_revision_numbers_db [None req-db24958b-fb05-4402-844f-4a5728635902 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] Successfully bumped revision number for resource d4092743-945b-4528-aac6-0c095eab388f (type: security_group_rules) to 0 2026-04-27 13:14:10.247 7 INFO neutron.db.ovn_revision_numbers_db [None req-db24958b-fb05-4402-844f-4a5728635902 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] Successfully bumped revision number for resource de2bf2db-5f6c-4955-96cc-a26bd840d770 (type: security_group_rules) to 0 2026-04-27 13:14:10.250 8 INFO neutron.db.ovn_revision_numbers_db [None req-bffb64c1-8286-4d95-b0a8-ceea77cb9036 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2db642eb-6a38-4281-8a0c-c4f2dcc7557e (type: security_groups) to 1 2026-04-27 13:14:10.264 8 INFO neutron.db.ovn_revision_numbers_db [None req-bffb64c1-8286-4d95-b0a8-ceea77cb9036 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 07cfba4f-9186-4fa1-b3d7-14a40c283333 (type: security_group_rules) to 0 2026-04-27 13:14:10.278 8 INFO neutron.db.ovn_revision_numbers_db [None req-bffb64c1-8286-4d95-b0a8-ceea77cb9036 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 08c84dba-614c-44e9-8aa6-9f75674d36ce (type: security_group_rules) to 0 2026-04-27 13:14:10.291 8 INFO neutron.db.ovn_revision_numbers_db [None req-bffb64c1-8286-4d95-b0a8-ceea77cb9036 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 35514e94-62fc-4cbf-848d-01e2c612b762 (type: security_group_rules) to 0 2026-04-27 13:14:10.305 8 INFO neutron.db.ovn_revision_numbers_db [None req-bffb64c1-8286-4d95-b0a8-ceea77cb9036 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 8887a508-e6b3-4709-b820-dfa71ba26ca7 (type: security_group_rules) to 0 2026-04-27 13:14:10.320 7 INFO neutron.db.segments_db [None req-db24958b-fb05-4402-844f-4a5728635902 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] Added segment 71baadcf-8527-423f-a320-6c7b7f4e11a9 of type geneve for network a8122501-d17e-4dda-91bd-70dedbac8ed9 [pid: 8|app: 0|req: 1006/2159] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:14:10 2026] GET /v2.0/security-groups?tenant_id=4e2c702b2a3e48aead5099b444a0cb19&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:10.433 7 INFO neutron.db.ovn_revision_numbers_db [None req-db24958b-fb05-4402-844f-4a5728635902 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] Successfully bumped revision number for resource a8122501-d17e-4dda-91bd-70dedbac8ed9 (type: networks) to 1 [pid: 8|app: 0|req: 1007/2160] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:10 2026] DELETE /v2.0/security-groups/2db642eb-6a38-4281-8a0c-c4f2dcc7557e => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:10.592 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-db24958b-fb05-4402-844f-4a5728635902 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] No more DHCP agents 2026-04-27 13:14:10.593 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-db24958b-fb05-4402-844f-4a5728635902 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] Unable to schedule network a8122501-d17e-4dda-91bd-70dedbac8ed9: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:10.635 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-77d9bcf0-a1b5-4f4c-8dc7-eb848082e518 - - - - - -] OVN reports status down for port: 0a790a9d-2603-444b-ba08-b218b897baf3 2026-04-27 13:14:10.688 7 INFO neutron.db.ovn_revision_numbers_db [None req-db24958b-fb05-4402-844f-4a5728635902 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] Successfully bumped revision number for resource 0a790a9d-2603-444b-ba08-b218b897baf3 (type: ports) to 1 [pid: 7|app: 0|req: 1154/2161] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:14:10 2026] POST /v2.0/networks => generated 670 bytes in 720 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:10.962 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7d21cd6a-863a-4ade-a518-764a48499bb6 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] No more DHCP agents 2026-04-27 13:14:10.963 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7d21cd6a-863a-4ade-a518-764a48499bb6 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] Unable to schedule network a8122501-d17e-4dda-91bd-70dedbac8ed9: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:11.017 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b431c24b-8a62-4355-883b-8f8bdd84e046 - - - - - -] OVN reports status down for port: 3d66e152-cb87-42e1-bbb1-bd1299d1308b 2026-04-27 13:14:11.066 8 INFO neutron.db.ovn_revision_numbers_db [None req-7d21cd6a-863a-4ade-a518-764a48499bb6 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] Successfully bumped revision number for resource 3d66e152-cb87-42e1-bbb1-bd1299d1308b (type: ports) to 1 [pid: 8|app: 0|req: 1008/2162] 10.0.0.253 () {34 vars in 664 bytes} [Mon Apr 27 13:14:10 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) [pid: 7|app: 0|req: 1155/2163] 10.0.0.253 () {34 vars in 666 bytes} [Mon Apr 27 13:14:11 2026] POST /v2.0/trunks => generated 409 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:14:11.406 8 WARNING tagging [None req-43c1780f-0683-46c6-bbb1-04f8a743673b 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] project_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: 1009/2164] 10.0.0.253 () {34 vars in 749 bytes} [Mon Apr 27 13:14:11 2026] PUT /v2.0/trunks/68e35656-637f-42e3-834b-7bc37449e665/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:11.452 7 WARNING tagging [None req-8581f242-ef47-47e1-833e-49185bb23634 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] project_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: 1156/2165] 10.0.0.253 () {32 vars in 729 bytes} [Mon Apr 27 13:14:11 2026] GET /v2.0/trunks/68e35656-637f-42e3-834b-7bc37449e665/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:11.487 8 WARNING tagging [None req-ca80c527-ec62-4d8c-b9da-82474e241752 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] project_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: 1010/2166] 10.0.0.253 () {34 vars in 760 bytes} [Mon Apr 27 13:14:11 2026] PUT /v2.0/trunks/68e35656-637f-42e3-834b-7bc37449e665/tags/green => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-27 13:14:11.535 7 WARNING tagging [None req-a2176240-e046-4a65-88c5-53d3050bfc6c 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] project_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: 1157/2167] 10.0.0.253 () {32 vars in 729 bytes} [Mon Apr 27 13:14:11 2026] GET /v2.0/trunks/68e35656-637f-42e3-834b-7bc37449e665/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:11.560 8 WARNING tagging [None req-b8379cd2-0223-457e-934b-1e3424fe3d15 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] project_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: 1011/2168] 10.0.0.253 () {34 vars in 756 bytes} [Mon Apr 27 13:14:11 2026] PUT /v2.0/trunks/68e35656-637f-42e3-834b-7bc37449e665/tags/red => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-27 13:14:11.595 7 WARNING tagging [None req-1d3025e8-edff-4852-b7af-0d7ab801ea42 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] project_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: 1158/2169] 10.0.0.253 () {32 vars in 729 bytes} [Mon Apr 27 13:14:11 2026] GET /v2.0/trunks/68e35656-637f-42e3-834b-7bc37449e665/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:11.626 8 WARNING tagging [None req-41ca2fab-b0c8-4319-baa5-fa431a6156e0 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] project_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: 1012/2170] 10.0.0.253 () {34 vars in 778 bytes} [Mon Apr 27 13:14:11 2026] PUT /v2.0/trunks/68e35656-637f-42e3-834b-7bc37449e665/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-27 13:14:11.677 7 WARNING tagging [None req-ad996713-667a-4396-928c-2d861f21a9b8 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] project_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: 1159/2171] 10.0.0.253 () {32 vars in 729 bytes} [Mon Apr 27 13:14:11 2026] GET /v2.0/trunks/68e35656-637f-42e3-834b-7bc37449e665/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:11.703 8 WARNING tagging [None req-ca2306ec-1550-45c2-a619-3e4e5deaa05e 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] project_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: 1013/2172] 10.0.0.253 () {34 vars in 749 bytes} [Mon Apr 27 13:14:11 2026] PUT /v2.0/trunks/68e35656-637f-42e3-834b-7bc37449e665/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:11.743 7 WARNING tagging [None req-5293f1d3-f124-4bcf-abaa-b03dc2a461bd 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] project_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/2173] 10.0.0.253 () {32 vars in 729 bytes} [Mon Apr 27 13:14:11 2026] GET /v2.0/trunks/68e35656-637f-42e3-834b-7bc37449e665/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:11.773 8 WARNING tagging [None req-d31188a8-9c8a-4842-8972-4e158cf8159b 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] project_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: 1014/2174] 10.0.0.253 () {32 vars in 737 bytes} [Mon Apr 27 13:14:11 2026] GET /v2.0/trunks/68e35656-637f-42e3-834b-7bc37449e665/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:11.809 8 WARNING tagging [None req-a91e0656-6730-415c-8d03-bc7dafbd4691 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] 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-04-27 13:14:11.816 8 INFO neutron.api.v2.resource [None req-a91e0656-6730-415c-8d03-bc7dafbd4691 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1015/2175] 10.0.0.253 () {32 vars in 741 bytes} [Mon Apr 27 13:14:11 2026] GET /v2.0/trunks/68e35656-637f-42e3-834b-7bc37449e665/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:14:11.834 8 WARNING tagging [None req-55d80834-2ae0-4ff4-9b47-ff5e75156a73 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] project_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/2176] 10.0.0.1 () {34 vars in 988 bytes} [Mon Apr 27 13:14:11 2026] GET /v2.0/ports?device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => 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: 1016/2177] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:11 2026] DELETE /v2.0/trunks/68e35656-637f-42e3-834b-7bc37449e665/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2178] 10.0.0.1 () {34 vars in 1038 bytes} [Mon Apr 27 13:14:11 2026] GET /v2.0/security-groups?id=a5d57cc1-494b-44c8-ad5c-10c9e9f25bef&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:11.876 8 WARNING tagging [None req-215e8ec7-b73a-472d-8078-df71c111f9bc 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] project_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: 1017/2179] 10.0.0.253 () {32 vars in 729 bytes} [Mon Apr 27 13:14:11 2026] GET /v2.0/trunks/68e35656-637f-42e3-834b-7bc37449e665/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:11.904 7 WARNING tagging [None req-a3dfd246-c671-40e0-a5c9-f72a0bac21d6 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] 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-04-27 13:14:11.916 7 INFO neutron.api.v2.resource [None req-a3dfd246-c671-40e0-a5c9-f72a0bac21d6 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1163/2180] 10.0.0.253 () {32 vars in 744 bytes} [Mon Apr 27 13:14:11 2026] DELETE /v2.0/trunks/68e35656-637f-42e3-834b-7bc37449e665/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:14:11.936 8 WARNING tagging [None req-fb37d2d0-b286-463e-bfe5-8f14b3a93224 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] project_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: 1018/2181] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:14:11 2026] DELETE /v2.0/trunks/68e35656-637f-42e3-834b-7bc37449e665/tags => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:11.975 7 WARNING tagging [None req-b26bb2c9-9669-43f3-9cbb-9934d1a8fd8e 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] project_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/2182] 10.0.0.253 () {32 vars in 729 bytes} [Mon Apr 27 13:14:11 2026] GET /v2.0/trunks/68e35656-637f-42e3-834b-7bc37449e665/tags => 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: 1019/2183] 10.0.0.253 () {32 vars in 719 bytes} [Mon Apr 27 13:14:11 2026] GET /v2.0/trunks/68e35656-637f-42e3-834b-7bc37449e665 => generated 409 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2184] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:14:12 2026] GET /v2.0/ports/3d66e152-cb87-42e1-bbb1-bd1299d1308b => generated 826 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2185] 10.0.0.253 () {32 vars in 722 bytes} [Mon Apr 27 13:14:12 2026] DELETE /v2.0/trunks/68e35656-637f-42e3-834b-7bc37449e665 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:12.339 7 INFO neutron_taas.services.taas.taas_plugin [None req-17e4f283-2532-4c9c-97ad-57a92ab5901f 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] TaaS: Handle Delete Port: 3d66e152-cb87-42e1-bbb1-bd1299d1308b 2026-04-27 13:14:12.342 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17e4f283-2532-4c9c-97ad-57a92ab5901f 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] Tap Mirror: Handle Delete Port: 3d66e152-cb87-42e1-bbb1-bd1299d1308b [pid: 7|app: 0|req: 1166/2186] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:14:12 2026] DELETE /v2.0/ports/3d66e152-cb87-42e1-bbb1-bd1299d1308b => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:14:12.623 8 INFO neutron_taas.services.taas.taas_plugin [None req-3caa0457-d94a-46f9-a800-82f249baf323 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] TaaS: Handle Delete Port: 0a790a9d-2603-444b-ba08-b218b897baf3 2026-04-27 13:14:12.627 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3caa0457-d94a-46f9-a800-82f249baf323 24987d456afc49b2aac7520d0a437608 ad00c5b985954fe9be636731e23ac656 - - default default] Tap Mirror: Handle Delete Port: 0a790a9d-2603-444b-ba08-b218b897baf3 2026-04-27 13:14:12.824 8 INFO neutron.services.segments.plugin [-] Segment 71baadcf-8527-423f-a320-6c7b7f4e11a9 resource provider aggregate not found 2026-04-27 13:14:12.828 8 INFO neutron.services.segments.plugin [-] Segment 71baadcf-8527-423f-a320-6c7b7f4e11a9 resource provider aggregate not found 2026-04-27 13:14:12.844 8 INFO neutron.services.segments.plugin [-] Segment 71baadcf-8527-423f-a320-6c7b7f4e11a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71baadcf-8527-423f-a320-6c7b7f4e11a9 found for delete ", "request_id": "req-62d4c00b-9d65-4f61-ac66-a220c79a0038"}]} 2026-04-27 13:14:12.846 8 INFO neutron.services.segments.plugin [-] Segment 71baadcf-8527-423f-a320-6c7b7f4e11a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71baadcf-8527-423f-a320-6c7b7f4e11a9 found for delete ", "request_id": "req-0f419291-17c6-4b15-b33d-b8c5736c0f7b"}]} [pid: 8|app: 0|req: 1021/2187] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:14:12 2026] DELETE /v2.0/networks/a8122501-d17e-4dda-91bd-70dedbac8ed9 => generated 0 bytes in 388 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2188] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:12 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 1010 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2189] 10.0.0.235 () {34 vars in 1120 bytes} [Mon Apr 27 13:14:12 2026] GET /v2.0/security-groups?id=c768483b-4cad-4015-b650-a9edfeac2cd2&id=9d946630-bfe2-4e8b-b947-98ab4afa3b99&fields=id&fields=name => generated 207 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2190] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:14:12 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 1271 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2191] 10.0.0.253 () {32 vars in 858 bytes} [Mon Apr 27 13:14:13 2026] GET /v2.0/floatingips?floating_network_id=efa4631e-e702-418f-b8da-e46b8177a35c&port_id=c0c3c611-968f-46d9-b002-2cdac4ec8d36 => generated 860 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2192] 10.0.0.253 () {32 vars in 826 bytes} [Mon Apr 27 13:14:13 2026] GET /v2.0/ports?project_id=01df0048cd2c40e69efdc452b087c75f&network_id=fdb2117c-db03-4199-a59a-11ae58cbfdc5 => generated 3338 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2193] 10.0.0.1 () {34 vars in 988 bytes} [Mon Apr 27 13:14:13 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 1271 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2194] 10.0.0.1 () {34 vars in 1118 bytes} [Mon Apr 27 13:14:13 2026] GET /v2.0/security-groups?id=9d946630-bfe2-4e8b-b947-98ab4afa3b99&id=c768483b-4cad-4015-b650-a9edfeac2cd2&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:13.640 7 WARNING neutron.db.securitygroups_db [None req-eb36defd-a9f9-42ee-80f2-b55b466fd2e6 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 1026/2195] 10.0.0.253 () {34 vars in 676 bytes} [Mon Apr 27 13:14:13 2026] POST /v2.0/subnetpools => generated 516 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:13.758 7 INFO neutron.db.ovn_revision_numbers_db [None req-eb36defd-a9f9-42ee-80f2-b55b466fd2e6 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource dec0b038-4428-4f66-b881-744621ea5035 (type: security_groups) to 1 2026-04-27 13:14:13.771 7 INFO neutron.db.ovn_revision_numbers_db [None req-eb36defd-a9f9-42ee-80f2-b55b466fd2e6 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 4969a90a-bdff-4fe0-8cdd-daf403f2f36b (type: security_group_rules) to 0 2026-04-27 13:14:13.782 7 INFO neutron.db.ovn_revision_numbers_db [None req-eb36defd-a9f9-42ee-80f2-b55b466fd2e6 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 61140580-79ca-410f-8baa-cdfa7bbab6cb (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1027/2196] 10.0.0.253 () {34 vars in 759 bytes} [Mon Apr 27 13:14:13 2026] PUT /v2.0/subnetpools/2970f77e-bf3f-40b0-8d99-42d370f4a107/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:13.798 7 INFO neutron.db.ovn_revision_numbers_db [None req-eb36defd-a9f9-42ee-80f2-b55b466fd2e6 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 91e7e5b2-32f1-4300-8e74-73a7672aecc6 (type: security_group_rules) to 0 2026-04-27 13:14:13.808 7 INFO neutron.db.ovn_revision_numbers_db [None req-eb36defd-a9f9-42ee-80f2-b55b466fd2e6 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource db810b67-4e43-4cfa-b3af-0154d2359d95 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1028/2197] 10.0.0.253 () {32 vars in 742 bytes} [Mon Apr 27 13:14:13 2026] GET /v2.0/subnets?network_id=efa4631e-e702-418f-b8da-e46b8177a35c => generated 667 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2198] 10.0.0.253 () {32 vars in 739 bytes} [Mon Apr 27 13:14:13 2026] GET /v2.0/subnetpools/2970f77e-bf3f-40b0-8d99-42d370f4a107/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2199] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:14:13 2026] GET /v2.0/security-groups?tenant_id=3f66043d047d45798e3f938a6fce40da&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2200] 10.0.0.253 () {34 vars in 770 bytes} [Mon Apr 27 13:14:13 2026] PUT /v2.0/subnetpools/2970f77e-bf3f-40b0-8d99-42d370f4a107/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2201] 10.0.0.253 () {32 vars in 739 bytes} [Mon Apr 27 13:14:13 2026] GET /v2.0/subnetpools/2970f77e-bf3f-40b0-8d99-42d370f4a107/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2202] 10.0.0.253 () {34 vars in 766 bytes} [Mon Apr 27 13:14:13 2026] PUT /v2.0/subnetpools/2970f77e-bf3f-40b0-8d99-42d370f4a107/tags/red => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2203] 10.0.0.253 () {32 vars in 739 bytes} [Mon Apr 27 13:14:13 2026] GET /v2.0/subnetpools/2970f77e-bf3f-40b0-8d99-42d370f4a107/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2204] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:13 2026] DELETE /v2.0/security-groups/dec0b038-4428-4f66-b881-744621ea5035 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2205] 10.0.0.253 () {34 vars in 788 bytes} [Mon Apr 27 13:14:14 2026] PUT /v2.0/subnetpools/2970f77e-bf3f-40b0-8d99-42d370f4a107/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2206] 10.0.0.253 () {32 vars in 739 bytes} [Mon Apr 27 13:14:14 2026] GET /v2.0/subnetpools/2970f77e-bf3f-40b0-8d99-42d370f4a107/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2207] 10.0.0.253 () {34 vars in 759 bytes} [Mon Apr 27 13:14:14 2026] PUT /v2.0/subnetpools/2970f77e-bf3f-40b0-8d99-42d370f4a107/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:14.164 8 WARNING neutron.db.securitygroups_db [None req-6689f150-1b97-4ee7-81bd-53b536d4fc70 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 1036/2208] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:14:14 2026] GET /v2.0/security-groups?tenant_id=ad00c5b985954fe9be636731e23ac656&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2209] 10.0.0.253 () {32 vars in 739 bytes} [Mon Apr 27 13:14:14 2026] GET /v2.0/subnetpools/2970f77e-bf3f-40b0-8d99-42d370f4a107/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:14.289 7 INFO neutron.db.ovn_revision_numbers_db [None req-3c0618f6-493e-4599-b6ae-3fc4fa069f9b e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource d0b12204-98ed-43d9-a3f8-d63437561f85 (type: floatingips) to 2 2026-04-27 13:14:14.346 7 INFO neutron.db.l3_db [None req-3c0618f6-493e-4599-b6ae-3fc4fa069f9b e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Floating IP d0b12204-98ed-43d9-a3f8-d63437561f85 disassociated. External IP: 10.96.250.211, port: 8ab3a376-5b73-4db2-a64a-30e32515c42e. [pid: 7|app: 0|req: 1173/2210] 10.0.0.253 () {34 vars in 749 bytes} [Mon Apr 27 13:14:14 2026] PUT /v2.0/floatingips/d0b12204-98ed-43d9-a3f8-d63437561f85 => generated 554 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2211] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:14 2026] DELETE /v2.0/security-groups/25f6d26b-e3cd-402b-9108-5cb907ae676e => 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: 1174/2212] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:14:14 2026] GET /v2.0/subnetpools/2970f77e-bf3f-40b0-8d99-42d370f4a107/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:14:14.403 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-825c7c81-7c36-4d80-8ef5-804256ff067b'] response: {'name': 'network-changed', 'server_uuid': 'b506c527-ce28-467a-9154-f6ce02b4a51c', 'tag': '8ab3a376-5b73-4db2-a64a-30e32515c42e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1039/2213] 10.0.0.253 () {32 vars in 729 bytes} [Mon Apr 27 13:14:14 2026] GET /v2.0/floatingips/d0b12204-98ed-43d9-a3f8-d63437561f85 => generated 552 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:14.434 7 INFO neutron.api.v2.resource [None req-0b415b25-852d-4ff2-8c5c-6b08b52ad445 a500a643b613426f96ecf5f37b5e1a3c 111a2c7611604de5af329b284fac055e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1175/2214] 10.0.0.253 () {32 vars in 751 bytes} [Mon Apr 27 13:14:14 2026] GET /v2.0/subnetpools/2970f77e-bf3f-40b0-8d99-42d370f4a107/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2215] 10.0.0.253 () {32 vars in 750 bytes} [Mon Apr 27 13:14:14 2026] DELETE /v2.0/subnetpools/2970f77e-bf3f-40b0-8d99-42d370f4a107/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2216] 10.0.0.253 () {32 vars in 739 bytes} [Mon Apr 27 13:14:14 2026] GET /v2.0/subnetpools/2970f77e-bf3f-40b0-8d99-42d370f4a107/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:14.561 8 INFO neutron.api.v2.resource [None req-a61747b2-a535-47db-9ea0-9d42bb338570 a500a643b613426f96ecf5f37b5e1a3c 111a2c7611604de5af329b284fac055e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1041/2217] 10.0.0.253 () {32 vars in 754 bytes} [Mon Apr 27 13:14:14 2026] DELETE /v2.0/subnetpools/2970f77e-bf3f-40b0-8d99-42d370f4a107/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2218] 10.0.0.253 () {32 vars in 742 bytes} [Mon Apr 27 13:14:14 2026] DELETE /v2.0/subnetpools/2970f77e-bf3f-40b0-8d99-42d370f4a107/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2219] 10.0.0.253 () {32 vars in 739 bytes} [Mon Apr 27 13:14:14 2026] GET /v2.0/subnetpools/2970f77e-bf3f-40b0-8d99-42d370f4a107/tags => 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: 1178/2220] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:14:14 2026] DELETE /v2.0/subnetpools/2970f77e-bf3f-40b0-8d99-42d370f4a107 => 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: 1043/2221] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:14:14 2026] GET /v2.0/ports?tenant_id=01df0048cd2c40e69efdc452b087c75f&device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => 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: 1179/2222] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:14:14 2026] GET /v2.0/networks?id=fdb2117c-db03-4199-a59a-11ae58cbfdc5 => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2223] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:14:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=8ab3a376-5b73-4db2-a64a-30e32515c42e => 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: 1180/2224] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:14:15 2026] GET /v2.0/subnets?id=4a5efb40-c100-4e51-b8d9-d6beff762bed => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2225] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:14:15 2026] GET /v2.0/ports?network_id=fdb2117c-db03-4199-a59a-11ae58cbfdc5&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: 1181/2226] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:14:15 2026] GET /v2.0/networks/fdb2117c-db03-4199-a59a-11ae58cbfdc5?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: 1046/2227] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:14:15 2026] GET /v2.0/networks/fdb2117c-db03-4199-a59a-11ae58cbfdc5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:15.576 7 WARNING neutron.db.securitygroups_db [None req-93372e8c-1cd9-47ca-b10b-b01f9e9a5379 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:14:15.662 8 INFO neutron.db.ovn_revision_numbers_db [None req-847bcdbe-9ca4-4de7-b99e-ed60c5fcc21d e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource 9a2d95ab-58ae-489f-a4e0-3032513eae0a (type: security_groups) to 1 2026-04-27 13:14:15.679 8 INFO neutron.db.ovn_revision_numbers_db [None req-847bcdbe-9ca4-4de7-b99e-ed60c5fcc21d e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource 1e2927f9-49f5-424d-852a-964dd1cb68e3 (type: security_group_rules) to 0 2026-04-27 13:14:15.693 8 INFO neutron.db.ovn_revision_numbers_db [None req-847bcdbe-9ca4-4de7-b99e-ed60c5fcc21d e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource b59c9f68-2e0a-4853-a184-6e19d88fe58c (type: security_group_rules) to 0 2026-04-27 13:14:15.697 7 INFO neutron.db.ovn_revision_numbers_db [None req-93372e8c-1cd9-47ca-b10b-b01f9e9a5379 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2547362f-7d80-4feb-afa8-711700c71b06 (type: security_groups) to 1 2026-04-27 13:14:15.712 7 INFO neutron.db.ovn_revision_numbers_db [None req-93372e8c-1cd9-47ca-b10b-b01f9e9a5379 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 291e85cb-d533-4f89-b3d8-3cdc76ce4424 (type: security_group_rules) to 0 2026-04-27 13:14:15.728 7 INFO neutron.db.ovn_revision_numbers_db [None req-93372e8c-1cd9-47ca-b10b-b01f9e9a5379 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 41130b80-072f-4df2-a3e6-6ae24aed830c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1047/2228] 10.0.0.253 () {34 vars in 685 bytes} [Mon Apr 27 13:14:15 2026] POST /v2.0/security-groups => generated 1673 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:14:15.744 7 INFO neutron.db.ovn_revision_numbers_db [None req-93372e8c-1cd9-47ca-b10b-b01f9e9a5379 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 45ca3f0f-76f4-4337-b7b3-6d0732ed2406 (type: security_group_rules) to 0 2026-04-27 13:14:15.759 7 INFO neutron.db.ovn_revision_numbers_db [None req-93372e8c-1cd9-47ca-b10b-b01f9e9a5379 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 7e7bac64-af22-4615-b959-9ac5050da292 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1182/2229] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:14:15 2026] GET /v2.0/security-groups?tenant_id=1fe364ddd43d4d89bd689dcdcaacbfeb&name=default => generated 2925 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2230] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:15 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 1010 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:15.899 7 INFO neutron.db.ovn_revision_numbers_db [None req-1b7b7bfe-c8bc-4f1a-9a24-3124ce94b981 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource a8c7af5d-7362-43c0-9b0e-d84aef47be5c (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1183/2231] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:14:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2232] 10.0.0.235 () {34 vars in 1120 bytes} [Mon Apr 27 13:14:15 2026] GET /v2.0/security-groups?id=c768483b-4cad-4015-b650-a9edfeac2cd2&id=9d946630-bfe2-4e8b-b947-98ab4afa3b99&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2233] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:15 2026] DELETE /v2.0/security-groups/2547362f-7d80-4feb-afa8-711700c71b06 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:16.078 7 INFO neutron.db.ovn_revision_numbers_db [None req-c7c01ba9-4717-48b9-88e5-383dae651e27 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource bc993e69-7462-4546-8f44-f4e7263f3793 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1185/2234] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:14:15 2026] POST /v2.0/security-group-rules => generated 596 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:16.146 7 WARNING neutron.db.securitygroups_db [None req-0f015754-5474-4cce-a07e-2e7ae5d62a61 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:14:16.246 8 INFO neutron.db.ovn_revision_numbers_db [None req-f4d187c0-6250-4b03-b6c8-b7e06759894c e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource 64281c03-01e2-45c2-b1c3-f08cb44522a1 (type: security_group_rules) to 0 2026-04-27 13:14:16.272 7 INFO neutron.db.ovn_revision_numbers_db [None req-0f015754-5474-4cce-a07e-2e7ae5d62a61 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 62650429-854d-4b44-9e69-c0da63a07f27 (type: security_groups) to 1 2026-04-27 13:14:16.287 7 INFO neutron.db.ovn_revision_numbers_db [None req-0f015754-5474-4cce-a07e-2e7ae5d62a61 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2f47fea0-f70b-4ed3-9c7e-0df277d64558 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1050/2235] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:14:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:16.301 7 INFO neutron.db.ovn_revision_numbers_db [None req-0f015754-5474-4cce-a07e-2e7ae5d62a61 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 5206d14c-17de-4e05-8c44-3f105356e79e (type: security_group_rules) to 0 2026-04-27 13:14:16.314 7 INFO neutron.db.ovn_revision_numbers_db [None req-0f015754-5474-4cce-a07e-2e7ae5d62a61 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 59522e4e-964c-418f-808a-51884e380842 (type: security_group_rules) to 0 2026-04-27 13:14:16.326 7 INFO neutron.db.ovn_revision_numbers_db [None req-0f015754-5474-4cce-a07e-2e7ae5d62a61 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b89ece78-cd24-4bf6-ba7d-e7115927ba73 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1186/2236] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:14:16 2026] GET /v2.0/security-groups?tenant_id=111a2c7611604de5af329b284fac055e&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:16.410 8 INFO neutron.db.ovn_revision_numbers_db [None req-5ae46e2a-2d97-4817-bc70-6f3acfa94e83 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource a7df43e4-309b-4b55-a556-5340a09b101b (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1051/2237] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:14:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:16.499 8 INFO neutron.db.securitygroups_db [None req-12d56b12-cb83-4d57-916a-d2b21d90ff5e e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Project 01df0048cd2c40e69efdc452b087c75f 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: 1187/2238] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:16 2026] DELETE /v2.0/security-groups/62650429-854d-4b44-9e69-c0da63a07f27 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:16.608 8 INFO neutron.db.ovn_revision_numbers_db [None req-12d56b12-cb83-4d57-916a-d2b21d90ff5e e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource 93bf8519-e867-4ab7-a019-74e8054499c5 (type: security_group_rules) to 0 2026-04-27 13:14:16.637 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-77d9bcf0-a1b5-4f4c-8dc7-eb848082e518 - - - - - -] OVN reports status down for port: c0c3c611-968f-46d9-b002-2cdac4ec8d36 [pid: 8|app: 0|req: 1052/2239] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:14:16 2026] POST /v2.0/security-group-rules => generated 607 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:16.724 7 INFO neutron.db.securitygroups_db [None req-c4b06685-406d-4fed-a127-8a568ef665dc e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Project 01df0048cd2c40e69efdc452b087c75f added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-27 13:14:16.844 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff1697e8-9987-48d8-a094-ab62a4bc9b0f'] response: {'server_uuid': '7d6473da-f620-4e88-adc5-c025e9d03a01', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c0c3c611-968f-46d9-b002-2cdac4ec8d36', 'code': 200} 2026-04-27 13:14:16.870 7 INFO neutron.db.ovn_revision_numbers_db [None req-c4b06685-406d-4fed-a127-8a568ef665dc e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource cb733869-3854-4d43-b995-44e7c290d5fe (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1188/2240] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:14:16 2026] POST /v2.0/security-group-rules => generated 606 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:17.007 7 INFO neutron.db.ovn_revision_numbers_db [None req-77d9bcf0-a1b5-4f4c-8dc7-eb848082e518 - - - - - -] Successfully bumped revision number for resource c0c3c611-968f-46d9-b002-2cdac4ec8d36 (type: ports) to 6 [pid: 8|app: 0|req: 1053/2241] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:17 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 1008 bytes in 56 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: 1189/2242] 10.0.0.235 () {34 vars in 1120 bytes} [Mon Apr 27 13:14:17 2026] GET /v2.0/security-groups?id=c768483b-4cad-4015-b650-a9edfeac2cd2&id=9d946630-bfe2-4e8b-b947-98ab4afa3b99&fields=id&fields=name => generated 207 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2243] 10.0.0.253 () {32 vars in 649 bytes} [Mon Apr 27 13:14:17 2026] GET /v2.0/networks => generated 1374 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:17.584 7 WARNING neutron.db.securitygroups_db [req-6e26342d-1f26-482b-a055-f6af0d1382a2 req-6d470da2-9402-41bc-98e1-517e52814da9 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] 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: 1190/2244] 10.0.0.235 () {34 vars in 1098 bytes} [Mon Apr 27 13:14:17 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-922308060&fields=id&tenant_id=01df0048cd2c40e69efdc452b087c75f => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2245] 10.0.0.235 () {34 vars in 982 bytes} [Mon Apr 27 13:14:17 2026] GET /v2.0/networks?id=fdb2117c-db03-4199-a59a-11ae58cbfdc5 => generated 699 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2246] 10.0.0.235 () {34 vars in 965 bytes} [Mon Apr 27 13:14:17 2026] GET /v2.0/quotas/01df0048cd2c40e69efdc452b087c75f => 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: 1056/2247] 10.0.0.235 () {34 vars in 1002 bytes} [Mon Apr 27 13:14:17 2026] GET /v2.0/ports?tenant_id=01df0048cd2c40e69efdc452b087c75f&fields=id => generated 149 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2248] 10.0.0.235 () {34 vars in 1008 bytes} [Mon Apr 27 13:14:17 2026] GET /v2.0/networks/fdb2117c-db03-4199-a59a-11ae58cbfdc5?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: 1058/2249] 199.204.45.33 () {34 vars in 993 bytes} [Mon Apr 27 13:14:17 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 1008 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2250] 10.0.0.235 () {34 vars in 1108 bytes} [Mon Apr 27 13:14:17 2026] GET /v2.0/networks/fdb2117c-db03-4199-a59a-11ae58cbfdc5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:18.041 7 INFO neutron.db.ovn_revision_numbers_db [None req-c3fe6ea6-0271-4e51-923d-6d1e0d329ca6 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 0058b921-94e8-4f42-ae8c-882febd710f9 (type: security_groups) to 1 2026-04-27 13:14:18.058 7 INFO neutron.db.ovn_revision_numbers_db [None req-c3fe6ea6-0271-4e51-923d-6d1e0d329ca6 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 0f6ad220-41e9-4085-a996-3eed129e7a92 (type: security_group_rules) to 0 2026-04-27 13:14:18.070 7 INFO neutron.db.ovn_revision_numbers_db [None req-c3fe6ea6-0271-4e51-923d-6d1e0d329ca6 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 4cad6b61-97f6-46ea-9488-9051c39c43a4 (type: security_group_rules) to 0 2026-04-27 13:14:18.075 8 INFO neutron_taas.services.taas.taas_plugin [req-dd4ea82d-d319-4574-9602-350bb7ef93ec req-c24a2cf9-1f94-48e2-9541-b60961f4ac4b ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] TaaS: Handle Delete Port: c0c3c611-968f-46d9-b002-2cdac4ec8d36 2026-04-27 13:14:18.077 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dd4ea82d-d319-4574-9602-350bb7ef93ec req-c24a2cf9-1f94-48e2-9541-b60961f4ac4b ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Tap Mirror: Handle Delete Port: c0c3c611-968f-46d9-b002-2cdac4ec8d36 2026-04-27 13:14:18.086 7 INFO neutron.db.ovn_revision_numbers_db [None req-c3fe6ea6-0271-4e51-923d-6d1e0d329ca6 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 564e7ff3-f221-4a91-9cb0-8108564ad43f (type: security_group_rules) to 0 2026-04-27 13:14:18.100 7 INFO neutron.db.ovn_revision_numbers_db [None req-c3fe6ea6-0271-4e51-923d-6d1e0d329ca6 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource e43689fd-7b07-47df-bb9d-c89f94b727e3 (type: security_group_rules) to 0 2026-04-27 13:14:18.198 7 INFO neutron.db.segments_db [None req-c3fe6ea6-0271-4e51-923d-6d1e0d329ca6 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Added segment 5668149a-5eb3-45a7-a5d7-1ee9a066fb00 of type geneve for network ae23a318-22f7-4e9d-8bfb-85b160635194 2026-04-27 13:14:18.279 8 INFO neutron.db.l3_db [req-dd4ea82d-d319-4574-9602-350bb7ef93ec req-c24a2cf9-1f94-48e2-9541-b60961f4ac4b ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Floating IP 8341f6c8-3acf-414b-9d74-b16efa705ef3 disassociated. External IP: 10.96.250.212, port: c0c3c611-968f-46d9-b002-2cdac4ec8d36. 2026-04-27 13:14:18.336 7 INFO neutron.db.ovn_revision_numbers_db [None req-c3fe6ea6-0271-4e51-923d-6d1e0d329ca6 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource ae23a318-22f7-4e9d-8bfb-85b160635194 (type: networks) to 1 [pid: 8|app: 0|req: 1060/2251] 199.204.45.33 () {36 vars in 996 bytes} [Mon Apr 27 13:14:17 2026] DELETE /v2.0/ports/c0c3c611-968f-46d9-b002-2cdac4ec8d36 => 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, ' [pid: 8|app: 0|req: 1063/2254] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:18 2026] GET /v2.0/ports?device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => 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: 1064/2255] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:18 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:18.518 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0b5a9c8-2041-426a-a20e-e6310f292aac'] response: {'server_uuid': '7d6473da-f620-4e88-adc5-c025e9d03a01', 'name': 'network-vif-deleted', 'tag': 'c0c3c611-968f-46d9-b002-2cdac4ec8d36', 'status': 'completed', 'code': 200} 2026-04-27 13:14:18.533 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c3fe6ea6-0271-4e51-923d-6d1e0d329ca6 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] No more DHCP agents 2026-04-27 13:14:18.534 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c3fe6ea6-0271-4e51-923d-6d1e0d329ca6 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Unable to schedule network ae23a318-22f7-4e9d-8bfb-85b160635194: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:18.591 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b431c24b-8a62-4355-883b-8f8bdd84e046 - - - - - -] OVN reports status down for port: 0f45c8be-7e9a-4fd7-9c8f-9225b14eb2e2 2026-04-27 13:14:18.607 7 INFO neutron.db.ovn_revision_numbers_db [None req-c3fe6ea6-0271-4e51-923d-6d1e0d329ca6 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 0f45c8be-7e9a-4fd7-9c8f-9225b14eb2e2 (type: ports) to 1 [pid: 7|app: 0|req: 1192/2256] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:14:17 2026] POST /v2.0/networks => generated 665 bytes in 893 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:18.828 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-30d9ff90-4211-4bbf-a489-bc9c807a9e75 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] No more DHCP agents 2026-04-27 13:14:18.830 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-30d9ff90-4211-4bbf-a489-bc9c807a9e75 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Unable to schedule network ae23a318-22f7-4e9d-8bfb-85b160635194: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:18.884 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-18bdccf2-7cbc-4786-b66c-5a16a7f74886'] response: {'server_uuid': '7d6473da-f620-4e88-adc5-c025e9d03a01', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c0c3c611-968f-46d9-b002-2cdac4ec8d36', 'code': 200} 2026-04-27 13:14:19.316 8 INFO neutron.db.ovn_revision_numbers_db [None req-30d9ff90-4211-4bbf-a489-bc9c807a9e75 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 0f45c8be-7e9a-4fd7-9c8f-9225b14eb2e2 (type: ports) to 2 2026-04-27 13:14:19.352 8 INFO neutron.db.ovn_revision_numbers_db [None req-30d9ff90-4211-4bbf-a489-bc9c807a9e75 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource c460fd22-4565-4ca1-8d79-9f578b2da7d3 (type: subnets) to 0 [pid: 8|app: 0|req: 1065/2257] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:14:18 2026] POST /v2.0/subnets => generated 626 bytes in 729 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2258] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:19 2026] GET /v2.0/ports?device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => 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: 1067/2259] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:19 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:19.820 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e70a2527-6979-490a-8e06-ed8e75f443cd 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] No more DHCP agents 2026-04-27 13:14:19.822 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e70a2527-6979-490a-8e06-ed8e75f443cd 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:19.974 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b431c24b-8a62-4355-883b-8f8bdd84e046 - - - - - -] OVN reports status down for port: a4a7cdfd-805a-4694-8042-6f552388388e 2026-04-27 13:14:19.976 7 INFO neutron.db.ovn_revision_numbers_db [None req-e70a2527-6979-490a-8e06-ed8e75f443cd 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource a4a7cdfd-805a-4694-8042-6f552388388e (type: ports) to 1 2026-04-27 13:14:20.130 8 INFO neutron.db.ovn_revision_numbers_db [None req-06742def-b1ea-4dda-88c9-24927f6e89e5 8d11dc6abf284f5da386bcaf1d85315d 8b856116850c43feb52687d8b5dc087a - - default default] Successfully bumped revision number for resource b59d2f46-ca9c-44e2-aa87-d3d9acdf8d46 (type: security_groups) to 1 2026-04-27 13:14:20.142 8 INFO neutron.db.ovn_revision_numbers_db [None req-06742def-b1ea-4dda-88c9-24927f6e89e5 8d11dc6abf284f5da386bcaf1d85315d 8b856116850c43feb52687d8b5dc087a - - default default] Successfully bumped revision number for resource 1afb465e-cae9-43c9-ad2c-7c645b827195 (type: security_group_rules) to 0 2026-04-27 13:14:20.151 8 INFO neutron.db.ovn_revision_numbers_db [None req-06742def-b1ea-4dda-88c9-24927f6e89e5 8d11dc6abf284f5da386bcaf1d85315d 8b856116850c43feb52687d8b5dc087a - - default default] Successfully bumped revision number for resource 342c0e0a-b271-43c9-a0ed-5cf6b888ec49 (type: security_group_rules) to 0 2026-04-27 13:14:20.163 8 INFO neutron.db.ovn_revision_numbers_db [None req-06742def-b1ea-4dda-88c9-24927f6e89e5 8d11dc6abf284f5da386bcaf1d85315d 8b856116850c43feb52687d8b5dc087a - - default default] Successfully bumped revision number for resource 8479d118-3bdb-4db0-955b-508997fab3b8 (type: security_group_rules) to 0 2026-04-27 13:14:20.178 8 INFO neutron.db.ovn_revision_numbers_db [None req-06742def-b1ea-4dda-88c9-24927f6e89e5 8d11dc6abf284f5da386bcaf1d85315d 8b856116850c43feb52687d8b5dc087a - - default default] Successfully bumped revision number for resource b587c4d2-0114-48cc-8d41-54a0b35eb488 (type: security_group_rules) to 0 2026-04-27 13:14:20.257 8 INFO neutron.db.segments_db [None req-06742def-b1ea-4dda-88c9-24927f6e89e5 8d11dc6abf284f5da386bcaf1d85315d 8b856116850c43feb52687d8b5dc087a - - default default] Added segment 68039677-a8f8-4758-b167-66d1c06b5da4 of type geneve for network 27d56fd1-00b2-4397-af24-c40e6ffd225e 2026-04-27 13:14:20.373 8 INFO neutron.db.ovn_revision_numbers_db [None req-06742def-b1ea-4dda-88c9-24927f6e89e5 8d11dc6abf284f5da386bcaf1d85315d 8b856116850c43feb52687d8b5dc087a - - default default] Successfully bumped revision number for resource 27d56fd1-00b2-4397-af24-c40e6ffd225e (type: networks) to 1 2026-04-27 13:14:20.530 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-06742def-b1ea-4dda-88c9-24927f6e89e5 8d11dc6abf284f5da386bcaf1d85315d 8b856116850c43feb52687d8b5dc087a - - default default] No more DHCP agents 2026-04-27 13:14:20.531 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-06742def-b1ea-4dda-88c9-24927f6e89e5 8d11dc6abf284f5da386bcaf1d85315d 8b856116850c43feb52687d8b5dc087a - - default default] Unable to schedule network 27d56fd1-00b2-4397-af24-c40e6ffd225e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:20.582 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b431c24b-8a62-4355-883b-8f8bdd84e046 - - - - - -] OVN reports status down for port: 8efb1e16-be92-4582-88e6-aa49e07426db 2026-04-27 13:14:20.638 7 INFO neutron.db.ovn_revision_numbers_db [None req-e70a2527-6979-490a-8e06-ed8e75f443cd 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource a4a7cdfd-805a-4694-8042-6f552388388e (type: router_ports) to 1 2026-04-27 13:14:20.676 8 INFO neutron.db.ovn_revision_numbers_db [None req-06742def-b1ea-4dda-88c9-24927f6e89e5 8d11dc6abf284f5da386bcaf1d85315d 8b856116850c43feb52687d8b5dc087a - - default default] Successfully bumped revision number for resource 8efb1e16-be92-4582-88e6-aa49e07426db (type: ports) to 1 [pid: 8|app: 0|req: 1068/2260] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:14:19 2026] POST /v2.0/networks => generated 669 bytes in 948 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:20.722 7 INFO neutron.db.ovn_revision_numbers_db [None req-e70a2527-6979-490a-8e06-ed8e75f443cd 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 533f42c2-2190-4bf2-9654-2230c0a6a694 (type: routers) to 2 2026-04-27 13:14:20.730 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b431c24b-8a62-4355-883b-8f8bdd84e046 - - - - - -] OVN reports status up for port: a4a7cdfd-805a-4694-8042-6f552388388e [pid: 7|app: 0|req: 1193/2261] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:14:19 2026] POST /v2.0/routers => generated 957 bytes in 1365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2262] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:20 2026] GET /v2.0/ports?device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2263] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:20 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:20.762 8 INFO neutron.plugins.ml2.plugin [None req-b431c24b-8a62-4355-883b-8f8bdd84e046 - - - - - -] Attempt 1 to provision port a4a7cdfd-805a-4694-8042-6f552388388e 2026-04-27 13:14:20.971 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ed7e02ff-2b48-49ac-b274-5a8f2cdaf022 8d11dc6abf284f5da386bcaf1d85315d 8b856116850c43feb52687d8b5dc087a - - default default] No more DHCP agents 2026-04-27 13:14:20.972 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ed7e02ff-2b48-49ac-b274-5a8f2cdaf022 8d11dc6abf284f5da386bcaf1d85315d 8b856116850c43feb52687d8b5dc087a - - default default] Unable to schedule network 27d56fd1-00b2-4397-af24-c40e6ffd225e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:21.274 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d5ab8129-7f54-4500-87a1-400544c9be00 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] No more DHCP agents 2026-04-27 13:14:21.275 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d5ab8129-7f54-4500-87a1-400544c9be00 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Unable to schedule network ae23a318-22f7-4e9d-8bfb-85b160635194: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:21.409 7 INFO neutron.db.ovn_revision_numbers_db [None req-d5ab8129-7f54-4500-87a1-400544c9be00 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource c262a8f3-5ca4-4db4-9fe5-8e3b6264e45d (type: ports) to 1 2026-04-27 13:14:21.467 8 INFO neutron.db.ovn_revision_numbers_db [None req-ed7e02ff-2b48-49ac-b274-5a8f2cdaf022 8d11dc6abf284f5da386bcaf1d85315d 8b856116850c43feb52687d8b5dc087a - - default default] Successfully bumped revision number for resource 8efb1e16-be92-4582-88e6-aa49e07426db (type: ports) to 2 2026-04-27 13:14:21.501 8 INFO neutron.db.ovn_revision_numbers_db [None req-ed7e02ff-2b48-49ac-b274-5a8f2cdaf022 8d11dc6abf284f5da386bcaf1d85315d 8b856116850c43feb52687d8b5dc087a - - default default] Successfully bumped revision number for resource 1490faf3-b116-49de-ba5a-9b9f9e4d29e0 (type: subnets) to 0 [pid: 8|app: 0|req: 1070/2264] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:14:20 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: 8|app: 0|req: 1071/2265] 10.0.0.253 () {34 vars in 751 bytes} [Mon Apr 27 13:14:21 2026] PUT /v2.0/subnets/1490faf3-b116-49de-ba5a-9b9f9e4d29e0/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2266] 10.0.0.253 () {32 vars in 731 bytes} [Mon Apr 27 13:14:21 2026] GET /v2.0/subnets/1490faf3-b116-49de-ba5a-9b9f9e4d29e0/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2267] 10.0.0.253 () {34 vars in 762 bytes} [Mon Apr 27 13:14:21 2026] PUT /v2.0/subnets/1490faf3-b116-49de-ba5a-9b9f9e4d29e0/tags/green => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2268] 10.0.0.253 () {32 vars in 731 bytes} [Mon Apr 27 13:14:21 2026] GET /v2.0/subnets/1490faf3-b116-49de-ba5a-9b9f9e4d29e0/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2269] 10.0.0.253 () {34 vars in 758 bytes} [Mon Apr 27 13:14:21 2026] PUT /v2.0/subnets/1490faf3-b116-49de-ba5a-9b9f9e4d29e0/tags/red => 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: 1076/2270] 10.0.0.253 () {32 vars in 731 bytes} [Mon Apr 27 13:14:21 2026] GET /v2.0/subnets/1490faf3-b116-49de-ba5a-9b9f9e4d29e0/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2271] 10.0.0.253 () {34 vars in 780 bytes} [Mon Apr 27 13:14:21 2026] PUT /v2.0/subnets/1490faf3-b116-49de-ba5a-9b9f9e4d29e0/tags/black.or.white => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2272] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:21 2026] GET /v2.0/ports?device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => 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: 1079/2273] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:21 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2274] 10.0.0.253 () {32 vars in 731 bytes} [Mon Apr 27 13:14:21 2026] GET /v2.0/subnets/1490faf3-b116-49de-ba5a-9b9f9e4d29e0/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2275] 10.0.0.253 () {34 vars in 751 bytes} [Mon Apr 27 13:14:21 2026] PUT /v2.0/subnets/1490faf3-b116-49de-ba5a-9b9f9e4d29e0/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2276] 10.0.0.253 () {32 vars in 731 bytes} [Mon Apr 27 13:14:22 2026] GET /v2.0/subnets/1490faf3-b116-49de-ba5a-9b9f9e4d29e0/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2277] 10.0.0.253 () {32 vars in 739 bytes} [Mon Apr 27 13:14:22 2026] GET /v2.0/subnets/1490faf3-b116-49de-ba5a-9b9f9e4d29e0/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:22.179 8 INFO neutron.api.v2.resource [None req-f06063fa-62f0-4993-b9bd-6cb69cd420fa 8d11dc6abf284f5da386bcaf1d85315d 8b856116850c43feb52687d8b5dc087a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1084/2278] 10.0.0.253 () {32 vars in 743 bytes} [Mon Apr 27 13:14:22 2026] GET /v2.0/subnets/1490faf3-b116-49de-ba5a-9b9f9e4d29e0/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2279] 10.0.0.253 () {32 vars in 742 bytes} [Mon Apr 27 13:14:22 2026] DELETE /v2.0/subnets/1490faf3-b116-49de-ba5a-9b9f9e4d29e0/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2280] 10.0.0.253 () {32 vars in 731 bytes} [Mon Apr 27 13:14:22 2026] GET /v2.0/subnets/1490faf3-b116-49de-ba5a-9b9f9e4d29e0/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:22.329 8 INFO neutron.api.v2.resource [None req-d15602d1-081d-40a0-8aa0-f26a92fd8ba8 8d11dc6abf284f5da386bcaf1d85315d 8b856116850c43feb52687d8b5dc087a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1087/2281] 10.0.0.253 () {32 vars in 746 bytes} [Mon Apr 27 13:14:22 2026] DELETE /v2.0/subnets/1490faf3-b116-49de-ba5a-9b9f9e4d29e0/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2282] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:14:22 2026] GET /v2.0/networks?id=fdb2117c-db03-4199-a59a-11ae58cbfdc5 => generated 699 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2283] 10.0.0.253 () {32 vars in 734 bytes} [Mon Apr 27 13:14:22 2026] DELETE /v2.0/subnets/1490faf3-b116-49de-ba5a-9b9f9e4d29e0/tags => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:22.451 8 WARNING neutron.db.securitygroups_db [req-6e26342d-1f26-482b-a055-f6af0d1382a2 req-f4f34057-6b7b-453f-af60-88730e7c03c2 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] 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: 1090/2284] 199.204.45.33 () {34 vars in 1049 bytes} [Mon Apr 27 13:14:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=01df0048cd2c40e69efdc452b087c75f => generated 272 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2285] 10.0.0.253 () {32 vars in 731 bytes} [Mon Apr 27 13:14:22 2026] GET /v2.0/subnets/1490faf3-b116-49de-ba5a-9b9f9e4d29e0/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:22.800 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-6e26342d-1f26-482b-a055-f6af0d1382a2 req-23ce4301-f566-47f0-b552-7570856afeaa e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] No more DHCP agents 2026-04-27 13:14:22.802 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-6e26342d-1f26-482b-a055-f6af0d1382a2 req-23ce4301-f566-47f0-b552-7570856afeaa e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Unable to schedule network fdb2117c-db03-4199-a59a-11ae58cbfdc5: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:22.992 8 INFO neutron.db.ovn_revision_numbers_db [req-6e26342d-1f26-482b-a055-f6af0d1382a2 req-23ce4301-f566-47f0-b552-7570856afeaa e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource 4e4393ab-f8b3-4a9f-b4b9-eefef213e77e (type: ports) to 1 2026-04-27 13:14:23.008 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d5ab8129-7f54-4500-87a1-400544c9be00 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] No more DHCP agents 2026-04-27 13:14:23.009 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d5ab8129-7f54-4500-87a1-400544c9be00 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Unable to schedule network ae23a318-22f7-4e9d-8bfb-85b160635194: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1092/2286] 199.204.45.33 () {38 vars in 954 bytes} [Mon Apr 27 13:14:22 2026] POST /v2.0/ports => generated 954 bytes in 524 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: 1093/2287] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:14:23 2026] DELETE /v2.0/subnets/1490faf3-b116-49de-ba5a-9b9f9e4d29e0 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2288] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:23 2026] GET /v2.0/ports?device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => generated 957 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2289] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:23 2026] GET /v2.0/ports?device_id=7d6473da-f620-4e88-adc5-c025e9d03a01 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:23.366 7 INFO neutron.common.ovn.utils [None req-dd460e80-1c99-47d4-b923-bb74fc71d081 - - - - - -] HA Chassis Group neutron-ae23a318-22f7-4e9d-8bfb-85b160635194 synchronized; highest priority chassis cf88c82c-664b-42f9-a266-c27775cdf8a2 2026-04-27 13:14:23.369 7 INFO neutron.db.ovn_revision_numbers_db [None req-d5ab8129-7f54-4500-87a1-400544c9be00 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource c262a8f3-5ca4-4db4-9fe5-8e3b6264e45d (type: router_ports) to 1 [pid: 7|app: 0|req: 1195/2290] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:14:20 2026] PUT /v2.0/routers/533f42c2-2190-4bf2-9654-2230c0a6a694/add_router_interface => generated 310 bytes in 2619 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:23.489 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f7c7acc-ad60-433a-ba72-5a9a7af8f811 8d11dc6abf284f5da386bcaf1d85315d 8b856116850c43feb52687d8b5dc087a - - default default] TaaS: Handle Delete Port: 8efb1e16-be92-4582-88e6-aa49e07426db 2026-04-27 13:14:23.492 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f7c7acc-ad60-433a-ba72-5a9a7af8f811 8d11dc6abf284f5da386bcaf1d85315d 8b856116850c43feb52687d8b5dc087a - - default default] Tap Mirror: Handle Delete Port: 8efb1e16-be92-4582-88e6-aa49e07426db 2026-04-27 13:14:23.675 7 INFO neutron.services.segments.plugin [-] Segment 68039677-a8f8-4758-b167-66d1c06b5da4 resource provider aggregate not found 2026-04-27 13:14:23.678 7 INFO neutron.services.segments.plugin [-] Segment 68039677-a8f8-4758-b167-66d1c06b5da4 resource provider aggregate not found 2026-04-27 13:14:23.688 8 INFO neutron.db.ovn_revision_numbers_db [req-6e26342d-1f26-482b-a055-f6af0d1382a2 req-48e9fac5-c8b6-4f90-9c08-e8113024dcf6 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource 4e4393ab-f8b3-4a9f-b4b9-eefef213e77e (type: ports) to 2 2026-04-27 13:14:23.695 7 INFO neutron.services.segments.plugin [-] Segment 68039677-a8f8-4758-b167-66d1c06b5da4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68039677-a8f8-4758-b167-66d1c06b5da4 found for delete ", "request_id": "req-0be04528-c441-4d3f-89eb-a8d89054028f"}]} 2026-04-27 13:14:23.697 7 INFO neutron.services.segments.plugin [-] Segment 68039677-a8f8-4758-b167-66d1c06b5da4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68039677-a8f8-4758-b167-66d1c06b5da4 found for delete ", "request_id": "req-768bf34a-34d1-40ca-9694-50ea5c958a06"}]} [pid: 7|app: 0|req: 1196/2291] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:14:23 2026] DELETE /v2.0/networks/27d56fd1-00b2-4397-af24-c40e6ffd225e => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2292] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:14:23 2026] GET /v2.0/security-groups?id=9a2d95ab-58ae-489f-a4e0-3032513eae0a&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:23.927 8 INFO neutron.db.ovn_revision_numbers_db [req-6e26342d-1f26-482b-a055-f6af0d1382a2 req-48e9fac5-c8b6-4f90-9c08-e8113024dcf6 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource 4e4393ab-f8b3-4a9f-b4b9-eefef213e77e (type: ports) to 4 [pid: 8|app: 0|req: 1096/2293] 199.204.45.33 () {38 vars in 1027 bytes} [Mon Apr 27 13:14:23 2026] PUT /v2.0/ports/4e4393ab-f8b3-4a9f-b4b9-eefef213e77e => generated 1227 bytes in 682 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:23.982 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b9f4d14-a1c5-42ad-810f-9543403c4fa5'] response: {'name': 'network-changed', 'server_uuid': '4c9a7ce6-5c4d-41e9-8399-ffa291f85365', 'tag': '4e4393ab-f8b3-4a9f-b4b9-eefef213e77e', 'status': 'completed', 'code': 200} 2026-04-27 13:14:24.362 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-07a7fb88-c179-4938-88bb-d0ad7294adb6 - - - - - -] No more DHCP agents 2026-04-27 13:14:24.363 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-07a7fb88-c179-4938-88bb-d0ad7294adb6 - - - - - -] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:14:24.497 8 WARNING neutron.db.securitygroups_db [None req-34ea2e58-513e-4e72-b68a-d0252b11e801 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:14:24.506 7 INFO neutron.db.ovn_revision_numbers_db [None req-07a7fb88-c179-4938-88bb-d0ad7294adb6 - - - - - -] Successfully bumped revision number for resource 3a8d1802-1719-4980-b78d-47196dff489e (type: ports) to 1 [pid: 8|app: 0|req: 1097/2294] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:14:24 2026] GET /v2.0/security-groups?tenant_id=8b856116850c43feb52687d8b5dc087a&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2295] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:24 2026] DELETE /v2.0/security-groups/9d946630-bfe2-4e8b-b947-98ab4afa3b99 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2296] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:14:24 2026] GET /v2.0/ports?tenant_id=01df0048cd2c40e69efdc452b087c75f&device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => generated 1230 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:24.761 7 INFO neutron.db.ovn_revision_numbers_db [None req-07a7fb88-c179-4938-88bb-d0ad7294adb6 - - - - - -] Successfully bumped revision number for resource 3a8d1802-1719-4980-b78d-47196dff489e (type: ports) to 3 2026-04-27 13:14:24.829 7 INFO neutron.db.segments_db [None req-07a7fb88-c179-4938-88bb-d0ad7294adb6 - - - - - -] Added segment e7deeae7-c79c-4669-9c00-49b9ac86b422 of type geneve for network abfa9a1f-037e-4627-8759-493844231544 [pid: 8|app: 0|req: 1100/2297] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:24 2026] DELETE /v2.0/security-groups/b59d2f46-ca9c-44e2-aa87-d3d9acdf8d46 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:24.905 8 INFO neutron.api.v2.resource [None req-f9d81c56-eb9f-40a3-836b-1c7b6234ea6f ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1101/2298] 10.0.0.253 () {32 vars in 737 bytes} [Mon Apr 27 13:14:24 2026] GET /v2.0/security-groups/9d946630-bfe2-4e8b-b947-98ab4afa3b99 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:14:24.956 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4d59cfb-2cc8-4ea7-acf0-49db3ceb773b - - - - - -] Successfully bumped revision number for resource abfa9a1f-037e-4627-8759-493844231544 (type: networks) to 1 [pid: 8|app: 0|req: 1102/2299] 199.204.45.33 () {34 vars in 1017 bytes} [Mon Apr 27 13:14:24 2026] GET /v2.0/networks?tenant_id=01df0048cd2c40e69efdc452b087c75f&shared=False => generated 798 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2300] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:24 2026] GET /v2.0/ports?device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:25.090 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e4d59cfb-2cc8-4ea7-acf0-49db3ceb773b - - - - - -] No more DHCP agents 2026-04-27 13:14:25.092 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e4d59cfb-2cc8-4ea7-acf0-49db3ceb773b - - - - - -] Unable to schedule network abfa9a1f-037e-4627-8759-493844231544: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:25.099 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f50f16f-25de-431b-8ae2-bb6e6ad6a27e ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] TaaS: Handle Delete Port: 8d594aeb-6b05-4409-91b8-099f328ce903 2026-04-27 13:14:25.102 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f50f16f-25de-431b-8ae2-bb6e6ad6a27e ce5a1d7f5c614b22a60329ee7d8f3887 90fb65ee223e4a29b471348f0f62754c - - default default] Tap Mirror: Handle Delete Port: 8d594aeb-6b05-4409-91b8-099f328ce903 2026-04-27 13:14:25.175 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4d59cfb-2cc8-4ea7-acf0-49db3ceb773b - - - - - -] Successfully bumped revision number for resource cbaaa5ea-9d83-436a-ae68-805e30bac509 (type: ports) to 1 [pid: 8|app: 0|req: 1104/2301] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:14:24 2026] DELETE /v2.0/floatingips/8341f6c8-3acf-414b-9d74-b16efa705ef3 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:25.300 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e4d59cfb-2cc8-4ea7-acf0-49db3ceb773b - - - - - -] No more DHCP agents 2026-04-27 13:14:25.302 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e4d59cfb-2cc8-4ea7-acf0-49db3ceb773b - - - - - -] Unable to schedule network abfa9a1f-037e-4627-8759-493844231544: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:25.322 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4d59cfb-2cc8-4ea7-acf0-49db3ceb773b - - - - - -] Successfully bumped revision number for resource 139fdd35-8a23-4f42-9213-bc4f7d1c36ca (type: subnets) to 0 [pid: 8|app: 0|req: 1105/2302] 199.204.45.33 () {34 vars in 929 bytes} [Mon Apr 27 13:14:25 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:25.327 8 WARNING neutron.db.securitygroups_db [None req-adfd5c07-427b-40f1-8cf7-4d4a2244ff58 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:14:25.460 8 INFO neutron.db.ovn_revision_numbers_db [None req-adfd5c07-427b-40f1-8cf7-4d4a2244ff58 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 9b5ad630-80ea-4742-bb0d-ae8460c72640 (type: security_groups) to 1 2026-04-27 13:14:25.479 8 INFO neutron.db.ovn_revision_numbers_db [None req-adfd5c07-427b-40f1-8cf7-4d4a2244ff58 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 36010454-4e37-47c1-a1e3-85ebd9ab5eb4 (type: security_group_rules) to 0 2026-04-27 13:14:25.491 8 INFO neutron.db.ovn_revision_numbers_db [None req-adfd5c07-427b-40f1-8cf7-4d4a2244ff58 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 52b8e321-8368-4131-9739-38548502c2b5 (type: security_group_rules) to 0 2026-04-27 13:14:25.503 8 INFO neutron.db.ovn_revision_numbers_db [None req-adfd5c07-427b-40f1-8cf7-4d4a2244ff58 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 98e82d4d-7525-4536-8a7b-78fff951e3ac (type: security_group_rules) to 0 2026-04-27 13:14:25.516 8 INFO neutron.db.ovn_revision_numbers_db [None req-adfd5c07-427b-40f1-8cf7-4d4a2244ff58 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e3707045-8e4e-4af3-9f6f-2e2f6f674444 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1106/2303] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:14:25 2026] GET /v2.0/security-groups?tenant_id=7c55cef14827427b8609ee29bf055dca&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2304] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:14:25 2026] GET /v2.0/security-groups?id=9a2d95ab-58ae-489f-a4e0-3032513eae0a&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-04-27 13:14:25.714 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e4d59cfb-2cc8-4ea7-acf0-49db3ceb773b - - - - - -] No more DHCP agents 2026-04-27 13:14:25.715 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e4d59cfb-2cc8-4ea7-acf0-49db3ceb773b - - - - - -] Unable to schedule network abfa9a1f-037e-4627-8759-493844231544: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1108/2305] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:25 2026] DELETE /v2.0/security-groups/c768483b-4cad-4015-b650-a9edfeac2cd2 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:25.848 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-dd460e80-1c99-47d4-b923-bb74fc71d081 - - - - - -] OVN reports status down for port: f6df57d7-e000-48e0-8566-a9323c9e0bfb 2026-04-27 13:14:25.887 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-b431c24b-8a62-4355-883b-8f8bdd84e046 - - - - - -] No hosting information found for port a4a7cdfd-805a-4694-8042-6f552388388e: RuntimeError: No hosting information found for port a4a7cdfd-805a-4694-8042-6f552388388e 2026-04-27 13:14:25.887 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b431c24b-8a62-4355-883b-8f8bdd84e046 - - - - - -] OVN reports status down for port: c262a8f3-5ca4-4db4-9fe5-8e3b6264e45d 2026-04-27 13:14:25.913 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4d59cfb-2cc8-4ea7-acf0-49db3ceb773b - - - - - -] Successfully bumped revision number for resource f6df57d7-e000-48e0-8566-a9323c9e0bfb (type: ports) to 1 2026-04-27 13:14:25.977 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-b431c24b-8a62-4355-883b-8f8bdd84e046 - - - - - -] Logical_Switch_Port c262a8f3-5ca4-4db4-9fe5-8e3b6264e45d host information not removed, the port state is up 2026-04-27 13:14:25.977 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b431c24b-8a62-4355-883b-8f8bdd84e046 - - - - - -] OVN reports status up for port: c262a8f3-5ca4-4db4-9fe5-8e3b6264e45d 2026-04-27 13:14:25.988 8 INFO neutron.plugins.ml2.plugin [None req-b431c24b-8a62-4355-883b-8f8bdd84e046 - - - - - -] Attempt 1 to provision port c262a8f3-5ca4-4db4-9fe5-8e3b6264e45d [pid: 8|app: 0|req: 1109/2306] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:25 2026] DELETE /v2.0/security-groups/9b5ad630-80ea-4742-bb0d-ae8460c72640 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:26.487 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-dd460e80-1c99-47d4-b923-bb74fc71d081 - - - - - -] OVN reports status up for port: f6df57d7-e000-48e0-8566-a9323c9e0bfb 2026-04-27 13:14:26.524 7 INFO neutron.plugins.ml2.plugin [None req-dd460e80-1c99-47d4-b923-bb74fc71d081 - - - - - -] Attempt 1 to provision port f6df57d7-e000-48e0-8566-a9323c9e0bfb 2026-04-27 13:14:26.604 8 INFO neutron_taas.services.taas.taas_plugin [None req-2bf7c41b-1fdf-4285-b8cf-6f9799d526f6 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: 6382230d-25dc-47e4-95f6-0d222ee81c14 2026-04-27 13:14:26.607 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bf7c41b-1fdf-4285-b8cf-6f9799d526f6 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: 6382230d-25dc-47e4-95f6-0d222ee81c14 2026-04-27 13:14:26.643 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e4d59cfb-2cc8-4ea7-acf0-49db3ceb773b - - - - - -] No more DHCP agents 2026-04-27 13:14:26.649 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e4d59cfb-2cc8-4ea7-acf0-49db3ceb773b - - - - - -] Unable to schedule network abfa9a1f-037e-4627-8759-493844231544: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:26.669 8 INFO neutron.db.ovn_revision_numbers_db [None req-b431c24b-8a62-4355-883b-8f8bdd84e046 - - - - - -] Successfully bumped revision number for resource c262a8f3-5ca4-4db4-9fe5-8e3b6264e45d (type: ports) to 2 2026-04-27 13:14:27.218 7 INFO neutron.db.ovn_revision_numbers_db [None req-dd460e80-1c99-47d4-b923-bb74fc71d081 - - - - - -] Successfully bumped revision number for resource f6df57d7-e000-48e0-8566-a9323c9e0bfb (type: ports) to 2 [pid: 8|app: 0|req: 1110/2307] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:14:26 2026] PUT /v2.0/routers/e3bdc802-f1be-46cf-a18f-aec286355563/remove_router_interface => generated 310 bytes in 1288 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: 1111/2308] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:14:27 2026] GET /v2.0/ports?tenant_id=01df0048cd2c40e69efdc452b087c75f&device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => generated 1230 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2309] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:27 2026] GET /v2.0/ports?device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:27.542 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4d59cfb-2cc8-4ea7-acf0-49db3ceb773b - - - - - -] Successfully bumped revision number for resource f6df57d7-e000-48e0-8566-a9323c9e0bfb (type: router_ports) to 1 2026-04-27 13:14:27.772 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e4d59cfb-2cc8-4ea7-acf0-49db3ceb773b - - - - - -] No more DHCP agents 2026-04-27 13:14:27.774 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e4d59cfb-2cc8-4ea7-acf0-49db3ceb773b - - - - - -] Unable to schedule network abfa9a1f-037e-4627-8759-493844231544: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:27.839 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5c88d3e-174d-404f-b473-a65f116c1d88 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: d3b4dd71-bb8d-4672-9861-f5b287f571f5 2026-04-27 13:14:27.842 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5c88d3e-174d-404f-b473-a65f116c1d88 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: d3b4dd71-bb8d-4672-9861-f5b287f571f5 2026-04-27 13:14:27.939 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4d59cfb-2cc8-4ea7-acf0-49db3ceb773b - - - - - -] Successfully bumped revision number for resource 97dbd457-795e-4a51-847e-f4df20e0edb9 (type: ports) to 1 2026-04-27 13:14:28.214 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4d59cfb-2cc8-4ea7-acf0-49db3ceb773b - - - - - -] Successfully bumped revision number for resource 97dbd457-795e-4a51-847e-f4df20e0edb9 (type: ports) to 3 [pid: 8|app: 0|req: 1113/2310] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:14:27 2026] DELETE /v2.0/routers/e3bdc802-f1be-46cf-a18f-aec286355563 => generated 0 bytes in 852 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2311] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:14:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4e4393ab-f8b3-4a9f-b4b9-eefef213e77e => 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: 1115/2312] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:14:28 2026] GET /v2.0/security-groups?id=9a2d95ab-58ae-489f-a4e0-3032513eae0a&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: 1198/2313] 10.0.0.253 () {34 vars in 685 bytes} [Mon Apr 27 13:14:23 2026] POST /v2.0/vpn/vpnservices => generated 458 bytes in 4725 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2314] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:14:28 2026] GET /v2.0/subnets?id=4a5efb40-c100-4e51-b8d9-d6beff762bed => generated 677 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2315] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:14:28 2026] DELETE /v2.0/subnets/82bb3653-b322-4be4-ab71-951da025a07c => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2316] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:14:28 2026] GET /v2.0/ports?network_id=fdb2117c-db03-4199-a59a-11ae58cbfdc5&device_owner=network%3Adhcp => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:28.669 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d5c3b76-9be0-4f88-b206-b8ac801048a6 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: bac7e59a-96c7-4240-9663-1dccf70d4b66 2026-04-27 13:14:28.671 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d5c3b76-9be0-4f88-b206-b8ac801048a6 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: bac7e59a-96c7-4240-9663-1dccf70d4b66 2026-04-27 13:14:28.846 8 INFO neutron.services.segments.plugin [-] Segment ca5a50dd-0620-48c0-bbb4-ca8111b39cbc resource provider aggregate not found 2026-04-27 13:14:28.853 8 INFO neutron.services.segments.plugin [-] Segment ca5a50dd-0620-48c0-bbb4-ca8111b39cbc resource provider aggregate not found 2026-04-27 13:14:28.871 8 INFO neutron.services.segments.plugin [-] Segment ca5a50dd-0620-48c0-bbb4-ca8111b39cbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca5a50dd-0620-48c0-bbb4-ca8111b39cbc found for delete ", "request_id": "req-8ee75dc9-81a3-48bc-a219-66547d6434dd"}]} 2026-04-27 13:14:28.872 8 INFO neutron.services.segments.plugin [-] Segment ca5a50dd-0620-48c0-bbb4-ca8111b39cbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca5a50dd-0620-48c0-bbb4-ca8111b39cbc found for delete ", "request_id": "req-6714c25d-2bf5-45ff-9429-a340b46ba78e"}]} [pid: 7|app: 0|req: 1200/2317] 10.0.0.253 () {34 vars in 685 bytes} [Mon Apr 27 13:14:28 2026] POST /v2.0/vpn/vpnservices => generated 423 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2318] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:14:28 2026] DELETE /v2.0/networks/15c61846-1a42-46d0-9f96-65d93d2e840a => generated 0 bytes in 388 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2319] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:14:28 2026] GET /v2.0/networks/fdb2117c-db03-4199-a59a-11ae58cbfdc5?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: 1119/2320] 10.0.0.253 () {34 vars in 684 bytes} [Mon Apr 27 13:14:28 2026] POST /v2.0/vpn/ikepolicies => generated 403 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2321] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:14:29 2026] GET /v2.0/networks/fdb2117c-db03-4199-a59a-11ae58cbfdc5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2322] 10.0.0.253 () {34 vars in 688 bytes} [Mon Apr 27 13:14:29 2026] POST /v2.0/vpn/ipsecpolicies => generated 412 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2323] 10.0.0.253 () {34 vars in 693 bytes} [Mon Apr 27 13:14:29 2026] POST /v2.0/vpn/endpoint-groups => generated 328 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2324] 10.0.0.253 () {34 vars in 693 bytes} [Mon Apr 27 13:14:29 2026] POST /v2.0/vpn/endpoint-groups => generated 320 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:29.239 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7086185-27d2-473b-bb00-5ad6ebb08d57 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: 93c76d3e-f665-4c75-9d97-797cbe286e3a 2026-04-27 13:14:29.242 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7086185-27d2-473b-bb00-5ad6ebb08d57 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: 93c76d3e-f665-4c75-9d97-797cbe286e3a [pid: 7|app: 0|req: 1202/2325] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:14:28 2026] PUT /v2.0/routers/7a886e73-fc10-40b0-bea4-38c30d1ffe16/remove_router_interface => generated 310 bytes in 904 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:14:30.200 7 INFO neutron.db.ovn_revision_numbers_db [None req-7664a7e2-4ad2-49f2-8398-cc52752c6067 fffacee03b414426847f741bbe6e78db 7ec71992c91349b5ab94ded9b0d5878e - - default default] Successfully bumped revision number for resource ec194b0d-8790-4a0f-8132-b4341d0975c0 (type: security_groups) to 1 2026-04-27 13:14:30.212 7 INFO neutron.db.ovn_revision_numbers_db [None req-7664a7e2-4ad2-49f2-8398-cc52752c6067 fffacee03b414426847f741bbe6e78db 7ec71992c91349b5ab94ded9b0d5878e - - default default] Successfully bumped revision number for resource 57b94e4b-073a-4646-982c-178a3bd492b1 (type: security_group_rules) to 0 2026-04-27 13:14:30.224 7 INFO neutron.db.ovn_revision_numbers_db [None req-7664a7e2-4ad2-49f2-8398-cc52752c6067 fffacee03b414426847f741bbe6e78db 7ec71992c91349b5ab94ded9b0d5878e - - default default] Successfully bumped revision number for resource 5a5848c0-9c3a-4cfe-81d4-f913f275b658 (type: security_group_rules) to 0 2026-04-27 13:14:30.236 7 INFO neutron.db.ovn_revision_numbers_db [None req-7664a7e2-4ad2-49f2-8398-cc52752c6067 fffacee03b414426847f741bbe6e78db 7ec71992c91349b5ab94ded9b0d5878e - - default default] Successfully bumped revision number for resource af4ecadb-2b54-43a3-8ac1-b239b7ed9527 (type: security_group_rules) to 0 2026-04-27 13:14:30.248 7 INFO neutron.db.ovn_revision_numbers_db [None req-7664a7e2-4ad2-49f2-8398-cc52752c6067 fffacee03b414426847f741bbe6e78db 7ec71992c91349b5ab94ded9b0d5878e - - default default] Successfully bumped revision number for resource fa4b827f-6ce7-4e21-9dd4-5c4875e9207b (type: security_group_rules) to 0 2026-04-27 13:14:30.326 7 INFO neutron.db.segments_db [None req-7664a7e2-4ad2-49f2-8398-cc52752c6067 fffacee03b414426847f741bbe6e78db 7ec71992c91349b5ab94ded9b0d5878e - - default default] Added segment 23e64bc4-60fd-4645-b994-98676706fd89 of type geneve for network 499a158c-1a8a-4df4-83b9-86324be897cb 2026-04-27 13:14:30.444 7 INFO neutron.db.ovn_revision_numbers_db [None req-7664a7e2-4ad2-49f2-8398-cc52752c6067 fffacee03b414426847f741bbe6e78db 7ec71992c91349b5ab94ded9b0d5878e - - default default] Successfully bumped revision number for resource 499a158c-1a8a-4df4-83b9-86324be897cb (type: networks) to 1 2026-04-27 13:14:30.562 8 INFO neutron.db.ovn_revision_numbers_db [None req-b243ff5e-5778-4a7f-b0ca-ac166edf2393 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 533f42c2-2190-4bf2-9654-2230c0a6a694 (type: routers) to 5 [pid: 8|app: 0|req: 1124/2326] 10.0.0.253 () {34 vars in 707 bytes} [Mon Apr 27 13:14:29 2026] POST /v2.0/vpn/ipsec-site-connections => generated 803 bytes in 1384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:30.679 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7664a7e2-4ad2-49f2-8398-cc52752c6067 fffacee03b414426847f741bbe6e78db 7ec71992c91349b5ab94ded9b0d5878e - - default default] No more DHCP agents 2026-04-27 13:14:30.680 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7664a7e2-4ad2-49f2-8398-cc52752c6067 fffacee03b414426847f741bbe6e78db 7ec71992c91349b5ab94ded9b0d5878e - - default default] Unable to schedule network 499a158c-1a8a-4df4-83b9-86324be897cb: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1125/2327] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:30 2026] GET /v2.0/ports?device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:30.766 7 INFO neutron.db.ovn_revision_numbers_db [None req-7664a7e2-4ad2-49f2-8398-cc52752c6067 fffacee03b414426847f741bbe6e78db 7ec71992c91349b5ab94ded9b0d5878e - - default default] Successfully bumped revision number for resource 1ae22cd3-9afd-4311-8f92-df7354ae39ca (type: ports) to 1 [pid: 7|app: 0|req: 1203/2328] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:14:29 2026] POST /v2.0/networks => generated 670 bytes in 915 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2329] 10.0.0.253 () {34 vars in 693 bytes} [Mon Apr 27 13:14:30 2026] POST /v2.0/vpn/endpoint-groups => generated 289 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2330] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:14:30 2026] GET /v2.0/security-groups?id=9a2d95ab-58ae-489f-a4e0-3032513eae0a&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:30.947 7 INFO neutron.db.segments_db [None req-55f418c2-acb1-4db5-9daa-215dcb1f40d1 fffacee03b414426847f741bbe6e78db 7ec71992c91349b5ab94ded9b0d5878e - - default default] Added segment bbc38e91-78ea-4547-a684-8c88a38f4778 of type geneve for network 4afdba7a-125a-45f3-b0d5-56e262bb0ec2 2026-04-27 13:14:31.007 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c105670-8b23-4b18-bd46-aa09a63d0107 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: 53cc4d3e-30af-4266-87d7-cc5a5f4846a2 2026-04-27 13:14:31.017 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c105670-8b23-4b18-bd46-aa09a63d0107 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: 53cc4d3e-30af-4266-87d7-cc5a5f4846a2 2026-04-27 13:14:31.037 7 INFO neutron.db.ovn_revision_numbers_db [None req-55f418c2-acb1-4db5-9daa-215dcb1f40d1 fffacee03b414426847f741bbe6e78db 7ec71992c91349b5ab94ded9b0d5878e - - default default] Successfully bumped revision number for resource 4afdba7a-125a-45f3-b0d5-56e262bb0ec2 (type: networks) to 1 2026-04-27 13:14:31.190 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-55f418c2-acb1-4db5-9daa-215dcb1f40d1 fffacee03b414426847f741bbe6e78db 7ec71992c91349b5ab94ded9b0d5878e - - default default] No more DHCP agents 2026-04-27 13:14:31.198 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-55f418c2-acb1-4db5-9daa-215dcb1f40d1 fffacee03b414426847f741bbe6e78db 7ec71992c91349b5ab94ded9b0d5878e - - default default] Unable to schedule network 4afdba7a-125a-45f3-b0d5-56e262bb0ec2: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:31.277 7 INFO neutron.db.ovn_revision_numbers_db [None req-55f418c2-acb1-4db5-9daa-215dcb1f40d1 fffacee03b414426847f741bbe6e78db 7ec71992c91349b5ab94ded9b0d5878e - - default default] Successfully bumped revision number for resource caca2226-a231-4859-bb0f-2e26e2e14e07 (type: ports) to 1 [pid: 7|app: 0|req: 1206/2331] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:14:30 2026] POST /v2.0/networks => generated 669 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2332] 10.0.0.253 () {32 vars in 748 bytes} [Mon Apr 27 13:14:31 2026] DELETE /v2.0/vpn/endpoint-groups/d60ab910-fa47-45a8-ab9e-09c8c1ea3b8d => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2333] 10.0.0.253 () {34 vars in 753 bytes} [Mon Apr 27 13:14:31 2026] PUT /v2.0/networks/499a158c-1a8a-4df4-83b9-86324be897cb/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2334] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:14:31 2026] GET /v2.0/vpn/endpoint-groups => generated 633 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2335] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:14:30 2026] DELETE /v2.0/routers/7a886e73-fc10-40b0-bea4-38c30d1ffe16 => generated 0 bytes in 774 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2336] 10.0.0.253 () {32 vars in 733 bytes} [Mon Apr 27 13:14:31 2026] GET /v2.0/networks/499a158c-1a8a-4df4-83b9-86324be897cb/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2337] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:14:31 2026] GET /v2.0/vpn/endpoint-groups => generated 633 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2338] 10.0.0.253 () {34 vars in 753 bytes} [Mon Apr 27 13:14:31 2026] PUT /v2.0/networks/4afdba7a-125a-45f3-b0d5-56e262bb0ec2/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2339] 10.0.0.253 () {32 vars in 733 bytes} [Mon Apr 27 13:14:31 2026] GET /v2.0/networks/4afdba7a-125a-45f3-b0d5-56e262bb0ec2/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2340] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:14:31 2026] DELETE /v2.0/subnets/486366ff-bdf2-4528-8776-a3848975f148 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2341] 10.0.0.253 () {34 vars in 753 bytes} [Mon Apr 27 13:14:31 2026] PUT /v2.0/networks/4afdba7a-125a-45f3-b0d5-56e262bb0ec2/tags => generated 12 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2342] 10.0.0.253 () {32 vars in 733 bytes} [Mon Apr 27 13:14:31 2026] GET /v2.0/networks/4afdba7a-125a-45f3-b0d5-56e262bb0ec2/tags => generated 12 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2343] 10.0.0.253 () {32 vars in 733 bytes} [Mon Apr 27 13:14:31 2026] GET /v2.0/networks/499a158c-1a8a-4df4-83b9-86324be897cb/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:31.807 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a5d2a41-c267-466d-b748-9269832b55c1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: ff64e2f3-1571-4590-8596-1ec40b357741 2026-04-27 13:14:31.810 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a5d2a41-c267-466d-b748-9269832b55c1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: ff64e2f3-1571-4590-8596-1ec40b357741 2026-04-27 13:14:31.930 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe78ba57-1c6a-4b7b-bb1c-bca7a906cc0d fffacee03b414426847f741bbe6e78db 7ec71992c91349b5ab94ded9b0d5878e - - default default] TaaS: Handle Delete Port: 1ae22cd3-9afd-4311-8f92-df7354ae39ca 2026-04-27 13:14:31.933 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe78ba57-1c6a-4b7b-bb1c-bca7a906cc0d fffacee03b414426847f741bbe6e78db 7ec71992c91349b5ab94ded9b0d5878e - - default default] Tap Mirror: Handle Delete Port: 1ae22cd3-9afd-4311-8f92-df7354ae39ca 2026-04-27 13:14:31.996 8 INFO neutron.services.segments.plugin [-] Segment 6a97e8f8-49a5-4b1a-8db2-167977987e9e resource provider aggregate not found 2026-04-27 13:14:32.002 8 INFO neutron.services.segments.plugin [-] Segment 6a97e8f8-49a5-4b1a-8db2-167977987e9e resource provider aggregate not found 2026-04-27 13:14:32.015 8 INFO neutron.services.segments.plugin [-] Segment 6a97e8f8-49a5-4b1a-8db2-167977987e9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a97e8f8-49a5-4b1a-8db2-167977987e9e found for delete ", "request_id": "req-63ed7d93-a333-41fd-b75f-3dbaa1cf4aa1"}]} 2026-04-27 13:14:32.020 8 INFO neutron.services.segments.plugin [-] Segment 6a97e8f8-49a5-4b1a-8db2-167977987e9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a97e8f8-49a5-4b1a-8db2-167977987e9e found for delete ", "request_id": "req-3b6fd243-cf42-4f34-a0ac-e63f7be078da"}]} [pid: 8|app: 0|req: 1129/2344] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:14:31 2026] DELETE /v2.0/networks/b54cbb9b-24fe-4c2e-828f-4ee698ad8008 => generated 0 bytes in 445 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:14:32.113 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d2c55196-7089-4401-8ebc-a99ed249a9ab - - - - - -] No hosting information found for port c262a8f3-5ca4-4db4-9fe5-8e3b6264e45d: RuntimeError: No hosting information found for port c262a8f3-5ca4-4db4-9fe5-8e3b6264e45d 2026-04-27 13:14:32.114 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d2c55196-7089-4401-8ebc-a99ed249a9ab - - - - - -] OVN reports status down for port: 4e4393ab-f8b3-4a9f-b4b9-eefef213e77e 2026-04-27 13:14:32.148 7 INFO neutron.services.segments.plugin [-] Segment 23e64bc4-60fd-4645-b994-98676706fd89 resource provider aggregate not found 2026-04-27 13:14:32.162 7 INFO neutron.services.segments.plugin [-] Segment 23e64bc4-60fd-4645-b994-98676706fd89 resource provider aggregate not found 2026-04-27 13:14:32.168 7 INFO neutron.services.segments.plugin [-] Segment 23e64bc4-60fd-4645-b994-98676706fd89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23e64bc4-60fd-4645-b994-98676706fd89 found for delete ", "request_id": "req-e3e2cc9d-b51c-4c9f-9710-a2cca8baf9d4"}]} 2026-04-27 13:14:32.177 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d2c55196-7089-4401-8ebc-a99ed249a9ab - - - - - -] Logical_Switch_Port 4e4393ab-f8b3-4a9f-b4b9-eefef213e77e host information not removed, the port state is up 2026-04-27 13:14:32.192 7 INFO neutron.services.segments.plugin [-] Segment 23e64bc4-60fd-4645-b994-98676706fd89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23e64bc4-60fd-4645-b994-98676706fd89 found for delete ", "request_id": "req-b11e3779-0d6e-44e5-a977-44aaa9d81676"}]} [pid: 7|app: 0|req: 1216/2345] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:14:31 2026] DELETE /v2.0/networks/499a158c-1a8a-4df4-83b9-86324be897cb => generated 0 bytes in 400 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2346] 10.0.0.253 () {34 vars in 685 bytes} [Mon Apr 27 13:14:32 2026] POST /v2.0/vpn/ikepolicies => generated 403 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:32.262 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-974a794e-51e6-4e93-aa3e-e27d026a3ddc'] response: {'server_uuid': '4c9a7ce6-5c4d-41e9-8399-ffa291f85365', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '4e4393ab-f8b3-4a9f-b4b9-eefef213e77e', 'code': 200} [pid: 7|app: 0|req: 1217/2347] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:32 2026] GET /v2.0/ports?device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2348] 10.0.0.253 () {32 vars in 663 bytes} [Mon Apr 27 13:14:32 2026] GET /v2.0/vpn/ikepolicies => generated 797 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:32.337 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-7c87ac1d-a957-4962-9b14-aacf2a0b0a3e - - - - - -] No hosting information found for port f6df57d7-e000-48e0-8566-a9323c9e0bfb: RuntimeError: No hosting information found for port f6df57d7-e000-48e0-8566-a9323c9e0bfb 2026-04-27 13:14:32.338 8 INFO neutron.db.ovn_revision_numbers_db [None req-d2c55196-7089-4401-8ebc-a99ed249a9ab - - - - - -] Successfully bumped revision number for resource c262a8f3-5ca4-4db4-9fe5-8e3b6264e45d (type: router_ports) to 2 2026-04-27 13:14:32.343 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d2c55196-7089-4401-8ebc-a99ed249a9ab - - - - - -] OVN reports status down for port: 3a8d1802-1719-4980-b78d-47196dff489e [pid: 7|app: 0|req: 1219/2349] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:14:32 2026] GET /v2.0/security-groups?id=9a2d95ab-58ae-489f-a4e0-3032513eae0a&fields=id&fields=name => generated 113 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:32.431 7 INFO neutron.common.ovn.utils [None req-7c87ac1d-a957-4962-9b14-aacf2a0b0a3e - - - - - -] HA Chassis Group neutron-abfa9a1f-037e-4627-8759-493844231544 synchronized; highest priority chassis cf88c82c-664b-42f9-a266-c27775cdf8a2 2026-04-27 13:14:32.497 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4ccdaee-6051-400d-947c-63b1c8b3b858 fffacee03b414426847f741bbe6e78db 7ec71992c91349b5ab94ded9b0d5878e - - default default] TaaS: Handle Delete Port: caca2226-a231-4859-bb0f-2e26e2e14e07 2026-04-27 13:14:32.502 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4ccdaee-6051-400d-947c-63b1c8b3b858 fffacee03b414426847f741bbe6e78db 7ec71992c91349b5ab94ded9b0d5878e - - default default] Tap Mirror: Handle Delete Port: caca2226-a231-4859-bb0f-2e26e2e14e07 2026-04-27 13:14:32.511 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d2c55196-7089-4401-8ebc-a99ed249a9ab - - - - - -] OVN reports status down for port: cbaaa5ea-9d83-436a-ae68-805e30bac509 [pid: 7|app: 0|req: 1220/2350] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:32 2026] DELETE /v2.0/vpn/ikepolicies/8e77e1b1-5653-4557-840b-0019f3aab20a => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:32.526 7 WARNING neutron.db.securitygroups_db [None req-3f7eb433-8808-4d3d-88da-fe4b50e8d229 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 1221/2351] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:14:32 2026] GET /v2.0/security-groups?tenant_id=57ff765e6fd74c93a8ad140eab9cb22e&name=default => generated 2925 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:32.622 7 INFO neutron.db.ovn_revision_numbers_db [None req-7c87ac1d-a957-4962-9b14-aacf2a0b0a3e - - - - - -] Successfully bumped revision number for resource f6df57d7-e000-48e0-8566-a9323c9e0bfb (type: router_ports) to 2 2026-04-27 13:14:32.623 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7c87ac1d-a957-4962-9b14-aacf2a0b0a3e - - - - - -] OVN reports status down for port: 97dbd457-795e-4a51-847e-f4df20e0edb9 [pid: 7|app: 0|req: 1222/2352] 10.0.0.253 () {34 vars in 689 bytes} [Mon Apr 27 13:14:32 2026] POST /v2.0/vpn/ipsecpolicies => generated 412 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:32.686 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d2c55196-7089-4401-8ebc-a99ed249a9ab - - - - - -] OVN reports status down for port: 1ae22cd3-9afd-4311-8f92-df7354ae39ca 2026-04-27 13:14:32.704 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d2c55196-7089-4401-8ebc-a99ed249a9ab - - - - - -] OVN reports status down for port: caca2226-a231-4859-bb0f-2e26e2e14e07 2026-04-27 13:14:32.727 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d2c55196-7089-4401-8ebc-a99ed249a9ab - - - - - -] OVN reports status up for port: 4e4393ab-f8b3-4a9f-b4b9-eefef213e77e 2026-04-27 13:14:32.754 8 INFO neutron.plugins.ml2.plugin [None req-d2c55196-7089-4401-8ebc-a99ed249a9ab - - - - - -] Attempt 1 to provision port 4e4393ab-f8b3-4a9f-b4b9-eefef213e77e [pid: 7|app: 0|req: 1223/2353] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:32 2026] DELETE /v2.0/security-groups/3161f3a8-f270-48b4-85b6-042da0de4791 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2354] 10.0.0.253 () {32 vars in 667 bytes} [Mon Apr 27 13:14:32 2026] GET /v2.0/vpn/ipsecpolicies => generated 813 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2355] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:14:32 2026] DELETE /v2.0/networks/4afdba7a-125a-45f3-b0d5-56e262bb0ec2 => generated 0 bytes in 677 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2357] 10.0.0.253 () {32 vars in 744 bytes} [Mon Apr 27 13:14:32 2026] DELETE /v2.0/vpn/ipsecpolicies/d0be9d47-49af-4992-97d9-2d69d8293b58 => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:33.065 7 INFO neutron.db.segments_db [None req-edd225e2-8c62-403a-9956-a72aefa52541 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Added segment 6a17ee36-0b54-4d6f-8fb3-b42f6dc1fd7b of type geneve for network 0807e61e-c708-4215-8b27-a6c18837a00e 2026-04-27 13:14:33.099 8 WARNING neutron.db.securitygroups_db [None req-7d628276-f393-48db-a7f4-456c5ed604d6 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:14:33.133 8 INFO neutron.db.ovn_revision_numbers_db [None req-d2c55196-7089-4401-8ebc-a99ed249a9ab - - - - - -] Successfully bumped revision number for resource 4e4393ab-f8b3-4a9f-b4b9-eefef213e77e (type: ports) to 5 [pid: 8|app: 0|req: 1134/2359] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:14:33 2026] GET /v2.0/security-groups?tenant_id=90fb65ee223e4a29b471348f0f62754c&name=default => generated 2925 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:33.204 7 INFO neutron.db.ovn_revision_numbers_db [None req-edd225e2-8c62-403a-9956-a72aefa52541 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 0807e61e-c708-4215-8b27-a6c18837a00e (type: networks) to 1 2026-04-27 13:14:33.388 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-edd225e2-8c62-403a-9956-a72aefa52541 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] No more DHCP agents 2026-04-27 13:14:33.390 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-edd225e2-8c62-403a-9956-a72aefa52541 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Unable to schedule network 0807e61e-c708-4215-8b27-a6c18837a00e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:33.473 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7c87ac1d-a957-4962-9b14-aacf2a0b0a3e - - - - - -] OVN reports status down for port: a753db60-d2c0-4d4a-9de5-5a6db5ac8909 [pid: 8|app: 0|req: 1135/2360] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:33 2026] DELETE /v2.0/security-groups/6d9a5b1d-6f38-4426-a390-ed2db5ee1652 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:14:33.524 7 INFO neutron.db.ovn_revision_numbers_db [None req-edd225e2-8c62-403a-9956-a72aefa52541 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource a753db60-d2c0-4d4a-9de5-5a6db5ac8909 (type: ports) to 1 [pid: 8|app: 0|req: 1136/2361] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:33 2026] GET /v2.0/ports?device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2362] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:14:32 2026] POST /v2.0/networks => generated 670 bytes in 600 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2363] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:14:33 2026] GET /v2.0/security-groups?id=9a2d95ab-58ae-489f-a4e0-3032513eae0a&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:33.762 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e2e78dbf-cf11-4469-8c85-65538d12200b 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] No more DHCP agents 2026-04-27 13:14:33.763 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e2e78dbf-cf11-4469-8c85-65538d12200b 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Unable to schedule network 0807e61e-c708-4215-8b27-a6c18837a00e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:33.837 8 WARNING neutron.db.securitygroups_db [None req-531487d7-2b43-497d-9c49-0997200c8a09 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:14:33.952 8 INFO neutron.db.ovn_revision_numbers_db [None req-531487d7-2b43-497d-9c49-0997200c8a09 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f9985552-d0dd-406d-9b01-6ef21fdb2489 (type: security_groups) to 1 2026-04-27 13:14:33.966 8 INFO neutron.db.ovn_revision_numbers_db [None req-531487d7-2b43-497d-9c49-0997200c8a09 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 076fc79b-506f-4c35-bf8d-eb63fece8205 (type: security_group_rules) to 0 2026-04-27 13:14:34.005 8 INFO neutron.db.ovn_revision_numbers_db [None req-531487d7-2b43-497d-9c49-0997200c8a09 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 1bc3f921-33bf-4a93-9c02-643161d93788 (type: security_group_rules) to 0 2026-04-27 13:14:34.024 8 INFO neutron.db.ovn_revision_numbers_db [None req-531487d7-2b43-497d-9c49-0997200c8a09 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 47208746-4cbf-471b-85b7-55830c0bd5fc (type: security_group_rules) to 0 2026-04-27 13:14:34.042 8 INFO neutron.services.segments.plugin [-] Segment bbc38e91-78ea-4547-a684-8c88a38f4778 resource provider aggregate not found 2026-04-27 13:14:34.047 8 INFO neutron.services.segments.plugin [-] Segment bbc38e91-78ea-4547-a684-8c88a38f4778 resource provider aggregate not found 2026-04-27 13:14:34.051 8 INFO neutron.db.ovn_revision_numbers_db [None req-531487d7-2b43-497d-9c49-0997200c8a09 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 765e2efb-d916-4700-aa3b-34595b7ee67b (type: security_group_rules) to 0 2026-04-27 13:14:34.063 8 INFO neutron.services.segments.plugin [-] Segment bbc38e91-78ea-4547-a684-8c88a38f4778 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbc38e91-78ea-4547-a684-8c88a38f4778 found for delete ", "request_id": "req-781fa3d3-178f-4d61-8cef-fcb8fc78c4ef"}]} 2026-04-27 13:14:34.072 8 INFO neutron.services.segments.plugin [-] Segment bbc38e91-78ea-4547-a684-8c88a38f4778 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbc38e91-78ea-4547-a684-8c88a38f4778 found for delete ", "request_id": "req-547cd15f-4a78-4ec6-b82f-9d7c9e9d7695"}]} [pid: 8|app: 0|req: 1138/2364] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:14:33 2026] GET /v2.0/security-groups?tenant_id=19fc16fa27584404b7b187313fda21cf&name=default => generated 2925 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:34.305 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cca407ec-b017-4194-b8f6-76a089cc9e96'] response: {'server_uuid': '4c9a7ce6-5c4d-41e9-8399-ffa291f85365', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4e4393ab-f8b3-4a9f-b4b9-eefef213e77e', 'code': 200} 2026-04-27 13:14:34.306 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cca407ec-b017-4194-b8f6-76a089cc9e96'] response: {'server_uuid': '4c9a7ce6-5c4d-41e9-8399-ffa291f85365', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4e4393ab-f8b3-4a9f-b4b9-eefef213e77e', 'code': 200} 2026-04-27 13:14:34.325 7 INFO neutron.db.ovn_revision_numbers_db [None req-e2e78dbf-cf11-4469-8c85-65538d12200b 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource a753db60-d2c0-4d4a-9de5-5a6db5ac8909 (type: ports) to 2 [pid: 8|app: 0|req: 1139/2365] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:34 2026] DELETE /v2.0/security-groups/f9985552-d0dd-406d-9b01-6ef21fdb2489 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:34.376 7 INFO neutron.db.ovn_revision_numbers_db [None req-e2e78dbf-cf11-4469-8c85-65538d12200b 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 37173547-75e4-498d-9d0b-12ed4afd4ef2 (type: subnets) to 0 [pid: 7|app: 0|req: 1227/2366] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:14:33 2026] POST /v2.0/subnets => generated 629 bytes in 835 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:34.433 7 WARNING neutron.db.securitygroups_db [None req-e0edd839-6fd0-498e-b6c2-a2097d8fd898 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 1228/2367] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:14:34 2026] GET /v2.0/security-groups?tenant_id=7ec71992c91349b5ab94ded9b0d5878e&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: 1229/2368] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:34 2026] DELETE /v2.0/security-groups/ec194b0d-8790-4a0f-8132-b4341d0975c0 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2369] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:34 2026] GET /v2.0/ports?device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => 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: 1231/2370] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:14:34 2026] GET /v2.0/security-groups?id=9a2d95ab-58ae-489f-a4e0-3032513eae0a&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:34.925 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c384c534-8ecd-4243-87e7-04e5656f88e8 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] No more DHCP agents 2026-04-27 13:14:34.926 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c384c534-8ecd-4243-87e7-04e5656f88e8 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:35.057 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7c87ac1d-a957-4962-9b14-aacf2a0b0a3e - - - - - -] OVN reports status down for port: cacfcfde-3622-4c9d-8b1b-0933e1f62264 2026-04-27 13:14:35.128 8 INFO neutron.db.ovn_revision_numbers_db [None req-c384c534-8ecd-4243-87e7-04e5656f88e8 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource cacfcfde-3622-4c9d-8b1b-0933e1f62264 (type: ports) to 1 2026-04-27 13:14:35.790 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7c87ac1d-a957-4962-9b14-aacf2a0b0a3e - - - - - -] OVN reports status up for port: cacfcfde-3622-4c9d-8b1b-0933e1f62264 2026-04-27 13:14:35.806 8 INFO neutron.db.ovn_revision_numbers_db [None req-c384c534-8ecd-4243-87e7-04e5656f88e8 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource cacfcfde-3622-4c9d-8b1b-0933e1f62264 (type: router_ports) to 1 2026-04-27 13:14:35.807 7 INFO neutron.plugins.ml2.plugin [None req-7c87ac1d-a957-4962-9b14-aacf2a0b0a3e - - - - - -] Attempt 1 to provision port cacfcfde-3622-4c9d-8b1b-0933e1f62264 2026-04-27 13:14:35.886 8 INFO neutron.db.ovn_revision_numbers_db [None req-c384c534-8ecd-4243-87e7-04e5656f88e8 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource c0d825ec-227a-4828-b3fc-4c1c366fe9be (type: routers) to 2 [pid: 8|app: 0|req: 1140/2371] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:14:34 2026] POST /v2.0/routers => generated 958 bytes in 1499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2372] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:35 2026] GET /v2.0/ports?device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2373] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:14:35 2026] GET /v2.0/security-groups?id=9a2d95ab-58ae-489f-a4e0-3032513eae0a&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: 7|app: 0|req: 1234/2374] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:36 2026] GET /v2.0/ports?device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => 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: 1235/2375] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:14:36 2026] GET /v2.0/security-groups?id=9a2d95ab-58ae-489f-a4e0-3032513eae0a&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: 1236/2376] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:14:36 2026] GET /v2.0/ports?device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => generated 1232 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:36.475 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-611cb4fd-1973-4039-9e73-45f29c582064 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] No more DHCP agents 2026-04-27 13:14:36.478 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-611cb4fd-1973-4039-9e73-45f29c582064 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Unable to schedule network 0807e61e-c708-4215-8b27-a6c18837a00e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:36.706 8 INFO neutron.db.ovn_revision_numbers_db [None req-611cb4fd-1973-4039-9e73-45f29c582064 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource fb0a8826-f7c8-4f7e-aedb-68e4eb63a778 (type: ports) to 1 2026-04-27 13:14:36.723 7 INFO neutron.db.ovn_revision_numbers_db [None req-134c257f-8345-401f-ac13-0675cd168620 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource d0b12204-98ed-43d9-a3f8-d63437561f85 (type: floatingips) to 4 2026-04-27 13:14:36.828 7 INFO neutron.db.ovn_revision_numbers_db [None req-134c257f-8345-401f-ac13-0675cd168620 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Successfully bumped revision number for resource d0b12204-98ed-43d9-a3f8-d63437561f85 (type: floatingips) to 5 2026-04-27 13:14:36.829 7 INFO neutron.db.l3_db [None req-134c257f-8345-401f-ac13-0675cd168620 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Floating IP d0b12204-98ed-43d9-a3f8-d63437561f85 associated. External IP: 10.96.250.211, port: 4e4393ab-f8b3-4a9f-b4b9-eefef213e77e. [pid: 7|app: 0|req: 1237/2377] 10.0.0.253 () {34 vars in 749 bytes} [Mon Apr 27 13:14:36 2026] PUT /v2.0/floatingips/d0b12204-98ed-43d9-a3f8-d63437561f85 => generated 855 bytes in 664 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:36.909 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b357b31-6ce7-41d7-b985-801e6a764de0'] response: {'name': 'network-changed', 'server_uuid': '4c9a7ce6-5c4d-41e9-8399-ffa291f85365', 'tag': '4e4393ab-f8b3-4a9f-b4b9-eefef213e77e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1238/2378] 10.0.0.253 () {32 vars in 729 bytes} [Mon Apr 27 13:14:36 2026] GET /v2.0/floatingips/d0b12204-98ed-43d9-a3f8-d63437561f85 => generated 857 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:37.376 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9fbf5a21-6b85-4d28-a68b-b8cc67deb446 - - - - - -] OVN reports status up for port: 3a8d1802-1719-4980-b78d-47196dff489e 2026-04-27 13:14:37.422 8 INFO neutron.plugins.ml2.plugin [None req-9fbf5a21-6b85-4d28-a68b-b8cc67deb446 - - - - - -] Attempt 1 to provision port 3a8d1802-1719-4980-b78d-47196dff489e [pid: 7|app: 0|req: 1239/2379] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:14:37 2026] GET /v2.0/ports?tenant_id=01df0048cd2c40e69efdc452b087c75f&device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => generated 1232 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2380] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:14:37 2026] GET /v2.0/networks?id=fdb2117c-db03-4199-a59a-11ae58cbfdc5 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2381] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:14:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4e4393ab-f8b3-4a9f-b4b9-eefef213e77e => generated 860 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2382] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:14:37 2026] GET /v2.0/subnets?id=4a5efb40-c100-4e51-b8d9-d6beff762bed => generated 677 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2383] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:14:37 2026] GET /v2.0/ports?network_id=fdb2117c-db03-4199-a59a-11ae58cbfdc5&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: 1244/2384] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:14:37 2026] GET /v2.0/networks/fdb2117c-db03-4199-a59a-11ae58cbfdc5?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:37.766 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-611cb4fd-1973-4039-9e73-45f29c582064 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] No more DHCP agents 2026-04-27 13:14:37.769 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-611cb4fd-1973-4039-9e73-45f29c582064 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Unable to schedule network 0807e61e-c708-4215-8b27-a6c18837a00e: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1245/2385] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:14:37 2026] GET /v2.0/networks/fdb2117c-db03-4199-a59a-11ae58cbfdc5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:37.898 8 INFO neutron.db.ovn_revision_numbers_db [None req-9fbf5a21-6b85-4d28-a68b-b8cc67deb446 - - - - - -] Successfully bumped revision number for resource 3a8d1802-1719-4980-b78d-47196dff489e (type: ports) to 4 2026-04-27 13:14:38.352 8 INFO neutron.common.ovn.utils [None req-8a478c89-2777-4c5e-bdb8-8f25fc9e625a - - - - - -] HA Chassis Group neutron-0807e61e-c708-4215-8b27-a6c18837a00e synchronized; highest priority chassis cf88c82c-664b-42f9-a266-c27775cdf8a2 2026-04-27 13:14:38.354 8 INFO neutron.db.ovn_revision_numbers_db [None req-611cb4fd-1973-4039-9e73-45f29c582064 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource fb0a8826-f7c8-4f7e-aedb-68e4eb63a778 (type: router_ports) to 1 [pid: 8|app: 0|req: 1141/2386] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:14:35 2026] PUT /v2.0/routers/c0d825ec-227a-4828-b3fc-4c1c366fe9be/add_router_interface => generated 310 bytes in 2456 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:14:38.515 7 INFO neutron.db.ovn_revision_numbers_db [None req-cbb637a0-9a93-4ef8-b59c-3c726aaff14c 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Successfully bumped revision number for resource 84af6e7f-c687-4f22-96b3-220c1b3a9b32 (type: security_groups) to 1 2026-04-27 13:14:38.530 7 INFO neutron.db.ovn_revision_numbers_db [None req-cbb637a0-9a93-4ef8-b59c-3c726aaff14c 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Successfully bumped revision number for resource 1a720afb-a9de-497f-ac49-1719bae196f7 (type: security_group_rules) to 0 2026-04-27 13:14:38.548 7 INFO neutron.db.ovn_revision_numbers_db [None req-cbb637a0-9a93-4ef8-b59c-3c726aaff14c 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Successfully bumped revision number for resource 3290366f-eda4-429d-9ab0-57a08cdc9da8 (type: security_group_rules) to 0 2026-04-27 13:14:38.565 7 INFO neutron.db.ovn_revision_numbers_db [None req-cbb637a0-9a93-4ef8-b59c-3c726aaff14c 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Successfully bumped revision number for resource 4a2aa79f-0b7a-4977-865e-3b239b33ec81 (type: security_group_rules) to 0 2026-04-27 13:14:38.582 7 INFO neutron.db.ovn_revision_numbers_db [None req-cbb637a0-9a93-4ef8-b59c-3c726aaff14c 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Successfully bumped revision number for resource d20d16cc-6266-4c2f-a7e8-758063f8b8a4 (type: security_group_rules) to 0 2026-04-27 13:14:38.689 7 INFO neutron.db.segments_db [None req-cbb637a0-9a93-4ef8-b59c-3c726aaff14c 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Added segment 848c0d0c-66ca-4593-afaa-27e1a3321c8a of type geneve for network 2e2f07d8-7b09-4df5-955e-f3956e9fe2bf 2026-04-27 13:14:38.823 7 INFO neutron.db.ovn_revision_numbers_db [None req-cbb637a0-9a93-4ef8-b59c-3c726aaff14c 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Successfully bumped revision number for resource 2e2f07d8-7b09-4df5-955e-f3956e9fe2bf (type: networks) to 1 2026-04-27 13:14:38.949 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-57c7f2fc-6b36-45d7-be79-efed0d6f254f - - - - - -] No more DHCP agents 2026-04-27 13:14:38.950 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-57c7f2fc-6b36-45d7-be79-efed0d6f254f - - - - - -] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:39.005 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cbb637a0-9a93-4ef8-b59c-3c726aaff14c 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] No more DHCP agents 2026-04-27 13:14:39.007 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cbb637a0-9a93-4ef8-b59c-3c726aaff14c 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Unable to schedule network 2e2f07d8-7b09-4df5-955e-f3956e9fe2bf: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:39.099 8 INFO neutron.db.ovn_revision_numbers_db [None req-57c7f2fc-6b36-45d7-be79-efed0d6f254f - - - - - -] Successfully bumped revision number for resource b349426a-8b58-4a3f-b2f1-ebcb982d2dd0 (type: ports) to 1 2026-04-27 13:14:39.143 7 INFO neutron.db.ovn_revision_numbers_db [None req-cbb637a0-9a93-4ef8-b59c-3c726aaff14c 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Successfully bumped revision number for resource 0f4dc9d3-2bbe-47df-8d5f-6ff8dd28b557 (type: ports) to 1 [pid: 7|app: 0|req: 1246/2387] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:14:38 2026] POST /v2.0/networks => generated 670 bytes in 1171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:39.259 7 INFO neutron.db.segments_db [None req-022ef861-a8a9-45b9-9805-36cfbda62bf5 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Added segment d9c09862-7b79-41a0-be2e-eecfd9d8db62 of type geneve for network fded4b73-9541-40a5-8d59-1c5c4883ae27 2026-04-27 13:14:39.324 8 INFO neutron.db.ovn_revision_numbers_db [None req-57c7f2fc-6b36-45d7-be79-efed0d6f254f - - - - - -] Successfully bumped revision number for resource b349426a-8b58-4a3f-b2f1-ebcb982d2dd0 (type: ports) to 3 2026-04-27 13:14:39.394 8 INFO neutron.db.segments_db [None req-57c7f2fc-6b36-45d7-be79-efed0d6f254f - - - - - -] Added segment a0569f66-5e24-49b2-92ce-1012ab361d21 of type geneve for network 03be1497-e9d0-4f08-8225-0add4765e9d1 2026-04-27 13:14:39.395 7 INFO neutron.db.ovn_revision_numbers_db [None req-022ef861-a8a9-45b9-9805-36cfbda62bf5 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Successfully bumped revision number for resource fded4b73-9541-40a5-8d59-1c5c4883ae27 (type: networks) to 1 2026-04-27 13:14:39.512 8 INFO neutron.db.ovn_revision_numbers_db [None req-dec7f594-de75-4818-a70f-1aa45a626c47 - - - - - -] Successfully bumped revision number for resource 03be1497-e9d0-4f08-8225-0add4765e9d1 (type: networks) to 1 2026-04-27 13:14:39.581 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-022ef861-a8a9-45b9-9805-36cfbda62bf5 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] No more DHCP agents 2026-04-27 13:14:39.583 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-022ef861-a8a9-45b9-9805-36cfbda62bf5 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Unable to schedule network fded4b73-9541-40a5-8d59-1c5c4883ae27: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:39.659 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8a478c89-2777-4c5e-bdb8-8f25fc9e625a - - - - - -] OVN reports status down for port: 8ca33c62-2cc8-4d0d-a77c-24b5c976f857 2026-04-27 13:14:39.684 7 INFO neutron.db.ovn_revision_numbers_db [None req-022ef861-a8a9-45b9-9805-36cfbda62bf5 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Successfully bumped revision number for resource 8ca33c62-2cc8-4d0d-a77c-24b5c976f857 (type: ports) to 1 2026-04-27 13:14:39.686 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dec7f594-de75-4818-a70f-1aa45a626c47 - - - - - -] No more DHCP agents 2026-04-27 13:14:39.689 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dec7f594-de75-4818-a70f-1aa45a626c47 - - - - - -] Unable to schedule network 03be1497-e9d0-4f08-8225-0add4765e9d1: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1247/2388] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:14:39 2026] POST /v2.0/networks => generated 669 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:39.787 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8a478c89-2777-4c5e-bdb8-8f25fc9e625a - - - - - -] OVN reports status down for port: 5fdfa262-11b9-4774-a753-86e9320e4d59 2026-04-27 13:14:39.835 8 INFO neutron.db.ovn_revision_numbers_db [None req-dec7f594-de75-4818-a70f-1aa45a626c47 - - - - - -] Successfully bumped revision number for resource 5fdfa262-11b9-4774-a753-86e9320e4d59 (type: ports) to 1 2026-04-27 13:14:39.839 7 INFO neutron.db.segments_db [None req-1f3f9d6d-de9b-456f-b841-ac118040373d 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Added segment b1022135-15d0-4c61-b32f-ce26a6842558 of type geneve for network 3f27d1f8-c96d-4fca-a300-f54f7fff4fb9 2026-04-27 13:14:39.958 7 INFO neutron.db.ovn_revision_numbers_db [None req-1f3f9d6d-de9b-456f-b841-ac118040373d 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Successfully bumped revision number for resource 3f27d1f8-c96d-4fca-a300-f54f7fff4fb9 (type: networks) to 1 2026-04-27 13:14:40.018 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dec7f594-de75-4818-a70f-1aa45a626c47 - - - - - -] No more DHCP agents 2026-04-27 13:14:40.020 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dec7f594-de75-4818-a70f-1aa45a626c47 - - - - - -] Unable to schedule network 03be1497-e9d0-4f08-8225-0add4765e9d1: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:40.048 8 INFO neutron.db.ovn_revision_numbers_db [None req-dec7f594-de75-4818-a70f-1aa45a626c47 - - - - - -] Successfully bumped revision number for resource dcf9762e-e9d9-4c10-8c07-b53153adf189 (type: subnets) to 0 2026-04-27 13:14:40.123 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1f3f9d6d-de9b-456f-b841-ac118040373d 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] No more DHCP agents 2026-04-27 13:14:40.124 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1f3f9d6d-de9b-456f-b841-ac118040373d 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Unable to schedule network 3f27d1f8-c96d-4fca-a300-f54f7fff4fb9: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:40.211 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8a478c89-2777-4c5e-bdb8-8f25fc9e625a - - - - - -] OVN reports status down for port: a8dc4b90-c0a7-4eee-ba97-1d2328fbc4e2 2026-04-27 13:14:40.219 7 INFO neutron.db.ovn_revision_numbers_db [None req-1f3f9d6d-de9b-456f-b841-ac118040373d 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Successfully bumped revision number for resource a8dc4b90-c0a7-4eee-ba97-1d2328fbc4e2 (type: ports) to 1 [pid: 7|app: 0|req: 1248/2389] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:14:39 2026] POST /v2.0/networks => generated 670 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:40.366 7 INFO neutron.db.segments_db [None req-c645be33-288d-4df7-8d20-57a0c7f1ab21 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Added segment 28161be2-0a1c-4a37-a46a-64deb3d1f00d of type geneve for network de7b60cc-d83d-40f2-9686-795e35b40225 2026-04-27 13:14:40.501 7 INFO neutron.db.ovn_revision_numbers_db [None req-c645be33-288d-4df7-8d20-57a0c7f1ab21 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Successfully bumped revision number for resource de7b60cc-d83d-40f2-9686-795e35b40225 (type: networks) to 1 2026-04-27 13:14:40.579 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dec7f594-de75-4818-a70f-1aa45a626c47 - - - - - -] No more DHCP agents 2026-04-27 13:14:40.581 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dec7f594-de75-4818-a70f-1aa45a626c47 - - - - - -] Unable to schedule network 03be1497-e9d0-4f08-8225-0add4765e9d1: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:40.701 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c645be33-288d-4df7-8d20-57a0c7f1ab21 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] No more DHCP agents 2026-04-27 13:14:40.704 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c645be33-288d-4df7-8d20-57a0c7f1ab21 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Unable to schedule network de7b60cc-d83d-40f2-9686-795e35b40225: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:40.726 8 INFO neutron.db.ovn_revision_numbers_db [None req-dec7f594-de75-4818-a70f-1aa45a626c47 - - - - - -] Successfully bumped revision number for resource 1d91eab3-f8dd-46c4-8162-fb85a6f9c7f8 (type: ports) to 1 2026-04-27 13:14:40.784 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8a478c89-2777-4c5e-bdb8-8f25fc9e625a - - - - - -] OVN reports status down for port: d5b07004-b822-4e74-9c85-ac833c46d2ab 2026-04-27 13:14:40.793 7 INFO neutron.db.ovn_revision_numbers_db [None req-c645be33-288d-4df7-8d20-57a0c7f1ab21 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Successfully bumped revision number for resource d5b07004-b822-4e74-9c85-ac833c46d2ab (type: ports) to 1 [pid: 7|app: 0|req: 1249/2390] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:14:40 2026] POST /v2.0/networks => generated 669 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:40.913 7 INFO neutron.db.segments_db [None req-133ee0cd-5a27-48f6-a417-18b4bad860c4 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Added segment 3b702b05-039d-4a23-81f3-8b5d35f1a3d4 of type geneve for network 2cb7abc3-a9f2-4155-b007-efbbab760006 2026-04-27 13:14:41.012 7 INFO neutron.db.ovn_revision_numbers_db [None req-133ee0cd-5a27-48f6-a417-18b4bad860c4 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Successfully bumped revision number for resource 2cb7abc3-a9f2-4155-b007-efbbab760006 (type: networks) to 1 2026-04-27 13:14:41.181 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-133ee0cd-5a27-48f6-a417-18b4bad860c4 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] No more DHCP agents 2026-04-27 13:14:41.182 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-133ee0cd-5a27-48f6-a417-18b4bad860c4 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Unable to schedule network 2cb7abc3-a9f2-4155-b007-efbbab760006: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:41.258 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8a478c89-2777-4c5e-bdb8-8f25fc9e625a - - - - - -] OVN reports status down for port: 0444c654-e6df-426f-9976-a0e042af97c1 2026-04-27 13:14:41.261 7 INFO neutron.db.ovn_revision_numbers_db [None req-133ee0cd-5a27-48f6-a417-18b4bad860c4 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Successfully bumped revision number for resource 0444c654-e6df-426f-9976-a0e042af97c1 (type: ports) to 1 [pid: 7|app: 0|req: 1250/2391] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:14:40 2026] POST /v2.0/networks => generated 669 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2392] 10.0.0.253 () {34 vars in 753 bytes} [Mon Apr 27 13:14:41 2026] PUT /v2.0/networks/2e2f07d8-7b09-4df5-955e-f3956e9fe2bf/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:41.423 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-7c87ac1d-a957-4962-9b14-aacf2a0b0a3e - - - - - -] No hosting information found for port cacfcfde-3622-4c9d-8b1b-0933e1f62264: RuntimeError: No hosting information found for port cacfcfde-3622-4c9d-8b1b-0933e1f62264 2026-04-27 13:14:41.425 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7c87ac1d-a957-4962-9b14-aacf2a0b0a3e - - - - - -] OVN reports status down for port: fb0a8826-f7c8-4f7e-aedb-68e4eb63a778 [pid: 7|app: 0|req: 1252/2393] 10.0.0.253 () {34 vars in 753 bytes} [Mon Apr 27 13:14:41 2026] PUT /v2.0/networks/fded4b73-9541-40a5-8d59-1c5c4883ae27/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:41.542 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-7c87ac1d-a957-4962-9b14-aacf2a0b0a3e - - - - - -] Logical_Switch_Port fb0a8826-f7c8-4f7e-aedb-68e4eb63a778 host information not removed, the port state is up 2026-04-27 13:14:41.542 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7c87ac1d-a957-4962-9b14-aacf2a0b0a3e - - - - - -] OVN reports status up for port: fb0a8826-f7c8-4f7e-aedb-68e4eb63a778 2026-04-27 13:14:41.552 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dec7f594-de75-4818-a70f-1aa45a626c47 - - - - - -] No more DHCP agents 2026-04-27 13:14:41.553 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dec7f594-de75-4818-a70f-1aa45a626c47 - - - - - -] Unable to schedule network 03be1497-e9d0-4f08-8225-0add4765e9d1: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1253/2394] 10.0.0.253 () {34 vars in 753 bytes} [Mon Apr 27 13:14:41 2026] PUT /v2.0/networks/3f27d1f8-c96d-4fca-a300-f54f7fff4fb9/tags => generated 34 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:41.560 7 INFO neutron.plugins.ml2.plugin [None req-7c87ac1d-a957-4962-9b14-aacf2a0b0a3e - - - - - -] Attempt 1 to provision port fb0a8826-f7c8-4f7e-aedb-68e4eb63a778 [pid: 7|app: 0|req: 1254/2395] 10.0.0.253 () {34 vars in 753 bytes} [Mon Apr 27 13:14:41 2026] PUT /v2.0/networks/de7b60cc-d83d-40f2-9686-795e35b40225/tags => generated 19 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2396] 10.0.0.253 () {32 vars in 666 bytes} [Mon Apr 27 13:14:41 2026] GET /v2.0/networks?tags=red => generated 1988 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2397] 10.0.0.253 () {32 vars in 680 bytes} [Mon Apr 27 13:14:41 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1337 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2398] 10.0.0.253 () {32 vars in 676 bytes} [Mon Apr 27 13:14:41 2026] GET /v2.0/networks?tags-any=blue => generated 1337 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:41.995 8 INFO neutron.db.ovn_revision_numbers_db [None req-dec7f594-de75-4818-a70f-1aa45a626c47 - - - - - -] Successfully bumped revision number for resource 1d91eab3-f8dd-46c4-8162-fb85a6f9c7f8 (type: router_ports) to 1 [pid: 7|app: 0|req: 1258/2399] 10.0.0.253 () {32 vars in 688 bytes} [Mon Apr 27 13:14:41 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1988 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:42.213 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dec7f594-de75-4818-a70f-1aa45a626c47 - - - - - -] No more DHCP agents 2026-04-27 13:14:42.214 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dec7f594-de75-4818-a70f-1aa45a626c47 - - - - - -] Unable to schedule network 03be1497-e9d0-4f08-8225-0add4765e9d1: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1259/2400] 10.0.0.253 () {32 vars in 674 bytes} [Mon Apr 27 13:14:42 2026] GET /v2.0/networks?not-tags=red => generated 1986 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:42.336 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8a478c89-2777-4c5e-bdb8-8f25fc9e625a - - - - - -] OVN reports status down for port: a5277609-559b-4627-9fc5-c19d7628d821 2026-04-27 13:14:42.404 8 INFO neutron.db.ovn_revision_numbers_db [None req-dec7f594-de75-4818-a70f-1aa45a626c47 - - - - - -] Successfully bumped revision number for resource a5277609-559b-4627-9fc5-c19d7628d821 (type: ports) to 1 2026-04-27 13:14:42.499 7 INFO neutron.db.ovn_revision_numbers_db [None req-7c87ac1d-a957-4962-9b14-aacf2a0b0a3e - - - - - -] Successfully bumped revision number for resource fb0a8826-f7c8-4f7e-aedb-68e4eb63a778 (type: ports) to 2 [pid: 7|app: 0|req: 1260/2401] 10.0.0.253 () {32 vars in 688 bytes} [Mon Apr 27 13:14:42 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2637 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2402] 10.0.0.253 () {32 vars in 684 bytes} [Mon Apr 27 13:14:42 2026] GET /v2.0/networks?not-tags-any=blue => generated 2637 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2403] 10.0.0.253 () {32 vars in 696 bytes} [Mon Apr 27 13:14:42 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1986 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:42.731 8 INFO neutron.db.ovn_revision_numbers_db [None req-dec7f594-de75-4818-a70f-1aa45a626c47 - - - - - -] Successfully bumped revision number for resource a5277609-559b-4627-9fc5-c19d7628d821 (type: ports) to 3 2026-04-27 13:14:42.844 7 INFO neutron_taas.services.taas.taas_plugin [None req-367a6e10-1fa2-4f22-9c7a-33f5af659540 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] TaaS: Handle Delete Port: 0f4dc9d3-2bbe-47df-8d5f-6ff8dd28b557 2026-04-27 13:14:42.847 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-367a6e10-1fa2-4f22-9c7a-33f5af659540 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Tap Mirror: Handle Delete Port: 0f4dc9d3-2bbe-47df-8d5f-6ff8dd28b557 [pid: 8|app: 0|req: 1142/2404] 10.0.0.253 () {34 vars in 685 bytes} [Mon Apr 27 13:14:38 2026] POST /v2.0/vpn/vpnservices => generated 458 bytes in 4580 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2405] 10.0.0.253 () {32 vars in 663 bytes} [Mon Apr 27 13:14:42 2026] GET /v2.0/vpn/vpnservices => generated 1314 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:43.058 7 INFO neutron.services.segments.plugin [-] Segment 848c0d0c-66ca-4593-afaa-27e1a3321c8a resource provider aggregate not found 2026-04-27 13:14:43.064 7 INFO neutron.services.segments.plugin [-] Segment 848c0d0c-66ca-4593-afaa-27e1a3321c8a resource provider aggregate not found 2026-04-27 13:14:43.085 7 INFO neutron.services.segments.plugin [-] Segment 848c0d0c-66ca-4593-afaa-27e1a3321c8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 848c0d0c-66ca-4593-afaa-27e1a3321c8a found for delete ", "request_id": "req-1ec89f6e-3d4f-4493-8faa-fe0f8bc94f3d"}]} 2026-04-27 13:14:43.099 7 INFO neutron.services.segments.plugin [-] Segment 848c0d0c-66ca-4593-afaa-27e1a3321c8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 848c0d0c-66ca-4593-afaa-27e1a3321c8a found for delete ", "request_id": "req-97036beb-415e-426f-b5a6-19a4ef0f8f11"}]} [pid: 7|app: 0|req: 1263/2406] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:14:42 2026] DELETE /v2.0/networks/2e2f07d8-7b09-4df5-955e-f3956e9fe2bf => generated 0 bytes in 404 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:14:43.241 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd4fe3fc-78e3-40fb-87b5-525284320c67 7f72d65814804e599376fefb148be29b 329987d1f32742b6b94434ba499f6826 - - default default] TaaS: Handle Delete Port: b349426a-8b58-4a3f-b2f1-ebcb982d2dd0 2026-04-27 13:14:43.245 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd4fe3fc-78e3-40fb-87b5-525284320c67 7f72d65814804e599376fefb148be29b 329987d1f32742b6b94434ba499f6826 - - default default] Tap Mirror: Handle Delete Port: b349426a-8b58-4a3f-b2f1-ebcb982d2dd0 2026-04-27 13:14:43.280 7 INFO neutron_taas.services.taas.taas_plugin [None req-8fd12a2a-e13e-4711-8d1f-577fcbb67abe 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] TaaS: Handle Delete Port: 8ca33c62-2cc8-4d0d-a77c-24b5c976f857 2026-04-27 13:14:43.282 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fd12a2a-e13e-4711-8d1f-577fcbb67abe 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Tap Mirror: Handle Delete Port: 8ca33c62-2cc8-4d0d-a77c-24b5c976f857 2026-04-27 13:14:43.535 8 INFO neutron_taas.services.taas.taas_plugin [None req-9092fbb7-367e-4d52-a5bd-6e382790d185 - - - - - -] TaaS: Handle Delete Port: a5277609-559b-4627-9fc5-c19d7628d821 2026-04-27 13:14:43.537 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9092fbb7-367e-4d52-a5bd-6e382790d185 - - - - - -] Tap Mirror: Handle Delete Port: a5277609-559b-4627-9fc5-c19d7628d821 [pid: 7|app: 0|req: 1264/2407] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:14:43 2026] DELETE /v2.0/networks/fded4b73-9541-40a5-8d59-1c5c4883ae27 => generated 0 bytes in 404 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:14:43.694 7 INFO neutron_taas.services.taas.taas_plugin [None req-da497550-bac8-4a74-a170-bfdc09117ed3 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] TaaS: Handle Delete Port: a8dc4b90-c0a7-4eee-ba97-1d2328fbc4e2 2026-04-27 13:14:43.698 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da497550-bac8-4a74-a170-bfdc09117ed3 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Tap Mirror: Handle Delete Port: a8dc4b90-c0a7-4eee-ba97-1d2328fbc4e2 [pid: 7|app: 0|req: 1265/2408] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:14:43 2026] DELETE /v2.0/networks/3f27d1f8-c96d-4fca-a300-f54f7fff4fb9 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:14:43.914 8 INFO neutron_taas.services.taas.taas_plugin [None req-297d4bae-8f07-43da-b89c-aa37352a5a28 - - - - - -] TaaS: Handle Delete Port: 1d91eab3-f8dd-46c4-8162-fb85a6f9c7f8 2026-04-27 13:14:43.917 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-297d4bae-8f07-43da-b89c-aa37352a5a28 - - - - - -] Tap Mirror: Handle Delete Port: 1d91eab3-f8dd-46c4-8162-fb85a6f9c7f8 2026-04-27 13:14:44.023 7 INFO neutron_taas.services.taas.taas_plugin [None req-2bf4b2cc-bdf6-4c52-8bac-c794b645bf49 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] TaaS: Handle Delete Port: d5b07004-b822-4e74-9c85-ac833c46d2ab 2026-04-27 13:14:44.026 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bf4b2cc-bdf6-4c52-8bac-c794b645bf49 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Tap Mirror: Handle Delete Port: d5b07004-b822-4e74-9c85-ac833c46d2ab [pid: 7|app: 0|req: 1266/2409] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:14:43 2026] DELETE /v2.0/networks/de7b60cc-d83d-40f2-9686-795e35b40225 => generated 0 bytes in 358 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:14:44.389 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c12ec3d-cce8-4340-94fb-98a10c46c849 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] TaaS: Handle Delete Port: 0444c654-e6df-426f-9976-a0e042af97c1 2026-04-27 13:14:44.392 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c12ec3d-cce8-4340-94fb-98a10c46c849 5939a4e4fd134c0cafa8515958dfad76 95a212fd6f574938bfb50eaea528c9e3 - - default default] Tap Mirror: Handle Delete Port: 0444c654-e6df-426f-9976-a0e042af97c1 [pid: 7|app: 0|req: 1267/2410] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:14:44 2026] DELETE /v2.0/networks/2cb7abc3-a9f2-4155-b007-efbbab760006 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:14:44.728 8 INFO neutron_taas.services.taas.taas_plugin [None req-297d4bae-8f07-43da-b89c-aa37352a5a28 - - - - - -] TaaS: Handle Delete Port: 5fdfa262-11b9-4774-a753-86e9320e4d59 2026-04-27 13:14:44.730 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-297d4bae-8f07-43da-b89c-aa37352a5a28 - - - - - -] Tap Mirror: Handle Delete Port: 5fdfa262-11b9-4774-a753-86e9320e4d59 2026-04-27 13:14:44.916 8 INFO neutron.services.segments.plugin [-] Segment a0569f66-5e24-49b2-92ce-1012ab361d21 resource provider aggregate not found 2026-04-27 13:14:44.924 8 INFO neutron.services.segments.plugin [-] Segment a0569f66-5e24-49b2-92ce-1012ab361d21 resource provider aggregate not found 2026-04-27 13:14:44.940 8 INFO neutron.services.segments.plugin [-] Segment a0569f66-5e24-49b2-92ce-1012ab361d21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0569f66-5e24-49b2-92ce-1012ab361d21 found for delete ", "request_id": "req-6498f588-085f-4904-a1ab-ef2aa7649903"}]} 2026-04-27 13:14:44.948 8 INFO neutron.services.segments.plugin [-] Segment a0569f66-5e24-49b2-92ce-1012ab361d21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0569f66-5e24-49b2-92ce-1012ab361d21 found for delete ", "request_id": "req-7d38cd69-808e-45df-9b93-0142db4a5d07"}]} [pid: 8|app: 0|req: 1144/2411] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:42 2026] DELETE /v2.0/vpn/vpnservices/75dd8670-446d-445a-abe2-2e409e92eeb1 => generated 0 bytes in 2002 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2412] 10.0.0.253 () {34 vars in 693 bytes} [Mon Apr 27 13:14:44 2026] POST /v2.0/vpn/endpoint-groups => generated 302 bytes in 72 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: 1145/2413] 10.0.0.253 () {34 vars in 693 bytes} [Mon Apr 27 13:14:45 2026] POST /v2.0/vpn/endpoint-groups => generated 294 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:45.109 7 INFO neutron.services.segments.plugin [-] Segment d9c09862-7b79-41a0-be2e-eecfd9d8db62 resource provider aggregate not found 2026-04-27 13:14:45.117 7 INFO neutron.services.segments.plugin [-] Segment d9c09862-7b79-41a0-be2e-eecfd9d8db62 resource provider aggregate not found 2026-04-27 13:14:45.124 7 INFO neutron.services.segments.plugin [-] Segment d9c09862-7b79-41a0-be2e-eecfd9d8db62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9c09862-7b79-41a0-be2e-eecfd9d8db62 found for delete ", "request_id": "req-a2b253ca-60cf-4a20-a915-b78627d8784b"}]} 2026-04-27 13:14:45.128 7 WARNING neutron.api.v2.base [None req-77d8515f-9143-437d-8a67-d590daaf9ab6 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] An exception happened while processing the request body. The exception message is [Unrecognized attribute(s) 'peer_cidr'].: webob.exc.HTTPBadRequest: Unrecognized attribute(s) 'peer_cidr' 2026-04-27 13:14:45.129 7 INFO neutron.api.v2.resource [None req-77d8515f-9143-437d-8a67-d590daaf9ab6 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] create failed (client error): Unrecognized attribute(s) 'peer_cidr' [pid: 7|app: 0|req: 1269/2414] 10.0.0.253 () {34 vars in 707 bytes} [Mon Apr 27 13:14:45 2026] POST /v2.0/vpn/ipsec-site-connections => generated 110 bytes in 25 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-27 13:14:45.138 7 INFO neutron.services.segments.plugin [-] Segment d9c09862-7b79-41a0-be2e-eecfd9d8db62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9c09862-7b79-41a0-be2e-eecfd9d8db62 found for delete ", "request_id": "req-e1cb2312-3cd4-4a50-a557-52916fc37e05"}]} 2026-04-27 13:14:45.139 7 INFO neutron.services.segments.plugin [-] Segment b1022135-15d0-4c61-b32f-ce26a6842558 resource provider aggregate not found [pid: 8|app: 0|req: 1146/2415] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:14:45 2026] GET /v2.0/vpn/endpoint-groups => generated 1193 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:45.155 7 INFO neutron.services.segments.plugin [-] Segment b1022135-15d0-4c61-b32f-ce26a6842558 resource provider aggregate not found 2026-04-27 13:14:45.160 7 INFO neutron.services.segments.plugin [-] Segment b1022135-15d0-4c61-b32f-ce26a6842558 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1022135-15d0-4c61-b32f-ce26a6842558 found for delete ", "request_id": "req-390d067d-975a-42da-b8b9-9e8b3786a610"}]} 2026-04-27 13:14:45.177 7 INFO neutron.services.segments.plugin [-] Segment b1022135-15d0-4c61-b32f-ce26a6842558 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1022135-15d0-4c61-b32f-ce26a6842558 found for delete ", "request_id": "req-ea080aa9-1aec-4d81-b471-e48618db52ab"}]} 2026-04-27 13:14:45.181 7 INFO neutron.services.segments.plugin [-] Segment 28161be2-0a1c-4a37-a46a-64deb3d1f00d resource provider aggregate not found [pid: 7|app: 0|req: 1270/2416] 10.0.0.253 () {32 vars in 748 bytes} [Mon Apr 27 13:14:45 2026] DELETE /v2.0/vpn/endpoint-groups/10dcc891-db3f-443c-be48-474279b4b1f3 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:45.194 7 INFO neutron.services.segments.plugin [-] Segment 28161be2-0a1c-4a37-a46a-64deb3d1f00d resource provider aggregate not found 2026-04-27 13:14:45.200 7 INFO neutron.services.segments.plugin [-] Segment 28161be2-0a1c-4a37-a46a-64deb3d1f00d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28161be2-0a1c-4a37-a46a-64deb3d1f00d found for delete ", "request_id": "req-ca504025-86c4-4bd2-bd38-ff530027af67"}]} [pid: 8|app: 0|req: 1147/2417] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:14:45 2026] GET /v2.0/vpn/endpoint-groups => generated 917 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:45.217 7 INFO neutron.services.segments.plugin [-] Segment 28161be2-0a1c-4a37-a46a-64deb3d1f00d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28161be2-0a1c-4a37-a46a-64deb3d1f00d found for delete ", "request_id": "req-82a54a39-2572-4e4c-aadc-7e3409365f83"}]} 2026-04-27 13:14:45.218 7 INFO neutron.services.segments.plugin [-] Segment 3b702b05-039d-4a23-81f3-8b5d35f1a3d4 resource provider aggregate not found 2026-04-27 13:14:45.237 7 INFO neutron.services.segments.plugin [-] Segment 3b702b05-039d-4a23-81f3-8b5d35f1a3d4 resource provider aggregate not found 2026-04-27 13:14:45.240 7 INFO neutron.services.segments.plugin [-] Segment 3b702b05-039d-4a23-81f3-8b5d35f1a3d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b702b05-039d-4a23-81f3-8b5d35f1a3d4 found for delete ", "request_id": "req-99c7264f-0e6a-49f4-83f0-f51713160483"}]} [pid: 7|app: 0|req: 1271/2418] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:14:45 2026] GET /v2.0/vpn/endpoint-groups => generated 917 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:45.267 7 INFO neutron.services.segments.plugin [-] Segment 3b702b05-039d-4a23-81f3-8b5d35f1a3d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b702b05-039d-4a23-81f3-8b5d35f1a3d4 found for delete ", "request_id": "req-c7d9a3f4-15ed-4c2b-8131-1a9f5dba67f0"}]} [pid: 8|app: 0|req: 1148/2419] 10.0.0.253 () {32 vars in 748 bytes} [Mon Apr 27 13:14:45 2026] DELETE /v2.0/vpn/endpoint-groups/9145c6b8-95b6-4ba2-a4a6-509ceadbdeb9 => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2420] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:14:45 2026] GET /v2.0/vpn/endpoint-groups => generated 633 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2421] 10.0.0.253 () {34 vars in 693 bytes} [Mon Apr 27 13:14:45 2026] POST /v2.0/vpn/endpoint-groups => generated 302 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2422] 10.0.0.253 () {34 vars in 693 bytes} [Mon Apr 27 13:14:45 2026] POST /v2.0/vpn/endpoint-groups => generated 294 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:45.486 7 INFO neutron.api.v2.resource [None req-52e4cd60-0a91-4630-b6d7-577c3f0412ed 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] create failed (client error): The server could not comply with the request since it is either malformed or otherwise incorrect. [pid: 7|app: 0|req: 1274/2423] 10.0.0.253 () {34 vars in 707 bytes} [Mon Apr 27 13:14:45 2026] POST /v2.0/vpn/ipsec-site-connections => generated 170 bytes in 55 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2424] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:14:45 2026] GET /v2.0/vpn/endpoint-groups => generated 1193 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2425] 10.0.0.253 () {32 vars in 748 bytes} [Mon Apr 27 13:14:45 2026] DELETE /v2.0/vpn/endpoint-groups/ba76a316-7669-4e71-b6ae-91830d72c881 => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2426] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:14:45 2026] GET /v2.0/vpn/endpoint-groups => generated 917 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:45.559 8 WARNING neutron.db.securitygroups_db [None req-88771962-d49c-4a12-a31c-128fa8e6b762 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 1278/2427] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:14:45 2026] GET /v2.0/vpn/endpoint-groups => generated 917 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2428] 10.0.0.253 () {32 vars in 748 bytes} [Mon Apr 27 13:14:45 2026] DELETE /v2.0/vpn/endpoint-groups/b9aa9ad8-768c-4436-aea7-e2a2987a955d => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2429] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:14:45 2026] GET /v2.0/vpn/endpoint-groups => generated 633 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2430] 10.0.0.253 () {34 vars in 693 bytes} [Mon Apr 27 13:14:45 2026] POST /v2.0/vpn/endpoint-groups => generated 302 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:45.686 8 INFO neutron.db.ovn_revision_numbers_db [None req-88771962-d49c-4a12-a31c-128fa8e6b762 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 1fcba795-b523-4068-93a4-6a5e18fc10dc (type: security_groups) to 1 2026-04-27 13:14:45.696 7 WARNING neutron.api.v2.base [None req-830e1f65-52c8-47b5-9bae-25e6076da671 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] An exception happened while processing the request body. The exception message is [Failed to parse request. Required attribute 'peer_id' not specified].: webob.exc.HTTPBadRequest: Failed to parse request. Required attribute 'peer_id' not specified 2026-04-27 13:14:45.696 7 INFO neutron.api.v2.resource [None req-830e1f65-52c8-47b5-9bae-25e6076da671 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] create failed (client error): Failed to parse request. Required attribute 'peer_id' not specified [pid: 7|app: 0|req: 1282/2431] 10.0.0.253 () {34 vars in 707 bytes} [Mon Apr 27 13:14:45 2026] POST /v2.0/vpn/ipsec-site-connections => generated 140 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-27 13:14:45.700 8 INFO neutron.db.ovn_revision_numbers_db [None req-88771962-d49c-4a12-a31c-128fa8e6b762 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 9302c259-93fb-45ef-9746-be86cbebeb9f (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1283/2432] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:14:45 2026] GET /v2.0/vpn/endpoint-groups => generated 917 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:45.712 8 INFO neutron.db.ovn_revision_numbers_db [None req-88771962-d49c-4a12-a31c-128fa8e6b762 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 9b89c3bb-b662-4b8e-9a27-f8bec7f0dcf5 (type: security_group_rules) to 0 2026-04-27 13:14:45.723 8 INFO neutron.db.ovn_revision_numbers_db [None req-88771962-d49c-4a12-a31c-128fa8e6b762 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a4caf9e3-1f5d-4111-9c59-2a510f684f62 (type: security_group_rules) to 0 2026-04-27 13:14:45.734 8 INFO neutron.db.ovn_revision_numbers_db [None req-88771962-d49c-4a12-a31c-128fa8e6b762 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c481ff04-5ff9-4b43-8f37-31174f965b90 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1284/2433] 10.0.0.253 () {32 vars in 748 bytes} [Mon Apr 27 13:14:45 2026] DELETE /v2.0/vpn/endpoint-groups/c5838560-754a-4b82-8082-a4f373655b54 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2434] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:14:45 2026] GET /v2.0/vpn/endpoint-groups => generated 633 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2435] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:14:45 2026] GET /v2.0/security-groups?tenant_id=3548c28336f044a9a9d664a8598e370a&name=default => generated 2925 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2436] 10.0.0.253 () {34 vars in 693 bytes} [Mon Apr 27 13:14:45 2026] POST /v2.0/vpn/endpoint-groups => generated 294 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:45.809 7 WARNING neutron.api.v2.base [None req-44ab2bca-5163-43d9-8c94-803a067ffc78 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] An exception happened while processing the request body. The exception message is [Failed to parse request. Required attribute 'peer_id' not specified].: webob.exc.HTTPBadRequest: Failed to parse request. Required attribute 'peer_id' not specified 2026-04-27 13:14:45.809 7 INFO neutron.api.v2.resource [None req-44ab2bca-5163-43d9-8c94-803a067ffc78 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] create failed (client error): Failed to parse request. Required attribute 'peer_id' not specified [pid: 7|app: 0|req: 1287/2437] 10.0.0.253 () {34 vars in 707 bytes} [Mon Apr 27 13:14:45 2026] POST /v2.0/vpn/ipsec-site-connections => generated 140 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2438] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:14:45 2026] GET /v2.0/vpn/endpoint-groups => generated 909 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2439] 10.0.0.253 () {32 vars in 748 bytes} [Mon Apr 27 13:14:45 2026] DELETE /v2.0/vpn/endpoint-groups/9ca586ec-3e78-4e51-8b07-8fb3cbf5c8df => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2440] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:14:45 2026] GET /v2.0/vpn/endpoint-groups => generated 633 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2441] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:45 2026] DELETE /v2.0/security-groups/1fcba795-b523-4068-93a4-6a5e18fc10dc => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2442] 10.0.0.253 () {34 vars in 693 bytes} [Mon Apr 27 13:14:45 2026] POST /v2.0/vpn/endpoint-groups => generated 290 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2443] 10.0.0.253 () {34 vars in 693 bytes} [Mon Apr 27 13:14:45 2026] POST /v2.0/vpn/endpoint-groups => generated 300 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:46.039 7 WARNING neutron.db.securitygroups_db [None req-8ccf7f68-c32c-45d5-b705-4b0f111ec9f9 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 1292/2444] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:14:46 2026] GET /v2.0/security-groups?tenant_id=95a212fd6f574938bfb50eaea528c9e3&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2445] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:46 2026] DELETE /v2.0/security-groups/84af6e7f-c687-4f22-96b3-220c1b3a9b32 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:46.432 7 WARNING neutron.db.securitygroups_db [None req-32d58dff-b40f-4246-b8c2-eac215994efc c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:14:46.571 7 INFO neutron.db.ovn_revision_numbers_db [None req-32d58dff-b40f-4246-b8c2-eac215994efc c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b915a958-4452-4d29-a7fe-3d50223c9ce3 (type: security_groups) to 1 2026-04-27 13:14:46.585 7 INFO neutron.db.ovn_revision_numbers_db [None req-32d58dff-b40f-4246-b8c2-eac215994efc c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2a406e01-4048-4751-8904-c6662af83115 (type: security_group_rules) to 0 2026-04-27 13:14:46.598 7 INFO neutron.db.ovn_revision_numbers_db [None req-32d58dff-b40f-4246-b8c2-eac215994efc c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 453e6825-ef31-448d-89f7-dd514f0943c4 (type: security_group_rules) to 0 2026-04-27 13:14:46.611 7 INFO neutron.db.ovn_revision_numbers_db [None req-32d58dff-b40f-4246-b8c2-eac215994efc c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 7711bba4-467a-472a-b3ba-20f56ff17bc1 (type: security_group_rules) to 0 2026-04-27 13:14:46.624 7 INFO neutron.db.ovn_revision_numbers_db [None req-32d58dff-b40f-4246-b8c2-eac215994efc c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f89d4b58-96fc-47ba-900d-ebd0c5442869 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1294/2446] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:14:46 2026] GET /v2.0/security-groups?tenant_id=092ab3b1975e49308e0df5edfc73527e&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:46.724 8 INFO neutron.db.ovn_revision_numbers_db [None req-4acfb482-3648-4c2f-aa46-5cf1edf0e561 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 533f42c2-2190-4bf2-9654-2230c0a6a694 (type: routers) to 6 [pid: 8|app: 0|req: 1153/2447] 10.0.0.253 () {34 vars in 707 bytes} [Mon Apr 27 13:14:46 2026] POST /v2.0/vpn/ipsec-site-connections => generated 844 bytes in 740 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2448] 10.0.0.1 () {34 vars in 988 bytes} [Mon Apr 27 13:14:46 2026] GET /v2.0/ports?device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => generated 1232 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2449] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:46 2026] DELETE /v2.0/security-groups/b915a958-4452-4d29-a7fe-3d50223c9ce3 => 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: 1296/2450] 10.0.0.1 () {34 vars in 1038 bytes} [Mon Apr 27 13:14:46 2026] GET /v2.0/security-groups?id=9a2d95ab-58ae-489f-a4e0-3032513eae0a&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-04-27 13:14:47.414 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-2e3ee91a-7892-4211-8c0a-9464c1bb7f12 - - - - - -] No hosting information found for port fb0a8826-f7c8-4f7e-aedb-68e4eb63a778: RuntimeError: No hosting information found for port fb0a8826-f7c8-4f7e-aedb-68e4eb63a778 2026-04-27 13:14:47.420 8 INFO neutron.db.ovn_revision_numbers_db [None req-1f654f8e-a6dd-462a-a9f0-80758aa35ce9 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 533f42c2-2190-4bf2-9654-2230c0a6a694 (type: routers) to 7 [pid: 8|app: 0|req: 1155/2451] 10.0.0.253 () {32 vars in 762 bytes} [Mon Apr 27 13:14:46 2026] DELETE /v2.0/vpn/ipsec-site-connections/92ebc065-111f-41dc-8a23-d397d3577042 => generated 0 bytes in 625 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2452] 10.0.0.253 () {32 vars in 685 bytes} [Mon Apr 27 13:14:47 2026] GET /v2.0/vpn/ipsec-site-connections => generated 806 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:47.528 8 INFO neutron.api.v2.resource [None req-122e5fe4-1182-41c1-8e42-252fedceec20 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1156/2453] 10.0.0.253 () {32 vars in 762 bytes} [Mon Apr 27 13:14:47 2026] DELETE /v2.0/vpn/ipsec-site-connections/92ebc065-111f-41dc-8a23-d397d3577042 => generated 154 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:14:47.531 7 INFO neutron.db.ovn_revision_numbers_db [None req-2e3ee91a-7892-4211-8c0a-9464c1bb7f12 - - - - - -] Successfully bumped revision number for resource fb0a8826-f7c8-4f7e-aedb-68e4eb63a778 (type: router_ports) to 2 2026-04-27 13:14:47.532 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2e3ee91a-7892-4211-8c0a-9464c1bb7f12 - - - - - -] OVN reports status up for port: 97dbd457-795e-4a51-847e-f4df20e0edb9 [pid: 7|app: 0|req: 1298/2454] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:14:47 2026] GET /v2.0/vpn/endpoint-groups => generated 1187 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:47.552 7 INFO neutron.plugins.ml2.plugin [None req-2e3ee91a-7892-4211-8c0a-9464c1bb7f12 - - - - - -] Attempt 1 to provision port 97dbd457-795e-4a51-847e-f4df20e0edb9 [pid: 8|app: 0|req: 1157/2455] 10.0.0.253 () {32 vars in 748 bytes} [Mon Apr 27 13:14:47 2026] DELETE /v2.0/vpn/endpoint-groups/1b342478-d18b-43d9-befe-2dea1aa3dcdc => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2456] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:14:47 2026] GET /v2.0/vpn/endpoint-groups => generated 905 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2457] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:14:47 2026] GET /v2.0/vpn/endpoint-groups => generated 905 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2458] 10.0.0.253 () {32 vars in 748 bytes} [Mon Apr 27 13:14:47 2026] DELETE /v2.0/vpn/endpoint-groups/4ecb8e69-35ad-40e4-8ed7-f05f8ac8eb99 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2459] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:14:47 2026] GET /v2.0/vpn/endpoint-groups => generated 633 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2460] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:47 2026] GET /v2.0/ports?device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => generated 971 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:47.925 7 INFO neutron.db.ovn_revision_numbers_db [None req-2e3ee91a-7892-4211-8c0a-9464c1bb7f12 - - - - - -] Successfully bumped revision number for resource 97dbd457-795e-4a51-847e-f4df20e0edb9 (type: ports) to 4 [pid: 8|app: 0|req: 1161/2461] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:14:47 2026] GET /v2.0/security-groups?id=9a2d95ab-58ae-489f-a4e0-3032513eae0a&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:48.769 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7371a376-1a6d-4496-adcc-bb1d4ebf8e86 - - - - - -] OVN reports status down for port: b349426a-8b58-4a3f-b2f1-ebcb982d2dd0 2026-04-27 13:14:48.801 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7371a376-1a6d-4496-adcc-bb1d4ebf8e86 - - - - - -] OVN reports status down for port: 0f4dc9d3-2bbe-47df-8d5f-6ff8dd28b557 2026-04-27 13:14:48.816 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7371a376-1a6d-4496-adcc-bb1d4ebf8e86 - - - - - -] OVN reports status down for port: 1d91eab3-f8dd-46c4-8162-fb85a6f9c7f8 2026-04-27 13:14:48.862 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8a478c89-2777-4c5e-bdb8-8f25fc9e625a - - - - - -] OVN reports status down for port: 4e4393ab-f8b3-4a9f-b4b9-eefef213e77e 2026-04-27 13:14:48.868 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7371a376-1a6d-4496-adcc-bb1d4ebf8e86 - - - - - -] OVN reports status up for port: 1d91eab3-f8dd-46c4-8162-fb85a6f9c7f8 2026-04-27 13:14:48.901 7 ERROR ovsdbapp.event [None req-7371a376-1a6d-4496-adcc-bb1d4ebf8e86 - - - - - -] Unexpected exception in notify_loop: AttributeError: 'NoneType' object has no attribute 'external_ids' 2026-04-27 13:14:48.901 7 ERROR ovsdbapp.event Traceback (most recent call last): 2026-04-27 13:14:48.901 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/event.py", line 185, in notify_loop 2026-04-27 13:14:48.901 7 ERROR ovsdbapp.event match.run(event, row, updates) 2026-04-27 13:14:48.901 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/neutron/services/ovn_l3/ovsdb_monitor.py", line 86, in run 2026-04-27 13:14:48.901 7 ERROR ovsdbapp.event self.l3_plugin._ovn_client.link_network_ha_chassis_group( 2026-04-27 13:14:48.901 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_client.py", line 2422, in link_network_ha_chassis_group 2026-04-27 13:14:48.901 7 ERROR ovsdbapp.event hcg, _ = utils.sync_ha_chassis_group_network_unified( 2026-04-27 13:14:48.901 7 ERROR ovsdbapp.event ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-27 13:14:48.901 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/ovn/utils.py", line 217, in wrapped 2026-04-27 13:14:48.901 7 ERROR ovsdbapp.event return f(*args, **kwargs) 2026-04-27 13:14:48.901 7 ERROR ovsdbapp.event ^^^^^^^^^^^^^^^^^^ 2026-04-27 13:14:48.901 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/ovn/utils.py", line 1341, in sync_ha_chassis_group_network_unified 2026-04-27 13:14:48.901 7 ERROR ovsdbapp.event physnet = ls.external_ids.get(constants.OVN_PHYSNET_EXT_ID_KEY) 2026-04-27 13:14:48.901 7 ERROR ovsdbapp.event ^^^^^^^^^^^^^^^ 2026-04-27 13:14:48.901 7 ERROR ovsdbapp.event AttributeError: 'NoneType' object has no attribute 'external_ids' 2026-04-27 13:14:48.901 7 ERROR ovsdbapp.event 2026-04-27 13:14:49.014 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2278c15c-3fe7-42d2-ab44-0ab506b5b229'] response: {'server_uuid': '4c9a7ce6-5c4d-41e9-8399-ffa291f85365', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '4e4393ab-f8b3-4a9f-b4b9-eefef213e77e', 'code': 200} [pid: 8|app: 0|req: 1164/2464] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:49 2026] GET /v2.0/ports?device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2465] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:14:49 2026] GET /v2.0/security-groups?id=9a2d95ab-58ae-489f-a4e0-3032513eae0a&fields=id&fields=name => generated 113 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:49.243 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a478c89-2777-4c5e-bdb8-8f25fc9e625a - - - - - -] Successfully bumped revision number for resource 4e4393ab-f8b3-4a9f-b4b9-eefef213e77e (type: ports) to 6 2026-04-27 13:14:49.325 7 INFO neutron.db.ovn_revision_numbers_db [None req-221cd175-760a-4ed7-9714-e6cae90fc335 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 533f42c2-2190-4bf2-9654-2230c0a6a694 (type: routers) to 8 [pid: 7|app: 0|req: 1301/2466] 10.0.0.253 () {34 vars in 707 bytes} [Mon Apr 27 13:14:47 2026] POST /v2.0/vpn/ipsec-site-connections => generated 805 bytes in 1633 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:14:49.915 8 INFO neutron.db.ovn_revision_numbers_db [None req-317fe888-bbbb-47d1-a4c0-bc0885d65653 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 533f42c2-2190-4bf2-9654-2230c0a6a694 (type: routers) to 9 [pid: 8|app: 0|req: 1166/2467] 10.0.0.253 () {32 vars in 762 bytes} [Mon Apr 27 13:14:49 2026] DELETE /v2.0/vpn/ipsec-site-connections/0e5b1f34-4e00-4ab0-8b16-4f997429582e => generated 0 bytes in 582 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2468] 10.0.0.253 () {32 vars in 685 bytes} [Mon Apr 27 13:14:49 2026] GET /v2.0/vpn/ipsec-site-connections => generated 806 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:49.974 8 INFO neutron.api.v2.resource [None req-49b4e8e0-4e5b-441b-afab-cfd44862e729 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1167/2469] 10.0.0.253 () {32 vars in 762 bytes} [Mon Apr 27 13:14:49 2026] DELETE /v2.0/vpn/ipsec-site-connections/0e5b1f34-4e00-4ab0-8b16-4f997429582e => generated 154 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2470] 10.0.0.253 () {34 vars in 693 bytes} [Mon Apr 27 13:14:49 2026] POST /v2.0/vpn/endpoint-groups => generated 289 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2471] 10.0.0.253 () {30 vars in 702 bytes} [Mon Apr 27 13:14:50 2026] PUT /v2.0/vpn/endpoint-groups/24f74b8c-e696-4712-b931-92418c96fb20 => generated 289 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2472] 10.0.0.253 () {32 vars in 745 bytes} [Mon Apr 27 13:14:50 2026] GET /v2.0/vpn/endpoint-groups/24f74b8c-e696-4712-b931-92418c96fb20 => generated 289 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2473] 199.204.45.33 () {34 vars in 993 bytes} [Mon Apr 27 13:14:50 2026] GET /v2.0/ports?device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => 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: 1306/2474] 10.0.0.253 () {32 vars in 748 bytes} [Mon Apr 27 13:14:50 2026] DELETE /v2.0/vpn/endpoint-groups/24f74b8c-e696-4712-b931-92418c96fb20 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2475] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:14:50 2026] GET /v2.0/vpn/endpoint-groups => generated 633 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2476] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:14:50 2026] GET /v2.0/vpn/endpoint-groups => generated 633 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2477] 10.0.0.253 () {34 vars in 685 bytes} [Mon Apr 27 13:14:50 2026] POST /v2.0/vpn/ikepolicies => generated 402 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:50.177 8 INFO neutron_taas.services.taas.taas_plugin [req-07df492c-5279-4ef2-bdec-590be65825ab req-768f44ec-cda5-4aa3-83dc-e3eca335b90b e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] TaaS: Handle Delete Port: 4e4393ab-f8b3-4a9f-b4b9-eefef213e77e 2026-04-27 13:14:50.180 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-07df492c-5279-4ef2-bdec-590be65825ab req-768f44ec-cda5-4aa3-83dc-e3eca335b90b e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Tap Mirror: Handle Delete Port: 4e4393ab-f8b3-4a9f-b4b9-eefef213e77e [pid: 7|app: 0|req: 1310/2478] 10.0.0.253 () {30 vars in 695 bytes} [Mon Apr 27 13:14:50 2026] PUT /v2.0/vpn/ikepolicies/c51b1a50-8569-4167-aec1-1cbd78dc4204 => generated 419 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2479] 10.0.0.253 () {32 vars in 737 bytes} [Mon Apr 27 13:14:50 2026] GET /v2.0/vpn/ikepolicies/c51b1a50-8569-4167-aec1-1cbd78dc4204 => generated 419 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2480] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:50 2026] DELETE /v2.0/vpn/ikepolicies/c51b1a50-8569-4167-aec1-1cbd78dc4204 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2481] 10.0.0.253 () {32 vars in 663 bytes} [Mon Apr 27 13:14:50 2026] GET /v2.0/vpn/ikepolicies => generated 407 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2482] 10.0.0.253 () {32 vars in 663 bytes} [Mon Apr 27 13:14:50 2026] GET /v2.0/vpn/ikepolicies => generated 407 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2483] 10.0.0.253 () {34 vars in 689 bytes} [Mon Apr 27 13:14:50 2026] POST /v2.0/vpn/ipsecpolicies => generated 412 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2484] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:50 2026] GET /v2.0/ports?device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2485] 10.0.0.253 () {30 vars in 699 bytes} [Mon Apr 27 13:14:50 2026] PUT /v2.0/vpn/ipsecpolicies/8730e25b-2f29-432b-a469-ee56d8af795d => generated 431 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2486] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:14:50 2026] GET /v2.0/security-groups?id=9a2d95ab-58ae-489f-a4e0-3032513eae0a&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:50.413 8 INFO neutron.db.l3_db [req-07df492c-5279-4ef2-bdec-590be65825ab req-768f44ec-cda5-4aa3-83dc-e3eca335b90b e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Floating IP d0b12204-98ed-43d9-a3f8-d63437561f85 disassociated. External IP: 10.96.250.211, port: 4e4393ab-f8b3-4a9f-b4b9-eefef213e77e. [pid: 7|app: 0|req: 1319/2487] 10.0.0.253 () {32 vars in 744 bytes} [Mon Apr 27 13:14:50 2026] DELETE /v2.0/vpn/ipsecpolicies/8730e25b-2f29-432b-a469-ee56d8af795d => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:50.445 7 INFO neutron.api.v2.resource [None req-0f37dde2-633b-4f45-bf13-372d2ba51204 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1320/2488] 10.0.0.253 () {32 vars in 744 bytes} [Mon Apr 27 13:14:50 2026] DELETE /v2.0/vpn/ipsecpolicies/8730e25b-2f29-432b-a469-ee56d8af795d => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:14:50.458 7 INFO neutron.api.v2.resource [None req-1aa09235-0e1c-46c1-a953-bdcc7a1e24ca 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1321/2489] 10.0.0.253 () {32 vars in 744 bytes} [Mon Apr 27 13:14:50 2026] DELETE /v2.0/vpn/ipsecpolicies/8730e25b-2f29-432b-a469-ee56d8af795d => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:14:50.543 7 INFO neutron.db.segments_db [None req-433017c4-82f1-4446-b792-3cfe1a3c8616 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Added segment 830a3d90-2ee0-434f-9794-9deb3bf566bf of type geneve for network 25dd07fb-d7e8-44d4-9bc8-77ae767c152a [pid: 8|app: 0|req: 1169/2490] 199.204.45.33 () {36 vars in 996 bytes} [Mon Apr 27 13:14:50 2026] DELETE /v2.0/ports/4e4393ab-f8b3-4a9f-b4b9-eefef213e77e => generated 0 bytes in 479 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:14:50.667 7 INFO neutron.db.ovn_revision_numbers_db [None req-433017c4-82f1-4446-b792-3cfe1a3c8616 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 25dd07fb-d7e8-44d4-9bc8-77ae767c152a (type: networks) to 1 2026-04-27 13:14:50.820 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-433017c4-82f1-4446-b792-3cfe1a3c8616 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] No more DHCP agents 2026-04-27 13:14:50.821 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-433017c4-82f1-4446-b792-3cfe1a3c8616 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Unable to schedule network 25dd07fb-d7e8-44d4-9bc8-77ae767c152a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:50.876 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: 60a06932-2f99-4d78-86aa-73fc3e259420 2026-04-27 13:14:50.896 7 INFO neutron.db.ovn_revision_numbers_db [None req-433017c4-82f1-4446-b792-3cfe1a3c8616 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 60a06932-2f99-4d78-86aa-73fc3e259420 (type: ports) to 1 [pid: 7|app: 0|req: 1322/2491] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:14:50 2026] POST /v2.0/networks => generated 669 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:14:51.068 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0be5d2e0-1513-4b72-b19d-edcd0234c173'] response: {'server_uuid': '4c9a7ce6-5c4d-41e9-8399-ffa291f85365', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '4e4393ab-f8b3-4a9f-b4b9-eefef213e77e', 'code': 200} 2026-04-27 13:14:51.069 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0be5d2e0-1513-4b72-b19d-edcd0234c173'] response: {'server_uuid': '4c9a7ce6-5c4d-41e9-8399-ffa291f85365', 'name': 'network-vif-deleted', 'tag': '4e4393ab-f8b3-4a9f-b4b9-eefef213e77e', 'status': 'completed', 'code': 200} 2026-04-27 13:14:51.190 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-af27e12a-f42c-4671-b422-b249fa8d90b7 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] No more DHCP agents 2026-04-27 13:14:51.190 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-af27e12a-f42c-4671-b422-b249fa8d90b7 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Unable to schedule network 25dd07fb-d7e8-44d4-9bc8-77ae767c152a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:51.626 8 INFO neutron.db.ovn_revision_numbers_db [None req-af27e12a-f42c-4671-b422-b249fa8d90b7 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 60a06932-2f99-4d78-86aa-73fc3e259420 (type: ports) to 2 [pid: 7|app: 0|req: 1323/2492] 10.0.0.253 () {34 vars in 678 bytes} [Mon Apr 27 13:14:51 2026] POST /v2.0/qos/policies => generated 359 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2493] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:51 2026] GET /v2.0/ports?device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:51.681 8 INFO neutron.db.ovn_revision_numbers_db [None req-af27e12a-f42c-4671-b422-b249fa8d90b7 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 0a94e9c3-3752-4f36-803f-3999a53599ee (type: subnets) to 0 [pid: 8|app: 0|req: 1170/2494] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:14:50 2026] POST /v2.0/subnets => generated 629 bytes in 776 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2495] 10.0.0.253 () {34 vars in 678 bytes} [Mon Apr 27 13:14:51 2026] POST /v2.0/qos/policies => generated 359 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2496] 10.0.0.253 () {34 vars in 678 bytes} [Mon Apr 27 13:14:51 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2497] 10.0.0.253 () {34 vars in 678 bytes} [Mon Apr 27 13:14:51 2026] POST /v2.0/qos/policies => generated 359 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2498] 10.0.0.253 () {34 vars in 678 bytes} [Mon Apr 27 13:14:51 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:14:51.865 7 WARNING tagging [None req-d9395ef9-f8b6-48f6-99b0-1fd9bf3f6def e7c5dacb5ba84728a9e40ea535570e87 8913ddde5b604e1dae689ec11b2ccf41 - - default default] project_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: 1329/2499] 10.0.0.253 () {34 vars in 753 bytes} [Mon Apr 27 13:14:51 2026] PUT /v2.0/policies/f6ff741f-5bc6-44db-9216-bb8943ad8059/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:51.918 7 WARNING tagging [None req-f02f0caa-ef23-4de4-bcd0-d0cf97b9aa45 e7c5dacb5ba84728a9e40ea535570e87 8913ddde5b604e1dae689ec11b2ccf41 - - default default] project_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: 1330/2500] 10.0.0.253 () {34 vars in 753 bytes} [Mon Apr 27 13:14:51 2026] PUT /v2.0/policies/b847a767-fea6-464d-819c-81e446eaa426/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:51.966 7 WARNING tagging [None req-fe9bad1e-33db-496f-8383-5ffed3f766a7 e7c5dacb5ba84728a9e40ea535570e87 8913ddde5b604e1dae689ec11b2ccf41 - - default default] project_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: 1331/2501] 10.0.0.253 () {34 vars in 753 bytes} [Mon Apr 27 13:14:51 2026] PUT /v2.0/policies/9d90f960-97bf-4b4e-a91d-06ab5e5da619/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:52.017 7 WARNING tagging [None req-44bd640e-6e98-4a47-a3ac-74e659d13be9 e7c5dacb5ba84728a9e40ea535570e87 8913ddde5b604e1dae689ec11b2ccf41 - - default default] project_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: 1332/2502] 10.0.0.253 () {34 vars in 753 bytes} [Mon Apr 27 13:14:51 2026] PUT /v2.0/policies/832d9d08-1cb8-4512-8905-695d31394f29/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:52.083 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4abc8818-48e6-4639-b4cb-8f139fa4f8c0 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] No more DHCP agents 2026-04-27 13:14:52.084 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4abc8818-48e6-4639-b4cb-8f139fa4f8c0 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:52.202 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: 7e4f3192-fa8b-4d19-96c3-7dcbf510755b 2026-04-27 13:14:52.305 8 INFO neutron.db.ovn_revision_numbers_db [None req-4abc8818-48e6-4639-b4cb-8f139fa4f8c0 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 7e4f3192-fa8b-4d19-96c3-7dcbf510755b (type: ports) to 1 [pid: 7|app: 0|req: 1333/2503] 10.0.0.253 () {32 vars in 674 bytes} [Mon Apr 27 13:14:52 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2504] 10.0.0.253 () {32 vars in 688 bytes} [Mon Apr 27 13:14:52 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2505] 10.0.0.253 () {32 vars in 684 bytes} [Mon Apr 27 13:14:52 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2506] 10.0.0.253 () {32 vars in 696 bytes} [Mon Apr 27 13:14:52 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2507] 10.0.0.253 () {32 vars in 682 bytes} [Mon Apr 27 13:14:52 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2508] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:52 2026] GET /v2.0/ports?device_id=4c9a7ce6-5c4d-41e9-8399-ffa291f85365 => 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: 1339/2509] 10.0.0.253 () {32 vars in 696 bytes} [Mon Apr 27 13:14:52 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2510] 10.0.0.253 () {32 vars in 692 bytes} [Mon Apr 27 13:14:52 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2511] 10.0.0.253 () {32 vars in 704 bytes} [Mon Apr 27 13:14:52 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:53.006 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status up for port: 7e4f3192-fa8b-4d19-96c3-7dcbf510755b 2026-04-27 13:14:53.031 8 INFO neutron.plugins.ml2.plugin [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] Attempt 1 to provision port 7e4f3192-fa8b-4d19-96c3-7dcbf510755b 2026-04-27 13:14:53.063 8 INFO neutron.db.ovn_revision_numbers_db [None req-4abc8818-48e6-4639-b4cb-8f139fa4f8c0 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 7e4f3192-fa8b-4d19-96c3-7dcbf510755b (type: router_ports) to 1 [pid: 7|app: 0|req: 1342/2512] 10.0.0.253 () {32 vars in 734 bytes} [Mon Apr 27 13:14:53 2026] DELETE /v2.0/qos/policies/f6ff741f-5bc6-44db-9216-bb8943ad8059 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2513] 10.0.0.253 () {32 vars in 734 bytes} [Mon Apr 27 13:14:53 2026] DELETE /v2.0/qos/policies/b847a767-fea6-464d-819c-81e446eaa426 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:53.174 8 INFO neutron.db.ovn_revision_numbers_db [None req-4abc8818-48e6-4639-b4cb-8f139fa4f8c0 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 9c391c85-e8d7-4c35-9ede-5505415d827b (type: routers) to 2 [pid: 7|app: 0|req: 1344/2514] 10.0.0.253 () {32 vars in 734 bytes} [Mon Apr 27 13:14:53 2026] DELETE /v2.0/qos/policies/9d90f960-97bf-4b4e-a91d-06ab5e5da619 => 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: 1171/2515] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:14:51 2026] POST /v2.0/routers => generated 957 bytes in 1488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2516] 10.0.0.253 () {32 vars in 734 bytes} [Mon Apr 27 13:14:53 2026] DELETE /v2.0/qos/policies/832d9d08-1cb8-4512-8905-695d31394f29 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2517] 10.0.0.253 () {32 vars in 734 bytes} [Mon Apr 27 13:14:53 2026] DELETE /v2.0/qos/policies/99e2ac17-bae5-4e0d-ac05-fe4880685978 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:53.704 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4427088a-f4c6-4bdc-838d-c03c761f8a74 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] No more DHCP agents 2026-04-27 13:14:53.705 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4427088a-f4c6-4bdc-838d-c03c761f8a74 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Unable to schedule network 25dd07fb-d7e8-44d4-9bc8-77ae767c152a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:53.848 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7371a376-1a6d-4496-adcc-bb1d4ebf8e86 - - - - - -] OVN reports status down for port: 21183e33-abdc-4a37-a02a-6e4ec50c85e8 2026-04-27 13:14:53.857 8 INFO neutron.db.ovn_revision_numbers_db [None req-4427088a-f4c6-4bdc-838d-c03c761f8a74 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 21183e33-abdc-4a37-a02a-6e4ec50c85e8 (type: ports) to 1 [pid: 7|app: 0|req: 1347/2518] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:53 2026] DELETE /v2.0/security-groups/9a2d95ab-58ae-489f-a4e0-3032513eae0a => generated 0 bytes in 221 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:54.259 7 WARNING neutron.db.securitygroups_db [None req-e4775f1f-6dad-4127-aad1-7bf2a963215e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:14:54.370 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4775f1f-6dad-4127-aad1-7bf2a963215e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6ae20d7d-8aa6-4d1f-b307-e2adb853005f (type: security_groups) to 1 2026-04-27 13:14:54.383 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4775f1f-6dad-4127-aad1-7bf2a963215e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 46261a65-9352-4f31-88fa-6a4cac786a3f (type: security_group_rules) to 0 2026-04-27 13:14:54.402 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4775f1f-6dad-4127-aad1-7bf2a963215e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 7f6c1fc9-ba3a-457a-a7d5-0562b404a499 (type: security_group_rules) to 0 2026-04-27 13:14:54.415 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4775f1f-6dad-4127-aad1-7bf2a963215e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource aac4105c-d181-40c6-8f4d-d0c0717cb5d0 (type: security_group_rules) to 0 2026-04-27 13:14:54.428 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4775f1f-6dad-4127-aad1-7bf2a963215e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource abd3ee7f-86ff-4271-8fc0-46cb17d72407 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1348/2519] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:14:54 2026] GET /v2.0/security-groups?tenant_id=b7aaab0b61614376a7b4a4c3ae88d6f5&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:54.531 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7371a376-1a6d-4496-adcc-bb1d4ebf8e86 - - - - - -] OVN reports status up for port: 21183e33-abdc-4a37-a02a-6e4ec50c85e8 2026-04-27 13:14:54.555 7 INFO neutron.plugins.ml2.plugin [None req-7371a376-1a6d-4496-adcc-bb1d4ebf8e86 - - - - - -] Attempt 1 to provision port 21183e33-abdc-4a37-a02a-6e4ec50c85e8 2026-04-27 13:14:54.590 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4427088a-f4c6-4bdc-838d-c03c761f8a74 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] No more DHCP agents 2026-04-27 13:14:54.591 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4427088a-f4c6-4bdc-838d-c03c761f8a74 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Unable to schedule network 25dd07fb-d7e8-44d4-9bc8-77ae767c152a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:54.657 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd3386b7-275f-4006-850f-bf54d693f1b0 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] TaaS: Handle Delete Port: 83b1a8e1-611f-4eb3-a034-736c62d75097 2026-04-27 13:14:54.663 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd3386b7-275f-4006-850f-bf54d693f1b0 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Tap Mirror: Handle Delete Port: 83b1a8e1-611f-4eb3-a034-736c62d75097 [pid: 7|app: 0|req: 1349/2520] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:14:54 2026] DELETE /v2.0/floatingips/d0b12204-98ed-43d9-a3f8-d63437561f85 => generated 0 bytes in 456 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:54.994 8 INFO neutron.db.ovn_revision_numbers_db [None req-4427088a-f4c6-4bdc-838d-c03c761f8a74 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 21183e33-abdc-4a37-a02a-6e4ec50c85e8 (type: router_ports) to 1 [pid: 8|app: 0|req: 1172/2521] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:14:53 2026] PUT /v2.0/routers/9c391c85-e8d7-4c35-9ede-5505415d827b/add_router_interface => generated 310 bytes in 1808 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:55.301 7 INFO neutron.db.ovn_revision_numbers_db [None req-7371a376-1a6d-4496-adcc-bb1d4ebf8e86 - - - - - -] Successfully bumped revision number for resource 21183e33-abdc-4a37-a02a-6e4ec50c85e8 (type: ports) to 2 [pid: 7|app: 0|req: 1350/2522] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:54 2026] DELETE /v2.0/security-groups/6ae20d7d-8aa6-4d1f-b307-e2adb853005f => generated 0 bytes in 408 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2523] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:55 2026] GET /v2.0/ports?device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => generated 971 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:55.470 7 WARNING neutron.db.securitygroups_db [None req-0cf0b39c-bb3e-4a59-953f-25b3e84f294b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:14:55.594 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3bd79e3b-142c-4f58-b2f7-c145ec5a0836 - - - - - -] No more DHCP agents 2026-04-27 13:14:55.596 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3bd79e3b-142c-4f58-b2f7-c145ec5a0836 - - - - - -] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:55.599 7 INFO neutron.db.ovn_revision_numbers_db [None req-0cf0b39c-bb3e-4a59-953f-25b3e84f294b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 16ebfc0e-d37f-45cd-b8be-ea7c605c60b8 (type: security_groups) to 1 2026-04-27 13:14:55.609 7 INFO neutron.db.ovn_revision_numbers_db [None req-0cf0b39c-bb3e-4a59-953f-25b3e84f294b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 07a075a1-7df7-4322-b51d-e7593eddd09b (type: security_group_rules) to 0 2026-04-27 13:14:55.620 7 INFO neutron.db.ovn_revision_numbers_db [None req-0cf0b39c-bb3e-4a59-953f-25b3e84f294b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 47123c22-6280-4aa0-afe1-40816c07fadf (type: security_group_rules) to 0 2026-04-27 13:14:55.633 7 INFO neutron.db.ovn_revision_numbers_db [None req-0cf0b39c-bb3e-4a59-953f-25b3e84f294b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 54c311cf-075d-444b-8d49-1cc3e9e23777 (type: security_group_rules) to 0 2026-04-27 13:14:55.645 7 INFO neutron.db.ovn_revision_numbers_db [None req-0cf0b39c-bb3e-4a59-953f-25b3e84f294b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c718c17f-f49c-4c83-bee8-cb9a178f3eeb (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1352/2524] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:14:55 2026] GET /v2.0/security-groups?tenant_id=402294168b6d4cc8a394019e46a74081&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:55.740 8 INFO neutron.db.ovn_revision_numbers_db [None req-3bd79e3b-142c-4f58-b2f7-c145ec5a0836 - - - - - -] Successfully bumped revision number for resource 256a43b2-fe45-45a8-803b-f79833d42765 (type: ports) to 1 [pid: 7|app: 0|req: 1353/2525] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:14:55 2026] GET /v2.0/security-groups?id=a5d57cc1-494b-44c8-ad5c-10c9e9f25bef&fields=id&fields=name => generated 113 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2526] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:55 2026] DELETE /v2.0/security-groups/16ebfc0e-d37f-45cd-b8be-ea7c605c60b8 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:14:55.988 8 INFO neutron.db.ovn_revision_numbers_db [None req-3bd79e3b-142c-4f58-b2f7-c145ec5a0836 - - - - - -] Successfully bumped revision number for resource 256a43b2-fe45-45a8-803b-f79833d42765 (type: ports) to 3 2026-04-27 13:14:56.054 8 INFO neutron.db.segments_db [None req-3bd79e3b-142c-4f58-b2f7-c145ec5a0836 - - - - - -] Added segment e7d781c4-9fad-488d-bac1-6aac33cd0c76 of type geneve for network c1b47408-6280-4394-a181-568a9c523922 2026-04-27 13:14:56.149 7 WARNING neutron.db.securitygroups_db [None req-66f39131-624d-431f-a0d4-f259aac4844a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:14:56.209 8 INFO neutron.db.ovn_revision_numbers_db [None req-965733e9-247d-4bc4-931e-699c593311ac - - - - - -] Successfully bumped revision number for resource c1b47408-6280-4394-a181-568a9c523922 (type: networks) to 1 2026-04-27 13:14:56.327 7 INFO neutron.db.ovn_revision_numbers_db [None req-66f39131-624d-431f-a0d4-f259aac4844a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e475174d-e325-4c88-9c2e-37fbadb7959f (type: security_groups) to 1 2026-04-27 13:14:56.339 7 INFO neutron.db.ovn_revision_numbers_db [None req-66f39131-624d-431f-a0d4-f259aac4844a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 33503288-a162-4e30-88cf-b5aa1c94e4b8 (type: security_group_rules) to 0 2026-04-27 13:14:56.351 7 INFO neutron.db.ovn_revision_numbers_db [None req-66f39131-624d-431f-a0d4-f259aac4844a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 3f408d06-2d2a-4e28-b3bd-80120e169e0d (type: security_group_rules) to 0 2026-04-27 13:14:56.358 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-965733e9-247d-4bc4-931e-699c593311ac - - - - - -] No more DHCP agents 2026-04-27 13:14:56.359 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-965733e9-247d-4bc4-931e-699c593311ac - - - - - -] Unable to schedule network c1b47408-6280-4394-a181-568a9c523922: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:56.365 7 INFO neutron.db.ovn_revision_numbers_db [None req-66f39131-624d-431f-a0d4-f259aac4844a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 891c01d0-e15c-45fe-b354-898131760a78 (type: security_group_rules) to 0 2026-04-27 13:14:56.376 7 INFO neutron.db.ovn_revision_numbers_db [None req-66f39131-624d-431f-a0d4-f259aac4844a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c6448db9-dfda-4e8f-b368-6dba9bdb59e5 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1355/2527] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:14:56 2026] GET /v2.0/security-groups?tenant_id=8913ddde5b604e1dae689ec11b2ccf41&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:56.445 8 INFO neutron.db.ovn_revision_numbers_db [None req-965733e9-247d-4bc4-931e-699c593311ac - - - - - -] Successfully bumped revision number for resource dfc866b1-b905-43d8-b0db-cbb254c2bff2 (type: ports) to 1 2026-04-27 13:14:56.555 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-965733e9-247d-4bc4-931e-699c593311ac - - - - - -] No more DHCP agents 2026-04-27 13:14:56.556 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-965733e9-247d-4bc4-931e-699c593311ac - - - - - -] Unable to schedule network c1b47408-6280-4394-a181-568a9c523922: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:56.587 8 INFO neutron.db.ovn_revision_numbers_db [None req-965733e9-247d-4bc4-931e-699c593311ac - - - - - -] Successfully bumped revision number for resource 6feac44e-850a-4169-8f91-768e60cd92e3 (type: subnets) to 0 [pid: 7|app: 0|req: 1356/2528] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:56 2026] DELETE /v2.0/security-groups/e475174d-e325-4c88-9c2e-37fbadb7959f => 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: 1357/2529] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:56 2026] GET /v2.0/ports?device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2530] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:14:56 2026] GET /v2.0/security-groups?id=a5d57cc1-494b-44c8-ad5c-10c9e9f25bef&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:56.934 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-965733e9-247d-4bc4-931e-699c593311ac - - - - - -] No more DHCP agents 2026-04-27 13:14:56.935 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-965733e9-247d-4bc4-931e-699c593311ac - - - - - -] Unable to schedule network c1b47408-6280-4394-a181-568a9c523922: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:57.079 8 INFO neutron.db.ovn_revision_numbers_db [None req-965733e9-247d-4bc4-931e-699c593311ac - - - - - -] Successfully bumped revision number for resource 6a64cc32-bed1-481b-b04e-8d00b62f4734 (type: ports) to 1 [pid: 7|app: 0|req: 1359/2531] 199.204.45.33 () {34 vars in 993 bytes} [Mon Apr 27 13:14:57 2026] GET /v2.0/ports?device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:14:57.549 7 INFO neutron_taas.services.taas.taas_plugin [req-499501f5-0be8-42b9-b05f-52cc9308ed0a req-3bbd02a9-fde5-4f81-b33a-38b57278f70a e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] TaaS: Handle Delete Port: 8ab3a376-5b73-4db2-a64a-30e32515c42e 2026-04-27 13:14:57.560 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-499501f5-0be8-42b9-b05f-52cc9308ed0a req-3bbd02a9-fde5-4f81-b33a-38b57278f70a e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Tap Mirror: Handle Delete Port: 8ab3a376-5b73-4db2-a64a-30e32515c42e [pid: 7|app: 0|req: 1360/2532] 199.204.45.33 () {36 vars in 996 bytes} [Mon Apr 27 13:14:57 2026] DELETE /v2.0/ports/8ab3a376-5b73-4db2-a64a-30e32515c42e => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:14:57.772 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-137fbcf1-3f20-4142-a74e-2e3c27f3d34c'] response: {'server_uuid': 'b506c527-ce28-467a-9154-f6ce02b4a51c', 'name': 'network-vif-deleted', 'tag': '8ab3a376-5b73-4db2-a64a-30e32515c42e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1361/2533] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:57 2026] GET /v2.0/ports?device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:58.062 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] No hosting information found for port 7e4f3192-fa8b-4d19-96c3-7dcbf510755b: RuntimeError: No hosting information found for port 7e4f3192-fa8b-4d19-96c3-7dcbf510755b 2026-04-27 13:14:58.137 8 INFO neutron.common.ovn.utils [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] HA Chassis Group neutron-25dd07fb-d7e8-44d4-9bc8-77ae767c152a synchronized; highest priority chassis cf88c82c-664b-42f9-a266-c27775cdf8a2 2026-04-27 13:14:58.165 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: 256a43b2-fe45-45a8-803b-f79833d42765 2026-04-27 13:14:58.275 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: 8ab3a376-5b73-4db2-a64a-30e32515c42e 2026-04-27 13:14:58.291 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: dfc866b1-b905-43d8-b0db-cbb254c2bff2 2026-04-27 13:14:58.454 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-965733e9-247d-4bc4-931e-699c593311ac - - - - - -] No more DHCP agents 2026-04-27 13:14:58.456 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-965733e9-247d-4bc4-931e-699c593311ac - - - - - -] Unable to schedule network c1b47408-6280-4394-a181-568a9c523922: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:14:58.900 8 INFO neutron.db.ovn_revision_numbers_db [None req-965733e9-247d-4bc4-931e-699c593311ac - - - - - -] Successfully bumped revision number for resource 6a64cc32-bed1-481b-b04e-8d00b62f4734 (type: router_ports) to 1 2026-04-27 13:14:59.094 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-965733e9-247d-4bc4-931e-699c593311ac - - - - - -] No more DHCP agents 2026-04-27 13:14:59.095 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-965733e9-247d-4bc4-931e-699c593311ac - - - - - -] Unable to schedule network c1b47408-6280-4394-a181-568a9c523922: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1362/2534] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:14:59 2026] GET /v2.0/ports?device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:14:59.232 8 INFO neutron.db.ovn_revision_numbers_db [None req-965733e9-247d-4bc4-931e-699c593311ac - - - - - -] Successfully bumped revision number for resource 439ebc5e-92c9-4300-9cb5-ddac33510228 (type: ports) to 1 2026-04-27 13:14:59.481 8 INFO neutron.db.ovn_revision_numbers_db [None req-965733e9-247d-4bc4-931e-699c593311ac - - - - - -] Successfully bumped revision number for resource 439ebc5e-92c9-4300-9cb5-ddac33510228 (type: ports) to 3 [pid: 8|app: 0|req: 1173/2535] 10.0.0.253 () {34 vars in 685 bytes} [Mon Apr 27 13:14:55 2026] POST /v2.0/vpn/vpnservices => generated 458 bytes in 4669 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2536] 10.0.0.253 () {32 vars in 663 bytes} [Mon Apr 27 13:14:59 2026] GET /v2.0/vpn/vpnservices => generated 1306 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:14:59.956 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d6fe408-ba58-45b9-8bbd-c85ade1bb372 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] TaaS: Handle Delete Port: 256a43b2-fe45-45a8-803b-f79833d42765 2026-04-27 13:14:59.959 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d6fe408-ba58-45b9-8bbd-c85ade1bb372 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Tap Mirror: Handle Delete Port: 256a43b2-fe45-45a8-803b-f79833d42765 2026-04-27 13:15:00.199 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef1dd313-b0ba-49ad-b2a4-1d65fc8fa9c5 - - - - - -] TaaS: Handle Delete Port: 439ebc5e-92c9-4300-9cb5-ddac33510228 2026-04-27 13:15:00.201 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef1dd313-b0ba-49ad-b2a4-1d65fc8fa9c5 - - - - - -] Tap Mirror: Handle Delete Port: 439ebc5e-92c9-4300-9cb5-ddac33510228 [pid: 7|app: 0|req: 1364/2537] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:15:00 2026] GET /v2.0/ports?device_id=b506c527-ce28-467a-9154-f6ce02b4a51c => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:00.508 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-b5d35307-0259-4caa-9039-d3c88ea39b34 - - - - - -] No hosting information found for port 21183e33-abdc-4a37-a02a-6e4ec50c85e8: RuntimeError: No hosting information found for port 21183e33-abdc-4a37-a02a-6e4ec50c85e8 2026-04-27 13:15:00.603 7 INFO neutron.db.ovn_revision_numbers_db [None req-b5d35307-0259-4caa-9039-d3c88ea39b34 - - - - - -] Successfully bumped revision number for resource 21183e33-abdc-4a37-a02a-6e4ec50c85e8 (type: router_ports) to 2 2026-04-27 13:15:00.640 8 INFO neutron_taas.services.taas.taas_plugin [None req-00b89fd8-bec5-4ff3-98cd-f5f416967945 - - - - - -] TaaS: Handle Delete Port: 6a64cc32-bed1-481b-b04e-8d00b62f4734 2026-04-27 13:15:00.648 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00b89fd8-bec5-4ff3-98cd-f5f416967945 - - - - - -] Tap Mirror: Handle Delete Port: 6a64cc32-bed1-481b-b04e-8d00b62f4734 2026-04-27 13:15:00.658 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5d35307-0259-4caa-9039-d3c88ea39b34 - - - - - -] OVN reports status down for port: 6a64cc32-bed1-481b-b04e-8d00b62f4734 2026-04-27 13:15:00.709 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-b5d35307-0259-4caa-9039-d3c88ea39b34 - - - - - -] Logical_Switch_Port 6a64cc32-bed1-481b-b04e-8d00b62f4734 host information not removed, the port state is up 2026-04-27 13:15:00.710 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5d35307-0259-4caa-9039-d3c88ea39b34 - - - - - -] OVN reports status up for port: 6a64cc32-bed1-481b-b04e-8d00b62f4734 2026-04-27 13:15:00.722 7 INFO neutron.plugins.ml2.plugin [None req-b5d35307-0259-4caa-9039-d3c88ea39b34 - - - - - -] Attempt 1 to provision port 6a64cc32-bed1-481b-b04e-8d00b62f4734 2026-04-27 13:15:00.782 7 INFO neutron.common.ovn.utils [None req-b5d35307-0259-4caa-9039-d3c88ea39b34 - - - - - -] HA Chassis Group neutron-c1b47408-6280-4394-a181-568a9c523922 synchronized; highest priority chassis cf88c82c-664b-42f9-a266-c27775cdf8a2 2026-04-27 13:15:00.820 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5d35307-0259-4caa-9039-d3c88ea39b34 - - - - - -] OVN reports status down for port: 439ebc5e-92c9-4300-9cb5-ddac33510228 2026-04-27 13:15:01.126 7 INFO neutron.db.ovn_revision_numbers_db [None req-05ed2e44-cc08-46aa-9675-a9b3bcf05b39 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource 5bd5f51a-95a9-4a4a-961a-6a9acdc1bbbf (type: security_groups) to 1 2026-04-27 13:15:01.156 7 INFO neutron.db.ovn_revision_numbers_db [None req-05ed2e44-cc08-46aa-9675-a9b3bcf05b39 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource 547ed83b-ed7b-4e02-9d9b-2e3c71483cf6 (type: security_group_rules) to 0 2026-04-27 13:15:01.168 7 INFO neutron.db.ovn_revision_numbers_db [None req-05ed2e44-cc08-46aa-9675-a9b3bcf05b39 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource 5b8a4970-cfc4-4d07-be36-42664d4a376e (type: security_group_rules) to 0 2026-04-27 13:15:01.180 7 INFO neutron.db.ovn_revision_numbers_db [None req-05ed2e44-cc08-46aa-9675-a9b3bcf05b39 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource a52fa4b3-6390-4e9a-906e-b470bdc2696b (type: security_group_rules) to 0 2026-04-27 13:15:01.191 7 INFO neutron.db.ovn_revision_numbers_db [None req-05ed2e44-cc08-46aa-9675-a9b3bcf05b39 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource db8d13c6-5c10-4ec4-a113-f865b6b7e9bc (type: security_group_rules) to 0 2026-04-27 13:15:01.293 7 INFO neutron.db.segments_db [None req-05ed2e44-cc08-46aa-9675-a9b3bcf05b39 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Added segment 39df7b30-09b5-4bc8-9323-e5674a088206 of type geneve for network edc02d66-1f55-484c-8c96-0c607c00e6a1 2026-04-27 13:15:01.428 7 INFO neutron.db.ovn_revision_numbers_db [None req-05ed2e44-cc08-46aa-9675-a9b3bcf05b39 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource edc02d66-1f55-484c-8c96-0c607c00e6a1 (type: networks) to 1 2026-04-27 13:15:01.541 8 INFO neutron_taas.services.taas.taas_plugin [None req-00b89fd8-bec5-4ff3-98cd-f5f416967945 - - - - - -] TaaS: Handle Delete Port: dfc866b1-b905-43d8-b0db-cbb254c2bff2 2026-04-27 13:15:01.546 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00b89fd8-bec5-4ff3-98cd-f5f416967945 - - - - - -] Tap Mirror: Handle Delete Port: dfc866b1-b905-43d8-b0db-cbb254c2bff2 2026-04-27 13:15:01.601 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-05ed2e44-cc08-46aa-9675-a9b3bcf05b39 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] No more DHCP agents 2026-04-27 13:15:01.603 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-05ed2e44-cc08-46aa-9675-a9b3bcf05b39 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Unable to schedule network edc02d66-1f55-484c-8c96-0c607c00e6a1: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:01.678 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: 22d8c26f-6ddf-43d9-8c1a-65aee7572708 2026-04-27 13:15:01.695 7 INFO neutron.db.ovn_revision_numbers_db [None req-05ed2e44-cc08-46aa-9675-a9b3bcf05b39 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource 22d8c26f-6ddf-43d9-8c1a-65aee7572708 (type: ports) to 1 [pid: 7|app: 0|req: 1365/2538] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:15:00 2026] POST /v2.0/networks => generated 670 bytes in 859 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:15:01.828 8 INFO neutron.services.segments.plugin [-] Segment e7d781c4-9fad-488d-bac1-6aac33cd0c76 resource provider aggregate not found 2026-04-27 13:15:01.830 8 INFO neutron.services.segments.plugin [-] Segment e7d781c4-9fad-488d-bac1-6aac33cd0c76 resource provider aggregate not found 2026-04-27 13:15:01.863 8 INFO neutron.services.segments.plugin [-] Segment e7d781c4-9fad-488d-bac1-6aac33cd0c76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7d781c4-9fad-488d-bac1-6aac33cd0c76 found for delete ", "request_id": "req-0dea9eaa-a70b-49bf-aedf-8558d4e2b9c7"}]} 2026-04-27 13:15:01.864 8 INFO neutron.services.segments.plugin [-] Segment e7d781c4-9fad-488d-bac1-6aac33cd0c76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7d781c4-9fad-488d-bac1-6aac33cd0c76 found for delete ", "request_id": "req-2cfc7a86-184d-49bf-95f6-9a3ce14cf076"}]} [pid: 7|app: 0|req: 1366/2539] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:01 2026] DELETE /v2.0/security-groups/a5d57cc1-494b-44c8-ad5c-10c9e9f25bef => 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: 1174/2540] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:14:59 2026] DELETE /v2.0/vpn/vpnservices/9463797a-0a0a-463d-a177-96b6fdf757c9 => generated 0 bytes in 2241 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: 1367/2541] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:15:01 2026] GET /v2.0/floatingips => generated 19 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2542] 10.0.0.253 () {32 vars in 663 bytes} [Mon Apr 27 13:15:02 2026] GET /v2.0/vpn/vpnservices => generated 862 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:15:02.127 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a85f6d9e-f7f1-437f-84ef-7b55db80c425 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] No more DHCP agents 2026-04-27 13:15:02.128 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a85f6d9e-f7f1-437f-84ef-7b55db80c425 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Unable to schedule network edc02d66-1f55-484c-8c96-0c607c00e6a1: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:02.297 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a27d29b-a30e-45a0-9ec6-c442c1235f3f e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] TaaS: Handle Delete Port: 956617b7-2ec8-4f46-9399-47cbe621764a 2026-04-27 13:15:02.300 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a27d29b-a30e-45a0-9ec6-c442c1235f3f e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Tap Mirror: Handle Delete Port: 956617b7-2ec8-4f46-9399-47cbe621764a 2026-04-27 13:15:02.596 8 INFO neutron.db.ovn_revision_numbers_db [None req-a85f6d9e-f7f1-437f-84ef-7b55db80c425 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource 22d8c26f-6ddf-43d9-8c1a-65aee7572708 (type: ports) to 2 2026-04-27 13:15:02.643 8 INFO neutron.db.ovn_revision_numbers_db [None req-a85f6d9e-f7f1-437f-84ef-7b55db80c425 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource d3b6d475-5168-4288-aae5-1ab3c348f8ef (type: subnets) to 0 [pid: 8|app: 0|req: 1175/2543] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:15:01 2026] POST /v2.0/subnets => generated 626 bytes in 714 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2544] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:15:02 2026] GET /v2.0/networks => generated 6941 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:02.797 8 INFO neutron.api.v2.resource [None req-8ffea2e1-754b-4193-b957-1a67d9a905ef 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] create failed (client error): The server could not comply with the request since it is either malformed or otherwise incorrect. [pid: 8|app: 0|req: 1177/2545] 10.0.0.253 () {34 vars in 707 bytes} [Mon Apr 27 13:15:02 2026] POST /v2.0/vpn/ipsec-site-connections => generated 127 bytes in 52 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2546] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:15:02 2026] PUT /v2.0/routers/099b8df8-5dc7-48cc-b131-36db70ac1ed8/remove_router_interface => generated 310 bytes in 861 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:15:02.887 8 INFO neutron.db.segments_db [None req-6be32333-a561-4b5c-a15d-b29a7c44f26f 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Added segment 24bfd10b-bc13-460e-bf57-7d6c37e189e3 of type geneve for network 8f62e1bd-8046-443e-8520-35d6d9a15190 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:15:03.012 8 INFO neutron.db.ovn_revision_numbers_db [None req-6be32333-a561-4b5c-a15d-b29a7c44f26f 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource 8f62e1bd-8046-443e-8520-35d6d9a15190 (type: networks) to 1 [pid: 7|app: 0|req: 1370/2547] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:15:02 2026] GET /v2.0/routers => generated 4004 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:03.077 7 INFO neutron.api.v2.resource [None req-616413f5-27da-4940-9ded-eafebee51191 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] create failed (client error): The server could not comply with the request since it is either malformed or otherwise incorrect. [pid: 7|app: 0|req: 1371/2548] 10.0.0.253 () {34 vars in 707 bytes} [Mon Apr 27 13:15:03 2026] POST /v2.0/vpn/ipsec-site-connections => generated 136 bytes in 58 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-27 13:15:03.174 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6be32333-a561-4b5c-a15d-b29a7c44f26f 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] No more DHCP agents 2026-04-27 13:15:03.176 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6be32333-a561-4b5c-a15d-b29a7c44f26f 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Unable to schedule network 8f62e1bd-8046-443e-8520-35d6d9a15190: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:03.239 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: 2fbd4588-6c55-4cab-b803-a4b59f74c7bb 2026-04-27 13:15:03.298 8 INFO neutron.db.ovn_revision_numbers_db [None req-6be32333-a561-4b5c-a15d-b29a7c44f26f 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource 2fbd4588-6c55-4cab-b803-a4b59f74c7bb (type: ports) to 1 [pid: 7|app: 0|req: 1372/2549] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:15:03 2026] DELETE /v2.0/subnets/4a5efb40-c100-4e51-b8d9-d6beff762bed => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2552] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:15:03 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:15:03.339 7 WARNING neutron.api.v2.base [None req-0bb370d8-05f4-49f6-858b-53b544a98796 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] An exception happened while processing the request body. The exception message is [Invalid input for dpd. Reason: '59' is not a dictionary.].: webob.exc.HTTPBadRequest: Invalid input for dpd. Reason: '59' is not a dictionary. 2026-04-27 13:15:03.339 7 INFO neutron.api.v2.resource [None req-0bb370d8-05f4-49f6-858b-53b544a98796 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] create failed (client error): Invalid input for dpd. Reason: '59' is not a dictionary. [pid: 7|app: 0|req: 1376/2553] 10.0.0.253 () {34 vars in 707 bytes} [Mon Apr 27 13:15:03 2026] POST /v2.0/vpn/ipsec-site-connections => generated 129 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2554] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:15:02 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: 8|app: 0|req: 1179/2555] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:15:03 2026] GET /v2.0/network-ip-availabilities => generated 6299 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2556] 10.0.0.253 () {34 vars in 693 bytes} [Mon Apr 27 13:15:03 2026] POST /v2.0/vpn/endpoint-groups => generated 293 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:15:03.662 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c3ebce36-1744-481a-9c6c-9160411884e7 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] No more DHCP agents 2026-04-27 13:15:03.663 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c3ebce36-1744-481a-9c6c-9160411884e7 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Unable to schedule network 8f62e1bd-8046-443e-8520-35d6d9a15190: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:03.723 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e559036-4884-4868-ab22-05a9cc550384 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] TaaS: Handle Delete Port: 10a65d08-b8d4-4503-b16a-63de97ae8bf6 2026-04-27 13:15:03.725 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e559036-4884-4868-ab22-05a9cc550384 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Tap Mirror: Handle Delete Port: 10a65d08-b8d4-4503-b16a-63de97ae8bf6 2026-04-27 13:15:04.138 8 INFO neutron.db.ovn_revision_numbers_db [None req-c3ebce36-1744-481a-9c6c-9160411884e7 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource 2fbd4588-6c55-4cab-b803-a4b59f74c7bb (type: ports) to 2 [pid: 7|app: 0|req: 1377/2557] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:15:03 2026] DELETE /v2.0/routers/099b8df8-5dc7-48cc-b131-36db70ac1ed8 => generated 0 bytes in 820 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:04.184 8 INFO neutron.db.ovn_revision_numbers_db [None req-c3ebce36-1744-481a-9c6c-9160411884e7 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource 8052568b-09e5-432a-ba31-4651fd66dff6 (type: subnets) to 0 [pid: 8|app: 0|req: 1181/2558] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:15:03 2026] POST /v2.0/subnets => generated 629 bytes in 751 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2559] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:15:04 2026] GET /v2.0/security-groups => generated 26113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-27 13:15:04.244 8 INFO neutron.api.v2.resource [None req-da608816-b882-4909-8a55-1c430b8a0a37 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] create failed (client error): The server could not comply with the request since it is either malformed or otherwise incorrect. [pid: 8|app: 0|req: 1182/2560] 10.0.0.253 () {34 vars in 707 bytes} [Mon Apr 27 13:15:04 2026] POST /v2.0/vpn/ipsec-site-connections => generated 149 bytes in 40 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-27 13:15:04.305 7 INFO neutron_taas.services.taas.taas_plugin [None req-4d60114c-5592-43d8-98f3-d5f89ae80b94 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] TaaS: Handle Delete Port: da01ec1e-f95e-4651-ad9d-0745262781e3 2026-04-27 13:15:04.307 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d60114c-5592-43d8-98f3-d5f89ae80b94 e35c6e72a282478f9d3d3f4d494c6097 01df0048cd2c40e69efdc452b087c75f - - default default] Tap Mirror: Handle Delete Port: da01ec1e-f95e-4651-ad9d-0745262781e3 2026-04-27 13:15:04.330 8 INFO neutron.db.segments_db [None req-d0134b2f-783b-42b8-a5b8-546b5dae0359 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Added segment a8c16324-9f8b-4dfb-b100-931790a9510c of type geneve for network a38dd526-500a-43bb-8dde-83bb8d5b0343 2026-04-27 13:15:04.482 8 INFO neutron.db.ovn_revision_numbers_db [None req-d0134b2f-783b-42b8-a5b8-546b5dae0359 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource a38dd526-500a-43bb-8dde-83bb8d5b0343 (type: networks) to 1 2026-04-27 13:15:04.517 7 INFO neutron.services.segments.plugin [-] Segment e4020086-f36a-4e1f-b2f5-1c0de9b9e630 resource provider aggregate not found 2026-04-27 13:15:04.524 7 INFO neutron.services.segments.plugin [-] Segment e4020086-f36a-4e1f-b2f5-1c0de9b9e630 resource provider aggregate not found 2026-04-27 13:15:04.544 7 INFO neutron.services.segments.plugin [-] Segment e4020086-f36a-4e1f-b2f5-1c0de9b9e630 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4020086-f36a-4e1f-b2f5-1c0de9b9e630 found for delete ", "request_id": "req-9f134b0a-9fe4-40bd-b679-6455662d98f1"}]} 2026-04-27 13:15:04.553 7 INFO neutron.services.segments.plugin [-] Segment e4020086-f36a-4e1f-b2f5-1c0de9b9e630 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4020086-f36a-4e1f-b2f5-1c0de9b9e630 found for delete ", "request_id": "req-a067e8c0-cb2b-467f-a09e-b2465a911fed"}]} [pid: 7|app: 0|req: 1379/2561] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:15:04 2026] DELETE /v2.0/networks/fdb2117c-db03-4199-a59a-11ae58cbfdc5 => generated 0 bytes in 360 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:04.670 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d0134b2f-783b-42b8-a5b8-546b5dae0359 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] No more DHCP agents 2026-04-27 13:15:04.671 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d0134b2f-783b-42b8-a5b8-546b5dae0359 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Unable to schedule network a38dd526-500a-43bb-8dde-83bb8d5b0343: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1380/2562] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:15:04 2026] GET /v2.0/ports => generated 20894 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-27 13:15:04.724 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: bd326d94-14be-4f3b-8062-670dbb074cc0 [pid: 7|app: 0|req: 1381/2563] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:15:04 2026] GET /v2.0/vpn/endpoint-groups => generated 908 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2564] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:15:04 2026] GET /v2.0/subnets => generated 5181 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:04.788 8 INFO neutron.db.ovn_revision_numbers_db [None req-d0134b2f-783b-42b8-a5b8-546b5dae0359 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource bd326d94-14be-4f3b-8062-670dbb074cc0 (type: ports) to 1 [pid: 7|app: 0|req: 1383/2565] 10.0.0.253 () {32 vars in 748 bytes} [Mon Apr 27 13:15:04 2026] DELETE /v2.0/vpn/endpoint-groups/bee551b9-f2ad-41a6-baba-9c20babba4e7 => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2566] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:15:04 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: 1385/2567] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:15:04 2026] GET /v2.0/vpn/endpoint-groups => generated 633 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2568] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:15:04 2026] POST /v2.0/networks => generated 669 bytes in 596 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2569] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:15:04 2026] GET /v2.0/subnets => generated 5181 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2570] 10.0.0.253 () {34 vars in 693 bytes} [Mon Apr 27 13:15:04 2026] POST /v2.0/vpn/endpoint-groups => generated 301 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2571] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:15:04 2026] GET /v2.0/agents => generated 1214 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:04.985 8 INFO neutron.api.v2.resource [None req-e274df45-a1e3-40d9-8e99-7795dbe0ee27 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] create failed (client error): The server could not comply with the request since it is either malformed or otherwise incorrect. [pid: 8|app: 0|req: 1186/2572] 10.0.0.253 () {34 vars in 707 bytes} [Mon Apr 27 13:15:04 2026] POST /v2.0/vpn/ipsec-site-connections => generated 148 bytes in 55 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2573] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:15:04 2026] GET /v2.0/vpn/endpoint-groups => generated 916 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2574] 10.0.0.253 () {32 vars in 748 bytes} [Mon Apr 27 13:15:05 2026] DELETE /v2.0/vpn/endpoint-groups/52473732-553c-46d5-bf0c-bf9bdf966efc => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2575] 10.0.0.253 () {32 vars in 671 bytes} [Mon Apr 27 13:15:05 2026] GET /v2.0/vpn/endpoint-groups => generated 633 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:15:05.073 8 WARNING neutron.api.v2.base [None req-cca05896-e4f2-48ed-9517-a70b716b1f31 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] An exception happened while processing the request body. The exception message is [Invalid input for peer_cidrs. Reason: '1.0.0.0/33' is not a valid IP subnet.].: webob.exc.HTTPBadRequest: Invalid input for peer_cidrs. Reason: '1.0.0.0/33' is not a valid IP subnet. 2026-04-27 13:15:05.074 8 INFO neutron.api.v2.resource [None req-cca05896-e4f2-48ed-9517-a70b716b1f31 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] create failed (client error): Invalid input for peer_cidrs. Reason: '1.0.0.0/33' is not a valid IP subnet. [pid: 8|app: 0|req: 1190/2576] 10.0.0.253 () {34 vars in 707 bytes} [Mon Apr 27 13:15:05 2026] POST /v2.0/vpn/ipsec-site-connections => generated 149 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-27 13:15:05.085 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4f5a49ed-42a8-452a-853b-a60e36ae6f2c 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] No more DHCP agents 2026-04-27 13:15:05.086 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4f5a49ed-42a8-452a-853b-a60e36ae6f2c 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Unable to schedule network a38dd526-500a-43bb-8dde-83bb8d5b0343: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:05.165 8 INFO neutron.db.segments_db [None req-1b72ce44-af7d-4958-98d6-04ec840430b7 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Added segment 4324b8c3-36f9-4651-8d57-3cc57bae245b of type geneve for network 0d3ff061-8c0f-461e-a2d9-cbd0ab0c8287 2026-04-27 13:15:05.297 8 INFO neutron.db.ovn_revision_numbers_db [None req-1b72ce44-af7d-4958-98d6-04ec840430b7 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 0d3ff061-8c0f-461e-a2d9-cbd0ab0c8287 (type: networks) to 1 2026-04-27 13:15:05.479 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1b72ce44-af7d-4958-98d6-04ec840430b7 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] No more DHCP agents 2026-04-27 13:15:05.480 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1b72ce44-af7d-4958-98d6-04ec840430b7 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Unable to schedule network 0d3ff061-8c0f-461e-a2d9-cbd0ab0c8287: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:05.530 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: 8ac5589f-bdb7-4377-a716-98f3e2018f3b 2026-04-27 13:15:05.593 7 INFO neutron.db.ovn_revision_numbers_db [None req-4f5a49ed-42a8-452a-853b-a60e36ae6f2c 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource bd326d94-14be-4f3b-8062-670dbb074cc0 (type: ports) to 2 2026-04-27 13:15:05.600 8 INFO neutron.db.ovn_revision_numbers_db [None req-1b72ce44-af7d-4958-98d6-04ec840430b7 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 8ac5589f-bdb7-4377-a716-98f3e2018f3b (type: ports) to 1 2026-04-27 13:15:05.635 7 INFO neutron.db.ovn_revision_numbers_db [None req-4f5a49ed-42a8-452a-853b-a60e36ae6f2c 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource 709d9ec7-694b-4a96-84d7-c3077e9a9932 (type: subnets) to 0 [pid: 8|app: 0|req: 1191/2577] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:15:05 2026] POST /v2.0/networks => generated 669 bytes in 558 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2578] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:15:04 2026] POST /v2.0/subnets => generated 629 bytes in 758 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:15:05.780 8 WARNING neutron.db.securitygroups_db [None req-ae8b1fc9-7990-42c4-9513-72ef38877a57 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 1192/2579] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:05 2026] GET /v2.0/security-groups?tenant_id=01df0048cd2c40e69efdc452b087c75f&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:05.855 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a7af4140-e8a7-4ecb-a5eb-fa7c7b9f6532 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] No more DHCP agents 2026-04-27 13:15:05.856 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a7af4140-e8a7-4ecb-a5eb-fa7c7b9f6532 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Unable to schedule network 0d3ff061-8c0f-461e-a2d9-cbd0ab0c8287: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:05.888 8 INFO neutron.db.segments_db [None req-93c55044-26df-4bb2-8970-8b01c36a2543 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Added segment 99d8027e-7d8d-41ff-ae73-038bc7b3f630 of type geneve for network 79f0a60b-661a-48fa-b1de-20557a59f30c 2026-04-27 13:15:06.007 8 INFO neutron.db.ovn_revision_numbers_db [None req-93c55044-26df-4bb2-8970-8b01c36a2543 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource 79f0a60b-661a-48fa-b1de-20557a59f30c (type: networks) to 1 2026-04-27 13:15:06.212 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-93c55044-26df-4bb2-8970-8b01c36a2543 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] No more DHCP agents 2026-04-27 13:15:06.214 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-93c55044-26df-4bb2-8970-8b01c36a2543 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Unable to schedule network 79f0a60b-661a-48fa-b1de-20557a59f30c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:06.267 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: 9e5ebc5d-1cbc-4a06-971e-1f99d4a952e0 2026-04-27 13:15:06.334 8 INFO neutron.db.ovn_revision_numbers_db [None req-93c55044-26df-4bb2-8970-8b01c36a2543 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource 9e5ebc5d-1cbc-4a06-971e-1f99d4a952e0 (type: ports) to 1 2026-04-27 13:15:06.341 7 INFO neutron.db.ovn_revision_numbers_db [None req-a7af4140-e8a7-4ecb-a5eb-fa7c7b9f6532 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 8ac5589f-bdb7-4377-a716-98f3e2018f3b (type: ports) to 2 [pid: 8|app: 0|req: 1193/2580] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:15:05 2026] POST /v2.0/networks => generated 670 bytes in 569 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:15:06.386 7 INFO neutron.db.ovn_revision_numbers_db [None req-a7af4140-e8a7-4ecb-a5eb-fa7c7b9f6532 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource a82d635b-6f94-49da-a208-fbbf73f29f15 (type: subnets) to 0 [pid: 7|app: 0|req: 1388/2581] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:15:05 2026] POST /v2.0/subnets => generated 629 bytes in 744 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2582] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:06 2026] DELETE /v2.0/security-groups/c76f6698-acc2-42a4-b149-b2795815ec8f => generated 0 bytes in 193 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:06.597 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-43af5978-4c3c-470b-9b91-83ac1f43763e 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] No more DHCP agents 2026-04-27 13:15:06.598 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-43af5978-4c3c-470b-9b91-83ac1f43763e 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Unable to schedule network 79f0a60b-661a-48fa-b1de-20557a59f30c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:07.043 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2c30ed29-f600-46bc-af98-0a40658e0b72 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] No more DHCP agents 2026-04-27 13:15:07.045 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2c30ed29-f600-46bc-af98-0a40658e0b72 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:07.053 7 INFO neutron.db.ovn_revision_numbers_db [None req-43af5978-4c3c-470b-9b91-83ac1f43763e 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource 9e5ebc5d-1cbc-4a06-971e-1f99d4a952e0 (type: ports) to 2 2026-04-27 13:15:07.084 7 INFO neutron.db.ovn_revision_numbers_db [None req-43af5978-4c3c-470b-9b91-83ac1f43763e 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource e7689009-844f-4834-8249-dabc7dba2538 (type: subnets) to 0 [pid: 7|app: 0|req: 1389/2583] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:15:06 2026] POST /v2.0/subnets => generated 629 bytes in 700 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:15:07.107 7 WARNING neutron.db.securitygroups_db [None req-75ca1b00-d81e-46d1-b4b7-6771519cc0ac c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:15:07.156 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5d35307-0259-4caa-9039-d3c88ea39b34 - - - - - -] OVN reports status down for port: 65b55de5-43a3-4092-9f1a-24dc4dcfcd6c 2026-04-27 13:15:07.186 8 INFO neutron.db.ovn_revision_numbers_db [None req-2c30ed29-f600-46bc-af98-0a40658e0b72 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 65b55de5-43a3-4092-9f1a-24dc4dcfcd6c (type: ports) to 1 2026-04-27 13:15:07.286 7 INFO neutron.db.ovn_revision_numbers_db [None req-75ca1b00-d81e-46d1-b4b7-6771519cc0ac c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource bc772f32-ff5b-4f89-beb5-adde96ae0367 (type: security_groups) to 1 2026-04-27 13:15:07.300 7 INFO neutron.db.ovn_revision_numbers_db [None req-75ca1b00-d81e-46d1-b4b7-6771519cc0ac c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 157985d9-d98d-456c-a69b-dbe9ecf21fc1 (type: security_group_rules) to 0 2026-04-27 13:15:07.323 7 INFO neutron.db.ovn_revision_numbers_db [None req-75ca1b00-d81e-46d1-b4b7-6771519cc0ac c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 4e64dd76-27a3-4f64-ab4d-6dcfa62499a6 (type: security_group_rules) to 0 2026-04-27 13:15:07.336 7 INFO neutron.db.ovn_revision_numbers_db [None req-75ca1b00-d81e-46d1-b4b7-6771519cc0ac c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 74475f89-ac66-4a60-b3e5-49c841ecba02 (type: security_group_rules) to 0 2026-04-27 13:15:07.359 7 INFO neutron.db.ovn_revision_numbers_db [None req-75ca1b00-d81e-46d1-b4b7-6771519cc0ac c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 784a92b8-8126-4d91-8318-f6b5ae48c671 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1390/2584] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:07 2026] GET /v2.0/security-groups?tenant_id=96c633863ef547b5bd39f11ea4a822a2&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:07.506 7 INFO neutron.db.segments_db [None req-29054e62-0bf4-4c4e-8904-3ca473c95dd9 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Added segment 03bba539-7dcc-48c9-ae0b-59249830fa18 of type geneve for network 4cf75167-acd1-40ab-8583-c5882b939426 2026-04-27 13:15:07.621 7 INFO neutron.db.ovn_revision_numbers_db [None req-29054e62-0bf4-4c4e-8904-3ca473c95dd9 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource 4cf75167-acd1-40ab-8583-c5882b939426 (type: networks) to 1 2026-04-27 13:15:07.803 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-29054e62-0bf4-4c4e-8904-3ca473c95dd9 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] No more DHCP agents 2026-04-27 13:15:07.804 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-29054e62-0bf4-4c4e-8904-3ca473c95dd9 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Unable to schedule network 4cf75167-acd1-40ab-8583-c5882b939426: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:07.870 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: 47b8849f-43ee-41ad-9d1b-ef19ee416a15 2026-04-27 13:15:07.890 7 INFO neutron.db.ovn_revision_numbers_db [None req-29054e62-0bf4-4c4e-8904-3ca473c95dd9 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource 47b8849f-43ee-41ad-9d1b-ef19ee416a15 (type: ports) to 1 [pid: 7|app: 0|req: 1391/2585] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:15:07 2026] POST /v2.0/networks => generated 670 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:15:07.950 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5d35307-0259-4caa-9039-d3c88ea39b34 - - - - - -] OVN reports status up for port: 65b55de5-43a3-4092-9f1a-24dc4dcfcd6c 2026-04-27 13:15:07.972 7 INFO neutron.plugins.ml2.plugin [None req-b5d35307-0259-4caa-9039-d3c88ea39b34 - - - - - -] Attempt 1 to provision port 65b55de5-43a3-4092-9f1a-24dc4dcfcd6c 2026-04-27 13:15:08.004 8 INFO neutron.db.ovn_revision_numbers_db [None req-2c30ed29-f600-46bc-af98-0a40658e0b72 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 65b55de5-43a3-4092-9f1a-24dc4dcfcd6c (type: router_ports) to 1 2026-04-27 13:15:08.118 8 INFO neutron.db.ovn_revision_numbers_db [None req-2c30ed29-f600-46bc-af98-0a40658e0b72 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 59b534ff-7412-428d-965a-f3862586e6f5 (type: routers) to 2 [pid: 8|app: 0|req: 1195/2586] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:15:06 2026] POST /v2.0/routers => generated 958 bytes in 1564 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2587] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:07 2026] DELETE /v2.0/security-groups/bc772f32-ff5b-4f89-beb5-adde96ae0367 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:08.300 7 INFO neutron.api.v2.resource [None req-a4a87df2-9d4a-4f76-96cc-71e8e061d1ac 7f72d65814804e599376fefb148be29b 329987d1f32742b6b94434ba499f6826 - - default default] create failed (client error): The server could not comply with the request since it is either malformed or otherwise incorrect. [pid: 7|app: 0|req: 1393/2588] 10.0.0.253 () {34 vars in 685 bytes} [Mon Apr 27 13:15:08 2026] POST /v2.0/vpn/vpnservices => generated 194 bytes in 123 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-27 13:15:08.340 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6a88a228-8da6-4223-bab4-332c8e68738d 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] No more DHCP agents 2026-04-27 13:15:08.342 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6a88a228-8da6-4223-bab4-332c8e68738d 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Unable to schedule network 4cf75167-acd1-40ab-8583-c5882b939426: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:08.528 7 INFO neutron_taas.services.taas.taas_plugin [None req-efdd0d9e-05d7-4434-8a33-1cc77d0b43de 7f72d65814804e599376fefb148be29b 329987d1f32742b6b94434ba499f6826 - - default default] TaaS: Handle Delete Port: 8ac5589f-bdb7-4377-a716-98f3e2018f3b 2026-04-27 13:15:08.530 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efdd0d9e-05d7-4434-8a33-1cc77d0b43de 7f72d65814804e599376fefb148be29b 329987d1f32742b6b94434ba499f6826 - - default default] Tap Mirror: Handle Delete Port: 8ac5589f-bdb7-4377-a716-98f3e2018f3b 2026-04-27 13:15:08.825 8 INFO neutron.db.ovn_revision_numbers_db [None req-6a88a228-8da6-4223-bab4-332c8e68738d 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource 47b8849f-43ee-41ad-9d1b-ef19ee416a15 (type: ports) to 2 2026-04-27 13:15:08.856 7 INFO neutron.services.segments.plugin [-] Segment 4324b8c3-36f9-4651-8d57-3cc57bae245b resource provider aggregate not found 2026-04-27 13:15:08.861 7 INFO neutron.services.segments.plugin [-] Segment 4324b8c3-36f9-4651-8d57-3cc57bae245b resource provider aggregate not found 2026-04-27 13:15:08.876 7 INFO neutron.services.segments.plugin [-] Segment 4324b8c3-36f9-4651-8d57-3cc57bae245b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4324b8c3-36f9-4651-8d57-3cc57bae245b found for delete ", "request_id": "req-2157052b-7bae-4c40-a868-e8a8a013102b"}]} 2026-04-27 13:15:08.879 8 INFO neutron.db.ovn_revision_numbers_db [None req-6a88a228-8da6-4223-bab4-332c8e68738d 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Successfully bumped revision number for resource b5188711-9847-4b4e-b82e-feba2226c45a (type: subnets) to 0 2026-04-27 13:15:08.885 7 INFO neutron.services.segments.plugin [-] Segment 4324b8c3-36f9-4651-8d57-3cc57bae245b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4324b8c3-36f9-4651-8d57-3cc57bae245b found for delete ", "request_id": "req-f34ec7cc-6cca-4ebc-8688-81e00194c8fa"}]} [pid: 8|app: 0|req: 1196/2589] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:15:08 2026] POST /v2.0/subnets => generated 629 bytes in 760 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2590] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:15:08 2026] DELETE /v2.0/networks/0d3ff061-8c0f-461e-a2d9-cbd0ab0c8287 => generated 0 bytes in 598 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2591] 10.0.0.253 () {34 vars in 751 bytes} [Mon Apr 27 13:15:08 2026] PUT /v2.0/subnets/d3b6d475-5168-4288-aae5-1ab3c348f8ef/tags => generated 17 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2592] 10.0.0.253 () {34 vars in 751 bytes} [Mon Apr 27 13:15:08 2026] PUT /v2.0/subnets/8052568b-09e5-432a-ba31-4651fd66dff6/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2593] 10.0.0.253 () {34 vars in 751 bytes} [Mon Apr 27 13:15:09 2026] PUT /v2.0/subnets/709d9ec7-694b-4a96-84d7-c3077e9a9932/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2594] 10.0.0.253 () {34 vars in 751 bytes} [Mon Apr 27 13:15:09 2026] PUT /v2.0/subnets/e7689009-844f-4834-8249-dabc7dba2538/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2595] 10.0.0.253 () {32 vars in 664 bytes} [Mon Apr 27 13:15:09 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2596] 10.0.0.253 () {32 vars in 678 bytes} [Mon Apr 27 13:15:09 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:09.235 7 INFO neutron_taas.services.taas.taas_plugin [None req-23a003fa-1d12-4b7e-9c7b-a108a773f0a4 7f72d65814804e599376fefb148be29b 329987d1f32742b6b94434ba499f6826 - - default default] TaaS: Handle Delete Port: 65b55de5-43a3-4092-9f1a-24dc4dcfcd6c 2026-04-27 13:15:09.238 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23a003fa-1d12-4b7e-9c7b-a108a773f0a4 7f72d65814804e599376fefb148be29b 329987d1f32742b6b94434ba499f6826 - - default default] Tap Mirror: Handle Delete Port: 65b55de5-43a3-4092-9f1a-24dc4dcfcd6c [pid: 8|app: 0|req: 1203/2597] 10.0.0.253 () {32 vars in 674 bytes} [Mon Apr 27 13:15:09 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2598] 10.0.0.253 () {32 vars in 686 bytes} [Mon Apr 27 13:15:09 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2599] 10.0.0.253 () {32 vars in 672 bytes} [Mon Apr 27 13:15:09 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2600] 10.0.0.253 () {32 vars in 686 bytes} [Mon Apr 27 13:15:09 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: 1207/2601] 10.0.0.253 () {32 vars in 682 bytes} [Mon Apr 27 13:15:09 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2602] 10.0.0.253 () {32 vars in 694 bytes} [Mon Apr 27 13:15:09 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2603] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:15:08 2026] DELETE /v2.0/routers/59b534ff-7412-428d-965a-f3862586e6f5 => generated 0 bytes in 756 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2604] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:15:09 2026] DELETE /v2.0/subnets/d3b6d475-5168-4288-aae5-1ab3c348f8ef => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:09.683 7 WARNING neutron.api.v2.base [None req-55d5b649-f649-462d-b3d2-88a26bd301c9 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] An exception happened while processing the request body. The exception message is [Invalid input for description. Reason: 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for description. Reason: 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy' exceeds maximum length of 255. 2026-04-27 13:15:09.683 7 INFO neutron.api.v2.resource [None req-55d5b649-f649-462d-b3d2-88a26bd301c9 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] create failed (client error): Invalid input for description. Reason: 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy' exceeds maximum length of 255. [pid: 7|app: 0|req: 1396/2605] 10.0.0.253 () {34 vars in 685 bytes} [Mon Apr 27 13:15:09 2026] POST /v2.0/vpn/vpnservices => generated 401 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-27 13:15:09.695 7 WARNING neutron.api.v2.base [None req-e59068f6-b7aa-42a2-8a45-2bde150cc478 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] An exception happened while processing the request body. The exception message is [Invalid input for name. Reason: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for name. Reason: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' exceeds maximum length of 255. 2026-04-27 13:15:09.696 7 INFO neutron.api.v2.resource [None req-e59068f6-b7aa-42a2-8a45-2bde150cc478 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] create failed (client error): Invalid input for name. Reason: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' exceeds maximum length of 255. [pid: 7|app: 0|req: 1397/2606] 10.0.0.253 () {34 vars in 685 bytes} [Mon Apr 27 13:15:09 2026] POST /v2.0/vpn/vpnservices => generated 394 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-27 13:15:09.737 7 INFO neutron.api.v2.resource [None req-4ff38a67-445f-43ca-afd9-453e4804752a 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] create failed (client error): The server could not comply with the request since it is either malformed or otherwise incorrect. [pid: 7|app: 0|req: 1398/2607] 10.0.0.253 () {34 vars in 693 bytes} [Mon Apr 27 13:15:09 2026] POST /v2.0/vpn/endpoint-groups => generated 183 bytes in 35 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-27 13:15:09.771 7 INFO neutron.api.v2.resource [None req-2e628df6-75bd-451b-a10e-a28522f1fd71 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] create failed (client error): The server could not comply with the request since it is either malformed or otherwise incorrect. [pid: 7|app: 0|req: 1399/2608] 10.0.0.253 () {34 vars in 693 bytes} [Mon Apr 27 13:15:09 2026] POST /v2.0/vpn/endpoint-groups => generated 160 bytes in 29 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-27 13:15:09.821 7 INFO neutron.api.v2.resource [None req-5edeaaed-7d79-42b2-9fd6-c1ade1be290c 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] create failed (client error): The server could not comply with the request since it is either malformed or otherwise incorrect. [pid: 7|app: 0|req: 1400/2609] 10.0.0.253 () {34 vars in 693 bytes} [Mon Apr 27 13:15:09 2026] POST /v2.0/vpn/endpoint-groups => generated 154 bytes in 44 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2610] 10.0.0.253 () {32 vars in 663 bytes} [Mon Apr 27 13:15:09 2026] GET /v2.0/vpn/ikepolicies => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2611] 10.0.0.253 () {32 vars in 667 bytes} [Mon Apr 27 13:15:09 2026] GET /v2.0/vpn/ipsecpolicies => generated 416 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2612] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:15:09 2026] DELETE /v2.0/subnets/8052568b-09e5-432a-ba31-4651fd66dff6 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2613] 10.0.0.253 () {32 vars in 685 bytes} [Mon Apr 27 13:15:09 2026] GET /v2.0/vpn/ipsec-site-connections => generated 796 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2614] 10.0.0.253 () {32 vars in 663 bytes} [Mon Apr 27 13:15:09 2026] GET /v2.0/vpn/vpnservices => generated 862 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2615] 10.0.0.253 () {32 vars in 745 bytes} [Mon Apr 27 13:15:09 2026] GET /v2.0/vpn/endpoint-groups/aa802b20-6c66-4ed0-a6d3-6b435c9229b4 => generated 328 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2616] 10.0.0.253 () {32 vars in 745 bytes} [Mon Apr 27 13:15:09 2026] GET /v2.0/vpn/endpoint-groups/57ccaa61-509e-4cb5-a437-e013f664179c => generated 320 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2617] 10.0.0.253 () {32 vars in 737 bytes} [Mon Apr 27 13:15:09 2026] GET /v2.0/vpn/ikepolicies/27cb8b77-accb-4618-959a-83b3ad1ca2d0 => generated 403 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2618] 10.0.0.253 () {32 vars in 741 bytes} [Mon Apr 27 13:15:09 2026] GET /v2.0/vpn/ipsecpolicies/66ce5653-b951-4b89-afcd-4653669976db => generated 412 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2619] 10.0.0.253 () {32 vars in 737 bytes} [Mon Apr 27 13:15:09 2026] GET /v2.0/vpn/vpnservices/8076efad-7648-4295-9565-cfc70c2af65f => generated 450 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2620] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:15:09 2026] DELETE /v2.0/subnets/709d9ec7-694b-4a96-84d7-c3077e9a9932 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2621] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:15:10 2026] DELETE /v2.0/subnets/e7689009-844f-4834-8249-dabc7dba2538 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2622] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:15:10 2026] DELETE /v2.0/subnets/b5188711-9847-4b4e-b82e-feba2226c45a => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:10.481 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7e095fc-b787-4b24-8f24-9b9e150b1da9 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] TaaS: Handle Delete Port: 22d8c26f-6ddf-43d9-8c1a-65aee7572708 2026-04-27 13:15:10.483 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7e095fc-b787-4b24-8f24-9b9e150b1da9 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Tap Mirror: Handle Delete Port: 22d8c26f-6ddf-43d9-8c1a-65aee7572708 2026-04-27 13:15:10.512 7 INFO neutron.db.ovn_revision_numbers_db [None req-cceb1688-7bcc-43d0-9466-a67a93c5ac65 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 533f42c2-2190-4bf2-9654-2230c0a6a694 (type: routers) to 10 [pid: 7|app: 0|req: 1410/2623] 10.0.0.253 () {32 vars in 762 bytes} [Mon Apr 27 13:15:09 2026] DELETE /v2.0/vpn/ipsec-site-connections/63d012de-1128-4ee9-bd67-92230ee0f100 => generated 0 bytes in 558 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2624] 10.0.0.253 () {32 vars in 748 bytes} [Mon Apr 27 13:15:10 2026] DELETE /v2.0/vpn/endpoint-groups/aa802b20-6c66-4ed0-a6d3-6b435c9229b4 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2625] 10.0.0.253 () {32 vars in 748 bytes} [Mon Apr 27 13:15:10 2026] DELETE /v2.0/vpn/endpoint-groups/57ccaa61-509e-4cb5-a437-e013f664179c => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2626] 10.0.0.253 () {32 vars in 744 bytes} [Mon Apr 27 13:15:10 2026] DELETE /v2.0/vpn/ipsecpolicies/66ce5653-b951-4b89-afcd-4653669976db => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:10.668 8 INFO neutron.services.segments.plugin [-] Segment 39df7b30-09b5-4bc8-9323-e5674a088206 resource provider aggregate not found 2026-04-27 13:15:10.673 8 INFO neutron.services.segments.plugin [-] Segment 39df7b30-09b5-4bc8-9323-e5674a088206 resource provider aggregate not found 2026-04-27 13:15:10.690 8 INFO neutron.services.segments.plugin [-] Segment 39df7b30-09b5-4bc8-9323-e5674a088206 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39df7b30-09b5-4bc8-9323-e5674a088206 found for delete ", "request_id": "req-d3c8ae9a-02bc-4f78-94ea-391f5ed35673"}]} 2026-04-27 13:15:10.692 8 INFO neutron.services.segments.plugin [-] Segment 39df7b30-09b5-4bc8-9323-e5674a088206 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39df7b30-09b5-4bc8-9323-e5674a088206 found for delete ", "request_id": "req-4c5c4fcd-dbcb-4edc-b110-029480c30b27"}]} [pid: 7|app: 0|req: 1414/2627] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:10 2026] DELETE /v2.0/vpn/ikepolicies/27cb8b77-accb-4618-959a-83b3ad1ca2d0 => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2628] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:15:10 2026] DELETE /v2.0/networks/edc02d66-1f55-484c-8c96-0c607c00e6a1 => 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: 1415/2629] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:10 2026] DELETE /v2.0/vpn/vpnservices/8076efad-7648-4295-9565-cfc70c2af65f => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:10.838 8 INFO neutron_taas.services.taas.taas_plugin [None req-1699ee94-5dff-4f61-9db7-be6588d92929 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] TaaS: Handle Delete Port: 2fbd4588-6c55-4cab-b803-a4b59f74c7bb 2026-04-27 13:15:10.841 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1699ee94-5dff-4f61-9db7-be6588d92929 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Tap Mirror: Handle Delete Port: 2fbd4588-6c55-4cab-b803-a4b59f74c7bb 2026-04-27 13:15:11.044 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a8f0d54-4145-43f8-b382-6212b3352906 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] TaaS: Handle Delete Port: 3a8d1802-1719-4980-b78d-47196dff489e 2026-04-27 13:15:11.047 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a8f0d54-4145-43f8-b382-6212b3352906 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Tap Mirror: Handle Delete Port: 3a8d1802-1719-4980-b78d-47196dff489e [pid: 8|app: 0|req: 1215/2630] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:15:10 2026] DELETE /v2.0/networks/8f62e1bd-8046-443e-8520-35d6d9a15190 => generated 0 bytes in 351 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:11.220 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d75bd80-ba5d-404a-b8f3-e8ef664d0744 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] TaaS: Handle Delete Port: bd326d94-14be-4f3b-8062-670dbb074cc0 2026-04-27 13:15:11.222 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d75bd80-ba5d-404a-b8f3-e8ef664d0744 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Tap Mirror: Handle Delete Port: bd326d94-14be-4f3b-8062-670dbb074cc0 2026-04-27 13:15:11.338 7 INFO neutron_taas.services.taas.taas_plugin [None req-adb1b74b-3e09-4f71-9a51-be11cfe98acc - - - - - -] TaaS: Handle Delete Port: 97dbd457-795e-4a51-847e-f4df20e0edb9 2026-04-27 13:15:11.341 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-adb1b74b-3e09-4f71-9a51-be11cfe98acc - - - - - -] Tap Mirror: Handle Delete Port: 97dbd457-795e-4a51-847e-f4df20e0edb9 [pid: 8|app: 0|req: 1216/2631] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:15:11 2026] DELETE /v2.0/networks/a38dd526-500a-43bb-8dde-83bb8d5b0343 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:11.565 8 INFO neutron_taas.services.taas.taas_plugin [None req-1076c19d-18fa-4198-924d-73d4c3f9da46 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] TaaS: Handle Delete Port: 9e5ebc5d-1cbc-4a06-971e-1f99d4a952e0 2026-04-27 13:15:11.567 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1076c19d-18fa-4198-924d-73d4c3f9da46 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Tap Mirror: Handle Delete Port: 9e5ebc5d-1cbc-4a06-971e-1f99d4a952e0 2026-04-27 13:15:11.690 7 INFO neutron_taas.services.taas.taas_plugin [None req-b989e55f-6d7c-4195-841c-50acc68bbe29 - - - - - -] TaaS: Handle Delete Port: f6df57d7-e000-48e0-8566-a9323c9e0bfb 2026-04-27 13:15:11.692 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b989e55f-6d7c-4195-841c-50acc68bbe29 - - - - - -] Tap Mirror: Handle Delete Port: f6df57d7-e000-48e0-8566-a9323c9e0bfb [pid: 8|app: 0|req: 1217/2632] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:15:11 2026] DELETE /v2.0/networks/79f0a60b-661a-48fa-b1de-20557a59f30c => generated 0 bytes in 363 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:11.936 8 INFO neutron_taas.services.taas.taas_plugin [None req-be2ba871-3111-4c03-961f-e3927a15ca47 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] TaaS: Handle Delete Port: 47b8849f-43ee-41ad-9d1b-ef19ee416a15 2026-04-27 13:15:11.940 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be2ba871-3111-4c03-961f-e3927a15ca47 09628db849174ea9ac5049b6bcd6abf1 02947a43b9ef43e785b944c1e38eefad - - default default] Tap Mirror: Handle Delete Port: 47b8849f-43ee-41ad-9d1b-ef19ee416a15 [pid: 8|app: 0|req: 1218/2633] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:15:11 2026] DELETE /v2.0/networks/4cf75167-acd1-40ab-8583-c5882b939426 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:12.545 7 INFO neutron_taas.services.taas.taas_plugin [None req-b989e55f-6d7c-4195-841c-50acc68bbe29 - - - - - -] TaaS: Handle Delete Port: cbaaa5ea-9d83-436a-ae68-805e30bac509 2026-04-27 13:15:12.548 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b989e55f-6d7c-4195-841c-50acc68bbe29 - - - - - -] Tap Mirror: Handle Delete Port: cbaaa5ea-9d83-436a-ae68-805e30bac509 2026-04-27 13:15:12.711 8 INFO neutron.services.segments.plugin [-] Segment 24bfd10b-bc13-460e-bf57-7d6c37e189e3 resource provider aggregate not found 2026-04-27 13:15:12.720 8 INFO neutron.services.segments.plugin [-] Segment 24bfd10b-bc13-460e-bf57-7d6c37e189e3 resource provider aggregate not found 2026-04-27 13:15:12.727 8 INFO neutron.services.segments.plugin [-] Segment 24bfd10b-bc13-460e-bf57-7d6c37e189e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24bfd10b-bc13-460e-bf57-7d6c37e189e3 found for delete ", "request_id": "req-7db32137-af52-42ca-b55e-14de4178a806"}]} 2026-04-27 13:15:12.737 8 INFO neutron.services.segments.plugin [-] Segment 24bfd10b-bc13-460e-bf57-7d6c37e189e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24bfd10b-bc13-460e-bf57-7d6c37e189e3 found for delete ", "request_id": "req-15cbf744-8792-469b-b0bc-56410df26854"}]} 2026-04-27 13:15:12.742 8 INFO neutron.services.segments.plugin [-] Segment a8c16324-9f8b-4dfb-b100-931790a9510c resource provider aggregate not found 2026-04-27 13:15:12.756 8 INFO neutron.services.segments.plugin [-] Segment a8c16324-9f8b-4dfb-b100-931790a9510c resource provider aggregate not found 2026-04-27 13:15:12.757 8 INFO neutron.services.segments.plugin [-] Segment a8c16324-9f8b-4dfb-b100-931790a9510c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8c16324-9f8b-4dfb-b100-931790a9510c found for delete ", "request_id": "req-44d6558e-00d4-4c46-8d4c-fd698e2a917f"}]} 2026-04-27 13:15:12.787 8 INFO neutron.services.segments.plugin [-] Segment 99d8027e-7d8d-41ff-ae73-038bc7b3f630 resource provider aggregate not found 2026-04-27 13:15:12.788 8 INFO neutron.services.segments.plugin [-] Segment a8c16324-9f8b-4dfb-b100-931790a9510c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8c16324-9f8b-4dfb-b100-931790a9510c found for delete ", "request_id": "req-1f5b7730-b6f6-4977-beee-77d76722b71e"}]} 2026-04-27 13:15:12.807 8 INFO neutron.services.segments.plugin [-] Segment 99d8027e-7d8d-41ff-ae73-038bc7b3f630 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99d8027e-7d8d-41ff-ae73-038bc7b3f630 found for delete ", "request_id": "req-9627708b-d3b3-482a-8498-6e189a6b1fd5"}]} 2026-04-27 13:15:12.811 8 INFO neutron.services.segments.plugin [-] Segment 99d8027e-7d8d-41ff-ae73-038bc7b3f630 resource provider aggregate not found 2026-04-27 13:15:12.814 7 INFO neutron.services.segments.plugin [-] Segment e7deeae7-c79c-4669-9c00-49b9ac86b422 resource provider aggregate not found 2026-04-27 13:15:12.822 7 INFO neutron.services.segments.plugin [-] Segment e7deeae7-c79c-4669-9c00-49b9ac86b422 resource provider aggregate not found 2026-04-27 13:15:12.823 8 INFO neutron.services.segments.plugin [-] Segment 03bba539-7dcc-48c9-ae0b-59249830fa18 resource provider aggregate not found 2026-04-27 13:15:12.835 8 INFO neutron.services.segments.plugin [-] Segment 99d8027e-7d8d-41ff-ae73-038bc7b3f630 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99d8027e-7d8d-41ff-ae73-038bc7b3f630 found for delete ", "request_id": "req-dd2286ab-7740-4111-8a33-e13b404e4569"}]} 2026-04-27 13:15:12.838 7 INFO neutron.services.segments.plugin [-] Segment e7deeae7-c79c-4669-9c00-49b9ac86b422 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7deeae7-c79c-4669-9c00-49b9ac86b422 found for delete ", "request_id": "req-b06942b0-1a63-43f1-a512-787965bf6b67"}]} 2026-04-27 13:15:12.844 7 INFO neutron.services.segments.plugin [-] Segment e7deeae7-c79c-4669-9c00-49b9ac86b422 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7deeae7-c79c-4669-9c00-49b9ac86b422 found for delete ", "request_id": "req-5cd30160-8e35-49c1-83ce-e9024568a43a"}]} 2026-04-27 13:15:12.844 8 INFO neutron.services.segments.plugin [-] Segment 03bba539-7dcc-48c9-ae0b-59249830fa18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03bba539-7dcc-48c9-ae0b-59249830fa18 found for delete ", "request_id": "req-10ed0a29-0dd5-4706-97b9-19271bfd9ba8"}]} 2026-04-27 13:15:12.850 8 INFO neutron.services.segments.plugin [-] Segment 03bba539-7dcc-48c9-ae0b-59249830fa18 resource provider aggregate not found 2026-04-27 13:15:12.868 8 INFO neutron.services.segments.plugin [-] Segment 03bba539-7dcc-48c9-ae0b-59249830fa18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03bba539-7dcc-48c9-ae0b-59249830fa18 found for delete ", "request_id": "req-2918ddec-b275-4497-8bad-ece72a0a7d77"}]} [pid: 7|app: 0|req: 1416/2634] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:10 2026] DELETE /v2.0/vpn/vpnservices/2c404b93-7c45-44d1-b3d0-143c850485f7 => generated 0 bytes in 2114 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: 1417/2635] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:15:12 2026] GET /v2.0/routers/533f42c2-2190-4bf2-9654-2230c0a6a694 => generated 964 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:15:12.990 7 WARNING neutron.db.securitygroups_db [None req-0ed85bbe-1d17-4eb9-a49c-44d15008f030 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:15:13.075 8 INFO neutron.db.ovn_revision_numbers_db [None req-c08009a0-3fc1-49b3-a3c6-96c9d850c1e9 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Successfully bumped revision number for resource e2c10310-3120-445e-b007-9fc177c1cdfe (type: security_groups) to 1 2026-04-27 13:15:13.086 8 INFO neutron.db.ovn_revision_numbers_db [None req-c08009a0-3fc1-49b3-a3c6-96c9d850c1e9 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Successfully bumped revision number for resource 33a4df65-e215-4afb-935d-287a8ccc7ca2 (type: security_group_rules) to 0 2026-04-27 13:15:13.097 8 INFO neutron.db.ovn_revision_numbers_db [None req-c08009a0-3fc1-49b3-a3c6-96c9d850c1e9 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Successfully bumped revision number for resource 77d9ef24-64ae-4d21-8bcf-8f07c840a5f1 (type: security_group_rules) to 0 2026-04-27 13:15:13.111 8 INFO neutron.db.ovn_revision_numbers_db [None req-c08009a0-3fc1-49b3-a3c6-96c9d850c1e9 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Successfully bumped revision number for resource db4541ec-4013-466d-8445-2d1e234f7a77 (type: security_group_rules) to 0 2026-04-27 13:15:13.122 8 INFO neutron.db.ovn_revision_numbers_db [None req-c08009a0-3fc1-49b3-a3c6-96c9d850c1e9 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Successfully bumped revision number for resource f7a4cb36-e0e6-4557-a87a-1f80b07516d1 (type: security_group_rules) to 0 2026-04-27 13:15:13.130 7 INFO neutron.db.ovn_revision_numbers_db [None req-0ed85bbe-1d17-4eb9-a49c-44d15008f030 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource fdb93b0b-c5ea-4348-b745-905406bd7af6 (type: security_groups) to 1 2026-04-27 13:15:13.142 7 INFO neutron.db.ovn_revision_numbers_db [None req-0ed85bbe-1d17-4eb9-a49c-44d15008f030 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0da5146d-2b25-41e8-8cde-90e1bd8254c3 (type: security_group_rules) to 0 2026-04-27 13:15:13.154 7 INFO neutron.db.ovn_revision_numbers_db [None req-0ed85bbe-1d17-4eb9-a49c-44d15008f030 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 1b06392c-4c3a-4586-a17d-572035eae5a3 (type: security_group_rules) to 0 2026-04-27 13:15:13.166 7 INFO neutron.db.ovn_revision_numbers_db [None req-0ed85bbe-1d17-4eb9-a49c-44d15008f030 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource d58918c7-a7c9-4c6b-837e-6c2c76a04769 (type: security_group_rules) to 0 2026-04-27 13:15:13.177 7 INFO neutron.db.ovn_revision_numbers_db [None req-0ed85bbe-1d17-4eb9-a49c-44d15008f030 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ef4192cf-df2b-4e10-9260-2153b6412433 (type: security_group_rules) to 0 2026-04-27 13:15:13.204 8 INFO neutron.db.segments_db [None req-c08009a0-3fc1-49b3-a3c6-96c9d850c1e9 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Added segment c48442fe-7c32-4063-b44c-4bec1dd3ac5a of type geneve for network 1e384fb4-e3f8-4058-b34c-6211f98dfc09 [pid: 7|app: 0|req: 1418/2636] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:12 2026] GET /v2.0/security-groups?tenant_id=e3d7fd9956824df5a65aa0eeaec37f5f&name=default => generated 2929 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:13.245 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-b5d35307-0259-4caa-9039-d3c88ea39b34 - - - - - -] No port found with ID 65b55de5-43a3-4092-9f1a-24dc4dcfcd6c: RuntimeError: No port found with ID 65b55de5-43a3-4092-9f1a-24dc4dcfcd6c 2026-04-27 13:15:13.304 8 INFO neutron.db.ovn_revision_numbers_db [None req-c08009a0-3fc1-49b3-a3c6-96c9d850c1e9 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Successfully bumped revision number for resource 1e384fb4-e3f8-4058-b34c-6211f98dfc09 (type: networks) to 1 2026-04-27 13:15:13.456 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c08009a0-3fc1-49b3-a3c6-96c9d850c1e9 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] No more DHCP agents 2026-04-27 13:15:13.457 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c08009a0-3fc1-49b3-a3c6-96c9d850c1e9 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Unable to schedule network 1e384fb4-e3f8-4058-b34c-6211f98dfc09: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:13.500 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: 78b87068-0911-46b2-b43a-42417e1fa870 2026-04-27 13:15:13.547 8 INFO neutron.db.ovn_revision_numbers_db [None req-c08009a0-3fc1-49b3-a3c6-96c9d850c1e9 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Successfully bumped revision number for resource 78b87068-0911-46b2-b43a-42417e1fa870 (type: ports) to 1 [pid: 8|app: 0|req: 1219/2637] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:15:12 2026] POST /v2.0/networks => generated 669 bytes in 850 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2638] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:13 2026] DELETE /v2.0/security-groups/fdb93b0b-c5ea-4348-b745-905406bd7af6 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:13.894 7 INFO neutron.db.ovn_revision_numbers_db [None req-52730c6d-370f-4d3d-a123-71d6d37ad5a2 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 533f42c2-2190-4bf2-9654-2230c0a6a694 (type: routers) to 11 [pid: 7|app: 0|req: 1419/2639] 10.0.0.253 () {34 vars in 742 bytes} [Mon Apr 27 13:15:13 2026] PUT /v2.0/routers/533f42c2-2190-4bf2-9654-2230c0a6a694 => generated 964 bytes in 678 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:15:13.903 7 WARNING neutron.db.securitygroups_db [None req-51e79a0f-731c-475f-a8e6-c03ff3207450 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:15:14.022 7 INFO neutron.db.ovn_revision_numbers_db [None req-51e79a0f-731c-475f-a8e6-c03ff3207450 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 3dc66008-02c2-40b4-9300-63b02b3d3998 (type: security_groups) to 1 2026-04-27 13:15:14.031 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a302fac0-5ab7-461c-a315-9e7e8ddf63ac c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] No more DHCP agents 2026-04-27 13:15:14.032 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a302fac0-5ab7-461c-a315-9e7e8ddf63ac c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Unable to schedule network 1e384fb4-e3f8-4058-b34c-6211f98dfc09: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:14.034 7 INFO neutron.db.ovn_revision_numbers_db [None req-51e79a0f-731c-475f-a8e6-c03ff3207450 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6ae8d2cf-e2e1-4935-9aac-e04800fbe2b7 (type: security_group_rules) to 0 2026-04-27 13:15:14.048 7 INFO neutron.db.ovn_revision_numbers_db [None req-51e79a0f-731c-475f-a8e6-c03ff3207450 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 72ae6173-4006-4aec-a585-38952e0ae663 (type: security_group_rules) to 0 2026-04-27 13:15:14.064 7 INFO neutron.db.ovn_revision_numbers_db [None req-51e79a0f-731c-475f-a8e6-c03ff3207450 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 7444b778-661f-4a24-b02a-fbc9cfb5b299 (type: security_group_rules) to 0 2026-04-27 13:15:14.077 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: b3959f78-521f-4407-80f1-905d0306de69 2026-04-27 13:15:14.088 7 INFO neutron.db.ovn_revision_numbers_db [None req-51e79a0f-731c-475f-a8e6-c03ff3207450 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource cdfc48ef-8171-4455-9bed-704f293dc767 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1420/2640] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:13 2026] GET /v2.0/security-groups?tenant_id=e4e71100612347cdb5df1de187fd73e3&name=default => generated 2929 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:14.143 8 INFO neutron.db.ovn_revision_numbers_db [None req-a302fac0-5ab7-461c-a315-9e7e8ddf63ac c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Successfully bumped revision number for resource b3959f78-521f-4407-80f1-905d0306de69 (type: ports) to 1 [pid: 7|app: 0|req: 1421/2641] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:15:14 2026] GET /v2.0/ports?device_id=533f42c2-2190-4bf2-9654-2230c0a6a694 => generated 946 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2642] 10.0.0.253 () {34 vars in 664 bytes} [Mon Apr 27 13:15:13 2026] POST /v2.0/ports => generated 743 bytes in 456 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: 1422/2643] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:14 2026] DELETE /v2.0/security-groups/3dc66008-02c2-40b4-9300-63b02b3d3998 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:14.492 7 INFO neutron.db.segments_db [None req-fffa4818-2f1e-4e02-b97e-a67e6a40c7e5 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Added segment e7fc6aa9-06a7-41b1-8fa0-8c766b33431f of type geneve for network 1d6a6b67-810d-4bf3-ab02-a3f2886614e5 2026-04-27 13:15:14.528 8 INFO neutron_taas.services.taas.taas_plugin [None req-5fff6b2e-a884-4909-b98f-deee44c10c0d 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] TaaS: Handle Delete Port: c262a8f3-5ca4-4db4-9fe5-8e3b6264e45d 2026-04-27 13:15:14.531 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fff6b2e-a884-4909-b98f-deee44c10c0d 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Tap Mirror: Handle Delete Port: c262a8f3-5ca4-4db4-9fe5-8e3b6264e45d 2026-04-27 13:15:14.603 7 INFO neutron.db.ovn_revision_numbers_db [None req-fffa4818-2f1e-4e02-b97e-a67e6a40c7e5 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Successfully bumped revision number for resource 1d6a6b67-810d-4bf3-ab02-a3f2886614e5 (type: networks) to 1 2026-04-27 13:15:14.801 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fffa4818-2f1e-4e02-b97e-a67e6a40c7e5 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] No more DHCP agents 2026-04-27 13:15:14.804 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fffa4818-2f1e-4e02-b97e-a67e6a40c7e5 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Unable to schedule network 1d6a6b67-810d-4bf3-ab02-a3f2886614e5: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:14.854 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: b61da7f6-3bf7-414a-b5d9-4e3c252f82f2 2026-04-27 13:15:14.886 7 INFO neutron.db.ovn_revision_numbers_db [None req-fffa4818-2f1e-4e02-b97e-a67e6a40c7e5 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Successfully bumped revision number for resource b61da7f6-3bf7-414a-b5d9-4e3c252f82f2 (type: ports) to 1 [pid: 7|app: 0|req: 1423/2644] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:15:14 2026] POST /v2.0/networks => generated 668 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:15:14.915 7 WARNING neutron.db.securitygroups_db [None req-a4c27ac8-2f4e-4560-95c0-34626a3f901e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 1424/2645] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:14 2026] GET /v2.0/security-groups?tenant_id=02947a43b9ef43e785b944c1e38eefad&name=default => 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: 1222/2646] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:15:14 2026] PUT /v2.0/routers/533f42c2-2190-4bf2-9654-2230c0a6a694/remove_router_interface => generated 310 bytes in 868 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:15:15.195 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c5df16e0-87c8-4c17-ae35-ca48f9b5bb70 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] No more DHCP agents 2026-04-27 13:15:15.196 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c5df16e0-87c8-4c17-ae35-ca48f9b5bb70 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Unable to schedule network 1d6a6b67-810d-4bf3-ab02-a3f2886614e5: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:15.245 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: d732316c-8c4a-4fae-aa18-f4a1808e08ce 2026-04-27 13:15:15.270 7 INFO neutron.db.ovn_revision_numbers_db [None req-c5df16e0-87c8-4c17-ae35-ca48f9b5bb70 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Successfully bumped revision number for resource d732316c-8c4a-4fae-aa18-f4a1808e08ce (type: ports) to 1 [pid: 7|app: 0|req: 1425/2647] 10.0.0.253 () {34 vars in 664 bytes} [Mon Apr 27 13:15:14 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: 8|app: 0|req: 1223/2648] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:15 2026] DELETE /v2.0/security-groups/5bd5f51a-95a9-4a4a-961a-6a9acdc1bbbf => generated 0 bytes in 244 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:15.447 8 INFO neutron.db.segments_db [None req-2cc18466-59bf-4ebd-92e2-6a68b4697acd c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Added segment 0e09e13c-95a2-4bd1-b4cb-cd98a47e6f2e of type geneve for network c456cc66-26ba-457d-9c1c-85e6d82ba0f3 2026-04-27 13:15:15.561 8 INFO neutron.db.ovn_revision_numbers_db [None req-2cc18466-59bf-4ebd-92e2-6a68b4697acd c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Successfully bumped revision number for resource c456cc66-26ba-457d-9c1c-85e6d82ba0f3 (type: networks) to 1 2026-04-27 13:15:15.687 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e2d3ed3-8b48-4ca1-88f4-ae316abb327a 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] TaaS: Handle Delete Port: a4a7cdfd-805a-4694-8042-6f552388388e 2026-04-27 13:15:15.693 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e2d3ed3-8b48-4ca1-88f4-ae316abb327a 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Tap Mirror: Handle Delete Port: a4a7cdfd-805a-4694-8042-6f552388388e 2026-04-27 13:15:15.720 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2cc18466-59bf-4ebd-92e2-6a68b4697acd c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] No more DHCP agents 2026-04-27 13:15:15.721 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2cc18466-59bf-4ebd-92e2-6a68b4697acd c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Unable to schedule network c456cc66-26ba-457d-9c1c-85e6d82ba0f3: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:15.771 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5d35307-0259-4caa-9039-d3c88ea39b34 - - - - - -] OVN reports status down for port: f4788af5-3b18-48a7-916b-81b196b660dd 2026-04-27 13:15:15.803 8 INFO neutron.db.ovn_revision_numbers_db [None req-2cc18466-59bf-4ebd-92e2-6a68b4697acd c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Successfully bumped revision number for resource f4788af5-3b18-48a7-916b-81b196b660dd (type: ports) to 1 [pid: 8|app: 0|req: 1224/2649] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:15:15 2026] POST /v2.0/networks => generated 670 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:15:16.087 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6762c8e7-68cd-4558-9602-e2d85781a307 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] No more DHCP agents 2026-04-27 13:15:16.089 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6762c8e7-68cd-4558-9602-e2d85781a307 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Unable to schedule network c456cc66-26ba-457d-9c1c-85e6d82ba0f3: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:16.149 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5d35307-0259-4caa-9039-d3c88ea39b34 - - - - - -] OVN reports status down for port: 7d3ee3be-ed98-4226-82b5-51cd3dff86f8 [pid: 7|app: 0|req: 1426/2650] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:15:15 2026] DELETE /v2.0/routers/533f42c2-2190-4bf2-9654-2230c0a6a694 => generated 0 bytes in 842 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:16.183 8 INFO neutron.db.ovn_revision_numbers_db [None req-6762c8e7-68cd-4558-9602-e2d85781a307 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Successfully bumped revision number for resource 7d3ee3be-ed98-4226-82b5-51cd3dff86f8 (type: ports) to 1 [pid: 8|app: 0|req: 1225/2651] 10.0.0.253 () {34 vars in 664 bytes} [Mon Apr 27 13:15:15 2026] POST /v2.0/ports => generated 743 bytes in 403 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: 1427/2652] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:15:16 2026] GET /v2.0/routers/c0d825ec-227a-4828-b3fc-4c1c366fe9be => generated 964 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:15:16.345 8 INFO neutron.db.segments_db [None req-873fda01-6881-450b-b4f7-ba7bae02f268 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Added segment 4d821ec6-1cf4-4908-90ed-2937ab06e84f of type geneve for network 15c393b6-b4c0-4fd1-a5bd-ec991a61147f 2026-04-27 13:15:16.459 8 INFO neutron.db.ovn_revision_numbers_db [None req-873fda01-6881-450b-b4f7-ba7bae02f268 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Successfully bumped revision number for resource 15c393b6-b4c0-4fd1-a5bd-ec991a61147f (type: networks) to 1 2026-04-27 13:15:16.598 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-873fda01-6881-450b-b4f7-ba7bae02f268 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] No more DHCP agents 2026-04-27 13:15:16.600 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-873fda01-6881-450b-b4f7-ba7bae02f268 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Unable to schedule network 15c393b6-b4c0-4fd1-a5bd-ec991a61147f: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:16.638 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5d35307-0259-4caa-9039-d3c88ea39b34 - - - - - -] OVN reports status down for port: 24745e6e-cf28-450e-8f00-f6de2fa86ae5 2026-04-27 13:15:16.674 8 INFO neutron.db.ovn_revision_numbers_db [None req-873fda01-6881-450b-b4f7-ba7bae02f268 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Successfully bumped revision number for resource 24745e6e-cf28-450e-8f00-f6de2fa86ae5 (type: ports) to 1 [pid: 8|app: 0|req: 1226/2653] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:15:16 2026] POST /v2.0/networks => generated 670 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:15:16.886 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-78f34be6-66b8-4ea0-8000-411edd793572 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] No more DHCP agents 2026-04-27 13:15:16.891 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-78f34be6-66b8-4ea0-8000-411edd793572 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Unable to schedule network 15c393b6-b4c0-4fd1-a5bd-ec991a61147f: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:16.946 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5d35307-0259-4caa-9039-d3c88ea39b34 - - - - - -] OVN reports status down for port: dd5276f7-a632-4fcb-9853-a7e1eef43943 2026-04-27 13:15:16.987 8 INFO neutron.db.ovn_revision_numbers_db [None req-78f34be6-66b8-4ea0-8000-411edd793572 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Successfully bumped revision number for resource dd5276f7-a632-4fcb-9853-a7e1eef43943 (type: ports) to 1 2026-04-27 13:15:17.031 7 INFO neutron.db.ovn_revision_numbers_db [None req-a3480786-a901-493f-9846-a647133b82ac 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource c0d825ec-227a-4828-b3fc-4c1c366fe9be (type: routers) to 5 [pid: 7|app: 0|req: 1428/2654] 10.0.0.253 () {34 vars in 742 bytes} [Mon Apr 27 13:15:16 2026] PUT /v2.0/routers/c0d825ec-227a-4828-b3fc-4c1c366fe9be => generated 964 bytes in 766 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2655] 10.0.0.253 () {34 vars in 664 bytes} [Mon Apr 27 13:15:16 2026] POST /v2.0/ports => generated 743 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1429/2656] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:15:17 2026] GET /v2.0/ports?device_id=c0d825ec-227a-4828-b3fc-4c1c366fe9be => generated 950 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:15:17.155 8 INFO neutron.db.segments_db [None req-197f3007-c979-45f8-92d2-99ff8953c6a4 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Added segment 43b0c6e8-ebcf-4a1d-aa1f-67e986b1dd65 of type geneve for network 5f5c64d7-a400-4b44-be58-146d16ad4a94 2026-04-27 13:15:17.255 8 INFO neutron.db.ovn_revision_numbers_db [None req-197f3007-c979-45f8-92d2-99ff8953c6a4 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Successfully bumped revision number for resource 5f5c64d7-a400-4b44-be58-146d16ad4a94 (type: networks) to 1 2026-04-27 13:15:17.418 7 INFO neutron_taas.services.taas.taas_plugin [None req-929109a7-edc9-4bf3-a7c4-cf64c7cca580 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] TaaS: Handle Delete Port: fb0a8826-f7c8-4f7e-aedb-68e4eb63a778 2026-04-27 13:15:17.420 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-929109a7-edc9-4bf3-a7c4-cf64c7cca580 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Tap Mirror: Handle Delete Port: fb0a8826-f7c8-4f7e-aedb-68e4eb63a778 2026-04-27 13:15:17.423 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-197f3007-c979-45f8-92d2-99ff8953c6a4 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] No more DHCP agents 2026-04-27 13:15:17.425 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-197f3007-c979-45f8-92d2-99ff8953c6a4 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Unable to schedule network 5f5c64d7-a400-4b44-be58-146d16ad4a94: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:17.468 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: 2c96d3f8-0a20-472c-8eee-43bca2b7c0d3 2026-04-27 13:15:17.544 8 INFO neutron.db.ovn_revision_numbers_db [None req-197f3007-c979-45f8-92d2-99ff8953c6a4 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Successfully bumped revision number for resource 2c96d3f8-0a20-472c-8eee-43bca2b7c0d3 (type: ports) to 1 [pid: 8|app: 0|req: 1228/2657] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:15:17 2026] POST /v2.0/networks => generated 670 bytes in 538 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:15:17.851 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1d2e78b7-ed06-45f5-b8d8-f476947d157d c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] No more DHCP agents 2026-04-27 13:15:17.853 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1d2e78b7-ed06-45f5-b8d8-f476947d157d c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Unable to schedule network 5f5c64d7-a400-4b44-be58-146d16ad4a94: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:17.897 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: 9667cc16-6f1a-4ce8-bf5b-19894f210300 2026-04-27 13:15:17.957 8 INFO neutron.db.ovn_revision_numbers_db [None req-1d2e78b7-ed06-45f5-b8d8-f476947d157d c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Successfully bumped revision number for resource 9667cc16-6f1a-4ce8-bf5b-19894f210300 (type: ports) to 1 [pid: 7|app: 0|req: 1430/2658] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:15:17 2026] PUT /v2.0/routers/c0d825ec-227a-4828-b3fc-4c1c366fe9be/remove_router_interface => generated 310 bytes in 859 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: 1229/2661] 10.0.0.253 () {34 vars in 664 bytes} [Mon Apr 27 13:15:17 2026] POST /v2.0/ports => generated 743 bytes in 443 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: 1230/2662] 10.0.0.253 () {34 vars in 747 bytes} [Mon Apr 27 13:15:18 2026] PUT /v2.0/ports/b3959f78-521f-4407-80f1-905d0306de69/tags => generated 17 bytes in 78 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: 1231/2663] 10.0.0.253 () {34 vars in 747 bytes} [Mon Apr 27 13:15:18 2026] PUT /v2.0/ports/d732316c-8c4a-4fae-aa18-f4a1808e08ce/tags => generated 25 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1232/2664] 10.0.0.253 () {34 vars in 747 bytes} [Mon Apr 27 13:15:18 2026] PUT /v2.0/ports/7d3ee3be-ed98-4226-82b5-51cd3dff86f8/tags => generated 34 bytes in 84 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: 1233/2665] 10.0.0.253 () {34 vars in 747 bytes} [Mon Apr 27 13:15:18 2026] PUT /v2.0/ports/dd5276f7-a632-4fcb-9853-a7e1eef43943/tags => generated 19 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1234/2666] 10.0.0.253 () {32 vars in 660 bytes} [Mon Apr 27 13:15:18 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:18.961 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fb538bf0-08fc-4f24-81fe-365eb7ec470a a1a29ce91133493a959ee9619ddc4f25 14094c68421b4010bfa26f25c6d84c3e - - default default] No more DHCP agents 2026-04-27 13:15:18.962 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fb538bf0-08fc-4f24-81fe-365eb7ec470a a1a29ce91133493a959ee9619ddc4f25 14094c68421b4010bfa26f25c6d84c3e - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:18.996 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad9cd955-0286-4148-a1b3-c3338e37b59c 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] TaaS: Handle Delete Port: cacfcfde-3622-4c9d-8b1b-0933e1f62264 2026-04-27 13:15:19.001 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad9cd955-0286-4148-a1b3-c3338e37b59c 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Tap Mirror: Handle Delete Port: cacfcfde-3622-4c9d-8b1b-0933e1f62264 [pid: 8|app: 0|req: 1235/2667] 10.0.0.253 () {34 vars in 676 bytes} [Mon Apr 27 13:15:18 2026] POST /v2.0/floatingips => generated 552 bytes in 733 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2668] 10.0.0.253 () {32 vars in 674 bytes} [Mon Apr 27 13:15:19 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2669] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:15:17 2026] DELETE /v2.0/routers/c0d825ec-227a-4828-b3fc-4c1c366fe9be => generated 0 bytes in 1386 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:19.418 8 WARNING tagging [None req-c139907f-1f55-4171-b8b4-16ada792e891 a1a29ce91133493a959ee9619ddc4f25 14094c68421b4010bfa26f25c6d84c3e - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1237/2670] 10.0.0.253 () {34 vars in 759 bytes} [Mon Apr 27 13:15:19 2026] PUT /v2.0/floatingips/30f6e574-b10c-4850-9ecf-fe54b82ae536/tags => generated 25 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2671] 10.0.0.253 () {32 vars in 670 bytes} [Mon Apr 27 13:15:19 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:19.492 7 WARNING tagging [None req-3eb6bc2d-1eb1-454f-a1ae-e3f8de4af945 a1a29ce91133493a959ee9619ddc4f25 14094c68421b4010bfa26f25c6d84c3e - - default default] project_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: 1435/2672] 10.0.0.253 () {32 vars in 739 bytes} [Mon Apr 27 13:15:19 2026] GET /v2.0/floatingips/30f6e574-b10c-4850-9ecf-fe54b82ae536/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2673] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:15:19 2026] GET /v2.0/routers/9c391c85-e8d7-4c35-9ede-5505415d827b => generated 963 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:15:19.555 8 WARNING tagging [None req-e57f0aa0-f2d4-4b04-b217-d8db289e538e a1a29ce91133493a959ee9619ddc4f25 14094c68421b4010bfa26f25c6d84c3e - - default default] project_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: 1436/2674] 10.0.0.253 () {32 vars in 682 bytes} [Mon Apr 27 13:15:19 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2675] 10.0.0.253 () {34 vars in 770 bytes} [Mon Apr 27 13:15:19 2026] PUT /v2.0/floatingips/30f6e574-b10c-4850-9ecf-fe54b82ae536/tags/green => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2676] 10.0.0.253 () {32 vars in 668 bytes} [Mon Apr 27 13:15:19 2026] GET /v2.0/ports?not-tags=red => generated 5268 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:19.760 8 WARNING tagging [None req-1dac3992-dc49-4c8c-864f-f2f6c944f600 a1a29ce91133493a959ee9619ddc4f25 14094c68421b4010bfa26f25c6d84c3e - - default default] project_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: 1241/2677] 10.0.0.253 () {32 vars in 739 bytes} [Mon Apr 27 13:15:19 2026] GET /v2.0/floatingips/30f6e574-b10c-4850-9ecf-fe54b82ae536/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2678] 10.0.0.253 () {32 vars in 682 bytes} [Mon Apr 27 13:15:19 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 6008 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:19.912 8 WARNING tagging [None req-f06dd8d8-6057-4145-ae78-b8ef193b6273 a1a29ce91133493a959ee9619ddc4f25 14094c68421b4010bfa26f25c6d84c3e - - default default] project_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: 1243/2679] 10.0.0.253 () {34 vars in 766 bytes} [Mon Apr 27 13:15:19 2026] PUT /v2.0/floatingips/30f6e574-b10c-4850-9ecf-fe54b82ae536/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2680] 10.0.0.253 () {32 vars in 678 bytes} [Mon Apr 27 13:15:19 2026] GET /v2.0/ports?not-tags-any=blue => generated 6008 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:20.044 8 WARNING tagging [None req-39bbc197-0627-4840-9e23-25a43c3e8a2d a1a29ce91133493a959ee9619ddc4f25 14094c68421b4010bfa26f25c6d84c3e - - default default] project_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: 1245/2681] 10.0.0.253 () {32 vars in 739 bytes} [Mon Apr 27 13:15:20 2026] GET /v2.0/floatingips/30f6e574-b10c-4850-9ecf-fe54b82ae536/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2682] 10.0.0.253 () {32 vars in 690 bytes} [Mon Apr 27 13:15:20 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 5268 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:20.133 8 WARNING tagging [None req-43f59599-16cd-4ad9-a63d-f534d1485f25 a1a29ce91133493a959ee9619ddc4f25 14094c68421b4010bfa26f25c6d84c3e - - default default] project_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: 1247/2683] 10.0.0.253 () {34 vars in 788 bytes} [Mon Apr 27 13:15:20 2026] PUT /v2.0/floatingips/30f6e574-b10c-4850-9ecf-fe54b82ae536/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-27 13:15:20.274 7 INFO neutron.db.ovn_revision_numbers_db [None req-e9a3553b-44fc-4ab3-babd-06037c0e6d6b 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Successfully bumped revision number for resource 9c391c85-e8d7-4c35-9ede-5505415d827b (type: routers) to 5 [pid: 7|app: 0|req: 1437/2684] 10.0.0.253 () {34 vars in 742 bytes} [Mon Apr 27 13:15:19 2026] PUT /v2.0/routers/9c391c85-e8d7-4c35-9ede-5505415d827b => generated 963 bytes in 682 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:15:20.293 8 INFO neutron_taas.services.taas.taas_plugin [None req-48ced4c7-2e83-4a52-837d-a33fbc60040c c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] TaaS: Handle Delete Port: b3959f78-521f-4407-80f1-905d0306de69 2026-04-27 13:15:20.296 7 WARNING tagging [None req-e024752a-f86f-43a9-aac5-fcf911ce842a a1a29ce91133493a959ee9619ddc4f25 14094c68421b4010bfa26f25c6d84c3e - - default default] 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-04-27 13:15:20.297 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48ced4c7-2e83-4a52-837d-a33fbc60040c c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Tap Mirror: Handle Delete Port: b3959f78-521f-4407-80f1-905d0306de69 [pid: 7|app: 0|req: 1438/2685] 10.0.0.253 () {32 vars in 739 bytes} [Mon Apr 27 13:15:20 2026] GET /v2.0/floatingips/30f6e574-b10c-4850-9ecf-fe54b82ae536/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2686] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:15:20 2026] GET /v2.0/ports?device_id=9c391c85-e8d7-4c35-9ede-5505415d827b => generated 950 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2687] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:15:20 2026] DELETE /v2.0/ports/b3959f78-521f-4407-80f1-905d0306de69 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:20.425 7 WARNING tagging [None req-55c56e95-fd9b-4bbc-8ae9-cf17be399a91 a1a29ce91133493a959ee9619ddc4f25 14094c68421b4010bfa26f25c6d84c3e - - default default] project_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: 1440/2688] 10.0.0.253 () {34 vars in 759 bytes} [Mon Apr 27 13:15:20 2026] PUT /v2.0/floatingips/30f6e574-b10c-4850-9ecf-fe54b82ae536/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:20.598 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3c91ce5-c5b1-4a5b-8d40-ab7f32a7fc9a c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] TaaS: Handle Delete Port: d732316c-8c4a-4fae-aa18-f4a1808e08ce 2026-04-27 13:15:20.602 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3c91ce5-c5b1-4a5b-8d40-ab7f32a7fc9a c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Tap Mirror: Handle Delete Port: d732316c-8c4a-4fae-aa18-f4a1808e08ce 2026-04-27 13:15:20.688 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1e83fdb-7ee7-4444-a8c2-af871ad16a6a 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] TaaS: Handle Delete Port: 21183e33-abdc-4a37-a02a-6e4ec50c85e8 2026-04-27 13:15:20.692 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1e83fdb-7ee7-4444-a8c2-af871ad16a6a 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Tap Mirror: Handle Delete Port: 21183e33-abdc-4a37-a02a-6e4ec50c85e8 [pid: 7|app: 0|req: 1441/2689] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:15:20 2026] DELETE /v2.0/ports/d732316c-8c4a-4fae-aa18-f4a1808e08ce => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:20.735 7 WARNING tagging [None req-c1320f74-1679-42f9-b85d-f100c668f05c a1a29ce91133493a959ee9619ddc4f25 14094c68421b4010bfa26f25c6d84c3e - - default default] project_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: 1442/2690] 10.0.0.253 () {32 vars in 739 bytes} [Mon Apr 27 13:15:20 2026] GET /v2.0/floatingips/30f6e574-b10c-4850-9ecf-fe54b82ae536/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:20.869 7 INFO neutron_taas.services.taas.taas_plugin [None req-ffb921a0-71ef-4328-9d36-8cb45a148120 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] TaaS: Handle Delete Port: 7d3ee3be-ed98-4226-82b5-51cd3dff86f8 2026-04-27 13:15:20.872 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffb921a0-71ef-4328-9d36-8cb45a148120 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Tap Mirror: Handle Delete Port: 7d3ee3be-ed98-4226-82b5-51cd3dff86f8 [pid: 7|app: 0|req: 1443/2691] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:15:20 2026] DELETE /v2.0/ports/7d3ee3be-ed98-4226-82b5-51cd3dff86f8 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:20.999 7 WARNING tagging [None req-8d54ac34-81a2-4d44-98f3-af06a37dea89 a1a29ce91133493a959ee9619ddc4f25 14094c68421b4010bfa26f25c6d84c3e - - default default] project_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: 1444/2692] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:15:20 2026] GET /v2.0/floatingips/30f6e574-b10c-4850-9ecf-fe54b82ae536/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:21.151 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c2689a9-d449-4aec-8f38-014d1693856c c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] TaaS: Handle Delete Port: dd5276f7-a632-4fcb-9853-a7e1eef43943 2026-04-27 13:15:21.153 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c2689a9-d449-4aec-8f38-014d1693856c c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Tap Mirror: Handle Delete Port: dd5276f7-a632-4fcb-9853-a7e1eef43943 [pid: 8|app: 0|req: 1249/2693] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:15:20 2026] PUT /v2.0/routers/9c391c85-e8d7-4c35-9ede-5505415d827b/remove_router_interface => generated 310 bytes in 839 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2694] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:15:21 2026] DELETE /v2.0/ports/dd5276f7-a632-4fcb-9853-a7e1eef43943 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:15:21.275 8 WARNING tagging [None req-814a02e4-f71b-4212-8f75-5a9ae4715411 a1a29ce91133493a959ee9619ddc4f25 14094c68421b4010bfa26f25c6d84c3e - - default default] 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-04-27 13:15:21.291 8 INFO neutron.api.v2.resource [None req-814a02e4-f71b-4212-8f75-5a9ae4715411 a1a29ce91133493a959ee9619ddc4f25 14094c68421b4010bfa26f25c6d84c3e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1250/2695] 10.0.0.253 () {32 vars in 751 bytes} [Mon Apr 27 13:15:21 2026] GET /v2.0/floatingips/30f6e574-b10c-4850-9ecf-fe54b82ae536/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:15:21.423 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f87b4f5-0f32-4a23-b6e6-cc53cfd95d99 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] TaaS: Handle Delete Port: 9667cc16-6f1a-4ce8-bf5b-19894f210300 2026-04-27 13:15:21.426 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f87b4f5-0f32-4a23-b6e6-cc53cfd95d99 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Tap Mirror: Handle Delete Port: 9667cc16-6f1a-4ce8-bf5b-19894f210300 [pid: 8|app: 0|req: 1251/2696] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:15:21 2026] DELETE /v2.0/ports/9667cc16-6f1a-4ce8-bf5b-19894f210300 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:21.562 8 WARNING tagging [None req-c35508a4-5f94-4ae6-8cd4-024691fca4fb a1a29ce91133493a959ee9619ddc4f25 14094c68421b4010bfa26f25c6d84c3e - - default default] 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-04-27 13:15:21.585 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd79fbfa-c546-4e26-867a-d7ff346f3e42 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] TaaS: Handle Delete Port: 7e4f3192-fa8b-4d19-96c3-7dcbf510755b 2026-04-27 13:15:21.589 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd79fbfa-c546-4e26-867a-d7ff346f3e42 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Tap Mirror: Handle Delete Port: 7e4f3192-fa8b-4d19-96c3-7dcbf510755b [pid: 8|app: 0|req: 1252/2697] 10.0.0.253 () {32 vars in 750 bytes} [Mon Apr 27 13:15:21 2026] DELETE /v2.0/floatingips/30f6e574-b10c-4850-9ecf-fe54b82ae536/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:21.708 8 INFO neutron_taas.services.taas.taas_plugin [None req-6963388c-8ec5-4250-8d3e-c9955a9b974f c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] TaaS: Handle Delete Port: 78b87068-0911-46b2-b43a-42417e1fa870 2026-04-27 13:15:21.710 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6963388c-8ec5-4250-8d3e-c9955a9b974f c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Tap Mirror: Handle Delete Port: 78b87068-0911-46b2-b43a-42417e1fa870 2026-04-27 13:15:21.889 8 INFO neutron.services.segments.plugin [-] Segment c48442fe-7c32-4063-b44c-4bec1dd3ac5a resource provider aggregate not found 2026-04-27 13:15:21.890 8 INFO neutron.services.segments.plugin [-] Segment c48442fe-7c32-4063-b44c-4bec1dd3ac5a resource provider aggregate not found 2026-04-27 13:15:21.914 8 INFO neutron.services.segments.plugin [-] Segment c48442fe-7c32-4063-b44c-4bec1dd3ac5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c48442fe-7c32-4063-b44c-4bec1dd3ac5a found for delete ", "request_id": "req-a194674b-22e8-4dfa-b543-595938a537e0"}]} 2026-04-27 13:15:21.917 8 INFO neutron.services.segments.plugin [-] Segment c48442fe-7c32-4063-b44c-4bec1dd3ac5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c48442fe-7c32-4063-b44c-4bec1dd3ac5a found for delete ", "request_id": "req-84e48c30-fcce-455a-9e45-5fa5a6cde820"}]} [pid: 8|app: 0|req: 1253/2698] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:15:21 2026] DELETE /v2.0/networks/1e384fb4-e3f8-4058-b34c-6211f98dfc09 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:21.963 8 WARNING tagging [None req-a3580aa0-24b4-47ec-b9fe-9965fc1be150 a1a29ce91133493a959ee9619ddc4f25 14094c68421b4010bfa26f25c6d84c3e - - default default] project_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: 1254/2699] 10.0.0.253 () {32 vars in 739 bytes} [Mon Apr 27 13:15:21 2026] GET /v2.0/floatingips/30f6e574-b10c-4850-9ecf-fe54b82ae536/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2700] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:15:21 2026] DELETE /v2.0/routers/9c391c85-e8d7-4c35-9ede-5505415d827b => generated 0 bytes in 730 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:22.011 7 WARNING tagging [None req-3f790720-e053-460c-b0d1-872f43621546 a1a29ce91133493a959ee9619ddc4f25 14094c68421b4010bfa26f25c6d84c3e - - default default] 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-04-27 13:15:22.033 7 INFO neutron.api.v2.resource [None req-3f790720-e053-460c-b0d1-872f43621546 a1a29ce91133493a959ee9619ddc4f25 14094c68421b4010bfa26f25c6d84c3e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1447/2701] 10.0.0.253 () {32 vars in 754 bytes} [Mon Apr 27 13:15:21 2026] DELETE /v2.0/floatingips/30f6e574-b10c-4850-9ecf-fe54b82ae536/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:15:22.049 7 INFO neutron.api.v2.resource [None req-f81d587c-72c5-4f0f-ad8c-f0095f973da2 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1448/2702] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:15:22 2026] GET /v2.0/routers/59b534ff-7412-428d-965a-f3862586e6f5 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:15:22.069 7 WARNING tagging [None req-1967cf2f-2be9-456d-ba19-895cac7d13b4 a1a29ce91133493a959ee9619ddc4f25 14094c68421b4010bfa26f25c6d84c3e - - default default] 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-04-27 13:15:22.077 8 INFO neutron_taas.services.taas.taas_plugin [None req-85082b80-3e85-4685-ad81-7194c87c37a9 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] TaaS: Handle Delete Port: b61da7f6-3bf7-414a-b5d9-4e3c252f82f2 2026-04-27 13:15:22.080 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85082b80-3e85-4685-ad81-7194c87c37a9 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Tap Mirror: Handle Delete Port: b61da7f6-3bf7-414a-b5d9-4e3c252f82f2 [pid: 7|app: 0|req: 1449/2703] 10.0.0.253 () {32 vars in 742 bytes} [Mon Apr 27 13:15:22 2026] DELETE /v2.0/floatingips/30f6e574-b10c-4850-9ecf-fe54b82ae536/tags => 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: 1255/2704] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:15:21 2026] DELETE /v2.0/networks/1d6a6b67-810d-4bf3-ab02-a3f2886614e5 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2705] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:15:22 2026] DELETE /v2.0/subnets/c460fd22-4565-4ca1-8d79-9f578b2da7d3 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:22.302 8 WARNING tagging [None req-c57b6ead-53a3-406b-8317-a67660bce270 a1a29ce91133493a959ee9619ddc4f25 14094c68421b4010bfa26f25c6d84c3e - - default default] project_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: 1256/2706] 10.0.0.253 () {32 vars in 739 bytes} [Mon Apr 27 13:15:22 2026] GET /v2.0/floatingips/30f6e574-b10c-4850-9ecf-fe54b82ae536/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:22.404 7 INFO neutron_taas.services.taas.taas_plugin [None req-a8d170be-86c4-40a1-8ea3-8234996a171f c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] TaaS: Handle Delete Port: f4788af5-3b18-48a7-916b-81b196b660dd 2026-04-27 13:15:22.407 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8d170be-86c4-40a1-8ea3-8234996a171f c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Tap Mirror: Handle Delete Port: f4788af5-3b18-48a7-916b-81b196b660dd [pid: 8|app: 0|req: 1257/2707] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:15:22 2026] DELETE /v2.0/subnets/37173547-75e4-498d-9d0b-12ed4afd4ef2 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:22.598 7 INFO neutron.services.segments.plugin [-] Segment 0e09e13c-95a2-4bd1-b4cb-cd98a47e6f2e resource provider aggregate not found 2026-04-27 13:15:22.604 7 INFO neutron.services.segments.plugin [-] Segment 0e09e13c-95a2-4bd1-b4cb-cd98a47e6f2e resource provider aggregate not found 2026-04-27 13:15:22.621 7 INFO neutron.services.segments.plugin [-] Segment 0e09e13c-95a2-4bd1-b4cb-cd98a47e6f2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e09e13c-95a2-4bd1-b4cb-cd98a47e6f2e found for delete ", "request_id": "req-7ccc91a3-ca02-4c55-9e19-3741ee5c2c92"}]} 2026-04-27 13:15:22.623 8 INFO neutron_taas.services.taas.taas_plugin [None req-c242b95f-8f1e-469c-a136-810ee958ae46 a1a29ce91133493a959ee9619ddc4f25 14094c68421b4010bfa26f25c6d84c3e - - default default] TaaS: Handle Delete Port: ecd1be95-ea36-438d-bfcf-29ae58704240 2026-04-27 13:15:22.624 7 INFO neutron.services.segments.plugin [-] Segment 0e09e13c-95a2-4bd1-b4cb-cd98a47e6f2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e09e13c-95a2-4bd1-b4cb-cd98a47e6f2e found for delete ", "request_id": "req-ae1dda51-1da4-4018-a9f6-a3c24ecc1724"}]} 2026-04-27 13:15:22.628 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c242b95f-8f1e-469c-a136-810ee958ae46 a1a29ce91133493a959ee9619ddc4f25 14094c68421b4010bfa26f25c6d84c3e - - default default] Tap Mirror: Handle Delete Port: ecd1be95-ea36-438d-bfcf-29ae58704240 [pid: 7|app: 0|req: 1451/2708] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:15:22 2026] DELETE /v2.0/networks/c456cc66-26ba-457d-9c1c-85e6d82ba0f3 => generated 0 bytes in 366 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2709] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:15:22 2026] DELETE /v2.0/floatingips/30f6e574-b10c-4850-9ecf-fe54b82ae536 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2710] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:15:22 2026] DELETE /v2.0/subnets/0a94e9c3-3752-4f36-803f-3999a53599ee => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:22.819 7 INFO neutron.pecan_wsgi.hooks.translation [None req-28ecd74f-3d43-4b2e-bd9e-c2202eedaaf3 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1453/2711] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:15:22 2026] DELETE /v2.0/subnets/a82d635b-6f94-49da-a208-fbbf73f29f15 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:15:22.911 8 INFO neutron_taas.services.taas.taas_plugin [None req-9bba3c5b-4c97-41df-bf83-ab24673b5d21 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] TaaS: Handle Delete Port: 24745e6e-cf28-450e-8f00-f6de2fa86ae5 2026-04-27 13:15:22.914 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bba3c5b-4c97-41df-bf83-ab24673b5d21 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Tap Mirror: Handle Delete Port: 24745e6e-cf28-450e-8f00-f6de2fa86ae5 2026-04-27 13:15:22.949 7 INFO neutron_taas.services.taas.taas_plugin [None req-69751ca8-d365-42ad-ac20-49b2976dbeb3 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] TaaS: Handle Delete Port: 0f45c8be-7e9a-4fd7-9c8f-9225b14eb2e2 2026-04-27 13:15:22.952 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69751ca8-d365-42ad-ac20-49b2976dbeb3 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Tap Mirror: Handle Delete Port: 0f45c8be-7e9a-4fd7-9c8f-9225b14eb2e2 [pid: 8|app: 0|req: 1259/2712] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:15:22 2026] DELETE /v2.0/networks/15c393b6-b4c0-4fd1-a5bd-ec991a61147f => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2713] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:15:22 2026] DELETE /v2.0/networks/ae23a318-22f7-4e9d-8bfb-85b160635194 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:23.289 8 INFO neutron_taas.services.taas.taas_plugin [None req-c13be0ec-c43d-4af0-9f14-8e413c4463e5 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] TaaS: Handle Delete Port: 2c96d3f8-0a20-472c-8eee-43bca2b7c0d3 2026-04-27 13:15:23.292 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c13be0ec-c43d-4af0-9f14-8e413c4463e5 c6887ca937084984980833b4214e1784 265c65fdbd3145b7a2d602c79af7c02d - - default default] Tap Mirror: Handle Delete Port: 2c96d3f8-0a20-472c-8eee-43bca2b7c0d3 2026-04-27 13:15:23.336 7 INFO neutron_taas.services.taas.taas_plugin [None req-055bab5e-6276-4a63-87e6-4db2abcef7f6 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] TaaS: Handle Delete Port: a753db60-d2c0-4d4a-9de5-5a6db5ac8909 2026-04-27 13:15:23.339 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-055bab5e-6276-4a63-87e6-4db2abcef7f6 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Tap Mirror: Handle Delete Port: a753db60-d2c0-4d4a-9de5-5a6db5ac8909 [pid: 8|app: 0|req: 1260/2714] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:15:23 2026] DELETE /v2.0/networks/5f5c64d7-a400-4b44-be58-146d16ad4a94 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:23.581 8 WARNING neutron.db.securitygroups_db [None req-f08c5578-1429-419a-8adb-8e2a5830d607 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 1455/2715] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:15:23 2026] DELETE /v2.0/networks/0807e61e-c708-4215-8b27-a6c18837a00e => generated 0 bytes in 409 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:23.724 8 INFO neutron.db.ovn_revision_numbers_db [None req-f08c5578-1429-419a-8adb-8e2a5830d607 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 28db5eef-e216-40b9-8db1-d4255a84952e (type: security_groups) to 1 2026-04-27 13:15:23.729 7 INFO neutron_taas.services.taas.taas_plugin [None req-df4823b8-1151-4d96-ad7c-c350d6239911 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] TaaS: Handle Delete Port: 60a06932-2f99-4d78-86aa-73fc3e259420 2026-04-27 13:15:23.732 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df4823b8-1151-4d96-ad7c-c350d6239911 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] Tap Mirror: Handle Delete Port: 60a06932-2f99-4d78-86aa-73fc3e259420 2026-04-27 13:15:23.736 8 INFO neutron.db.ovn_revision_numbers_db [None req-f08c5578-1429-419a-8adb-8e2a5830d607 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 306b0116-6213-44f2-addb-b2a812101c3f (type: security_group_rules) to 0 2026-04-27 13:15:23.746 8 INFO neutron.db.ovn_revision_numbers_db [None req-f08c5578-1429-419a-8adb-8e2a5830d607 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 34c6deac-65cf-482d-b7ff-eb8fc440927e (type: security_group_rules) to 0 2026-04-27 13:15:23.757 8 INFO neutron.db.ovn_revision_numbers_db [None req-f08c5578-1429-419a-8adb-8e2a5830d607 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 3dfeb994-fdab-48f0-977c-36de92e821b2 (type: security_group_rules) to 0 2026-04-27 13:15:23.768 8 INFO neutron.db.ovn_revision_numbers_db [None req-f08c5578-1429-419a-8adb-8e2a5830d607 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource fc40cf20-8688-441a-8fc9-8099e189c118 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1261/2716] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:23 2026] GET /v2.0/security-groups?tenant_id=2ec20aaec5414fd5bfeea5d94705391c&name=default => generated 2929 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:23.935 8 INFO neutron.services.segments.plugin [-] Segment e7fc6aa9-06a7-41b1-8fa0-8c766b33431f resource provider aggregate not found [pid: 7|app: 0|req: 1456/2717] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:15:23 2026] DELETE /v2.0/networks/25dd07fb-d7e8-44d4-9bc8-77ae767c152a => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:23.944 8 INFO neutron.services.segments.plugin [-] Segment e7fc6aa9-06a7-41b1-8fa0-8c766b33431f resource provider aggregate not found 2026-04-27 13:15:23.950 8 INFO neutron.services.segments.plugin [-] Segment e7fc6aa9-06a7-41b1-8fa0-8c766b33431f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7fc6aa9-06a7-41b1-8fa0-8c766b33431f found for delete ", "request_id": "req-e054d088-28a6-4aba-9cc2-8ce757b96493"}]} 2026-04-27 13:15:23.958 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1e445d24-6ca2-4642-86db-ade6dc478de9 5480a0323ab64901ad75f0769ac1b496 39ad29e9892b4c1d849e52cd52d0826a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1457/2718] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:15:23 2026] DELETE /v2.0/networks/0d3ff061-8c0f-461e-a2d9-cbd0ab0c8287 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:15:23.965 8 INFO neutron.services.segments.plugin [-] Segment 4d821ec6-1cf4-4908-90ed-2937ab06e84f resource provider aggregate not found 2026-04-27 13:15:23.969 8 INFO neutron.services.segments.plugin [-] Segment e7fc6aa9-06a7-41b1-8fa0-8c766b33431f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7fc6aa9-06a7-41b1-8fa0-8c766b33431f found for delete ", "request_id": "req-0c7d866b-dfb5-4790-96e4-9305bb92e4df"}]} 2026-04-27 13:15:23.984 8 INFO neutron.services.segments.plugin [-] Segment 4d821ec6-1cf4-4908-90ed-2937ab06e84f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d821ec6-1cf4-4908-90ed-2937ab06e84f found for delete ", "request_id": "req-623e4874-1cda-4cec-bda2-0500c2d70f54"}]} 2026-04-27 13:15:23.992 8 INFO neutron.services.segments.plugin [-] Segment 4d821ec6-1cf4-4908-90ed-2937ab06e84f resource provider aggregate not found 2026-04-27 13:15:24.003 8 INFO neutron.services.segments.plugin [-] Segment 4d821ec6-1cf4-4908-90ed-2937ab06e84f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d821ec6-1cf4-4908-90ed-2937ab06e84f found for delete ", "request_id": "req-9a73519c-aed4-458d-8307-f3a18b90f4f6"}]} 2026-04-27 13:15:24.007 8 INFO neutron.services.segments.plugin [-] Segment 43b0c6e8-ebcf-4a1d-aa1f-67e986b1dd65 resource provider aggregate not found 2026-04-27 13:15:24.022 8 INFO neutron.services.segments.plugin [-] Segment 43b0c6e8-ebcf-4a1d-aa1f-67e986b1dd65 resource provider aggregate not found 2026-04-27 13:15:24.028 8 INFO neutron.services.segments.plugin [-] Segment 43b0c6e8-ebcf-4a1d-aa1f-67e986b1dd65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43b0c6e8-ebcf-4a1d-aa1f-67e986b1dd65 found for delete ", "request_id": "req-f9d3ba17-8af2-4300-aff6-6dd912dd3a45"}]} 2026-04-27 13:15:24.046 8 INFO neutron.services.segments.plugin [-] Segment 43b0c6e8-ebcf-4a1d-aa1f-67e986b1dd65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43b0c6e8-ebcf-4a1d-aa1f-67e986b1dd65 found for delete ", "request_id": "req-8ab5fcc2-5c15-4aae-a36d-bab04e364046"}]} [pid: 8|app: 0|req: 1262/2719] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:23 2026] DELETE /v2.0/security-groups/28db5eef-e216-40b9-8db1-d4255a84952e => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:24.253 8 WARNING neutron.db.securitygroups_db [None req-b22212d5-4875-48c2-a26f-1f972324233b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:15:24.390 8 INFO neutron.db.ovn_revision_numbers_db [None req-b22212d5-4875-48c2-a26f-1f972324233b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 4a3f40b0-8549-4def-b334-7b7f02545f59 (type: security_groups) to 1 2026-04-27 13:15:24.419 8 INFO neutron.db.ovn_revision_numbers_db [None req-b22212d5-4875-48c2-a26f-1f972324233b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0544a61b-0195-468e-bd9e-f9a999f5cdd0 (type: security_group_rules) to 0 2026-04-27 13:15:24.426 7 WARNING neutron.db.securitygroups_db [None req-93f5fc06-0c15-41de-924d-4a9183a1885c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:15:24.457 8 INFO neutron.db.ovn_revision_numbers_db [None req-b22212d5-4875-48c2-a26f-1f972324233b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 334319a0-273c-4744-81c9-f4fe6e8dc8c9 (type: security_group_rules) to 0 2026-04-27 13:15:24.479 8 INFO neutron.db.ovn_revision_numbers_db [None req-b22212d5-4875-48c2-a26f-1f972324233b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 84853f0c-09bd-4804-b20c-bb57c4a48648 (type: security_group_rules) to 0 2026-04-27 13:15:24.506 8 INFO neutron.db.ovn_revision_numbers_db [None req-b22212d5-4875-48c2-a26f-1f972324233b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 97cba9db-3a70-4e75-8ab4-026e691738c7 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1263/2720] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:24 2026] GET /v2.0/security-groups?tenant_id=14094c68421b4010bfa26f25c6d84c3e&name=default => generated 2929 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:24.580 7 INFO neutron.db.ovn_revision_numbers_db [None req-93f5fc06-0c15-41de-924d-4a9183a1885c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 074f2d5a-f8ea-4b73-a6a2-0a73037dfa60 (type: security_groups) to 1 2026-04-27 13:15:24.595 7 INFO neutron.db.ovn_revision_numbers_db [None req-93f5fc06-0c15-41de-924d-4a9183a1885c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 70ed9786-e9ba-49d3-8387-2b349b12864c (type: security_group_rules) to 0 2026-04-27 13:15:24.606 7 INFO neutron.db.ovn_revision_numbers_db [None req-93f5fc06-0c15-41de-924d-4a9183a1885c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 726221a4-5c7c-4b3c-b6f2-9fcc914f0f13 (type: security_group_rules) to 0 2026-04-27 13:15:24.618 7 INFO neutron.db.ovn_revision_numbers_db [None req-93f5fc06-0c15-41de-924d-4a9183a1885c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource bd50a699-cc47-41ec-b003-642a583a25ee (type: security_group_rules) to 0 2026-04-27 13:15:24.639 7 INFO neutron.db.ovn_revision_numbers_db [None req-93f5fc06-0c15-41de-924d-4a9183a1885c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e086bbe0-abeb-4877-9fd9-51aa41d86f53 (type: security_group_rules) to 0 2026-04-27 13:15:24.650 7 INFO neutron.services.segments.plugin [-] Segment 5668149a-5eb3-45a7-a5d7-1ee9a066fb00 resource provider aggregate not found 2026-04-27 13:15:24.656 7 INFO neutron.services.segments.plugin [-] Segment 5668149a-5eb3-45a7-a5d7-1ee9a066fb00 resource provider aggregate not found 2026-04-27 13:15:24.675 7 INFO neutron.services.segments.plugin [-] Segment 5668149a-5eb3-45a7-a5d7-1ee9a066fb00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5668149a-5eb3-45a7-a5d7-1ee9a066fb00 found for delete ", "request_id": "req-6d0cb440-952c-4f00-9a49-60e835e5db51"}]} 2026-04-27 13:15:24.684 7 INFO neutron.services.segments.plugin [-] Segment 5668149a-5eb3-45a7-a5d7-1ee9a066fb00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5668149a-5eb3-45a7-a5d7-1ee9a066fb00 found for delete ", "request_id": "req-f6fb8efb-f872-499b-b728-8057fc9a43dd"}]} 2026-04-27 13:15:24.704 7 INFO neutron.services.segments.plugin [-] Segment 6a17ee36-0b54-4d6f-8fb3-b42f6dc1fd7b resource provider aggregate not found 2026-04-27 13:15:24.711 7 INFO neutron.services.segments.plugin [-] Segment 6a17ee36-0b54-4d6f-8fb3-b42f6dc1fd7b resource provider aggregate not found [pid: 7|app: 0|req: 1458/2721] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:24 2026] GET /v2.0/security-groups?tenant_id=cef027e90d734314a98a9466483de48f&name=default => generated 2929 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:24.725 7 INFO neutron.services.segments.plugin [-] Segment 6a17ee36-0b54-4d6f-8fb3-b42f6dc1fd7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a17ee36-0b54-4d6f-8fb3-b42f6dc1fd7b found for delete ", "request_id": "req-a2f9b2e0-3c08-4140-a625-e197220c08c3"}]} 2026-04-27 13:15:24.729 7 INFO neutron.services.segments.plugin [-] Segment 6a17ee36-0b54-4d6f-8fb3-b42f6dc1fd7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a17ee36-0b54-4d6f-8fb3-b42f6dc1fd7b found for delete ", "request_id": "req-2eca8a79-98d3-42f9-83bf-be58a737d6bb"}]} 2026-04-27 13:15:24.744 7 INFO neutron.services.segments.plugin [-] Segment 830a3d90-2ee0-434f-9794-9deb3bf566bf resource provider aggregate not found 2026-04-27 13:15:24.746 7 INFO neutron.services.segments.plugin [-] Segment 830a3d90-2ee0-434f-9794-9deb3bf566bf resource provider aggregate not found 2026-04-27 13:15:24.759 7 INFO neutron.services.segments.plugin [-] Segment 830a3d90-2ee0-434f-9794-9deb3bf566bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 830a3d90-2ee0-434f-9794-9deb3bf566bf found for delete ", "request_id": "req-1567662f-2961-4841-b950-1e925998861e"}]} 2026-04-27 13:15:24.761 7 WARNING neutron.db.securitygroups_db [None req-8c8565a0-26a9-4453-8349-9e500e6e6a50 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:15:24.764 7 INFO neutron.services.segments.plugin [-] Segment 830a3d90-2ee0-434f-9794-9deb3bf566bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 830a3d90-2ee0-434f-9794-9deb3bf566bf found for delete ", "request_id": "req-c9562e3c-95e8-4a36-9062-ccab7503e918"}]} [pid: 8|app: 0|req: 1264/2722] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:24 2026] DELETE /v2.0/security-groups/4a3f40b0-8549-4def-b334-7b7f02545f59 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2723] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:24 2026] GET /v2.0/security-groups?tenant_id=39ad29e9892b4c1d849e52cd52d0826a&name=default => generated 2925 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2724] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:24 2026] DELETE /v2.0/security-groups/0058b921-94e8-4f42-ae8c-882febd710f9 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2725] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:24 2026] DELETE /v2.0/security-groups/074f2d5a-f8ea-4b73-a6a2-0a73037dfa60 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:25.116 7 WARNING neutron.db.securitygroups_db [None req-d2a2a9f6-a98a-4e25-8de9-d72d63708f64 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:15:25.136 8 WARNING neutron.db.securitygroups_db [None req-242b8d5f-4718-40ae-b438-4c6237608d8b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 1461/2726] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:25 2026] GET /v2.0/security-groups?tenant_id=265c65fdbd3145b7a2d602c79af7c02d&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:25.250 8 INFO neutron.db.ovn_revision_numbers_db [None req-242b8d5f-4718-40ae-b438-4c6237608d8b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2c6c140c-8ba9-45bf-a87f-3c22d302e053 (type: security_groups) to 1 2026-04-27 13:15:25.262 8 INFO neutron.db.ovn_revision_numbers_db [None req-242b8d5f-4718-40ae-b438-4c6237608d8b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 317d7a24-9828-4c66-8176-2e002c59cd54 (type: security_group_rules) to 0 2026-04-27 13:15:25.278 8 INFO neutron.db.ovn_revision_numbers_db [None req-242b8d5f-4718-40ae-b438-4c6237608d8b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource aacfb3f7-f408-4e16-ac28-ca1a9e402a35 (type: security_group_rules) to 0 2026-04-27 13:15:25.291 8 INFO neutron.db.ovn_revision_numbers_db [None req-242b8d5f-4718-40ae-b438-4c6237608d8b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c0753cd6-22c0-4692-ac71-342c17f33868 (type: security_group_rules) to 0 2026-04-27 13:15:25.311 8 INFO neutron.db.ovn_revision_numbers_db [None req-242b8d5f-4718-40ae-b438-4c6237608d8b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e2220ff3-5ce1-4536-9a4e-8e3464437dc7 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1462/2727] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:25 2026] DELETE /v2.0/security-groups/e2c10310-3120-445e-b007-9fc177c1cdfe => 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: 1266/2728] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:25 2026] GET /v2.0/security-groups?tenant_id=329987d1f32742b6b94434ba499f6826&name=default => generated 2929 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:25.519 8 WARNING neutron.db.securitygroups_db [None req-567e3070-68e1-40f2-b5e6-5f1b32f8d4d8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 1463/2729] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:25 2026] DELETE /v2.0/security-groups/2c6c140c-8ba9-45bf-a87f-3c22d302e053 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:25.651 8 INFO neutron.db.ovn_revision_numbers_db [None req-567e3070-68e1-40f2-b5e6-5f1b32f8d4d8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 9c63cb92-892b-47a8-ac8a-53a71a0e97d4 (type: security_groups) to 1 2026-04-27 13:15:25.661 8 INFO neutron.db.ovn_revision_numbers_db [None req-567e3070-68e1-40f2-b5e6-5f1b32f8d4d8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 12cd55df-dfea-4adb-a9b0-755cd7628c4d (type: security_group_rules) to 0 2026-04-27 13:15:25.672 8 INFO neutron.db.ovn_revision_numbers_db [None req-567e3070-68e1-40f2-b5e6-5f1b32f8d4d8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c722b382-ecbb-470e-8951-9de01f1f9485 (type: security_group_rules) to 0 2026-04-27 13:15:25.683 8 INFO neutron.db.ovn_revision_numbers_db [None req-567e3070-68e1-40f2-b5e6-5f1b32f8d4d8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource d10c0b36-8db4-488b-9600-636b91de6815 (type: security_group_rules) to 0 2026-04-27 13:15:25.697 8 INFO neutron.db.ovn_revision_numbers_db [None req-567e3070-68e1-40f2-b5e6-5f1b32f8d4d8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource d7ff6807-4b26-425c-b7d4-170d1c482efb (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1267/2730] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:25 2026] GET /v2.0/security-groups?tenant_id=8f2573a353aa4639af3626cb2dff73ba&name=default => generated 2929 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2731] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:25 2026] DELETE /v2.0/security-groups/9c63cb92-892b-47a8-ac8a-53a71a0e97d4 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:28.228 8 INFO neutron.db.ovn_revision_numbers_db [None req-dfd0fadc-ef22-4160-b352-aef54a7df2ac ac195b4345ab4a9487d79a2653a919f5 274c3577932d4b5aa00827e3da24c15f - - default default] Successfully bumped revision number for resource a85a8bdd-ae76-462a-ada6-0f2b60971295 (type: security_groups) to 1 2026-04-27 13:15:28.256 8 INFO neutron.db.ovn_revision_numbers_db [None req-dfd0fadc-ef22-4160-b352-aef54a7df2ac ac195b4345ab4a9487d79a2653a919f5 274c3577932d4b5aa00827e3da24c15f - - default default] Successfully bumped revision number for resource 7dbc8fea-a148-4874-9ed1-e51f003854fe (type: security_group_rules) to 0 2026-04-27 13:15:28.269 8 INFO neutron.db.ovn_revision_numbers_db [None req-dfd0fadc-ef22-4160-b352-aef54a7df2ac ac195b4345ab4a9487d79a2653a919f5 274c3577932d4b5aa00827e3da24c15f - - default default] Successfully bumped revision number for resource c25c1315-478f-4489-8059-51ba336d286c (type: security_group_rules) to 0 2026-04-27 13:15:28.279 8 INFO neutron.db.ovn_revision_numbers_db [None req-dfd0fadc-ef22-4160-b352-aef54a7df2ac ac195b4345ab4a9487d79a2653a919f5 274c3577932d4b5aa00827e3da24c15f - - default default] Successfully bumped revision number for resource d205bb7f-5a2d-492e-9889-b6c971c4e4fd (type: security_group_rules) to 0 2026-04-27 13:15:28.291 8 INFO neutron.db.ovn_revision_numbers_db [None req-dfd0fadc-ef22-4160-b352-aef54a7df2ac ac195b4345ab4a9487d79a2653a919f5 274c3577932d4b5aa00827e3da24c15f - - default default] Successfully bumped revision number for resource efa8d756-f952-48db-a7eb-029ae1387e46 (type: security_group_rules) to 0 2026-04-27 13:15:28.407 8 INFO neutron.db.segments_db [None req-dfd0fadc-ef22-4160-b352-aef54a7df2ac ac195b4345ab4a9487d79a2653a919f5 274c3577932d4b5aa00827e3da24c15f - - default default] Added segment 5d2db4bc-22a1-4fef-b69b-570bf8f16be6 of type geneve for network a70895f3-5f90-47f2-a562-61d44ee7bf73 2026-04-27 13:15:28.536 8 INFO neutron.db.ovn_revision_numbers_db [None req-dfd0fadc-ef22-4160-b352-aef54a7df2ac ac195b4345ab4a9487d79a2653a919f5 274c3577932d4b5aa00827e3da24c15f - - default default] Successfully bumped revision number for resource a70895f3-5f90-47f2-a562-61d44ee7bf73 (type: networks) to 1 2026-04-27 13:15:28.743 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dfd0fadc-ef22-4160-b352-aef54a7df2ac ac195b4345ab4a9487d79a2653a919f5 274c3577932d4b5aa00827e3da24c15f - - default default] No more DHCP agents 2026-04-27 13:15:28.744 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dfd0fadc-ef22-4160-b352-aef54a7df2ac ac195b4345ab4a9487d79a2653a919f5 274c3577932d4b5aa00827e3da24c15f - - default default] Unable to schedule network a70895f3-5f90-47f2-a562-61d44ee7bf73: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:28.795 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: 6175ff37-e6cd-44ff-b577-7ab3bb985f80 2026-04-27 13:15:28.854 8 INFO neutron.db.ovn_revision_numbers_db [None req-dfd0fadc-ef22-4160-b352-aef54a7df2ac ac195b4345ab4a9487d79a2653a919f5 274c3577932d4b5aa00827e3da24c15f - - default default] Successfully bumped revision number for resource 6175ff37-e6cd-44ff-b577-7ab3bb985f80 (type: ports) to 1 [pid: 8|app: 0|req: 1268/2732] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:15:27 2026] POST /v2.0/networks => generated 670 bytes in 964 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:15:29.094 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b99f2f69-0168-4660-bba4-dd78f83c5242 ac195b4345ab4a9487d79a2653a919f5 274c3577932d4b5aa00827e3da24c15f - - default default] No more DHCP agents 2026-04-27 13:15:29.095 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b99f2f69-0168-4660-bba4-dd78f83c5242 ac195b4345ab4a9487d79a2653a919f5 274c3577932d4b5aa00827e3da24c15f - - default default] Unable to schedule network a70895f3-5f90-47f2-a562-61d44ee7bf73: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:29.153 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: e369f463-32e9-4ef9-b71d-898d5b1ea151 2026-04-27 13:15:29.192 7 INFO neutron.db.ovn_revision_numbers_db [None req-b99f2f69-0168-4660-bba4-dd78f83c5242 ac195b4345ab4a9487d79a2653a919f5 274c3577932d4b5aa00827e3da24c15f - - default default] Successfully bumped revision number for resource e369f463-32e9-4ef9-b71d-898d5b1ea151 (type: ports) to 1 [pid: 7|app: 0|req: 1465/2733] 10.0.0.253 () {34 vars in 664 bytes} [Mon Apr 27 13:15:28 2026] POST /v2.0/ports => generated 743 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2734] 10.0.0.253 () {34 vars in 747 bytes} [Mon Apr 27 13:15:29 2026] PUT /v2.0/ports/e369f463-32e9-4ef9-b71d-898d5b1ea151/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1466/2735] 10.0.0.253 () {32 vars in 727 bytes} [Mon Apr 27 13:15:29 2026] GET /v2.0/ports/e369f463-32e9-4ef9-b71d-898d5b1ea151/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, ' [pid: 8|app: 0|req: 1270/2736] 10.0.0.253 () {34 vars in 758 bytes} [Mon Apr 27 13:15:29 2026] PUT /v2.0/ports/e369f463-32e9-4ef9-b71d-898d5b1ea151/tags/green => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1467/2737] 10.0.0.253 () {32 vars in 727 bytes} [Mon Apr 27 13:15:29 2026] GET /v2.0/ports/e369f463-32e9-4ef9-b71d-898d5b1ea151/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: 8|app: 0|req: 1271/2738] 10.0.0.253 () {34 vars in 754 bytes} [Mon Apr 27 13:15:29 2026] PUT /v2.0/ports/e369f463-32e9-4ef9-b71d-898d5b1ea151/tags/red => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1468/2739] 10.0.0.253 () {32 vars in 727 bytes} [Mon Apr 27 13:15:29 2026] GET /v2.0/ports/e369f463-32e9-4ef9-b71d-898d5b1ea151/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1272/2740] 10.0.0.253 () {34 vars in 776 bytes} [Mon Apr 27 13:15:29 2026] PUT /v2.0/ports/e369f463-32e9-4ef9-b71d-898d5b1ea151/tags/black.or.white => generated 4 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1469/2741] 10.0.0.253 () {32 vars in 727 bytes} [Mon Apr 27 13:15:29 2026] GET /v2.0/ports/e369f463-32e9-4ef9-b71d-898d5b1ea151/tags => generated 52 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: 1273/2742] 10.0.0.253 () {34 vars in 747 bytes} [Mon Apr 27 13:15:29 2026] PUT /v2.0/ports/e369f463-32e9-4ef9-b71d-898d5b1ea151/tags => generated 37 bytes in 81 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: 1470/2743] 10.0.0.253 () {32 vars in 727 bytes} [Mon Apr 27 13:15:29 2026] GET /v2.0/ports/e369f463-32e9-4ef9-b71d-898d5b1ea151/tags => generated 37 bytes in 45 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: 1274/2744] 10.0.0.253 () {32 vars in 735 bytes} [Mon Apr 27 13:15:29 2026] GET /v2.0/ports/e369f463-32e9-4ef9-b71d-898d5b1ea151/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:15:30.095 8 INFO neutron.api.v2.resource [None req-6e3e69ea-1ccc-4bb7-8348-dbec876594e8 ac195b4345ab4a9487d79a2653a919f5 274c3577932d4b5aa00827e3da24c15f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1275/2745] 10.0.0.253 () {32 vars in 739 bytes} [Mon Apr 27 13:15:30 2026] GET /v2.0/ports/e369f463-32e9-4ef9-b71d-898d5b1ea151/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1276/2746] 10.0.0.253 () {32 vars in 738 bytes} [Mon Apr 27 13:15:30 2026] DELETE /v2.0/ports/e369f463-32e9-4ef9-b71d-898d5b1ea151/tags/red => generated 0 bytes in 83 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: 1277/2747] 10.0.0.253 () {32 vars in 727 bytes} [Mon Apr 27 13:15:30 2026] GET /v2.0/ports/e369f463-32e9-4ef9-b71d-898d5b1ea151/tags => generated 30 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, ' 2026-04-27 13:15:30.313 8 INFO neutron.api.v2.resource [None req-6dedecbe-2802-4ef8-9a90-e954ddef090d ac195b4345ab4a9487d79a2653a919f5 274c3577932d4b5aa00827e3da24c15f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1278/2748] 10.0.0.253 () {32 vars in 742 bytes} [Mon Apr 27 13:15:30 2026] DELETE /v2.0/ports/e369f463-32e9-4ef9-b71d-898d5b1ea151/tags/green => generated 99 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:15:30.319 7 INFO neutron.db.ovn_revision_numbers_db [None req-9598a8f5-24d5-408e-a6c9-a654a4f9b405 a708a7fcd08d4db98c1f30edb9068f24 64da6a56aa084cc1b13da790a47fce8c - - default default] Successfully bumped revision number for resource 8bdd7851-c24e-42ed-9750-e9d157f42474 (type: routers) 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: 1471/2749] 10.0.0.253 () {34 vars in 668 bytes} [Mon Apr 27 13:15:30 2026] POST /v2.0/routers => generated 591 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2750] 10.0.0.253 () {32 vars in 730 bytes} [Mon Apr 27 13:15:30 2026] DELETE /v2.0/ports/e369f463-32e9-4ef9-b71d-898d5b1ea151/tags => generated 0 bytes in 66 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: 1280/2751] 10.0.0.253 () {32 vars in 727 bytes} [Mon Apr 27 13:15:30 2026] GET /v2.0/ports/e369f463-32e9-4ef9-b71d-898d5b1ea151/tags => generated 12 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:30.455 7 INFO neutron.db.ovn_revision_numbers_db [None req-c90a0496-1551-4b15-b90a-f5b641ae47e1 a708a7fcd08d4db98c1f30edb9068f24 64da6a56aa084cc1b13da790a47fce8c - - default default] Successfully bumped revision number for resource 0f995e40-f77c-4ca6-a09c-de537674ac9f (type: routers) 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: 1472/2752] 10.0.0.253 () {34 vars in 668 bytes} [Mon Apr 27 13:15:30 2026] POST /v2.0/routers => generated 591 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:15:30.628 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4e31efd-0868-4866-8d71-d7045b5a214f a708a7fcd08d4db98c1f30edb9068f24 64da6a56aa084cc1b13da790a47fce8c - - default default] Successfully bumped revision number for resource 8f7f6be5-7555-4a75-8a61-4dd66a9e4edc (type: routers) to 1 2026-04-27 13:15:30.640 8 INFO neutron_taas.services.taas.taas_plugin [None req-308f636b-9dc8-4fd9-8990-24dc9f4d1b68 ac195b4345ab4a9487d79a2653a919f5 274c3577932d4b5aa00827e3da24c15f - - default default] TaaS: Handle Delete Port: e369f463-32e9-4ef9-b71d-898d5b1ea151 2026-04-27 13:15:30.643 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-308f636b-9dc8-4fd9-8990-24dc9f4d1b68 ac195b4345ab4a9487d79a2653a919f5 274c3577932d4b5aa00827e3da24c15f - - default default] Tap Mirror: Handle Delete Port: e369f463-32e9-4ef9-b71d-898d5b1ea151 [pid: 7|app: 0|req: 1473/2753] 10.0.0.253 () {34 vars in 668 bytes} [Mon Apr 27 13:15:30 2026] POST /v2.0/routers => generated 591 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2754] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:15:30 2026] DELETE /v2.0/ports/e369f463-32e9-4ef9-b71d-898d5b1ea151 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:30.771 7 INFO neutron.db.ovn_revision_numbers_db [None req-197e2846-dff0-49bf-981e-b08ee22205d0 a708a7fcd08d4db98c1f30edb9068f24 64da6a56aa084cc1b13da790a47fce8c - - default default] Successfully bumped revision number for resource 18220803-75d8-424a-9776-6b5e0ea0ac93 (type: routers) to 1 [pid: 7|app: 0|req: 1474/2755] 10.0.0.253 () {34 vars in 668 bytes} [Mon Apr 27 13:15:30 2026] POST /v2.0/routers => generated 591 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:15:30.954 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4489d08-fb41-4fde-af81-567a0de443b2 ac195b4345ab4a9487d79a2653a919f5 274c3577932d4b5aa00827e3da24c15f - - default default] TaaS: Handle Delete Port: 6175ff37-e6cd-44ff-b577-7ab3bb985f80 2026-04-27 13:15:30.957 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4489d08-fb41-4fde-af81-567a0de443b2 ac195b4345ab4a9487d79a2653a919f5 274c3577932d4b5aa00827e3da24c15f - - default default] Tap Mirror: Handle Delete Port: 6175ff37-e6cd-44ff-b577-7ab3bb985f80 2026-04-27 13:15:30.960 7 INFO neutron.db.ovn_revision_numbers_db [None req-936e9cb5-7fdb-467d-94e4-46cd56c3c827 a708a7fcd08d4db98c1f30edb9068f24 64da6a56aa084cc1b13da790a47fce8c - - default default] Successfully bumped revision number for resource 072b79e1-a176-431c-be35-8ded00286f86 (type: routers) to 1 [pid: 7|app: 0|req: 1475/2756] 10.0.0.253 () {34 vars in 668 bytes} [Mon Apr 27 13:15:30 2026] POST /v2.0/routers => generated 591 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:15:31.020 7 WARNING tagging [None req-f3732ea0-c545-4434-84c7-9b1c5fccd645 a708a7fcd08d4db98c1f30edb9068f24 64da6a56aa084cc1b13da790a47fce8c - - default default] project_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: 1476/2757] 10.0.0.253 () {34 vars in 751 bytes} [Mon Apr 27 13:15:30 2026] PUT /v2.0/routers/8bdd7851-c24e-42ed-9750-e9d157f42474/tags => generated 17 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:31.105 7 WARNING tagging [None req-71619bb3-d5a6-4ac9-9046-a2ebe441847e a708a7fcd08d4db98c1f30edb9068f24 64da6a56aa084cc1b13da790a47fce8c - - default default] 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-04-27 13:15:31.132 8 INFO neutron.services.segments.plugin [-] Segment 5d2db4bc-22a1-4fef-b69b-570bf8f16be6 resource provider aggregate not found 2026-04-27 13:15:31.135 8 INFO neutron.services.segments.plugin [-] Segment 5d2db4bc-22a1-4fef-b69b-570bf8f16be6 resource provider aggregate not found [pid: 7|app: 0|req: 1477/2758] 10.0.0.253 () {34 vars in 751 bytes} [Mon Apr 27 13:15:31 2026] PUT /v2.0/routers/0f995e40-f77c-4ca6-a09c-de537674ac9f/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:31.151 8 INFO neutron.services.segments.plugin [-] Segment 5d2db4bc-22a1-4fef-b69b-570bf8f16be6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d2db4bc-22a1-4fef-b69b-570bf8f16be6 found for delete ", "request_id": "req-2c1445e6-3a97-48f1-a39e-a0b1094c7577"}]} 2026-04-27 13:15:31.155 8 INFO neutron.services.segments.plugin [-] Segment 5d2db4bc-22a1-4fef-b69b-570bf8f16be6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d2db4bc-22a1-4fef-b69b-570bf8f16be6 found for delete ", "request_id": "req-cd7df869-7da6-4f17-a651-0f651ca6e99e"}]} [pid: 8|app: 0|req: 1282/2759] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:15:30 2026] DELETE /v2.0/networks/a70895f3-5f90-47f2-a562-61d44ee7bf73 => generated 0 bytes in 423 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:31.198 7 WARNING tagging [None req-e7392cba-cd6e-4a60-bf30-9adc5fd33d7e a708a7fcd08d4db98c1f30edb9068f24 64da6a56aa084cc1b13da790a47fce8c - - default default] project_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: 1478/2760] 10.0.0.253 () {34 vars in 751 bytes} [Mon Apr 27 13:15:31 2026] PUT /v2.0/routers/8f7f6be5-7555-4a75-8a61-4dd66a9e4edc/tags => generated 34 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:31.279 8 WARNING tagging [None req-bb32b827-1c1d-44b8-be9f-07c4ee60f996 a708a7fcd08d4db98c1f30edb9068f24 64da6a56aa084cc1b13da790a47fce8c - - default default] project_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: 1283/2761] 10.0.0.253 () {34 vars in 751 bytes} [Mon Apr 27 13:15:31 2026] PUT /v2.0/routers/18220803-75d8-424a-9776-6b5e0ea0ac93/tags => generated 19 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2762] 10.0.0.253 () {32 vars in 664 bytes} [Mon Apr 27 13:15:31 2026] GET /v2.0/routers?tags=red => generated 1814 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2763] 10.0.0.253 () {32 vars in 678 bytes} [Mon Apr 27 13:15:31 2026] GET /v2.0/routers?tags=red%2Cblue => generated 1222 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2764] 10.0.0.253 () {32 vars in 674 bytes} [Mon Apr 27 13:15:31 2026] GET /v2.0/routers?tags-any=blue => generated 1222 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2765] 10.0.0.253 () {32 vars in 686 bytes} [Mon Apr 27 13:15:31 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1814 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2766] 10.0.0.253 () {32 vars in 672 bytes} [Mon Apr 27 13:15:31 2026] GET /v2.0/routers?not-tags=red => generated 1194 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2767] 10.0.0.253 () {32 vars in 686 bytes} [Mon Apr 27 13:15:31 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1786 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2768] 10.0.0.253 () {32 vars in 682 bytes} [Mon Apr 27 13:15:31 2026] GET /v2.0/routers?not-tags-any=blue => generated 1786 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2769] 10.0.0.253 () {32 vars in 694 bytes} [Mon Apr 27 13:15:31 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 1194 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2770] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:15:31 2026] GET /v2.0/routers/8bdd7851-c24e-42ed-9750-e9d157f42474 => generated 602 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:15:31.935 7 WARNING neutron.db.securitygroups_db [None req-ea179e2c-36ed-42f5-af67-be56c0ec18a1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:15:32.074 7 INFO neutron.db.ovn_revision_numbers_db [None req-ea179e2c-36ed-42f5-af67-be56c0ec18a1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 76eb6913-d958-4452-880f-5fcb46763cee (type: security_groups) to 1 2026-04-27 13:15:32.088 7 INFO neutron.db.ovn_revision_numbers_db [None req-ea179e2c-36ed-42f5-af67-be56c0ec18a1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2d20700a-65b5-48c7-ba06-2a0057313ed9 (type: security_group_rules) to 0 2026-04-27 13:15:32.102 7 INFO neutron.db.ovn_revision_numbers_db [None req-ea179e2c-36ed-42f5-af67-be56c0ec18a1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6c99e3de-61a2-49ba-bb70-e613cb48cb84 (type: security_group_rules) to 0 2026-04-27 13:15:32.118 7 INFO neutron.db.ovn_revision_numbers_db [None req-ea179e2c-36ed-42f5-af67-be56c0ec18a1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 990bb6e9-5c89-45a8-9e2d-583cd263576c (type: security_group_rules) to 0 2026-04-27 13:15:32.133 7 INFO neutron.db.ovn_revision_numbers_db [None req-ea179e2c-36ed-42f5-af67-be56c0ec18a1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a1216f74-e9c6-4206-bee2-37e2caf59930 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1483/2771] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:31 2026] GET /v2.0/security-groups?tenant_id=1f5617153e014f6bba3f2e4cbea0b459&name=default => generated 2929 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2772] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:32 2026] DELETE /v2.0/security-groups/76eb6913-d958-4452-880f-5fcb46763cee => generated 0 bytes in 179 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:32.472 7 WARNING neutron.db.securitygroups_db [None req-e0dd2284-f445-4c2e-b0a1-2a5fa3a34b56 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 1485/2773] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:32 2026] GET /v2.0/security-groups?tenant_id=274c3577932d4b5aa00827e3da24c15f&name=default => generated 2929 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2774] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:32 2026] DELETE /v2.0/security-groups/a85a8bdd-ae76-462a-ada6-0f2b60971295 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:33.067 8 INFO neutron.db.ovn_revision_numbers_db [None req-2749bf74-615a-432e-8e14-ed1021a610a0 a708a7fcd08d4db98c1f30edb9068f24 64da6a56aa084cc1b13da790a47fce8c - - default default] Successfully bumped revision number for resource 8bdd7851-c24e-42ed-9750-e9d157f42474 (type: routers) to 2 [pid: 8|app: 0|req: 1289/2777] 10.0.0.253 () {34 vars in 742 bytes} [Mon Apr 27 13:15:31 2026] PUT /v2.0/routers/8bdd7851-c24e-42ed-9750-e9d157f42474 => generated 602 bytes in 1152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2778] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:15:33 2026] GET /v2.0/ports?device_id=8bdd7851-c24e-42ed-9750-e9d157f42474 => 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: 1290/2779] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:15:33 2026] DELETE /v2.0/routers/8bdd7851-c24e-42ed-9750-e9d157f42474 => 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: 1490/2780] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:15:33 2026] GET /v2.0/routers/0f995e40-f77c-4ca6-a09c-de537674ac9f => generated 610 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:15:33.623 8 INFO neutron.db.ovn_revision_numbers_db [None req-c653b6c6-ad2c-47e5-b644-6584dacfb217 a708a7fcd08d4db98c1f30edb9068f24 64da6a56aa084cc1b13da790a47fce8c - - default default] Successfully bumped revision number for resource 0f995e40-f77c-4ca6-a09c-de537674ac9f (type: routers) to 2 [pid: 8|app: 0|req: 1291/2781] 10.0.0.253 () {34 vars in 742 bytes} [Mon Apr 27 13:15:33 2026] PUT /v2.0/routers/0f995e40-f77c-4ca6-a09c-de537674ac9f => generated 610 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2782] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:15:33 2026] GET /v2.0/ports?device_id=0f995e40-f77c-4ca6-a09c-de537674ac9f => 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: 1292/2783] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:15:33 2026] DELETE /v2.0/routers/0f995e40-f77c-4ca6-a09c-de537674ac9f => 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: 1492/2784] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:15:33 2026] GET /v2.0/routers/8f7f6be5-7555-4a75-8a61-4dd66a9e4edc => generated 619 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:15:34.193 8 INFO neutron.db.ovn_revision_numbers_db [None req-5ae0da4a-eaae-4570-a7d0-a8a270d95596 a708a7fcd08d4db98c1f30edb9068f24 64da6a56aa084cc1b13da790a47fce8c - - default default] Successfully bumped revision number for resource 8f7f6be5-7555-4a75-8a61-4dd66a9e4edc (type: routers) to 2 [pid: 8|app: 0|req: 1293/2785] 10.0.0.253 () {34 vars in 742 bytes} [Mon Apr 27 13:15:33 2026] PUT /v2.0/routers/8f7f6be5-7555-4a75-8a61-4dd66a9e4edc => generated 619 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2786] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:15:34 2026] GET /v2.0/ports?device_id=8f7f6be5-7555-4a75-8a61-4dd66a9e4edc => 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: 1294/2787] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:15:34 2026] DELETE /v2.0/routers/8f7f6be5-7555-4a75-8a61-4dd66a9e4edc => generated 0 bytes in 188 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2788] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:15:34 2026] GET /v2.0/routers/18220803-75d8-424a-9776-6b5e0ea0ac93 => generated 604 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:15:34.755 8 INFO neutron.db.ovn_revision_numbers_db [None req-c4d30e2f-669c-404d-9082-222a288a8d5d a708a7fcd08d4db98c1f30edb9068f24 64da6a56aa084cc1b13da790a47fce8c - - default default] Successfully bumped revision number for resource 18220803-75d8-424a-9776-6b5e0ea0ac93 (type: routers) to 2 [pid: 8|app: 0|req: 1295/2789] 10.0.0.253 () {34 vars in 742 bytes} [Mon Apr 27 13:15:34 2026] PUT /v2.0/routers/18220803-75d8-424a-9776-6b5e0ea0ac93 => 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: 1495/2790] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:15:34 2026] GET /v2.0/ports?device_id=18220803-75d8-424a-9776-6b5e0ea0ac93 => 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: 1296/2791] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:15:34 2026] DELETE /v2.0/routers/18220803-75d8-424a-9776-6b5e0ea0ac93 => 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: 1496/2792] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:15:34 2026] GET /v2.0/routers/072b79e1-a176-431c-be35-8ded00286f86 => generated 597 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2793] 10.0.0.253 () {34 vars in 742 bytes} [Mon Apr 27 13:15:34 2026] PUT /v2.0/routers/072b79e1-a176-431c-be35-8ded00286f86 => generated 597 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2794] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:15:35 2026] GET /v2.0/ports?device_id=072b79e1-a176-431c-be35-8ded00286f86 => 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: 1298/2795] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:15:35 2026] DELETE /v2.0/routers/072b79e1-a176-431c-be35-8ded00286f86 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2796] 10.0.0.253 () {34 vars in 678 bytes} [Mon Apr 27 13:15:35 2026] POST /v2.0/qos/policies => generated 359 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:15:36.078 8 WARNING tagging [None req-09b4b9a9-07fc-4a63-a63d-58bff7a19c3a c7dede61f5ab4287a31226af8f5b86a8 2e5c003b94f6456999e1adbb216679c4 - - default default] project_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: 1299/2797] 10.0.0.253 () {34 vars in 753 bytes} [Mon Apr 27 13:15:36 2026] PUT /v2.0/policies/c7d07b3f-9a66-455b-b6ca-4d180f9ab1db/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:36.123 7 WARNING tagging [None req-e812fa38-c890-4eb4-8ea9-84416c755c66 c7dede61f5ab4287a31226af8f5b86a8 2e5c003b94f6456999e1adbb216679c4 - - default default] project_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: 1499/2798] 10.0.0.253 () {32 vars in 733 bytes} [Mon Apr 27 13:15:36 2026] GET /v2.0/policies/c7d07b3f-9a66-455b-b6ca-4d180f9ab1db/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:36.160 8 WARNING tagging [None req-8ee795e6-4e7e-45de-9761-bd75808dda1b c7dede61f5ab4287a31226af8f5b86a8 2e5c003b94f6456999e1adbb216679c4 - - default default] project_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: 1300/2799] 10.0.0.253 () {34 vars in 764 bytes} [Mon Apr 27 13:15:36 2026] PUT /v2.0/policies/c7d07b3f-9a66-455b-b6ca-4d180f9ab1db/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-27 13:15:36.215 7 WARNING tagging [None req-ecb9460f-39f0-470f-af2a-21e86dca0eba c7dede61f5ab4287a31226af8f5b86a8 2e5c003b94f6456999e1adbb216679c4 - - default default] project_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: 1500/2800] 10.0.0.253 () {32 vars in 733 bytes} [Mon Apr 27 13:15:36 2026] GET /v2.0/policies/c7d07b3f-9a66-455b-b6ca-4d180f9ab1db/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:36.256 8 WARNING tagging [None req-2242955b-5692-497b-8ae0-7494355e3f03 c7dede61f5ab4287a31226af8f5b86a8 2e5c003b94f6456999e1adbb216679c4 - - default default] project_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: 1301/2801] 10.0.0.253 () {34 vars in 760 bytes} [Mon Apr 27 13:15:36 2026] PUT /v2.0/policies/c7d07b3f-9a66-455b-b6ca-4d180f9ab1db/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-27 13:15:36.304 8 WARNING tagging [None req-7ea263e7-de5f-4b7f-91fa-135f3bd38d20 c7dede61f5ab4287a31226af8f5b86a8 2e5c003b94f6456999e1adbb216679c4 - - default default] project_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: 1302/2802] 10.0.0.253 () {32 vars in 733 bytes} [Mon Apr 27 13:15:36 2026] GET /v2.0/policies/c7d07b3f-9a66-455b-b6ca-4d180f9ab1db/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:36.341 7 WARNING neutron.db.securitygroups_db [None req-ce0189dd-76cc-420b-b4c7-d622e5aae244 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:15:36.342 8 WARNING tagging [None req-826b94ca-572a-4737-9826-4518ce2f406d c7dede61f5ab4287a31226af8f5b86a8 2e5c003b94f6456999e1adbb216679c4 - - default default] project_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: 1303/2803] 10.0.0.253 () {34 vars in 782 bytes} [Mon Apr 27 13:15:36 2026] PUT /v2.0/policies/c7d07b3f-9a66-455b-b6ca-4d180f9ab1db/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-27 13:15:36.403 8 WARNING tagging [None req-5cbc107c-2fb7-487b-98f7-ba7248fb9929 c7dede61f5ab4287a31226af8f5b86a8 2e5c003b94f6456999e1adbb216679c4 - - default default] project_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: 1304/2804] 10.0.0.253 () {32 vars in 733 bytes} [Mon Apr 27 13:15:36 2026] GET /v2.0/policies/c7d07b3f-9a66-455b-b6ca-4d180f9ab1db/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:36.448 8 WARNING tagging [None req-bdde1ebb-1ae7-43cd-b6c0-180755019894 c7dede61f5ab4287a31226af8f5b86a8 2e5c003b94f6456999e1adbb216679c4 - - default default] project_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: 1305/2805] 10.0.0.253 () {34 vars in 753 bytes} [Mon Apr 27 13:15:36 2026] PUT /v2.0/policies/c7d07b3f-9a66-455b-b6ca-4d180f9ab1db/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:36.479 7 INFO neutron.db.ovn_revision_numbers_db [None req-ce0189dd-76cc-420b-b4c7-d622e5aae244 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 8fa86559-2458-4e68-858f-0305c65598b0 (type: security_groups) to 1 2026-04-27 13:15:36.492 7 INFO neutron.db.ovn_revision_numbers_db [None req-ce0189dd-76cc-420b-b4c7-d622e5aae244 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 309a95ab-0fff-4043-a32c-779c3f321f3b (type: security_group_rules) to 0 2026-04-27 13:15:36.501 7 INFO neutron.db.ovn_revision_numbers_db [None req-ce0189dd-76cc-420b-b4c7-d622e5aae244 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 40ccba81-12f3-494a-b7e9-76a32d0bde82 (type: security_group_rules) to 0 2026-04-27 13:15:36.509 8 WARNING tagging [None req-8030002c-1938-4d5f-8287-573198313cb5 c7dede61f5ab4287a31226af8f5b86a8 2e5c003b94f6456999e1adbb216679c4 - - default default] 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-04-27 13:15:36.514 7 INFO neutron.db.ovn_revision_numbers_db [None req-ce0189dd-76cc-420b-b4c7-d622e5aae244 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 45243db5-196e-46cd-bef5-99d6b9471d0f (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1306/2806] 10.0.0.253 () {32 vars in 733 bytes} [Mon Apr 27 13:15:36 2026] GET /v2.0/policies/c7d07b3f-9a66-455b-b6ca-4d180f9ab1db/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:36.527 7 INFO neutron.db.ovn_revision_numbers_db [None req-ce0189dd-76cc-420b-b4c7-d622e5aae244 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 4b57b423-c965-43c8-8ef4-ded970d47d6e (type: security_group_rules) to 0 2026-04-27 13:15:36.556 8 WARNING tagging [None req-3b32d7ab-37b2-456b-a2c0-eb3034df1474 c7dede61f5ab4287a31226af8f5b86a8 2e5c003b94f6456999e1adbb216679c4 - - default default] project_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: 1307/2807] 10.0.0.253 () {32 vars in 741 bytes} [Mon Apr 27 13:15:36 2026] GET /v2.0/policies/c7d07b3f-9a66-455b-b6ca-4d180f9ab1db/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2808] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:36 2026] GET /v2.0/security-groups?tenant_id=d498b1b31c9f4ac28292db9facd6ce38&name=default => generated 2929 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:36.615 8 WARNING tagging [None req-ab257d70-b0bf-4ceb-9d22-086da5e28026 c7dede61f5ab4287a31226af8f5b86a8 2e5c003b94f6456999e1adbb216679c4 - - default default] 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-04-27 13:15:36.625 8 INFO neutron.api.v2.resource [None req-ab257d70-b0bf-4ceb-9d22-086da5e28026 c7dede61f5ab4287a31226af8f5b86a8 2e5c003b94f6456999e1adbb216679c4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1308/2809] 10.0.0.253 () {32 vars in 745 bytes} [Mon Apr 27 13:15:36 2026] GET /v2.0/policies/c7d07b3f-9a66-455b-b6ca-4d180f9ab1db/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:15:36.661 8 WARNING tagging [None req-822bae0e-c0bc-402e-a5ca-6258e9ad5345 c7dede61f5ab4287a31226af8f5b86a8 2e5c003b94f6456999e1adbb216679c4 - - default default] project_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: 1309/2810] 10.0.0.253 () {32 vars in 744 bytes} [Mon Apr 27 13:15:36 2026] DELETE /v2.0/policies/c7d07b3f-9a66-455b-b6ca-4d180f9ab1db/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:36.711 8 WARNING tagging [None req-911123e0-5c08-4ce7-badb-adcd54e918ba c7dede61f5ab4287a31226af8f5b86a8 2e5c003b94f6456999e1adbb216679c4 - - default default] project_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: 1310/2811] 10.0.0.253 () {32 vars in 733 bytes} [Mon Apr 27 13:15:36 2026] GET /v2.0/policies/c7d07b3f-9a66-455b-b6ca-4d180f9ab1db/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:36.748 8 WARNING tagging [None req-21c43c07-0644-4f98-9119-7b2c7c87fca3 c7dede61f5ab4287a31226af8f5b86a8 2e5c003b94f6456999e1adbb216679c4 - - default default] 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-04-27 13:15:36.759 8 INFO neutron.api.v2.resource [None req-21c43c07-0644-4f98-9119-7b2c7c87fca3 c7dede61f5ab4287a31226af8f5b86a8 2e5c003b94f6456999e1adbb216679c4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1311/2812] 10.0.0.253 () {32 vars in 748 bytes} [Mon Apr 27 13:15:36 2026] DELETE /v2.0/policies/c7d07b3f-9a66-455b-b6ca-4d180f9ab1db/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2813] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:36 2026] DELETE /v2.0/security-groups/8fa86559-2458-4e68-858f-0305c65598b0 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:36.789 8 WARNING tagging [None req-09167cf5-b329-46e8-8599-499c44952dd7 c7dede61f5ab4287a31226af8f5b86a8 2e5c003b94f6456999e1adbb216679c4 - - default default] project_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: 1312/2814] 10.0.0.253 () {32 vars in 736 bytes} [Mon Apr 27 13:15:36 2026] DELETE /v2.0/policies/c7d07b3f-9a66-455b-b6ca-4d180f9ab1db/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:36.851 7 WARNING tagging [None req-39360038-8c1a-41b9-9851-8a5a6384fc38 c7dede61f5ab4287a31226af8f5b86a8 2e5c003b94f6456999e1adbb216679c4 - - default default] project_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: 1503/2815] 10.0.0.253 () {32 vars in 733 bytes} [Mon Apr 27 13:15:36 2026] GET /v2.0/policies/c7d07b3f-9a66-455b-b6ca-4d180f9ab1db/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:36.867 8 WARNING neutron.db.securitygroups_db [None req-eec34628-816b-4595-a7fe-92453072452a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 1504/2816] 10.0.0.253 () {32 vars in 734 bytes} [Mon Apr 27 13:15:36 2026] DELETE /v2.0/qos/policies/c7d07b3f-9a66-455b-b6ca-4d180f9ab1db => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:37.010 8 INFO neutron.db.ovn_revision_numbers_db [None req-eec34628-816b-4595-a7fe-92453072452a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ab9698f0-15f4-45f6-bc24-07c58d997354 (type: security_groups) to 1 2026-04-27 13:15:37.021 8 INFO neutron.db.ovn_revision_numbers_db [None req-eec34628-816b-4595-a7fe-92453072452a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0b79af5e-d1cd-4b7c-9657-e70a844688eb (type: security_group_rules) to 0 2026-04-27 13:15:37.033 8 INFO neutron.db.ovn_revision_numbers_db [None req-eec34628-816b-4595-a7fe-92453072452a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 94cc1b78-a8aa-4de3-be5c-8e5e10b7028b (type: security_group_rules) to 0 2026-04-27 13:15:37.044 8 INFO neutron.db.ovn_revision_numbers_db [None req-eec34628-816b-4595-a7fe-92453072452a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 9a6f7ca0-2e17-4dfc-b892-772f64e27949 (type: security_group_rules) to 0 2026-04-27 13:15:37.057 8 INFO neutron.db.ovn_revision_numbers_db [None req-eec34628-816b-4595-a7fe-92453072452a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e7927496-38a7-4ec1-9e84-b3f13e3fec2e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1313/2817] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:36 2026] GET /v2.0/security-groups?tenant_id=64da6a56aa084cc1b13da790a47fce8c&name=default => generated 2929 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2818] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:37 2026] DELETE /v2.0/security-groups/ab9698f0-15f4-45f6-bc24-07c58d997354 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:37.421 8 WARNING neutron.db.securitygroups_db [None req-f2ab5c16-5abd-4b54-9f02-fc5c3706ac6e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:15:37.562 8 INFO neutron.db.ovn_revision_numbers_db [None req-f2ab5c16-5abd-4b54-9f02-fc5c3706ac6e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource eee42014-7b0f-431a-a16c-e0806ba052fc (type: security_groups) to 1 2026-04-27 13:15:37.576 8 INFO neutron.db.ovn_revision_numbers_db [None req-f2ab5c16-5abd-4b54-9f02-fc5c3706ac6e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0e8a891e-6086-480a-8751-998ee32bc8a1 (type: security_group_rules) to 0 2026-04-27 13:15:37.588 8 INFO neutron.db.ovn_revision_numbers_db [None req-f2ab5c16-5abd-4b54-9f02-fc5c3706ac6e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b8376f0b-6772-40ff-83d6-479a6f9e41e7 (type: security_group_rules) to 0 2026-04-27 13:15:37.601 8 INFO neutron.db.ovn_revision_numbers_db [None req-f2ab5c16-5abd-4b54-9f02-fc5c3706ac6e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ee7f19b5-1edf-4dfc-b370-07ee3a619e4c (type: security_group_rules) to 0 2026-04-27 13:15:37.615 8 INFO neutron.db.ovn_revision_numbers_db [None req-f2ab5c16-5abd-4b54-9f02-fc5c3706ac6e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f6856156-3a32-4a46-87fb-84f6d80ae81d (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1314/2819] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:37 2026] GET /v2.0/security-groups?tenant_id=1252eed9ead843a282b8f717ee0d7b63&name=default => generated 2929 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:37.769 7 WARNING neutron.db.securitygroups_db [None req-764fa0b4-3e38-4727-940f-cb2a0ecb4d92 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 1315/2820] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:37 2026] DELETE /v2.0/security-groups/eee42014-7b0f-431a-a16c-e0806ba052fc => generated 0 bytes in 181 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:37.897 7 INFO neutron.db.ovn_revision_numbers_db [None req-764fa0b4-3e38-4727-940f-cb2a0ecb4d92 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2dc0c5be-5d3e-4de1-9f88-3e1979b15764 (type: security_groups) to 1 2026-04-27 13:15:37.910 7 INFO neutron.db.ovn_revision_numbers_db [None req-764fa0b4-3e38-4727-940f-cb2a0ecb4d92 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0aeabf52-e357-4c42-b40c-fda35ff9e943 (type: security_group_rules) to 0 2026-04-27 13:15:37.921 7 INFO neutron.db.ovn_revision_numbers_db [None req-764fa0b4-3e38-4727-940f-cb2a0ecb4d92 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 4320821e-c21a-4dd5-b567-350059dd172c (type: security_group_rules) to 0 2026-04-27 13:15:37.935 7 INFO neutron.db.ovn_revision_numbers_db [None req-764fa0b4-3e38-4727-940f-cb2a0ecb4d92 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 9eef1d43-e797-4db2-b35a-dbc8b52df539 (type: security_group_rules) to 0 2026-04-27 13:15:37.947 7 INFO neutron.db.ovn_revision_numbers_db [None req-764fa0b4-3e38-4727-940f-cb2a0ecb4d92 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a3a92f3c-6bf0-4dde-a8e2-ad337399533e (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1506/2821] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:37 2026] GET /v2.0/security-groups?tenant_id=2e5c003b94f6456999e1adbb216679c4&name=default => generated 2929 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2822] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:37 2026] DELETE /v2.0/security-groups/2dc0c5be-5d3e-4de1-9f88-3e1979b15764 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:38.338 7 WARNING neutron.db.securitygroups_db [None req-f06920d3-5c56-4bbc-8013-d9c6f0cdffcf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:15:38.469 7 INFO neutron.db.ovn_revision_numbers_db [None req-f06920d3-5c56-4bbc-8013-d9c6f0cdffcf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e376283d-a88e-4616-92dd-acb2fcc73ad7 (type: security_groups) to 1 2026-04-27 13:15:38.479 7 INFO neutron.db.ovn_revision_numbers_db [None req-f06920d3-5c56-4bbc-8013-d9c6f0cdffcf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2a4d593f-7ece-40a0-a367-d6b37c755b36 (type: security_group_rules) to 0 2026-04-27 13:15:38.491 7 INFO neutron.db.ovn_revision_numbers_db [None req-f06920d3-5c56-4bbc-8013-d9c6f0cdffcf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 56b288b0-6f5f-4503-9ccf-2241393e51bb (type: security_group_rules) to 0 2026-04-27 13:15:38.502 7 INFO neutron.db.ovn_revision_numbers_db [None req-f06920d3-5c56-4bbc-8013-d9c6f0cdffcf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource bddafb6c-6e4a-4972-9098-a581a96f8182 (type: security_group_rules) to 0 2026-04-27 13:15:38.512 7 INFO neutron.db.ovn_revision_numbers_db [None req-f06920d3-5c56-4bbc-8013-d9c6f0cdffcf c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e2d01961-33e8-4c18-bab8-7d36af514a7b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1507/2823] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:38 2026] GET /v2.0/security-groups?tenant_id=4cc0456890c840f7a627de7373e6767b&name=default => generated 2929 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2824] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:38 2026] DELETE /v2.0/security-groups/e376283d-a88e-4616-92dd-acb2fcc73ad7 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:42.025 7 INFO neutron.db.ovn_revision_numbers_db [None req-f171fb2c-967c-4305-931b-8e0e5ecb857a 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] Successfully bumped revision number for resource 88b314e7-fdf2-4d91-a26f-02bce051eb35 (type: security_groups) to 1 2026-04-27 13:15:42.038 7 INFO neutron.db.ovn_revision_numbers_db [None req-f171fb2c-967c-4305-931b-8e0e5ecb857a 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] Successfully bumped revision number for resource 08ac3bf6-fea9-478e-85c0-f83ff5f830e7 (type: security_group_rules) to 0 2026-04-27 13:15:42.050 7 INFO neutron.db.ovn_revision_numbers_db [None req-f171fb2c-967c-4305-931b-8e0e5ecb857a 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] Successfully bumped revision number for resource 5726f940-0ba9-4b63-9cd9-ac10e4242904 (type: security_group_rules) to 0 2026-04-27 13:15:42.061 7 INFO neutron.db.ovn_revision_numbers_db [None req-f171fb2c-967c-4305-931b-8e0e5ecb857a 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] Successfully bumped revision number for resource 67a40e1b-88a0-449f-8b20-c278468e267e (type: security_group_rules) to 0 2026-04-27 13:15:42.073 7 INFO neutron.db.ovn_revision_numbers_db [None req-f171fb2c-967c-4305-931b-8e0e5ecb857a 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] Successfully bumped revision number for resource 898f142b-afc5-4ffa-a51c-2649286463a1 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1318/2825] 10.0.0.253 () {34 vars in 676 bytes} [Mon Apr 27 13:15:41 2026] POST /v2.0/subnetpools => generated 516 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2826] 10.0.0.253 () {34 vars in 676 bytes} [Mon Apr 27 13:15:42 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) 2026-04-27 13:15:42.194 7 INFO neutron.db.ovn_revision_numbers_db [None req-f171fb2c-967c-4305-931b-8e0e5ecb857a 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] Successfully bumped revision number for resource 7a670774-2b91-4fef-a689-da6ae30eca73 (type: security_groups) to 1 2026-04-27 13:15:42.204 7 INFO neutron.db.ovn_revision_numbers_db [None req-f171fb2c-967c-4305-931b-8e0e5ecb857a 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] Successfully bumped revision number for resource 5fedc022-835c-4fd4-b872-dff58337a96b (type: security_group_rules) to 0 2026-04-27 13:15:42.214 7 INFO neutron.db.ovn_revision_numbers_db [None req-f171fb2c-967c-4305-931b-8e0e5ecb857a 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] Successfully bumped revision number for resource a114c31f-8c0e-4cc0-9650-02ed3d8d062b (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1320/2827] 10.0.0.253 () {34 vars in 676 bytes} [Mon Apr 27 13:15:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2828] 10.0.0.253 () {34 vars in 684 bytes} [Mon Apr 27 13:15:41 2026] POST /v2.0/security-groups => generated 1603 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:15:42.272 7 WARNING tagging [None req-1d69e3e1-490d-4522-a9a2-5d88d1a474f6 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] project_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/2829] 10.0.0.253 () {34 vars in 676 bytes} [Mon Apr 27 13:15:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2830] 10.0.0.253 () {34 vars in 767 bytes} [Mon Apr 27 13:15:42 2026] PUT /v2.0/security-groups/7a670774-2b91-4fef-a689-da6ae30eca73/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:42.328 7 WARNING tagging [None req-7eff2fcb-1e2f-4731-90ac-a2b7097c0c36 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] project_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/2831] 10.0.0.253 () {34 vars in 676 bytes} [Mon Apr 27 13:15:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2832] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:15:42 2026] GET /v2.0/security-groups/7a670774-2b91-4fef-a689-da6ae30eca73/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:42.362 7 WARNING tagging [None req-87c107b5-3972-44cf-9605-e70e41ac1197 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] project_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: 1323/2833] 10.0.0.253 () {34 vars in 759 bytes} [Mon Apr 27 13:15:42 2026] PUT /v2.0/subnetpools/54ced6e6-007d-44a2-b6b9-4d5f3c7ec9ad/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2834] 10.0.0.253 () {34 vars in 778 bytes} [Mon Apr 27 13:15:42 2026] PUT /v2.0/security-groups/7a670774-2b91-4fef-a689-da6ae30eca73/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2835] 10.0.0.253 () {34 vars in 759 bytes} [Mon Apr 27 13:15:42 2026] PUT /v2.0/subnetpools/a60999fc-98e3-4534-901b-7cf501d2f454/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:42.435 7 WARNING tagging [None req-6e48f847-77de-4d3d-84f0-711adb1f19c8 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1512/2836] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:15:42 2026] GET /v2.0/security-groups/7a670774-2b91-4fef-a689-da6ae30eca73/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2837] 10.0.0.253 () {34 vars in 759 bytes} [Mon Apr 27 13:15:42 2026] PUT /v2.0/subnetpools/9ed9be45-4558-4709-b9ff-62087cd935a4/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:42.474 7 WARNING tagging [None req-0e441459-94aa-4c39-8a1b-d1ab60945da0 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1513/2838] 10.0.0.253 () {34 vars in 774 bytes} [Mon Apr 27 13:15:42 2026] PUT /v2.0/security-groups/7a670774-2b91-4fef-a689-da6ae30eca73/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2839] 10.0.0.253 () {34 vars in 759 bytes} [Mon Apr 27 13:15:42 2026] PUT /v2.0/subnetpools/eebb0b3e-3b66-40f4-bbda-1c5fe48b7f06/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:42.523 7 WARNING tagging [None req-88b92a6f-b9ff-4133-a0fe-3bf714585c88 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1514/2840] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:15:42 2026] GET /v2.0/security-groups/7a670774-2b91-4fef-a689-da6ae30eca73/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2841] 10.0.0.253 () {32 vars in 672 bytes} [Mon Apr 27 13:15:42 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:42.560 7 WARNING tagging [None req-b3d47a55-f1cd-464a-a402-2001b7e546ff 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] project_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/2842] 10.0.0.253 () {32 vars in 686 bytes} [Mon Apr 27 13:15:42 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2843] 10.0.0.253 () {32 vars in 682 bytes} [Mon Apr 27 13:15:42 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) [pid: 7|app: 0|req: 1515/2844] 10.0.0.253 () {34 vars in 796 bytes} [Mon Apr 27 13:15:42 2026] PUT /v2.0/security-groups/7a670774-2b91-4fef-a689-da6ae30eca73/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2845] 10.0.0.253 () {32 vars in 694 bytes} [Mon Apr 27 13:15:42 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:42.616 7 WARNING tagging [None req-0d9edef4-9de5-4c08-933b-1ea594c72bab 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1516/2846] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:15:42 2026] GET /v2.0/security-groups/7a670774-2b91-4fef-a689-da6ae30eca73/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2847] 10.0.0.253 () {32 vars in 680 bytes} [Mon Apr 27 13:15:42 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:42.653 7 WARNING tagging [None req-210a4f9b-4131-4aa2-ad43-faddde088b16 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] project_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: 1517/2849] 10.0.0.253 () {34 vars in 767 bytes} [Mon Apr 27 13:15:42 2026] PUT /v2.0/security-groups/7a670774-2b91-4fef-a689-da6ae30eca73/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2849] 10.0.0.253 () {32 vars in 694 bytes} [Mon Apr 27 13:15:42 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:42.703 8 WARNING tagging [None req-595aa3ce-fd01-4cf3-8ddd-b291b7b6d125 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1518/2850] 10.0.0.253 () {32 vars in 690 bytes} [Mon Apr 27 13:15:42 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2851] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:15:42 2026] GET /v2.0/security-groups/7a670774-2b91-4fef-a689-da6ae30eca73/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2852] 10.0.0.253 () {32 vars in 702 bytes} [Mon Apr 27 13:15:42 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:42.750 8 WARNING tagging [None req-3ceeada5-ecca-4515-b06a-3137c230a843 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1334/2853] 10.0.0.253 () {32 vars in 755 bytes} [Mon Apr 27 13:15:42 2026] GET /v2.0/security-groups/7a670774-2b91-4fef-a689-da6ae30eca73/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2854] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:15:42 2026] DELETE /v2.0/subnetpools/54ced6e6-007d-44a2-b6b9-4d5f3c7ec9ad => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:42.789 8 WARNING tagging [None req-89f52c12-75dd-478f-9a2b-9ce7544ea8cf 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] 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-04-27 13:15:42.798 8 INFO neutron.api.v2.resource [None req-89f52c12-75dd-478f-9a2b-9ce7544ea8cf 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1335/2855] 10.0.0.253 () {32 vars in 759 bytes} [Mon Apr 27 13:15:42 2026] GET /v2.0/security-groups/7a670774-2b91-4fef-a689-da6ae30eca73/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:15:42.823 8 WARNING tagging [None req-e9a34587-050f-4d8f-a8c2-3f33f06e5a0e 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] project_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: 1521/2856] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:15:42 2026] DELETE /v2.0/subnetpools/a60999fc-98e3-4534-901b-7cf501d2f454 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2857] 10.0.0.253 () {32 vars in 758 bytes} [Mon Apr 27 13:15:42 2026] DELETE /v2.0/security-groups/7a670774-2b91-4fef-a689-da6ae30eca73/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:42.872 8 WARNING tagging [None req-26eae38c-5982-4b62-87f6-d235e018e7ad 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] project_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: 1522/2858] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:15:42 2026] DELETE /v2.0/subnetpools/9ed9be45-4558-4709-b9ff-62087cd935a4 => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2859] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:15:42 2026] GET /v2.0/security-groups/7a670774-2b91-4fef-a689-da6ae30eca73/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:42.906 8 WARNING tagging [None req-4df4e218-ae96-42c4-b883-c6c6f82f3519 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] 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-04-27 13:15:42.919 8 INFO neutron.api.v2.resource [None req-4df4e218-ae96-42c4-b883-c6c6f82f3519 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1338/2860] 10.0.0.253 () {32 vars in 762 bytes} [Mon Apr 27 13:15:42 2026] DELETE /v2.0/security-groups/7a670774-2b91-4fef-a689-da6ae30eca73/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2861] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:15:42 2026] DELETE /v2.0/subnetpools/eebb0b3e-3b66-40f4-bbda-1c5fe48b7f06 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:42.947 8 WARNING tagging [None req-0b0a0c98-4b2f-45d4-81c7-6bafd28360c7 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] project_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: 1524/2862] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:15:42 2026] DELETE /v2.0/subnetpools/a37cd39c-45e1-42a4-9e06-97cb133fbe64 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2863] 10.0.0.253 () {32 vars in 750 bytes} [Mon Apr 27 13:15:42 2026] DELETE /v2.0/security-groups/7a670774-2b91-4fef-a689-da6ae30eca73/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:42.999 7 WARNING tagging [None req-c9f952be-611b-48ec-8e20-d295447ac7b3 8e4ea384d1ce4b27bfe94376afe91ce8 56d3abc84c374346b2f3b0900cc08c7b - - default default] project_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: 1525/2864] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:15:42 2026] GET /v2.0/security-groups/7a670774-2b91-4fef-a689-da6ae30eca73/tags => 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: 1340/2865] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:43 2026] DELETE /v2.0/security-groups/7a670774-2b91-4fef-a689-da6ae30eca73 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:43.876 7 WARNING neutron.db.securitygroups_db [None req-c907a4a7-3d55-4121-889b-ddebb14984b2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:15:43.879 8 WARNING neutron.db.securitygroups_db [None req-79a1eb2b-0ca5-4d07-a386-f10d9be8541a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 1341/2866] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:43 2026] GET /v2.0/security-groups?tenant_id=56d3abc84c374346b2f3b0900cc08c7b&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:44.003 7 INFO neutron.db.ovn_revision_numbers_db [None req-c907a4a7-3d55-4121-889b-ddebb14984b2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c6d66d3d-8dd9-44b1-90d8-580d73d114c9 (type: security_groups) to 1 2026-04-27 13:15:44.015 7 INFO neutron.db.ovn_revision_numbers_db [None req-c907a4a7-3d55-4121-889b-ddebb14984b2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0fc47197-9cf6-45f8-ac79-4022347f8372 (type: security_group_rules) to 0 2026-04-27 13:15:44.029 7 INFO neutron.db.ovn_revision_numbers_db [None req-c907a4a7-3d55-4121-889b-ddebb14984b2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b6fffe40-717f-473b-9781-8601b570eff7 (type: security_group_rules) to 0 2026-04-27 13:15:44.043 7 INFO neutron.db.ovn_revision_numbers_db [None req-c907a4a7-3d55-4121-889b-ddebb14984b2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource bb19e16f-596e-43d8-b1f0-910224a631fe (type: security_group_rules) to 0 2026-04-27 13:15:44.055 7 INFO neutron.db.ovn_revision_numbers_db [None req-c907a4a7-3d55-4121-889b-ddebb14984b2 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource dafb26f9-4635-40ad-8f25-c36f936d9214 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1342/2867] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:43 2026] DELETE /v2.0/security-groups/88b314e7-fdf2-4d91-a26f-02bce051eb35 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2868] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:43 2026] GET /v2.0/security-groups?tenant_id=b597b1db7b8646378ba9b92dfeee36e0&name=default => generated 2929 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:44.183 7 WARNING neutron.db.securitygroups_db [None req-30d017ed-7d37-46c6-bafc-341bf35ad230 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 1343/2869] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:44 2026] DELETE /v2.0/security-groups/c6d66d3d-8dd9-44b1-90d8-580d73d114c9 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:44.312 7 INFO neutron.db.ovn_revision_numbers_db [None req-30d017ed-7d37-46c6-bafc-341bf35ad230 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource d0e4d52a-4a05-49f8-b182-009ee79bc198 (type: security_groups) to 1 2026-04-27 13:15:44.323 7 INFO neutron.db.ovn_revision_numbers_db [None req-30d017ed-7d37-46c6-bafc-341bf35ad230 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 1d7686e3-fce4-4d6c-91dc-61376564a599 (type: security_group_rules) to 0 2026-04-27 13:15:44.336 7 INFO neutron.db.ovn_revision_numbers_db [None req-30d017ed-7d37-46c6-bafc-341bf35ad230 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 346097ef-52dc-4666-8d8c-2957fac1c28c (type: security_group_rules) to 0 2026-04-27 13:15:44.347 7 INFO neutron.db.ovn_revision_numbers_db [None req-30d017ed-7d37-46c6-bafc-341bf35ad230 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 3a805e28-bcd6-4657-9d91-da89057c4467 (type: security_group_rules) to 0 2026-04-27 13:15:44.362 7 INFO neutron.db.ovn_revision_numbers_db [None req-30d017ed-7d37-46c6-bafc-341bf35ad230 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6fdbfa86-2adf-4b25-acb3-635776807ffe (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1527/2870] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:44 2026] GET /v2.0/security-groups?tenant_id=4ec303c81741402a9f6a1a13a83e6ab3&name=default => generated 2929 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:15:44.437 7 WARNING neutron.db.securitygroups_db [None req-19b0fe20-1dfe-424f-8ff9-d790302ad30c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:15:44.558 7 INFO neutron.db.ovn_revision_numbers_db [None req-19b0fe20-1dfe-424f-8ff9-d790302ad30c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource afd1a313-4e94-4f64-82c3-e233879cefa9 (type: security_groups) to 1 2026-04-27 13:15:44.569 7 INFO neutron.db.ovn_revision_numbers_db [None req-19b0fe20-1dfe-424f-8ff9-d790302ad30c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 5d9e6e9d-bd34-402c-b564-3586115735f4 (type: security_group_rules) to 0 2026-04-27 13:15:44.580 7 INFO neutron.db.ovn_revision_numbers_db [None req-19b0fe20-1dfe-424f-8ff9-d790302ad30c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6bb32477-8196-43ac-bd81-943790a406cf (type: security_group_rules) to 0 2026-04-27 13:15:44.598 7 INFO neutron.db.ovn_revision_numbers_db [None req-19b0fe20-1dfe-424f-8ff9-d790302ad30c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 837fce42-5896-448b-913f-ef0d3bbcb1e2 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1344/2871] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:44 2026] DELETE /v2.0/security-groups/d0e4d52a-4a05-49f8-b182-009ee79bc198 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:44.610 7 INFO neutron.db.ovn_revision_numbers_db [None req-19b0fe20-1dfe-424f-8ff9-d790302ad30c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c5c23ff9-6a91-4132-86bc-a424079eccb4 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1528/2872] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:44 2026] GET /v2.0/security-groups?tenant_id=6f757c10df4c41a2a22d9ce226e17000&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: 1345/2873] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:44 2026] DELETE /v2.0/security-groups/afd1a313-4e94-4f64-82c3-e233879cefa9 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:44.991 7 WARNING neutron.db.securitygroups_db [None req-e3e9d9a8-cd4c-4761-af3d-03af6886be92 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:15:45.132 7 INFO neutron.db.ovn_revision_numbers_db [None req-e3e9d9a8-cd4c-4761-af3d-03af6886be92 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource be06102c-31b1-4842-9728-a1e26b6c7f6f (type: security_groups) to 1 2026-04-27 13:15:45.147 7 INFO neutron.db.ovn_revision_numbers_db [None req-e3e9d9a8-cd4c-4761-af3d-03af6886be92 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 6e581c90-6b44-4fb9-b3d7-0844a8966b80 (type: security_group_rules) to 0 2026-04-27 13:15:45.158 7 INFO neutron.db.ovn_revision_numbers_db [None req-e3e9d9a8-cd4c-4761-af3d-03af6886be92 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 7ed018cf-40fb-4394-89c3-233b0a8bf3f0 (type: security_group_rules) to 0 2026-04-27 13:15:45.170 7 INFO neutron.db.ovn_revision_numbers_db [None req-e3e9d9a8-cd4c-4761-af3d-03af6886be92 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e6346d7e-58c8-4c47-9993-1f33080fc32e (type: security_group_rules) to 0 2026-04-27 13:15:45.181 7 INFO neutron.db.ovn_revision_numbers_db [None req-e3e9d9a8-cd4c-4761-af3d-03af6886be92 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e7bee983-4ffa-4164-8c06-da278b9baf26 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1529/2874] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:15:44 2026] GET /v2.0/security-groups?tenant_id=e0638783538c4026b2cb64af6608cd19&name=default => generated 2929 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2875] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:15:45 2026] DELETE /v2.0/security-groups/be06102c-31b1-4842-9728-a1e26b6c7f6f => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:49.762 7 INFO neutron.db.ovn_revision_numbers_db [None req-0770a7de-877f-4803-a8b0-7157f246a907 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Successfully bumped revision number for resource 56d71cd5-bed6-46bc-bee4-a1171c80d599 (type: security_groups) to 1 2026-04-27 13:15:49.777 7 INFO neutron.db.ovn_revision_numbers_db [None req-0770a7de-877f-4803-a8b0-7157f246a907 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Successfully bumped revision number for resource 3a68d6f1-5076-420b-91b7-1e5dc2210831 (type: security_group_rules) to 0 2026-04-27 13:15:49.790 7 INFO neutron.db.ovn_revision_numbers_db [None req-0770a7de-877f-4803-a8b0-7157f246a907 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Successfully bumped revision number for resource b3570f55-d4d0-4fb9-ade9-411ef7730db0 (type: security_group_rules) to 0 2026-04-27 13:15:49.806 7 INFO neutron.db.ovn_revision_numbers_db [None req-0770a7de-877f-4803-a8b0-7157f246a907 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Successfully bumped revision number for resource efb1d2c9-d47b-4436-9c7f-cc810acbbe8c (type: security_group_rules) to 0 2026-04-27 13:15:49.821 7 INFO neutron.db.ovn_revision_numbers_db [None req-0770a7de-877f-4803-a8b0-7157f246a907 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Successfully bumped revision number for resource f4ad474c-3722-47f7-9f5a-a45a70782a9f (type: security_group_rules) to 0 2026-04-27 13:15:49.890 7 INFO neutron.db.segments_db [None req-0770a7de-877f-4803-a8b0-7157f246a907 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Added segment a1b6e2c2-1aab-4140-a59d-2cfe55d3a887 of type geneve for network a5b4675b-d089-4be1-bfb0-4664a402aa23 2026-04-27 13:15:49.982 7 INFO neutron.db.ovn_revision_numbers_db [None req-0770a7de-877f-4803-a8b0-7157f246a907 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Successfully bumped revision number for resource a5b4675b-d089-4be1-bfb0-4664a402aa23 (type: networks) to 1 2026-04-27 13:15:50.141 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0770a7de-877f-4803-a8b0-7157f246a907 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] No more DHCP agents 2026-04-27 13:15:50.143 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0770a7de-877f-4803-a8b0-7157f246a907 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Unable to schedule network a5b4675b-d089-4be1-bfb0-4664a402aa23: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:50.206 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: 7e4314d1-4bd6-4b24-91c4-11fb37dba1bb 2026-04-27 13:15:50.230 7 INFO neutron.db.ovn_revision_numbers_db [None req-0770a7de-877f-4803-a8b0-7157f246a907 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Successfully bumped revision number for resource 7e4314d1-4bd6-4b24-91c4-11fb37dba1bb (type: ports) to 1 [pid: 7|app: 0|req: 1531/2878] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:15:49 2026] POST /v2.0/networks => generated 669 bytes in 793 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:15:50.499 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-85b1ec30-852d-49b9-a011-603babfaca88 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] No more DHCP agents 2026-04-27 13:15:50.500 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-85b1ec30-852d-49b9-a011-603babfaca88 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Unable to schedule network a5b4675b-d089-4be1-bfb0-4664a402aa23: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:50.558 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: 6d80a966-a268-4d5e-8e3e-4a5becc8b9d5 2026-04-27 13:15:50.620 8 INFO neutron.db.ovn_revision_numbers_db [None req-85b1ec30-852d-49b9-a011-603babfaca88 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Successfully bumped revision number for resource 6d80a966-a268-4d5e-8e3e-4a5becc8b9d5 (type: ports) to 1 [pid: 8|app: 0|req: 1348/2879] 10.0.0.253 () {34 vars in 664 bytes} [Mon Apr 27 13:15:50 2026] POST /v2.0/ports => generated 743 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2880] 10.0.0.253 () {34 vars in 666 bytes} [Mon Apr 27 13:15:50 2026] POST /v2.0/trunks => generated 409 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:15:51.015 8 INFO neutron.db.segments_db [None req-6c7c8729-1db2-479e-aeac-189abe214260 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Added segment 48f2151c-ff0b-46eb-a07f-73cff72dee09 of type geneve for network bfb7f959-6e3e-4f7b-9884-d15df5e0aa66 2026-04-27 13:15:51.127 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c7c8729-1db2-479e-aeac-189abe214260 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Successfully bumped revision number for resource bfb7f959-6e3e-4f7b-9884-d15df5e0aa66 (type: networks) to 1 2026-04-27 13:15:51.304 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6c7c8729-1db2-479e-aeac-189abe214260 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] No more DHCP agents 2026-04-27 13:15:51.305 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6c7c8729-1db2-479e-aeac-189abe214260 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Unable to schedule network bfb7f959-6e3e-4f7b-9884-d15df5e0aa66: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:51.355 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5d35307-0259-4caa-9039-d3c88ea39b34 - - - - - -] OVN reports status down for port: b18e63d0-5d0e-4343-8f37-e510d1dc3b4c 2026-04-27 13:15:51.390 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c7c8729-1db2-479e-aeac-189abe214260 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Successfully bumped revision number for resource b18e63d0-5d0e-4343-8f37-e510d1dc3b4c (type: ports) to 1 [pid: 8|app: 0|req: 1349/2881] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:15:50 2026] POST /v2.0/networks => generated 669 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:15:51.593 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e203d56e-ac92-4156-9bfe-c158ed005632 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] No more DHCP agents 2026-04-27 13:15:51.595 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e203d56e-ac92-4156-9bfe-c158ed005632 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Unable to schedule network bfb7f959-6e3e-4f7b-9884-d15df5e0aa66: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:51.653 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: b65ed670-5ba3-4a07-9eaf-578d1d8168b0 2026-04-27 13:15:51.678 7 INFO neutron.db.ovn_revision_numbers_db [None req-e203d56e-ac92-4156-9bfe-c158ed005632 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Successfully bumped revision number for resource b65ed670-5ba3-4a07-9eaf-578d1d8168b0 (type: ports) to 1 [pid: 7|app: 0|req: 1533/2882] 10.0.0.253 () {34 vars in 664 bytes} [Mon Apr 27 13:15:51 2026] POST /v2.0/ports => generated 743 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2883] 10.0.0.253 () {34 vars in 666 bytes} [Mon Apr 27 13:15:51 2026] POST /v2.0/trunks => generated 409 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:15:52.047 7 INFO neutron.db.segments_db [None req-f4a741af-3f04-4ad2-9f8c-5efdd792274c 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Added segment fb6f384d-57c3-4204-80ae-ef5b614392f9 of type geneve for network c2df965b-707d-4766-8ff9-7a93d2947c38 2026-04-27 13:15:52.154 7 INFO neutron.db.ovn_revision_numbers_db [None req-f4a741af-3f04-4ad2-9f8c-5efdd792274c 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Successfully bumped revision number for resource c2df965b-707d-4766-8ff9-7a93d2947c38 (type: networks) to 1 2026-04-27 13:15:52.321 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f4a741af-3f04-4ad2-9f8c-5efdd792274c 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] No more DHCP agents 2026-04-27 13:15:52.323 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f4a741af-3f04-4ad2-9f8c-5efdd792274c 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Unable to schedule network c2df965b-707d-4766-8ff9-7a93d2947c38: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:52.374 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: 0848fae0-625f-4ce8-a84d-cc8e009a8baa 2026-04-27 13:15:52.409 7 INFO neutron.db.ovn_revision_numbers_db [None req-f4a741af-3f04-4ad2-9f8c-5efdd792274c 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Successfully bumped revision number for resource 0848fae0-625f-4ce8-a84d-cc8e009a8baa (type: ports) to 1 [pid: 7|app: 0|req: 1534/2884] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:15:51 2026] POST /v2.0/networks => generated 669 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:15:52.670 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c20c6909-c500-4702-9645-813e5740038c 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] No more DHCP agents 2026-04-27 13:15:52.671 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c20c6909-c500-4702-9645-813e5740038c 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Unable to schedule network c2df965b-707d-4766-8ff9-7a93d2947c38: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:52.731 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5d35307-0259-4caa-9039-d3c88ea39b34 - - - - - -] OVN reports status down for port: 3b997015-6687-4e51-b080-90ed3b8bfd74 2026-04-27 13:15:52.761 8 INFO neutron.db.ovn_revision_numbers_db [None req-c20c6909-c500-4702-9645-813e5740038c 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Successfully bumped revision number for resource 3b997015-6687-4e51-b080-90ed3b8bfd74 (type: ports) to 1 [pid: 8|app: 0|req: 1351/2885] 10.0.0.253 () {34 vars in 664 bytes} [Mon Apr 27 13:15:52 2026] POST /v2.0/ports => generated 743 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2886] 10.0.0.253 () {34 vars in 666 bytes} [Mon Apr 27 13:15:52 2026] POST /v2.0/trunks => generated 409 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:15:53.072 8 INFO neutron.db.segments_db [None req-b3cade0b-561d-403f-8046-82a3ba28cc2a 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Added segment 122f64fb-fb70-460b-9885-1e8ab36153e7 of type geneve for network fb0cd800-ddf3-42f4-835a-f460ae8254ea 2026-04-27 13:15:53.196 8 INFO neutron.db.ovn_revision_numbers_db [None req-b3cade0b-561d-403f-8046-82a3ba28cc2a 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Successfully bumped revision number for resource fb0cd800-ddf3-42f4-835a-f460ae8254ea (type: networks) to 1 2026-04-27 13:15:53.365 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b3cade0b-561d-403f-8046-82a3ba28cc2a 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] No more DHCP agents 2026-04-27 13:15:53.366 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b3cade0b-561d-403f-8046-82a3ba28cc2a 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Unable to schedule network fb0cd800-ddf3-42f4-835a-f460ae8254ea: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:53.410 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: 0d248a88-d39f-4c4d-a299-11dbd49fd305 2026-04-27 13:15:53.465 8 INFO neutron.db.ovn_revision_numbers_db [None req-b3cade0b-561d-403f-8046-82a3ba28cc2a 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Successfully bumped revision number for resource 0d248a88-d39f-4c4d-a299-11dbd49fd305 (type: ports) to 1 [pid: 8|app: 0|req: 1352/2887] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:15:52 2026] POST /v2.0/networks => generated 670 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:15:53.734 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-afca29ba-cc7a-4428-8d5c-6fac02c53af8 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] No more DHCP agents 2026-04-27 13:15:53.735 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-afca29ba-cc7a-4428-8d5c-6fac02c53af8 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Unable to schedule network fb0cd800-ddf3-42f4-835a-f460ae8254ea: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:53.810 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: c3ffbe61-6e94-44d3-a8b8-533f6ef1c20b 2026-04-27 13:15:53.832 7 INFO neutron.db.ovn_revision_numbers_db [None req-afca29ba-cc7a-4428-8d5c-6fac02c53af8 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Successfully bumped revision number for resource c3ffbe61-6e94-44d3-a8b8-533f6ef1c20b (type: ports) to 1 [pid: 7|app: 0|req: 1536/2888] 10.0.0.253 () {34 vars in 664 bytes} [Mon Apr 27 13:15:53 2026] POST /v2.0/ports => generated 743 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2889] 10.0.0.253 () {34 vars in 666 bytes} [Mon Apr 27 13:15:53 2026] POST /v2.0/trunks => generated 409 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:15:54.129 7 INFO neutron.db.segments_db [None req-ff9a1ab1-b88d-43d7-a43b-99baa0e76612 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Added segment ecd503f5-6daa-43b4-9fa2-0bf205cac27a of type geneve for network 1a0d1eba-9879-46ba-bf74-2ebe45a58130 2026-04-27 13:15:54.233 7 INFO neutron.db.ovn_revision_numbers_db [None req-ff9a1ab1-b88d-43d7-a43b-99baa0e76612 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Successfully bumped revision number for resource 1a0d1eba-9879-46ba-bf74-2ebe45a58130 (type: networks) to 1 2026-04-27 13:15:54.394 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ff9a1ab1-b88d-43d7-a43b-99baa0e76612 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] No more DHCP agents 2026-04-27 13:15:54.395 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ff9a1ab1-b88d-43d7-a43b-99baa0e76612 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Unable to schedule network 1a0d1eba-9879-46ba-bf74-2ebe45a58130: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:54.450 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: 08caae73-8a88-4074-b9a2-692b9b0e2db9 2026-04-27 13:15:54.477 7 INFO neutron.db.ovn_revision_numbers_db [None req-ff9a1ab1-b88d-43d7-a43b-99baa0e76612 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Successfully bumped revision number for resource 08caae73-8a88-4074-b9a2-692b9b0e2db9 (type: ports) to 1 [pid: 7|app: 0|req: 1537/2890] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:15:54 2026] POST /v2.0/networks => generated 670 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:15:54.711 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9b2ff229-cbfc-41f1-a2a8-dcdb7a9bfe25 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] No more DHCP agents 2026-04-27 13:15:54.712 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9b2ff229-cbfc-41f1-a2a8-dcdb7a9bfe25 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Unable to schedule network 1a0d1eba-9879-46ba-bf74-2ebe45a58130: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:15:54.768 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5d35307-0259-4caa-9039-d3c88ea39b34 - - - - - -] OVN reports status down for port: 82552d86-7d85-4a48-ac83-8b341ccb47e6 2026-04-27 13:15:54.786 8 INFO neutron.db.ovn_revision_numbers_db [None req-9b2ff229-cbfc-41f1-a2a8-dcdb7a9bfe25 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Successfully bumped revision number for resource 82552d86-7d85-4a48-ac83-8b341ccb47e6 (type: ports) to 1 [pid: 8|app: 0|req: 1354/2891] 10.0.0.253 () {34 vars in 664 bytes} [Mon Apr 27 13:15:54 2026] POST /v2.0/ports => generated 743 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2892] 10.0.0.253 () {34 vars in 666 bytes} [Mon Apr 27 13:15:54 2026] POST /v2.0/trunks => generated 409 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:15:55.022 8 WARNING tagging [None req-9476d86f-06c0-4bdd-9b7c-b8887febce05 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] project_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: 1355/2893] 10.0.0.253 () {34 vars in 749 bytes} [Mon Apr 27 13:15:55 2026] PUT /v2.0/trunks/644f8782-6aa9-4b88-8c1a-e2ee230ce62a/tags => generated 17 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:55.059 7 WARNING tagging [None req-712d8738-a416-4f00-aaff-2c416be258ed 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] project_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: 1539/2894] 10.0.0.253 () {34 vars in 749 bytes} [Mon Apr 27 13:15:55 2026] PUT /v2.0/trunks/974829e9-7eda-4f05-971c-6cec41f8e40b/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:55.106 8 WARNING tagging [None req-fded151e-e997-48d7-8952-0cbe2095521f 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] project_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: 1356/2895] 10.0.0.253 () {34 vars in 749 bytes} [Mon Apr 27 13:15:55 2026] PUT /v2.0/trunks/d1d8f44b-8524-465b-a052-10998e3ac930/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:15:55.146 7 WARNING tagging [None req-bca35148-749b-4d28-81c3-00a2be2ec430 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] project_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: 1540/2896] 10.0.0.253 () {34 vars in 749 bytes} [Mon Apr 27 13:15:55 2026] PUT /v2.0/trunks/6ab9b630-c3ca-45d2-93ca-35e51d086f82/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: 1357/2897] 10.0.0.253 () {32 vars in 662 bytes} [Mon Apr 27 13:15:55 2026] GET /v2.0/trunks?tags=red => generated 1252 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/2898] 10.0.0.253 () {32 vars in 676 bytes} [Mon Apr 27 13:15:55 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 847 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2899] 10.0.0.253 () {32 vars in 672 bytes} [Mon Apr 27 13:15:55 2026] GET /v2.0/trunks?tags-any=blue => generated 847 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2900] 10.0.0.253 () {32 vars in 684 bytes} [Mon Apr 27 13:15:55 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1252 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2901] 10.0.0.253 () {32 vars in 670 bytes} [Mon Apr 27 13:15:55 2026] GET /v2.0/trunks?not-tags=red => generated 819 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2902] 10.0.0.253 () {32 vars in 684 bytes} [Mon Apr 27 13:15:55 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1224 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2903] 10.0.0.253 () {32 vars in 680 bytes} [Mon Apr 27 13:15:55 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1224 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/2904] 10.0.0.253 () {32 vars in 692 bytes} [Mon Apr 27 13:15:55 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 819 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2905] 10.0.0.253 () {32 vars in 719 bytes} [Mon Apr 27 13:15:55 2026] GET /v2.0/trunks/644f8782-6aa9-4b88-8c1a-e2ee230ce62a => 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: 1545/2906] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:15:55 2026] GET /v2.0/ports/6d80a966-a268-4d5e-8e3e-4a5becc8b9d5 => generated 826 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2907] 10.0.0.253 () {32 vars in 722 bytes} [Mon Apr 27 13:15:55 2026] DELETE /v2.0/trunks/644f8782-6aa9-4b88-8c1a-e2ee230ce62a => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/2908] 10.0.0.253 () {32 vars in 719 bytes} [Mon Apr 27 13:15:55 2026] GET /v2.0/trunks/974829e9-7eda-4f05-971c-6cec41f8e40b => generated 422 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2909] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:15:55 2026] GET /v2.0/ports/b65ed670-5ba3-4a07-9eaf-578d1d8168b0 => generated 826 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/2910] 10.0.0.253 () {32 vars in 722 bytes} [Mon Apr 27 13:15:55 2026] DELETE /v2.0/trunks/974829e9-7eda-4f05-971c-6cec41f8e40b => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2911] 10.0.0.253 () {32 vars in 719 bytes} [Mon Apr 27 13:15:55 2026] GET /v2.0/trunks/d1d8f44b-8524-465b-a052-10998e3ac930 => generated 431 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/2912] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:15:55 2026] GET /v2.0/ports/3b997015-6687-4e51-b080-90ed3b8bfd74 => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2913] 10.0.0.253 () {32 vars in 722 bytes} [Mon Apr 27 13:15:55 2026] DELETE /v2.0/trunks/d1d8f44b-8524-465b-a052-10998e3ac930 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/2914] 10.0.0.253 () {32 vars in 719 bytes} [Mon Apr 27 13:15:55 2026] GET /v2.0/trunks/6ab9b630-c3ca-45d2-93ca-35e51d086f82 => generated 416 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2915] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:15:56 2026] GET /v2.0/ports/c3ffbe61-6e94-44d3-a8b8-533f6ef1c20b => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/2916] 10.0.0.253 () {32 vars in 722 bytes} [Mon Apr 27 13:15:56 2026] DELETE /v2.0/trunks/6ab9b630-c3ca-45d2-93ca-35e51d086f82 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2917] 10.0.0.253 () {32 vars in 719 bytes} [Mon Apr 27 13:15:56 2026] GET /v2.0/trunks/6da9eacf-2d7f-4e9e-8ede-511e73ad0f8d => generated 409 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/2918] 10.0.0.253 () {32 vars in 717 bytes} [Mon Apr 27 13:15:56 2026] GET /v2.0/ports/82552d86-7d85-4a48-ac83-8b341ccb47e6 => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2919] 10.0.0.253 () {32 vars in 722 bytes} [Mon Apr 27 13:15:56 2026] DELETE /v2.0/trunks/6da9eacf-2d7f-4e9e-8ede-511e73ad0f8d => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:15:56.456 7 INFO neutron_taas.services.taas.taas_plugin [None req-12c36e8e-9028-43ef-840a-a5632c4f61eb 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] TaaS: Handle Delete Port: 6d80a966-a268-4d5e-8e3e-4a5becc8b9d5 2026-04-27 13:15:56.460 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12c36e8e-9028-43ef-840a-a5632c4f61eb 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Tap Mirror: Handle Delete Port: 6d80a966-a268-4d5e-8e3e-4a5becc8b9d5 [pid: 7|app: 0|req: 1552/2920] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:15:56 2026] DELETE /v2.0/ports/6d80a966-a268-4d5e-8e3e-4a5becc8b9d5 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:56.702 8 INFO neutron_taas.services.taas.taas_plugin [None req-15c7ac28-174d-44b8-9270-1b51e0bb2079 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] TaaS: Handle Delete Port: b65ed670-5ba3-4a07-9eaf-578d1d8168b0 2026-04-27 13:15:56.706 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15c7ac28-174d-44b8-9270-1b51e0bb2079 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Tap Mirror: Handle Delete Port: b65ed670-5ba3-4a07-9eaf-578d1d8168b0 [pid: 8|app: 0|req: 1369/2921] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:15:56 2026] DELETE /v2.0/ports/b65ed670-5ba3-4a07-9eaf-578d1d8168b0 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:56.948 7 INFO neutron_taas.services.taas.taas_plugin [None req-538c12c8-6dbf-4e8d-9c3f-bb9c94e4b9eb 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] TaaS: Handle Delete Port: 3b997015-6687-4e51-b080-90ed3b8bfd74 2026-04-27 13:15:56.950 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-538c12c8-6dbf-4e8d-9c3f-bb9c94e4b9eb 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Tap Mirror: Handle Delete Port: 3b997015-6687-4e51-b080-90ed3b8bfd74 [pid: 7|app: 0|req: 1553/2922] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:15:56 2026] DELETE /v2.0/ports/3b997015-6687-4e51-b080-90ed3b8bfd74 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:57.182 8 INFO neutron_taas.services.taas.taas_plugin [None req-48633752-b171-4468-b9ae-27cf884f12f5 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] TaaS: Handle Delete Port: c3ffbe61-6e94-44d3-a8b8-533f6ef1c20b 2026-04-27 13:15:57.185 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48633752-b171-4468-b9ae-27cf884f12f5 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Tap Mirror: Handle Delete Port: c3ffbe61-6e94-44d3-a8b8-533f6ef1c20b [pid: 8|app: 0|req: 1370/2923] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:15:57 2026] DELETE /v2.0/ports/c3ffbe61-6e94-44d3-a8b8-533f6ef1c20b => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:57.424 7 INFO neutron_taas.services.taas.taas_plugin [None req-189768fd-d082-47b1-8b11-dfcae51fa92a 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] TaaS: Handle Delete Port: 82552d86-7d85-4a48-ac83-8b341ccb47e6 2026-04-27 13:15:57.427 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-189768fd-d082-47b1-8b11-dfcae51fa92a 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Tap Mirror: Handle Delete Port: 82552d86-7d85-4a48-ac83-8b341ccb47e6 [pid: 7|app: 0|req: 1554/2924] 10.0.0.253 () {32 vars in 720 bytes} [Mon Apr 27 13:15:57 2026] DELETE /v2.0/ports/82552d86-7d85-4a48-ac83-8b341ccb47e6 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:57.680 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5058411-3ec4-498c-9d01-fde62d939bd1 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] TaaS: Handle Delete Port: 7e4314d1-4bd6-4b24-91c4-11fb37dba1bb 2026-04-27 13:15:57.683 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5058411-3ec4-498c-9d01-fde62d939bd1 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Tap Mirror: Handle Delete Port: 7e4314d1-4bd6-4b24-91c4-11fb37dba1bb [pid: 8|app: 0|req: 1371/2925] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:15:57 2026] DELETE /v2.0/networks/a5b4675b-d089-4be1-bfb0-4664a402aa23 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:57.981 8 INFO neutron.services.segments.plugin [-] Segment a1b6e2c2-1aab-4140-a59d-2cfe55d3a887 resource provider aggregate not found 2026-04-27 13:15:57.996 8 INFO neutron.services.segments.plugin [-] Segment a1b6e2c2-1aab-4140-a59d-2cfe55d3a887 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1b6e2c2-1aab-4140-a59d-2cfe55d3a887 found for delete ", "request_id": "req-7cd63182-5597-4702-b3f2-7e9b7dfc9d6f"}]} 2026-04-27 13:15:58.013 8 INFO neutron.services.segments.plugin [-] Segment a1b6e2c2-1aab-4140-a59d-2cfe55d3a887 resource provider aggregate not found 2026-04-27 13:15:58.027 8 INFO neutron.services.segments.plugin [-] Segment a1b6e2c2-1aab-4140-a59d-2cfe55d3a887 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1b6e2c2-1aab-4140-a59d-2cfe55d3a887 found for delete ", "request_id": "req-5c19b74b-5224-4989-a67e-b6cd2ec94086"}]} 2026-04-27 13:15:58.056 7 INFO neutron_taas.services.taas.taas_plugin [None req-c95b59cf-c016-482b-94e8-341e3d507ed1 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] TaaS: Handle Delete Port: b18e63d0-5d0e-4343-8f37-e510d1dc3b4c 2026-04-27 13:15:58.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c95b59cf-c016-482b-94e8-341e3d507ed1 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Tap Mirror: Handle Delete Port: b18e63d0-5d0e-4343-8f37-e510d1dc3b4c 2026-04-27 13:15:58.321 7 INFO neutron.services.segments.plugin [-] Segment 48f2151c-ff0b-46eb-a07f-73cff72dee09 resource provider aggregate not found [pid: 7|app: 0|req: 1555/2926] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:15:57 2026] DELETE /v2.0/networks/bfb7f959-6e3e-4f7b-9884-d15df5e0aa66 => generated 0 bytes in 423 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:58.340 7 INFO neutron.services.segments.plugin [-] Segment 48f2151c-ff0b-46eb-a07f-73cff72dee09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48f2151c-ff0b-46eb-a07f-73cff72dee09 found for delete ", "request_id": "req-6926e3e2-6844-4306-846b-0eaca003239f"}]} 2026-04-27 13:15:58.360 7 INFO neutron.services.segments.plugin [-] Segment 48f2151c-ff0b-46eb-a07f-73cff72dee09 resource provider aggregate not found 2026-04-27 13:15:58.378 7 INFO neutron.services.segments.plugin [-] Segment 48f2151c-ff0b-46eb-a07f-73cff72dee09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48f2151c-ff0b-46eb-a07f-73cff72dee09 found for delete ", "request_id": "req-b89cdc96-d8e5-4703-a7bc-b80f6f7e1e8f"}]} 2026-04-27 13:15:58.460 8 INFO neutron_taas.services.taas.taas_plugin [None req-58be9b25-9f7f-4ae3-835c-b18b3764e643 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] TaaS: Handle Delete Port: 0848fae0-625f-4ce8-a84d-cc8e009a8baa 2026-04-27 13:15:58.467 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58be9b25-9f7f-4ae3-835c-b18b3764e643 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Tap Mirror: Handle Delete Port: 0848fae0-625f-4ce8-a84d-cc8e009a8baa [pid: 8|app: 0|req: 1372/2927] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:15:58 2026] DELETE /v2.0/networks/c2df965b-707d-4766-8ff9-7a93d2947c38 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:58.779 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3965ddf-51c7-4981-8058-0fb155633d27 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] TaaS: Handle Delete Port: 0d248a88-d39f-4c4d-a299-11dbd49fd305 2026-04-27 13:15:58.782 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3965ddf-51c7-4981-8058-0fb155633d27 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Tap Mirror: Handle Delete Port: 0d248a88-d39f-4c4d-a299-11dbd49fd305 [pid: 7|app: 0|req: 1556/2928] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:15:58 2026] DELETE /v2.0/networks/fb0cd800-ddf3-42f4-835a-f460ae8254ea => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:15:59.089 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e49b01d-7132-436e-bac0-0b49490a8dd1 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] TaaS: Handle Delete Port: 08caae73-8a88-4074-b9a2-692b9b0e2db9 2026-04-27 13:15:59.091 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e49b01d-7132-436e-bac0-0b49490a8dd1 106692577db846de870bc7c1fa90d320 7fe9eedca8364b6b910f29faa2488b17 - - default default] Tap Mirror: Handle Delete Port: 08caae73-8a88-4074-b9a2-692b9b0e2db9 [pid: 8|app: 0|req: 1373/2929] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:15:58 2026] DELETE /v2.0/networks/1a0d1eba-9879-46ba-bf74-2ebe45a58130 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:16:00.015 8 INFO neutron.services.segments.plugin [-] Segment fb6f384d-57c3-4204-80ae-ef5b614392f9 resource provider aggregate not found 2026-04-27 13:16:00.031 8 INFO neutron.services.segments.plugin [-] Segment fb6f384d-57c3-4204-80ae-ef5b614392f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb6f384d-57c3-4204-80ae-ef5b614392f9 found for delete ", "request_id": "req-73c96b50-e1e6-4598-8f27-45984c81eea2"}]} 2026-04-27 13:16:00.051 8 INFO neutron.services.segments.plugin [-] Segment fb6f384d-57c3-4204-80ae-ef5b614392f9 resource provider aggregate not found 2026-04-27 13:16:00.053 8 INFO neutron.services.segments.plugin [-] Segment ecd503f5-6daa-43b4-9fa2-0bf205cac27a resource provider aggregate not found 2026-04-27 13:16:00.067 8 INFO neutron.services.segments.plugin [-] Segment ecd503f5-6daa-43b4-9fa2-0bf205cac27a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecd503f5-6daa-43b4-9fa2-0bf205cac27a found for delete ", "request_id": "req-46578138-3504-4cd0-93ae-267fac90c2ae"}]} 2026-04-27 13:16:00.069 8 INFO neutron.services.segments.plugin [-] Segment fb6f384d-57c3-4204-80ae-ef5b614392f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb6f384d-57c3-4204-80ae-ef5b614392f9 found for delete ", "request_id": "req-966ddc15-7222-4307-9c1e-53fa48c97bc2"}]} 2026-04-27 13:16:00.082 8 INFO neutron.services.segments.plugin [-] Segment ecd503f5-6daa-43b4-9fa2-0bf205cac27a resource provider aggregate not found 2026-04-27 13:16:00.100 8 INFO neutron.services.segments.plugin [-] Segment ecd503f5-6daa-43b4-9fa2-0bf205cac27a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecd503f5-6daa-43b4-9fa2-0bf205cac27a found for delete ", "request_id": "req-8a3294cd-3f15-4114-9347-ddb423747e09"}]} 2026-04-27 13:16:00.294 7 WARNING neutron.db.securitygroups_db [None req-d3b8dcac-abd2-4225-8c72-2f6eb8892a2c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:16:00.364 7 INFO neutron.services.segments.plugin [-] Segment 122f64fb-fb70-460b-9885-1e8ab36153e7 resource provider aggregate not found 2026-04-27 13:16:00.385 7 INFO neutron.services.segments.plugin [-] Segment 122f64fb-fb70-460b-9885-1e8ab36153e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 122f64fb-fb70-460b-9885-1e8ab36153e7 found for delete ", "request_id": "req-6c500c6a-d04f-4ca6-9d28-9848104309ca"}]} 2026-04-27 13:16:00.402 7 INFO neutron.services.segments.plugin [-] Segment 122f64fb-fb70-460b-9885-1e8ab36153e7 resource provider aggregate not found 2026-04-27 13:16:00.420 7 INFO neutron.services.segments.plugin [-] Segment 122f64fb-fb70-460b-9885-1e8ab36153e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 122f64fb-fb70-460b-9885-1e8ab36153e7 found for delete ", "request_id": "req-b5e4eee0-bf12-4b86-922f-5373e5b0819e"}]} 2026-04-27 13:16:00.428 7 INFO neutron.db.ovn_revision_numbers_db [None req-d3b8dcac-abd2-4225-8c72-2f6eb8892a2c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ea750de5-d96f-4ee4-9ebd-5658bf8ff8ec (type: security_groups) to 1 2026-04-27 13:16:00.442 7 INFO neutron.db.ovn_revision_numbers_db [None req-d3b8dcac-abd2-4225-8c72-2f6eb8892a2c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 23d21970-e3ae-498d-86bc-a01eb922057c (type: security_group_rules) to 0 2026-04-27 13:16:00.460 7 INFO neutron.db.ovn_revision_numbers_db [None req-d3b8dcac-abd2-4225-8c72-2f6eb8892a2c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 8f1ec6b3-a921-44aa-a0de-23efd59c752b (type: security_group_rules) to 0 2026-04-27 13:16:00.479 7 INFO neutron.db.ovn_revision_numbers_db [None req-d3b8dcac-abd2-4225-8c72-2f6eb8892a2c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ac7ffeb1-7c10-4d6b-b6d8-72d62780c450 (type: security_group_rules) to 0 2026-04-27 13:16:00.502 7 INFO neutron.db.ovn_revision_numbers_db [None req-d3b8dcac-abd2-4225-8c72-2f6eb8892a2c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b4913ddf-06cc-4f2b-b9bf-aaf1ef66e16e (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1557/2930] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:16:00 2026] GET /v2.0/security-groups?tenant_id=bbe1465a1b4847b28be3783b3a88c87c&name=default => generated 2929 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2931] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:16:00 2026] DELETE /v2.0/security-groups/ea750de5-d96f-4ee4-9ebd-5658bf8ff8ec => generated 0 bytes in 192 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:16:00.839 7 WARNING neutron.db.securitygroups_db [None req-b9cf41a4-532f-49e7-885b-7e97bd3b0bc9 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:16:00.970 7 INFO neutron.db.ovn_revision_numbers_db [None req-b9cf41a4-532f-49e7-885b-7e97bd3b0bc9 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0fa63cba-3588-478e-b211-260984d01572 (type: security_groups) to 1 2026-04-27 13:16:00.983 7 INFO neutron.db.ovn_revision_numbers_db [None req-b9cf41a4-532f-49e7-885b-7e97bd3b0bc9 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0af4e885-b463-46b9-a4c6-c54f70f539d5 (type: security_group_rules) to 0 2026-04-27 13:16:00.994 7 INFO neutron.db.ovn_revision_numbers_db [None req-b9cf41a4-532f-49e7-885b-7e97bd3b0bc9 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2ed83d6e-9aa7-406f-b56e-0e2388cc4c5d (type: security_group_rules) to 0 2026-04-27 13:16:01.007 7 INFO neutron.db.ovn_revision_numbers_db [None req-b9cf41a4-532f-49e7-885b-7e97bd3b0bc9 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 4dd709b6-2a41-4eb5-b9d3-758698190192 (type: security_group_rules) to 0 2026-04-27 13:16:01.017 7 INFO neutron.db.ovn_revision_numbers_db [None req-b9cf41a4-532f-49e7-885b-7e97bd3b0bc9 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource fa8aafd6-e8e7-4e42-8887-ec15d44877b0 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1558/2932] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:16:00 2026] GET /v2.0/security-groups?tenant_id=e6e81a0b1c454c60b589efceb2a36090&name=default => generated 2929 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2933] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:16:01 2026] DELETE /v2.0/security-groups/0fa63cba-3588-478e-b211-260984d01572 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:16:01.369 7 WARNING neutron.db.securitygroups_db [None req-58471651-ccb0-472c-82d6-143aef974c92 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 1559/2934] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:16:01 2026] GET /v2.0/security-groups?tenant_id=7fe9eedca8364b6b910f29faa2488b17&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2935] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:16:01 2026] DELETE /v2.0/security-groups/56d71cd5-bed6-46bc-bee4-a1171c80d599 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/2936] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:16:01 2026] GET /v2.0/routers => generated 15 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2937] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:16:01 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/2938] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:16:01 2026] GET /v2.0/ports => generated 5221 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2939] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:16:01 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: 1562/2940] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:16:01 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: 1379/2941] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:16:02 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: 1563/2942] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:16:02 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2943] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:16:02 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/2944] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:16:02 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: 1381/2945] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:16:02 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/2946] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:16:02 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) 2026-04-27 13:16:10.664 8 INFO neutron.db.ovn_revision_numbers_db [None req-7a3925e0-f8a7-4fca-b15e-0c3a123d702a 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 908e66d4-87f3-416b-9c98-b35a6f485645 (type: security_groups) to 1 2026-04-27 13:16:10.677 8 INFO neutron.db.ovn_revision_numbers_db [None req-7a3925e0-f8a7-4fca-b15e-0c3a123d702a 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 24e90dd4-fdce-4fca-9ee2-a73bb3faaaa1 (type: security_group_rules) to 0 2026-04-27 13:16:10.694 8 INFO neutron.db.ovn_revision_numbers_db [None req-7a3925e0-f8a7-4fca-b15e-0c3a123d702a 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 2ac945f5-7b7f-4acf-a59e-ee07d2d3fa4d (type: security_group_rules) to 0 2026-04-27 13:16:10.705 8 INFO neutron.db.ovn_revision_numbers_db [None req-7a3925e0-f8a7-4fca-b15e-0c3a123d702a 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 88d9033e-a418-4bdb-b42a-f2835738d050 (type: security_group_rules) to 0 2026-04-27 13:16:10.718 8 INFO neutron.db.ovn_revision_numbers_db [None req-7a3925e0-f8a7-4fca-b15e-0c3a123d702a 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource da559a0b-c4b0-4fbe-b154-bdbddf9e573c (type: security_group_rules) to 0 2026-04-27 13:16:10.797 8 INFO neutron.db.segments_db [None req-7a3925e0-f8a7-4fca-b15e-0c3a123d702a 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Added segment 64994e97-0aa6-47f9-bcca-4a88224bf171 of type geneve for network 3788f738-b130-47ae-a235-ef7d1b078f6b 2026-04-27 13:16:10.895 8 INFO neutron.db.ovn_revision_numbers_db [None req-7a3925e0-f8a7-4fca-b15e-0c3a123d702a 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 3788f738-b130-47ae-a235-ef7d1b078f6b (type: networks) to 1 2026-04-27 13:16:11.044 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7a3925e0-f8a7-4fca-b15e-0c3a123d702a 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] No more DHCP agents 2026-04-27 13:16:11.046 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7a3925e0-f8a7-4fca-b15e-0c3a123d702a 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Unable to schedule network 3788f738-b130-47ae-a235-ef7d1b078f6b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:16:11.086 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: 23336691-7791-4e46-8f8a-b285b60ca83e 2026-04-27 13:16:11.140 8 INFO neutron.db.ovn_revision_numbers_db [None req-7a3925e0-f8a7-4fca-b15e-0c3a123d702a 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 23336691-7791-4e46-8f8a-b285b60ca83e (type: ports) to 1 [pid: 8|app: 0|req: 1383/2949] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:16:10 2026] POST /v2.0/networks => generated 678 bytes in 819 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:16:11.370 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-01dc8117-b727-487b-b323-6f221b8c3e83 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] No more DHCP agents 2026-04-27 13:16:11.372 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-01dc8117-b727-487b-b323-6f221b8c3e83 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Unable to schedule network 3788f738-b130-47ae-a235-ef7d1b078f6b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:16:11.822 7 INFO neutron.db.ovn_revision_numbers_db [None req-01dc8117-b727-487b-b323-6f221b8c3e83 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 23336691-7791-4e46-8f8a-b285b60ca83e (type: ports) to 2 2026-04-27 13:16:11.855 7 INFO neutron.db.ovn_revision_numbers_db [None req-01dc8117-b727-487b-b323-6f221b8c3e83 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 (type: subnets) to 0 [pid: 7|app: 0|req: 1567/2950] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:16:11 2026] POST /v2.0/subnets => generated 658 bytes in 678 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2951] 10.0.0.253 () {32 vars in 722 bytes} [Mon Apr 27 13:16:11 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:16:12.120 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ac19b3b0-19bc-4da2-8238-1e0d06312f50 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] No more DHCP agents 2026-04-27 13:16:12.121 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ac19b3b0-19bc-4da2-8238-1e0d06312f50 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Unable to schedule network 3788f738-b130-47ae-a235-ef7d1b078f6b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:16:12.148 7 INFO neutron.db.ovn_revision_numbers_db [None req-ac19b3b0-19bc-4da2-8238-1e0d06312f50 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 8c555c6d-18db-4c67-bb94-94ab35ff3b5b (type: subnets) to 0 [pid: 7|app: 0|req: 1568/2952] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:16:11 2026] POST /v2.0/subnets => generated 731 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:16:12.261 8 INFO neutron.db.segments_db [None req-f7a75eef-6cbc-463a-99fd-468086fea63f 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Added segment a03c6a58-6ee5-4446-ae0e-a6885906dfca of type geneve for network e968026a-550a-4276-91d9-eefda644424c 2026-04-27 13:16:12.369 8 INFO neutron.db.ovn_revision_numbers_db [None req-f7a75eef-6cbc-463a-99fd-468086fea63f 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource e968026a-550a-4276-91d9-eefda644424c (type: networks) to 1 2026-04-27 13:16:12.536 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f7a75eef-6cbc-463a-99fd-468086fea63f 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] No more DHCP agents 2026-04-27 13:16:12.537 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f7a75eef-6cbc-463a-99fd-468086fea63f 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Unable to schedule network e968026a-550a-4276-91d9-eefda644424c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:16:12.576 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: 2f211ef0-4c60-468c-bdd8-a41d5605affa 2026-04-27 13:16:12.629 8 INFO neutron.db.ovn_revision_numbers_db [None req-f7a75eef-6cbc-463a-99fd-468086fea63f 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 2f211ef0-4c60-468c-bdd8-a41d5605affa (type: ports) to 1 [pid: 8|app: 0|req: 1385/2953] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:16:12 2026] POST /v2.0/networks => generated 676 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:16:12.879 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-95ab261d-149c-47cc-b40c-69ab4b1021d7 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] No more DHCP agents 2026-04-27 13:16:12.880 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-95ab261d-149c-47cc-b40c-69ab4b1021d7 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Unable to schedule network e968026a-550a-4276-91d9-eefda644424c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:16:13.319 7 INFO neutron.db.ovn_revision_numbers_db [None req-95ab261d-149c-47cc-b40c-69ab4b1021d7 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 2f211ef0-4c60-468c-bdd8-a41d5605affa (type: ports) to 2 2026-04-27 13:16:13.358 7 INFO neutron.db.ovn_revision_numbers_db [None req-95ab261d-149c-47cc-b40c-69ab4b1021d7 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 4ba82ffd-d484-4bb6-b18a-8ae7f31e9ec9 (type: subnets) to 0 [pid: 7|app: 0|req: 1569/2954] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:16:12 2026] POST /v2.0/subnets => generated 656 bytes in 703 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:16:13.614 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3027daee-6f3a-4588-b002-42f908228b0c 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] No more DHCP agents 2026-04-27 13:16:13.615 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3027daee-6f3a-4588-b002-42f908228b0c 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Unable to schedule network e968026a-550a-4276-91d9-eefda644424c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:16:13.641 8 INFO neutron.db.ovn_revision_numbers_db [None req-3027daee-6f3a-4588-b002-42f908228b0c 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 1c4dba93-f207-4cb9-8825-62332e289f65 (type: subnets) to 0 [pid: 8|app: 0|req: 1386/2955] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:16:13 2026] POST /v2.0/subnets => generated 726 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:16:13.754 7 INFO neutron.db.segments_db [None req-28d0c08c-2917-448f-81b5-721c99ef4d56 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Added segment 86e62271-c6a2-4e9e-8d42-d7a00075cafc of type geneve for network 56dba4d0-e56b-494a-af86-41643355a227 2026-04-27 13:16:13.864 7 INFO neutron.db.ovn_revision_numbers_db [None req-28d0c08c-2917-448f-81b5-721c99ef4d56 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 56dba4d0-e56b-494a-af86-41643355a227 (type: networks) to 1 2026-04-27 13:16:14.028 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-28d0c08c-2917-448f-81b5-721c99ef4d56 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] No more DHCP agents 2026-04-27 13:16:14.030 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-28d0c08c-2917-448f-81b5-721c99ef4d56 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Unable to schedule network 56dba4d0-e56b-494a-af86-41643355a227: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:16:14.071 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: 563683f6-0f55-49d8-8a9f-60432dc8ac53 2026-04-27 13:16:14.104 7 INFO neutron.db.ovn_revision_numbers_db [None req-28d0c08c-2917-448f-81b5-721c99ef4d56 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 563683f6-0f55-49d8-8a9f-60432dc8ac53 (type: ports) to 1 [pid: 7|app: 0|req: 1570/2956] 10.0.0.253 () {34 vars in 670 bytes} [Mon Apr 27 13:16:13 2026] POST /v2.0/networks => generated 675 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:16:14.312 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cbb7c4e0-971e-496e-a8c4-d7d237fe1f5a 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] No more DHCP agents 2026-04-27 13:16:14.313 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cbb7c4e0-971e-496e-a8c4-d7d237fe1f5a 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Unable to schedule network 56dba4d0-e56b-494a-af86-41643355a227: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:16:14.773 8 INFO neutron.db.ovn_revision_numbers_db [None req-cbb7c4e0-971e-496e-a8c4-d7d237fe1f5a 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 563683f6-0f55-49d8-8a9f-60432dc8ac53 (type: ports) to 2 2026-04-27 13:16:14.815 8 INFO neutron.db.ovn_revision_numbers_db [None req-cbb7c4e0-971e-496e-a8c4-d7d237fe1f5a 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 078b74e8-3fa4-428c-a2af-1941ec54197d (type: subnets) to 0 [pid: 8|app: 0|req: 1387/2957] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:16:14 2026] POST /v2.0/subnets => generated 656 bytes in 696 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:16:15.062 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ccf9588a-cbd4-4a3b-8d9f-8f7e72f69bbb 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] No more DHCP agents 2026-04-27 13:16:15.063 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ccf9588a-cbd4-4a3b-8d9f-8f7e72f69bbb 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Unable to schedule network 56dba4d0-e56b-494a-af86-41643355a227: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:16:15.092 7 INFO neutron.db.ovn_revision_numbers_db [None req-ccf9588a-cbd4-4a3b-8d9f-8f7e72f69bbb 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 0096af78-6cca-43e8-80b2-86ae1ad46168 (type: subnets) to 0 [pid: 7|app: 0|req: 1571/2958] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:16:14 2026] POST /v2.0/subnets => generated 729 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:16:15.477 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2eb307a5-0bc4-4c4c-ae60-ed306b6da0fd 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] No more DHCP agents 2026-04-27 13:16:15.478 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2eb307a5-0bc4-4c4c-ae60-ed306b6da0fd 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:16:15.578 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: 78920ebe-bda6-4266-a6f9-4c421e958a99 2026-04-27 13:16:15.633 8 INFO neutron.db.ovn_revision_numbers_db [None req-2eb307a5-0bc4-4c4c-ae60-ed306b6da0fd 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 78920ebe-bda6-4266-a6f9-4c421e958a99 (type: ports) to 1 2026-04-27 13:16:16.234 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status up for port: 78920ebe-bda6-4266-a6f9-4c421e958a99 2026-04-27 13:16:16.258 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-65069e41-b4a6-4805-b7a3-f6d32e6a6d6f - - - - - -] Router 2479b5d6-f0f1-4dd2-b474-db2fcbd2a5cd is bound to host instance 2026-04-27 13:16:16.312 8 INFO neutron.plugins.ml2.plugin [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] Attempt 1 to provision port 78920ebe-bda6-4266-a6f9-4c421e958a99 2026-04-27 13:16:16.340 8 INFO neutron.db.ovn_revision_numbers_db [None req-2eb307a5-0bc4-4c4c-ae60-ed306b6da0fd 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 78920ebe-bda6-4266-a6f9-4c421e958a99 (type: router_ports) to 1 2026-04-27 13:16:16.507 8 INFO neutron.db.ovn_revision_numbers_db [None req-2eb307a5-0bc4-4c4c-ae60-ed306b6da0fd 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 2479b5d6-f0f1-4dd2-b474-db2fcbd2a5cd (type: routers) to 2 [pid: 8|app: 0|req: 1388/2959] 10.0.0.253 () {34 vars in 669 bytes} [Mon Apr 27 13:16:15 2026] POST /v2.0/routers => generated 966 bytes in 1421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:16:17.054 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-370a31e9-309e-4b10-920d-c3eff4633760 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] No more DHCP agents 2026-04-27 13:16:17.055 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-370a31e9-309e-4b10-920d-c3eff4633760 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Unable to schedule network 3788f738-b130-47ae-a235-ef7d1b078f6b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:16:17.216 7 INFO neutron.db.ovn_revision_numbers_db [None req-370a31e9-309e-4b10-920d-c3eff4633760 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 9eb5219a-30ff-4567-badc-d0e948ed7952 (type: ports) to 1 2026-04-27 13:16:17.228 8 INFO neutron.db.ovn_revision_numbers_db [None req-473788e2-afc6-41a7-beaf-02d14f2ef43b - - - - - -] Successfully bumped revision number for resource 78920ebe-bda6-4266-a6f9-4c421e958a99 (type: ports) to 4 2026-04-27 13:16:17.588 8 INFO neutron.db.ovn_revision_numbers_db [None req-473788e2-afc6-41a7-beaf-02d14f2ef43b - - - - - -] Successfully bumped revision number for resource 78920ebe-bda6-4266-a6f9-4c421e958a99 (type: ports) to 5 2026-04-27 13:16:17.993 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-370a31e9-309e-4b10-920d-c3eff4633760 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] No more DHCP agents 2026-04-27 13:16:17.994 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-370a31e9-309e-4b10-920d-c3eff4633760 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Unable to schedule network 3788f738-b130-47ae-a235-ef7d1b078f6b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:16:18.807 7 INFO neutron.db.ovn_revision_numbers_db [None req-370a31e9-309e-4b10-920d-c3eff4633760 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 9eb5219a-30ff-4567-badc-d0e948ed7952 (type: router_ports) to 1 [pid: 7|app: 0|req: 1572/2962] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:16:16 2026] PUT /v2.0/routers/2479b5d6-f0f1-4dd2-b474-db2fcbd2a5cd/add_router_interface => generated 310 bytes in 2275 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:16:19.032 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status down for port: 9eb5219a-30ff-4567-badc-d0e948ed7952 2026-04-27 13:16:19.135 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] Logical_Switch_Port 9eb5219a-30ff-4567-badc-d0e948ed7952 host information not removed, the port state is up 2026-04-27 13:16:19.135 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] OVN reports status up for port: 9eb5219a-30ff-4567-badc-d0e948ed7952 2026-04-27 13:16:19.158 8 INFO neutron.plugins.ml2.plugin [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] Attempt 1 to provision port 9eb5219a-30ff-4567-badc-d0e948ed7952 2026-04-27 13:16:19.628 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-db471f17-226c-4c6b-8be5-a58159d12d3c 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] No more DHCP agents 2026-04-27 13:16:19.630 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-db471f17-226c-4c6b-8be5-a58159d12d3c 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Unable to schedule network e968026a-550a-4276-91d9-eefda644424c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:16:19.932 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5d35307-0259-4caa-9039-d3c88ea39b34 - - - - - -] OVN reports status down for port: 1ff99b23-1b54-4ca4-8d24-9a1e7e007b0d 2026-04-27 13:16:19.952 8 INFO neutron.db.ovn_revision_numbers_db [None req-835b22ba-b45a-4333-a4b6-b4501803bf3b - - - - - -] Successfully bumped revision number for resource 9eb5219a-30ff-4567-badc-d0e948ed7952 (type: ports) to 2 2026-04-27 13:16:19.991 8 INFO neutron.db.ovn_revision_numbers_db [None req-db471f17-226c-4c6b-8be5-a58159d12d3c 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 1ff99b23-1b54-4ca4-8d24-9a1e7e007b0d (type: ports) to 1 2026-04-27 13:16:21.205 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5d35307-0259-4caa-9039-d3c88ea39b34 - - - - - -] OVN reports status up for port: 1ff99b23-1b54-4ca4-8d24-9a1e7e007b0d 2026-04-27 13:16:21.215 7 INFO neutron.plugins.ml2.plugin [None req-b5d35307-0259-4caa-9039-d3c88ea39b34 - - - - - -] Attempt 1 to provision port 1ff99b23-1b54-4ca4-8d24-9a1e7e007b0d 2026-04-27 13:16:21.220 8 INFO neutron.plugins.ml2.plugin [None req-db471f17-226c-4c6b-8be5-a58159d12d3c 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Attempt 1 to provision port 1ff99b23-1b54-4ca4-8d24-9a1e7e007b0d 2026-04-27 13:16:21.299 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-db471f17-226c-4c6b-8be5-a58159d12d3c 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] No more DHCP agents 2026-04-27 13:16:21.300 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-db471f17-226c-4c6b-8be5-a58159d12d3c 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Unable to schedule network e968026a-550a-4276-91d9-eefda644424c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:16:21.555 7 INFO neutron.db.ovn_revision_numbers_db [None req-b5d35307-0259-4caa-9039-d3c88ea39b34 - - - - - -] Successfully bumped revision number for resource 1ff99b23-1b54-4ca4-8d24-9a1e7e007b0d (type: ports) to 2 2026-04-27 13:16:21.622 8 INFO neutron.db.ovn_revision_numbers_db [None req-db471f17-226c-4c6b-8be5-a58159d12d3c 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 1ff99b23-1b54-4ca4-8d24-9a1e7e007b0d (type: router_ports) to 1 [pid: 8|app: 0|req: 1391/2963] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:16:18 2026] PUT /v2.0/routers/2479b5d6-f0f1-4dd2-b474-db2fcbd2a5cd/add_router_interface => generated 310 bytes in 2807 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:16:22.217 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-531d458d-a960-4711-aef4-835d5db966ed 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] No more DHCP agents 2026-04-27 13:16:22.219 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-531d458d-a960-4711-aef4-835d5db966ed 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Unable to schedule network 56dba4d0-e56b-494a-af86-41643355a227: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:16:22.381 7 INFO neutron.db.ovn_revision_numbers_db [None req-531d458d-a960-4711-aef4-835d5db966ed 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 440f22b7-8dc3-4e0d-8399-314964de0669 (type: ports) to 1 2026-04-27 13:16:23.157 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-531d458d-a960-4711-aef4-835d5db966ed 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] No more DHCP agents 2026-04-27 13:16:23.159 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-531d458d-a960-4711-aef4-835d5db966ed 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Unable to schedule network 56dba4d0-e56b-494a-af86-41643355a227: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:16:23.573 7 INFO neutron.db.ovn_revision_numbers_db [None req-531d458d-a960-4711-aef4-835d5db966ed 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 440f22b7-8dc3-4e0d-8399-314964de0669 (type: router_ports) to 1 [pid: 7|app: 0|req: 1573/2964] 10.0.0.253 () {34 vars in 783 bytes} [Mon Apr 27 13:16:21 2026] PUT /v2.0/routers/2479b5d6-f0f1-4dd2-b474-db2fcbd2a5cd/add_router_interface => generated 310 bytes in 1948 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:16:23.761 8 INFO neutron.db.ovn_revision_numbers_db [None req-5a27ac8f-4d6e-4063-8b56-72aa6a632728 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 558cce45-8ebb-4f61-8a19-b7b21db38e3d (type: security_groups) to 1 2026-04-27 13:16:23.771 8 INFO neutron.db.ovn_revision_numbers_db [None req-5a27ac8f-4d6e-4063-8b56-72aa6a632728 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 1f22b929-8ab7-4a01-a012-99ac4fbdf202 (type: security_group_rules) to 0 2026-04-27 13:16:23.783 8 INFO neutron.db.ovn_revision_numbers_db [None req-5a27ac8f-4d6e-4063-8b56-72aa6a632728 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 2dec1ec8-6747-450a-9e73-4d5a093b37e4 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1392/2965] 10.0.0.253 () {34 vars in 684 bytes} [Mon Apr 27 13:16:23 2026] POST /v2.0/security-groups => generated 1629 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:16:23.935 7 INFO neutron.db.ovn_revision_numbers_db [None req-65e7eaa4-06a8-44b8-afba-597316a2d07a 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource f07793dc-f772-4aa7-a861-7722989e01f5 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1574/2966] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:16:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:16:24.092 8 INFO neutron.db.ovn_revision_numbers_db [None req-8df6f9eb-7b2b-470c-a25c-99d60f360477 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource d4be6a73-044e-48eb-9fa5-145bf550c289 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1393/2967] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:16:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:16:24.237 7 INFO neutron.db.ovn_revision_numbers_db [None req-b4e8c9d8-ffb7-4cd3-9053-d7a1fa03d74c 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource bea00543-2e7f-4541-9f53-8aedae1e2667 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1575/2968] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:16:24 2026] POST /v2.0/security-group-rules => generated 599 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:16:24.393 8 INFO neutron.db.ovn_revision_numbers_db [None req-5a199c95-b2ea-449a-968e-704c70dcc651 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 0f2bd784-6bf7-42e9-b365-da2906b33104 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1394/2969] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:16:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:16:24.547 7 INFO neutron.db.ovn_revision_numbers_db [None req-fb680e0e-66d6-4ed5-a188-5d66ca34fc1a 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource cf66b4bf-d501-4bbb-b57e-c8a4f1104cbd (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1576/2970] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:16:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:16:24.709 8 INFO neutron.db.ovn_revision_numbers_db [None req-ef0b4c76-6da9-42bb-b2c6-cb3a110a060a 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 35d964aa-a834-42b1-9918-046edc75a01a (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1395/2971] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:16:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:16:24.901 7 INFO neutron.db.ovn_revision_numbers_db [None req-f0c0031b-e24d-4c9a-a4d5-d199edcb8903 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource eabe6149-4e1e-418e-8a39-d049c086b499 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1577/2972] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:16:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:16:25.021 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-1e33c962-9105-44f5-9c25-326bd92e7c1b - - - - - -] No hosting information found for port 9eb5219a-30ff-4567-badc-d0e948ed7952: RuntimeError: No hosting information found for port 9eb5219a-30ff-4567-badc-d0e948ed7952 2026-04-27 13:16:25.092 8 INFO neutron.common.ovn.utils [None req-1e33c962-9105-44f5-9c25-326bd92e7c1b - - - - - -] HA Chassis Group neutron-3788f738-b130-47ae-a235-ef7d1b078f6b synchronized; highest priority chassis cf88c82c-664b-42f9-a266-c27775cdf8a2 2026-04-27 13:16:25.156 8 INFO neutron.db.ovn_revision_numbers_db [None req-14a703a8-f78a-43e0-a1fc-0c440b59339e 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 8f09ac1a-e4a6-4d4b-bb35-0841214ee0c7 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1396/2973] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:16:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:16:25.229 8 INFO neutron.db.ovn_revision_numbers_db [None req-1e33c962-9105-44f5-9c25-326bd92e7c1b - - - - - -] Successfully bumped revision number for resource 9eb5219a-30ff-4567-badc-d0e948ed7952 (type: router_ports) to 2 2026-04-27 13:16:25.304 8 INFO neutron.common.ovn.utils [None req-1e33c962-9105-44f5-9c25-326bd92e7c1b - - - - - -] HA Chassis Group neutron-e968026a-550a-4276-91d9-eefda644424c synchronized; highest priority chassis cf88c82c-664b-42f9-a266-c27775cdf8a2 2026-04-27 13:16:25.370 7 INFO neutron.db.ovn_revision_numbers_db [None req-3f0a75fd-5b80-4618-b518-2780fb9e9f8d 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 8806f691-49ee-4f8c-93b9-687729aec393 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1578/2974] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:16:25 2026] POST /v2.0/security-group-rules => generated 599 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:16:25.568 8 INFO neutron.db.ovn_revision_numbers_db [None req-9b6098a9-5b5a-4d4f-8aec-97afc56e259d 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource ec0ad4dc-01da-4798-9171-ba2290d6f0e6 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1397/2975] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:16:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:16:25.741 7 INFO neutron.db.ovn_revision_numbers_db [None req-93cd5340-2898-4017-b34a-cf34e6cb7647 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 41e8bead-1c6c-4087-8ae8-2ebf7bff96bf (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1579/2976] 10.0.0.253 () {34 vars in 695 bytes} [Mon Apr 27 13:16:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:16:26.231 8 WARNING neutron.db.securitygroups_db [req-50802a93-b4e6-45fa-9a2f-136845d1ab13 req-259c06a3-9d73-4ba8-b54b-5a7c1257ee4f 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] 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: 1398/2977] 10.0.0.235 () {34 vars in 1094 bytes} [Mon Apr 27 13:16:26 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-907840884&fields=id&tenant_id=092fb40bb23d444cb9958c94cbdf4504 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/2978] 10.0.0.235 () {34 vars in 982 bytes} [Mon Apr 27 13:16:26 2026] GET /v2.0/networks?id=e968026a-550a-4276-91d9-eefda644424c => generated 743 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2979] 10.0.0.235 () {34 vars in 965 bytes} [Mon Apr 27 13:16:26 2026] GET /v2.0/quotas/092fb40bb23d444cb9958c94cbdf4504 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/2980] 10.0.0.235 () {34 vars in 1002 bytes} [Mon Apr 27 13:16:26 2026] GET /v2.0/ports?tenant_id=092fb40bb23d444cb9958c94cbdf4504&fields=id => generated 287 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2981] 10.0.0.235 () {34 vars in 1008 bytes} [Mon Apr 27 13:16:26 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c?fields=segments => generated 14 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/2982] 10.0.0.235 () {34 vars in 1108 bytes} [Mon Apr 27 13:16:26 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c?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: 1401/2983] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:16:26 2026] GET /v2.0/ports?device_id=de8905aa-4d14-427b-ba5a-8f3cec96a4f7 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:16:27.312 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-8b8d2858-9f05-4b3f-8c9f-f6df9eff7dc3 - - - - - -] No hosting information found for port 1ff99b23-1b54-4ca4-8d24-9a1e7e007b0d: RuntimeError: No hosting information found for port 1ff99b23-1b54-4ca4-8d24-9a1e7e007b0d 2026-04-27 13:16:27.385 7 INFO neutron.db.ovn_revision_numbers_db [None req-8b8d2858-9f05-4b3f-8c9f-f6df9eff7dc3 - - - - - -] Successfully bumped revision number for resource 1ff99b23-1b54-4ca4-8d24-9a1e7e007b0d (type: router_ports) to 2 2026-04-27 13:16:27.386 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8b8d2858-9f05-4b3f-8c9f-f6df9eff7dc3 - - - - - -] OVN reports status down for port: 440f22b7-8dc3-4e0d-8399-314964de0669 2026-04-27 13:16:27.443 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-8b8d2858-9f05-4b3f-8c9f-f6df9eff7dc3 - - - - - -] Logical_Switch_Port 440f22b7-8dc3-4e0d-8399-314964de0669 host information not removed, the port state is up 2026-04-27 13:16:27.444 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8b8d2858-9f05-4b3f-8c9f-f6df9eff7dc3 - - - - - -] OVN reports status up for port: 440f22b7-8dc3-4e0d-8399-314964de0669 2026-04-27 13:16:27.457 7 INFO neutron.plugins.ml2.plugin [None req-8b8d2858-9f05-4b3f-8c9f-f6df9eff7dc3 - - - - - -] Attempt 1 to provision port 440f22b7-8dc3-4e0d-8399-314964de0669 2026-04-27 13:16:27.917 7 INFO neutron.db.ovn_revision_numbers_db [None req-8b8d2858-9f05-4b3f-8c9f-f6df9eff7dc3 - - - - - -] Successfully bumped revision number for resource 440f22b7-8dc3-4e0d-8399-314964de0669 (type: ports) to 2 [pid: 7|app: 0|req: 1583/2984] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:16:31 2026] GET /v2.0/networks?id=e968026a-550a-4276-91d9-eefda644424c => generated 743 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:16:31.100 8 WARNING neutron.db.securitygroups_db [req-50802a93-b4e6-45fa-9a2f-136845d1ab13 req-0ee3f734-8de9-495b-88af-cc2fff1b5a5a 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] 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: 1402/2985] 199.204.45.33 () {34 vars in 1049 bytes} [Mon Apr 27 13:16:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=092fb40bb23d444cb9958c94cbdf4504 => generated 178 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:16:31.437 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-50802a93-b4e6-45fa-9a2f-136845d1ab13 req-401de554-8ad7-45f0-b377-6f173819bef7 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] No more DHCP agents 2026-04-27 13:16:31.439 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-50802a93-b4e6-45fa-9a2f-136845d1ab13 req-401de554-8ad7-45f0-b377-6f173819bef7 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Unable to schedule network e968026a-550a-4276-91d9-eefda644424c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:16:31.588 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1e33c962-9105-44f5-9c25-326bd92e7c1b - - - - - -] OVN reports status down for port: e0e17567-b5d4-4146-af33-53ef5fd6b135 2026-04-27 13:16:31.615 7 INFO neutron.db.ovn_revision_numbers_db [req-50802a93-b4e6-45fa-9a2f-136845d1ab13 req-401de554-8ad7-45f0-b377-6f173819bef7 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource e0e17567-b5d4-4146-af33-53ef5fd6b135 (type: ports) to 1 [pid: 7|app: 0|req: 1584/2986] 199.204.45.33 () {38 vars in 954 bytes} [Mon Apr 27 13:16:31 2026] POST /v2.0/ports => generated 1183 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1585/2987] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:16:31 2026] GET /v2.0/ports?device_id=de8905aa-4d14-427b-ba5a-8f3cec96a4f7 => generated 1198 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/2988] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:16:31 2026] GET /v2.0/security-groups?id=558cce45-8ebb-4f61-8a19-b7b21db38e3d&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:16:32.102 8 INFO neutron.db.ovn_revision_numbers_db [req-50802a93-b4e6-45fa-9a2f-136845d1ab13 req-bf5eacff-b9b6-4f17-863f-52488cedc1a1 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource e0e17567-b5d4-4146-af33-53ef5fd6b135 (type: ports) to 2 2026-04-27 13:16:32.350 8 INFO neutron.db.ovn_revision_numbers_db [req-50802a93-b4e6-45fa-9a2f-136845d1ab13 req-bf5eacff-b9b6-4f17-863f-52488cedc1a1 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource e0e17567-b5d4-4146-af33-53ef5fd6b135 (type: ports) to 4 [pid: 8|app: 0|req: 1403/2989] 199.204.45.33 () {38 vars in 1027 bytes} [Mon Apr 27 13:16:31 2026] PUT /v2.0/ports/e0e17567-b5d4-4146-af33-53ef5fd6b135 => generated 1456 bytes in 687 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:16:32.455 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-02e0f9b7-e92b-4dfa-95a7-c71328a0bdab'] response: {'name': 'network-changed', 'server_uuid': 'de8905aa-4d14-427b-ba5a-8f3cec96a4f7', 'tag': 'e0e17567-b5d4-4146-af33-53ef5fd6b135', '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: 1405/2992] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:16:32 2026] GET /v2.0/ports?tenant_id=092fb40bb23d444cb9958c94cbdf4504&device_id=de8905aa-4d14-427b-ba5a-8f3cec96a4f7 => generated 1459 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/2993] 199.204.45.33 () {34 vars in 1017 bytes} [Mon Apr 27 13:16:33 2026] GET /v2.0/networks?tenant_id=092fb40bb23d444cb9958c94cbdf4504&shared=False => generated 2499 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2994] 199.204.45.33 () {34 vars in 929 bytes} [Mon Apr 27 13:16:33 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:16:33.195 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-3e45bd86-a51f-4ba5-b623-7d4479e0cfa6 - - - - - -] No hosting information found for port 440f22b7-8dc3-4e0d-8399-314964de0669: RuntimeError: No hosting information found for port 440f22b7-8dc3-4e0d-8399-314964de0669 2026-04-27 13:16:33.229 7 INFO neutron.common.ovn.utils [None req-3e45bd86-a51f-4ba5-b623-7d4479e0cfa6 - - - - - -] HA Chassis Group neutron-56dba4d0-e56b-494a-af86-41643355a227 synchronized; highest priority chassis cf88c82c-664b-42f9-a266-c27775cdf8a2 2026-04-27 13:16:33.319 7 INFO neutron.db.ovn_revision_numbers_db [None req-3e45bd86-a51f-4ba5-b623-7d4479e0cfa6 - - - - - -] Successfully bumped revision number for resource 440f22b7-8dc3-4e0d-8399-314964de0669 (type: router_ports) to 2 [pid: 7|app: 0|req: 1589/2995] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:16:34 2026] GET /v2.0/ports?tenant_id=092fb40bb23d444cb9958c94cbdf4504&device_id=de8905aa-4d14-427b-ba5a-8f3cec96a4f7 => generated 1459 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2996] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:16:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.107&port_id=e0e17567-b5d4-4146-af33-53ef5fd6b135 => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/2997] 199.204.45.33 () {34 vars in 1103 bytes} [Mon Apr 27 13:16:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A17a&port_id=e0e17567-b5d4-4146-af33-53ef5fd6b135 => 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: 1408/2998] 199.204.45.33 () {34 vars in 1063 bytes} [Mon Apr 27 13:16:34 2026] GET /v2.0/subnets?id=1c4dba93-f207-4cb9-8825-62332e289f65&id=4ba82ffd-d484-4bb6-b18a-8ae7f31e9ec9 => generated 1411 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/2999] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:16:34 2026] GET /v2.0/ports?network_id=e968026a-550a-4276-91d9-eefda644424c&device_owner=network%3Adhcp => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/3000] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:16:34 2026] GET /v2.0/ports?network_id=e968026a-550a-4276-91d9-eefda644424c&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: 1592/3001] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:16:34 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c?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: 1410/3002] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:16:34 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c?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: 1593/3003] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:16:37 2026] GET /v2.0/ports?device_id=de8905aa-4d14-427b-ba5a-8f3cec96a4f7 => generated 1198 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:16:37.194 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1e33c962-9105-44f5-9c25-326bd92e7c1b - - - - - -] OVN reports status up for port: e0e17567-b5d4-4146-af33-53ef5fd6b135 2026-04-27 13:16:37.233 8 INFO neutron.plugins.ml2.plugin [None req-1e33c962-9105-44f5-9c25-326bd92e7c1b - - - - - -] Attempt 1 to provision port e0e17567-b5d4-4146-af33-53ef5fd6b135 [pid: 8|app: 0|req: 1411/3004] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:16:37 2026] GET /v2.0/security-groups?id=558cce45-8ebb-4f61-8a19-b7b21db38e3d&fields=id&fields=name => generated 111 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:16:37.420 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-176f0585-04b5-4a86-b145-05f206665219'] response: {'server_uuid': 'de8905aa-4d14-427b-ba5a-8f3cec96a4f7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e0e17567-b5d4-4146-af33-53ef5fd6b135', 'code': 200} 2026-04-27 13:16:37.566 8 INFO neutron.db.ovn_revision_numbers_db [None req-1e33c962-9105-44f5-9c25-326bd92e7c1b - - - - - -] Successfully bumped revision number for resource e0e17567-b5d4-4146-af33-53ef5fd6b135 (type: ports) to 5 2026-04-27 13:16:39.459 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ec0d321-e900-46d5-8690-fc20b66b7fef'] response: {'server_uuid': 'de8905aa-4d14-427b-ba5a-8f3cec96a4f7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e0e17567-b5d4-4146-af33-53ef5fd6b135', 'code': 200} [pid: 7|app: 0|req: 1594/3005] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:16:42 2026] GET /v2.0/ports?device_id=de8905aa-4d14-427b-ba5a-8f3cec96a4f7 => generated 1200 bytes in 83 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: 1412/3006] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:16:42 2026] GET /v2.0/security-groups?id=558cce45-8ebb-4f61-8a19-b7b21db38e3d&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3007] 10.0.0.253 () {32 vars in 818 bytes} [Mon Apr 27 13:16:42 2026] GET /v2.0/ports?network_id=e968026a-550a-4276-91d9-eefda644424c&mac_address=fa%3A16%3A3e%3A5a%3A38%3Ac0 => generated 1200 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:16:42.764 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4ebc836d-04a9-45b9-8fe8-04d2884627fc 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] No more DHCP agents 2026-04-27 13:16:42.765 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4ebc836d-04a9-45b9-8fe8-04d2884627fc 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:16:43.605 8 INFO neutron.db.ovn_revision_numbers_db [None req-4ebc836d-04a9-45b9-8fe8-04d2884627fc 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource e4ec2dba-2284-413d-b60e-5f18b4c96a7c (type: floatingips) to 1 2026-04-27 13:16:43.606 8 INFO neutron.db.l3_db [None req-4ebc836d-04a9-45b9-8fe8-04d2884627fc 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Floating IP e4ec2dba-2284-413d-b60e-5f18b4c96a7c associated. External IP: 10.96.250.203, port: e0e17567-b5d4-4146-af33-53ef5fd6b135. [pid: 8|app: 0|req: 1413/3008] 10.0.0.253 () {34 vars in 677 bytes} [Mon Apr 27 13:16:42 2026] POST /v2.0/floatingips => generated 855 bytes in 1098 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:16:43.689 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-89a81820-b0a2-4b98-81ab-79c9576b6160'] response: {'name': 'network-changed', 'server_uuid': 'de8905aa-4d14-427b-ba5a-8f3cec96a4f7', 'tag': 'e0e17567-b5d4-4146-af33-53ef5fd6b135', 'status': 'completed', 'code': 200} 2026-04-27 13:16:43.732 7 WARNING neutron.db.securitygroups_db [req-0b5025f9-e8b7-439a-9871-4e27c7da63da req-b16124d1-3531-4021-ba11-78cb3122482e 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] 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: 1596/3009] 10.0.0.235 () {34 vars in 1094 bytes} [Mon Apr 27 13:16:43 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-907840884&fields=id&tenant_id=092fb40bb23d444cb9958c94cbdf4504 => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1414/3010] 10.0.0.235 () {34 vars in 982 bytes} [Mon Apr 27 13:16:43 2026] GET /v2.0/networks?id=56dba4d0-e56b-494a-af86-41643355a227 => generated 742 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3011] 10.0.0.235 () {34 vars in 965 bytes} [Mon Apr 27 13:16:43 2026] GET /v2.0/quotas/092fb40bb23d444cb9958c94cbdf4504 => 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: 1415/3012] 10.0.0.235 () {34 vars in 1002 bytes} [Mon Apr 27 13:16:43 2026] GET /v2.0/ports?tenant_id=092fb40bb23d444cb9958c94cbdf4504&fields=id => generated 333 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3013] 10.0.0.235 () {34 vars in 1008 bytes} [Mon Apr 27 13:16:44 2026] GET /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227?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: 1416/3014] 10.0.0.235 () {34 vars in 1108 bytes} [Mon Apr 27 13:16:44 2026] GET /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227?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: 1599/3015] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:16:44 2026] GET /v2.0/ports?tenant_id=092fb40bb23d444cb9958c94cbdf4504&device_id=de8905aa-4d14-427b-ba5a-8f3cec96a4f7 => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3016] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:16:44 2026] GET /v2.0/ports?device_id=322e62d3-9ae1-4592-9795-c937df2a8f44 => 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: 1417/3017] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:16:44 2026] GET /v2.0/networks?id=e968026a-550a-4276-91d9-eefda644424c => generated 842 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3018] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:16:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.107&port_id=e0e17567-b5d4-4146-af33-53ef5fd6b135 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/3019] 199.204.45.33 () {34 vars in 1103 bytes} [Mon Apr 27 13:16:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A17a&port_id=e0e17567-b5d4-4146-af33-53ef5fd6b135 => 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: 1602/3020] 199.204.45.33 () {34 vars in 1063 bytes} [Mon Apr 27 13:16:44 2026] GET /v2.0/subnets?id=1c4dba93-f207-4cb9-8825-62332e289f65&id=4ba82ffd-d484-4bb6-b18a-8ae7f31e9ec9 => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/3021] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:16:44 2026] GET /v2.0/ports?network_id=e968026a-550a-4276-91d9-eefda644424c&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: 1603/3022] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:16:44 2026] GET /v2.0/ports?network_id=e968026a-550a-4276-91d9-eefda644424c&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: 1420/3023] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:16:44 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3024] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:16:44 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c?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: 1422/3027] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:16:48 2026] GET /v2.0/networks?id=56dba4d0-e56b-494a-af86-41643355a227 => generated 742 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:16:48.573 7 WARNING neutron.db.securitygroups_db [req-0b5025f9-e8b7-439a-9871-4e27c7da63da req-06ad7d5a-3040-40cd-9cf5-bca909b1cf9e 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] 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: 1606/3028] 199.204.45.33 () {34 vars in 1049 bytes} [Mon Apr 27 13:16:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=092fb40bb23d444cb9958c94cbdf4504 => generated 178 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:16:48.922 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-0b5025f9-e8b7-439a-9871-4e27c7da63da req-1a99687d-a3fc-4a1b-8d21-a244bec91d33 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] No more DHCP agents 2026-04-27 13:16:48.923 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-0b5025f9-e8b7-439a-9871-4e27c7da63da req-1a99687d-a3fc-4a1b-8d21-a244bec91d33 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Unable to schedule network 56dba4d0-e56b-494a-af86-41643355a227: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:16:49.077 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5d82fc4b-3308-468a-ace9-0240508d311d - - - - - -] OVN reports status down for port: a20d343f-1444-43b3-bf40-ddf907de9ad4 2026-04-27 13:16:49.137 8 INFO neutron.db.ovn_revision_numbers_db [req-0b5025f9-e8b7-439a-9871-4e27c7da63da req-1a99687d-a3fc-4a1b-8d21-a244bec91d33 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource a20d343f-1444-43b3-bf40-ddf907de9ad4 (type: ports) to 1 [pid: 8|app: 0|req: 1423/3029] 199.204.45.33 () {38 vars in 954 bytes} [Mon Apr 27 13:16:48 2026] POST /v2.0/ports => generated 1183 bytes in 609 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: 1424/3030] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:16:49 2026] GET /v2.0/ports?device_id=322e62d3-9ae1-4592-9795-c937df2a8f44 => generated 1186 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/3031] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:16:49 2026] GET /v2.0/security-groups?id=558cce45-8ebb-4f61-8a19-b7b21db38e3d&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:16:49.623 7 INFO neutron.db.ovn_revision_numbers_db [req-0b5025f9-e8b7-439a-9871-4e27c7da63da req-b1d6f95e-4d46-4f04-a493-2c8c6cdf2ea3 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource a20d343f-1444-43b3-bf40-ddf907de9ad4 (type: ports) to 2 2026-04-27 13:16:49.871 7 INFO neutron.db.ovn_revision_numbers_db [req-0b5025f9-e8b7-439a-9871-4e27c7da63da req-b1d6f95e-4d46-4f04-a493-2c8c6cdf2ea3 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource a20d343f-1444-43b3-bf40-ddf907de9ad4 (type: ports) to 4 [pid: 7|app: 0|req: 1607/3032] 199.204.45.33 () {38 vars in 1027 bytes} [Mon Apr 27 13:16:49 2026] PUT /v2.0/ports/a20d343f-1444-43b3-bf40-ddf907de9ad4 => generated 1456 bytes in 659 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:16:49.994 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-96986ea2-0195-4af2-8be5-09dff994ac24'] response: {'name': 'network-changed', 'server_uuid': '322e62d3-9ae1-4592-9795-c937df2a8f44', 'tag': 'a20d343f-1444-43b3-bf40-ddf907de9ad4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1426/3033] 10.0.0.1 () {34 vars in 988 bytes} [Mon Apr 27 13:16:50 2026] GET /v2.0/ports?device_id=de8905aa-4d14-427b-ba5a-8f3cec96a4f7 => generated 1461 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1608/3034] 10.0.0.1 () {34 vars in 1038 bytes} [Mon Apr 27 13:16:50 2026] GET /v2.0/security-groups?id=558cce45-8ebb-4f61-8a19-b7b21db38e3d&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/3035] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:16:50 2026] GET /v2.0/ports?tenant_id=092fb40bb23d444cb9958c94cbdf4504&device_id=322e62d3-9ae1-4592-9795-c937df2a8f44 => generated 1459 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3036] 199.204.45.33 () {34 vars in 1017 bytes} [Mon Apr 27 13:16:50 2026] GET /v2.0/networks?tenant_id=092fb40bb23d444cb9958c94cbdf4504&shared=False => generated 2499 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/3037] 199.204.45.33 () {34 vars in 929 bytes} [Mon Apr 27 13:16:50 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3038] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:16:51 2026] GET /v2.0/ports?tenant_id=092fb40bb23d444cb9958c94cbdf4504&device_id=322e62d3-9ae1-4592-9795-c937df2a8f44 => generated 1459 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/3039] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:16:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.149&port_id=a20d343f-1444-43b3-bf40-ddf907de9ad4 => 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: 1611/3040] 199.204.45.33 () {34 vars in 1103 bytes} [Mon Apr 27 13:16:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ad0&port_id=a20d343f-1444-43b3-bf40-ddf907de9ad4 => 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: 1430/3041] 199.204.45.33 () {34 vars in 1063 bytes} [Mon Apr 27 13:16:51 2026] GET /v2.0/subnets?id=078b74e8-3fa4-428c-a2af-1941ec54197d&id=0096af78-6cca-43e8-80b2-86ae1ad46168 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3042] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:16:51 2026] GET /v2.0/ports?network_id=56dba4d0-e56b-494a-af86-41643355a227&device_owner=network%3Adhcp => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/3043] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:16:51 2026] GET /v2.0/ports?network_id=56dba4d0-e56b-494a-af86-41643355a227&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: 1613/3044] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:16:51 2026] GET /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227?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: 1432/3045] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:16:51 2026] GET /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227?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: 1614/3046] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:16:54 2026] GET /v2.0/ports?device_id=322e62d3-9ae1-4592-9795-c937df2a8f44 => generated 1198 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/3047] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:16:54 2026] GET /v2.0/security-groups?id=558cce45-8ebb-4f61-8a19-b7b21db38e3d&fields=id&fields=name => generated 111 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:16:54.676 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5d82fc4b-3308-468a-ace9-0240508d311d - - - - - -] OVN reports status up for port: a20d343f-1444-43b3-bf40-ddf907de9ad4 2026-04-27 13:16:54.692 8 INFO neutron.plugins.ml2.plugin [None req-5d82fc4b-3308-468a-ace9-0240508d311d - - - - - -] Attempt 1 to provision port a20d343f-1444-43b3-bf40-ddf907de9ad4 2026-04-27 13:16:54.787 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e35bb66f-368b-4959-8385-5355c6a2f9e2'] response: {'server_uuid': '322e62d3-9ae1-4592-9795-c937df2a8f44', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a20d343f-1444-43b3-bf40-ddf907de9ad4', 'code': 200} 2026-04-27 13:16:54.938 8 INFO neutron.db.ovn_revision_numbers_db [None req-5d82fc4b-3308-468a-ace9-0240508d311d - - - - - -] Successfully bumped revision number for resource a20d343f-1444-43b3-bf40-ddf907de9ad4 (type: ports) to 5 2026-04-27 13:16:56.827 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-53741c68-299b-4326-87d0-e7c54c4b66de'] response: {'server_uuid': '322e62d3-9ae1-4592-9795-c937df2a8f44', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a20d343f-1444-43b3-bf40-ddf907de9ad4', 'code': 200} [pid: 7|app: 0|req: 1615/3048] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:16:59 2026] GET /v2.0/ports?device_id=322e62d3-9ae1-4592-9795-c937df2a8f44 => generated 1200 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1434/3049] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:16:59 2026] GET /v2.0/security-groups?id=558cce45-8ebb-4f61-8a19-b7b21db38e3d&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3050] 10.0.0.253 () {32 vars in 818 bytes} [Mon Apr 27 13:16:59 2026] GET /v2.0/ports?network_id=56dba4d0-e56b-494a-af86-41643355a227&mac_address=fa%3A16%3A3e%3A68%3Ac4%3A20 => generated 1200 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:17:00.203 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-49758cf8-d5c6-4cda-a04a-8e9aca95154e 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] No more DHCP agents 2026-04-27 13:17:00.204 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-49758cf8-d5c6-4cda-a04a-8e9aca95154e 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:17:01.053 8 INFO neutron.db.ovn_revision_numbers_db [None req-49758cf8-d5c6-4cda-a04a-8e9aca95154e 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource 035ce622-28e4-466c-a156-c23168296c27 (type: floatingips) to 1 2026-04-27 13:17:01.054 8 INFO neutron.db.l3_db [None req-49758cf8-d5c6-4cda-a04a-8e9aca95154e 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Floating IP 035ce622-28e4-466c-a156-c23168296c27 associated. External IP: 10.96.250.204, port: a20d343f-1444-43b3-bf40-ddf907de9ad4. [pid: 8|app: 0|req: 1435/3051] 10.0.0.253 () {34 vars in 677 bytes} [Mon Apr 27 13:16:59 2026] POST /v2.0/floatingips => generated 855 bytes in 1170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:17:01.137 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c4c12836-6c08-417a-b989-d93ef69b8330'] response: {'name': 'network-changed', 'server_uuid': '322e62d3-9ae1-4592-9795-c937df2a8f44', 'tag': 'a20d343f-1444-43b3-bf40-ddf907de9ad4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1617/3052] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:17:01 2026] GET /v2.0/routers => generated 987 bytes in 106 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: 1436/3053] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:17:01 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: 1618/3054] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:17:01 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: 1437/3055] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:17:01 2026] GET /v2.0/ports?tenant_id=092fb40bb23d444cb9958c94cbdf4504&device_id=322e62d3-9ae1-4592-9795-c937df2a8f44 => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3056] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:17:01 2026] GET /v2.0/subnets => generated 5512 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/3057] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:17:01 2026] GET /v2.0/networks?id=56dba4d0-e56b-494a-af86-41643355a227 => 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: 1439/3058] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:17:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.149&port_id=a20d343f-1444-43b3-bf40-ddf907de9ad4 => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3059] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:17:01 2026] GET /v2.0/ports => generated 17521 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/3060] 199.204.45.33 () {34 vars in 1103 bytes} [Mon Apr 27 13:17:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ad0&port_id=a20d343f-1444-43b3-bf40-ddf907de9ad4 => 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: 1621/3061] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:17:01 2026] GET /v2.0/subnets => generated 5512 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/3062] 199.204.45.33 () {34 vars in 1063 bytes} [Mon Apr 27 13:17:01 2026] GET /v2.0/subnets?id=078b74e8-3fa4-428c-a2af-1941ec54197d&id=0096af78-6cca-43e8-80b2-86ae1ad46168 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3063] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:17:01 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: 1442/3064] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:17:01 2026] GET /v2.0/ports?network_id=56dba4d0-e56b-494a-af86-41643355a227&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: 1623/3065] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:17:01 2026] GET /v2.0/network-ip-availabilities => generated 5532 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/3066] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:17:01 2026] GET /v2.0/ports?network_id=56dba4d0-e56b-494a-af86-41643355a227&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: 1624/3067] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:17:01 2026] GET /v2.0/floatingips => generated 1703 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/3068] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:17:01 2026] GET /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227?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: 1445/3069] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:17:01 2026] GET /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227?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: 1625/3070] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:17:01 2026] GET /v2.0/networks => generated 4773 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/3071] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:17:02 2026] GET /v2.0/security-groups => generated 28656 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3074] 10.0.0.1 () {34 vars in 988 bytes} [Mon Apr 27 13:17:07 2026] GET /v2.0/ports?device_id=322e62d3-9ae1-4592-9795-c937df2a8f44 => generated 1461 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/3075] 10.0.0.1 () {34 vars in 1038 bytes} [Mon Apr 27 13:17:07 2026] GET /v2.0/security-groups?id=558cce45-8ebb-4f61-8a19-b7b21db38e3d&fields=id&fields=name => generated 111 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3076] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:17:12 2026] GET /v2.0/subnets/ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => 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: 1449/3077] 10.0.0.181 () {30 vars in 690 bytes} [Mon Apr 27 13:17:13 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: 7|app: 0|req: 1629/3078] 10.0.0.181 () {30 vars in 692 bytes} [Mon Apr 27 13:17:13 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: 1450/3079] 10.0.0.181 () {30 vars in 668 bytes} [Mon Apr 27 13:17:13 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: 1630/3080] 10.0.0.181 () {30 vars in 704 bytes} [Mon Apr 27 13:17:13 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: 1451/3081] 10.0.0.181 () {28 vars in 439 bytes} [Mon Apr 27 13:17:14 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3082] 10.0.0.181 () {30 vars in 728 bytes} [Mon Apr 27 13:17:14 2026] GET /v2.0/subnets/ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 658 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/3083] 10.0.0.181 () {30 vars in 690 bytes} [Mon Apr 27 13:17:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3084] 10.0.0.181 () {30 vars in 692 bytes} [Mon Apr 27 13:17:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/3085] 10.0.0.181 () {30 vars in 668 bytes} [Mon Apr 27 13:17:14 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: 1633/3086] 10.0.0.181 () {30 vars in 704 bytes} [Mon Apr 27 13:17:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/3087] 10.0.0.181 () {30 vars in 728 bytes} [Mon Apr 27 13:17:14 2026] GET /v2.0/subnets/ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3088] 10.0.0.181 () {30 vars in 690 bytes} [Mon Apr 27 13:17:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/3089] 10.0.0.181 () {30 vars in 692 bytes} [Mon Apr 27 13:17:14 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: 1635/3090] 10.0.0.181 () {30 vars in 668 bytes} [Mon Apr 27 13:17:14 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: 1456/3091] 10.0.0.181 () {30 vars in 704 bytes} [Mon Apr 27 13:17:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3092] 10.0.0.181 () {30 vars in 730 bytes} [Mon Apr 27 13:17:14 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b => 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: 1457/3093] 10.0.0.181 () {30 vars in 682 bytes} [Mon Apr 27 13:17:14 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:17:15.075 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e99f0dba-b1a8-468d-bc59-ace2e74560e1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:17:15.076 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e99f0dba-b1a8-468d-bc59-ace2e74560e1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 3788f738-b130-47ae-a235-ef7d1b078f6b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:17:15.220 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3e45bd86-a51f-4ba5-b623-7d4479e0cfa6 - - - - - -] OVN reports status down for port: c166cd19-21c2-45f9-9b84-0d38016e2816 2026-04-27 13:17:15.269 7 INFO neutron.db.ovn_revision_numbers_db [None req-e99f0dba-b1a8-468d-bc59-ace2e74560e1 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c166cd19-21c2-45f9-9b84-0d38016e2816 (type: ports) to 1 [pid: 7|app: 0|req: 1637/3094] 10.0.0.181 () {34 vars in 704 bytes} [Mon Apr 27 13:17:14 2026] POST /v2.0/ports => generated 1132 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3095] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 13:17:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1638/3096] 199.204.45.33 () {30 vars in 704 bytes} [Mon Apr 27 13:17:17 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: 1640/3099] 199.204.45.33 () {30 vars in 680 bytes} [Mon Apr 27 13:17:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3100] 199.204.45.33 () {30 vars in 716 bytes} [Mon Apr 27 13:17:17 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: 1641/3101] 199.204.45.33 () {30 vars in 736 bytes} [Mon Apr 27 13:17:17 2026] GET /v2.0/ports/c166cd19-21c2-45f9-9b84-0d38016e2816 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3102] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 13:17:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3103] 199.204.45.33 () {30 vars in 704 bytes} [Mon Apr 27 13:17:18 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: 1462/3104] 199.204.45.33 () {30 vars in 680 bytes} [Mon Apr 27 13:17:18 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: 1643/3105] 199.204.45.33 () {30 vars in 716 bytes} [Mon Apr 27 13:17:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:17:18.270 8 INFO neutron.api.v2.resource [None req-231eda05-ea55-4b50-9999-4716ae96320c c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1463/3106] 199.204.45.33 () {30 vars in 762 bytes} [Mon Apr 27 13:17:18 2026] GET /v2.0/security-groups/lb-a0396f05-b547-43ab-8353-5cf83b4e0a0f => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3107] 199.204.45.33 () {30 vars in 784 bytes} [Mon Apr 27 13:17:18 2026] GET /v2.0/security-groups?name=lb-a0396f05-b547-43ab-8353-5cf83b4e0a0f => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:17:18.416 8 INFO neutron.db.ovn_revision_numbers_db [None req-39bd454a-257f-4b30-95f9-41c368487b45 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource fe0699ad-9b1b-448a-8c60-6fe1c9e462f3 (type: security_groups) to 1 2026-04-27 13:17:18.430 8 INFO neutron.db.ovn_revision_numbers_db [None req-39bd454a-257f-4b30-95f9-41c368487b45 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 04619563-730f-4b43-a64f-8990c355790e (type: security_group_rules) to 0 2026-04-27 13:17:18.443 8 INFO neutron.db.ovn_revision_numbers_db [None req-39bd454a-257f-4b30-95f9-41c368487b45 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 78c493bc-b0f4-491f-8b59-7fdf31a045dd (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1464/3108] 199.204.45.33 () {34 vars in 735 bytes} [Mon Apr 27 13:17:18 2026] POST /v2.0/security-groups => generated 1638 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3109] 199.204.45.33 () {30 vars in 814 bytes} [Mon Apr 27 13:17:18 2026] GET /v2.0/security-group-rules?security_group_id=fe0699ad-9b1b-448a-8c60-6fe1c9e462f3 => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:17:18.865 8 INFO neutron.db.ovn_revision_numbers_db [None req-4b030af5-c9f3-49ec-ba93-f45da8993a3f c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c166cd19-21c2-45f9-9b84-0d38016e2816 (type: ports) to 2 [pid: 8|app: 0|req: 1465/3110] 199.204.45.33 () {34 vars in 788 bytes} [Mon Apr 27 13:17:18 2026] PUT /v2.0/ports/c166cd19-21c2-45f9-9b84-0d38016e2816 => generated 1132 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3111] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 13:17:18 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1466/3112] 199.204.45.33 () {30 vars in 704 bytes} [Mon Apr 27 13:17:18 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: 1647/3113] 199.204.45.33 () {30 vars in 680 bytes} [Mon Apr 27 13:17:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3114] 199.204.45.33 () {30 vars in 716 bytes} [Mon Apr 27 13:17:18 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: 1648/3115] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:17:19 2026] GET /v2.0/subnets/ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3116] 10.0.0.235 () {34 vars in 1016 bytes} [Mon Apr 27 13:17:26 2026] GET /v2.0/security-groups?id=9422b54a-e071-408b-8c07-895c881f79ad&fields=id => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3117] 10.0.0.235 () {34 vars in 982 bytes} [Mon Apr 27 13:17:26 2026] GET /v2.0/networks?id=2be9a2e6-5e16-4091-9b76-1ade35627fc1 => generated 776 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3118] 10.0.0.235 () {34 vars in 965 bytes} [Mon Apr 27 13:17:26 2026] GET /v2.0/quotas/65273db69f6948c08495c49fe93bf9b1 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3119] 10.0.0.235 () {34 vars in 1002 bytes} [Mon Apr 27 13:17:26 2026] GET /v2.0/ports?tenant_id=65273db69f6948c08495c49fe93bf9b1&fields=id => generated 149 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3120] 10.0.0.235 () {34 vars in 1008 bytes} [Mon Apr 27 13:17:26 2026] GET /v2.0/networks/2be9a2e6-5e16-4091-9b76-1ade35627fc1?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: 1651/3121] 10.0.0.235 () {34 vars in 1108 bytes} [Mon Apr 27 13:17:26 2026] GET /v2.0/networks/2be9a2e6-5e16-4091-9b76-1ade35627fc1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3122] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:17:26 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => 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: 1652/3123] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:17:26 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => 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: 1472/3124] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:17:29 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => 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: 1653/3125] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:17:29 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => 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: 1473/3126] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:17:31 2026] GET /v2.0/networks?id=2be9a2e6-5e16-4091-9b76-1ade35627fc1 => generated 776 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:17:31.075 7 WARNING neutron.db.securitygroups_db [req-880716b9-18b4-40dc-a49f-7b7294baf623 req-a59beac2-ead2-457c-8be4-a7cf295625ea c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 1654/3127] 199.204.45.33 () {34 vars in 1049 bytes} [Mon Apr 27 13:17:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=65273db69f6948c08495c49fe93bf9b1 => generated 343 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:17:31.377 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-880716b9-18b4-40dc-a49f-7b7294baf623 req-da52541d-6d7f-49c9-8656-031d8ba3b753 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:17:31.378 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-880716b9-18b4-40dc-a49f-7b7294baf623 req-da52541d-6d7f-49c9-8656-031d8ba3b753 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 2be9a2e6-5e16-4091-9b76-1ade35627fc1: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:17:31.518 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3e45bd86-a51f-4ba5-b623-7d4479e0cfa6 - - - - - -] OVN reports status down for port: ea1f7ca7-9e5b-48cf-93ab-69deec823780 2026-04-27 13:17:31.546 8 INFO neutron.db.ovn_revision_numbers_db [req-880716b9-18b4-40dc-a49f-7b7294baf623 req-da52541d-6d7f-49c9-8656-031d8ba3b753 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource ea1f7ca7-9e5b-48cf-93ab-69deec823780 (type: ports) to 1 [pid: 8|app: 0|req: 1474/3128] 199.204.45.33 () {38 vars in 954 bytes} [Mon Apr 27 13:17:31 2026] POST /v2.0/ports => generated 1082 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 13:17:31.948 7 INFO neutron.db.ovn_revision_numbers_db [req-880716b9-18b4-40dc-a49f-7b7294baf623 req-34187163-5753-426f-8279-82b0d2919344 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource ea1f7ca7-9e5b-48cf-93ab-69deec823780 (type: ports) to 2 2026-04-27 13:17:32.186 7 INFO neutron.db.ovn_revision_numbers_db [req-880716b9-18b4-40dc-a49f-7b7294baf623 req-34187163-5753-426f-8279-82b0d2919344 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource ea1f7ca7-9e5b-48cf-93ab-69deec823780 (type: ports) to 4 [pid: 7|app: 0|req: 1655/3129] 199.204.45.33 () {38 vars in 1027 bytes} [Mon Apr 27 13:17:31 2026] PUT /v2.0/ports/ea1f7ca7-9e5b-48cf-93ab-69deec823780 => generated 1235 bytes in 623 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:17:32.238 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-55f92292-f7eb-481a-b3af-2a921d83f4e4'] response: {'name': 'network-changed', 'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'tag': 'ea1f7ca7-9e5b-48cf-93ab-69deec823780', '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: 1475/3130] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:17:32 2026] GET /v2.0/ports?tenant_id=65273db69f6948c08495c49fe93bf9b1&device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1476/3131] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:17:32 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3132] 199.204.45.33 () {34 vars in 1017 bytes} [Mon Apr 27 13:17:32 2026] GET /v2.0/networks?tenant_id=65273db69f6948c08495c49fe93bf9b1&shared=False => generated 776 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3133] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:17:32 2026] GET /v2.0/security-groups?id=9422b54a-e071-408b-8c07-895c881f79ad&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: 1657/3134] 199.204.45.33 () {34 vars in 929 bytes} [Mon Apr 27 13:17:32 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3137] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:17:32 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3138] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:17:33 2026] GET /v2.0/ports?tenant_id=65273db69f6948c08495c49fe93bf9b1&device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3139] 199.204.45.33 () {34 vars in 1061 bytes} [Mon Apr 27 13:17:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.107&port_id=ea1f7ca7-9e5b-48cf-93ab-69deec823780 => 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: 1480/3140] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:17:33 2026] GET /v2.0/subnets?id=c8958c8b-d2ad-45c9-9791-3f496e807f09 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3141] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:17:34 2026] GET /v2.0/ports?network_id=2be9a2e6-5e16-4091-9b76-1ade35627fc1&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: 1481/3142] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:17:34 2026] GET /v2.0/networks/2be9a2e6-5e16-4091-9b76-1ade35627fc1?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3143] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:17:34 2026] GET /v2.0/networks/2be9a2e6-5e16-4091-9b76-1ade35627fc1?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: 1482/3144] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:17:35 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3145] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:17:35 2026] GET /v2.0/security-groups?id=9422b54a-e071-408b-8c07-895c881f79ad&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3146] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:17:35 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3147] 199.204.45.33 () {34 vars in 993 bytes} [Mon Apr 27 13:17:37 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3148] 199.204.45.33 () {34 vars in 1043 bytes} [Mon Apr 27 13:17:37 2026] GET /v2.0/security-groups?id=9422b54a-e071-408b-8c07-895c881f79ad&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:17:38.108 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3e45bd86-a51f-4ba5-b623-7d4479e0cfa6 - - - - - -] OVN reports status up for port: ea1f7ca7-9e5b-48cf-93ab-69deec823780 2026-04-27 13:17:38.119 7 INFO neutron.plugins.ml2.plugin [None req-3e45bd86-a51f-4ba5-b623-7d4479e0cfa6 - - - - - -] Attempt 1 to provision port ea1f7ca7-9e5b-48cf-93ab-69deec823780 2026-04-27 13:17:38.249 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf483a7a-3375-4be6-8a5b-81a785604e80'] response: {'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ea1f7ca7-9e5b-48cf-93ab-69deec823780', 'code': 200} 2026-04-27 13:17:38.376 7 INFO neutron.db.ovn_revision_numbers_db [None req-3e45bd86-a51f-4ba5-b623-7d4479e0cfa6 - - - - - -] Successfully bumped revision number for resource ea1f7ca7-9e5b-48cf-93ab-69deec823780 (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: 1665/3149] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:17:39 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3150] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:17:39 2026] GET /v2.0/security-groups?id=9422b54a-e071-408b-8c07-895c881f79ad&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: 1666/3151] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:17:39 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:17:40.295 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f3f1b95-0cb9-46e1-a147-fcdcff00036e'] response: {'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ea1f7ca7-9e5b-48cf-93ab-69deec823780', 'code': 200} [pid: 8|app: 0|req: 1486/3152] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:17:42 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3153] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:17:42 2026] GET /v2.0/security-groups?id=9422b54a-e071-408b-8c07-895c881f79ad&fields=id&fields=name => generated 96 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3154] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:17:42 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3157] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:18:01 2026] GET /v2.0/routers => generated 987 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3158] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:18:01 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3159] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:18:01 2026] GET /v2.0/network-ip-availabilities => generated 5532 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3160] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:18:01 2026] GET /v2.0/subnets => generated 5512 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3161] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:18:01 2026] GET /v2.0/subnetpools => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3162] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:18:01 2026] GET /v2.0/floatingips => generated 1703 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3163] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:18:01 2026] GET /v2.0/networks => generated 4773 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3164] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:18:01 2026] GET /v2.0/security-groups => generated 30274 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3165] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:18:02 2026] GET /v2.0/subnets => generated 5512 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3166] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:18:02 2026] GET /v2.0/ports => generated 19874 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3167] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:18:02 2026] GET /v2.0/agents => generated 1214 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3170] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 13:18:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3171] 199.204.45.33 () {30 vars in 704 bytes} [Mon Apr 27 13:18:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3172] 199.204.45.33 () {30 vars in 680 bytes} [Mon Apr 27 13:18:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3173] 199.204.45.33 () {30 vars in 716 bytes} [Mon Apr 27 13:18:15 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: 1677/3174] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:18:15 2026] GET /v2.0/subnets/ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3175] 199.204.45.33 () {30 vars in 768 bytes} [Mon Apr 27 13:18:15 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:18:15.844 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-38e61d32-bb3d-46e3-ac18-c2894526cde0 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:18:15.845 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-38e61d32-bb3d-46e3-ac18-c2894526cde0 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 3788f738-b130-47ae-a235-ef7d1b078f6b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:18:15.970 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e67c1868-143e-42e9-adb9-ad10c836c7fb - - - - - -] OVN reports status down for port: b59a7ff5-b713-43fa-b758-0eee4e5dd553 2026-04-27 13:18:16.033 7 INFO neutron.db.ovn_revision_numbers_db [None req-38e61d32-bb3d-46e3-ac18-c2894526cde0 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b59a7ff5-b713-43fa-b758-0eee4e5dd553 (type: ports) to 1 [pid: 7|app: 0|req: 1678/3176] 199.204.45.33 () {34 vars in 716 bytes} [Mon Apr 27 13:18:15 2026] POST /v2.0/ports => generated 1059 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3177] 10.0.0.235 () {34 vars in 971 bytes} [Mon Apr 27 13:18:16 2026] GET /v2.0/ports/b59a7ff5-b713-43fa-b758-0eee4e5dd553 => generated 1059 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3178] 10.0.0.235 () {34 vars in 907 bytes} [Mon Apr 27 13:18:16 2026] GET /v2.0/extensions => generated 21521 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3179] 199.204.45.33 () {34 vars in 1261 bytes} [Mon Apr 27 13:18:17 2026] GET /v2.0/ports/b59a7ff5-b713-43fa-b758-0eee4e5dd553?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3180] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:18:17 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b?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: 1501/3181] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:18:17 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3182] 199.204.45.33 () {34 vars in 974 bytes} [Mon Apr 27 13:18:17 2026] GET /v2.0/ports/b59a7ff5-b713-43fa-b758-0eee4e5dd553 => generated 1059 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3185] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:18:17 2026] GET /v2.0/networks?id=3788f738-b130-47ae-a235-ef7d1b078f6b => generated 844 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:18:18.387 7 INFO neutron.db.ovn_revision_numbers_db [req-83992be6-5f23-4060-8006-cc27e89b82f9 req-9072a20d-de18-4d9b-a001-d85b4ec5c139 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource b59a7ff5-b713-43fa-b758-0eee4e5dd553 (type: ports) to 2 2026-04-27 13:18:18.597 7 INFO neutron.db.ovn_revision_numbers_db [req-83992be6-5f23-4060-8006-cc27e89b82f9 req-9072a20d-de18-4d9b-a001-d85b4ec5c139 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource b59a7ff5-b713-43fa-b758-0eee4e5dd553 (type: ports) to 4 [pid: 7|app: 0|req: 1684/3186] 199.204.45.33 () {38 vars in 1027 bytes} [Mon Apr 27 13:18:17 2026] PUT /v2.0/ports/b59a7ff5-b713-43fa-b758-0eee4e5dd553 => generated 1241 bytes in 639 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:18:18.658 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5d3b28de-93bf-4d33-b99e-ba956de0ce44'] response: {'name': 'network-changed', 'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'tag': 'b59a7ff5-b713-43fa-b758-0eee4e5dd553', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1503/3187] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:18:19 2026] GET /v2.0/ports?tenant_id=65273db69f6948c08495c49fe93bf9b1&device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 2473 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3188] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:18:19 2026] GET /v2.0/networks?id=3788f738-b130-47ae-a235-ef7d1b078f6b => generated 844 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3189] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:18:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.131&port_id=b59a7ff5-b713-43fa-b758-0eee4e5dd553 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3190] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:18:19 2026] GET /v2.0/subnets?id=ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3191] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:18:19 2026] GET /v2.0/ports?network_id=3788f738-b130-47ae-a235-ef7d1b078f6b&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: 1687/3192] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:18:19 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b?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: 1506/3193] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:18:19 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b?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: 1688/3194] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:18:20 2026] GET /v2.0/ports?tenant_id=65273db69f6948c08495c49fe93bf9b1&device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 2473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3195] 199.204.45.33 () {34 vars in 1061 bytes} [Mon Apr 27 13:18:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.107&port_id=ea1f7ca7-9e5b-48cf-93ab-69deec823780 => 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: 1689/3196] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:18:20 2026] GET /v2.0/subnets?id=c8958c8b-d2ad-45c9-9791-3f496e807f09 => 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: 1508/3197] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:18:20 2026] GET /v2.0/ports?network_id=2be9a2e6-5e16-4091-9b76-1ade35627fc1&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: 1690/3198] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:18:20 2026] GET /v2.0/networks/2be9a2e6-5e16-4091-9b76-1ade35627fc1?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: 1509/3199] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:18:20 2026] GET /v2.0/networks/2be9a2e6-5e16-4091-9b76-1ade35627fc1?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: 1691/3200] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:18:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.131&port_id=b59a7ff5-b713-43fa-b758-0eee4e5dd553 => 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: 1510/3201] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:18:20 2026] GET /v2.0/subnets?id=ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3202] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:18:20 2026] GET /v2.0/ports?network_id=3788f738-b130-47ae-a235-ef7d1b078f6b&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: 1511/3203] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:18:20 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3204] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:18:20 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b?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-04-27 13:18:21.509 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e67c1868-143e-42e9-adb9-ad10c836c7fb - - - - - -] OVN reports status up for port: b59a7ff5-b713-43fa-b758-0eee4e5dd553 2026-04-27 13:18:21.525 7 INFO neutron.plugins.ml2.plugin [None req-e67c1868-143e-42e9-adb9-ad10c836c7fb - - - - - -] Attempt 1 to provision port b59a7ff5-b713-43fa-b758-0eee4e5dd553 2026-04-27 13:18:21.644 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-557e69d4-ad72-4870-94c2-ecd1b5ab8f0d'] response: {'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b59a7ff5-b713-43fa-b758-0eee4e5dd553', 'code': 200} 2026-04-27 13:18:21.772 7 INFO neutron.db.ovn_revision_numbers_db [None req-e67c1868-143e-42e9-adb9-ad10c836c7fb - - - - - -] Successfully bumped revision number for resource b59a7ff5-b713-43fa-b758-0eee4e5dd553 (type: ports) to 5 2026-04-27 13:18:23.684 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f6a8e297-ddc2-44a7-8f24-a0379d378df2'] response: {'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b59a7ff5-b713-43fa-b758-0eee4e5dd553', 'code': 200} [pid: 8|app: 0|req: 1512/3205] 10.0.0.235 () {34 vars in 971 bytes} [Mon Apr 27 13:18:24 2026] GET /v2.0/ports/b59a7ff5-b713-43fa-b758-0eee4e5dd553 => generated 1243 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:18:25.174 7 INFO neutron.db.ovn_revision_numbers_db [None req-b59842cb-4fdc-43fd-b24e-9f10fa34258d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b59a7ff5-b713-43fa-b758-0eee4e5dd553 (type: ports) to 6 [pid: 7|app: 0|req: 1694/3206] 199.204.45.33 () {34 vars in 788 bytes} [Mon Apr 27 13:18:24 2026] PUT /v2.0/ports/b59a7ff5-b713-43fa-b758-0eee4e5dd553 => generated 1276 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:18:25.209 8 INFO neutron.api.v2.resource [None req-1d44c988-ab0a-48fb-b946-f5a4ed0aea2e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1513/3207] 199.204.45.33 () {30 vars in 762 bytes} [Mon Apr 27 13:18:25 2026] GET /v2.0/security-groups/lb-a0396f05-b547-43ab-8353-5cf83b4e0a0f => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3208] 199.204.45.33 () {30 vars in 784 bytes} [Mon Apr 27 13:18:25 2026] GET /v2.0/security-groups?name=lb-a0396f05-b547-43ab-8353-5cf83b4e0a0f => generated 1639 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:18:25.567 8 INFO neutron.db.ovn_revision_numbers_db [None req-856f2aba-6c89-419c-8a8b-cce664adcaa6 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b59a7ff5-b713-43fa-b758-0eee4e5dd553 (type: ports) to 7 [pid: 8|app: 0|req: 1514/3209] 199.204.45.33 () {34 vars in 788 bytes} [Mon Apr 27 13:18:25 2026] PUT /v2.0/ports/b59a7ff5-b713-43fa-b758-0eee4e5dd553 => generated 1314 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:18:25.612 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a06054e-f3f4-4bcc-a1b4-15e74d9dc376'] response: {'name': 'network-changed', 'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'tag': 'b59a7ff5-b713-43fa-b758-0eee4e5dd553', 'status': 'completed', 'code': 200} 2026-04-27 13:18:25.715 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e072184b-e60f-4aed-8368-0e263db01d23'] response: {'name': 'network-changed', 'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'tag': 'b59a7ff5-b713-43fa-b758-0eee4e5dd553', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1696/3210] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 13:18:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1515/3211] 199.204.45.33 () {30 vars in 704 bytes} [Mon Apr 27 13:18:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3212] 199.204.45.33 () {30 vars in 680 bytes} [Mon Apr 27 13:18:25 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: 1516/3213] 199.204.45.33 () {30 vars in 716 bytes} [Mon Apr 27 13:18:25 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: 1698/3214] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:18:25 2026] GET /v2.0/subnets/ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3215] 199.204.45.33 () {30 vars in 736 bytes} [Mon Apr 27 13:18:25 2026] GET /v2.0/ports/c166cd19-21c2-45f9-9b84-0d38016e2816 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1699/3216] 199.204.45.33 () {30 vars in 736 bytes} [Mon Apr 27 13:18:25 2026] GET /v2.0/ports/b59a7ff5-b713-43fa-b758-0eee4e5dd553 => generated 1342 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3217] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:18:25 2026] GET /v2.0/subnets/ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1700/3218] 199.204.45.33 () {30 vars in 742 bytes} [Mon Apr 27 13:18:25 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b => generated 841 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3219] 199.204.45.33 () {30 vars in 736 bytes} [Mon Apr 27 13:18:26 2026] GET /v2.0/ports/c166cd19-21c2-45f9-9b84-0d38016e2816 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1701/3220] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:18:26 2026] GET /v2.0/subnets/ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3221] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:18:26 2026] GET /v2.0/ports?tenant_id=65273db69f6948c08495c49fe93bf9b1&device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 2574 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3222] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:18:26 2026] GET /v2.0/networks?id=3788f738-b130-47ae-a235-ef7d1b078f6b => generated 844 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3223] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:18:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.131&port_id=b59a7ff5-b713-43fa-b758-0eee4e5dd553 => 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: 1703/3224] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:18:26 2026] GET /v2.0/subnets?id=ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 679 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3225] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:18:26 2026] GET /v2.0/ports?network_id=3788f738-b130-47ae-a235-ef7d1b078f6b&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: 1704/3226] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:18:26 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b?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: 1523/3227] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:18:26 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b?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: 1705/3228] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:18:27 2026] GET /v2.0/ports?tenant_id=65273db69f6948c08495c49fe93bf9b1&device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 2574 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3229] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:18:27 2026] GET /v2.0/networks?id=3788f738-b130-47ae-a235-ef7d1b078f6b => generated 844 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1706/3230] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:18:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.131&port_id=b59a7ff5-b713-43fa-b758-0eee4e5dd553 => 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: 1525/3231] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:18:27 2026] GET /v2.0/subnets?id=ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3232] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:18:27 2026] GET /v2.0/ports?network_id=3788f738-b130-47ae-a235-ef7d1b078f6b&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: 1526/3233] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:18:27 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b?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: 1708/3234] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:18:27 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:18:35.956 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bb04092e-ba21-4b2c-b336-d1e170fc913b 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] No more DHCP agents 2026-04-27 13:18:35.958 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bb04092e-ba21-4b2c-b336-d1e170fc913b 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Unable to schedule network efa4631e-e702-418f-b8da-e46b8177a35c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:18:36.738 8 INFO neutron.db.ovn_revision_numbers_db [None req-bb04092e-ba21-4b2c-b336-d1e170fc913b 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Successfully bumped revision number for resource c38b7894-2ef1-4c66-a851-a18f839cd174 (type: floatingips) to 1 2026-04-27 13:18:36.739 8 INFO neutron.db.l3_db [None req-bb04092e-ba21-4b2c-b336-d1e170fc913b 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Floating IP c38b7894-2ef1-4c66-a851-a18f839cd174 associated. External IP: 10.96.250.213, port: c166cd19-21c2-45f9-9b84-0d38016e2816. [pid: 8|app: 0|req: 1528/3237] 10.0.0.253 () {34 vars in 677 bytes} [Mon Apr 27 13:18:35 2026] POST /v2.0/floatingips => generated 899 bytes in 1044 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 13:18:40.530 8 INFO neutron.db.ovn_revision_numbers_db [None req-473788e2-afc6-41a7-beaf-02d14f2ef43b - - - - - -] Successfully bumped revision number for resource c166cd19-21c2-45f9-9b84-0d38016e2816 (type: ports) to 4 [pid: 7|app: 0|req: 1710/3238] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 13:18:41 2026] GET /v2.0/extensions/security-group => generated 170 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: 1529/3239] 199.204.45.33 () {30 vars in 704 bytes} [Mon Apr 27 13:18:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1711/3240] 199.204.45.33 () {30 vars in 680 bytes} [Mon Apr 27 13:18:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3241] 199.204.45.33 () {30 vars in 716 bytes} [Mon Apr 27 13:18:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:18:41.571 7 INFO neutron.api.v2.resource [None req-baf7c1cf-46a6-4efb-9026-b80407ee0ff8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1712/3242] 199.204.45.33 () {30 vars in 762 bytes} [Mon Apr 27 13:18:41 2026] GET /v2.0/security-groups/lb-a0396f05-b547-43ab-8353-5cf83b4e0a0f => generated 149 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3243] 199.204.45.33 () {30 vars in 784 bytes} [Mon Apr 27 13:18:41 2026] GET /v2.0/security-groups?name=lb-a0396f05-b547-43ab-8353-5cf83b4e0a0f => generated 1639 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1713/3244] 199.204.45.33 () {30 vars in 814 bytes} [Mon Apr 27 13:18:41 2026] GET /v2.0/security-group-rules?security_group_id=fe0699ad-9b1b-448a-8c60-6fe1c9e462f3 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:18:41.782 8 INFO neutron.db.ovn_revision_numbers_db [None req-622104e3-0b4b-4f51-a33b-253b3e6c5c9b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 450f205b-d6f7-4cbb-9f49-f67b5ed7dca1 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1532/3245] 199.204.45.33 () {34 vars in 746 bytes} [Mon Apr 27 13:18:41 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-04-27 13:18:41.937 7 INFO neutron.db.ovn_revision_numbers_db [None req-905f8b03-6713-4e2c-becc-1586fca2444f c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 5ce62451-3ce1-45df-a117-5f0f53895b9c (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1714/3246] 199.204.45.33 () {34 vars in 746 bytes} [Mon Apr 27 13:18:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1716/3249] 10.0.0.181 () {30 vars in 690 bytes} [Mon Apr 27 13:18:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3250] 10.0.0.181 () {30 vars in 692 bytes} [Mon Apr 27 13:18:53 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: 1717/3251] 10.0.0.181 () {30 vars in 668 bytes} [Mon Apr 27 13:18:53 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: 1535/3252] 10.0.0.181 () {30 vars in 704 bytes} [Mon Apr 27 13:18:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1718/3253] 10.0.0.181 () {28 vars in 439 bytes} [Mon Apr 27 13:18:54 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: 1536/3254] 10.0.0.181 () {30 vars in 728 bytes} [Mon Apr 27 13:18:54 2026] GET /v2.0/subnets/4ba82ffd-d484-4bb6-b18a-8ae7f31e9ec9 => generated 656 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1719/3255] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 13:18:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3256] 199.204.45.33 () {30 vars in 704 bytes} [Mon Apr 27 13:18:54 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: 1720/3257] 199.204.45.33 () {30 vars in 680 bytes} [Mon Apr 27 13:18:54 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: 1538/3258] 199.204.45.33 () {30 vars in 716 bytes} [Mon Apr 27 13:18:54 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: 1721/3259] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:18:55 2026] GET /v2.0/subnets/4ba82ffd-d484-4bb6-b18a-8ae7f31e9ec9 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3260] 199.204.45.33 () {30 vars in 768 bytes} [Mon Apr 27 13:18:55 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 2574 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1722/3261] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 13:18:55 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: 1540/3262] 199.204.45.33 () {30 vars in 704 bytes} [Mon Apr 27 13:18:55 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: 1723/3263] 199.204.45.33 () {30 vars in 680 bytes} [Mon Apr 27 13:18:55 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: 1541/3264] 199.204.45.33 () {30 vars in 716 bytes} [Mon Apr 27 13:18:55 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) 2026-04-27 13:18:55.525 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b5fdb7ad-406f-4e54-a23f-9b2bf1aee1de c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:18:55.526 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b5fdb7ad-406f-4e54-a23f-9b2bf1aee1de c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network e968026a-550a-4276-91d9-eefda644424c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:18:55.653 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3765b686-f37a-4f8f-b0bb-acf60e26472b - - - - - -] OVN reports status down for port: abb438b7-cbca-40b4-80bf-0a139f223b18 2026-04-27 13:18:55.722 7 INFO neutron.db.ovn_revision_numbers_db [None req-b5fdb7ad-406f-4e54-a23f-9b2bf1aee1de c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource abb438b7-cbca-40b4-80bf-0a139f223b18 (type: ports) to 1 [pid: 7|app: 0|req: 1724/3265] 199.204.45.33 () {34 vars in 716 bytes} [Mon Apr 27 13:18:55 2026] POST /v2.0/ports => generated 1328 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3266] 10.0.0.235 () {34 vars in 971 bytes} [Mon Apr 27 13:18:55 2026] GET /v2.0/ports/abb438b7-cbca-40b4-80bf-0a139f223b18 => generated 1328 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1725/3267] 199.204.45.33 () {34 vars in 1261 bytes} [Mon Apr 27 13:18:56 2026] GET /v2.0/ports/abb438b7-cbca-40b4-80bf-0a139f223b18?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: 8|app: 0|req: 1543/3268] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:18:56 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c?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: 1726/3269] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:18:56 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c?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: 1544/3270] 199.204.45.33 () {34 vars in 974 bytes} [Mon Apr 27 13:18:57 2026] GET /v2.0/ports/abb438b7-cbca-40b4-80bf-0a139f223b18 => generated 1328 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1727/3271] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:18:57 2026] GET /v2.0/networks?id=e968026a-550a-4276-91d9-eefda644424c => generated 842 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:18:58.060 8 INFO neutron.db.ovn_revision_numbers_db [req-6ec619c8-304c-4fc6-8a9a-6281fee67615 req-8c7d5204-b642-449b-8bb2-e8afed1c6f35 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource abb438b7-cbca-40b4-80bf-0a139f223b18 (type: ports) to 2 2026-04-27 13:18:58.309 8 INFO neutron.db.ovn_revision_numbers_db [req-6ec619c8-304c-4fc6-8a9a-6281fee67615 req-8c7d5204-b642-449b-8bb2-e8afed1c6f35 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource abb438b7-cbca-40b4-80bf-0a139f223b18 (type: ports) to 4 [pid: 8|app: 0|req: 1545/3272] 199.204.45.33 () {38 vars in 1027 bytes} [Mon Apr 27 13:18:57 2026] PUT /v2.0/ports/abb438b7-cbca-40b4-80bf-0a139f223b18 => generated 1510 bytes in 699 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:18:58.385 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6f3a390e-d031-430f-ac0c-55fa701c53d3'] response: {'name': 'network-changed', 'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'tag': 'abb438b7-cbca-40b4-80bf-0a139f223b18', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1728/3273] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:18:58 2026] GET /v2.0/ports?tenant_id=65273db69f6948c08495c49fe93bf9b1&device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 4076 bytes in 47 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: 1546/3274] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:18:58 2026] GET /v2.0/networks?id=e968026a-550a-4276-91d9-eefda644424c => generated 842 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1729/3275] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:18:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.207&port_id=abb438b7-cbca-40b4-80bf-0a139f223b18 => 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: 1547/3276] 199.204.45.33 () {34 vars in 1103 bytes} [Mon Apr 27 13:18:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A364&port_id=abb438b7-cbca-40b4-80bf-0a139f223b18 => 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: 1730/3277] 199.204.45.33 () {34 vars in 1063 bytes} [Mon Apr 27 13:18:59 2026] GET /v2.0/subnets?id=1c4dba93-f207-4cb9-8825-62332e289f65&id=4ba82ffd-d484-4bb6-b18a-8ae7f31e9ec9 => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3278] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:18:59 2026] GET /v2.0/ports?network_id=e968026a-550a-4276-91d9-eefda644424c&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: 1731/3279] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:18:59 2026] GET /v2.0/ports?network_id=e968026a-550a-4276-91d9-eefda644424c&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: 1549/3280] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:18:59 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1732/3281] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:18:59 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c?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: 1550/3282] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:19:00 2026] GET /v2.0/ports?tenant_id=65273db69f6948c08495c49fe93bf9b1&device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 4076 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1733/3283] 199.204.45.33 () {34 vars in 1061 bytes} [Mon Apr 27 13:19:00 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.107&port_id=ea1f7ca7-9e5b-48cf-93ab-69deec823780 => 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: 1551/3284] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:19:00 2026] GET /v2.0/subnets?id=c8958c8b-d2ad-45c9-9791-3f496e807f09 => 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: 1734/3285] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:19:00 2026] GET /v2.0/ports?network_id=2be9a2e6-5e16-4091-9b76-1ade35627fc1&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: 1552/3286] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:19:00 2026] GET /v2.0/networks/2be9a2e6-5e16-4091-9b76-1ade35627fc1?fields=segments => generated 14 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1735/3287] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:19:00 2026] GET /v2.0/networks/2be9a2e6-5e16-4091-9b76-1ade35627fc1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3288] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:19:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.131&port_id=b59a7ff5-b713-43fa-b758-0eee4e5dd553 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1736/3289] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:19:00 2026] GET /v2.0/subnets?id=ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3290] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:19:00 2026] GET /v2.0/ports?network_id=3788f738-b130-47ae-a235-ef7d1b078f6b&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: 1737/3291] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:19:00 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b?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: 1555/3292] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:19:00 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b?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: 1738/3293] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:19:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.207&port_id=abb438b7-cbca-40b4-80bf-0a139f223b18 => 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: 1556/3294] 199.204.45.33 () {34 vars in 1103 bytes} [Mon Apr 27 13:19:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A364&port_id=abb438b7-cbca-40b4-80bf-0a139f223b18 => 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: 1739/3295] 199.204.45.33 () {34 vars in 1063 bytes} [Mon Apr 27 13:19:00 2026] GET /v2.0/subnets?id=1c4dba93-f207-4cb9-8825-62332e289f65&id=4ba82ffd-d484-4bb6-b18a-8ae7f31e9ec9 => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3296] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:19:00 2026] GET /v2.0/ports?network_id=e968026a-550a-4276-91d9-eefda644424c&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: 1740/3297] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:19:00 2026] GET /v2.0/ports?network_id=e968026a-550a-4276-91d9-eefda644424c&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: 1558/3298] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:19:00 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c?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: 1741/3299] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:19:01 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c?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: 1559/3300] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:19:01 2026] GET /v2.0/subnets => generated 5512 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1742/3301] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:19:01 2026] GET /v2.0/routers => generated 987 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:19:01.653 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3765b686-f37a-4f8f-b0bb-acf60e26472b - - - - - -] OVN reports status up for port: abb438b7-cbca-40b4-80bf-0a139f223b18 2026-04-27 13:19:01.676 7 INFO neutron.plugins.ml2.plugin [None req-3765b686-f37a-4f8f-b0bb-acf60e26472b - - - - - -] Attempt 1 to provision port abb438b7-cbca-40b4-80bf-0a139f223b18 [pid: 8|app: 0|req: 1560/3302] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:19:01 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1743/3303] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:19:01 2026] GET /v2.0/network-ip-availabilities => generated 5532 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3304] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:19:01 2026] GET /v2.0/subnets => generated 5512 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1744/3305] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:19:01 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:19:01.835 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-df98b306-dda7-4a97-9ca9-9d3f8cc2389f'] response: {'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'abb438b7-cbca-40b4-80bf-0a139f223b18', 'code': 200} [pid: 8|app: 0|req: 1562/3306] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:19:01 2026] GET /v2.0/security-groups => generated 31500 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1745/3307] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:19:01 2026] GET /v2.0/ports => generated 23734 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-27 13:19:02.096 7 INFO neutron.db.ovn_revision_numbers_db [None req-3765b686-f37a-4f8f-b0bb-acf60e26472b - - - - - -] Successfully bumped revision number for resource abb438b7-cbca-40b4-80bf-0a139f223b18 (type: ports) to 5 [pid: 8|app: 0|req: 1563/3308] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:19:02 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: 1746/3309] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:19:02 2026] GET /v2.0/floatingips => generated 2590 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3310] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:19:02 2026] GET /v2.0/networks => generated 4773 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:19:03.876 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-194061d7-4d64-4278-bd0f-35d19ddde7b1'] response: {'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'abb438b7-cbca-40b4-80bf-0a139f223b18', '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: 1748/3313] 10.0.0.235 () {34 vars in 971 bytes} [Mon Apr 27 13:19:04 2026] GET /v2.0/ports/abb438b7-cbca-40b4-80bf-0a139f223b18 => generated 1512 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3314] 199.204.45.33 () {30 vars in 742 bytes} [Mon Apr 27 13:19:04 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c => generated 839 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1749/3315] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:19:05 2026] GET /v2.0/subnets/4ba82ffd-d484-4bb6-b18a-8ae7f31e9ec9 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3316] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:19:05 2026] GET /v2.0/subnets/1c4dba93-f207-4cb9-8825-62332e289f65 => generated 744 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1750/3317] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 13:19:05 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: 1568/3318] 199.204.45.33 () {30 vars in 704 bytes} [Mon Apr 27 13:19:05 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: 1751/3319] 199.204.45.33 () {30 vars in 680 bytes} [Mon Apr 27 13:19:05 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: 1569/3320] 199.204.45.33 () {30 vars in 716 bytes} [Mon Apr 27 13:19:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1752/3321] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:19:05 2026] GET /v2.0/subnets/ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3322] 199.204.45.33 () {30 vars in 736 bytes} [Mon Apr 27 13:19:05 2026] GET /v2.0/ports/c166cd19-21c2-45f9-9b84-0d38016e2816 => generated 1160 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1753/3323] 199.204.45.33 () {30 vars in 736 bytes} [Mon Apr 27 13:19:05 2026] GET /v2.0/ports/b59a7ff5-b713-43fa-b758-0eee4e5dd553 => generated 1342 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3324] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:19:05 2026] GET /v2.0/subnets/ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1754/3325] 199.204.45.33 () {30 vars in 742 bytes} [Mon Apr 27 13:19:05 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b => generated 841 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3326] 199.204.45.33 () {30 vars in 736 bytes} [Mon Apr 27 13:19:05 2026] GET /v2.0/ports/c166cd19-21c2-45f9-9b84-0d38016e2816 => generated 1160 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1755/3327] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:19:05 2026] GET /v2.0/subnets/ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3328] 10.0.0.181 () {30 vars in 690 bytes} [Mon Apr 27 13:19:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1756/3329] 10.0.0.181 () {30 vars in 692 bytes} [Mon Apr 27 13:19:09 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: 1574/3330] 10.0.0.181 () {30 vars in 668 bytes} [Mon Apr 27 13:19:09 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: 1757/3331] 10.0.0.181 () {30 vars in 704 bytes} [Mon Apr 27 13:19:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3332] 10.0.0.181 () {28 vars in 439 bytes} [Mon Apr 27 13:19:10 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1758/3333] 10.0.0.181 () {30 vars in 728 bytes} [Mon Apr 27 13:19:10 2026] GET /v2.0/subnets/078b74e8-3fa4-428c-a2af-1941ec54197d => generated 656 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3334] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 13:19:10 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: 1759/3335] 199.204.45.33 () {30 vars in 704 bytes} [Mon Apr 27 13:19:10 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: 1577/3336] 199.204.45.33 () {30 vars in 680 bytes} [Mon Apr 27 13:19:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1760/3337] 199.204.45.33 () {30 vars in 716 bytes} [Mon Apr 27 13:19:10 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: 1578/3338] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:19:10 2026] GET /v2.0/subnets/4ba82ffd-d484-4bb6-b18a-8ae7f31e9ec9 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1761/3339] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:19:10 2026] GET /v2.0/subnets/078b74e8-3fa4-428c-a2af-1941ec54197d => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3340] 199.204.45.33 () {30 vars in 768 bytes} [Mon Apr 27 13:19:10 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 4078 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1762/3341] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 13:19:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3342] 199.204.45.33 () {30 vars in 704 bytes} [Mon Apr 27 13:19:11 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: 1763/3343] 199.204.45.33 () {30 vars in 680 bytes} [Mon Apr 27 13:19:11 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: 1581/3344] 199.204.45.33 () {30 vars in 716 bytes} [Mon Apr 27 13:19:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:19:11.505 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-52b5c4c6-c017-4ab5-9b69-6f84def724ec c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] No more DHCP agents 2026-04-27 13:19:11.506 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-52b5c4c6-c017-4ab5-9b69-6f84def724ec c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Unable to schedule network 56dba4d0-e56b-494a-af86-41643355a227: no agents available; will retry on subsequent port and subnet creation events. 2026-04-27 13:19:11.661 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2b416193-fa7a-46d1-9831-1e222ee087df - - - - - -] OVN reports status down for port: 0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c 2026-04-27 13:19:11.727 7 INFO neutron.db.ovn_revision_numbers_db [None req-52b5c4c6-c017-4ab5-9b69-6f84def724ec c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c (type: ports) to 1 [pid: 7|app: 0|req: 1764/3345] 199.204.45.33 () {34 vars in 716 bytes} [Mon Apr 27 13:19:11 2026] POST /v2.0/ports => generated 1320 bytes in 567 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3346] 10.0.0.235 () {34 vars in 971 bytes} [Mon Apr 27 13:19:11 2026] GET /v2.0/ports/0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c => generated 1320 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1765/3347] 10.0.0.235 () {34 vars in 907 bytes} [Mon Apr 27 13:19:11 2026] GET /v2.0/extensions => generated 21521 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3348] 199.204.45.33 () {34 vars in 1261 bytes} [Mon Apr 27 13:19:12 2026] GET /v2.0/ports/0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1766/3349] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:19:12 2026] GET /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227?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: 1584/3350] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:19:13 2026] GET /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227?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: 1767/3351] 199.204.45.33 () {34 vars in 974 bytes} [Mon Apr 27 13:19:13 2026] GET /v2.0/ports/0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c => generated 1320 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3352] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:19:13 2026] GET /v2.0/networks?id=56dba4d0-e56b-494a-af86-41643355a227 => generated 841 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:19:14.098 7 INFO neutron.db.ovn_revision_numbers_db [req-af9fa97c-11d7-4f7c-b31a-01537f98c6e7 req-e8d73329-ce20-4370-a04c-a964e1b78e5a 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource 0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c (type: ports) to 2 2026-04-27 13:19:14.316 7 INFO neutron.db.ovn_revision_numbers_db [req-af9fa97c-11d7-4f7c-b31a-01537f98c6e7 req-e8d73329-ce20-4370-a04c-a964e1b78e5a 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource 0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c (type: ports) to 4 [pid: 7|app: 0|req: 1768/3353] 199.204.45.33 () {38 vars in 1027 bytes} [Mon Apr 27 13:19:13 2026] PUT /v2.0/ports/0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c => generated 1502 bytes in 666 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:19:14.372 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f0a599f-08d1-4001-9069-0d9ff702684a'] response: {'name': 'network-changed', 'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'tag': '0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1586/3354] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:19:14 2026] GET /v2.0/ports?tenant_id=65273db69f6948c08495c49fe93bf9b1&device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 5572 bytes in 51 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: 1769/3355] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:19:14 2026] GET /v2.0/networks?id=56dba4d0-e56b-494a-af86-41643355a227 => generated 841 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3356] 199.204.45.33 () {34 vars in 1055 bytes} [Mon Apr 27 13:19:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.35&port_id=0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1770/3357] 199.204.45.33 () {34 vars in 1101 bytes} [Mon Apr 27 13:19:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1&port_id=0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c => 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: 1588/3358] 199.204.45.33 () {34 vars in 1063 bytes} [Mon Apr 27 13:19:15 2026] GET /v2.0/subnets?id=078b74e8-3fa4-428c-a2af-1941ec54197d&id=0096af78-6cca-43e8-80b2-86ae1ad46168 => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1771/3359] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:19:15 2026] GET /v2.0/ports?network_id=56dba4d0-e56b-494a-af86-41643355a227&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: 1589/3360] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:19:15 2026] GET /v2.0/ports?network_id=56dba4d0-e56b-494a-af86-41643355a227&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: 1772/3361] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:19:15 2026] GET /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227?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: 1590/3362] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:19:15 2026] GET /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227?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: 1773/3363] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:19:16 2026] GET /v2.0/ports?tenant_id=65273db69f6948c08495c49fe93bf9b1&device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 5572 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3364] 199.204.45.33 () {34 vars in 1061 bytes} [Mon Apr 27 13:19:16 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.107&port_id=ea1f7ca7-9e5b-48cf-93ab-69deec823780 => 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: 1774/3365] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:19:16 2026] GET /v2.0/subnets?id=c8958c8b-d2ad-45c9-9791-3f496e807f09 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3366] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:19:16 2026] GET /v2.0/ports?network_id=2be9a2e6-5e16-4091-9b76-1ade35627fc1&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: 1775/3367] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:19:16 2026] GET /v2.0/networks/2be9a2e6-5e16-4091-9b76-1ade35627fc1?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: 1593/3368] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:19:16 2026] GET /v2.0/networks/2be9a2e6-5e16-4091-9b76-1ade35627fc1?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: 7|app: 0|req: 1776/3369] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:19:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.131&port_id=b59a7ff5-b713-43fa-b758-0eee4e5dd553 => 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: 1594/3370] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:19:16 2026] GET /v2.0/subnets?id=ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1777/3371] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:19:16 2026] GET /v2.0/ports?network_id=3788f738-b130-47ae-a235-ef7d1b078f6b&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: 1595/3372] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:19:16 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1778/3373] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:19:16 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b?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: 1596/3374] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:19:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.207&port_id=abb438b7-cbca-40b4-80bf-0a139f223b18 => 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: 1779/3375] 199.204.45.33 () {34 vars in 1103 bytes} [Mon Apr 27 13:19:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A364&port_id=abb438b7-cbca-40b4-80bf-0a139f223b18 => 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: 1597/3376] 199.204.45.33 () {34 vars in 1063 bytes} [Mon Apr 27 13:19:16 2026] GET /v2.0/subnets?id=1c4dba93-f207-4cb9-8825-62332e289f65&id=4ba82ffd-d484-4bb6-b18a-8ae7f31e9ec9 => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1780/3377] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:19:16 2026] GET /v2.0/ports?network_id=e968026a-550a-4276-91d9-eefda644424c&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: 1598/3378] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:19:16 2026] GET /v2.0/ports?network_id=e968026a-550a-4276-91d9-eefda644424c&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: 1781/3379] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:19:16 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c?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: 1599/3380] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:19:16 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c?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: 1782/3381] 199.204.45.33 () {34 vars in 1055 bytes} [Mon Apr 27 13:19:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.35&port_id=0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c => 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: 1600/3382] 199.204.45.33 () {34 vars in 1101 bytes} [Mon Apr 27 13:19:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1&port_id=0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c => 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: 1783/3383] 199.204.45.33 () {34 vars in 1063 bytes} [Mon Apr 27 13:19:17 2026] GET /v2.0/subnets?id=078b74e8-3fa4-428c-a2af-1941ec54197d&id=0096af78-6cca-43e8-80b2-86ae1ad46168 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3384] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:19:17 2026] GET /v2.0/ports?network_id=56dba4d0-e56b-494a-af86-41643355a227&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: 1784/3385] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:19:17 2026] GET /v2.0/ports?network_id=56dba4d0-e56b-494a-af86-41643355a227&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: 1602/3386] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:19:17 2026] GET /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227?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: 1785/3387] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:19:17 2026] GET /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:19:17.858 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2b416193-fa7a-46d1-9831-1e222ee087df - - - - - -] OVN reports status up for port: 0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c 2026-04-27 13:19:17.880 7 INFO neutron.plugins.ml2.plugin [None req-2b416193-fa7a-46d1-9831-1e222ee087df - - - - - -] Attempt 1 to provision port 0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c 2026-04-27 13:19:18.005 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-828501b5-2a9b-41e7-afaf-a2af2950fc39'] response: {'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c', 'code': 200} 2026-04-27 13:19:18.127 7 INFO neutron.db.ovn_revision_numbers_db [None req-2b416193-fa7a-46d1-9831-1e222ee087df - - - - - -] Successfully bumped revision number for resource 0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c (type: ports) to 5 2026-04-27 13:19:20.039 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a8e122e-c9cb-4524-a5d0-49519a537b97'] response: {'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c', 'code': 200} [pid: 8|app: 0|req: 1604/3390] 10.0.0.235 () {34 vars in 971 bytes} [Mon Apr 27 13:19:20 2026] GET /v2.0/ports/0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c => generated 1504 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1787/3391] 199.204.45.33 () {30 vars in 742 bytes} [Mon Apr 27 13:19:21 2026] GET /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227 => generated 838 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3392] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:19:21 2026] GET /v2.0/subnets/078b74e8-3fa4-428c-a2af-1941ec54197d => generated 674 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1788/3393] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:19:21 2026] GET /v2.0/subnets/0096af78-6cca-43e8-80b2-86ae1ad46168 => generated 747 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3394] 199.204.45.33 () {30 vars in 736 bytes} [Mon Apr 27 13:19:21 2026] GET /v2.0/ports/abb438b7-cbca-40b4-80bf-0a139f223b18 => generated 1512 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:19:21.594 7 INFO neutron.db.ovn_revision_numbers_db [None req-4211ff04-4c94-4d1b-b64a-9416aedfa8f0 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource abb438b7-cbca-40b4-80bf-0a139f223b18 (type: ports) to 6 [pid: 7|app: 0|req: 1789/3395] 199.204.45.33 () {34 vars in 789 bytes} [Mon Apr 27 13:19:21 2026] PUT /v2.0/ports/abb438b7-cbca-40b4-80bf-0a139f223b18 => generated 1255 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3396] 199.204.45.33 () {30 vars in 742 bytes} [Mon Apr 27 13:19:21 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c => generated 839 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, ' [pid: 7|app: 0|req: 1790/3397] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:19:21 2026] GET /v2.0/subnets/4ba82ffd-d484-4bb6-b18a-8ae7f31e9ec9 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3398] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 13:19:21 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: 1791/3399] 199.204.45.33 () {30 vars in 704 bytes} [Mon Apr 27 13:19:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3400] 199.204.45.33 () {30 vars in 680 bytes} [Mon Apr 27 13:19:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1792/3401] 199.204.45.33 () {30 vars in 716 bytes} [Mon Apr 27 13:19: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: 1610/3402] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:19:21 2026] GET /v2.0/subnets/ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1793/3403] 199.204.45.33 () {30 vars in 736 bytes} [Mon Apr 27 13:19:21 2026] GET /v2.0/ports/c166cd19-21c2-45f9-9b84-0d38016e2816 => generated 1160 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3404] 199.204.45.33 () {30 vars in 736 bytes} [Mon Apr 27 13:19:21 2026] GET /v2.0/ports/b59a7ff5-b713-43fa-b758-0eee4e5dd553 => generated 1342 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1794/3405] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:19:21 2026] GET /v2.0/subnets/ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3406] 199.204.45.33 () {30 vars in 742 bytes} [Mon Apr 27 13:19:22 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b => generated 841 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:19:22.086 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9cac0bc4-2a79-4ff3-854b-256e817aabde'] response: {'name': 'network-changed', 'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'tag': 'abb438b7-cbca-40b4-80bf-0a139f223b18', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1795/3407] 199.204.45.33 () {30 vars in 736 bytes} [Mon Apr 27 13:19:22 2026] GET /v2.0/ports/c166cd19-21c2-45f9-9b84-0d38016e2816 => generated 1160 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3408] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:19:22 2026] GET /v2.0/subnets/ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1796/3409] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:19:22 2026] GET /v2.0/ports?tenant_id=65273db69f6948c08495c49fe93bf9b1&device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 5345 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3410] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:19:22 2026] GET /v2.0/networks?id=e968026a-550a-4276-91d9-eefda644424c => generated 842 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1797/3411] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:19:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.207&port_id=abb438b7-cbca-40b4-80bf-0a139f223b18 => 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: 1615/3412] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:19:22 2026] GET /v2.0/subnets?id=4ba82ffd-d484-4bb6-b18a-8ae7f31e9ec9 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1798/3413] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:19:22 2026] GET /v2.0/ports?network_id=e968026a-550a-4276-91d9-eefda644424c&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: 1616/3414] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:19:22 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c?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: 1799/3415] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:19:22 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3418] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 13:19:34 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: 1801/3419] 199.204.45.33 () {30 vars in 704 bytes} [Mon Apr 27 13:19:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3420] 199.204.45.33 () {30 vars in 680 bytes} [Mon Apr 27 13:19:34 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: 1802/3421] 199.204.45.33 () {30 vars in 716 bytes} [Mon Apr 27 13:19:34 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: 1620/3422] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:19:34 2026] GET /v2.0/subnets/4ba82ffd-d484-4bb6-b18a-8ae7f31e9ec9 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1803/3423] 199.204.45.33 () {30 vars in 768 bytes} [Mon Apr 27 13:19:34 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 5345 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3424] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 13:19:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1804/3425] 199.204.45.33 () {30 vars in 704 bytes} [Mon Apr 27 13:19:35 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: 1622/3426] 199.204.45.33 () {30 vars in 680 bytes} [Mon Apr 27 13:19:35 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: 1805/3427] 199.204.45.33 () {30 vars in 716 bytes} [Mon Apr 27 13:19:35 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: 1623/3428] 199.204.45.33 () {30 vars in 736 bytes} [Mon Apr 27 13:19:35 2026] GET /v2.0/ports/0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c => generated 1504 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:19:35.693 7 INFO neutron.db.ovn_revision_numbers_db [None req-ebaeb3a1-8d3b-483c-a452-767feb87f88a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c (type: ports) to 6 [pid: 7|app: 0|req: 1806/3429] 199.204.45.33 () {34 vars in 789 bytes} [Mon Apr 27 13:19:35 2026] PUT /v2.0/ports/0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c => generated 1303 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:19:35.748 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1dbc500-9e7c-4f46-8f8e-4996e9d33188'] response: {'name': 'network-changed', 'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'tag': '0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1624/3430] 199.204.45.33 () {30 vars in 742 bytes} [Mon Apr 27 13:19:35 2026] GET /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227 => generated 838 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1807/3431] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:19:35 2026] GET /v2.0/subnets/0096af78-6cca-43e8-80b2-86ae1ad46168 => generated 747 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3432] 199.204.45.33 () {30 vars in 736 bytes} [Mon Apr 27 13:19:35 2026] GET /v2.0/ports/0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c => generated 1331 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:19:36.273 7 INFO neutron.db.ovn_revision_numbers_db [None req-555505f9-6643-40a9-bbf9-0565854c1abc c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c (type: ports) to 7 [pid: 7|app: 0|req: 1808/3433] 199.204.45.33 () {34 vars in 788 bytes} [Mon Apr 27 13:19:35 2026] PUT /v2.0/ports/0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c => generated 1080 bytes in 400 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: 1626/3434] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:19:36 2026] GET /v2.0/ports?tenant_id=65273db69f6948c08495c49fe93bf9b1&device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 4949 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1809/3435] 199.204.45.33 () {30 vars in 742 bytes} [Mon Apr 27 13:19:36 2026] GET /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227 => generated 838 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3436] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:19:36 2026] GET /v2.0/networks?id=56dba4d0-e56b-494a-af86-41643355a227 => generated 841 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1810/3437] 199.204.45.33 () {30 vars in 768 bytes} [Mon Apr 27 13:19:36 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 4949 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3438] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:19:36 2026] GET /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1811/3439] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:19:36 2026] GET /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227?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: 1629/3440] 199.204.45.33 () {30 vars in 768 bytes} [Mon Apr 27 13:19:36 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 4949 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:19:37.805 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f32f4689-13d7-4efe-8ac3-c34364fa91f7'] response: {'name': 'network-changed', 'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'tag': '0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1812/3441] 199.204.45.33 () {30 vars in 768 bytes} [Mon Apr 27 13:19:37 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 4949 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3442] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:19:38 2026] GET /v2.0/ports?tenant_id=65273db69f6948c08495c49fe93bf9b1&device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 4949 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1813/3443] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:19:38 2026] GET /v2.0/networks?id=56dba4d0-e56b-494a-af86-41643355a227 => generated 841 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3444] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:19:38 2026] GET /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1814/3445] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:19:38 2026] GET /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:19:38.900 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9c5cb278-c608-489b-82bb-e1168a97cf0b - - - - - -] OVN reports status down for port: 0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c [pid: 8|app: 0|req: 1632/3446] 199.204.45.33 () {34 vars in 974 bytes} [Mon Apr 27 13:19:38 2026] GET /v2.0/ports/0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c => generated 1108 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1815/3447] 199.204.45.33 () {34 vars in 1059 bytes} [Mon Apr 27 13:19:38 2026] GET /v2.0/ports/0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3448] 199.204.45.33 () {30 vars in 768 bytes} [Mon Apr 27 13:19:39 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 4947 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1816/3449] 199.204.45.33 () {34 vars in 1015 bytes} [Mon Apr 27 13:19:39 2026] GET /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227?fields=dns_domain => generated 29 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:19:39.198 7 INFO neutron.db.ovn_revision_numbers_db [None req-9c5cb278-c608-489b-82bb-e1168a97cf0b - - - - - -] Successfully bumped revision number for resource 0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c (type: ports) to 8 2026-04-27 13:19:39.480 8 INFO neutron.db.ovn_revision_numbers_db [req-8c416bba-6d69-41a4-9378-177816f998db req-041bf071-bd4e-439d-a0fa-98d1070edea7 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource 0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c (type: ports) to 9 [pid: 8|app: 0|req: 1634/3450] 199.204.45.33 () {38 vars in 1027 bytes} [Mon Apr 27 13:19:39 2026] PUT /v2.0/ports/0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c => generated 917 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:19:39.848 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-21c50c78-faeb-4e03-9356-ce0df1c729a9'] response: {'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c', 'code': 200} 2026-04-27 13:19:39.848 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-21c50c78-faeb-4e03-9356-ce0df1c729a9'] response: {'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c', '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: 1817/3451] 199.204.45.33 () {30 vars in 768 bytes} [Mon Apr 27 13:19:40 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 3849 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:19:40.295 8 INFO neutron_taas.services.taas.taas_plugin [None req-2737f6d0-13ca-4b4a-be10-a30838e7bf5b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: 0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c 2026-04-27 13:19:40.298 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2737f6d0-13ca-4b4a-be10-a30838e7bf5b c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: 0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c [pid: 8|app: 0|req: 1635/3452] 199.204.45.33 () {32 vars in 758 bytes} [Mon Apr 27 13:19:40 2026] DELETE /v2.0/ports/0101dba1-d9cb-4c8a-81e1-28d19f0f4b1c => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1818/3453] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 13:19:40 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: 1636/3454] 199.204.45.33 () {30 vars in 704 bytes} [Mon Apr 27 13:19:40 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: 1819/3455] 199.204.45.33 () {30 vars in 680 bytes} [Mon Apr 27 13:19:40 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: 1637/3456] 199.204.45.33 () {30 vars in 716 bytes} [Mon Apr 27 13:19:40 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: 1820/3457] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:19:40 2026] GET /v2.0/subnets/ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3458] 199.204.45.33 () {30 vars in 736 bytes} [Mon Apr 27 13:19:40 2026] GET /v2.0/ports/c166cd19-21c2-45f9-9b84-0d38016e2816 => generated 1160 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1821/3459] 199.204.45.33 () {30 vars in 736 bytes} [Mon Apr 27 13:19:40 2026] GET /v2.0/ports/b59a7ff5-b713-43fa-b758-0eee4e5dd553 => generated 1342 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3460] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:19:40 2026] GET /v2.0/subnets/ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1822/3461] 199.204.45.33 () {30 vars in 742 bytes} [Mon Apr 27 13:19:40 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b => 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: 1640/3462] 199.204.45.33 () {30 vars in 736 bytes} [Mon Apr 27 13:19:40 2026] GET /v2.0/ports/c166cd19-21c2-45f9-9b84-0d38016e2816 => generated 1160 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1823/3463] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:19:40 2026] GET /v2.0/subnets/ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3464] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:19:41 2026] GET /v2.0/ports?tenant_id=65273db69f6948c08495c49fe93bf9b1&device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 3849 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1824/3465] 199.204.45.33 () {34 vars in 1225 bytes} [Mon Apr 27 13:19:41 2026] GET /v2.0/networks?id=2be9a2e6-5e16-4091-9b76-1ade35627fc1&id=3788f738-b130-47ae-a235-ef7d1b078f6b&id=e968026a-550a-4276-91d9-eefda644424c&id=56dba4d0-e56b-494a-af86-41643355a227 => generated 3261 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3466] 199.204.45.33 () {34 vars in 1061 bytes} [Mon Apr 27 13:19:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.107&port_id=ea1f7ca7-9e5b-48cf-93ab-69deec823780 => 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: 1825/3467] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:19:41 2026] GET /v2.0/subnets?id=c8958c8b-d2ad-45c9-9791-3f496e807f09 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3468] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:19:41 2026] GET /v2.0/ports?network_id=2be9a2e6-5e16-4091-9b76-1ade35627fc1&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: 1826/3469] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:19:41 2026] GET /v2.0/networks/2be9a2e6-5e16-4091-9b76-1ade35627fc1?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: 1644/3470] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:19:41 2026] GET /v2.0/networks/2be9a2e6-5e16-4091-9b76-1ade35627fc1?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: 1827/3471] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:19:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.131&port_id=b59a7ff5-b713-43fa-b758-0eee4e5dd553 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3472] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:19:41 2026] GET /v2.0/subnets?id=ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1828/3473] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:19:41 2026] GET /v2.0/ports?network_id=3788f738-b130-47ae-a235-ef7d1b078f6b&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: 1646/3474] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:19:41 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b?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: 1829/3475] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:19:41 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3476] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:19:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.207&port_id=abb438b7-cbca-40b4-80bf-0a139f223b18 => 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: 1830/3477] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:19:41 2026] GET /v2.0/subnets?id=4ba82ffd-d484-4bb6-b18a-8ae7f31e9ec9 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3478] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:19:41 2026] GET /v2.0/ports?network_id=e968026a-550a-4276-91d9-eefda644424c&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: 1831/3479] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:19:41 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c?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: 1649/3480] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:19:41 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c?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: 1832/3481] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 13:19:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3482] 199.204.45.33 () {30 vars in 704 bytes} [Mon Apr 27 13:19:45 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: 1833/3483] 199.204.45.33 () {30 vars in 680 bytes} [Mon Apr 27 13:19:45 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: 1651/3484] 199.204.45.33 () {30 vars in 716 bytes} [Mon Apr 27 13:19:45 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: 1834/3485] 199.204.45.33 () {30 vars in 768 bytes} [Mon Apr 27 13:19:45 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 3849 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3486] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 13:19:45 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: 1835/3487] 199.204.45.33 () {30 vars in 704 bytes} [Mon Apr 27 13:19:45 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: 1653/3488] 199.204.45.33 () {30 vars in 680 bytes} [Mon Apr 27 13:19:45 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: 1836/3489] 199.204.45.33 () {30 vars in 716 bytes} [Mon Apr 27 13:19: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: 1654/3490] 199.204.45.33 () {30 vars in 736 bytes} [Mon Apr 27 13:19:45 2026] GET /v2.0/ports/abb438b7-cbca-40b4-80bf-0a139f223b18 => generated 1283 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:19:46.261 7 INFO neutron.db.ovn_revision_numbers_db [None req-60ce3b47-cd69-4ebc-af0d-cebccf4c447f c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource abb438b7-cbca-40b4-80bf-0a139f223b18 (type: ports) to 7 [pid: 7|app: 0|req: 1837/3491] 199.204.45.33 () {34 vars in 788 bytes} [Mon Apr 27 13:19:45 2026] PUT /v2.0/ports/abb438b7-cbca-40b4-80bf-0a139f223b18 => generated 1080 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:19:46.311 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f9914e7c-ca8c-49ea-a45e-529f137d9cb3'] response: {'name': 'network-changed', 'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'tag': 'abb438b7-cbca-40b4-80bf-0a139f223b18', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1655/3492] 199.204.45.33 () {30 vars in 742 bytes} [Mon Apr 27 13:19:46 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c => generated 839 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1838/3493] 199.204.45.33 () {30 vars in 768 bytes} [Mon Apr 27 13:19:46 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 3674 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3494] 199.204.45.33 () {30 vars in 768 bytes} [Mon Apr 27 13:19:46 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 3674 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1839/3495] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:19:46 2026] GET /v2.0/ports?tenant_id=65273db69f6948c08495c49fe93bf9b1&device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 3674 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3496] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:19:46 2026] GET /v2.0/networks?id=e968026a-550a-4276-91d9-eefda644424c => generated 842 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1840/3497] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:19:46 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c?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: 1658/3498] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:19:46 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c?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: 1841/3499] 199.204.45.33 () {30 vars in 768 bytes} [Mon Apr 27 13:19:47 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 3674 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:19:48.246 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-10b12eda-2762-4ea3-98a2-063f2423b161 - - - - - -] OVN reports status down for port: abb438b7-cbca-40b4-80bf-0a139f223b18 [pid: 8|app: 0|req: 1660/3502] 199.204.45.33 () {34 vars in 974 bytes} [Mon Apr 27 13:19:48 2026] GET /v2.0/ports/abb438b7-cbca-40b4-80bf-0a139f223b18 => generated 1108 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1843/3503] 199.204.45.33 () {34 vars in 1059 bytes} [Mon Apr 27 13:19:48 2026] GET /v2.0/ports/abb438b7-cbca-40b4-80bf-0a139f223b18?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:19:48.414 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a40eb96-abda-4a47-9803-abf421dc4dd5'] response: {'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'abb438b7-cbca-40b4-80bf-0a139f223b18', 'code': 200} [pid: 8|app: 0|req: 1661/3504] 199.204.45.33 () {34 vars in 1015 bytes} [Mon Apr 27 13:19:48 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:19:48.554 7 INFO neutron.db.ovn_revision_numbers_db [None req-10b12eda-2762-4ea3-98a2-063f2423b161 - - - - - -] Successfully bumped revision number for resource abb438b7-cbca-40b4-80bf-0a139f223b18 (type: ports) to 8 [pid: 8|app: 0|req: 1662/3505] 199.204.45.33 () {30 vars in 768 bytes} [Mon Apr 27 13:19:48 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 3672 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:19:48.819 7 INFO neutron.db.ovn_revision_numbers_db [req-d05c74bc-87e9-4e89-bfc3-4d04ce39462e req-dd0b94b8-b586-4d08-898d-b889a2239da9 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource abb438b7-cbca-40b4-80bf-0a139f223b18 (type: ports) to 9 [pid: 7|app: 0|req: 1844/3506] 199.204.45.33 () {38 vars in 1027 bytes} [Mon Apr 27 13:19:48 2026] PUT /v2.0/ports/abb438b7-cbca-40b4-80bf-0a139f223b18 => generated 917 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3507] 199.204.45.33 () {30 vars in 768 bytes} [Mon Apr 27 13:19:49 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 2574 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:19:49.864 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5034198-1b06-44f0-acba-afcbee1c129e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: abb438b7-cbca-40b4-80bf-0a139f223b18 2026-04-27 13:19:49.869 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5034198-1b06-44f0-acba-afcbee1c129e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: abb438b7-cbca-40b4-80bf-0a139f223b18 [pid: 7|app: 0|req: 1845/3508] 199.204.45.33 () {32 vars in 758 bytes} [Mon Apr 27 13:19:49 2026] DELETE /v2.0/ports/abb438b7-cbca-40b4-80bf-0a139f223b18 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3509] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 13:19:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1846/3510] 199.204.45.33 () {30 vars in 704 bytes} [Mon Apr 27 13:19:50 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: 1665/3511] 199.204.45.33 () {30 vars in 680 bytes} [Mon Apr 27 13:19: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: 1847/3512] 199.204.45.33 () {30 vars in 716 bytes} [Mon Apr 27 13:19:50 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: 1666/3513] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:19:50 2026] GET /v2.0/subnets/ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1848/3514] 199.204.45.33 () {30 vars in 736 bytes} [Mon Apr 27 13:19:50 2026] GET /v2.0/ports/c166cd19-21c2-45f9-9b84-0d38016e2816 => generated 1160 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3515] 199.204.45.33 () {30 vars in 736 bytes} [Mon Apr 27 13:19:50 2026] GET /v2.0/ports/b59a7ff5-b713-43fa-b758-0eee4e5dd553 => generated 1342 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1849/3516] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:19:50 2026] GET /v2.0/subnets/ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3517] 199.204.45.33 () {30 vars in 742 bytes} [Mon Apr 27 13:19:50 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b => generated 841 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1850/3518] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:19:50 2026] GET /v2.0/ports?tenant_id=65273db69f6948c08495c49fe93bf9b1&device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 2574 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3519] 199.204.45.33 () {30 vars in 736 bytes} [Mon Apr 27 13:19:50 2026] GET /v2.0/ports/c166cd19-21c2-45f9-9b84-0d38016e2816 => generated 1160 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3520] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:19:50 2026] GET /v2.0/subnets/ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:19:50.454 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-07d37483-bd5e-4481-a100-19ab0015d075'] response: {'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'abb438b7-cbca-40b4-80bf-0a139f223b18', 'code': 200} [pid: 7|app: 0|req: 1851/3521] 199.204.45.33 () {34 vars in 1145 bytes} [Mon Apr 27 13:19:50 2026] GET /v2.0/networks?id=2be9a2e6-5e16-4091-9b76-1ade35627fc1&id=3788f738-b130-47ae-a235-ef7d1b078f6b&id=e968026a-550a-4276-91d9-eefda644424c => generated 2434 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3522] 199.204.45.33 () {34 vars in 1061 bytes} [Mon Apr 27 13:19:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.107&port_id=ea1f7ca7-9e5b-48cf-93ab-69deec823780 => 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: 1852/3523] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:19:50 2026] GET /v2.0/subnets?id=c8958c8b-d2ad-45c9-9791-3f496e807f09 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3524] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:19:50 2026] GET /v2.0/ports?network_id=2be9a2e6-5e16-4091-9b76-1ade35627fc1&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: 1853/3525] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:19:50 2026] GET /v2.0/networks/2be9a2e6-5e16-4091-9b76-1ade35627fc1?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: 1673/3526] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:19:50 2026] GET /v2.0/networks/2be9a2e6-5e16-4091-9b76-1ade35627fc1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1854/3527] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:19:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.131&port_id=b59a7ff5-b713-43fa-b758-0eee4e5dd553 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3528] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:19:50 2026] GET /v2.0/subnets?id=ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1855/3529] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:19:50 2026] GET /v2.0/ports?network_id=3788f738-b130-47ae-a235-ef7d1b078f6b&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: 1675/3530] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:19:50 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1856/3531] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:19:50 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3532] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:20:01 2026] GET /v2.0/agents => generated 1214 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1857/3533] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:20:01 2026] GET /v2.0/subnets => generated 5512 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3534] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:20:01 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: 1858/3535] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:20:01 2026] GET /v2.0/floatingips => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3536] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:20:01 2026] GET /v2.0/security-groups => generated 31500 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1859/3537] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:20:01 2026] GET /v2.0/ports => generated 22230 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3538] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:20:01 2026] GET /v2.0/subnets => generated 5512 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1860/3539] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:20:01 2026] GET /v2.0/routers => generated 987 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3540] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:20:01 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: 1861/3541] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:20:01 2026] GET /v2.0/network-ip-availabilities => generated 5532 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3542] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:20:02 2026] GET /v2.0/networks => generated 4773 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1863/3545] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 13:20:03 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: 1683/3546] 199.204.45.33 () {30 vars in 704 bytes} [Mon Apr 27 13:20:03 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: 1864/3547] 199.204.45.33 () {30 vars in 680 bytes} [Mon Apr 27 13:20:03 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: 1684/3548] 199.204.45.33 () {30 vars in 716 bytes} [Mon Apr 27 13:20:03 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) 2026-04-27 13:20:03.457 7 INFO neutron.api.v2.resource [None req-72c84bbb-86b2-402c-a316-a55ec030673e c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1865/3549] 199.204.45.33 () {30 vars in 762 bytes} [Mon Apr 27 13:20:03 2026] GET /v2.0/security-groups/lb-a0396f05-b547-43ab-8353-5cf83b4e0a0f => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3550] 199.204.45.33 () {30 vars in 784 bytes} [Mon Apr 27 13:20:03 2026] GET /v2.0/security-groups?name=lb-a0396f05-b547-43ab-8353-5cf83b4e0a0f => generated 2865 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1866/3551] 199.204.45.33 () {30 vars in 814 bytes} [Mon Apr 27 13:20:03 2026] GET /v2.0/security-group-rules?security_group_id=fe0699ad-9b1b-448a-8c60-6fe1c9e462f3 => generated 2334 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3552] 199.204.45.33 () {32 vars in 788 bytes} [Mon Apr 27 13:20:03 2026] DELETE /v2.0/security-group-rules/450f205b-d6f7-4cbb-9f49-f67b5ed7dca1 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1867/3553] 199.204.45.33 () {32 vars in 788 bytes} [Mon Apr 27 13:20:03 2026] DELETE /v2.0/security-group-rules/5ce62451-3ce1-45df-a117-5f0f53895b9c => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:20:05.713 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c5d885e-3064-435a-b29e-cd95bf20ad82 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] TaaS: Handle Delete Port: 4ee804ab-1de0-40ce-9733-11455730b358 2026-04-27 13:20:05.717 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c5d885e-3064-435a-b29e-cd95bf20ad82 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Tap Mirror: Handle Delete Port: 4ee804ab-1de0-40ce-9733-11455730b358 2026-04-27 13:20:05.940 8 INFO neutron.db.l3_db [None req-1c5d885e-3064-435a-b29e-cd95bf20ad82 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Floating IP c38b7894-2ef1-4c66-a851-a18f839cd174 disassociated (deleted). External IP: 10.96.250.213, port: c166cd19-21c2-45f9-9b84-0d38016e2816. [pid: 8|app: 0|req: 1687/3554] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:20:05 2026] DELETE /v2.0/floatingips/c38b7894-2ef1-4c66-a851-a18f839cd174 => generated 0 bytes in 414 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:20:06.022 7 INFO neutron.api.v2.resource [None req-55d08aed-aedc-4df8-abc4-a694ef45d163 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1868/3555] 10.0.0.253 () {32 vars in 729 bytes} [Mon Apr 27 13:20:05 2026] GET /v2.0/floatingips/c38b7894-2ef1-4c66-a851-a18f839cd174 => generated 144 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1688/3556] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 13:20: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: 7|app: 0|req: 1869/3557] 199.204.45.33 () {30 vars in 704 bytes} [Mon Apr 27 13:20:06 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: 1689/3558] 199.204.45.33 () {30 vars in 680 bytes} [Mon Apr 27 13:20:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1870/3559] 199.204.45.33 () {30 vars in 716 bytes} [Mon Apr 27 13:20:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:20:06.913 8 INFO neutron.api.v2.resource [None req-5c20089e-552a-4fcb-b7d5-1c2b9bf7ec6a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1690/3560] 199.204.45.33 () {30 vars in 762 bytes} [Mon Apr 27 13:20:06 2026] GET /v2.0/security-groups/lb-a0396f05-b547-43ab-8353-5cf83b4e0a0f => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1871/3561] 199.204.45.33 () {30 vars in 784 bytes} [Mon Apr 27 13:20:06 2026] GET /v2.0/security-groups?name=lb-a0396f05-b547-43ab-8353-5cf83b4e0a0f => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1691/3562] 199.204.45.33 () {30 vars in 814 bytes} [Mon Apr 27 13:20:06 2026] GET /v2.0/security-group-rules?security_group_id=fe0699ad-9b1b-448a-8c60-6fe1c9e462f3 => generated 1182 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1872/3563] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 13:20: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: 8|app: 0|req: 1692/3564] 199.204.45.33 () {30 vars in 704 bytes} [Mon Apr 27 13:20:07 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: 1873/3565] 199.204.45.33 () {30 vars in 680 bytes} [Mon Apr 27 13:20: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: 1693/3566] 199.204.45.33 () {30 vars in 716 bytes} [Mon Apr 27 13:20: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: 7|app: 0|req: 1874/3567] 199.204.45.33 () {30 vars in 740 bytes} [Mon Apr 27 13:20:07 2026] GET /v2.0/subnets/ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1694/3568] 199.204.45.33 () {30 vars in 768 bytes} [Mon Apr 27 13:20:07 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 2574 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1875/3569] 199.204.45.33 () {30 vars in 768 bytes} [Mon Apr 27 13:20:07 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 2574 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1695/3570] 199.204.45.33 () {30 vars in 768 bytes} [Mon Apr 27 13:20:07 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 2574 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1876/3571] 199.204.45.33 () {30 vars in 768 bytes} [Mon Apr 27 13:20:08 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 2574 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:20:09.089 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1e58ec22-7a8e-4277-9baf-a824f1708f31 - - - - - -] OVN reports status down for port: c166cd19-21c2-45f9-9b84-0d38016e2816 [pid: 8|app: 0|req: 1696/3572] 199.204.45.33 () {34 vars in 974 bytes} [Mon Apr 27 13:20:09 2026] GET /v2.0/ports/b59a7ff5-b713-43fa-b758-0eee4e5dd553 => generated 1342 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:20:09.183 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1e58ec22-7a8e-4277-9baf-a824f1708f31 - - - - - -] OVN reports status down for port: b59a7ff5-b713-43fa-b758-0eee4e5dd553 2026-04-27 13:20:09.237 8 INFO neutron.db.ovn_revision_numbers_db [None req-473788e2-afc6-41a7-beaf-02d14f2ef43b - - - - - -] Successfully bumped revision number for resource c166cd19-21c2-45f9-9b84-0d38016e2816 (type: ports) to 6 [pid: 7|app: 0|req: 1877/3573] 199.204.45.33 () {34 vars in 1059 bytes} [Mon Apr 27 13:20:09 2026] GET /v2.0/ports/b59a7ff5-b713-43fa-b758-0eee4e5dd553?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3574] 199.204.45.33 () {34 vars in 1015 bytes} [Mon Apr 27 13:20:09 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b?fields=dns_domain => generated 29 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:20:09.349 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-22bb9868-21db-4550-b4e6-2e0d97afe386'] response: {'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'b59a7ff5-b713-43fa-b758-0eee4e5dd553', 'code': 200} [pid: 8|app: 0|req: 1698/3575] 199.204.45.33 () {30 vars in 768 bytes} [Mon Apr 27 13:20:09 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 2572 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:20:09.597 7 INFO neutron.db.ovn_revision_numbers_db [None req-1e58ec22-7a8e-4277-9baf-a824f1708f31 - - - - - -] Successfully bumped revision number for resource b59a7ff5-b713-43fa-b758-0eee4e5dd553 (type: ports) to 8 2026-04-27 13:20:09.899 7 INFO neutron.db.ovn_revision_numbers_db [req-169dfd5b-dc17-4a24-91d3-1f04d44c12d1 req-83cec8f3-4b98-4bdc-a1ec-547ae7dc495d 3bb6131da2c2476fbd3530ed37264529 5a64b418040f4a5593217d9e34adcc84 - - 420d958008434646920f08ed13a2d8d0 420d958008434646920f08ed13a2d8d0] Successfully bumped revision number for resource b59a7ff5-b713-43fa-b758-0eee4e5dd553 (type: ports) to 9 [pid: 7|app: 0|req: 1878/3576] 199.204.45.33 () {38 vars in 1027 bytes} [Mon Apr 27 13:20:09 2026] PUT /v2.0/ports/b59a7ff5-b713-43fa-b758-0eee4e5dd553 => generated 1151 bytes in 602 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1699/3577] 199.204.45.33 () {30 vars in 768 bytes} [Mon Apr 27 13:20:10 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => 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-04-27 13:20:10.934 7 INFO neutron.db.ovn_revision_numbers_db [None req-4d991920-0db9-4988-a745-9f97ab0b02c8 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b59a7ff5-b713-43fa-b758-0eee4e5dd553 (type: ports) to 10 [pid: 7|app: 0|req: 1879/3578] 199.204.45.33 () {34 vars in 788 bytes} [Mon Apr 27 13:20:10 2026] PUT /v2.0/ports/b59a7ff5-b713-43fa-b758-0eee4e5dd553 => generated 1091 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:20:11.031 8 INFO neutron.db.ovn_revision_numbers_db [None req-473788e2-afc6-41a7-beaf-02d14f2ef43b - - - - - -] Successfully bumped revision number for resource c166cd19-21c2-45f9-9b84-0d38016e2816 (type: ports) to 8 [pid: 8|app: 0|req: 1700/3579] 199.204.45.33 () {30 vars in 736 bytes} [Mon Apr 27 13:20:10 2026] GET /v2.0/ports/b59a7ff5-b713-43fa-b758-0eee4e5dd553 => generated 1091 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:20:11.193 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c319438-6c26-4f62-8ea8-2b90be0ffaec c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: b59a7ff5-b713-43fa-b758-0eee4e5dd553 2026-04-27 13:20:11.198 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c319438-6c26-4f62-8ea8-2b90be0ffaec c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: b59a7ff5-b713-43fa-b758-0eee4e5dd553 [pid: 7|app: 0|req: 1880/3580] 199.204.45.33 () {32 vars in 758 bytes} [Mon Apr 27 13:20:11 2026] DELETE /v2.0/ports/b59a7ff5-b713-43fa-b758-0eee4e5dd553 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:20:11.403 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6be0925d-ebff-4dc2-a595-552b53231bff'] response: {'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'b59a7ff5-b713-43fa-b758-0eee4e5dd553', 'code': 200} [pid: 8|app: 0|req: 1701/3581] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:20:11 2026] GET /v2.0/ports?tenant_id=65273db69f6948c08495c49fe93bf9b1&device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => 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: 1881/3582] 199.204.45.33 () {30 vars in 702 bytes} [Mon Apr 27 13:20:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1882/3583] 199.204.45.33 () {30 vars in 704 bytes} [Mon Apr 27 13:20:11 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: 1883/3584] 199.204.45.33 () {30 vars in 680 bytes} [Mon Apr 27 13:20: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: 7|app: 0|req: 1884/3585] 199.204.45.33 () {30 vars in 716 bytes} [Mon Apr 27 13:20:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1702/3586] 199.204.45.33 () {34 vars in 1065 bytes} [Mon Apr 27 13:20:11 2026] GET /v2.0/networks?id=2be9a2e6-5e16-4091-9b76-1ade35627fc1&id=3788f738-b130-47ae-a235-ef7d1b078f6b => generated 1606 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:20:11.544 7 INFO neutron.pecan_wsgi.hooks.translation [None req-82f467c1-b938-4324-ab4e-f6d3625ec0bd c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1885/3587] 199.204.45.33 () {32 vars in 758 bytes} [Mon Apr 27 13:20:11 2026] DELETE /v2.0/ports/b59a7ff5-b713-43fa-b758-0eee4e5dd553 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1703/3588] 199.204.45.33 () {34 vars in 1061 bytes} [Mon Apr 27 13:20:11 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.107&port_id=ea1f7ca7-9e5b-48cf-93ab-69deec823780 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1886/3589] 199.204.45.33 () {30 vars in 736 bytes} [Mon Apr 27 13:20:11 2026] GET /v2.0/ports/c166cd19-21c2-45f9-9b84-0d38016e2816 => generated 1152 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:20:11.611 7 INFO neutron.api.v2.resource [None req-bb924637-da3c-4c27-b9df-facda3402432 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1887/3590] 199.204.45.33 () {30 vars in 762 bytes} [Mon Apr 27 13:20:11 2026] GET /v2.0/security-groups/lb-a0396f05-b547-43ab-8353-5cf83b4e0a0f => 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: 1704/3591] 199.204.45.33 () {34 vars in 983 bytes} [Mon Apr 27 13:20:11 2026] GET /v2.0/subnets?id=c8958c8b-d2ad-45c9-9791-3f496e807f09 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1888/3592] 199.204.45.33 () {30 vars in 784 bytes} [Mon Apr 27 13:20:11 2026] GET /v2.0/security-groups?name=lb-a0396f05-b547-43ab-8353-5cf83b4e0a0f => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1705/3593] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:20:11 2026] GET /v2.0/ports?network_id=2be9a2e6-5e16-4091-9b76-1ade35627fc1&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: 1706/3594] 199.204.45.33 () {30 vars in 736 bytes} [Mon Apr 27 13:20:11 2026] GET /v2.0/ports/c166cd19-21c2-45f9-9b84-0d38016e2816 => generated 1152 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1889/3595] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:20:11 2026] GET /v2.0/networks/2be9a2e6-5e16-4091-9b76-1ade35627fc1?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1890/3596] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:20:11 2026] GET /v2.0/networks/2be9a2e6-5e16-4091-9b76-1ade35627fc1?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-04-27 13:20:12.005 8 INFO neutron.db.ovn_revision_numbers_db [None req-a14f1776-71b5-4d5b-bba0-9154d7dbbd29 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c166cd19-21c2-45f9-9b84-0d38016e2816 (type: ports) to 9 [pid: 8|app: 0|req: 1707/3597] 199.204.45.33 () {34 vars in 788 bytes} [Mon Apr 27 13:20:11 2026] PUT /v2.0/ports/c166cd19-21c2-45f9-9b84-0d38016e2816 => generated 1114 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1891/3598] 199.204.45.33 () {32 vars in 778 bytes} [Mon Apr 27 13:20:12 2026] DELETE /v2.0/security-groups/fe0699ad-9b1b-448a-8c60-6fe1c9e462f3 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:20:12.303 8 INFO neutron_taas.services.taas.taas_plugin [None req-82bfdd06-fe6f-4ef4-b931-09c78fc5d2f6 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: c166cd19-21c2-45f9-9b84-0d38016e2816 2026-04-27 13:20:12.307 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82bfdd06-fe6f-4ef4-b931-09c78fc5d2f6 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: c166cd19-21c2-45f9-9b84-0d38016e2816 [pid: 8|app: 0|req: 1708/3599] 199.204.45.33 () {32 vars in 758 bytes} [Mon Apr 27 13:20:12 2026] DELETE /v2.0/ports/c166cd19-21c2-45f9-9b84-0d38016e2816 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:20:13.843 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a42e5e94-1ee5-4016-9564-1bcdb5c288b9 - - - - - -] OVN reports status down for port: ea1f7ca7-9e5b-48cf-93ab-69deec823780 2026-04-27 13:20:13.975 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3918ec94-1ebd-4dcf-8e25-f6e823d42bd6'] response: {'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ea1f7ca7-9e5b-48cf-93ab-69deec823780', 'code': 200} 2026-04-27 13:20:14.095 7 INFO neutron.db.ovn_revision_numbers_db [None req-a42e5e94-1ee5-4016-9564-1bcdb5c288b9 - - - - - -] Successfully bumped revision number for resource ea1f7ca7-9e5b-48cf-93ab-69deec823780 (type: ports) to 6 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1892/3600] 199.204.45.33 () {34 vars in 993 bytes} [Mon Apr 27 13:20:14 2026] GET /v2.0/ports?device_id=9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:20:15.168 8 INFO neutron_taas.services.taas.taas_plugin [req-ab824a8a-b58d-4747-8dc5-b661791e2e30 req-dd5f1dff-e498-48d8-8508-35538925df2d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] TaaS: Handle Delete Port: ea1f7ca7-9e5b-48cf-93ab-69deec823780 2026-04-27 13:20:15.171 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ab824a8a-b58d-4747-8dc5-b661791e2e30 req-dd5f1dff-e498-48d8-8508-35538925df2d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Tap Mirror: Handle Delete Port: ea1f7ca7-9e5b-48cf-93ab-69deec823780 [pid: 8|app: 0|req: 1709/3601] 199.204.45.33 () {36 vars in 996 bytes} [Mon Apr 27 13:20:15 2026] DELETE /v2.0/ports/ea1f7ca7-9e5b-48cf-93ab-69deec823780 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:20:15.313 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-96e9f7c6-4cc5-4464-a933-e02f43c20579'] response: {'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'name': 'network-vif-deleted', 'tag': 'ea1f7ca7-9e5b-48cf-93ab-69deec823780', 'status': 'completed', 'code': 200} 2026-04-27 13:20:16.021 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9166855d-e428-4420-8a30-b46b9331d8cb'] response: {'server_uuid': '9abc7990-ccf0-42cc-9a6f-7ac5ca6e366e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ea1f7ca7-9e5b-48cf-93ab-69deec823780', 'code': 200} 2026-04-27 13:20:16.408 7 INFO neutron_taas.services.taas.taas_plugin [None req-4da96079-8ca6-4025-9396-de327268fa32 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] TaaS: Handle Delete Port: 21e515a8-10bc-40bb-b7ed-cc7dd82d6f95 2026-04-27 13:20:16.412 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4da96079-8ca6-4025-9396-de327268fa32 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Tap Mirror: Handle Delete Port: 21e515a8-10bc-40bb-b7ed-cc7dd82d6f95 2026-04-27 13:20:16.602 7 INFO neutron.db.l3_db [None req-4da96079-8ca6-4025-9396-de327268fa32 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Floating IP 035ce622-28e4-466c-a156-c23168296c27 disassociated (deleted). External IP: 10.96.250.204, port: a20d343f-1444-43b3-bf40-ddf907de9ad4. [pid: 7|app: 0|req: 1893/3602] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:20:16 2026] DELETE /v2.0/floatingips/035ce622-28e4-466c-a156-c23168296c27 => generated 0 bytes in 409 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:20:16.667 8 INFO neutron.api.v2.resource [None req-f84af7a8-bdcc-4dff-93d1-9f08a5392285 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1710/3603] 10.0.0.253 () {32 vars in 729 bytes} [Mon Apr 27 13:20:16 2026] GET /v2.0/floatingips/035ce622-28e4-466c-a156-c23168296c27 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1894/3604] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:20:16 2026] GET /v2.0/ports?device_id=322e62d3-9ae1-4592-9795-c937df2a8f44 => generated 1200 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1711/3605] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:20:16 2026] GET /v2.0/security-groups?id=558cce45-8ebb-4f61-8a19-b7b21db38e3d&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:20:17.891 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d5ebe23f-7972-4d17-9021-003d187abf96 - - - - - -] OVN reports status down for port: a20d343f-1444-43b3-bf40-ddf907de9ad4 2026-04-27 13:20:18.055 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-656bd9c0-bb9f-4d04-9efe-0d89ed766387'] response: {'server_uuid': '322e62d3-9ae1-4592-9795-c937df2a8f44', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'a20d343f-1444-43b3-bf40-ddf907de9ad4', 'code': 200} 2026-04-27 13:20:18.062 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-51da7348-51fc-4de9-bddc-9ec4667af689'] response: {'name': 'network-changed', 'server_uuid': '322e62d3-9ae1-4592-9795-c937df2a8f44', 'tag': 'a20d343f-1444-43b3-bf40-ddf907de9ad4', 'status': 'completed', 'code': 200} 2026-04-27 13:20:18.215 8 INFO neutron.db.ovn_revision_numbers_db [None req-d5ebe23f-7972-4d17-9021-003d187abf96 - - - - - -] Successfully bumped revision number for resource a20d343f-1444-43b3-bf40-ddf907de9ad4 (type: ports) to 6 [pid: 7|app: 0|req: 1896/3608] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:20:18 2026] GET /v2.0/ports?tenant_id=092fb40bb23d444cb9958c94cbdf4504&device_id=322e62d3-9ae1-4592-9795-c937df2a8f44 => generated 1459 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1713/3609] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:20:18 2026] GET /v2.0/networks?id=56dba4d0-e56b-494a-af86-41643355a227 => generated 841 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1897/3610] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:20:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.149&port_id=a20d343f-1444-43b3-bf40-ddf907de9ad4 => 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: 1714/3611] 199.204.45.33 () {34 vars in 1103 bytes} [Mon Apr 27 13:20:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ad0&port_id=a20d343f-1444-43b3-bf40-ddf907de9ad4 => 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: 1898/3612] 199.204.45.33 () {34 vars in 1063 bytes} [Mon Apr 27 13:20:18 2026] GET /v2.0/subnets?id=078b74e8-3fa4-428c-a2af-1941ec54197d&id=0096af78-6cca-43e8-80b2-86ae1ad46168 => generated 1414 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1715/3613] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:20:18 2026] GET /v2.0/ports?network_id=56dba4d0-e56b-494a-af86-41643355a227&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: 1899/3614] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:20:18 2026] GET /v2.0/ports?network_id=56dba4d0-e56b-494a-af86-41643355a227&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: 1716/3615] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:20:18 2026] GET /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227?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: 1900/3616] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:20:18 2026] GET /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227?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: 1717/3617] 199.204.45.33 () {34 vars in 993 bytes} [Mon Apr 27 13:20:19 2026] GET /v2.0/ports?device_id=322e62d3-9ae1-4592-9795-c937df2a8f44 => generated 1198 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:20:19.281 7 INFO neutron_taas.services.taas.taas_plugin [req-9840cba6-ebbe-4f6e-a268-b1fcde9426bd req-cfbee0b9-7595-4393-93bd-de0e98901c6c 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] TaaS: Handle Delete Port: a20d343f-1444-43b3-bf40-ddf907de9ad4 2026-04-27 13:20:19.283 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9840cba6-ebbe-4f6e-a268-b1fcde9426bd req-cfbee0b9-7595-4393-93bd-de0e98901c6c 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Tap Mirror: Handle Delete Port: a20d343f-1444-43b3-bf40-ddf907de9ad4 [pid: 7|app: 0|req: 1901/3618] 199.204.45.33 () {36 vars in 996 bytes} [Mon Apr 27 13:20:19 2026] DELETE /v2.0/ports/a20d343f-1444-43b3-bf40-ddf907de9ad4 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:20:20.088 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-126771b3-5fd8-411b-9f37-7f61d60f1cf6'] response: {'server_uuid': '322e62d3-9ae1-4592-9795-c937df2a8f44', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'a20d343f-1444-43b3-bf40-ddf907de9ad4', 'code': 200} 2026-04-27 13:20:20.097 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9049be10-08b3-49a1-b2b9-8c0241fa6565'] response: {'server_uuid': '322e62d3-9ae1-4592-9795-c937df2a8f44', 'name': 'network-vif-deleted', 'tag': 'a20d343f-1444-43b3-bf40-ddf907de9ad4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1718/3619] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:20:22 2026] GET /v2.0/ports?device_id=322e62d3-9ae1-4592-9795-c937df2a8f44 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 13:20:27.264 7 INFO neutron_taas.services.taas.taas_plugin [None req-e16d72a5-5187-42ff-8a0c-b1b760797e61 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] TaaS: Handle Delete Port: 8f2e938c-85a2-43d1-abd8-bf9e8ab73fbd 2026-04-27 13:20:27.268 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e16d72a5-5187-42ff-8a0c-b1b760797e61 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Tap Mirror: Handle Delete Port: 8f2e938c-85a2-43d1-abd8-bf9e8ab73fbd 2026-04-27 13:20:27.442 7 INFO neutron.db.l3_db [None req-e16d72a5-5187-42ff-8a0c-b1b760797e61 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Floating IP e4ec2dba-2284-413d-b60e-5f18b4c96a7c disassociated (deleted). External IP: 10.96.250.203, port: e0e17567-b5d4-4146-af33-53ef5fd6b135. [pid: 7|app: 0|req: 1902/3620] 10.0.0.253 () {32 vars in 732 bytes} [Mon Apr 27 13:20:27 2026] DELETE /v2.0/floatingips/e4ec2dba-2284-413d-b60e-5f18b4c96a7c => generated 0 bytes in 362 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:20:27.497 8 INFO neutron.api.v2.resource [None req-dbac0c51-0fee-4c90-a149-edbdb2877db3 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1719/3621] 10.0.0.253 () {32 vars in 729 bytes} [Mon Apr 27 13:20:27 2026] GET /v2.0/floatingips/e4ec2dba-2284-413d-b60e-5f18b4c96a7c => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:20:27.509 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-71f5f4cb-5e5a-4d29-935d-3c0da4cb9167'] response: {'name': 'network-changed', 'server_uuid': 'de8905aa-4d14-427b-ba5a-8f3cec96a4f7', 'tag': 'e0e17567-b5d4-4146-af33-53ef5fd6b135', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1903/3622] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:20:27 2026] GET /v2.0/ports?device_id=de8905aa-4d14-427b-ba5a-8f3cec96a4f7 => generated 1200 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1720/3623] 10.0.0.235 () {34 vars in 1040 bytes} [Mon Apr 27 13:20:27 2026] GET /v2.0/security-groups?id=558cce45-8ebb-4f61-8a19-b7b21db38e3d&fields=id&fields=name => generated 111 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1904/3624] 199.204.45.33 () {34 vars in 1079 bytes} [Mon Apr 27 13:20:28 2026] GET /v2.0/ports?tenant_id=092fb40bb23d444cb9958c94cbdf4504&device_id=de8905aa-4d14-427b-ba5a-8f3cec96a4f7 => 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: 1721/3625] 199.204.45.33 () {34 vars in 985 bytes} [Mon Apr 27 13:20:28 2026] GET /v2.0/networks?id=e968026a-550a-4276-91d9-eefda644424c => generated 842 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1905/3626] 199.204.45.33 () {34 vars in 1057 bytes} [Mon Apr 27 13:20:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.107&port_id=e0e17567-b5d4-4146-af33-53ef5fd6b135 => 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: 1722/3627] 199.204.45.33 () {34 vars in 1103 bytes} [Mon Apr 27 13:20:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A17a&port_id=e0e17567-b5d4-4146-af33-53ef5fd6b135 => 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: 1906/3628] 199.204.45.33 () {34 vars in 1063 bytes} [Mon Apr 27 13:20:28 2026] GET /v2.0/subnets?id=1c4dba93-f207-4cb9-8825-62332e289f65&id=4ba82ffd-d484-4bb6-b18a-8ae7f31e9ec9 => generated 1411 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1723/3629] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:20:28 2026] GET /v2.0/ports?network_id=e968026a-550a-4276-91d9-eefda644424c&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: 1907/3630] 199.204.45.33 () {34 vars in 1051 bytes} [Mon Apr 27 13:20:28 2026] GET /v2.0/ports?network_id=e968026a-550a-4276-91d9-eefda644424c&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: 1724/3631] 199.204.45.33 () {34 vars in 1011 bytes} [Mon Apr 27 13:20:28 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1908/3632] 199.204.45.33 () {34 vars in 1111 bytes} [Mon Apr 27 13:20:28 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c?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-04-27 13:20:28.726 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8d4eec88-91ad-4952-90c4-f68f1e1b4eca - - - - - -] OVN reports status down for port: e0e17567-b5d4-4146-af33-53ef5fd6b135 2026-04-27 13:20:28.852 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e845519-fd11-4dba-8782-0a556796ebd1'] response: {'server_uuid': 'de8905aa-4d14-427b-ba5a-8f3cec96a4f7', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e0e17567-b5d4-4146-af33-53ef5fd6b135', 'code': 200} 2026-04-27 13:20:28.990 8 INFO neutron.db.ovn_revision_numbers_db [None req-8d4eec88-91ad-4952-90c4-f68f1e1b4eca - - - - - -] Successfully bumped revision number for resource e0e17567-b5d4-4146-af33-53ef5fd6b135 (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: 1725/3633] 199.204.45.33 () {34 vars in 993 bytes} [Mon Apr 27 13:20:29 2026] GET /v2.0/ports?device_id=de8905aa-4d14-427b-ba5a-8f3cec96a4f7 => generated 1198 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 13:20:30.092 7 INFO neutron_taas.services.taas.taas_plugin [req-00383ecf-d4c6-4913-92ec-61c603efb21b req-45564432-920e-43e7-9efe-ae0009d1ba46 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] TaaS: Handle Delete Port: e0e17567-b5d4-4146-af33-53ef5fd6b135 2026-04-27 13:20:30.096 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-00383ecf-d4c6-4913-92ec-61c603efb21b req-45564432-920e-43e7-9efe-ae0009d1ba46 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Tap Mirror: Handle Delete Port: e0e17567-b5d4-4146-af33-53ef5fd6b135 [pid: 7|app: 0|req: 1909/3634] 199.204.45.33 () {36 vars in 996 bytes} [Mon Apr 27 13:20:29 2026] DELETE /v2.0/ports/e0e17567-b5d4-4146-af33-53ef5fd6b135 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:20:30.269 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc1dcd5c-f94c-490e-8e43-7c2542c462a3'] response: {'server_uuid': 'de8905aa-4d14-427b-ba5a-8f3cec96a4f7', 'name': 'network-vif-deleted', 'tag': 'e0e17567-b5d4-4146-af33-53ef5fd6b135', 'status': 'completed', 'code': 200} 2026-04-27 13:20:30.885 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-04ec84b7-617a-4fde-bf35-4c2a35a5a505'] response: {'server_uuid': 'de8905aa-4d14-427b-ba5a-8f3cec96a4f7', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e0e17567-b5d4-4146-af33-53ef5fd6b135', 'code': 200} [pid: 8|app: 0|req: 1726/3635] 10.0.0.235 () {34 vars in 990 bytes} [Mon Apr 27 13:20:32 2026] GET /v2.0/ports?device_id=de8905aa-4d14-427b-ba5a-8f3cec96a4f7 => 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: 1728/3638] 10.0.0.253 () {32 vars in 750 bytes} [Mon Apr 27 13:20:37 2026] DELETE /v2.0/security-group-rules/41e8bead-1c6c-4087-8ae8-2ebf7bff96bf => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:20:38.119 7 INFO neutron.api.v2.resource [None req-bd0932c2-3d0a-4c47-9c6d-eafadf3b03b0 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1911/3639] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:20:38 2026] GET /v2.0/security-group-rules/41e8bead-1c6c-4087-8ae8-2ebf7bff96bf => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1729/3640] 10.0.0.253 () {32 vars in 750 bytes} [Mon Apr 27 13:20:38 2026] DELETE /v2.0/security-group-rules/ec0ad4dc-01da-4798-9171-ba2290d6f0e6 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:20:38.253 7 INFO neutron.api.v2.resource [None req-d64b169c-dec4-4702-8245-17454f390f9f 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1912/3641] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:20:38 2026] GET /v2.0/security-group-rules/ec0ad4dc-01da-4798-9171-ba2290d6f0e6 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1730/3642] 10.0.0.253 () {32 vars in 750 bytes} [Mon Apr 27 13:20:38 2026] DELETE /v2.0/security-group-rules/8806f691-49ee-4f8c-93b9-687729aec393 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:20:38.414 7 INFO neutron.api.v2.resource [None req-031f2934-d9a2-4a04-9181-927df9d32679 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1913/3643] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:20:38 2026] GET /v2.0/security-group-rules/8806f691-49ee-4f8c-93b9-687729aec393 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1731/3644] 10.0.0.253 () {32 vars in 750 bytes} [Mon Apr 27 13:20:38 2026] DELETE /v2.0/security-group-rules/8f09ac1a-e4a6-4d4b-bb35-0841214ee0c7 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:20:38.551 7 INFO neutron.api.v2.resource [None req-7c424a8e-cec9-42b2-83e2-2b5c78bdf210 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1914/3645] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:20:38 2026] GET /v2.0/security-group-rules/8f09ac1a-e4a6-4d4b-bb35-0841214ee0c7 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1732/3646] 10.0.0.253 () {32 vars in 750 bytes} [Mon Apr 27 13:20:38 2026] DELETE /v2.0/security-group-rules/eabe6149-4e1e-418e-8a39-d049c086b499 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:20:38.715 7 INFO neutron.api.v2.resource [None req-4789f01b-023f-4f71-b499-d5220f4a496a 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1915/3647] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:20:38 2026] GET /v2.0/security-group-rules/eabe6149-4e1e-418e-8a39-d049c086b499 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1733/3648] 10.0.0.253 () {32 vars in 750 bytes} [Mon Apr 27 13:20:38 2026] DELETE /v2.0/security-group-rules/35d964aa-a834-42b1-9918-046edc75a01a => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:20:38.846 7 INFO neutron.api.v2.resource [None req-8c31a6fa-3d6b-4ce9-accb-6f153308155d 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1916/3649] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:20:38 2026] GET /v2.0/security-group-rules/35d964aa-a834-42b1-9918-046edc75a01a => generated 155 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1734/3650] 10.0.0.253 () {32 vars in 750 bytes} [Mon Apr 27 13:20:38 2026] DELETE /v2.0/security-group-rules/cf66b4bf-d501-4bbb-b57e-c8a4f1104cbd => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:20:38.969 7 INFO neutron.api.v2.resource [None req-707342fe-dc18-4aa2-aad2-947cea56d511 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1917/3651] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:20:38 2026] GET /v2.0/security-group-rules/cf66b4bf-d501-4bbb-b57e-c8a4f1104cbd => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1735/3652] 10.0.0.253 () {32 vars in 750 bytes} [Mon Apr 27 13:20:38 2026] DELETE /v2.0/security-group-rules/0f2bd784-6bf7-42e9-b365-da2906b33104 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:20:39.101 7 INFO neutron.api.v2.resource [None req-0bd4651e-b0f6-4ea2-8c71-5872a64e664a 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1918/3653] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:20:39 2026] GET /v2.0/security-group-rules/0f2bd784-6bf7-42e9-b365-da2906b33104 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1736/3654] 10.0.0.253 () {32 vars in 750 bytes} [Mon Apr 27 13:20:39 2026] DELETE /v2.0/security-group-rules/bea00543-2e7f-4541-9f53-8aedae1e2667 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:20:39.234 7 INFO neutron.api.v2.resource [None req-5a97790e-ba4c-451f-b1ed-f63bae3984c5 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1919/3655] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:20:39 2026] GET /v2.0/security-group-rules/bea00543-2e7f-4541-9f53-8aedae1e2667 => generated 155 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1737/3656] 10.0.0.253 () {32 vars in 750 bytes} [Mon Apr 27 13:20:39 2026] DELETE /v2.0/security-group-rules/d4be6a73-044e-48eb-9fa5-145bf550c289 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:20:39.368 7 INFO neutron.api.v2.resource [None req-3b8d20d0-8b62-490f-b3dc-ba135df76fc5 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1920/3657] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:20:39 2026] GET /v2.0/security-group-rules/d4be6a73-044e-48eb-9fa5-145bf550c289 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1738/3658] 10.0.0.253 () {32 vars in 750 bytes} [Mon Apr 27 13:20:39 2026] DELETE /v2.0/security-group-rules/f07793dc-f772-4aa7-a861-7722989e01f5 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:20:39.504 7 INFO neutron.api.v2.resource [None req-cbc165da-d784-48f7-9bcb-b1cddd94c7aa 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1921/3659] 10.0.0.253 () {32 vars in 747 bytes} [Mon Apr 27 13:20:39 2026] GET /v2.0/security-group-rules/f07793dc-f772-4aa7-a861-7722989e01f5 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1739/3660] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:20:39 2026] DELETE /v2.0/security-groups/558cce45-8ebb-4f61-8a19-b7b21db38e3d => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:20:39.656 7 INFO neutron.api.v2.resource [None req-77913118-6b41-4de2-ac3b-c35c168ff032 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1922/3661] 10.0.0.253 () {32 vars in 737 bytes} [Mon Apr 27 13:20:39 2026] GET /v2.0/security-groups/558cce45-8ebb-4f61-8a19-b7b21db38e3d => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:20:40.003 8 INFO neutron_taas.services.taas.taas_plugin [None req-05967d0f-4d1e-4d38-83a7-b945ad5b823b 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] TaaS: Handle Delete Port: 440f22b7-8dc3-4e0d-8399-314964de0669 2026-04-27 13:20:40.007 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05967d0f-4d1e-4d38-83a7-b945ad5b823b 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Tap Mirror: Handle Delete Port: 440f22b7-8dc3-4e0d-8399-314964de0669 [pid: 8|app: 0|req: 1740/3662] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:20:39 2026] PUT /v2.0/routers/2479b5d6-f0f1-4dd2-b474-db2fcbd2a5cd/remove_router_interface => generated 310 bytes in 763 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:20:40.557 7 INFO neutron.api.v2.resource [None req-76c041bd-7be5-466d-b41c-c0112e20e980 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1923/3663] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:20:40 2026] PUT /v2.0/routers/2479b5d6-f0f1-4dd2-b474-db2fcbd2a5cd/remove_router_interface => generated 198 bytes in 85 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:20:40.842 8 INFO neutron_taas.services.taas.taas_plugin [None req-afe75fe0-d503-4a7b-a254-cef8e29db19b 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] TaaS: Handle Delete Port: 1ff99b23-1b54-4ca4-8d24-9a1e7e007b0d 2026-04-27 13:20:40.846 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afe75fe0-d503-4a7b-a254-cef8e29db19b 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Tap Mirror: Handle Delete Port: 1ff99b23-1b54-4ca4-8d24-9a1e7e007b0d [pid: 8|app: 0|req: 1741/3664] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:20:40 2026] PUT /v2.0/routers/2479b5d6-f0f1-4dd2-b474-db2fcbd2a5cd/remove_router_interface => generated 310 bytes in 776 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:20:41.428 7 INFO neutron.api.v2.resource [None req-5a318322-b84f-4ddb-be2b-c142380427f2 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1924/3665] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:20:41 2026] PUT /v2.0/routers/2479b5d6-f0f1-4dd2-b474-db2fcbd2a5cd/remove_router_interface => generated 198 bytes in 86 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:20:41.706 8 INFO neutron_taas.services.taas.taas_plugin [None req-92c16d0a-4b85-4968-98b3-5e6290512932 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] TaaS: Handle Delete Port: 9eb5219a-30ff-4567-badc-d0e948ed7952 2026-04-27 13:20:41.710 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92c16d0a-4b85-4968-98b3-5e6290512932 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Tap Mirror: Handle Delete Port: 9eb5219a-30ff-4567-badc-d0e948ed7952 [pid: 8|app: 0|req: 1742/3666] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:20:41 2026] PUT /v2.0/routers/2479b5d6-f0f1-4dd2-b474-db2fcbd2a5cd/remove_router_interface => generated 310 bytes in 1370 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 13:20:42.899 7 INFO neutron.api.v2.resource [None req-3085ea09-18f5-4ee1-bb9d-f38d9c50c41c 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1925/3667] 10.0.0.253 () {34 vars in 789 bytes} [Mon Apr 27 13:20:42 2026] PUT /v2.0/routers/2479b5d6-f0f1-4dd2-b474-db2fcbd2a5cd/remove_router_interface => generated 198 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 13:20:43.218 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3e9c027-6597-4ded-b82a-f7af1754bcfa 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] TaaS: Handle Delete Port: 78920ebe-bda6-4266-a6f9-4c421e958a99 2026-04-27 13:20:43.221 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3e9c027-6597-4ded-b82a-f7af1754bcfa 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Tap Mirror: Handle Delete Port: 78920ebe-bda6-4266-a6f9-4c421e958a99 [pid: 8|app: 0|req: 1743/3668] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:20:42 2026] DELETE /v2.0/routers/2479b5d6-f0f1-4dd2-b474-db2fcbd2a5cd => generated 0 bytes in 740 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:20:43.670 7 INFO neutron.api.v2.resource [None req-92a13e14-1108-4d70-aaa9-a3ff1bef65ad 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1926/3669] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:20:43 2026] GET /v2.0/routers/2479b5d6-f0f1-4dd2-b474-db2fcbd2a5cd => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1744/3670] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:20:43 2026] DELETE /v2.0/subnets/0096af78-6cca-43e8-80b2-86ae1ad46168 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:20:43.836 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a15188ac-f875-474a-8283-2f50cf36d077 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1927/3671] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:20:43 2026] GET /v2.0/subnets/0096af78-6cca-43e8-80b2-86ae1ad46168 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1745/3672] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:20:43 2026] DELETE /v2.0/subnets/078b74e8-3fa4-428c-a2af-1941ec54197d => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:20:44.026 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bd6b65ca-937e-47e4-a571-8480615bff32 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1928/3673] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:20:44 2026] GET /v2.0/subnets/078b74e8-3fa4-428c-a2af-1941ec54197d => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:20:44.153 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e79ee37-001d-4263-aa51-ae38d1cf60f3 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] TaaS: Handle Delete Port: 563683f6-0f55-49d8-8a9f-60432dc8ac53 2026-04-27 13:20:44.156 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e79ee37-001d-4263-aa51-ae38d1cf60f3 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Tap Mirror: Handle Delete Port: 563683f6-0f55-49d8-8a9f-60432dc8ac53 2026-04-27 13:20:44.337 8 INFO neutron.services.segments.plugin [-] Segment 86e62271-c6a2-4e9e-8d42-d7a00075cafc resource provider aggregate not found 2026-04-27 13:20:44.341 8 INFO neutron.services.segments.plugin [-] Segment 86e62271-c6a2-4e9e-8d42-d7a00075cafc resource provider aggregate not found 2026-04-27 13:20:44.362 8 INFO neutron.services.segments.plugin [-] Segment 86e62271-c6a2-4e9e-8d42-d7a00075cafc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86e62271-c6a2-4e9e-8d42-d7a00075cafc found for delete ", "request_id": "req-92dec907-18a4-4d02-b5cc-5c5e85f44a56"}]} 2026-04-27 13:20:44.366 8 INFO neutron.services.segments.plugin [-] Segment 86e62271-c6a2-4e9e-8d42-d7a00075cafc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86e62271-c6a2-4e9e-8d42-d7a00075cafc found for delete ", "request_id": "req-8a034a7e-390b-4c7d-a8f3-5923f17beb7f"}]} [pid: 8|app: 0|req: 1746/3674] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:20:44 2026] DELETE /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227 => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:20:44.419 7 INFO neutron.pecan_wsgi.hooks.translation [None req-96f622f4-b8b4-47c9-b92b-2de038988e11 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1929/3675] 10.0.0.253 () {32 vars in 723 bytes} [Mon Apr 27 13:20:44 2026] GET /v2.0/networks/56dba4d0-e56b-494a-af86-41643355a227 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1747/3676] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:20:44 2026] DELETE /v2.0/subnets/1c4dba93-f207-4cb9-8825-62332e289f65 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:20:44.583 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b78e22f3-6030-466b-addf-47ac4f5e6276 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1930/3677] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:20:44 2026] GET /v2.0/subnets/1c4dba93-f207-4cb9-8825-62332e289f65 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1748/3678] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:20:44 2026] DELETE /v2.0/subnets/4ba82ffd-d484-4bb6-b18a-8ae7f31e9ec9 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:20:44.744 7 INFO neutron.pecan_wsgi.hooks.translation [None req-766df68a-4c55-42ca-941b-567928df404e 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1931/3679] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:20:44 2026] GET /v2.0/subnets/4ba82ffd-d484-4bb6-b18a-8ae7f31e9ec9 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:20:44.880 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc13c12b-f3d4-4981-ba8d-bd3e09baef48 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] TaaS: Handle Delete Port: 2f211ef0-4c60-468c-bdd8-a41d5605affa 2026-04-27 13:20:44.882 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc13c12b-f3d4-4981-ba8d-bd3e09baef48 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Tap Mirror: Handle Delete Port: 2f211ef0-4c60-468c-bdd8-a41d5605affa [pid: 8|app: 0|req: 1749/3680] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:20:44 2026] DELETE /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:20:45.137 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7d56f84f-2cf1-4dfc-9962-db9d2faac90f 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1932/3681] 10.0.0.253 () {32 vars in 723 bytes} [Mon Apr 27 13:20:45 2026] GET /v2.0/networks/e968026a-550a-4276-91d9-eefda644424c => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1750/3682] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:20:45 2026] DELETE /v2.0/subnets/8c555c6d-18db-4c67-bb94-94ab35ff3b5b => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:20:45.320 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9194953d-a22e-4211-923c-a65e8106f825 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1933/3683] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:20:45 2026] GET /v2.0/subnets/8c555c6d-18db-4c67-bb94-94ab35ff3b5b => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1751/3684] 10.0.0.253 () {32 vars in 724 bytes} [Mon Apr 27 13:20:45 2026] DELETE /v2.0/subnets/ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:20:45.503 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f4fea52d-73fa-48f9-8149-503293a00203 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1934/3685] 10.0.0.253 () {32 vars in 721 bytes} [Mon Apr 27 13:20:45 2026] GET /v2.0/subnets/ee1d4ac2-0617-4d7b-8738-7905e0cf9a48 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:20:45.634 8 INFO neutron_taas.services.taas.taas_plugin [None req-f83083cb-48df-4f81-8322-43f4fa7c6e97 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] TaaS: Handle Delete Port: 23336691-7791-4e46-8f8a-b285b60ca83e 2026-04-27 13:20:45.637 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f83083cb-48df-4f81-8322-43f4fa7c6e97 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] Tap Mirror: Handle Delete Port: 23336691-7791-4e46-8f8a-b285b60ca83e [pid: 8|app: 0|req: 1752/3686] 10.0.0.253 () {32 vars in 726 bytes} [Mon Apr 27 13:20:45 2026] DELETE /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b => generated 0 bytes in 394 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 13:20:45.926 7 INFO neutron.pecan_wsgi.hooks.translation [None req-be958891-a766-48c2-bc82-9e3f8e25ceba 3286090aaa034d0b84d06e8cbb67dbb3 092fb40bb23d444cb9958c94cbdf4504 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1935/3687] 10.0.0.253 () {32 vars in 723 bytes} [Mon Apr 27 13:20:45 2026] GET /v2.0/networks/3788f738-b130-47ae-a235-ef7d1b078f6b => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 13:20:46.381 8 INFO neutron.services.segments.plugin [-] Segment a03c6a58-6ee5-4446-ae0e-a6885906dfca resource provider aggregate not found 2026-04-27 13:20:46.387 8 INFO neutron.services.segments.plugin [-] Segment a03c6a58-6ee5-4446-ae0e-a6885906dfca resource provider aggregate not found 2026-04-27 13:20:46.396 8 INFO neutron.services.segments.plugin [-] Segment a03c6a58-6ee5-4446-ae0e-a6885906dfca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a03c6a58-6ee5-4446-ae0e-a6885906dfca found for delete ", "request_id": "req-8328b7fd-ecb4-4733-83bf-3a0c1bc79e6a"}]} 2026-04-27 13:20:46.401 8 INFO neutron.services.segments.plugin [-] Segment a03c6a58-6ee5-4446-ae0e-a6885906dfca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a03c6a58-6ee5-4446-ae0e-a6885906dfca found for delete ", "request_id": "req-2e8ebb91-5939-41d6-8db8-2f0bed8f7873"}]} 2026-04-27 13:20:46.407 8 INFO neutron.services.segments.plugin [-] Segment 64994e97-0aa6-47f9-bcca-4a88224bf171 resource provider aggregate not found 2026-04-27 13:20:46.420 8 INFO neutron.services.segments.plugin [-] Segment 64994e97-0aa6-47f9-bcca-4a88224bf171 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64994e97-0aa6-47f9-bcca-4a88224bf171 found for delete ", "request_id": "req-07dfc8a2-4b46-45aa-ab46-f2c4176ea3ca"}]} 2026-04-27 13:20:46.423 8 INFO neutron.services.segments.plugin [-] Segment 64994e97-0aa6-47f9-bcca-4a88224bf171 resource provider aggregate not found 2026-04-27 13:20:46.439 8 INFO neutron.services.segments.plugin [-] Segment 64994e97-0aa6-47f9-bcca-4a88224bf171 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64994e97-0aa6-47f9-bcca-4a88224bf171 found for delete ", "request_id": "req-03fdfe42-d03f-4645-bd70-5a7e950d5212"}]} 2026-04-27 13:20:47.835 8 WARNING neutron.db.securitygroups_db [None req-a75c0c89-3b1f-401c-a8f9-82dc77e36a1a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:20:47.968 8 INFO neutron.db.ovn_revision_numbers_db [None req-a75c0c89-3b1f-401c-a8f9-82dc77e36a1a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b6058a4a-5320-4a9a-b2a2-c68ba27c96d8 (type: security_groups) to 1 2026-04-27 13:20:47.979 8 INFO neutron.db.ovn_revision_numbers_db [None req-a75c0c89-3b1f-401c-a8f9-82dc77e36a1a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 0e1688c7-8864-4f6d-b9fc-9317ec97ce0c (type: security_group_rules) to 0 2026-04-27 13:20:47.991 8 INFO neutron.db.ovn_revision_numbers_db [None req-a75c0c89-3b1f-401c-a8f9-82dc77e36a1a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 1175db62-fe19-4c2e-8892-07c55407c1d5 (type: security_group_rules) to 0 2026-04-27 13:20:48.003 8 INFO neutron.db.ovn_revision_numbers_db [None req-a75c0c89-3b1f-401c-a8f9-82dc77e36a1a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c66b87f4-3c23-474f-b6ab-2fc5720f9901 (type: security_group_rules) to 0 2026-04-27 13:20:48.014 8 INFO neutron.db.ovn_revision_numbers_db [None req-a75c0c89-3b1f-401c-a8f9-82dc77e36a1a c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource da1ff8a5-451b-4571-aecc-b0175ac07831 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1753/3690] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:20:47 2026] GET /v2.0/security-groups?tenant_id=d90711b205be44178ceee04d05a191f5&name=default => generated 2929 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1938/3691] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:20:48 2026] DELETE /v2.0/security-groups/b6058a4a-5320-4a9a-b2a2-c68ba27c96d8 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:20:48.361 8 WARNING neutron.db.securitygroups_db [None req-ca750431-d38f-42d8-8b01-fa34e519bfd4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:20:48.517 8 INFO neutron.db.ovn_revision_numbers_db [None req-ca750431-d38f-42d8-8b01-fa34e519bfd4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2811690a-3372-460b-9de4-b80816c3a4c1 (type: security_groups) to 1 2026-04-27 13:20:48.529 8 INFO neutron.db.ovn_revision_numbers_db [None req-ca750431-d38f-42d8-8b01-fa34e519bfd4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2ae81e64-73c6-4f18-adb5-4f0fa6a8b3d7 (type: security_group_rules) to 0 2026-04-27 13:20:48.543 8 INFO neutron.db.ovn_revision_numbers_db [None req-ca750431-d38f-42d8-8b01-fa34e519bfd4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 3ea5ae3a-a288-4807-8d3f-21661de5adb6 (type: security_group_rules) to 0 2026-04-27 13:20:48.555 8 INFO neutron.db.ovn_revision_numbers_db [None req-ca750431-d38f-42d8-8b01-fa34e519bfd4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource a82b1498-e61e-41ff-b6e7-d77aa91c793d (type: security_group_rules) to 0 2026-04-27 13:20:48.568 8 INFO neutron.db.ovn_revision_numbers_db [None req-ca750431-d38f-42d8-8b01-fa34e519bfd4 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b97851cd-07b2-4710-aeb5-00ecdcaa362e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1754/3692] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:20:48 2026] GET /v2.0/security-groups?tenant_id=bb23342649414c95bd09b6378989b0c5&name=default => generated 2929 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1939/3693] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:20:48 2026] DELETE /v2.0/security-groups/2811690a-3372-460b-9de4-b80816c3a4c1 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:20:48.941 8 WARNING neutron.db.securitygroups_db [None req-d88a295b-d1c2-4dfc-9027-950e1e1fa541 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:20:49.068 8 INFO neutron.db.ovn_revision_numbers_db [None req-d88a295b-d1c2-4dfc-9027-950e1e1fa541 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 06d5dd90-a9e0-4f81-9dc8-297cbf07945f (type: security_groups) to 1 2026-04-27 13:20:49.082 8 INFO neutron.db.ovn_revision_numbers_db [None req-d88a295b-d1c2-4dfc-9027-950e1e1fa541 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 4b47fdb3-b54b-42f7-a0d6-e399e4608e40 (type: security_group_rules) to 0 2026-04-27 13:20:49.096 8 INFO neutron.db.ovn_revision_numbers_db [None req-d88a295b-d1c2-4dfc-9027-950e1e1fa541 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 8195044b-f420-461e-98f0-0ae1b935d8fb (type: security_group_rules) to 0 2026-04-27 13:20:49.109 8 INFO neutron.db.ovn_revision_numbers_db [None req-d88a295b-d1c2-4dfc-9027-950e1e1fa541 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 836b393a-1a93-4f58-86b0-063df27bb93d (type: security_group_rules) to 0 2026-04-27 13:20:49.122 8 INFO neutron.db.ovn_revision_numbers_db [None req-d88a295b-d1c2-4dfc-9027-950e1e1fa541 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b5e6e08e-63a9-49b2-87ba-9963cea784dd (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1755/3694] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:20:48 2026] GET /v2.0/security-groups?tenant_id=129384980d5b4cf885fd9ed9cbfa48f3&name=default => generated 2929 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1940/3695] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:20:49 2026] DELETE /v2.0/security-groups/06d5dd90-a9e0-4f81-9dc8-297cbf07945f => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:20:49.467 8 WARNING neutron.db.securitygroups_db [None req-f5d7ed96-33f3-4a00-80a9-6e8eb3ccc914 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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: 1756/3696] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:20:49 2026] GET /v2.0/security-groups?tenant_id=092fb40bb23d444cb9958c94cbdf4504&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1941/3697] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:20:49 2026] DELETE /v2.0/security-groups/908e66d4-87f3-416b-9c98-b35a6f485645 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:20:49.791 8 WARNING neutron.db.securitygroups_db [None req-5e7247ec-792a-406a-9f65-7d159c91bb0d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:20:49.926 8 INFO neutron.db.ovn_revision_numbers_db [None req-5e7247ec-792a-406a-9f65-7d159c91bb0d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 89c979ff-c5f1-4736-946b-714118f74ba6 (type: security_groups) to 1 2026-04-27 13:20:49.941 8 INFO neutron.db.ovn_revision_numbers_db [None req-5e7247ec-792a-406a-9f65-7d159c91bb0d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 11d32885-1b3b-4283-ac8a-5f9c070e59b6 (type: security_group_rules) to 0 2026-04-27 13:20:49.953 8 INFO neutron.db.ovn_revision_numbers_db [None req-5e7247ec-792a-406a-9f65-7d159c91bb0d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 1256e023-bd6e-42e6-9bc1-55360e800db8 (type: security_group_rules) to 0 2026-04-27 13:20:49.968 8 INFO neutron.db.ovn_revision_numbers_db [None req-5e7247ec-792a-406a-9f65-7d159c91bb0d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 3d50c52e-272a-4f32-bd12-4fb744264da5 (type: security_group_rules) to 0 2026-04-27 13:20:49.984 8 INFO neutron.db.ovn_revision_numbers_db [None req-5e7247ec-792a-406a-9f65-7d159c91bb0d c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource b8e435d7-1dda-4793-a43e-f49ee65d4ee8 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1757/3698] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:20:49 2026] GET /v2.0/security-groups?tenant_id=5212f18cb1e846ae87991542880509d7&name=default => generated 2929 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1942/3699] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:20:50 2026] DELETE /v2.0/security-groups/89c979ff-c5f1-4736-946b-714118f74ba6 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:20:50.359 8 WARNING neutron.db.securitygroups_db [None req-5d74b69f-db8b-441a-aa10-a25c62c35214 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:20:50.481 8 INFO neutron.db.ovn_revision_numbers_db [None req-5d74b69f-db8b-441a-aa10-a25c62c35214 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 7451a95d-e57f-4258-9d20-84e31e1eff73 (type: security_groups) to 1 2026-04-27 13:20:50.494 8 INFO neutron.db.ovn_revision_numbers_db [None req-5d74b69f-db8b-441a-aa10-a25c62c35214 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 7c385003-e720-4115-b166-9c86cc590ab2 (type: security_group_rules) to 0 2026-04-27 13:20:50.505 8 INFO neutron.db.ovn_revision_numbers_db [None req-5d74b69f-db8b-441a-aa10-a25c62c35214 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 931b6454-07a8-4357-bc56-56e9e7793375 (type: security_group_rules) to 0 2026-04-27 13:20:50.517 8 INFO neutron.db.ovn_revision_numbers_db [None req-5d74b69f-db8b-441a-aa10-a25c62c35214 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource c7aa1659-776b-4204-b161-d6948080c36a (type: security_group_rules) to 0 2026-04-27 13:20:50.531 8 INFO neutron.db.ovn_revision_numbers_db [None req-5d74b69f-db8b-441a-aa10-a25c62c35214 c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource f9a16489-adea-48a0-a990-a0747515b897 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1758/3700] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:20:50 2026] GET /v2.0/security-groups?tenant_id=fd86eb77a47841cbbcd96a71724e00c0&name=default => generated 2929 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1943/3701] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:20:50 2026] DELETE /v2.0/security-groups/7451a95d-e57f-4258-9d20-84e31e1eff73 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 13:20:50.897 8 WARNING neutron.db.securitygroups_db [None req-95963d70-8dac-4db0-9a20-0c573bf42dac c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] 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-04-27 13:20:51.049 8 INFO neutron.db.ovn_revision_numbers_db [None req-95963d70-8dac-4db0-9a20-0c573bf42dac c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 2a7e4e1c-3c24-48d6-9bdc-a9bd62098afc (type: security_groups) to 1 2026-04-27 13:20:51.060 8 INFO neutron.db.ovn_revision_numbers_db [None req-95963d70-8dac-4db0-9a20-0c573bf42dac c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 3804cb79-c290-400f-b442-b0a19a5998a6 (type: security_group_rules) to 0 2026-04-27 13:20:51.071 8 INFO neutron.db.ovn_revision_numbers_db [None req-95963d70-8dac-4db0-9a20-0c573bf42dac c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 71f52776-449e-4ca2-99f0-d448b7c13008 (type: security_group_rules) to 0 2026-04-27 13:20:51.092 8 INFO neutron.db.ovn_revision_numbers_db [None req-95963d70-8dac-4db0-9a20-0c573bf42dac c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource 7a9c8f04-da68-44d2-9283-974775e429c6 (type: security_group_rules) to 0 2026-04-27 13:20:51.104 8 INFO neutron.db.ovn_revision_numbers_db [None req-95963d70-8dac-4db0-9a20-0c573bf42dac c279ef77492a478eb335d8d6854ec821 65273db69f6948c08495c49fe93bf9b1 - - default default] Successfully bumped revision number for resource e95d9598-39ea-472d-b0e4-74e818f3dbb2 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1759/3702] 10.0.0.253 () {32 vars in 774 bytes} [Mon Apr 27 13:20:50 2026] GET /v2.0/security-groups?tenant_id=c8207b88de3a4a9bbac6f5345b4b25d6&name=default => generated 2929 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1944/3703] 10.0.0.253 () {32 vars in 740 bytes} [Mon Apr 27 13:20:51 2026] DELETE /v2.0/security-groups/2a7e4e1c-3c24-48d6-9bdc-a9bd62098afc => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1760/3704] 10.0.0.253 () {32 vars in 649 bytes} [Mon Apr 27 13:20:53 2026] GET /v2.0/networks => generated 2288 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1945/3705] 10.0.0.253 () {32 vars in 655 bytes} [Mon Apr 27 13:20:54 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: 1761/3706] 10.0.0.253 () {32 vars in 647 bytes} [Mon Apr 27 13:20:55 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: 7|app: 0|req: 1946/3707] 10.0.0.253 () {32 vars in 643 bytes} [Mon Apr 27 13:20:55 2026] GET /v2.0/ports => generated 5221 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1762/3708] 10.0.0.253 () {32 vars in 647 bytes} [Mon Apr 27 13:20:55 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: 1947/3709] 10.0.0.253 () {32 vars in 649 bytes} [Mon Apr 27 13:20:55 2026] GET /v2.0/networks => generated 2288 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1763/3710] 10.0.0.253 () {32 vars in 663 bytes} [Mon Apr 27 13:20:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1948/3711] 10.0.0.253 () {32 vars in 655 bytes} [Mon Apr 27 13:20:55 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: 1764/3712] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:21:01 2026] GET /v2.0/ports => generated 5221 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1949/3713] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:21:01 2026] GET /v2.0/floatingips => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1765/3714] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:21:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1950/3715] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:21:01 2026] GET /v2.0/routers => generated 15 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1766/3716] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:21:01 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1951/3717] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:21:01 2026] GET /v2.0/agents => generated 1214 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1767/3718] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:21:01 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: 1952/3719] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:21:01 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: 1768/3720] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:21:01 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: 7|app: 0|req: 1953/3721] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:21:01 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: 1769/3722] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:21:01 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1958/3731] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:22:01 2026] GET /v2.0/floatingips => generated 19 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1774/3732] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:22:01 2026] GET /v2.0/networks => generated 2288 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1959/3733] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:22:01 2026] GET /v2.0/agents => generated 1214 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1775/3734] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:22:01 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1960/3735] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:22:01 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1776/3736] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:22:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1961/3737] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:22:01 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1777/3738] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:22:01 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: 1962/3739] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:22:01 2026] GET /v2.0/ports => generated 5221 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1778/3740] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:22:01 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: 1963/3741] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:22:01 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: 1968/3750] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:23:01 2026] GET /v2.0/networks => generated 2288 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1783/3751] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:23:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1969/3752] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:23:01 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1784/3753] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:23:01 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: 1970/3754] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:23:01 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: 1785/3755] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:23:01 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1971/3756] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:23:01 2026] GET /v2.0/agents => generated 1214 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1786/3757] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:23:01 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1972/3758] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:23:01 2026] GET /v2.0/ports => generated 5221 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1787/3759] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:23:01 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: 1973/3760] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:23:01 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: 1978/3769] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:24:01 2026] GET /v2.0/floatingips => generated 19 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1792/3770] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:24:01 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: 7|app: 0|req: 1979/3771] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:24:01 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1793/3772] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:24:01 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1980/3773] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:24:01 2026] GET /v2.0/ports => generated 5221 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1794/3774] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:24:01 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: 1981/3775] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:24:01 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: 1795/3776] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:24:01 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: 1982/3777] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:24:01 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: 8|app: 0|req: 1796/3778] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:24:01 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: 1983/3779] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:24:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1988/3788] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:25:01 2026] GET /v2.0/agents => generated 1214 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1801/3789] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:25:01 2026] GET /v2.0/networks => generated 2288 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1989/3790] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:25:01 2026] GET /v2.0/ports => generated 5221 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1802/3791] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:25:01 2026] GET /v2.0/routers => generated 15 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1990/3792] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:25:01 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: 1803/3793] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:25:01 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: 1991/3794] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:25:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1804/3795] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:25:01 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: 1992/3796] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:25:01 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: 1805/3797] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:25:01 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1993/3798] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:25:01 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: 1998/3807] 10.0.0.175 () {28 vars in 585 bytes} [Mon Apr 27 13:26:01 2026] GET /v2.0/networks => generated 2288 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1810/3808] 10.0.0.175 () {28 vars in 579 bytes} [Mon Apr 27 13:26:01 2026] GET /v2.0/ports => generated 5221 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1999/3809] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:26:01 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1811/3810] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:26:01 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: 2000/3811] 10.0.0.175 () {28 vars in 624 bytes} [Mon Apr 27 13:26:01 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: 1812/3812] 10.0.0.175 () {28 vars in 583 bytes} [Mon Apr 27 13:26:01 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: 2001/3813] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:26:01 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: 1813/3814] 10.0.0.175 () {28 vars in 619 bytes} [Mon Apr 27 13:26:01 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2002/3815] 10.0.0.175 () {28 vars in 591 bytes} [Mon Apr 27 13:26:01 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: 1814/3816] 10.0.0.175 () {28 vars in 599 bytes} [Mon Apr 27 13:26:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2003/3817] 10.0.0.175 () {28 vars in 581 bytes} [Mon Apr 27 13:26:01 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)