+ 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 [Tue Sep 1 19:12:13 2026] *** compiled with version: 13.3.0 on 06 August 2026 01:02:38 os: Linux-5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 nodename: neutron-server-77c9656b4b-2kxr7 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 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f97e60b6668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-09-01 19:12:17.672 7 INFO neutron.common.config [-] Logging enabled! 2026-09-01 19:12:17.672 7 INFO neutron.common.config [-] uwsgi version 27.0.19.dev7 2026-09-01 19:12:17.883 8 INFO neutron.common.config [-] Logging enabled! 2026-09-01 19:12:17.883 8 INFO neutron.common.config [-] uwsgi version 27.0.19.dev7 2026-09-01 19:12:18.047 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-09-01 19:12:18.283 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-09-01 19:12:19.537 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-09-01 19:12:19.540 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-09-01 19:12:19.543 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-09-01 19:12:19.543 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-09-01 19:12:19.543 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-09-01 19:12:19.544 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['geneve'] 2026-09-01 19:12:19.544 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-01 19:12:19.551 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-01 19:12:19.551 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-01 19:12:19.551 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-09-01 19:12:19.756 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-09-01 19:12:19.757 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-09-01 19:12:19.757 7 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-09-01 19:12:19.788 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-09-01 19:12:19.788 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-09-01 19:12:19.788 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-09-01 19:12:19.788 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-09-01 19:12:19.796 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-09-01 19:12:19.799 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-09-01 19:12:19.804 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-09-01 19:12:19.804 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-09-01 19:12:19.804 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-09-01 19:12:19.804 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['geneve'] 2026-09-01 19:12:19.804 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-01 19:12:19.813 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-01 19:12:19.813 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-01 19:12:19.814 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-09-01 19:12:20.034 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-09-01 19:12:20.034 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-09-01 19:12:20.034 8 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-09-01 19:12:20.063 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-09-01 19:12:20.063 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-09-01 19:12:20.063 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-09-01 19:12:20.063 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-09-01 19:12:22.557 8 INFO neutron.plugins.ml2.managers [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Initializing driver for type 'vlan' 2026-09-01 19:12:22.722 7 INFO neutron.plugins.ml2.managers [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Initializing driver for type 'vlan' 2026-09-01 19:12:22.837 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] VlanTypeDriver initialization complete 2026-09-01 19:12:22.837 8 INFO neutron.plugins.ml2.managers [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-09-01 19:12:22.837 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-09-01 19:12:22.837 8 INFO neutron.plugins.ml2.managers [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Initializing extension driver 'port_security' 2026-09-01 19:12:22.837 8 INFO neutron.plugins.ml2.extensions.port_security [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-09-01 19:12:22.837 8 INFO neutron.plugins.ml2.managers [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Initializing extension driver 'qos' 2026-09-01 19:12:22.837 8 INFO neutron.plugins.ml2.managers [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Initializing mechanism driver 'ovn' 2026-09-01 19:12:22.838 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Starting OVNMechanismDriver 2026-09-01 19:12:22.841 8 INFO neutron.services.logapi.drivers.ovn.driver [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] OVN logging driver registered 2026-09-01 19:12:22.847 8 INFO neutron.quota [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded quota_driver: . 2026-09-01 19:12:22.848 8 INFO neutron.plugins.ml2.plugin [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Modular L2 Plugin initialization complete 2026-09-01 19:12:22.848 8 INFO neutron.plugins.ml2.managers [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-09-01 19:12:22.848 8 INFO neutron.plugins.ml2.managers [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-09-01 19:12:22.848 8 INFO neutron.plugins.ml2.managers [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Got port-security extension from driver 'port_security' 2026-09-01 19:12:22.848 8 INFO neutron.manager [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loading Plugin: qos 2026-09-01 19:12:22.863 8 INFO neutron.manager [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loading Plugin: ovn-router 2026-09-01 19:12:22.902 8 INFO neutron.services.ovn_l3.plugin [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Starting OVNL3RouterPlugin 2026-09-01 19:12:22.905 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] VlanTypeDriver initialization complete 2026-09-01 19:12:22.906 7 INFO neutron.plugins.ml2.managers [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-09-01 19:12:22.906 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-09-01 19:12:22.907 7 INFO neutron.plugins.ml2.managers [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Initializing extension driver 'port_security' 2026-09-01 19:12:22.907 7 INFO neutron.plugins.ml2.extensions.port_security [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] PortSecurityExtensionDriver initialization complete 2026-09-01 19:12:22.907 7 INFO neutron.plugins.ml2.managers [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Initializing extension driver 'qos' 2026-09-01 19:12:22.907 7 INFO neutron.plugins.ml2.managers [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Initializing mechanism driver 'ovn' 2026-09-01 19:12:22.908 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Starting OVNMechanismDriver 2026-09-01 19:12:22.908 8 INFO neutron.manager [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loading Plugin: segments 2026-09-01 19:12:22.913 7 INFO neutron.services.logapi.drivers.ovn.driver [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] OVN logging driver registered 2026-09-01 19:12:22.929 7 INFO neutron.quota [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded quota_driver: . 2026-09-01 19:12:22.930 7 INFO neutron.plugins.ml2.plugin [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Modular L2 Plugin initialization complete 2026-09-01 19:12:22.930 7 INFO neutron.plugins.ml2.managers [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-09-01 19:12:22.930 7 INFO neutron.plugins.ml2.managers [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-09-01 19:12:22.931 7 INFO neutron.plugins.ml2.managers [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Got port-security extension from driver 'port_security' 2026-09-01 19:12:22.931 7 INFO neutron.manager [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loading Plugin: qos 2026-09-01 19:12:22.952 7 INFO neutron.manager [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loading Plugin: ovn-router 2026-09-01 19:12:22.989 7 INFO neutron.services.ovn_l3.plugin [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Starting OVNL3RouterPlugin 2026-09-01 19:12:22.993 7 INFO neutron.manager [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loading Plugin: segments 2026-09-01 19:12:23.005 8 INFO neutron.manager [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loading Plugin: trunk 2026-09-01 19:12:23.016 8 INFO neutron.manager [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loading Plugin: log 2026-09-01 19:12:23.019 8 INFO neutron.manager [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loading Plugin: ovn-vpnaas 2026-09-01 19:12:23.073 8 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-09-01 19:12:23.074 8 WARNING stevedore.named [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-09-01 19:12:23.088 7 INFO neutron.manager [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loading Plugin: trunk 2026-09-01 19:12:23.099 7 INFO neutron.manager [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loading Plugin: log 2026-09-01 19:12:23.103 7 INFO neutron.manager [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loading Plugin: ovn-vpnaas 2026-09-01 19:12:23.112 8 INFO neutron_vpnaas.services.vpn.plugin [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-09-01 19:12:23.112 8 INFO neutron.common.utils [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Disable filter validation extension by service plugin VPNOVNDriverPlugin. 2026-09-01 19:12:23.112 8 INFO neutron.manager [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loading Plugin: taas 2026-09-01 19:12:23.132 8 WARNING stevedore.named [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-09-01 19:12:23.138 8 INFO neutron_taas.services.taas.taas_plugin [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-09-01 19:12:23.138 8 INFO neutron.manager [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loading Plugin: tapmirror 2026-09-01 19:12:23.145 8 WARNING stevedore.named [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-09-01 19:12:23.146 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-09-01 19:12:23.146 8 INFO neutron.manager [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loading Plugin: auto_allocate 2026-09-01 19:12:23.151 8 INFO neutron.manager [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loading Plugin: tag 2026-09-01 19:12:23.157 7 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-09-01 19:12:23.157 8 INFO neutron.manager [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loading Plugin: timestamp 2026-09-01 19:12:23.157 7 WARNING stevedore.named [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-09-01 19:12:23.160 8 INFO neutron.manager [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loading Plugin: network_ip_availability 2026-09-01 19:12:23.163 8 INFO neutron.manager [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loading Plugin: flavors 2026-09-01 19:12:23.166 8 INFO neutron.manager [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loading Plugin: revisions 2026-09-01 19:12:23.169 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Initializing extension manager. 2026-09-01 19:12:23.171 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: address-group 2026-09-01 19:12:23.171 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: address-scope 2026-09-01 19:12:23.172 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-09-01 19:12:23.173 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: agent 2026-09-01 19:12:23.173 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-09-01 19:12:23.174 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: allowed-address-pairs 2026-09-01 19:12:23.175 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: auto-allocated-topology 2026-09-01 19:12:23.176 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: availability_zone 2026-09-01 19:12:23.176 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-09-01 19:12:23.177 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-09-01 19:12:23.177 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: default-subnetpools 2026-09-01 19:12:23.179 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-09-01 19:12:23.179 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: dns-integration 2026-09-01 19:12:23.180 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: dns-domain-ports 2026-09-01 19:12:23.180 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-09-01 19:12:23.181 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension dvr not supported by any of loaded plugins 2026-09-01 19:12:23.181 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-09-01 19:12:23.182 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: empty-string-filtering 2026-09-01 19:12:23.182 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-09-01 19:12:23.183 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-09-01 19:12:23.183 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: external-net 2026-09-01 19:12:23.184 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: extra_dhcp_opt 2026-09-01 19:12:23.184 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: extraroute 2026-09-01 19:12:23.185 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension extraroute-atomic not supported by any of loaded plugins 2026-09-01 19:12:23.185 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-09-01 19:12:23.186 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-09-01 19:12:23.186 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-09-01 19:12:23.187 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-09-01 19:12:23.187 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: fip-port-details 2026-09-01 19:12:23.188 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: flavors 2026-09-01 19:12:23.189 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-09-01 19:12:23.190 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: floatingip-pools 2026-09-01 19:12:23.190 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: ip_allocation 2026-09-01 19:12:23.191 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-09-01 19:12:23.191 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: l2_adjacency 2026-09-01 19:12:23.192 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: router 2026-09-01 19:12:23.194 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-09-01 19:12:23.195 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: enable-default-route-bfd 2026-09-01 19:12:23.195 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: enable-default-route-ecmp 2026-09-01 19:12:23.196 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: ext-gw-mode 2026-09-01 19:12:23.196 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: l3-ha 2026-09-01 19:12:23.197 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-09-01 19:12:23.197 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: external-gateway-multihoming 2026-09-01 19:12:23.198 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: l3-flavors 2026-09-01 19:12:23.199 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-09-01 19:12:23.199 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-09-01 19:12:23.200 7 INFO neutron_vpnaas.services.vpn.plugin [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-09-01 19:12:23.200 7 INFO neutron.common.utils [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Disable filter validation extension by service plugin VPNOVNDriverPlugin. 2026-09-01 19:12:23.200 7 INFO neutron.manager [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loading Plugin: taas 2026-09-01 19:12:23.202 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension l3_agent_scheduler not supported by any of loaded plugins 2026-09-01 19:12:23.203 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-09-01 19:12:23.204 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: logging 2026-09-01 19:12:23.205 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension metering not supported by any of loaded plugins 2026-09-01 19:12:23.205 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-09-01 19:12:23.206 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: multi-provider 2026-09-01 19:12:23.206 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: net-mtu 2026-09-01 19:12:23.207 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: net-mtu-writable 2026-09-01 19:12:23.208 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: network_availability_zone 2026-09-01 19:12:23.208 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-09-01 19:12:23.209 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: network-ip-availability 2026-09-01 19:12:23.210 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-09-01 19:12:23.210 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: pagination 2026-09-01 19:12:23.211 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: port-device-profile 2026-09-01 19:12:23.211 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-09-01 19:12:23.212 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-09-01 19:12:23.212 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-09-01 19:12:23.213 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-09-01 19:12:23.213 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-09-01 19:12:23.213 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-09-01 19:12:23.214 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-09-01 19:12:23.214 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: port-resource-request 2026-09-01 19:12:23.215 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: port-resource-request-groups 2026-09-01 19:12:23.215 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-09-01 19:12:23.216 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: binding 2026-09-01 19:12:23.217 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: binding-extended 2026-09-01 19:12:23.217 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: port-security 2026-09-01 19:12:23.218 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: project-id 2026-09-01 19:12:23.218 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: provider 2026-09-01 19:12:23.219 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: qinq 2026-09-01 19:12:23.221 7 WARNING stevedore.named [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-09-01 19:12:23.221 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: qos 2026-09-01 19:12:23.222 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-09-01 19:12:23.222 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-09-01 19:12:23.223 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: qos-default 2026-09-01 19:12:23.223 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: qos-fip 2026-09-01 19:12:23.224 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-09-01 19:12:23.224 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: qos-gateway-ip 2026-09-01 19:12:23.225 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: qos-port-network-policy 2026-09-01 19:12:23.225 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: qos-pps-minimum 2026-09-01 19:12:23.226 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-09-01 19:12:23.226 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: qos-pps 2026-09-01 19:12:23.227 7 INFO neutron_taas.services.taas.taas_plugin [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-09-01 19:12:23.227 7 INFO neutron.manager [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loading Plugin: tapmirror 2026-09-01 19:12:23.227 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: qos-rule-type-details 2026-09-01 19:12:23.227 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: qos-rule-type-filter 2026-09-01 19:12:23.228 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: qos-rules-alias 2026-09-01 19:12:23.228 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: quota-check-limit 2026-09-01 19:12:23.229 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: quota-check-limit-default 2026-09-01 19:12:23.231 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: quotas 2026-09-01 19:12:23.232 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: quota_details 2026-09-01 19:12:23.233 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: rbac-policies 2026-09-01 19:12:23.234 7 WARNING stevedore.named [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-09-01 19:12:23.234 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-09-01 19:12:23.234 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: rbac-address-scope 2026-09-01 19:12:23.235 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-09-01 19:12:23.235 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: rbac-security-groups 2026-09-01 19:12:23.235 7 INFO neutron.manager [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loading Plugin: auto_allocate 2026-09-01 19:12:23.235 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-09-01 19:12:23.236 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: revision-if-match 2026-09-01 19:12:23.237 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: standard-attr-revisions 2026-09-01 19:12:23.237 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: router_availability_zone 2026-09-01 19:12:23.238 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-09-01 19:12:23.239 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: security-groups-default-rules 2026-09-01 19:12:23.239 7 INFO neutron.manager [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loading Plugin: tag 2026-09-01 19:12:23.241 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-09-01 19:12:23.242 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-09-01 19:12:23.242 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-09-01 19:12:23.242 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-09-01 19:12:23.243 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-09-01 19:12:23.246 7 INFO neutron.manager [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loading Plugin: timestamp 2026-09-01 19:12:23.248 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: security-group 2026-09-01 19:12:23.248 7 INFO neutron.manager [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loading Plugin: network_ip_availability 2026-09-01 19:12:23.249 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: segment 2026-09-01 19:12:23.250 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-09-01 19:12:23.251 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: service-type 2026-09-01 19:12:23.251 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: sorting 2026-09-01 19:12:23.252 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: standard-attr-segment 2026-09-01 19:12:23.252 7 INFO neutron.manager [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loading Plugin: flavors 2026-09-01 19:12:23.252 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: standard-attr-description 2026-09-01 19:12:23.253 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: stateful-security-group 2026-09-01 19:12:23.253 8 WARNING neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-09-01 19:12:23.254 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-09-01 19:12:23.254 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: subnet-external-network 2026-09-01 19:12:23.255 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension subnet_onboard not supported by any of loaded plugins 2026-09-01 19:12:23.255 7 INFO neutron.manager [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loading Plugin: revisions 2026-09-01 19:12:23.255 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-09-01 19:12:23.256 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: subnet-service-types 2026-09-01 19:12:23.256 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: subnet_allocation 2026-09-01 19:12:23.257 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-09-01 19:12:23.258 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: tag-creation 2026-09-01 19:12:23.258 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-09-01 19:12:23.258 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Initializing extension manager. 2026-09-01 19:12:23.260 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: address-group 2026-09-01 19:12:23.261 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: address-scope 2026-09-01 19:12:23.261 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-09-01 19:12:23.262 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: agent 2026-09-01 19:12:23.262 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: standard-attr-tag 2026-09-01 19:12:23.263 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-09-01 19:12:23.263 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: standard-attr-timestamp 2026-09-01 19:12:23.264 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: trunk 2026-09-01 19:12:23.264 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: allowed-address-pairs 2026-09-01 19:12:23.264 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: trunk-details 2026-09-01 19:12:23.264 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: auto-allocated-topology 2026-09-01 19:12:23.265 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-09-01 19:12:23.265 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-09-01 19:12:23.265 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: availability_zone 2026-09-01 19:12:23.266 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: vlan-transparent 2026-09-01 19:12:23.266 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-09-01 19:12:23.266 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-09-01 19:12:23.266 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: vpn-aes-ctr 2026-09-01 19:12:23.267 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: default-subnetpools 2026-09-01 19:12:23.268 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: vpn-agent-scheduler 2026-09-01 19:12:23.268 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-09-01 19:12:23.269 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: dns-integration 2026-09-01 19:12:23.269 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-09-01 19:12:23.269 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: dns-domain-ports 2026-09-01 19:12:23.269 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: vpn-flavors 2026-09-01 19:12:23.270 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-09-01 19:12:23.270 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension dvr not supported by any of loaded plugins 2026-09-01 19:12:23.271 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-09-01 19:12:23.271 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: vpnaas 2026-09-01 19:12:23.271 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: empty-string-filtering 2026-09-01 19:12:23.271 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-09-01 19:12:23.272 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-09-01 19:12:23.272 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: taas 2026-09-01 19:12:23.272 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: external-net 2026-09-01 19:12:23.273 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: extra_dhcp_opt 2026-09-01 19:12:23.273 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: tap-mirror 2026-09-01 19:12:23.274 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: extraroute 2026-09-01 19:12:23.274 8 INFO neutron.api.extensions [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Loaded extension: taas-vlan-filter 2026-09-01 19:12:23.274 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension extraroute-atomic not supported by any of loaded plugins 2026-09-01 19:12:23.275 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-09-01 19:12:23.275 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-09-01 19:12:23.276 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-09-01 19:12:23.276 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of TrackedResource for resource:network 2026-09-01 19:12:23.276 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-09-01 19:12:23.276 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-09-01 19:12:23.276 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-01 19:12:23.277 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of TrackedResource for resource:port 2026-09-01 19:12:23.277 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: fip-port-details 2026-09-01 19:12:23.278 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: flavors 2026-09-01 19:12:23.279 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-09-01 19:12:23.279 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-01 19:12:23.280 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: floatingip-pools 2026-09-01 19:12:23.280 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-01 19:12:23.280 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: ip_allocation 2026-09-01 19:12:23.281 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-09-01 19:12:23.281 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: l2_adjacency 2026-09-01 19:12:23.283 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: router 2026-09-01 19:12:23.284 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-09-01 19:12:23.284 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-01 19:12:23.285 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: enable-default-route-bfd 2026-09-01 19:12:23.285 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-01 19:12:23.285 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: enable-default-route-ecmp 2026-09-01 19:12:23.285 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-01 19:12:23.286 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: ext-gw-mode 2026-09-01 19:12:23.286 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: l3-ha 2026-09-01 19:12:23.286 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-01 19:12:23.286 8 WARNING neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] subnetpool is already registered 2026-09-01 19:12:23.287 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-01 19:12:23.287 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-01 19:12:23.287 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-01 19:12:23.288 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-01 19:12:23.288 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-09-01 19:12:23.288 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-01 19:12:23.288 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: external-gateway-multihoming 2026-09-01 19:12:23.289 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-01 19:12:23.289 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-01 19:12:23.289 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: l3-flavors 2026-09-01 19:12:23.289 8 WARNING neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] ipsecpolicy is already registered 2026-09-01 19:12:23.289 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-01 19:12:23.289 8 WARNING neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] ikepolicy is already registered 2026-09-01 19:12:23.290 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-09-01 19:12:23.290 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-09-01 19:12:23.292 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension l3_agent_scheduler not supported by any of loaded plugins 2026-09-01 19:12:23.294 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-09-01 19:12:23.294 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-01 19:12:23.294 8 WARNING neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] router is already registered 2026-09-01 19:12:23.294 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-01 19:12:23.294 8 WARNING neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] floatingip is already registered 2026-09-01 19:12:23.295 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: logging 2026-09-01 19:12:23.296 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension metering not supported by any of loaded plugins 2026-09-01 19:12:23.296 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-09-01 19:12:23.297 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: multi-provider 2026-09-01 19:12:23.297 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: net-mtu 2026-09-01 19:12:23.298 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: net-mtu-writable 2026-09-01 19:12:23.298 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: network_availability_zone 2026-09-01 19:12:23.298 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-01 19:12:23.299 8 WARNING neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] rbac_policy is already registered 2026-09-01 19:12:23.299 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-09-01 19:12:23.299 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-01 19:12:23.299 8 WARNING neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] security_group is already registered 2026-09-01 19:12:23.299 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: network-ip-availability 2026-09-01 19:12:23.300 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-01 19:12:23.300 8 WARNING neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] security_group_rule is already registered 2026-09-01 19:12:23.300 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-09-01 19:12:23.300 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-01 19:12:23.301 8 WARNING neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] subnetpool is already registered 2026-09-01 19:12:23.301 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: pagination 2026-09-01 19:12:23.301 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-01 19:12:23.301 8 WARNING neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] trunk is already registered 2026-09-01 19:12:23.301 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: port-device-profile 2026-09-01 19:12:23.301 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-01 19:12:23.302 8 WARNING neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] ikepolicy is already registered 2026-09-01 19:12:23.302 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-09-01 19:12:23.302 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-01 19:12:23.302 8 WARNING neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] ipsecpolicy is already registered 2026-09-01 19:12:23.302 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-09-01 19:12:23.302 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-01 19:12:23.303 8 WARNING neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] endpoint_group is already registered 2026-09-01 19:12:23.303 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-09-01 19:12:23.303 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-01 19:12:23.303 8 WARNING neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] vpnservice is already registered 2026-09-01 19:12:23.303 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-09-01 19:12:23.303 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-01 19:12:23.304 8 WARNING neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] ipsec_site_connection is already registered 2026-09-01 19:12:23.304 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: port-mac-address-regenerate 2026-09-01 19:12:23.304 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-01 19:12:23.304 8 WARNING neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] ipsecpolicy is already registered 2026-09-01 19:12:23.304 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: port-numa-affinity-policy 2026-09-01 19:12:23.304 8 INFO neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-01 19:12:23.305 8 WARNING neutron.quota.resource_registry [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] ikepolicy is already registered 2026-09-01 19:12:23.305 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-09-01 19:12:23.305 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: port-resource-request 2026-09-01 19:12:23.306 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: port-resource-request-groups 2026-09-01 19:12:23.306 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-09-01 19:12:23.307 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: binding 2026-09-01 19:12:23.307 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: binding-extended 2026-09-01 19:12:23.308 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: port-security 2026-09-01 19:12:23.308 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: project-id 2026-09-01 19:12:23.309 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: provider 2026-09-01 19:12:23.310 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: qinq 2026-09-01 19:12:23.312 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: qos 2026-09-01 19:12:23.312 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: qos-bw-limit-direction 2026-09-01 19:12:23.313 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-09-01 19:12:23.313 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: qos-default 2026-09-01 19:12:23.314 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: qos-fip 2026-09-01 19:12:23.314 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-09-01 19:12:23.315 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: qos-gateway-ip 2026-09-01 19:12:23.315 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: qos-port-network-policy 2026-09-01 19:12:23.316 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: qos-pps-minimum 2026-09-01 19:12:23.316 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-09-01 19:12:23.317 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: qos-pps 2026-09-01 19:12:23.317 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: qos-rule-type-details 2026-09-01 19:12:23.318 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: qos-rule-type-filter 2026-09-01 19:12:23.318 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: qos-rules-alias 2026-09-01 19:12:23.319 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: quota-check-limit 2026-09-01 19:12:23.320 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: quota-check-limit-default 2026-09-01 19:12:23.322 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: quotas 2026-09-01 19:12:23.323 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: quota_details 2026-09-01 19:12:23.324 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: rbac-policies 2026-09-01 19:12:23.324 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-09-01 19:12:23.325 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: rbac-address-scope 2026-09-01 19:12:23.325 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: rbac-security-groups 2026-09-01 19:12:23.326 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-09-01 19:12:23.326 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: revision-if-match 2026-09-01 19:12:23.327 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: standard-attr-revisions 2026-09-01 19:12:23.328 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: router_availability_zone 2026-09-01 19:12:23.328 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-09-01 19:12:23.330 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: security-groups-default-rules 2026-09-01 19:12:23.330 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-09-01 19:12:23.331 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-09-01 19:12:23.331 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: security-groups-remote-address-group 2026-09-01 19:12:23.332 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-09-01 19:12:23.332 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: security-groups-shared-filtering 2026-09-01 19:12:23.336 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: security-group 2026-09-01 19:12:23.337 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: segment 2026-09-01 19:12:23.338 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-09-01 19:12:23.338 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: service-type 2026-09-01 19:12:23.339 8 WARNING keystonemiddleware._common.config [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-09-01 19:12:23.339 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: sorting 2026-09-01 19:12:23.339 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: standard-attr-segment 2026-09-01 19:12:23.340 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: standard-attr-description 2026-09-01 19:12:23.340 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: stateful-security-group 2026-09-01 19:12:23.341 7 WARNING neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-09-01 19:12:23.341 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-09-01 19:12:23.342 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: subnet-external-network 2026-09-01 19:12:23.342 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension subnet_onboard not supported by any of loaded plugins 2026-09-01 19:12:23.343 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: subnet-segmentid-writable 2026-09-01 19:12:23.343 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: subnet-service-types 2026-09-01 19:12:23.344 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: subnet_allocation 2026-09-01 19:12:23.345 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-09-01 19:12:23.345 8 WARNING oslo_config.cfg [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-09-01 19:12:23.345 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: tag-creation 2026-09-01 19:12:23.346 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-09-01 19:12:23.350 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: standard-attr-tag 2026-09-01 19:12:23.350 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: standard-attr-timestamp 2026-09-01 19:12:23.351 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: trunk 2026-09-01 19:12:23.351 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: trunk-details 2026-09-01 19:12:23.352 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-09-01 19:12:23.352 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-09-01 19:12:23.353 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: vlan-transparent 2026-09-01 19:12:23.353 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: vpn-aes-ctr 2026-09-01 19:12:23.355 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: vpn-agent-scheduler 2026-09-01 19:12:23.356 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: vpn-endpoint-groups 2026-09-01 19:12:23.357 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: vpn-flavors 2026-09-01 19:12:23.358 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: vpnaas 2026-09-01 19:12:23.360 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: taas 2026-09-01 19:12:23.361 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: tap-mirror 2026-09-01 19:12:23.361 7 INFO neutron.api.extensions [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Loaded extension: taas-vlan-filter 2026-09-01 19:12:23.363 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of TrackedResource for resource:network 2026-09-01 19:12:23.363 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-09-01 19:12:23.364 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-01 19:12:23.364 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of TrackedResource for resource:port 2026-09-01 19:12:23.365 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] uWSGI must provide a start time using the configuration parameter "start-time %t" in the configuration file 2026-09-01 19:12:23.367 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-01 19:12:23.367 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-01 19:12:23.372 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-01 19:12:23.372 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-01 19:12:23.373 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-01 19:12:23.374 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-01 19:12:23.374 7 WARNING neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] subnetpool is already registered 2026-09-01 19:12:23.374 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-01 19:12:23.375 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-01 19:12:23.375 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-01 19:12:23.375 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-01 19:12:23.375 8 INFO neutron.db.ovn_hash_ring_db [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Nodes from host "neutron-server-77c9656b4b-2kxr7" and group "mechanism_driver" removed from the Hash Ring created at 2026-09-01 19:12:23+00:00 2026-09-01 19:12:23.376 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-01 19:12:23.376 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-01 19:12:23.377 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-01 19:12:23.377 7 WARNING neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] ipsecpolicy is already registered 2026-09-01 19:12:23.377 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-01 19:12:23.377 7 WARNING neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] ikepolicy is already registered 2026-09-01 19:12:23.378 8 INFO neutron.db.ovn_hash_ring_db [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Node 2750ccd929b851d5b10b2af89d2cc269 from host "neutron-server-77c9656b4b-2kxr7" and group "mechanism_driver" added to the Hash Ring 2026-09-01 19:12:23.381 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-01 19:12:23.381 7 WARNING neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] router is already registered 2026-09-01 19:12:23.382 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-01 19:12:23.382 7 WARNING neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] floatingip is already registered 2026-09-01 19:12:23.386 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-01 19:12:23.386 7 WARNING neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] rbac_policy is already registered 2026-09-01 19:12:23.386 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-01 19:12:23.387 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Hash Ring probing thread for node 2750ccd929b851d5b10b2af89d2cc269 has started 2026-09-01 19:12:23.387 7 WARNING neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] security_group is already registered 2026-09-01 19:12:23.387 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-09-01 19:12:23.387 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-01 19:12:23.387 7 WARNING neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] security_group_rule is already registered 2026-09-01 19:12:23.389 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-01 19:12:23.389 7 WARNING neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] subnetpool is already registered 2026-09-01 19:12:23.389 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-01 19:12:23.389 7 WARNING neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] trunk is already registered 2026-09-01 19:12:23.390 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-01 19:12:23.390 7 WARNING neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] ikepolicy is already registered 2026-09-01 19:12:23.390 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-01 19:12:23.390 7 WARNING neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] ipsecpolicy is already registered 2026-09-01 19:12:23.391 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-01 19:12:23.391 7 WARNING neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] endpoint_group is already registered 2026-09-01 19:12:23.391 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-01 19:12:23.391 7 WARNING neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] vpnservice is already registered 2026-09-01 19:12:23.392 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-01 19:12:23.392 7 WARNING neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] ipsec_site_connection is already registered 2026-09-01 19:12:23.392 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-01 19:12:23.392 7 WARNING neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] ipsecpolicy is already registered 2026-09-01 19:12:23.393 7 INFO neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-01 19:12:23.393 7 WARNING neutron.quota.resource_registry [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] ikepolicy is already registered 2026-09-01 19:12:23.416 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] tcp:10.107.76.243:6641: connecting... 2026-09-01 19:12:23.416 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] tcp:10.107.76.243:6641: connected 2026-09-01 19:12:23.429 7 WARNING keystonemiddleware._common.config [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-09-01 19:12:23.435 7 WARNING oslo_config.cfg [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-09-01 19:12:23.455 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] uWSGI must provide a start time using the configuration parameter "start-time %t" in the configuration file 2026-09-01 19:12:23.468 7 INFO neutron.db.ovn_hash_ring_db [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Nodes from host "neutron-server-77c9656b4b-2kxr7" and group "mechanism_driver" removed from the Hash Ring created at 2026-09-01 19:12:23+00:00 2026-09-01 19:12:23.470 7 INFO neutron.db.ovn_hash_ring_db [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Node a9e832e236255ff9ae4983f0432a4823 from host "neutron-server-77c9656b4b-2kxr7" and group "mechanism_driver" added to the Hash Ring 2026-09-01 19:12:23.484 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Hash Ring probing thread for node a9e832e236255ff9ae4983f0432a4823 has started 2026-09-01 19:12:23.484 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-09-01 19:12:23.484 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-09-01 19:12:23.505 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] tcp:10.102.243.126:6642: connecting... 2026-09-01 19:12:23.506 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] tcp:10.102.243.126:6642: connected 2026-09-01 19:12:23.522 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] tcp:10.107.76.243:6641: connecting... 2026-09-01 19:12:23.522 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] tcp:10.107.76.243:6641: connected 2026-09-01 19:12:23.537 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] WorkerService process has finished the post initialization 2026-09-01 19:12:23.551 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension 2026-09-01 19:12:23.552 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [-] Starting OVNClientPlacementExtension 2026-09-01 19:12:23.558 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] tcp:10.107.76.243:6641: connecting... 2026-09-01 19:12:23.558 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] tcp:10.107.76.243:6641: connected 2026-09-01 19:12:23.562 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-09-01 19:12:23.586 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] tcp:10.102.243.126:6642: connecting... 2026-09-01 19:12:23.586 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] tcp:10.102.243.126:6642: connected 2026-09-01 19:12:23.604 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] tcp:10.107.76.243:6641: connecting... 2026-09-01 19:12:23.604 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d46c3c69-cb16-4e65-bc0d-95af4cbc0583 - - - - - -] tcp:10.107.76.243:6641: connected WSGI app 0 (mountpoint='') ready in 10 seconds on interpreter 0x7f97e60b6668 pid: 8 (default app) 2026-09-01 19:12:23.626 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] WorkerService process has finished the post initialization 2026-09-01 19:12:23.647 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] tcp:10.107.76.243:6641: connecting... 2026-09-01 19:12:23.648 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] tcp:10.107.76.243:6641: connected 2026-09-01 19:12:24.057 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] tcp:10.107.76.243:6641: connecting... 2026-09-01 19:12:24.058 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-8fc08a9c-b1f0-4a63-b774-dc862e919eda - - - - - -] tcp:10.107.76.243:6641: connected WSGI app 0 (mountpoint='') ready in 11 seconds on interpreter 0x7f97e60b6668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-01 19:12:25.486 8 INFO neutron.pecan_wsgi.hooks.translation [None req-88c52f37-3c05-4802-a107-994d2829af03 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 162.253.55.86 () {44 vars in 922 bytes} [Tue Sep 1 19:12:24 2026] GET /v2.0/networks/public => generated 108 bytes in 943 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 162.253.55.86 () {44 vars in 944 bytes} [Tue Sep 1 19:12:25 2026] GET /v2.0/networks?name=public => generated 15 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:12:26.080 8 INFO neutron.db.ovn_revision_numbers_db [None req-36fa9acc-4f46-47d6-a944-a2cfa81a366c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a7b9d0a2-05dd-48cf-8818-5f4c601b8a12 (type: security_groups) to 1 2026-09-01 19:12:26.092 8 INFO neutron.db.ovn_revision_numbers_db [None req-36fa9acc-4f46-47d6-a944-a2cfa81a366c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 3d9ea08c-9429-47c5-8d4f-8dce2b8d34d0 (type: security_group_rules) to 0 2026-09-01 19:12:26.101 8 INFO neutron.db.ovn_revision_numbers_db [None req-36fa9acc-4f46-47d6-a944-a2cfa81a366c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 8e56748f-dcea-41db-bd33-d849960d836e (type: security_group_rules) to 0 2026-09-01 19:12:26.111 8 INFO neutron.db.ovn_revision_numbers_db [None req-36fa9acc-4f46-47d6-a944-a2cfa81a366c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource af133290-4ca0-4715-a128-42ebf3c97595 (type: security_group_rules) to 0 2026-09-01 19:12:26.120 8 INFO neutron.db.ovn_revision_numbers_db [None req-36fa9acc-4f46-47d6-a944-a2cfa81a366c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e7578191-51cb-48e6-8072-9600e92f6c8d (type: security_group_rules) to 0 2026-09-01 19:12:26.186 8 WARNING neutron.services.revisions.revision_plugin [None req-36fa9acc-4f46-47d6-a944-a2cfa81a366c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Could not find related network for resource to bump revision. 2026-09-01 19:12:26.210 8 INFO neutron.db.segments_db [None req-36fa9acc-4f46-47d6-a944-a2cfa81a366c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Added segment 95ddd42d-2163-483e-8351-aeec3649451c of type flat for network ef59a445-5760-4c1b-9616-3cf3b867f0d6 2026-09-01 19:12:26.424 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status down for port: provnet-95ddd42d-2163-483e-8351-aeec3649451c 2026-09-01 19:12:26.543 8 INFO neutron.db.ovn_revision_numbers_db [None req-36fa9acc-4f46-47d6-a944-a2cfa81a366c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ef59a445-5760-4c1b-9616-3cf3b867f0d6 (type: networks) to 1 2026-09-01 19:12:26.888 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-36fa9acc-4f46-47d6-a944-a2cfa81a366c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:12:26.890 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-36fa9acc-4f46-47d6-a944-a2cfa81a366c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:12:27.183 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-92b0bc78-b0bf-4ab3-b98e-6c60593725b5 - - - - - -] OVN reports status down for port: a97c3107-e513-4ab0-8ac0-20a421c32c91 2026-09-01 19:12:27.260 8 INFO neutron.db.ovn_revision_numbers_db [None req-36fa9acc-4f46-47d6-a944-a2cfa81a366c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a97c3107-e513-4ab0-8ac0-20a421c32c91 (type: ports) to 1 [pid: 8|app: 0|req: 4/6] 162.253.55.86 () {48 vars in 962 bytes} [Tue Sep 1 19:12:25 2026] POST /v2.0/networks => generated 744 bytes in 1571 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:12:28.784 7 INFO neutron.pecan_wsgi.hooks.translation [None req-533b329c-5b7e-4d85-9cfa-98c6e0dc56a4 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/7] 162.253.55.86 () {44 vars in 922 bytes} [Tue Sep 1 19:12:28 2026] GET /v2.0/networks/public => generated 108 bytes in 405 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/8] 162.253.55.86 () {44 vars in 944 bytes} [Tue Sep 1 19:12:28 2026] GET /v2.0/networks?name=public => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:12:28.908 7 INFO neutron.pecan_wsgi.hooks.translation [None req-90ea8490-fc3a-4b6f-a0b6-b856fd8597a0 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/9] 162.253.55.86 () {44 vars in 1029 bytes} [Tue Sep 1 19:12:28 2026] GET /v2.0/subnets/public-subnet?network_id=ef59a445-5760-4c1b-9616-3cf3b867f0d6 => generated 113 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/10] 162.253.55.86 () {44 vars in 1052 bytes} [Tue Sep 1 19:12:28 2026] GET /v2.0/subnets?name=public-subnet&network_id=ef59a445-5760-4c1b-9616-3cf3b867f0d6 => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:12:29.395 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1fe62117-ffc8-41cb-b54b-786c65727f33 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:12:29.397 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1fe62117-ffc8-41cb-b54b-786c65727f33 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:12:29.397 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-1fe62117-ffc8-41cb-b54b-786c65727f33 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Starting OVNClientQosExtension 2026-09-01 19:12:29.397 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [None req-1fe62117-ffc8-41cb-b54b-786c65727f33 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Starting OVNClientPlacementExtension 2026-09-01 19:12:30.136 7 INFO neutron.db.ovn_revision_numbers_db [None req-bd607234-4ee5-4bdd-a074-0e759cdb5b6c - - - - - -] Successfully bumped revision number for resource a97c3107-e513-4ab0-8ac0-20a421c32c91 (type: ports) to 2 2026-09-01 19:12:30.171 7 INFO neutron.db.ovn_revision_numbers_db [None req-bd607234-4ee5-4bdd-a074-0e759cdb5b6c - - - - - -] Successfully bumped revision number for resource 904c8298-91bf-4991-a457-0d66d8a8bb05 (type: subnets) to 0 [pid: 7|app: 0|req: 5/11] 162.253.55.86 () {48 vars in 960 bytes} [Tue Sep 1 19:12:28 2026] POST /v2.0/subnets => generated 664 bytes in 1230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:17:30.963 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a2c3516e-a545-4872-9385-0b0a0a1f67b0 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 24/49] 162.253.55.86 () {44 vars in 932 bytes} [Tue Sep 1 19:17:30 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 207 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 26/50] 162.253.55.86 () {44 vars in 954 bytes} [Tue Sep 1 19:17:30 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:17:31.138 7 INFO neutron.db.segments_db [None req-944986bb-272d-4d7e-ab60-fa7b49c2e8f8 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Added segment 42394fe7-739a-4ab6-bea4-a6b9c2c6884f of type geneve for network 41733bde-53e7-4701-8456-0c84696ff3c0 2026-09-01 19:17:31.312 7 INFO neutron.db.ovn_revision_numbers_db [None req-944986bb-272d-4d7e-ab60-fa7b49c2e8f8 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 41733bde-53e7-4701-8456-0c84696ff3c0 (type: networks) to 1 2026-09-01 19:17:31.542 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-944986bb-272d-4d7e-ab60-fa7b49c2e8f8 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:17:31.543 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-944986bb-272d-4d7e-ab60-fa7b49c2e8f8 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 41733bde-53e7-4701-8456-0c84696ff3c0: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:17:31.596 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status down for port: 18f2daa3-dee8-416b-af9f-be4b18f8ffaf 2026-09-01 19:17:31.693 7 INFO neutron.db.ovn_revision_numbers_db [None req-944986bb-272d-4d7e-ab60-fa7b49c2e8f8 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 18f2daa3-dee8-416b-af9f-be4b18f8ffaf (type: ports) to 1 [pid: 7|app: 0|req: 25/51] 162.253.55.86 () {48 vars in 961 bytes} [Tue Sep 1 19:17:30 2026] POST /v2.0/networks => generated 748 bytes in 750 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:17:32.764 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e5e5f7ac-3c36-435e-9c02-f4ce7a64dd2a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 27/52] 162.253.55.86 () {44 vars in 932 bytes} [Tue Sep 1 19:17:32 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/53] 162.253.55.86 () {44 vars in 954 bytes} [Tue Sep 1 19:17:32 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 738 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:17:32.873 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eaa5b8da-e118-4732-acd3-65bbbec754f5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 28/54] 162.253.55.86 () {44 vars in 1031 bytes} [Tue Sep 1 19:17:32 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=41733bde-53e7-4701-8456-0c84696ff3c0 => generated 114 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/55] 162.253.55.86 () {44 vars in 1054 bytes} [Tue Sep 1 19:17:32 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=41733bde-53e7-4701-8456-0c84696ff3c0 => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:17:33.093 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3b39fdba-6618-4908-80a9-4e93de4be42a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:17:33.095 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3b39fdba-6618-4908-80a9-4e93de4be42a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 41733bde-53e7-4701-8456-0c84696ff3c0: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:17:33.689 8 INFO neutron.db.ovn_revision_numbers_db [None req-7e268c15-d412-4fc6-bd5a-e2e2856c1203 - - - - - -] Successfully bumped revision number for resource 18f2daa3-dee8-416b-af9f-be4b18f8ffaf (type: ports) to 2 2026-09-01 19:17:33.749 8 INFO neutron.db.ovn_revision_numbers_db [None req-7e268c15-d412-4fc6-bd5a-e2e2856c1203 - - - - - -] Successfully bumped revision number for resource 73b675dd-2b55-4789-bf75-e08375a0a6f1 (type: subnets) to 0 [pid: 8|app: 0|req: 29/56] 162.253.55.86 () {48 vars in 960 bytes} [Tue Sep 1 19:17:32 2026] POST /v2.0/subnets => generated 651 bytes in 831 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:17:35.124 7 INFO neutron.api.v2.resource [None req-14d3c82c-f2fd-4797-93d9-e423974741b8 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 28/57] 162.253.55.86 () {44 vars in 966 bytes} [Tue Sep 1 19:17:35 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/58] 162.253.55.86 () {44 vars in 988 bytes} [Tue Sep 1 19:17:35 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:17:35.352 7 INFO neutron.db.ovn_revision_numbers_db [None req-72518b79-6644-4338-80eb-9aa9ea659379 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4caa240a-eed1-48fa-a21b-afb31b2eca21 (type: security_groups) to 1 2026-09-01 19:17:35.376 7 INFO neutron.db.ovn_revision_numbers_db [None req-72518b79-6644-4338-80eb-9aa9ea659379 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4138b06f-1213-4f81-a43e-c24a2356b854 (type: security_group_rules) to 0 2026-09-01 19:17:35.394 7 INFO neutron.db.ovn_revision_numbers_db [None req-72518b79-6644-4338-80eb-9aa9ea659379 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource effe2930-5ba5-451a-be0d-4226154794cc (type: security_group_rules) to 0 [pid: 7|app: 0|req: 29/59] 162.253.55.86 () {48 vars in 975 bytes} [Tue Sep 1 19:17:35 2026] POST /v2.0/security-groups => generated 1616 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/60] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:17:36 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 1616 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/61] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:17:36 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 1616 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/62] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:17:36 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 1616 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:17:36.945 7 INFO neutron.db.ovn_revision_numbers_db [None req-7fc8ae1c-725c-499c-9135-e83afca63294 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e191e9e8-92d7-4dba-a095-eb680b61c3fd (type: security_group_rules) to 0 [pid: 7|app: 0|req: 31/63] 162.253.55.86 () {48 vars in 986 bytes} [Tue Sep 1 19:17:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/64] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:17:37 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 2230 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/65] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:17:37 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 2230 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/66] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:17:37 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 2230 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:17:38.172 7 INFO neutron.db.ovn_revision_numbers_db [None req-3286850d-1977-40f6-ab0e-088be946194c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource d219b06e-9d5a-4b4c-80d0-0c2a5ec3cbd4 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 33/67] 162.253.55.86 () {48 vars in 986 bytes} [Tue Sep 1 19:17:38 2026] POST /v2.0/security-group-rules => generated 603 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/68] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:17:39 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/69] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:17:39 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 2846 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/70] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:17:39 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:17:39.425 7 INFO neutron.db.ovn_revision_numbers_db [None req-c687fc2c-8478-4c7f-ae05-f328d025e23a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 258c89ce-2f83-4256-a656-6267d244ae43 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 35/71] 162.253.55.86 () {48 vars in 986 bytes} [Tue Sep 1 19:17:39 2026] POST /v2.0/security-group-rules => generated 603 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/72] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:17:40 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 3462 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/73] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:17:40 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 3462 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/74] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:17:40 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 3462 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:17:40.667 7 INFO neutron.db.ovn_revision_numbers_db [None req-ce6c1631-229f-45c4-9a4e-c2656db2c73e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ad6f42e9-3851-4297-9093-d6ae668d3733 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 37/75] 162.253.55.86 () {48 vars in 986 bytes} [Tue Sep 1 19:17:40 2026] POST /v2.0/security-group-rules => generated 603 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/77] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:17:41 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 4078 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/78] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:17:41 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 4078 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/79] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:17:41 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:17:41.942 7 INFO neutron.db.ovn_revision_numbers_db [None req-5586da85-63a1-4fc4-9c20-04817a07013c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a4108bd6-45a5-4b73-ac40-68f2a3928cc3 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 40/80] 162.253.55.86 () {48 vars in 986 bytes} [Tue Sep 1 19:17:41 2026] POST /v2.0/security-group-rules => generated 603 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/82] 162.253.55.86 () {44 vars in 982 bytes} [Tue Sep 1 19:17:43 2026] GET /v2.0/networks/41733bde-53e7-4701-8456-0c84696ff3c0 => generated 773 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:17:43.292 7 INFO neutron.pecan_wsgi.hooks.translation [None req-53442a02-bd02-4c6d-a5b4-04d51669ef32 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 41/83] 162.253.55.86 () {44 vars in 1071 bytes} [Tue Sep 1 19:17:43 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=41733bde-53e7-4701-8456-0c84696ff3c0 => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/84] 162.253.55.86 () {44 vars in 1094 bytes} [Tue Sep 1 19:17:43 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=41733bde-53e7-4701-8456-0c84696ff3c0 => 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: 42/85] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:17:43 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:17:43.654 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2ac382b0-db0c-4de5-9d9b-0027d0c56670 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:17:43.655 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2ac382b0-db0c-4de5-9d9b-0027d0c56670 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 41733bde-53e7-4701-8456-0c84696ff3c0: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:17:43.749 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8c80dac1-f14b-4496-a839-a696ca21fb08 - - - - - -] OVN reports status down for port: 482a3310-9b56-4b91-8d83-6f2501ec3f2b 2026-09-01 19:17:43.792 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ac382b0-db0c-4de5-9d9b-0027d0c56670 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 482a3310-9b56-4b91-8d83-6f2501ec3f2b (type: ports) to 1 [pid: 8|app: 0|req: 44/86] 162.253.55.86 () {48 vars in 956 bytes} [Tue Sep 1 19:17:43 2026] POST /v2.0/ports => generated 1096 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-01 19:17:52.717 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e6a16813-f42c-4d63-9e69-a430e2f8c855 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 43/87] 162.253.55.86 () {44 vars in 974 bytes} [Tue Sep 1 19:17:52 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 45/88] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:17:52 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:17:53.323 7 INFO neutron.db.ovn_revision_numbers_db [None req-414d9b44-9c11-4445-b2f4-9ccd3dd11282 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 482a3310-9b56-4b91-8d83-6f2501ec3f2b (type: ports) to 4 [pid: 7|app: 0|req: 44/89] 162.253.55.86 () {48 vars in 1026 bytes} [Tue Sep 1 19:17:52 2026] PUT /v2.0/ports/482a3310-9b56-4b91-8d83-6f2501ec3f2b => generated 1214 bytes in 514 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/90] 162.253.55.86 () {44 vars in 915 bytes} [Tue Sep 1 19:17:54 2026] GET /v2.0/ports => generated 3331 bytes in 164 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-09-01 19:17:55.959 7 INFO neutron.api.v2.resource [None req-148b3174-9d19-4321-a37e-e6cb269b7df7 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 45/91] 162.253.55.86 () {44 vars in 954 bytes} [Tue Sep 1 19:17:55 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 69 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/92] 162.253.55.86 () {44 vars in 976 bytes} [Tue Sep 1 19:17:55 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:17:56.159 7 INFO neutron.db.ovn_revision_numbers_db [None req-856eaf2d-2219-4a8e-9c46-4469a5c317b3 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 3f31af52-6c9b-4add-a283-d2d0bb252a5b (type: security_groups) to 1 2026-09-01 19:17:56.174 7 INFO neutron.db.ovn_revision_numbers_db [None req-856eaf2d-2219-4a8e-9c46-4469a5c317b3 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 17f782a0-e97c-41e8-a162-2ef169261b87 (type: security_group_rules) to 0 2026-09-01 19:17:56.190 7 INFO neutron.db.ovn_revision_numbers_db [None req-856eaf2d-2219-4a8e-9c46-4469a5c317b3 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource d47a9e30-14f3-48e4-aba9-d29584da2cfb (type: security_group_rules) to 0 [pid: 7|app: 0|req: 46/93] 162.253.55.86 () {48 vars in 975 bytes} [Tue Sep 1 19:17:56 2026] POST /v2.0/security-groups => generated 1610 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/96] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:17:57 2026] GET /v2.0/security-groups/3f31af52-6c9b-4add-a283-d2d0bb252a5b => generated 1610 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/97] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:17:57 2026] GET /v2.0/security-groups/3f31af52-6c9b-4add-a283-d2d0bb252a5b => generated 1610 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/98] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:17:57 2026] GET /v2.0/security-groups/3f31af52-6c9b-4add-a283-d2d0bb252a5b => generated 1610 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:17:57.488 7 INFO neutron.db.ovn_revision_numbers_db [None req-28f74064-a518-4ca1-b3f5-032cc68ce5b3 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 655569ac-fab9-49b1-b304-4eacea15bfe3 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 49/99] 162.253.55.86 () {48 vars in 986 bytes} [Tue Sep 1 19:17:57 2026] POST /v2.0/security-group-rules => generated 621 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/100] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:17:58 2026] GET /v2.0/security-groups/3f31af52-6c9b-4add-a283-d2d0bb252a5b => generated 2244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/101] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:17:58 2026] GET /v2.0/security-groups/3f31af52-6c9b-4add-a283-d2d0bb252a5b => generated 2244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/102] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:17:58 2026] GET /v2.0/security-groups/3f31af52-6c9b-4add-a283-d2d0bb252a5b => generated 2244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:17:58.816 7 INFO neutron.db.ovn_revision_numbers_db [None req-da9e89c4-826f-4017-8cb0-79884e8b7e6f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 0ee0e66e-4355-4188-bf4f-4228695c121d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 51/103] 162.253.55.86 () {48 vars in 986 bytes} [Tue Sep 1 19:17:58 2026] POST /v2.0/security-group-rules => generated 625 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/112] 162.253.55.86 () {44 vars in 970 bytes} [Tue Sep 1 19:19:10 2026] GET /v2.0/quotas/ca4f66caaf7d4451bc8cd4c437dfa4cf => 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: 56/115] 162.253.55.86 () {48 vars in 1022 bytes} [Tue Sep 1 19:19:11 2026] PUT /v2.0/quotas/ca4f66caaf7d4451bc8cd4c437dfa4cf => generated 291 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-01 19:21:43.080 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b693e86b-5923-4e3e-91f9-578ab558fe30 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 70/136] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:21:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 153 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: 67/137] 162.253.55.86 () {30 vars in 762 bytes} [Tue Sep 1 19:21:43 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1217 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:21:45.198 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a007a24d-c57d-4bea-8862-ffaac027f271 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 71/138] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:21:45 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/139] 162.253.55.86 () {30 vars in 762 bytes} [Tue Sep 1 19:21:45 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1217 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:21:46.907 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8c80dac1-f14b-4496-a839-a696ca21fb08 - - - - - -] OVN reports status up for port: 482a3310-9b56-4b91-8d83-6f2501ec3f2b 2026-09-01 19:21:46.926 7 INFO neutron.plugins.ml2.plugin [None req-8c80dac1-f14b-4496-a839-a696ca21fb08 - - - - - -] Attempt 1 to provision port 482a3310-9b56-4b91-8d83-6f2501ec3f2b 2026-09-01 19:21:47.140 7 INFO neutron.db.ovn_revision_numbers_db [None req-8c80dac1-f14b-4496-a839-a696ca21fb08 - - - - - -] Successfully bumped revision number for resource 482a3310-9b56-4b91-8d83-6f2501ec3f2b (type: ports) to 5 2026-09-01 19:28:14.017 8 INFO neutron.api.v2.resource [None req-b529fbaa-dfad-44a1-8e0d-b17bd8f4dfcf 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 98/192] 162.253.55.86 () {44 vars in 1069 bytes} [Tue Sep 1 19:28:13 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=94b06728959243febae2877b73ae45c5 => generated 139 bytes in 198 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-09-01 19:28:14.199 7 INFO neutron.db.ovn_revision_numbers_db [None req-dd829526-80d7-40ca-a75f-a6d3e11d501b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 20aa2fc4-5f28-473c-8f24-cd5b81166b01 (type: security_groups) to 1 2026-09-01 19:28:14.214 7 INFO neutron.db.ovn_revision_numbers_db [None req-dd829526-80d7-40ca-a75f-a6d3e11d501b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 0a14b679-9a9d-4118-a59f-2945ba1f9142 (type: security_group_rules) to 0 2026-09-01 19:28:14.224 7 INFO neutron.db.ovn_revision_numbers_db [None req-dd829526-80d7-40ca-a75f-a6d3e11d501b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 27eee55e-5e20-4c01-8191-36e6daab3ae2 (type: security_group_rules) to 0 2026-09-01 19:28:14.236 7 INFO neutron.db.ovn_revision_numbers_db [None req-dd829526-80d7-40ca-a75f-a6d3e11d501b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource bc1f0f72-c418-43f3-9e07-39bea27517a1 (type: security_group_rules) to 0 2026-09-01 19:28:14.247 7 INFO neutron.db.ovn_revision_numbers_db [None req-dd829526-80d7-40ca-a75f-a6d3e11d501b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource cddc70cf-3fb0-420f-927d-d908029a7266 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 95/193] 162.253.55.86 () {44 vars in 1092 bytes} [Tue Sep 1 19:28:14 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=94b06728959243febae2877b73ae45c5 => generated 23 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:28:14.522 8 INFO neutron.db.ovn_revision_numbers_db [None req-b5536f4e-2f14-4a3a-bc22-3bcef10e2563 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 9ad89951-278f-47b7-8e02-6eda94f303dd (type: security_groups) to 1 2026-09-01 19:28:14.532 8 INFO neutron.db.ovn_revision_numbers_db [None req-b5536f4e-2f14-4a3a-bc22-3bcef10e2563 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 3add3baf-cda4-4747-b465-55b1ff231aad (type: security_group_rules) to 0 2026-09-01 19:28:14.541 8 INFO neutron.db.ovn_revision_numbers_db [None req-b5536f4e-2f14-4a3a-bc22-3bcef10e2563 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 533eec57-97a4-4835-9094-d3b6f9e63e73 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 99/194] 162.253.55.86 () {48 vars in 976 bytes} [Tue Sep 1 19:28:14 2026] POST /v2.0/security-groups => generated 1624 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 96/195] 162.253.55.86 () {44 vars in 1083 bytes} [Tue Sep 1 19:28:15 2026] GET /v2.0/security-groups/9ad89951-278f-47b7-8e02-6eda94f303dd?project_id=94b06728959243febae2877b73ae45c5 => generated 1624 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/196] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:28:15 2026] GET /v2.0/security-groups/9ad89951-278f-47b7-8e02-6eda94f303dd => 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: 97/197] 162.253.55.86 () {44 vars in 1083 bytes} [Tue Sep 1 19:28:15 2026] GET /v2.0/security-groups/9ad89951-278f-47b7-8e02-6eda94f303dd?project_id=94b06728959243febae2877b73ae45c5 => generated 1624 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:28:16.185 8 INFO neutron.db.ovn_revision_numbers_db [None req-74bb5a04-96cc-4876-9652-022906e0ec56 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 70b7a7ee-3752-4a91-b9e7-d705ac9316da (type: security_group_rules) to 0 [pid: 8|app: 0|req: 101/198] 162.253.55.86 () {48 vars in 986 bytes} [Tue Sep 1 19:28:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 98/199] 162.253.55.86 () {44 vars in 1083 bytes} [Tue Sep 1 19:28:17 2026] GET /v2.0/security-groups/9ad89951-278f-47b7-8e02-6eda94f303dd?project_id=94b06728959243febae2877b73ae45c5 => generated 2234 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/200] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:28:17 2026] GET /v2.0/security-groups/9ad89951-278f-47b7-8e02-6eda94f303dd => generated 2234 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/201] 162.253.55.86 () {44 vars in 1083 bytes} [Tue Sep 1 19:28:17 2026] GET /v2.0/security-groups/9ad89951-278f-47b7-8e02-6eda94f303dd?project_id=94b06728959243febae2877b73ae45c5 => generated 2234 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:28:17.740 8 INFO neutron.db.ovn_revision_numbers_db [None req-e5ef517e-46c3-48f6-9017-b51baaa5900a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 965b1297-84fb-4eb9-8e8e-da274853cea5 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 103/202] 162.253.55.86 () {48 vars in 986 bytes} [Tue Sep 1 19:28:17 2026] POST /v2.0/security-group-rules => generated 599 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/203] 162.253.55.86 () {44 vars in 1083 bytes} [Tue Sep 1 19:28:18 2026] GET /v2.0/security-groups/9ad89951-278f-47b7-8e02-6eda94f303dd?project_id=94b06728959243febae2877b73ae45c5 => 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: 104/204] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:28:18 2026] GET /v2.0/security-groups/9ad89951-278f-47b7-8e02-6eda94f303dd => generated 2846 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/205] 162.253.55.86 () {44 vars in 1083 bytes} [Tue Sep 1 19:28:18 2026] GET /v2.0/security-groups/9ad89951-278f-47b7-8e02-6eda94f303dd?project_id=94b06728959243febae2877b73ae45c5 => generated 2846 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:28:19.114 8 INFO neutron.db.ovn_revision_numbers_db [None req-581ff16b-b512-4457-819e-005a28480b79 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 5438da56-23fd-4a07-8b98-0c96973acc85 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 105/206] 162.253.55.86 () {48 vars in 986 bytes} [Tue Sep 1 19:28:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/207] 162.253.55.86 () {44 vars in 1083 bytes} [Tue Sep 1 19:28:20 2026] GET /v2.0/security-groups/9ad89951-278f-47b7-8e02-6eda94f303dd?project_id=94b06728959243febae2877b73ae45c5 => generated 3460 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/208] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:28:20 2026] GET /v2.0/security-groups/9ad89951-278f-47b7-8e02-6eda94f303dd => generated 3460 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/209] 162.253.55.86 () {44 vars in 1083 bytes} [Tue Sep 1 19:28:20 2026] GET /v2.0/security-groups/9ad89951-278f-47b7-8e02-6eda94f303dd?project_id=94b06728959243febae2877b73ae45c5 => generated 3460 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:28:20.752 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c317549-c539-405b-b571-7b2032ea19a0 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 111deb30-bc5c-492a-a60c-aeee9a757bbd (type: security_group_rules) to 0 [pid: 8|app: 0|req: 107/210] 162.253.55.86 () {48 vars in 986 bytes} [Tue Sep 1 19:28:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/231] 162.253.55.86 () {30 vars in 739 bytes} [Tue Sep 1 19:30:45 2026] GET /v2.0/networks?tenant_id=94b06728959243febae2877b73ae45c5&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-09-01 19:30:45.624 7 INFO neutron.db.segments_db [None req-25aac500-9e7a-4764-b642-a59fe6813cae 9ed686ac1ae14be9bec4749be0c2cbff 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Added segment 1cbcc84c-e7a8-4380-920b-bcdefce0bf03 of type geneve for network 1e6c3cfc-56bc-4ab6-9513-4a2be7c426c9 2026-09-01 19:30:45.751 7 INFO neutron.db.ovn_revision_numbers_db [None req-25aac500-9e7a-4764-b642-a59fe6813cae 9ed686ac1ae14be9bec4749be0c2cbff 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource 1e6c3cfc-56bc-4ab6-9513-4a2be7c426c9 (type: networks) to 1 2026-09-01 19:30:45.974 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-25aac500-9e7a-4764-b642-a59fe6813cae 9ed686ac1ae14be9bec4749be0c2cbff 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] No more DHCP agents 2026-09-01 19:30:45.976 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-25aac500-9e7a-4764-b642-a59fe6813cae 9ed686ac1ae14be9bec4749be0c2cbff 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Unable to schedule network 1e6c3cfc-56bc-4ab6-9513-4a2be7c426c9: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:30:46.034 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-92b0bc78-b0bf-4ab3-b98e-6c60593725b5 - - - - - -] OVN reports status down for port: bc4d6b8f-4cd2-40c9-a989-38f60ed589da 2026-09-01 19:30:46.072 7 INFO neutron.db.ovn_revision_numbers_db [None req-25aac500-9e7a-4764-b642-a59fe6813cae 9ed686ac1ae14be9bec4749be0c2cbff 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource bc4d6b8f-4cd2-40c9-a989-38f60ed589da (type: ports) to 1 [pid: 7|app: 0|req: 114/232] 162.253.55.86 () {34 vars in 681 bytes} [Tue Sep 1 19:30:45 2026] POST /v2.0/networks => generated 759 bytes in 592 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/233] 162.253.55.86 () {30 vars in 721 bytes} [Tue Sep 1 19:30:46 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/234] 162.253.55.86 () {30 vars in 632 bytes} [Tue Sep 1 19:30:46 2026] GET /v2.0/extensions => generated 20541 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-09-01 19:30:46.338 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4381e743-f388-4a91-a1d3-4c13a6e06501 9ed686ac1ae14be9bec4749be0c2cbff 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] No more DHCP agents 2026-09-01 19:30:46.339 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4381e743-f388-4a91-a1d3-4c13a6e06501 9ed686ac1ae14be9bec4749be0c2cbff 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Unable to schedule network 1e6c3cfc-56bc-4ab6-9513-4a2be7c426c9: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:30:46.380 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-92b0bc78-b0bf-4ab3-b98e-6c60593725b5 - - - - - -] OVN reports status down for port: 5b9651e3-e8ca-4387-aa90-60c906c69a30 2026-09-01 19:30:46.442 8 INFO neutron.db.ovn_revision_numbers_db [None req-4381e743-f388-4a91-a1d3-4c13a6e06501 9ed686ac1ae14be9bec4749be0c2cbff 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource 5b9651e3-e8ca-4387-aa90-60c906c69a30 (type: ports) to 1 2026-09-01 19:30:46.667 8 INFO neutron.db.ovn_revision_numbers_db [None req-4381e743-f388-4a91-a1d3-4c13a6e06501 9ed686ac1ae14be9bec4749be0c2cbff 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource 5b9651e3-e8ca-4387-aa90-60c906c69a30 (type: ports) to 3 [pid: 8|app: 0|req: 120/235] 162.253.55.86 () {34 vars in 676 bytes} [Tue Sep 1 19:30:46 2026] POST /v2.0/ports => generated 968 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/236] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:30:46 2026] GET /v2.0/networks/1e6c3cfc-56bc-4ab6-9513-4a2be7c426c9 => generated 746 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:30:47.439 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-92b0bc78-b0bf-4ab3-b98e-6c60593725b5 - - - - - -] OVN reports status up for port: 5b9651e3-e8ca-4387-aa90-60c906c69a30 2026-09-01 19:30:47.453 8 INFO neutron.plugins.ml2.plugin [None req-92b0bc78-b0bf-4ab3-b98e-6c60593725b5 - - - - - -] Attempt 1 to provision port 5b9651e3-e8ca-4387-aa90-60c906c69a30 2026-09-01 19:30:47.574 8 INFO neutron.db.ovn_revision_numbers_db [None req-92b0bc78-b0bf-4ab3-b98e-6c60593725b5 - - - - - -] Successfully bumped revision number for resource 5b9651e3-e8ca-4387-aa90-60c906c69a30 (type: ports) to 4 [pid: 8|app: 0|req: 121/237] 162.253.55.86 () {30 vars in 721 bytes} [Tue Sep 1 19:30:48 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/238] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:30:48 2026] GET /v2.0/networks/1e6c3cfc-56bc-4ab6-9513-4a2be7c426c9 => generated 746 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/241] 162.253.55.86 () {44 vars in 970 bytes} [Tue Sep 1 19:31:07 2026] GET /v2.0/quotas/94b06728959243febae2877b73ae45c5 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/242] 162.253.55.86 () {48 vars in 1022 bytes} [Tue Sep 1 19:31:07 2026] PUT /v2.0/quotas/94b06728959243febae2877b73ae45c5 => generated 291 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/253] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:32:20 2026] GET /v2.0/agents => generated 1214 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/254] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:32:20 2026] GET /v2.0/subnets => generated 1308 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/255] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:32:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/256] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:32:20 2026] GET /v2.0/routers => generated 15 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/257] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:32:20 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: 8|app: 0|req: 131/258] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:32:20 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: 128/259] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:32:20 2026] GET /v2.0/subnetpools => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/260] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:32:20 2026] GET /v2.0/floatingips => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/261] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:32:21 2026] GET /v2.0/networks => generated 2288 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/262] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:32:21 2026] GET /v2.0/ports => generated 5171 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/263] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:32:21 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/272] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:33:20 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: 7|app: 0|req: 135/273] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:33:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/274] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:33:20 2026] GET /v2.0/subnets => generated 1308 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/275] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:33:20 2026] GET /v2.0/ports => generated 5171 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/276] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:33:20 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: 7|app: 0|req: 137/277] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:33:20 2026] GET /v2.0/subnets => generated 1308 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/278] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:33:21 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: 138/279] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:33:21 2026] GET /v2.0/networks => generated 2288 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/280] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:33:21 2026] GET /v2.0/routers => generated 15 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/281] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:33:21 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: 143/282] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:33:21 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/291] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:34:20 2026] GET /v2.0/routers => generated 15 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/292] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:34:20 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/293] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:34:20 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/294] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:34:20 2026] GET /v2.0/floatingips => generated 19 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/295] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:34:20 2026] GET /v2.0/networks => generated 2288 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/296] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:34:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/297] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:34:21 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: 147/298] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:34:21 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: 152/299] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:34:21 2026] GET /v2.0/ports => generated 5171 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/300] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:34:21 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: 153/301] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:34:21 2026] GET /v2.0/subnetpools => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/310] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:35:20 2026] GET /v2.0/networks => generated 2288 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/311] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:35:20 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/312] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:35:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/313] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:35:20 2026] GET /v2.0/ports => generated 5171 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/314] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:35:20 2026] GET /v2.0/routers => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/315] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:35:20 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: 8|app: 0|req: 161/316] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:35:21 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: 156/317] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:35:21 2026] GET /v2.0/agents => generated 1214 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/318] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:35:21 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: 157/319] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:35:21 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: 163/320] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:35:21 2026] GET /v2.0/floatingips => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/329] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:36:20 2026] GET /v2.0/routers => generated 15 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/330] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:36:21 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/331] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:36:21 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/332] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:36:21 2026] GET /v2.0/networks => generated 2288 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/333] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:36:21 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: 170/334] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:36:21 2026] GET /v2.0/ports => generated 5171 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/335] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:36:21 2026] GET /v2.0/security-groups => generated 17397 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/336] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:36:21 2026] GET /v2.0/agents => generated 1214 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/337] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:36:21 2026] GET /v2.0/floatingips => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/338] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:36:21 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/339] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:36:21 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: 177/348] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:37:20 2026] GET /v2.0/floatingips => generated 19 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/349] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:37:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/350] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:37:20 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: 173/351] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:37:20 2026] GET /v2.0/ports => generated 5171 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/352] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:37:20 2026] GET /v2.0/agents => generated 1214 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/353] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:37:21 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/354] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:37:21 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/355] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:37:21 2026] GET /v2.0/routers => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/356] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:37:21 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: 176/357] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:37:21 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: 8|app: 0|req: 182/358] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:37:21 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: 187/367] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:38:20 2026] GET /v2.0/agents => generated 1214 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/368] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:38:20 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/369] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:38:20 2026] GET /v2.0/networks => generated 2288 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/370] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:38:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/371] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:38:21 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: 183/372] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:38:21 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/373] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:38:21 2026] GET /v2.0/floatingips => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/374] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:38:21 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/375] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:38:21 2026] GET /v2.0/ports => generated 5171 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/376] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:38:21 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/377] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:38:21 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: 190/386] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:39:20 2026] GET /v2.0/floatingips => generated 19 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/387] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:39:20 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: 191/388] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:39:20 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: 198/389] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:39:20 2026] GET /v2.0/subnets => generated 1308 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/390] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:39:20 2026] GET /v2.0/ports => generated 5171 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/391] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:39:20 2026] GET /v2.0/agents => generated 1214 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/392] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:39:20 2026] GET /v2.0/networks => generated 2288 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/393] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:39:21 2026] GET /v2.0/security-groups => generated 17397 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/394] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:39:21 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/395] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:39:21 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: 195/396] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:39:21 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/405] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:40:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/406] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:40:20 2026] GET /v2.0/agents => generated 1214 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/407] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:40:20 2026] GET /v2.0/subnets => generated 1308 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/408] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:40:20 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: 202/409] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:40:20 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/410] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:40:20 2026] GET /v2.0/routers => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/411] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:40:20 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/412] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:40:20 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: 7|app: 0|req: 204/413] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:40:21 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: 210/414] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:40:21 2026] GET /v2.0/ports => generated 5171 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/415] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:40:21 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/424] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:41:20 2026] GET /v2.0/subnets => generated 1308 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/425] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:41:20 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: 216/426] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:41:20 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/427] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:41:20 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: 217/428] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:41:20 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: 212/429] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:41:20 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: 8|app: 0|req: 218/430] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:41:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/431] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:41:20 2026] GET /v2.0/ports => generated 5171 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/432] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:41:21 2026] GET /v2.0/networks => generated 2288 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/433] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:41:21 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: 8|app: 0|req: 220/434] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:41:21 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: 219/443] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:42:20 2026] GET /v2.0/floatingips => generated 19 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/444] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:42:20 2026] GET /v2.0/networks => generated 2288 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/445] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:42:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/446] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:42:20 2026] GET /v2.0/routers => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/447] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:42:20 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: 8|app: 0|req: 227/448] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:42:21 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/449] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:42:21 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: 228/450] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:42:21 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/451] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:42:21 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: 229/452] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:42:21 2026] GET /v2.0/agents => generated 1214 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/453] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:42:21 2026] GET /v2.0/ports => generated 5171 bytes in 50 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.78 () {28 vars in 582 bytes} [Tue Sep 1 19:43:20 2026] GET /v2.0/routers => generated 15 bytes in 81 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.78 () {28 vars in 623 bytes} [Tue Sep 1 19:43:20 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: 8|app: 0|req: 235/464] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:43:20 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 40 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.78 () {28 vars in 582 bytes} [Tue Sep 1 19:43:20 2026] GET /v2.0/subnets => generated 1308 bytes in 55 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.78 () {28 vars in 578 bytes} [Tue Sep 1 19:43:20 2026] GET /v2.0/ports => generated 5171 bytes in 57 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.78 () {28 vars in 590 bytes} [Tue Sep 1 19:43:20 2026] GET /v2.0/floatingips => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/468] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:43:20 2026] GET /v2.0/networks => generated 2288 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/469] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:43:21 2026] GET /v2.0/security-groups => generated 17397 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/470] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:43:21 2026] GET /v2.0/agents => generated 1214 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/471] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:43:21 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: 239/472] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:43:21 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) 2026-09-01 19:44:18.834 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cf31bca4-96ca-47ab-a06a-ab7357b892d6 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 238/481] 162.253.55.86 () {44 vars in 922 bytes} [Tue Sep 1 19:44:18 2026] GET /v2.0/networks/public => generated 108 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/482] 162.253.55.86 () {44 vars in 944 bytes} [Tue Sep 1 19:44:18 2026] GET /v2.0/networks?name=public => generated 791 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:44:20.231 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a54510d1-acef-4541-9c6e-61756ee06006 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 239/483] 162.253.55.86 () {44 vars in 922 bytes} [Tue Sep 1 19:44:20 2026] GET /v2.0/networks/public => generated 108 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/484] 162.253.55.86 () {44 vars in 944 bytes} [Tue Sep 1 19:44:20 2026] GET /v2.0/networks?name=public => generated 791 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:44:20.323 7 INFO neutron.pecan_wsgi.hooks.translation [None req-19f59229-a3a7-4cb0-ab99-1bec3abdb5aa 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 240/485] 162.253.55.86 () {44 vars in 1029 bytes} [Tue Sep 1 19:44:20 2026] GET /v2.0/subnets/public-subnet?network_id=ef59a445-5760-4c1b-9616-3cf3b867f0d6 => generated 113 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/486] 162.253.55.86 () {44 vars in 1052 bytes} [Tue Sep 1 19:44:20 2026] GET /v2.0/subnets?name=public-subnet&network_id=ef59a445-5760-4c1b-9616-3cf3b867f0d6 => generated 667 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/487] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:44:20 2026] GET /v2.0/agents => generated 1214 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/488] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:44:20 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: 242/489] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:44:20 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: 248/490] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:44:20 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/491] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:44:20 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: 249/492] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:44:20 2026] GET /v2.0/floatingips => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/493] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:44:20 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: 250/494] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:44:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/495] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:44:20 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/496] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:44:20 2026] GET /v2.0/subnets => generated 1308 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/497] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:44:20 2026] GET /v2.0/ports => generated 5171 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:44:50.138 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd742255-904a-4b8d-9dd5-e52a42fa394e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 254/502] 162.253.55.86 () {44 vars in 932 bytes} [Tue Sep 1 19:44:50 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/503] 162.253.55.86 () {44 vars in 954 bytes} [Tue Sep 1 19:44:50 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 776 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:44:51.230 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2ddaa2d2-0c72-48d4-b2f9-2bd29ef197d6 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 255/504] 162.253.55.86 () {44 vars in 932 bytes} [Tue Sep 1 19:44:51 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/505] 162.253.55.86 () {44 vars in 954 bytes} [Tue Sep 1 19:44:51 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 776 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:44:51.321 8 INFO neutron.pecan_wsgi.hooks.translation [None req-187eb65f-8a3e-44c6-a3dc-e3b83135b151 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 256/506] 162.253.55.86 () {44 vars in 1031 bytes} [Tue Sep 1 19:44:51 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=41733bde-53e7-4701-8456-0c84696ff3c0 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/507] 162.253.55.86 () {44 vars in 1054 bytes} [Tue Sep 1 19:44:51 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=41733bde-53e7-4701-8456-0c84696ff3c0 => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:44:52.656 8 INFO neutron.api.v2.resource [None req-646fb486-9097-497c-b611-36349790a431 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 257/508] 162.253.55.86 () {44 vars in 966 bytes} [Tue Sep 1 19:44:52 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/509] 162.253.55.86 () {44 vars in 988 bytes} [Tue Sep 1 19:44:52 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/510] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:44:53 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 4694 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/511] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:44:53 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => 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: 259/512] 162.253.55.86 () {44 vars in 1006 bytes} [Tue Sep 1 19:44:54 2026] GET /v2.0/security-group-rules/e191e9e8-92d7-4dba-a095-eb680b61c3fd => generated 601 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/513] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:44:54 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 4694 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/514] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:44:54 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/515] 162.253.55.86 () {44 vars in 1006 bytes} [Tue Sep 1 19:44:55 2026] GET /v2.0/security-group-rules/d219b06e-9d5a-4b4c-80d0-0c2a5ec3cbd4 => 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: 261/516] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:44:55 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 4694 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/517] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:44:56 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 4694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/518] 162.253.55.86 () {44 vars in 1006 bytes} [Tue Sep 1 19:44:56 2026] GET /v2.0/security-group-rules/258c89ce-2f83-4256-a656-6267d244ae43 => generated 603 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/521] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:44:56 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 4694 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/522] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:44:57 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/523] 162.253.55.86 () {44 vars in 1006 bytes} [Tue Sep 1 19:44:57 2026] GET /v2.0/security-group-rules/ad6f42e9-3851-4297-9093-d6ae668d3733 => generated 603 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/524] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:44:57 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 4694 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/525] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:44:58 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 4694 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/526] 162.253.55.86 () {44 vars in 1006 bytes} [Tue Sep 1 19:44:58 2026] GET /v2.0/security-group-rules/a4108bd6-45a5-4b73-ac40-68f2a3928cc3 => 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: 267/527] 162.253.55.86 () {44 vars in 982 bytes} [Tue Sep 1 19:44:59 2026] GET /v2.0/networks/41733bde-53e7-4701-8456-0c84696ff3c0 => generated 773 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:44:59.518 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1afee296-e575-44ad-9cca-9ee22f5cf6a4 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 261/528] 162.253.55.86 () {44 vars in 1071 bytes} [Tue Sep 1 19:44:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=41733bde-53e7-4701-8456-0c84696ff3c0 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/529] 162.253.55.86 () {44 vars in 1094 bytes} [Tue Sep 1 19:44:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=41733bde-53e7-4701-8456-0c84696ff3c0 => generated 1219 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/530] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:44:59 2026] GET /v2.0/security-groups/4caa240a-eed1-48fa-a21b-afb31b2eca21 => generated 4694 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:45:08.348 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2e9eed9e-3e0e-45c6-abfd-cd004f5f2684 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 269/531] 162.253.55.86 () {44 vars in 974 bytes} [Tue Sep 1 19:45:08 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/532] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:45:08 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1219 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/533] 162.253.55.86 () {44 vars in 915 bytes} [Tue Sep 1 19:45:10 2026] GET /v2.0/ports => generated 5171 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:45:11.624 7 INFO neutron.api.v2.resource [None req-e1fc2e99-a4ff-4999-ae43-27374b2034eb 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 265/536] 162.253.55.86 () {44 vars in 954 bytes} [Tue Sep 1 19:45:11 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/537] 162.253.55.86 () {44 vars in 976 bytes} [Tue Sep 1 19:45:11 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/538] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:45:12 2026] GET /v2.0/security-groups/3f31af52-6c9b-4add-a283-d2d0bb252a5b => generated 2882 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/539] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:45:12 2026] GET /v2.0/security-groups/3f31af52-6c9b-4add-a283-d2d0bb252a5b => generated 2882 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/540] 162.253.55.86 () {44 vars in 1006 bytes} [Tue Sep 1 19:45:12 2026] GET /v2.0/security-group-rules/655569ac-fab9-49b1-b304-4eacea15bfe3 => generated 621 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/541] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:45:13 2026] GET /v2.0/security-groups/3f31af52-6c9b-4add-a283-d2d0bb252a5b => generated 2882 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/542] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:45:13 2026] GET /v2.0/security-groups/3f31af52-6c9b-4add-a283-d2d0bb252a5b => generated 2882 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/543] 162.253.55.86 () {44 vars in 1006 bytes} [Tue Sep 1 19:45:13 2026] GET /v2.0/security-group-rules/0ee0e66e-4355-4188-bf4f-4228695c121d => generated 625 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/544] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:45:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/545] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:45:20 2026] GET /v2.0/agents => generated 1214 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/546] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:45:20 2026] GET /v2.0/floatingips => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/547] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:45:20 2026] GET /v2.0/networks => generated 2288 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/548] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:45:20 2026] GET /v2.0/subnets => generated 1308 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/549] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:45:20 2026] GET /v2.0/ports => generated 5171 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/550] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:45:21 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/551] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:45:21 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: 273/552] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:45:21 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/553] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:45:21 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/554] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:45:21 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: 276/557] 162.253.55.86 () {44 vars in 970 bytes} [Tue Sep 1 19:45:37 2026] GET /v2.0/quotas/ca4f66caaf7d4451bc8cd4c437dfa4cf => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/564] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:46:20 2026] GET /v2.0/floatingips => generated 19 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/565] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:46:20 2026] GET /v2.0/networks => generated 2288 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/566] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:46:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/567] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:46:20 2026] GET /v2.0/agents => generated 1214 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/568] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:46:20 2026] GET /v2.0/subnets => generated 1308 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/569] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:46:20 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: 288/570] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:46:20 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: 283/571] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:46:21 2026] GET /v2.0/ports => generated 5171 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/572] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:46:21 2026] GET /v2.0/routers => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/573] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:46:21 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/574] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:46:21 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:46:36.922 7 INFO neutron.api.v2.resource [None req-39c0fced-13e1-417c-aa29-2e88c315c949 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 286/577] 162.253.55.86 () {44 vars in 1069 bytes} [Tue Sep 1 19:46:36 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=94b06728959243febae2877b73ae45c5 => generated 139 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/578] 162.253.55.86 () {44 vars in 1092 bytes} [Tue Sep 1 19:46:36 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=94b06728959243febae2877b73ae45c5 => generated 4072 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/579] 162.253.55.86 () {44 vars in 1083 bytes} [Tue Sep 1 19:46:37 2026] GET /v2.0/security-groups/9ad89951-278f-47b7-8e02-6eda94f303dd?project_id=94b06728959243febae2877b73ae45c5 => generated 4075 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/580] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:46:38 2026] GET /v2.0/security-groups/9ad89951-278f-47b7-8e02-6eda94f303dd => generated 4075 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/581] 162.253.55.86 () {44 vars in 1006 bytes} [Tue Sep 1 19:46:38 2026] GET /v2.0/security-group-rules/70b7a7ee-3752-4a91-b9e7-d705ac9316da => generated 597 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/582] 162.253.55.86 () {44 vars in 1083 bytes} [Tue Sep 1 19:46:39 2026] GET /v2.0/security-groups/9ad89951-278f-47b7-8e02-6eda94f303dd?project_id=94b06728959243febae2877b73ae45c5 => generated 4075 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/583] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:46:39 2026] GET /v2.0/security-groups/9ad89951-278f-47b7-8e02-6eda94f303dd => generated 4075 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/584] 162.253.55.86 () {44 vars in 1006 bytes} [Tue Sep 1 19:46:39 2026] GET /v2.0/security-group-rules/965b1297-84fb-4eb9-8e8e-da274853cea5 => generated 599 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/585] 162.253.55.86 () {44 vars in 1083 bytes} [Tue Sep 1 19:46:40 2026] GET /v2.0/security-groups/9ad89951-278f-47b7-8e02-6eda94f303dd?project_id=94b06728959243febae2877b73ae45c5 => generated 4075 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/586] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:46:40 2026] GET /v2.0/security-groups/9ad89951-278f-47b7-8e02-6eda94f303dd => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/587] 162.253.55.86 () {44 vars in 1006 bytes} [Tue Sep 1 19:46:40 2026] GET /v2.0/security-group-rules/5438da56-23fd-4a07-8b98-0c96973acc85 => generated 601 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/588] 162.253.55.86 () {44 vars in 1083 bytes} [Tue Sep 1 19:46:41 2026] GET /v2.0/security-groups/9ad89951-278f-47b7-8e02-6eda94f303dd?project_id=94b06728959243febae2877b73ae45c5 => generated 4075 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/591] 162.253.55.86 () {44 vars in 996 bytes} [Tue Sep 1 19:46:41 2026] GET /v2.0/security-groups/9ad89951-278f-47b7-8e02-6eda94f303dd => generated 4075 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/592] 162.253.55.86 () {44 vars in 1006 bytes} [Tue Sep 1 19:46:41 2026] GET /v2.0/security-group-rules/111deb30-bc5c-492a-a60c-aeee9a757bbd => generated 602 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/593] 162.253.55.86 () {44 vars in 970 bytes} [Tue Sep 1 19:46:49 2026] GET /v2.0/quotas/94b06728959243febae2877b73ae45c5 => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/598] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:47:20 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: 7|app: 0|req: 296/599] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:47:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/600] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:47:20 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/601] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:47:20 2026] GET /v2.0/ports => generated 5171 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/602] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:47:20 2026] GET /v2.0/routers => generated 15 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/603] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:47:20 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/604] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:47:20 2026] GET /v2.0/subnets => generated 1308 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/605] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:47:20 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: 307/606] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:47:21 2026] GET /v2.0/networks => generated 2288 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/607] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:47:21 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/608] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:47:21 2026] GET /v2.0/agents => generated 1214 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/613] 162.253.55.86 () {44 vars in 944 bytes} [Tue Sep 1 19:47:44 2026] GET /v2.0/networks?name=public => generated 791 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/618] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:48:20 2026] GET /v2.0/agents => generated 1214 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/619] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:48:21 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/620] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:48:21 2026] GET /v2.0/security-groups => generated 17397 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/621] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:48:21 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/622] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:48:21 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: 315/623] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:48:21 2026] GET /v2.0/networks => generated 2288 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/624] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:48:21 2026] GET /v2.0/subnets => generated 1308 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/625] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:48:21 2026] GET /v2.0/ports => generated 5171 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/626] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:48:21 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: 317/627] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:48:21 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/628] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:48:21 2026] GET /v2.0/floatingips => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/631] 10.0.0.4 () {32 vars in 647 bytes} [Tue Sep 1 19:48:26 2026] GET /v2.0/networks => generated 2288 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/632] 10.0.0.4 () {32 vars in 653 bytes} [Tue Sep 1 19:48:28 2026] GET /v2.0/floatingips => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/633] 10.0.0.4 () {32 vars in 645 bytes} [Tue Sep 1 19:48:28 2026] GET /v2.0/routers => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/634] 10.0.0.4 () {32 vars in 641 bytes} [Tue Sep 1 19:48:28 2026] GET /v2.0/ports => generated 5171 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/635] 10.0.0.4 () {32 vars in 645 bytes} [Tue Sep 1 19:48:28 2026] GET /v2.0/subnets => generated 1308 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/636] 10.0.0.4 () {32 vars in 647 bytes} [Tue Sep 1 19:48:28 2026] GET /v2.0/networks => generated 2288 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/637] 10.0.0.4 () {32 vars in 661 bytes} [Tue Sep 1 19:48:28 2026] GET /v2.0/security-groups => generated 17397 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/638] 10.0.0.4 () {32 vars in 653 bytes} [Tue Sep 1 19:48:28 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:48:38.960 8 INFO neutron.db.ovn_revision_numbers_db [None req-27c6a991-5f33-4ee2-96c6-c3f01e52d90b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4f989847-4c83-4d0c-9caa-2c2991a2c964 (type: security_groups) to 1 2026-09-01 19:48:38.985 8 INFO neutron.db.ovn_revision_numbers_db [None req-27c6a991-5f33-4ee2-96c6-c3f01e52d90b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4371e692-357d-4e95-8ad8-46402737d22b (type: security_group_rules) to 0 2026-09-01 19:48:39.006 8 INFO neutron.db.ovn_revision_numbers_db [None req-27c6a991-5f33-4ee2-96c6-c3f01e52d90b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b04b5225-5443-499c-80a6-4ca31fedfacc (type: security_group_rules) to 0 2026-09-01 19:48:39.019 8 INFO neutron.db.ovn_revision_numbers_db [None req-27c6a991-5f33-4ee2-96c6-c3f01e52d90b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource c3d99dd9-6c23-4f49-b675-23b905b5f133 (type: security_group_rules) to 0 2026-09-01 19:48:39.031 8 INFO neutron.db.ovn_revision_numbers_db [None req-27c6a991-5f33-4ee2-96c6-c3f01e52d90b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f8e99261-d199-4acf-a9d0-135eeecbe561 (type: security_group_rules) to 0 2026-09-01 19:48:39.111 8 INFO neutron.db.segments_db [None req-27c6a991-5f33-4ee2-96c6-c3f01e52d90b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Added segment 179f3b92-618e-42a1-8b31-2a621f9cb2fd of type geneve for network eaa880f0-88be-49c3-9218-f6d9025970bd 2026-09-01 19:48:39.210 8 INFO neutron.db.ovn_revision_numbers_db [None req-27c6a991-5f33-4ee2-96c6-c3f01e52d90b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource eaa880f0-88be-49c3-9218-f6d9025970bd (type: networks) to 1 2026-09-01 19:48:39.263 7 INFO neutron.db.ovn_revision_numbers_db [None req-62ace7d3-96f8-4672-b243-eb788d774983 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 72f78bb0-f42c-4c10-a35b-63bf7c3df7a2 (type: security_groups) to 1 2026-09-01 19:48:39.277 7 INFO neutron.db.ovn_revision_numbers_db [None req-62ace7d3-96f8-4672-b243-eb788d774983 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 23cc6322-8476-419c-9ff4-17226c5cd4f2 (type: security_group_rules) to 0 2026-09-01 19:48:39.292 7 INFO neutron.db.ovn_revision_numbers_db [None req-62ace7d3-96f8-4672-b243-eb788d774983 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4a4bea3c-ca25-4033-bb69-e89cb34c438d (type: security_group_rules) to 0 2026-09-01 19:48:39.307 7 INFO neutron.db.ovn_revision_numbers_db [None req-62ace7d3-96f8-4672-b243-eb788d774983 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 862b0570-b178-4021-b7ce-078eb39abf29 (type: security_group_rules) to 0 2026-09-01 19:48:39.321 7 INFO neutron.db.ovn_revision_numbers_db [None req-62ace7d3-96f8-4672-b243-eb788d774983 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 8ea20b06-8670-4811-8ab5-d87a8afecb1d (type: security_group_rules) to 0 2026-09-01 19:48:39.436 7 INFO neutron.db.segments_db [None req-62ace7d3-96f8-4672-b243-eb788d774983 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Added segment 73e0f999-da98-4d70-a7b9-1cb760d05b58 of type geneve for network ad456198-386b-4573-bedf-cdd9e6386f62 2026-09-01 19:48:39.439 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-27c6a991-5f33-4ee2-96c6-c3f01e52d90b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:48:39.441 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-27c6a991-5f33-4ee2-96c6-c3f01e52d90b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network eaa880f0-88be-49c3-9218-f6d9025970bd: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:48:39.488 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6315aa76-c6d4-40f6-a727-895e9fe563e2 - - - - - -] OVN reports status down for port: c5f4ab70-7dc2-4ee3-9a93-2884a7b51d2c 2026-09-01 19:48:39.549 8 INFO neutron.db.ovn_revision_numbers_db [None req-27c6a991-5f33-4ee2-96c6-c3f01e52d90b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource c5f4ab70-7dc2-4ee3-9a93-2884a7b51d2c (type: ports) to 1 [pid: 8|app: 0|req: 323/639] 10.0.0.4 () {34 vars in 669 bytes} [Tue Sep 1 19:48:38 2026] POST /v2.0/networks => generated 786 bytes in 935 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:48:39.619 7 INFO neutron.db.ovn_revision_numbers_db [None req-62ace7d3-96f8-4672-b243-eb788d774983 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ad456198-386b-4573-bedf-cdd9e6386f62 (type: networks) to 1 2026-09-01 19:48:39.769 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-62ace7d3-96f8-4672-b243-eb788d774983 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:48:39.770 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-62ace7d3-96f8-4672-b243-eb788d774983 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network ad456198-386b-4573-bedf-cdd9e6386f62: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:48:39.820 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6315aa76-c6d4-40f6-a727-895e9fe563e2 - - - - - -] OVN reports status down for port: 3a9c3611-8640-47a8-b4c8-3ac442c11e13 2026-09-01 19:48:39.862 7 INFO neutron.db.ovn_revision_numbers_db [None req-62ace7d3-96f8-4672-b243-eb788d774983 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 3a9c3611-8640-47a8-b4c8-3ac442c11e13 (type: ports) to 1 [pid: 7|app: 0|req: 317/640] 10.0.0.4 () {34 vars in 669 bytes} [Tue Sep 1 19:48:38 2026] POST /v2.0/networks => generated 791 bytes in 945 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:48:40.020 8 INFO neutron.db.ovn_revision_numbers_db [None req-151f21d9-16c1-4041-9c86-f3249f874aed 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 09f88536-d919-478d-abe8-8d08b7061017 (type: security_groups) to 1 2026-09-01 19:48:40.036 8 INFO neutron.db.ovn_revision_numbers_db [None req-151f21d9-16c1-4041-9c86-f3249f874aed 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 31b1861d-fbd2-4256-a37b-7fe0b83adbb5 (type: security_group_rules) to 0 2026-09-01 19:48:40.042 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c0bd6839-a9b5-412a-91e1-768a6572213e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:48:40.043 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c0bd6839-a9b5-412a-91e1-768a6572213e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network eaa880f0-88be-49c3-9218-f6d9025970bd: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:48:40.051 8 INFO neutron.db.ovn_revision_numbers_db [None req-151f21d9-16c1-4041-9c86-f3249f874aed 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 5ba3ad21-9ade-48c4-866e-f23db899cd96 (type: security_group_rules) to 0 2026-09-01 19:48:40.068 8 INFO neutron.db.ovn_revision_numbers_db [None req-151f21d9-16c1-4041-9c86-f3249f874aed 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 74815d0e-4f4b-427d-bbb1-f8646a9f3a97 (type: security_group_rules) to 0 2026-09-01 19:48:40.084 8 INFO neutron.db.ovn_revision_numbers_db [None req-151f21d9-16c1-4041-9c86-f3249f874aed 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ea4269b9-0944-4725-870e-b08731f4f8f8 (type: security_group_rules) to 0 2026-09-01 19:48:40.182 8 INFO neutron.db.segments_db [None req-151f21d9-16c1-4041-9c86-f3249f874aed 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Added segment 54c47f4d-2475-4906-bff7-d57c3c07f317 of type geneve for network 4f52e10a-4211-4074-b425-d4e50c0e3ddb 2026-09-01 19:48:40.326 8 INFO neutron.db.ovn_revision_numbers_db [None req-151f21d9-16c1-4041-9c86-f3249f874aed 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4f52e10a-4211-4074-b425-d4e50c0e3ddb (type: networks) to 1 2026-09-01 19:48:40.533 7 INFO neutron.db.ovn_revision_numbers_db [None req-6362674a-0dfb-49de-8215-00ca39d0f2d8 - - - - - -] Successfully bumped revision number for resource c5f4ab70-7dc2-4ee3-9a93-2884a7b51d2c (type: ports) to 2 2026-09-01 19:48:40.542 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-151f21d9-16c1-4041-9c86-f3249f874aed 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:48:40.543 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-151f21d9-16c1-4041-9c86-f3249f874aed 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 4f52e10a-4211-4074-b425-d4e50c0e3ddb: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:48:40.575 7 INFO neutron.db.ovn_revision_numbers_db [None req-6362674a-0dfb-49de-8215-00ca39d0f2d8 - - - - - -] Successfully bumped revision number for resource e29886e7-194c-4523-9ed7-db9589346d86 (type: subnets) to 0 [pid: 7|app: 0|req: 318/641] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:48:39 2026] POST /v2.0/subnets => generated 692 bytes in 710 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:48:40.602 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6315aa76-c6d4-40f6-a727-895e9fe563e2 - - - - - -] OVN reports status down for port: c52da3e8-c3bf-4e39-8355-d0164bdd2a22 2026-09-01 19:48:40.670 8 INFO neutron.db.ovn_revision_numbers_db [None req-151f21d9-16c1-4041-9c86-f3249f874aed 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource c52da3e8-c3bf-4e39-8355-d0164bdd2a22 (type: ports) to 1 [pid: 8|app: 0|req: 324/642] 10.0.0.4 () {34 vars in 669 bytes} [Tue Sep 1 19:48:39 2026] POST /v2.0/networks => generated 790 bytes in 1112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:48:40.767 7 INFO neutron.db.ovn_revision_numbers_db [None req-3eaa9ff0-2bc3-4d10-8b7c-7b4bd12e425f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 8950cd45-f9e2-44a0-a6ba-f8fe56a5f7a1 (type: security_groups) to 1 2026-09-01 19:48:40.780 7 INFO neutron.db.ovn_revision_numbers_db [None req-3eaa9ff0-2bc3-4d10-8b7c-7b4bd12e425f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 10320ff7-7bb7-4466-875c-f8d6d4764546 (type: security_group_rules) to 0 2026-09-01 19:48:40.792 7 INFO neutron.db.ovn_revision_numbers_db [None req-3eaa9ff0-2bc3-4d10-8b7c-7b4bd12e425f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 310a0aaa-7519-4be8-af82-86d5108deeab (type: security_group_rules) to 0 2026-09-01 19:48:40.806 7 INFO neutron.db.ovn_revision_numbers_db [None req-3eaa9ff0-2bc3-4d10-8b7c-7b4bd12e425f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 533398d8-93f4-48c9-a436-f82b0e5ccfb9 (type: security_group_rules) to 0 2026-09-01 19:48:40.818 7 INFO neutron.db.ovn_revision_numbers_db [None req-3eaa9ff0-2bc3-4d10-8b7c-7b4bd12e425f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource c7e98046-34d2-4df4-9aae-9391c77632a3 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 319/643] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:48:40 2026] GET /v2.0/security-groups?tenant_id=5a1abe3685f747ab8c587e44c1d559f9&name=default => generated 2921 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:48:40.917 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-45143a3a-0128-4286-a7b7-6f0376fe7083 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:48:40.919 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-45143a3a-0128-4286-a7b7-6f0376fe7083 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network ad456198-386b-4573-bedf-cdd9e6386f62: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:48:41.278 8 INFO neutron.db.ovn_revision_numbers_db [None req-0c422a2a-ab43-45e9-9049-df9691a8616b - - - - - -] Successfully bumped revision number for resource 3a9c3611-8640-47a8-b4c8-3ac442c11e13 (type: ports) to 2 2026-09-01 19:48:41.315 8 INFO neutron.db.ovn_revision_numbers_db [None req-0c422a2a-ab43-45e9-9049-df9691a8616b - - - - - -] Successfully bumped revision number for resource e3776a7e-cc27-4ce5-be3a-2b9bb44d6551 (type: subnets) to 0 [pid: 8|app: 0|req: 325/644] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:48:40 2026] POST /v2.0/subnets => generated 698 bytes in 611 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:48:41.472 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a3bd2776-bd43-4b2f-a8fb-febfe248b65a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:48:41.473 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a3bd2776-bd43-4b2f-a8fb-febfe248b65a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:48:41.489 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-efdcf712-13bb-40a1-ab6d-c2a374d675b8 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:48:41.491 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-efdcf712-13bb-40a1-ab6d-c2a374d675b8 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 4f52e10a-4211-4074-b425-d4e50c0e3ddb: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:48:41.587 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-fc841e72-7493-46f4-85d4-95852d336769 - - - - - -] OVN reports status down for port: f0c4b4e1-e8de-4bbd-820d-52f295b73186 2026-09-01 19:48:41.665 7 INFO neutron.db.ovn_revision_numbers_db [None req-a3bd2776-bd43-4b2f-a8fb-febfe248b65a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f0c4b4e1-e8de-4bbd-820d-52f295b73186 (type: ports) to 1 2026-09-01 19:48:41.965 8 INFO neutron.db.ovn_revision_numbers_db [None req-6a483a98-fdd5-4086-980b-38ec67ae883e - - - - - -] Successfully bumped revision number for resource c52da3e8-c3bf-4e39-8355-d0164bdd2a22 (type: ports) to 2 2026-09-01 19:48:42.001 8 INFO neutron.db.ovn_revision_numbers_db [None req-6a483a98-fdd5-4086-980b-38ec67ae883e - - - - - -] Successfully bumped revision number for resource d9c4f6fd-27e0-4b85-9ccc-59102b6ac158 (type: subnets) to 0 [pid: 8|app: 0|req: 326/645] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:48:41 2026] POST /v2.0/subnets => generated 696 bytes in 694 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:48:42.137 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-a3bd2776-bd43-4b2f-a8fb-febfe248b65a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Starting OVNClientQosExtension 2026-09-01 19:48:42.210 7 WARNING oslo_config.cfg [None req-a3bd2776-bd43-4b2f-a8fb-febfe248b65a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Deprecated: Option "ovn_emit_need_to_frag" from group "ovn" is deprecated for removal (The option is useful only on very old Linux kernels (version < 5.2).). Its value may be silently ignored in the future. [pid: 8|app: 0|req: 327/646] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:48:42 2026] DELETE /v2.0/security-groups/8950cd45-f9e2-44a0-a6ba-f8fe56a5f7a1 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:48:42.407 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-9cc88352-8aab-4dda-808d-e74948856e0d - - - - - -] Schedule LRP lrp-f0c4b4e1-e8de-4bbd-820d-52f295b73186 on gateway 981b1d13-d3f6-4b65-a230-c40efece3bd4 with priority 1 2026-09-01 19:48:42.457 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Router 4684424f-15f6-4cdd-adfe-4009d115fc07 is bound to host instance 2026-09-01 19:48:42.533 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-fc841e72-7493-46f4-85d4-95852d336769 - - - - - -] OVN reports status up for port: f0c4b4e1-e8de-4bbd-820d-52f295b73186 2026-09-01 19:48:42.580 7 INFO neutron.plugins.ml2.plugin [None req-fc841e72-7493-46f4-85d4-95852d336769 - - - - - -] Attempt 1 to provision port f0c4b4e1-e8de-4bbd-820d-52f295b73186 2026-09-01 19:48:42.672 7 INFO neutron.db.ovn_revision_numbers_db [None req-a3bd2776-bd43-4b2f-a8fb-febfe248b65a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f0c4b4e1-e8de-4bbd-820d-52f295b73186 (type: router_ports) to 1 2026-09-01 19:48:42.856 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-04d2607c-7bf3-4100-9f5e-e6608a690c83 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:48:42.858 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-04d2607c-7bf3-4100-9f5e-e6608a690c83 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:48:42.892 7 INFO neutron.db.ovn_revision_numbers_db [None req-a3bd2776-bd43-4b2f-a8fb-febfe248b65a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4684424f-15f6-4cdd-adfe-4009d115fc07 (type: routers) to 2 [pid: 7|app: 0|req: 320/647] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:48:40 2026] POST /v2.0/routers => generated 970 bytes in 2072 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:48:43.020 8 INFO neutron.db.ovn_revision_numbers_db [None req-04d2607c-7bf3-4100-9f5e-e6608a690c83 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 0abfa6f3-1e52-4639-8dd0-8b72b962efab (type: ports) to 1 2026-09-01 19:48:43.265 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-04d2607c-7bf3-4100-9f5e-e6608a690c83 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Starting OVNClientQosExtension 2026-09-01 19:48:43.379 8 WARNING oslo_config.cfg [None req-04d2607c-7bf3-4100-9f5e-e6608a690c83 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Deprecated: Option "ovn_emit_need_to_frag" from group "ovn" is deprecated for removal (The option is useful only on very old Linux kernels (version < 5.2).). Its value may be silently ignored in the future. 2026-09-01 19:48:43.633 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-deb7c733-3afc-49a0-b2df-41f9bbb51836 - - - - - -] Schedule LRP lrp-0abfa6f3-1e52-4639-8dd0-8b72b962efab on gateway 981b1d13-d3f6-4b65-a230-c40efece3bd4 with priority 1 2026-09-01 19:48:43.704 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Router 8654085c-9ebc-4b45-bcb6-49cf3d6c18af is bound to host instance 2026-09-01 19:48:43.803 8 INFO neutron.db.ovn_revision_numbers_db [None req-04d2607c-7bf3-4100-9f5e-e6608a690c83 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 0abfa6f3-1e52-4639-8dd0-8b72b962efab (type: router_ports) to 1 2026-09-01 19:48:43.911 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-df4d0d2a-6b90-4870-b0b5-a2a4d4f1d9b7 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:48:43.916 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-df4d0d2a-6b90-4870-b0b5-a2a4d4f1d9b7 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:48:43.937 8 INFO neutron.db.ovn_revision_numbers_db [None req-04d2607c-7bf3-4100-9f5e-e6608a690c83 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 8654085c-9ebc-4b45-bcb6-49cf3d6c18af (type: routers) to 2 [pid: 8|app: 0|req: 328/650] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:48:42 2026] POST /v2.0/routers => generated 976 bytes in 1666 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:48:44.099 7 INFO neutron.db.ovn_revision_numbers_db [None req-df4d0d2a-6b90-4870-b0b5-a2a4d4f1d9b7 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e44ccd06-f3b5-41be-b653-0a0cc2582ad0 (type: ports) to 1 2026-09-01 19:48:44.109 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6315aa76-c6d4-40f6-a727-895e9fe563e2 - - - - - -] OVN reports status down for port: e44ccd06-f3b5-41be-b653-0a0cc2582ad0 2026-09-01 19:48:44.510 7 INFO neutron.db.ovn_revision_numbers_db [None req-0ee93fa1-7213-4d5e-8965-c38f65bafebf - - - - - -] Successfully bumped revision number for resource f0c4b4e1-e8de-4bbd-820d-52f295b73186 (type: ports) to 4 2026-09-01 19:48:45.096 7 INFO neutron.db.ovn_revision_numbers_db [None req-0ee93fa1-7213-4d5e-8965-c38f65bafebf - - - - - -] Successfully bumped revision number for resource f0c4b4e1-e8de-4bbd-820d-52f295b73186 (type: ports) to 5 2026-09-01 19:48:45.260 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-9cc88352-8aab-4dda-808d-e74948856e0d - - - - - -] Schedule LRP lrp-e44ccd06-f3b5-41be-b653-0a0cc2582ad0 on gateway 981b1d13-d3f6-4b65-a230-c40efece3bd4 with priority 1 2026-09-01 19:48:45.326 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-0ee93fa1-7213-4d5e-8965-c38f65bafebf - - - - - -] Router e7d84af5-52b1-4be7-9918-9638a9ac34cb is bound to host instance 2026-09-01 19:48:45.382 7 INFO neutron.db.ovn_revision_numbers_db [None req-df4d0d2a-6b90-4870-b0b5-a2a4d4f1d9b7 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e44ccd06-f3b5-41be-b653-0a0cc2582ad0 (type: router_ports) to 1 2026-09-01 19:48:45.382 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6315aa76-c6d4-40f6-a727-895e9fe563e2 - - - - - -] OVN reports status up for port: e44ccd06-f3b5-41be-b653-0a0cc2582ad0 2026-09-01 19:48:45.432 8 INFO neutron.plugins.ml2.plugin [None req-6315aa76-c6d4-40f6-a727-895e9fe563e2 - - - - - -] Attempt 1 to provision port e44ccd06-f3b5-41be-b653-0a0cc2582ad0 2026-09-01 19:48:45.490 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5a3b3dde-e689-4b23-9c30-f6562dd9c5c4 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:48:45.496 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5a3b3dde-e689-4b23-9c30-f6562dd9c5c4 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network eaa880f0-88be-49c3-9218-f6d9025970bd: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:48:45.524 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-fc841e72-7493-46f4-85d4-95852d336769 - - - - - -] OVN reports status down for port: 0abfa6f3-1e52-4639-8dd0-8b72b962efab 2026-09-01 19:48:45.631 7 INFO neutron.db.ovn_revision_numbers_db [None req-df4d0d2a-6b90-4870-b0b5-a2a4d4f1d9b7 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e7d84af5-52b1-4be7-9918-9638a9ac34cb (type: routers) to 2 [pid: 7|app: 0|req: 323/651] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:48:42 2026] POST /v2.0/routers => generated 974 bytes in 2725 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:48:45.843 8 INFO neutron.db.ovn_revision_numbers_db [None req-5a3b3dde-e689-4b23-9c30-f6562dd9c5c4 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4632803c-02b9-4dfe-956f-304a2b688a1e (type: ports) to 1 2026-09-01 19:48:45.863 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-fc841e72-7493-46f4-85d4-95852d336769 - - - - - -] Logical_Switch_Port 0abfa6f3-1e52-4639-8dd0-8b72b962efab host information not removed, the port state is up 2026-09-01 19:48:45.867 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-fc841e72-7493-46f4-85d4-95852d336769 - - - - - -] OVN reports status up for port: 0abfa6f3-1e52-4639-8dd0-8b72b962efab 2026-09-01 19:48:45.928 7 INFO neutron.plugins.ml2.plugin [None req-fc841e72-7493-46f4-85d4-95852d336769 - - - - - -] Attempt 1 to provision port 0abfa6f3-1e52-4639-8dd0-8b72b962efab 2026-09-01 19:48:46.082 8 INFO neutron.db.ovn_revision_numbers_db [None req-ae3b0607-dd23-4012-872a-8ba1de6df80d - - - - - -] Successfully bumped revision number for resource 0abfa6f3-1e52-4639-8dd0-8b72b962efab (type: ports) to 4 2026-09-01 19:48:46.720 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5a3b3dde-e689-4b23-9c30-f6562dd9c5c4 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:48:46.721 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5a3b3dde-e689-4b23-9c30-f6562dd9c5c4 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network eaa880f0-88be-49c3-9218-f6d9025970bd: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:48:47.237 8 INFO neutron.db.ovn_revision_numbers_db [None req-5a3b3dde-e689-4b23-9c30-f6562dd9c5c4 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4632803c-02b9-4dfe-956f-304a2b688a1e (type: router_ports) to 1 [pid: 8|app: 0|req: 329/652] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:48:43 2026] PUT /v2.0/routers/4684424f-15f6-4cdd-adfe-4009d115fc07/add_router_interface => generated 309 bytes in 3273 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:48:47.264 7 INFO neutron.db.ovn_revision_numbers_db [None req-fc841e72-7493-46f4-85d4-95852d336769 - - - - - -] Successfully bumped revision number for resource 0abfa6f3-1e52-4639-8dd0-8b72b962efab (type: ports) to 5 2026-09-01 19:48:47.511 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4690bb28-0435-4863-a1e1-3634cb5a505b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:48:47.517 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4690bb28-0435-4863-a1e1-3634cb5a505b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network ad456198-386b-4573-bedf-cdd9e6386f62: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:48:47.561 8 INFO neutron.db.ovn_revision_numbers_db [None req-0f4c6dc7-ca1d-4b30-a400-7c341d006c81 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 7c512d60-cdce-45e4-862c-dd7284102395 (type: security_groups) to 1 2026-09-01 19:48:47.571 8 INFO neutron.db.ovn_revision_numbers_db [None req-0f4c6dc7-ca1d-4b30-a400-7c341d006c81 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 2e19ac97-3506-49ba-bb5f-4ab5ccb7854b (type: security_group_rules) to 0 2026-09-01 19:48:47.582 8 INFO neutron.db.ovn_revision_numbers_db [None req-0f4c6dc7-ca1d-4b30-a400-7c341d006c81 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 2efc79af-9b67-4a76-9d5d-7728480bafcf (type: security_group_rules) to 0 2026-09-01 19:48:47.593 8 INFO neutron.db.ovn_revision_numbers_db [None req-0f4c6dc7-ca1d-4b30-a400-7c341d006c81 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ea93cf26-a105-40f5-b884-d6befbe13b1d (type: security_group_rules) to 0 2026-09-01 19:48:47.605 8 INFO neutron.db.ovn_revision_numbers_db [None req-0f4c6dc7-ca1d-4b30-a400-7c341d006c81 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource fa9bed8f-332f-487e-b175-c17f26d753a2 (type: security_group_rules) to 0 2026-09-01 19:48:47.645 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-08c694a5-1b31-4f38-94d0-d4864eb77843 - - - - - -] OVN reports status down for port: 4632803c-02b9-4dfe-956f-304a2b688a1e 2026-09-01 19:48:47.685 8 INFO neutron.db.segments_db [None req-0f4c6dc7-ca1d-4b30-a400-7c341d006c81 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Added segment e5e3fe43-d5bb-431d-8854-a2937f0a6efd of type geneve for network 1bc6dc14-9ed0-4042-8061-06c1a44bd4eb 2026-09-01 19:48:47.792 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-08c694a5-1b31-4f38-94d0-d4864eb77843 - - - - - -] OVN reports status up for port: 4632803c-02b9-4dfe-956f-304a2b688a1e 2026-09-01 19:48:47.795 8 INFO neutron.db.ovn_revision_numbers_db [None req-0f4c6dc7-ca1d-4b30-a400-7c341d006c81 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 1bc6dc14-9ed0-4042-8061-06c1a44bd4eb (type: networks) to 1 2026-09-01 19:48:47.849 7 INFO neutron.plugins.ml2.plugin [None req-08c694a5-1b31-4f38-94d0-d4864eb77843 - - - - - -] Attempt 1 to provision port 4632803c-02b9-4dfe-956f-304a2b688a1e 2026-09-01 19:48:47.964 7 INFO neutron.db.ovn_revision_numbers_db [None req-4690bb28-0435-4863-a1e1-3634cb5a505b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 163ea7b0-d48e-49bf-b56c-b0f3b304cbac (type: ports) to 1 2026-09-01 19:48:47.993 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6315aa76-c6d4-40f6-a727-895e9fe563e2 - - - - - -] OVN reports status down for port: 163ea7b0-d48e-49bf-b56c-b0f3b304cbac 2026-09-01 19:48:48.115 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0f4c6dc7-ca1d-4b30-a400-7c341d006c81 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:48:48.117 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0f4c6dc7-ca1d-4b30-a400-7c341d006c81 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 1bc6dc14-9ed0-4042-8061-06c1a44bd4eb: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:48:48.212 8 INFO neutron.db.ovn_revision_numbers_db [None req-0f4c6dc7-ca1d-4b30-a400-7c341d006c81 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 7cf64cf1-7dda-462f-b9be-2258ea806c05 (type: ports) to 1 [pid: 8|app: 0|req: 330/653] 10.0.0.4 () {34 vars in 669 bytes} [Tue Sep 1 19:48:47 2026] POST /v2.0/networks => generated 778 bytes in 1002 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:48:48.461 7 INFO neutron.db.ovn_revision_numbers_db [None req-1b1b57c1-2874-4b77-8182-4d2f5187f328 - - - - - -] Successfully bumped revision number for resource e44ccd06-f3b5-41be-b653-0a0cc2582ad0 (type: ports) to 4 2026-09-01 19:48:48.809 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-07de2a85-9ddf-4091-a8a7-74765506993b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:48:48.810 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-07de2a85-9ddf-4091-a8a7-74765506993b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 4f52e10a-4211-4074-b425-d4e50c0e3ddb: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:48:48.941 8 INFO neutron.db.ovn_revision_numbers_db [None req-07de2a85-9ddf-4091-a8a7-74765506993b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource db0cf82a-418b-4249-bd15-d7bb0929ca17 (type: ports) to 1 2026-09-01 19:48:49.294 7 INFO neutron.db.ovn_revision_numbers_db [None req-08c694a5-1b31-4f38-94d0-d4864eb77843 - - - - - -] Successfully bumped revision number for resource 4632803c-02b9-4dfe-956f-304a2b688a1e (type: ports) to 2 2026-09-01 19:48:49.559 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-07de2a85-9ddf-4091-a8a7-74765506993b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:48:49.560 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-07de2a85-9ddf-4091-a8a7-74765506993b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 4f52e10a-4211-4074-b425-d4e50c0e3ddb: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:48:49.571 7 INFO neutron.db.ovn_revision_numbers_db [None req-1b1b57c1-2874-4b77-8182-4d2f5187f328 - - - - - -] Successfully bumped revision number for resource e44ccd06-f3b5-41be-b653-0a0cc2582ad0 (type: ports) to 5 2026-09-01 19:48:49.816 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6315aa76-c6d4-40f6-a727-895e9fe563e2 - - - - - -] OVN reports status up for port: 163ea7b0-d48e-49bf-b56c-b0f3b304cbac 2026-09-01 19:48:49.848 8 INFO neutron.plugins.ml2.plugin [None req-6315aa76-c6d4-40f6-a727-895e9fe563e2 - - - - - -] Attempt 1 to provision port 163ea7b0-d48e-49bf-b56c-b0f3b304cbac 2026-09-01 19:48:49.862 7 INFO neutron.db.ovn_revision_numbers_db [None req-751656c7-fafb-4ef9-a379-0bea8daa06ee - - - - - -] Successfully bumped revision number for resource 4632803c-02b9-4dfe-956f-304a2b688a1e (type: router_ports) to 2 2026-09-01 19:48:49.862 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-751656c7-fafb-4ef9-a379-0bea8daa06ee - - - - - -] OVN reports status down for port: 7cf64cf1-7dda-462f-b9be-2258ea806c05 2026-09-01 19:48:49.923 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4690bb28-0435-4863-a1e1-3634cb5a505b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:48:49.927 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4690bb28-0435-4863-a1e1-3634cb5a505b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network ad456198-386b-4573-bedf-cdd9e6386f62: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:48:49.962 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-751656c7-fafb-4ef9-a379-0bea8daa06ee - - - - - -] OVN reports status down for port: db0cf82a-418b-4249-bd15-d7bb0929ca17 2026-09-01 19:48:50.148 8 INFO neutron.db.ovn_revision_numbers_db [None req-07de2a85-9ddf-4091-a8a7-74765506993b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource db0cf82a-418b-4249-bd15-d7bb0929ca17 (type: router_ports) to 1 [pid: 8|app: 0|req: 331/654] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:48:48 2026] PUT /v2.0/routers/e7d84af5-52b1-4be7-9918-9638a9ac34cb/add_router_interface => generated 309 bytes in 1912 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:48:50.221 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-751656c7-fafb-4ef9-a379-0bea8daa06ee - - - - - -] OVN reports status up for port: db0cf82a-418b-4249-bd15-d7bb0929ca17 2026-09-01 19:48:50.245 7 INFO neutron.plugins.ml2.plugin [None req-751656c7-fafb-4ef9-a379-0bea8daa06ee - - - - - -] Attempt 1 to provision port db0cf82a-418b-4249-bd15-d7bb0929ca17 2026-09-01 19:48:50.391 8 INFO neutron.db.ovn_revision_numbers_db [None req-6315aa76-c6d4-40f6-a727-895e9fe563e2 - - - - - -] Successfully bumped revision number for resource 163ea7b0-d48e-49bf-b56c-b0f3b304cbac (type: ports) to 2 2026-09-01 19:48:50.392 8 INFO neutron.db.ovn_revision_numbers_db [req-abae8685-6f8a-42b7-aad3-33aec1fb13f0 req-271f051b-f34c-4776-8ac5-f4d80c1742dc 44c8dca08fcc4c4f9398eb988f64ce4d 05c7ae9d2755464089e8ed6700369994 - - default default] Successfully bumped revision number for resource d9a9fcf5-f0c2-4ce4-b689-a96dce146bdd (type: security_groups) to 1 2026-09-01 19:48:50.417 8 INFO neutron.db.ovn_revision_numbers_db [req-abae8685-6f8a-42b7-aad3-33aec1fb13f0 req-271f051b-f34c-4776-8ac5-f4d80c1742dc 44c8dca08fcc4c4f9398eb988f64ce4d 05c7ae9d2755464089e8ed6700369994 - - default default] Successfully bumped revision number for resource 6336d759-b7c5-4f2e-ae9c-96ab2f140618 (type: security_group_rules) to 0 2026-09-01 19:48:50.440 8 INFO neutron.db.ovn_revision_numbers_db [req-abae8685-6f8a-42b7-aad3-33aec1fb13f0 req-271f051b-f34c-4776-8ac5-f4d80c1742dc 44c8dca08fcc4c4f9398eb988f64ce4d 05c7ae9d2755464089e8ed6700369994 - - default default] Successfully bumped revision number for resource c8e3e86e-7ca6-4418-a7e8-388ef0015ea2 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 332/655] 10.0.0.147 () {38 vars in 971 bytes} [Tue Sep 1 19:48:50 2026] POST /v2.0/security-groups => generated 1680 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-01 19:48:50.702 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e3944f7c-8d16-4229-8ebf-d56ab25ed1ef 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:48:50.703 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e3944f7c-8d16-4229-8ebf-d56ab25ed1ef 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 1bc6dc14-9ed0-4042-8061-06c1a44bd4eb: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:48:50.821 7 INFO neutron.db.ovn_revision_numbers_db [None req-4690bb28-0435-4863-a1e1-3634cb5a505b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 163ea7b0-d48e-49bf-b56c-b0f3b304cbac (type: router_ports) to 1 [pid: 7|app: 0|req: 324/656] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:48:45 2026] PUT /v2.0/routers/8654085c-9ebc-4b45-bcb6-49cf3d6c18af/add_router_interface => generated 309 bytes in 5156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:48:51.140 8 INFO neutron.db.ovn_revision_numbers_db [None req-56d3b22b-34b3-4253-abc4-ad26b99fef1f - - - - - -] Successfully bumped revision number for resource 163ea7b0-d48e-49bf-b56c-b0f3b304cbac (type: router_ports) to 2 2026-09-01 19:48:51.369 8 INFO neutron.db.ovn_revision_numbers_db [None req-865f7676-ebb4-453d-b9d8-11828a363a13 - - - - - -] Successfully bumped revision number for resource 7cf64cf1-7dda-462f-b9be-2258ea806c05 (type: ports) to 2 2026-09-01 19:48:51.462 8 INFO neutron.db.ovn_revision_numbers_db [None req-865f7676-ebb4-453d-b9d8-11828a363a13 - - - - - -] Successfully bumped revision number for resource 07e03a6a-7fe2-4eb2-9bae-8bc938f0813d (type: subnets) to 0 [pid: 8|app: 0|req: 333/657] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:48:50 2026] POST /v2.0/subnets => generated 684 bytes in 977 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:48:51.574 7 INFO neutron.db.ovn_revision_numbers_db [None req-751656c7-fafb-4ef9-a379-0bea8daa06ee - - - - - -] Successfully bumped revision number for resource db0cf82a-418b-4249-bd15-d7bb0929ca17 (type: ports) to 2 2026-09-01 19:48:51.575 7 INFO neutron.db.ovn_revision_numbers_db [req-575e4fdc-cc15-486d-ba09-964a742badf9 req-7f809954-26f8-4633-ae4a-3048c032d0f9 8ede0f4f2be24d1da2c686293407cebe 8545add8bd5649f5868edfc4a60a8ab1 - - default default] Successfully bumped revision number for resource c36b045c-ba22-4abe-9895-c80866b19491 (type: security_groups) to 1 2026-09-01 19:48:51.596 7 INFO neutron.db.ovn_revision_numbers_db [req-575e4fdc-cc15-486d-ba09-964a742badf9 req-7f809954-26f8-4633-ae4a-3048c032d0f9 8ede0f4f2be24d1da2c686293407cebe 8545add8bd5649f5868edfc4a60a8ab1 - - default default] Successfully bumped revision number for resource 408c51ea-252f-4fc6-b3df-25bae92492b1 (type: security_group_rules) to 0 2026-09-01 19:48:51.613 8 INFO neutron.db.ovn_revision_numbers_db [req-85c3ea3e-b6df-4710-a697-3fa592c45c5b req-647a7b4a-c052-4077-a3ca-419be6b398ca 44c8dca08fcc4c4f9398eb988f64ce4d 05c7ae9d2755464089e8ed6700369994 - - default default] Successfully bumped revision number for resource e181cba3-7bcb-4a26-bc22-2fd691b81067 (type: security_groups) to 1 2026-09-01 19:48:51.624 8 INFO neutron.db.ovn_revision_numbers_db [req-85c3ea3e-b6df-4710-a697-3fa592c45c5b req-647a7b4a-c052-4077-a3ca-419be6b398ca 44c8dca08fcc4c4f9398eb988f64ce4d 05c7ae9d2755464089e8ed6700369994 - - default default] Successfully bumped revision number for resource aab14fdd-8934-4c94-9ec7-8794d10ae05b (type: security_group_rules) to 0 2026-09-01 19:48:51.634 8 INFO neutron.db.ovn_revision_numbers_db [req-85c3ea3e-b6df-4710-a697-3fa592c45c5b req-647a7b4a-c052-4077-a3ca-419be6b398ca 44c8dca08fcc4c4f9398eb988f64ce4d 05c7ae9d2755464089e8ed6700369994 - - default default] Successfully bumped revision number for resource ab117963-e03e-44c7-af66-dd2204d7ef10 (type: security_group_rules) to 0 2026-09-01 19:48:51.641 7 INFO neutron.db.ovn_revision_numbers_db [req-575e4fdc-cc15-486d-ba09-964a742badf9 req-7f809954-26f8-4633-ae4a-3048c032d0f9 8ede0f4f2be24d1da2c686293407cebe 8545add8bd5649f5868edfc4a60a8ab1 - - default default] Successfully bumped revision number for resource 876fd138-2e2c-4154-87d6-46b6ed038220 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 334/658] 10.0.0.147 () {38 vars in 971 bytes} [Tue Sep 1 19:48:51 2026] POST /v2.0/security-groups => generated 1679 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/659] 10.0.0.147 () {38 vars in 971 bytes} [Tue Sep 1 19:48:50 2026] POST /v2.0/security-groups => generated 1684 bytes in 895 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-01 19:48:51.825 7 INFO neutron.db.ovn_revision_numbers_db [None req-cc9cdf7b-d1c4-4e36-b3eb-492a60d40ec3 - - - - - -] Successfully bumped revision number for resource db0cf82a-418b-4249-bd15-d7bb0929ca17 (type: router_ports) to 2 2026-09-01 19:48:51.958 7 INFO neutron.db.ovn_revision_numbers_db [req-365b661f-72c1-4b34-9338-51dd40cb7e2e req-42ac4c72-edec-4cdb-ba19-7b285d63a98f 44c8dca08fcc4c4f9398eb988f64ce4d 05c7ae9d2755464089e8ed6700369994 - - default default] Successfully bumped revision number for resource b81694b6-668f-408f-9d4a-1272d4b3ed05 (type: security_groups) to 1 2026-09-01 19:48:51.972 7 INFO neutron.db.ovn_revision_numbers_db [req-365b661f-72c1-4b34-9338-51dd40cb7e2e req-42ac4c72-edec-4cdb-ba19-7b285d63a98f 44c8dca08fcc4c4f9398eb988f64ce4d 05c7ae9d2755464089e8ed6700369994 - - default default] Successfully bumped revision number for resource cf85cc4a-9da2-48fe-9ae5-d0ebce6fdbcc (type: security_group_rules) to 0 2026-09-01 19:48:51.989 7 INFO neutron.db.ovn_revision_numbers_db [req-365b661f-72c1-4b34-9338-51dd40cb7e2e req-42ac4c72-edec-4cdb-ba19-7b285d63a98f 44c8dca08fcc4c4f9398eb988f64ce4d 05c7ae9d2755464089e8ed6700369994 - - default default] Successfully bumped revision number for resource dcb895a1-fc56-48ff-93af-25dbe09ec347 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 326/660] 10.0.0.147 () {38 vars in 971 bytes} [Tue Sep 1 19:48:51 2026] POST /v2.0/security-groups => generated 1682 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/661] 10.0.0.147 () {34 vars in 991 bytes} [Tue Sep 1 19:48:52 2026] GET /v2.0/security-groups/c36b045c-ba22-4abe-9895-c80866b19491 => generated 1684 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:48:52.167 7 INFO neutron.db.ovn_revision_numbers_db [None req-44ed01e5-9f3c-4b46-a1c4-10f9fed6d219 38c0844c8e55474cb6f584b0ecb82521 b8e1634ee22446eba90569a609b8788e - - default default] Successfully bumped revision number for resource f0b5b8dc-9c08-428f-b92f-970b0f8da314 (type: security_groups) to 1 2026-09-01 19:48:52.177 7 INFO neutron.db.ovn_revision_numbers_db [None req-44ed01e5-9f3c-4b46-a1c4-10f9fed6d219 38c0844c8e55474cb6f584b0ecb82521 b8e1634ee22446eba90569a609b8788e - - default default] Successfully bumped revision number for resource 853b63a7-8681-4304-af2d-87705ba9ab95 (type: security_group_rules) to 0 2026-09-01 19:48:52.189 7 INFO neutron.db.ovn_revision_numbers_db [None req-44ed01e5-9f3c-4b46-a1c4-10f9fed6d219 38c0844c8e55474cb6f584b0ecb82521 b8e1634ee22446eba90569a609b8788e - - default default] Successfully bumped revision number for resource e5a40ecc-36f3-4b61-8630-fe9482c41d8a (type: security_group_rules) to 0 2026-09-01 19:48:52.214 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-72db1ab1-8b99-4640-be36-d037e8d11a6d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:48:52.216 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-72db1ab1-8b99-4640-be36-d037e8d11a6d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 328/662] 10.0.0.4 () {34 vars in 683 bytes} [Tue Sep 1 19:48:52 2026] POST /v2.0/security-groups => generated 1659 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/663] 10.0.0.147 () {34 vars in 1002 bytes} [Tue Sep 1 19:48:52 2026] GET /v2.0/security-groups?tenant_id=05c7ae9d2755464089e8ed6700369994 => generated 7902 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:48:52.316 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-56d3b22b-34b3-4253-abc4-ad26b99fef1f - - - - - -] OVN reports status down for port: 40ebc610-511a-4045-89da-4085ea602fe6 2026-09-01 19:48:52.375 7 INFO neutron.db.ovn_revision_numbers_db [req-5902a6c6-9d1f-465a-add8-9c4d64c8b067 req-725cca38-5c50-44df-adc4-ba8005c5228b 8ede0f4f2be24d1da2c686293407cebe 8545add8bd5649f5868edfc4a60a8ab1 - - default default] Successfully bumped revision number for resource 1104cff9-b1fb-434e-822c-9718881297a4 (type: security_group_rules) to 0 2026-09-01 19:48:52.382 8 INFO neutron.db.ovn_revision_numbers_db [None req-72db1ab1-8b99-4640-be36-d037e8d11a6d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 40ebc610-511a-4045-89da-4085ea602fe6 (type: ports) to 1 [pid: 7|app: 0|req: 330/664] 10.0.0.147 () {38 vars in 981 bytes} [Tue Sep 1 19:48:52 2026] POST /v2.0/security-group-rules => generated 614 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:48:52.510 7 INFO neutron.db.ovn_revision_numbers_db [None req-f6f40b6c-329f-4455-a5d8-06aa942b2ead 38c0844c8e55474cb6f584b0ecb82521 b8e1634ee22446eba90569a609b8788e - - default default] Successfully bumped revision number for resource 16584508-a732-4d85-ad8e-12f3f9054564 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 331/665] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:48:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/666] 10.0.0.147 () {34 vars in 991 bytes} [Tue Sep 1 19:48:52 2026] GET /v2.0/security-groups/4f989847-4c83-4d0c-9caa-2c2991a2c964 => generated 2918 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:48:52.703 7 INFO neutron.db.ovn_revision_numbers_db [req-d5b13903-4c8c-40bf-aaa2-232aeff515ca req-9ed35853-6bdf-4b2b-a396-b38cb750b847 8ede0f4f2be24d1da2c686293407cebe 8545add8bd5649f5868edfc4a60a8ab1 - - default default] Successfully bumped revision number for resource 6e5ca9d5-2eaf-498e-8fe9-f28cf9ab45bc (type: security_groups) to 1 2026-09-01 19:48:52.716 7 INFO neutron.db.ovn_revision_numbers_db [req-d5b13903-4c8c-40bf-aaa2-232aeff515ca req-9ed35853-6bdf-4b2b-a396-b38cb750b847 8ede0f4f2be24d1da2c686293407cebe 8545add8bd5649f5868edfc4a60a8ab1 - - default default] Successfully bumped revision number for resource 7c88ffa8-650e-44ba-b491-a9cb071e46aa (type: security_group_rules) to 0 2026-09-01 19:48:52.727 7 INFO neutron.db.ovn_revision_numbers_db [req-d5b13903-4c8c-40bf-aaa2-232aeff515ca req-9ed35853-6bdf-4b2b-a396-b38cb750b847 8ede0f4f2be24d1da2c686293407cebe 8545add8bd5649f5868edfc4a60a8ab1 - - default default] Successfully bumped revision number for resource 94c19a2c-824c-48dc-9150-e830d2dee715 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 333/667] 10.0.0.147 () {38 vars in 971 bytes} [Tue Sep 1 19:48:52 2026] POST /v2.0/security-groups => generated 1686 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-01 19:48:52.974 7 INFO neutron.db.ovn_revision_numbers_db [None req-2818827a-e001-4a91-8199-1c5184080346 38c0844c8e55474cb6f584b0ecb82521 b8e1634ee22446eba90569a609b8788e - - default default] Successfully bumped revision number for resource 4ea4fc01-da80-4159-a0e9-e6e06d8ff2af (type: security_group_rules) to 0 [pid: 7|app: 0|req: 334/668] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:48:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/669] 10.0.0.147 () {34 vars in 991 bytes} [Tue Sep 1 19:48:53 2026] GET /v2.0/security-groups/4f989847-4c83-4d0c-9caa-2c2991a2c964 => generated 2918 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/670] 10.0.0.147 () {34 vars in 991 bytes} [Tue Sep 1 19:48:53 2026] GET /v2.0/security-groups/6e5ca9d5-2eaf-498e-8fe9-f28cf9ab45bc => generated 1686 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:48:53.127 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-deb7c733-3afc-49a0-b2df-41f9bbb51836 - - - - - -] Schedule LRP lrp-40ebc610-511a-4045-89da-4085ea602fe6 on gateway 981b1d13-d3f6-4b65-a230-c40efece3bd4 with priority 1 2026-09-01 19:48:53.200 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-56d3b22b-34b3-4253-abc4-ad26b99fef1f - - - - - -] OVN reports status up for port: 40ebc610-511a-4045-89da-4085ea602fe6 2026-09-01 19:48:53.208 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ae3b0607-dd23-4012-872a-8ba1de6df80d - - - - - -] Router 9e7f511d-a801-4afe-bf53-f0dc80deda3c is bound to host instance 2026-09-01 19:48:53.250 8 INFO neutron.plugins.ml2.plugin [None req-56d3b22b-34b3-4253-abc4-ad26b99fef1f - - - - - -] Attempt 1 to provision port 40ebc610-511a-4045-89da-4085ea602fe6 2026-09-01 19:48:53.271 8 INFO neutron.db.ovn_revision_numbers_db [None req-72db1ab1-8b99-4640-be36-d037e8d11a6d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 40ebc610-511a-4045-89da-4085ea602fe6 (type: router_ports) to 1 2026-09-01 19:48:53.351 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6210a14b-fd91-434a-b49e-dd4dedca3660 38c0844c8e55474cb6f584b0ecb82521 b8e1634ee22446eba90569a609b8788e - - default default] No more DHCP agents 2026-09-01 19:48:53.358 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6210a14b-fd91-434a-b49e-dd4dedca3660 38c0844c8e55474cb6f584b0ecb82521 b8e1634ee22446eba90569a609b8788e - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:48:53.426 8 INFO neutron.db.ovn_revision_numbers_db [None req-72db1ab1-8b99-4640-be36-d037e8d11a6d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 9e7f511d-a801-4afe-bf53-f0dc80deda3c (type: routers) to 2 [pid: 8|app: 0|req: 335/671] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:48:51 2026] POST /v2.0/routers => generated 962 bytes in 1768 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/672] 10.0.0.147 () {34 vars in 991 bytes} [Tue Sep 1 19:48:53 2026] GET /v2.0/security-groups/d9a9fcf5-f0c2-4ce4-b689-a96dce146bdd => generated 1680 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/673] 10.0.0.4 () {34 vars in 674 bytes} [Tue Sep 1 19:48:53 2026] POST /v2.0/floatingips => generated 552 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:48:53.793 8 INFO neutron.db.ovn_revision_numbers_db [req-33826797-3dc1-41f4-b17a-94ce04ed4179 req-322f685e-2465-4bde-8c8d-a5dcc8d339b1 8ede0f4f2be24d1da2c686293407cebe 8545add8bd5649f5868edfc4a60a8ab1 - - default default] Successfully bumped revision number for resource af5f9fe9-bbcd-4298-8090-622d2927ca3e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 337/674] 10.0.0.147 () {38 vars in 981 bytes} [Tue Sep 1 19:48:53 2026] POST /v2.0/security-group-rules => generated 614 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:48:53.979 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7340bc79-67d8-41ca-b784-fd5d5a8e6373 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:48:53.980 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7340bc79-67d8-41ca-b784-fd5d5a8e6373 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 1bc6dc14-9ed0-4042-8061-06c1a44bd4eb: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 338/675] 10.0.0.147 () {36 vars in 1013 bytes} [Tue Sep 1 19:48:53 2026] DELETE /v2.0/security-groups/d9a9fcf5-f0c2-4ce4-b689-a96dce146bdd => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/676] 10.0.0.147 () {34 vars in 991 bytes} [Tue Sep 1 19:48:54 2026] GET /v2.0/security-groups/6e5ca9d5-2eaf-498e-8fe9-f28cf9ab45bc => generated 2311 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:48:54.098 7 INFO neutron.db.ovn_revision_numbers_db [None req-7340bc79-67d8-41ca-b784-fd5d5a8e6373 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 90096a01-6498-47d2-a8f1-fd3025b009bb (type: ports) to 1 2026-09-01 19:48:54.366 8 INFO neutron.db.ovn_revision_numbers_db [req-0a5f86c7-3516-4b47-b22a-39ad16b6bdd7 req-2dd7dc5d-f84e-479f-977e-5374a505c51e 8ede0f4f2be24d1da2c686293407cebe 8545add8bd5649f5868edfc4a60a8ab1 - - default default] Successfully bumped revision number for resource cb2a62f9-b44d-416c-92eb-9612f2ce28e8 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 340/677] 10.0.0.147 () {38 vars in 981 bytes} [Tue Sep 1 19:48:54 2026] POST /v2.0/security-group-rules => generated 619 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/678] 10.0.0.147 () {34 vars in 1098 bytes} [Tue Sep 1 19:48:54 2026] GET /v2.0/security-groups?name=tempest-securitygroup--838915642&fields=id&tenant_id=b8e1634ee22446eba90569a609b8788e => generated 69 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:48:54.513 8 INFO neutron.api.v2.resource [req-6aebf248-0db5-4e30-8fbb-8ed629b7dbda req-9184220e-ec9a-4b53-a8cd-d3effe4143cd 44c8dca08fcc4c4f9398eb988f64ce4d 05c7ae9d2755464089e8ed6700369994 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 342/679] 10.0.0.147 () {34 vars in 991 bytes} [Tue Sep 1 19:48:54 2026] GET /v2.0/security-groups/d9a9fcf5-f0c2-4ce4-b689-a96dce146bdd => generated 146 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:48:54.671 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7340bc79-67d8-41ca-b784-fd5d5a8e6373 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:48:54.672 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7340bc79-67d8-41ca-b784-fd5d5a8e6373 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 1bc6dc14-9ed0-4042-8061-06c1a44bd4eb: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 343/680] 10.0.0.147 () {34 vars in 982 bytes} [Tue Sep 1 19:48:54 2026] GET /v2.0/networks?id=ad456198-386b-4573-bedf-cdd9e6386f62 => generated 721 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/681] 10.0.0.147 () {34 vars in 991 bytes} [Tue Sep 1 19:48:54 2026] GET /v2.0/security-groups/6e5ca9d5-2eaf-498e-8fe9-f28cf9ab45bc => generated 2941 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:48:54.730 8 INFO neutron.db.ovn_revision_numbers_db [None req-0660a56b-2dd7-4c8e-be82-974ab35689fb - - - - - -] Successfully bumped revision number for resource 40ebc610-511a-4045-89da-4085ea602fe6 (type: ports) to 4 [pid: 8|app: 0|req: 345/682] 10.0.0.147 () {34 vars in 965 bytes} [Tue Sep 1 19:48:54 2026] GET /v2.0/quotas/b8e1634ee22446eba90569a609b8788e => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/683] 10.0.0.147 () {34 vars in 991 bytes} [Tue Sep 1 19:48:54 2026] GET /v2.0/security-groups/e181cba3-7bcb-4a26-bc22-2fd691b81067 => generated 1679 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/684] 10.0.0.147 () {34 vars in 1002 bytes} [Tue Sep 1 19:48:54 2026] GET /v2.0/ports?tenant_id=b8e1634ee22446eba90569a609b8788e&fields=id => generated 103 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:48:55.163 7 INFO neutron.db.ovn_revision_numbers_db [None req-7340bc79-67d8-41ca-b784-fd5d5a8e6373 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 90096a01-6498-47d2-a8f1-fd3025b009bb (type: router_ports) to 1 [pid: 7|app: 0|req: 338/685] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:48:53 2026] PUT /v2.0/routers/9e7f511d-a801-4afe-bf53-f0dc80deda3c/add_router_interface => generated 309 bytes in 1585 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/686] 10.0.0.147 () {36 vars in 1013 bytes} [Tue Sep 1 19:48:55 2026] DELETE /v2.0/security-groups/e181cba3-7bcb-4a26-bc22-2fd691b81067 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/687] 10.0.0.147 () {34 vars in 1001 bytes} [Tue Sep 1 19:48:55 2026] GET /v2.0/security-group-rules/cb2a62f9-b44d-416c-92eb-9612f2ce28e8 => generated 616 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/688] 10.0.0.147 () {34 vars in 907 bytes} [Tue Sep 1 19:48:55 2026] GET /v2.0/extensions => generated 20541 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/689] 10.0.0.147 () {34 vars in 991 bytes} [Tue Sep 1 19:48:55 2026] GET /v2.0/security-groups/6e5ca9d5-2eaf-498e-8fe9-f28cf9ab45bc => generated 2941 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:48:55.460 8 INFO neutron.db.ovn_revision_numbers_db [None req-0660a56b-2dd7-4c8e-be82-974ab35689fb - - - - - -] Successfully bumped revision number for resource 40ebc610-511a-4045-89da-4085ea602fe6 (type: ports) to 5 [pid: 8|app: 0|req: 350/690] 10.0.0.147 () {34 vars in 1008 bytes} [Tue Sep 1 19:48:55 2026] GET /v2.0/networks/ad456198-386b-4573-bedf-cdd9e6386f62?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/691] 10.0.0.147 () {34 vars in 1108 bytes} [Tue Sep 1 19:48:55 2026] GET /v2.0/networks/ad456198-386b-4573-bedf-cdd9e6386f62?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/692] 10.0.0.147 () {36 vars in 1023 bytes} [Tue Sep 1 19:48:55 2026] DELETE /v2.0/security-group-rules/cb2a62f9-b44d-416c-92eb-9612f2ce28e8 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:48:55.631 8 INFO neutron.api.v2.resource [req-c43b7cd6-8778-4a08-8aa6-45abbb13e49f req-aae6bc98-1570-44e2-b714-0b222f122285 44c8dca08fcc4c4f9398eb988f64ce4d 05c7ae9d2755464089e8ed6700369994 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 352/693] 10.0.0.147 () {34 vars in 991 bytes} [Tue Sep 1 19:48:55 2026] GET /v2.0/security-groups/e181cba3-7bcb-4a26-bc22-2fd691b81067 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/694] 10.0.0.147 () {34 vars in 991 bytes} [Tue Sep 1 19:48:55 2026] GET /v2.0/security-groups/6e5ca9d5-2eaf-498e-8fe9-f28cf9ab45bc => generated 2311 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/695] 10.0.0.147 () {36 vars in 1013 bytes} [Tue Sep 1 19:48:55 2026] DELETE /v2.0/security-groups/6e5ca9d5-2eaf-498e-8fe9-f28cf9ab45bc => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/696] 10.0.0.147 () {34 vars in 991 bytes} [Tue Sep 1 19:48:55 2026] GET /v2.0/security-groups/b81694b6-668f-408f-9d4a-1272d4b3ed05 => generated 1682 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:48:55.907 7 INFO neutron.db.ovn_revision_numbers_db [None req-99263381-78d4-4035-ac22-dbeac5b85485 29bfca9a977a4ceea0aadbe0cb6de0a8 10758fec22fc427fbb5cdbf670306a12 - - default default] Successfully bumped revision number for resource a979abd3-87b2-4e5e-9178-510f54a27364 (type: security_groups) to 1 2026-09-01 19:48:55.928 7 INFO neutron.db.ovn_revision_numbers_db [None req-99263381-78d4-4035-ac22-dbeac5b85485 29bfca9a977a4ceea0aadbe0cb6de0a8 10758fec22fc427fbb5cdbf670306a12 - - default default] Successfully bumped revision number for resource 42288118-f5e7-4402-b73c-99a915fb36b9 (type: security_group_rules) to 0 2026-09-01 19:48:55.949 7 INFO neutron.db.ovn_revision_numbers_db [None req-99263381-78d4-4035-ac22-dbeac5b85485 29bfca9a977a4ceea0aadbe0cb6de0a8 10758fec22fc427fbb5cdbf670306a12 - - default default] Successfully bumped revision number for resource c72875b5-2e8d-4649-8ab6-a257646a4c7e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 355/697] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:48:55 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 12 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/698] 10.0.0.4 () {34 vars in 683 bytes} [Tue Sep 1 19:48:55 2026] POST /v2.0/security-groups => generated 1658 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/699] 10.0.0.147 () {34 vars in 991 bytes} [Tue Sep 1 19:48:55 2026] GET /v2.0/security-groups/c36b045c-ba22-4abe-9895-c80866b19491 => generated 2309 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/700] 10.0.0.147 () {36 vars in 1013 bytes} [Tue Sep 1 19:48:55 2026] DELETE /v2.0/security-groups/b81694b6-668f-408f-9d4a-1272d4b3ed05 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:48:56.177 7 INFO neutron.db.ovn_revision_numbers_db [None req-4e9e95c5-31ad-406b-bdb0-0c827101059b 29bfca9a977a4ceea0aadbe0cb6de0a8 10758fec22fc427fbb5cdbf670306a12 - - default default] Successfully bumped revision number for resource 428d7d62-4d36-4a71-b7e5-d282517e376e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 357/701] 10.0.0.147 () {36 vars in 1013 bytes} [Tue Sep 1 19:48:56 2026] DELETE /v2.0/security-groups/c36b045c-ba22-4abe-9895-c80866b19491 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:48:56.215 8 INFO neutron.api.v2.resource [req-7575625f-19f3-4311-ad97-4ea6284af769 req-bbbe5188-0922-4b6e-9510-6c3b31c69b49 44c8dca08fcc4c4f9398eb988f64ce4d 05c7ae9d2755464089e8ed6700369994 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 345/702] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:48:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/703] 10.0.0.147 () {34 vars in 991 bytes} [Tue Sep 1 19:48:56 2026] GET /v2.0/security-groups/b81694b6-668f-408f-9d4a-1272d4b3ed05 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:48:56.422 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-56d3b22b-34b3-4253-abc4-ad26b99fef1f - - - - - -] OVN reports status down for port: 90096a01-6498-47d2-a8f1-fd3025b009bb 2026-09-01 19:48:56.447 8 INFO neutron.db.ovn_revision_numbers_db [None req-26165190-8060-4aec-9450-53e099463094 29bfca9a977a4ceea0aadbe0cb6de0a8 10758fec22fc427fbb5cdbf670306a12 - - default default] Successfully bumped revision number for resource 13bebc6e-beae-4cc7-aeab-69d0983dd3de (type: security_group_rules) to 0 [pid: 8|app: 0|req: 359/704] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:48:56 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) 2026-09-01 19:48:56.542 7 INFO neutron_taas.services.taas.taas_plugin [None req-caf8fa9c-17bf-4ebb-9c74-2342db14fe86 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: db0cf82a-418b-4249-bd15-d7bb0929ca17 2026-09-01 19:48:56.543 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-56d3b22b-34b3-4253-abc4-ad26b99fef1f - - - - - -] OVN reports status up for port: 90096a01-6498-47d2-a8f1-fd3025b009bb 2026-09-01 19:48:56.549 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-caf8fa9c-17bf-4ebb-9c74-2342db14fe86 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: db0cf82a-418b-4249-bd15-d7bb0929ca17 2026-09-01 19:48:56.585 8 INFO neutron.plugins.ml2.plugin [None req-56d3b22b-34b3-4253-abc4-ad26b99fef1f - - - - - -] Attempt 1 to provision port 90096a01-6498-47d2-a8f1-fd3025b009bb [pid: 8|app: 0|req: 360/705] 10.0.0.147 () {34 vars in 1002 bytes} [Tue Sep 1 19:48:56 2026] GET /v2.0/security-groups?tenant_id=05c7ae9d2755464089e8ed6700369994 => generated 2921 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/708] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:48:56 2026] PUT /v2.0/routers/e7d84af5-52b1-4be7-9918-9638a9ac34cb/remove_router_interface => generated 309 bytes in 1038 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: 347/709] 10.0.0.147 () {34 vars in 991 bytes} [Tue Sep 1 19:48:57 2026] GET /v2.0/security-groups/4f989847-4c83-4d0c-9caa-2c2991a2c964 => generated 2918 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/710] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:48:57 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:48:57.458 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-952cffe5-914c-4d5b-b696-50189224c9cc 29bfca9a977a4ceea0aadbe0cb6de0a8 10758fec22fc427fbb5cdbf670306a12 - - default default] No more DHCP agents 2026-09-01 19:48:57.463 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-952cffe5-914c-4d5b-b696-50189224c9cc 29bfca9a977a4ceea0aadbe0cb6de0a8 10758fec22fc427fbb5cdbf670306a12 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:48:57.759 7 INFO neutron_taas.services.taas.taas_plugin [None req-a38410b4-ee2f-4890-aa33-46e11fdbeacf 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: e44ccd06-f3b5-41be-b653-0a0cc2582ad0 2026-09-01 19:48:57.764 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a38410b4-ee2f-4890-aa33-46e11fdbeacf 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: e44ccd06-f3b5-41be-b653-0a0cc2582ad0 2026-09-01 19:48:57.995 8 INFO neutron.db.ovn_revision_numbers_db [None req-56d3b22b-34b3-4253-abc4-ad26b99fef1f - - - - - -] Successfully bumped revision number for resource 90096a01-6498-47d2-a8f1-fd3025b009bb (type: ports) to 2 [pid: 8|app: 0|req: 363/711] 10.0.0.4 () {34 vars in 674 bytes} [Tue Sep 1 19:48:56 2026] POST /v2.0/floatingips => generated 552 bytes in 1598 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/712] 10.0.0.147 () {34 vars in 991 bytes} [Tue Sep 1 19:48:58 2026] GET /v2.0/security-groups/4f989847-4c83-4d0c-9caa-2c2991a2c964 => generated 2918 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:48:58.339 8 INFO neutron.db.ovn_revision_numbers_db [None req-271eff63-fa81-4290-af55-2ffca2f4c5b6 - - - - - -] Successfully bumped revision number for resource 90096a01-6498-47d2-a8f1-fd3025b009bb (type: router_ports) to 2 2026-09-01 19:48:58.345 8 INFO neutron.api.v2.resource [req-3c1f109b-be16-400c-a2ee-4f4a9b0da125 req-8d28a47f-ea6a-4644-a30a-a6ad3d6e4681 44c8dca08fcc4c4f9398eb988f64ce4d 05c7ae9d2755464089e8ed6700369994 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 365/713] 10.0.0.147 () {34 vars in 991 bytes} [Tue Sep 1 19:48:58 2026] GET /v2.0/security-groups/b81694b6-668f-408f-9d4a-1272d4b3ed05 => generated 146 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:48:58.409 8 INFO neutron.api.v2.resource [req-7b7824ce-3f86-422f-9b8d-1ca3c99f9cf1 req-585712e4-8b57-4910-8b07-215544754057 44c8dca08fcc4c4f9398eb988f64ce4d 05c7ae9d2755464089e8ed6700369994 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 366/714] 10.0.0.147 () {34 vars in 991 bytes} [Tue Sep 1 19:48:58 2026] GET /v2.0/security-groups/e181cba3-7bcb-4a26-bc22-2fd691b81067 => generated 146 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:48:58.439 8 INFO neutron.api.v2.resource [req-1941b553-243a-4086-9483-96b798e0b309 req-b06633d9-5411-4aff-8069-8292ef6fa305 44c8dca08fcc4c4f9398eb988f64ce4d 05c7ae9d2755464089e8ed6700369994 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 367/715] 10.0.0.147 () {34 vars in 991 bytes} [Tue Sep 1 19:48:58 2026] GET /v2.0/security-groups/d9a9fcf5-f0c2-4ce4-b689-a96dce146bdd => 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: 368/716] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:48:58 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => 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: 349/717] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:48:57 2026] DELETE /v2.0/routers/e7d84af5-52b1-4be7-9918-9638a9ac34cb => generated 0 bytes in 1526 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/718] 10.0.0.147 () {34 vars in 1098 bytes} [Tue Sep 1 19:48:58 2026] GET /v2.0/security-groups?name=tempest-securitygroup--352921112&fields=id&tenant_id=10758fec22fc427fbb5cdbf670306a12 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:48:58.964 8 INFO neutron_taas.services.taas.taas_plugin [None req-56a019f0-f19f-43f0-bbfb-9080ea5d813c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 4632803c-02b9-4dfe-956f-304a2b688a1e 2026-09-01 19:48:58.983 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56a019f0-f19f-43f0-bbfb-9080ea5d813c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 4632803c-02b9-4dfe-956f-304a2b688a1e [pid: 7|app: 0|req: 351/719] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:48:58 2026] DELETE /v2.0/subnets/d9c4f6fd-27e0-4b85-9ccc-59102b6ac158 => 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: 352/720] 10.0.0.147 () {34 vars in 982 bytes} [Tue Sep 1 19:48:59 2026] GET /v2.0/networks?id=1bc6dc14-9ed0-4042-8061-06c1a44bd4eb => generated 707 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:48:59.414 7 INFO neutron_taas.services.taas.taas_plugin [None req-5eca2199-637b-4d00-ad12-97253613519b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: c52da3e8-c3bf-4e39-8355-d0164bdd2a22 2026-09-01 19:48:59.419 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5eca2199-637b-4d00-ad12-97253613519b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: c52da3e8-c3bf-4e39-8355-d0164bdd2a22 [pid: 8|app: 0|req: 369/721] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:48:58 2026] PUT /v2.0/routers/4684424f-15f6-4cdd-adfe-4009d115fc07/remove_router_interface => generated 309 bytes in 1232 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: 370/722] 10.0.0.147 () {34 vars in 965 bytes} [Tue Sep 1 19:48:59 2026] GET /v2.0/quotas/10758fec22fc427fbb5cdbf670306a12 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/723] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:48:59 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => 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: 353/724] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:48:59 2026] DELETE /v2.0/networks/4f52e10a-4211-4074-b425-d4e50c0e3ddb => 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: 354/725] 10.0.0.147 () {34 vars in 1002 bytes} [Tue Sep 1 19:48:59 2026] GET /v2.0/ports?tenant_id=10758fec22fc427fbb5cdbf670306a12&fields=id => generated 103 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/726] 10.0.0.147 () {34 vars in 1008 bytes} [Tue Sep 1 19:48:59 2026] GET /v2.0/networks/1bc6dc14-9ed0-4042-8061-06c1a44bd4eb?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/727] 10.0.0.147 () {34 vars in 1108 bytes} [Tue Sep 1 19:48:59 2026] GET /v2.0/networks/1bc6dc14-9ed0-4042-8061-06c1a44bd4eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/728] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:48:59 2026] GET /v2.0/security-groups?tenant_id=8545add8bd5649f5868edfc4a60a8ab1&name=default => generated 2921 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:49:00.066 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1565acd-1b35-4c02-8306-d2de3ae805eb 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: f0c4b4e1-e8de-4bbd-820d-52f295b73186 2026-09-01 19:49:00.071 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1565acd-1b35-4c02-8306-d2de3ae805eb 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: f0c4b4e1-e8de-4bbd-820d-52f295b73186 2026-09-01 19:49:00.226 7 INFO neutron.services.segments.plugin [-] Segment 54c47f4d-2475-4906-bff7-d57c3c07f317 resource provider aggregate not found 2026-09-01 19:49:00.248 7 INFO neutron.services.segments.plugin [-] Segment 54c47f4d-2475-4906-bff7-d57c3c07f317 resource provider aggregate not found 2026-09-01 19:49:00.253 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 54c47f4d-2475-4906-bff7-d57c3c07f317 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54c47f4d-2475-4906-bff7-d57c3c07f317 found for delete ", "request_id": "req-2181fdd9-51d5-4414-a1d5-b28a8ba11c6b"}]} 2026-09-01 19:49:00.261 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 54c47f4d-2475-4906-bff7-d57c3c07f317 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54c47f4d-2475-4906-bff7-d57c3c07f317 found for delete ", "request_id": "req-7d305541-78c4-4559-9530-57f7c17f31e4"}]} [pid: 7|app: 0|req: 358/729] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:48:59 2026] DELETE /v2.0/security-groups/09f88536-d919-478d-abe8-8d08b7061017 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/730] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:00 2026] GET /v2.0/ports?device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => 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: 360/731] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:49:00 2026] GET /v2.0/networks?id=ad456198-386b-4573-bedf-cdd9e6386f62 => generated 721 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/732] 162.253.55.86 () {34 vars in 910 bytes} [Tue Sep 1 19:49:00 2026] GET /v2.0/extensions => generated 20541 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/733] 162.253.55.86 () {34 vars in 1049 bytes} [Tue Sep 1 19:49:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b8e1634ee22446eba90569a609b8788e => generated 180 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/734] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:48:59 2026] DELETE /v2.0/routers/4684424f-15f6-4cdd-adfe-4009d115fc07 => generated 0 bytes in 1379 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/735] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:01 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:49:01.184 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-01459080-0209-4c01-a622-22c04955c05e req-2b8ff0ef-ee24-4d2e-9200-a0a05c45f374 38c0844c8e55474cb6f584b0ecb82521 b8e1634ee22446eba90569a609b8788e - - default default] No more DHCP agents 2026-09-01 19:49:01.185 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-01459080-0209-4c01-a622-22c04955c05e req-2b8ff0ef-ee24-4d2e-9200-a0a05c45f374 38c0844c8e55474cb6f584b0ecb82521 b8e1634ee22446eba90569a609b8788e - - default default] Unable to schedule network ad456198-386b-4573-bedf-cdd9e6386f62: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:01.285 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-271eff63-fa81-4290-af55-2ffca2f4c5b6 - - - - - -] OVN reports status down for port: 87dd9b47-7ee5-4f9f-aacf-ac1bda28395a 2026-09-01 19:49:01.305 7 INFO neutron.db.ovn_revision_numbers_db [req-01459080-0209-4c01-a622-22c04955c05e req-2b8ff0ef-ee24-4d2e-9200-a0a05c45f374 38c0844c8e55474cb6f584b0ecb82521 b8e1634ee22446eba90569a609b8788e - - default default] Successfully bumped revision number for resource 87dd9b47-7ee5-4f9f-aacf-ac1bda28395a (type: ports) to 1 [pid: 7|app: 0|req: 363/736] 162.253.55.86 () {38 vars in 954 bytes} [Tue Sep 1 19:49:00 2026] POST /v2.0/ports => generated 958 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: 364/737] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:01 2026] GET /v2.0/ports?device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/738] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:49:01 2026] DELETE /v2.0/subnets/e29886e7-194c-4523-9ed7-db9589346d86 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:49:01.629 7 INFO neutron_taas.services.taas.taas_plugin [None req-10d7740e-3d1f-456e-aa30-f52ba1199eee 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: c5f4ab70-7dc2-4ee3-9a93-2884a7b51d2c 2026-09-01 19:49:01.632 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10d7740e-3d1f-456e-aa30-f52ba1199eee 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: c5f4ab70-7dc2-4ee3-9a93-2884a7b51d2c [pid: 7|app: 0|req: 365/739] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:49:01 2026] DELETE /v2.0/networks/eaa880f0-88be-49c3-9218-f6d9025970bd => generated 0 bytes in 423 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:49:02.118 8 INFO neutron.db.ovn_revision_numbers_db [req-01459080-0209-4c01-a622-22c04955c05e req-ade8f750-ecf2-4031-8917-3392aec390be 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource 87dd9b47-7ee5-4f9f-aacf-ac1bda28395a (type: ports) to 2 [pid: 7|app: 0|req: 366/740] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:49:02 2026] GET /v2.0/security-groups?tenant_id=05c7ae9d2755464089e8ed6700369994&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:49:02.270 7 INFO neutron.services.segments.plugin [-] Segment 179f3b92-618e-42a1-8b31-2a621f9cb2fd resource provider aggregate not found 2026-09-01 19:49:02.281 7 INFO neutron.services.segments.plugin [-] Segment 179f3b92-618e-42a1-8b31-2a621f9cb2fd resource provider aggregate not found 2026-09-01 19:49:02.290 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 179f3b92-618e-42a1-8b31-2a621f9cb2fd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 179f3b92-618e-42a1-8b31-2a621f9cb2fd found for delete ", "request_id": "req-cac3f728-0f5c-448c-9ca8-f9f99fe250b9"}]} 2026-09-01 19:49:02.307 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 179f3b92-618e-42a1-8b31-2a621f9cb2fd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 179f3b92-618e-42a1-8b31-2a621f9cb2fd found for delete ", "request_id": "req-394c914c-9f34-4f9e-be35-767d8bd32126"}]} 2026-09-01 19:49:02.393 8 INFO neutron.db.ovn_revision_numbers_db [req-01459080-0209-4c01-a622-22c04955c05e req-ade8f750-ecf2-4031-8917-3392aec390be 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource 87dd9b47-7ee5-4f9f-aacf-ac1bda28395a (type: ports) to 4 [pid: 8|app: 0|req: 375/741] 162.253.55.86 () {38 vars in 1027 bytes} [Tue Sep 1 19:49:01 2026] PUT /v2.0/ports/87dd9b47-7ee5-4f9f-aacf-ac1bda28395a => generated 1208 bytes in 723 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: 367/742] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:49:02 2026] DELETE /v2.0/security-groups/4f989847-4c83-4d0c-9caa-2c2991a2c964 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/743] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:02 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/744] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:02 2026] GET /v2.0/ports?device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => 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: 377/745] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:02 2026] GET /v2.0/security-groups?id=f0b5b8dc-9c08-428f-b92f-970b0f8da314&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-09-01 19:49:03.188 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f400b1c3-b2c3-4d7b-a528-9ba17eb6c2bb'] response: {'name': 'network-changed', 'server_uuid': 'abd1fd0f-f45c-4c7b-8a5d-41b31f80345c', 'tag': '87dd9b47-7ee5-4f9f-aacf-ac1bda28395a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 369/746] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:49:03 2026] GET /v2.0/ports?tenant_id=b8e1634ee22446eba90569a609b8788e&device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 1211 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/747] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:49:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=87dd9b47-7ee5-4f9f-aacf-ac1bda28395a => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/748] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:49:03 2026] GET /v2.0/subnets?id=e3776a7e-cc27-4ce5-be3a-2b9bb44d6551 => generated 701 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/749] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:03 2026] GET /v2.0/ports?device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => 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: 379/750] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:03 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/751] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:49:03 2026] GET /v2.0/ports?network_id=ad456198-386b-4573-bedf-cdd9e6386f62&device_owner=network%3Adhcp => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/752] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:03 2026] GET /v2.0/security-groups?id=f0b5b8dc-9c08-428f-b92f-970b0f8da314&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/753] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:49:03 2026] GET /v2.0/networks/ad456198-386b-4573-bedf-cdd9e6386f62?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: 381/754] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:49:03 2026] GET /v2.0/networks/ad456198-386b-4573-bedf-cdd9e6386f62?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/755] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:04 2026] GET /v2.0/ports?device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => 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: 383/756] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:49:04 2026] GET /v2.0/networks?id=1bc6dc14-9ed0-4042-8061-06c1a44bd4eb => generated 707 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/757] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:49:04 2026] GET /v2.0/ports?tenant_id=b8e1634ee22446eba90569a609b8788e&device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 1211 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/758] 162.253.55.86 () {34 vars in 1049 bytes} [Tue Sep 1 19:49:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=10758fec22fc427fbb5cdbf670306a12 => generated 180 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/759] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:04 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/760] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:49:04 2026] GET /v2.0/networks?id=ad456198-386b-4573-bedf-cdd9e6386f62 => generated 819 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:05.033 7 INFO neutron.db.ovn_revision_numbers_db [None req-432b193c-a484-4c54-ac41-d728fb6872a1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 365b89f4-5282-451a-bcdd-99d62f7de546 (type: security_groups) to 1 2026-09-01 19:49:05.046 7 INFO neutron.db.ovn_revision_numbers_db [None req-432b193c-a484-4c54-ac41-d728fb6872a1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 157e910a-65c1-4f6a-9107-f52600a72583 (type: security_group_rules) to 0 2026-09-01 19:49:05.064 7 INFO neutron.db.ovn_revision_numbers_db [None req-432b193c-a484-4c54-ac41-d728fb6872a1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 21dbebbe-54b0-41c1-ab76-853cfc9468f0 (type: security_group_rules) to 0 2026-09-01 19:49:05.079 7 INFO neutron.db.ovn_revision_numbers_db [None req-432b193c-a484-4c54-ac41-d728fb6872a1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource acdf0189-450a-499f-91b2-cdd75f1fc658 (type: security_group_rules) to 0 2026-09-01 19:49:05.091 7 INFO neutron.db.ovn_revision_numbers_db [None req-432b193c-a484-4c54-ac41-d728fb6872a1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e097c654-609f-4a24-aac3-80d4a85e7326 (type: security_group_rules) to 0 2026-09-01 19:49:05.154 7 INFO neutron.db.segments_db [None req-432b193c-a484-4c54-ac41-d728fb6872a1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Added segment 1532fe13-1e06-4927-a255-108dc713fda8 of type geneve for network 9188d185-1ab0-4c1e-b387-521a9e8132a3 2026-09-01 19:49:05.366 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-8169d833-ded2-4d97-a1b4-6de2a9c03dd9 req-e59333dc-1d81-459e-930a-6f2575cef1a0 29bfca9a977a4ceea0aadbe0cb6de0a8 10758fec22fc427fbb5cdbf670306a12 - - default default] No more DHCP agents 2026-09-01 19:49:05.368 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-8169d833-ded2-4d97-a1b4-6de2a9c03dd9 req-e59333dc-1d81-459e-930a-6f2575cef1a0 29bfca9a977a4ceea0aadbe0cb6de0a8 10758fec22fc427fbb5cdbf670306a12 - - default default] Unable to schedule network 1bc6dc14-9ed0-4042-8061-06c1a44bd4eb: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:05.503 8 INFO neutron.db.ovn_revision_numbers_db [req-8169d833-ded2-4d97-a1b4-6de2a9c03dd9 req-e59333dc-1d81-459e-930a-6f2575cef1a0 29bfca9a977a4ceea0aadbe0cb6de0a8 10758fec22fc427fbb5cdbf670306a12 - - default default] Successfully bumped revision number for resource 395f06c0-607e-4ed7-9044-dc2e3ff40069 (type: ports) to 1 2026-09-01 19:49:05.535 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cc9cdf7b-d1c4-4e36-b3eb-492a60d40ec3 - - - - - -] OVN reports status down for port: 395f06c0-607e-4ed7-9044-dc2e3ff40069 [pid: 8|app: 0|req: 388/761] 162.253.55.86 () {38 vars in 954 bytes} [Tue Sep 1 19:49:04 2026] POST /v2.0/ports => generated 958 bytes in 578 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: 389/762] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:05 2026] GET /v2.0/security-groups?id=f0b5b8dc-9c08-428f-b92f-970b0f8da314&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/763] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:49:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=87dd9b47-7ee5-4f9f-aacf-ac1bda28395a => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:49:05.707 7 INFO neutron.db.ovn_revision_numbers_db [None req-432b193c-a484-4c54-ac41-d728fb6872a1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 9188d185-1ab0-4c1e-b387-521a9e8132a3 (type: networks) to 1 2026-09-01 19:49:05.959 8 INFO neutron.db.ovn_revision_numbers_db [req-8169d833-ded2-4d97-a1b4-6de2a9c03dd9 req-ba666369-ca88-418d-8081-1a250aa09838 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource 395f06c0-607e-4ed7-9044-dc2e3ff40069 (type: ports) to 2 2026-09-01 19:49:05.976 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-432b193c-a484-4c54-ac41-d728fb6872a1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:49:05.978 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-432b193c-a484-4c54-ac41-d728fb6872a1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 9188d185-1ab0-4c1e-b387-521a9e8132a3: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:06.046 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cc9cdf7b-d1c4-4e36-b3eb-492a60d40ec3 - - - - - -] OVN reports status down for port: 4c47a46a-3a62-42e0-b69e-ccefbc3eef21 2026-09-01 19:49:06.113 7 INFO neutron.db.ovn_revision_numbers_db [None req-432b193c-a484-4c54-ac41-d728fb6872a1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4c47a46a-3a62-42e0-b69e-ccefbc3eef21 (type: ports) to 1 [pid: 7|app: 0|req: 374/764] 10.0.0.4 () {34 vars in 669 bytes} [Tue Sep 1 19:49:04 2026] POST /v2.0/networks => generated 789 bytes in 1539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/765] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:49:06 2026] GET /v2.0/subnets?id=e3776a7e-cc27-4ce5-be3a-2b9bb44d6551 => generated 701 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:06.263 8 INFO neutron.db.ovn_revision_numbers_db [req-8169d833-ded2-4d97-a1b4-6de2a9c03dd9 req-ba666369-ca88-418d-8081-1a250aa09838 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource 395f06c0-607e-4ed7-9044-dc2e3ff40069 (type: ports) to 4 [pid: 8|app: 0|req: 391/766] 162.253.55.86 () {38 vars in 1027 bytes} [Tue Sep 1 19:49:05 2026] PUT /v2.0/ports/395f06c0-607e-4ed7-9044-dc2e3ff40069 => generated 1208 bytes in 664 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-09-01 19:49:06.331 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-33844ea4-13b6-432d-8109-4f7a814f97f8'] response: {'name': 'network-changed', 'server_uuid': 'b28d9e32-3201-41d7-9ccd-7b58b02e9c9b', 'tag': '395f06c0-607e-4ed7-9044-dc2e3ff40069', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 376/767] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:06 2026] GET /v2.0/ports?device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => generated 973 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/768] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:49:06 2026] GET /v2.0/ports?network_id=ad456198-386b-4573-bedf-cdd9e6386f62&device_owner=network%3Adhcp => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:49:06.415 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e8ce7409-97a3-4a41-a05f-a59c499a9c3d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:49:06.417 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e8ce7409-97a3-4a41-a05f-a59c499a9c3d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 9188d185-1ab0-4c1e-b387-521a9e8132a3: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 378/769] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:06 2026] GET /v2.0/security-groups?id=a979abd3-87b2-4e5e-9178-510f54a27364&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/770] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:49:06 2026] GET /v2.0/networks/ad456198-386b-4573-bedf-cdd9e6386f62?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:49:06.756 8 INFO neutron.db.ovn_revision_numbers_db [None req-b81d6803-d982-4875-85b5-beb2dccd0f57 - - - - - -] Successfully bumped revision number for resource 4c47a46a-3a62-42e0-b69e-ccefbc3eef21 (type: ports) to 2 2026-09-01 19:49:06.788 7 INFO neutron.db.ovn_revision_numbers_db [None req-2ff6fd4e-e494-4c71-93d7-d8f06f0c156e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 347ae010-a04a-47bb-8f5f-24a44c452c92 (type: security_groups) to 1 2026-09-01 19:49:06.795 8 INFO neutron.db.ovn_revision_numbers_db [None req-b81d6803-d982-4875-85b5-beb2dccd0f57 - - - - - -] Successfully bumped revision number for resource f5bd959a-7947-4de7-905b-dc3f517e18cd (type: subnets) to 0 2026-09-01 19:49:06.799 7 INFO neutron.db.ovn_revision_numbers_db [None req-2ff6fd4e-e494-4c71-93d7-d8f06f0c156e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 447a41c2-79e9-4a72-81cf-342ae76cb944 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 392/771] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:49:06 2026] POST /v2.0/subnets => generated 695 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:49:06.810 7 INFO neutron.db.ovn_revision_numbers_db [None req-2ff6fd4e-e494-4c71-93d7-d8f06f0c156e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource aeacc409-8ad3-48c8-8576-f66721e7da6a (type: security_group_rules) to 0 2026-09-01 19:49:06.821 7 INFO neutron.db.ovn_revision_numbers_db [None req-2ff6fd4e-e494-4c71-93d7-d8f06f0c156e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b0199def-b2f8-4598-9c03-4a97b0f01c01 (type: security_group_rules) to 0 2026-09-01 19:49:06.833 7 INFO neutron.db.ovn_revision_numbers_db [None req-2ff6fd4e-e494-4c71-93d7-d8f06f0c156e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f844f790-175a-4974-abe4-7b85f8f58224 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 393/772] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:49:06 2026] GET /v2.0/networks/ad456198-386b-4573-bedf-cdd9e6386f62?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/773] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:06 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 973 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/774] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:49:06 2026] GET /v2.0/security-groups?tenant_id=697ed76724e743cf830722f62468c216&name=default => generated 2925 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/775] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:49:06 2026] GET /v2.0/ports?tenant_id=10758fec22fc427fbb5cdbf670306a12&device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => generated 1211 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/776] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:06 2026] GET /v2.0/security-groups?id=f0b5b8dc-9c08-428f-b92f-970b0f8da314&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/777] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:49:06 2026] DELETE /v2.0/security-groups/347ae010-a04a-47bb-8f5f-24a44c452c92 => 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: 384/778] 162.253.55.86 () {34 vars in 1017 bytes} [Tue Sep 1 19:49:07 2026] GET /v2.0/networks?tenant_id=10758fec22fc427fbb5cdbf670306a12&shared=False => generated 806 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/779] 162.253.55.86 () {34 vars in 929 bytes} [Tue Sep 1 19:49:07 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) 2026-09-01 19:49:07.274 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-42dbcba6-3aca-4120-be8e-a2154d7c8465 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:49:07.276 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-42dbcba6-3aca-4120-be8e-a2154d7c8465 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:07.354 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-271eff63-fa81-4290-af55-2ffca2f4c5b6 - - - - - -] OVN reports status down for port: 301befaf-d3c2-4e1f-b849-fe75706cb79c 2026-09-01 19:49:07.401 8 INFO neutron.db.ovn_revision_numbers_db [None req-42dbcba6-3aca-4120-be8e-a2154d7c8465 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 301befaf-d3c2-4e1f-b849-fe75706cb79c (type: ports) to 1 2026-09-01 19:49:07.448 7 INFO neutron.db.ovn_revision_numbers_db [None req-fa069878-77af-4f42-87be-12e87f7bdbe5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 3875edc3-0f1b-4733-850d-65fda06998b4 (type: security_groups) to 1 2026-09-01 19:49:07.460 7 INFO neutron.db.ovn_revision_numbers_db [None req-fa069878-77af-4f42-87be-12e87f7bdbe5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 89c1894e-84bb-47b7-a89e-53870eecd317 (type: security_group_rules) to 0 2026-09-01 19:49:07.470 7 INFO neutron.db.ovn_revision_numbers_db [None req-fa069878-77af-4f42-87be-12e87f7bdbe5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 9bce76b6-d761-45ca-871f-ee3f20a1bda5 (type: security_group_rules) to 0 2026-09-01 19:49:07.483 7 INFO neutron.db.ovn_revision_numbers_db [None req-fa069878-77af-4f42-87be-12e87f7bdbe5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a86848c4-ebc2-4a3e-b684-1787c3cadbbf (type: security_group_rules) to 0 2026-09-01 19:49:07.501 7 INFO neutron.db.ovn_revision_numbers_db [None req-fa069878-77af-4f42-87be-12e87f7bdbe5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource d7e43532-cc0d-4bfe-834d-d33dc201f70a (type: security_group_rules) to 0 [pid: 7|app: 0|req: 386/780] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:49:07 2026] GET /v2.0/security-groups?tenant_id=d98b6c24e1784ca7a3126cfaab122698&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/781] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:49:07 2026] DELETE /v2.0/security-groups/3875edc3-0f1b-4733-850d-65fda06998b4 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/782] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:07 2026] GET /v2.0/ports?device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/783] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:07 2026] GET /v2.0/security-groups?id=a979abd3-87b2-4e5e-9178-510f54a27364&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-09-01 19:49:08.078 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-deb7c733-3afc-49a0-b2df-41f9bbb51836 - - - - - -] Schedule LRP lrp-301befaf-d3c2-4e1f-b849-fe75706cb79c on gateway 981b1d13-d3f6-4b65-a230-c40efece3bd4 with priority 1 2026-09-01 19:49:08.116 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-271eff63-fa81-4290-af55-2ffca2f4c5b6 - - - - - -] OVN reports status up for port: 301befaf-d3c2-4e1f-b849-fe75706cb79c 2026-09-01 19:49:08.146 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-1b1b57c1-2874-4b77-8182-4d2f5187f328 - - - - - -] Router c5e2c1f0-ffb1-491c-ac97-3df4fba4ff06 is bound to host instance 2026-09-01 19:49:08.147 8 INFO neutron.plugins.ml2.plugin [None req-271eff63-fa81-4290-af55-2ffca2f4c5b6 - - - - - -] Attempt 1 to provision port 301befaf-d3c2-4e1f-b849-fe75706cb79c [pid: 7|app: 0|req: 390/784] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:08 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 973 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:08.176 8 INFO neutron.db.ovn_revision_numbers_db [None req-42dbcba6-3aca-4120-be8e-a2154d7c8465 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 301befaf-d3c2-4e1f-b849-fe75706cb79c (type: router_ports) to 1 [pid: 7|app: 0|req: 391/785] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:08 2026] GET /v2.0/security-groups?id=f0b5b8dc-9c08-428f-b92f-970b0f8da314&fields=id&fields=name => generated 113 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/786] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:49:08 2026] GET /v2.0/ports?tenant_id=10758fec22fc427fbb5cdbf670306a12&device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => generated 1211 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/787] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:49:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=395f06c0-607e-4ed7-9044-dc2e3ff40069 => generated 19 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/788] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:49:08 2026] GET /v2.0/subnets?id=07e03a6a-7fe2-4eb2-9bae-8bc938f0813d => generated 687 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/789] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:49:08 2026] GET /v2.0/ports?network_id=1bc6dc14-9ed0-4042-8061-06c1a44bd4eb&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-09-01 19:49:08.600 8 INFO neutron.db.ovn_revision_numbers_db [None req-42dbcba6-3aca-4120-be8e-a2154d7c8465 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource c5e2c1f0-ffb1-491c-ac97-3df4fba4ff06 (type: routers) to 2 [pid: 7|app: 0|req: 396/790] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:49:08 2026] GET /v2.0/networks/1bc6dc14-9ed0-4042-8061-06c1a44bd4eb?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/791] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:49:06 2026] POST /v2.0/routers => generated 973 bytes in 1746 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/792] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:49:08 2026] GET /v2.0/networks/1bc6dc14-9ed0-4042-8061-06c1a44bd4eb?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) [pid: 7|app: 0|req: 398/793] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:08 2026] GET /v2.0/ports?device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/794] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:09 2026] GET /v2.0/security-groups?id=a979abd3-87b2-4e5e-9178-510f54a27364&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:09.106 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-777a406f-e200-444c-9d88-e2ee18327a37 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:49:09.108 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-777a406f-e200-444c-9d88-e2ee18327a37 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 9188d185-1ab0-4c1e-b387-521a9e8132a3: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:09.201 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cc9cdf7b-d1c4-4e36-b3eb-492a60d40ec3 - - - - - -] OVN reports status down for port: ce382f95-bae1-47f7-9431-14fa34740e40 2026-09-01 19:49:09.235 8 INFO neutron.db.ovn_revision_numbers_db [None req-777a406f-e200-444c-9d88-e2ee18327a37 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ce382f95-bae1-47f7-9431-14fa34740e40 (type: ports) to 1 [pid: 7|app: 0|req: 400/795] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:09 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:09.427 7 INFO neutron.db.ovn_revision_numbers_db [None req-9b1c7a7b-5717-432e-ae3c-377473ed3615 - - - - - -] Successfully bumped revision number for resource 301befaf-d3c2-4e1f-b849-fe75706cb79c (type: ports) to 4 [pid: 7|app: 0|req: 401/796] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:09 2026] GET /v2.0/security-groups?id=f0b5b8dc-9c08-428f-b92f-970b0f8da314&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:09.751 7 INFO neutron.db.ovn_revision_numbers_db [None req-9b1c7a7b-5717-432e-ae3c-377473ed3615 - - - - - -] Successfully bumped revision number for resource 301befaf-d3c2-4e1f-b849-fe75706cb79c (type: ports) to 5 2026-09-01 19:49:09.874 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cc9cdf7b-d1c4-4e36-b3eb-492a60d40ec3 - - - - - -] OVN reports status up for port: ce382f95-bae1-47f7-9431-14fa34740e40 2026-09-01 19:49:09.898 7 INFO neutron.plugins.ml2.plugin [None req-cc9cdf7b-d1c4-4e36-b3eb-492a60d40ec3 - - - - - -] Attempt 1 to provision port ce382f95-bae1-47f7-9431-14fa34740e40 2026-09-01 19:49:10.003 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-777a406f-e200-444c-9d88-e2ee18327a37 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:49:10.005 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-777a406f-e200-444c-9d88-e2ee18327a37 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 9188d185-1ab0-4c1e-b387-521a9e8132a3: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 402/797] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:10 2026] GET /v2.0/ports?device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/798] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:10 2026] GET /v2.0/security-groups?id=a979abd3-87b2-4e5e-9178-510f54a27364&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:10.312 7 INFO neutron.db.ovn_revision_numbers_db [None req-cc9cdf7b-d1c4-4e36-b3eb-492a60d40ec3 - - - - - -] Successfully bumped revision number for resource ce382f95-bae1-47f7-9431-14fa34740e40 (type: ports) to 2 2026-09-01 19:49:10.480 8 INFO neutron.db.ovn_revision_numbers_db [None req-777a406f-e200-444c-9d88-e2ee18327a37 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ce382f95-bae1-47f7-9431-14fa34740e40 (type: router_ports) to 1 [pid: 8|app: 0|req: 396/799] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:49:08 2026] PUT /v2.0/routers/c5e2c1f0-ffb1-491c-ac97-3df4fba4ff06/add_router_interface => generated 309 bytes in 1866 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:10.571 7 INFO neutron.db.ovn_revision_numbers_db [None req-0afa947a-1c8a-42db-8eab-2f116c642f4c - - - - - -] Successfully bumped revision number for resource ce382f95-bae1-47f7-9431-14fa34740e40 (type: router_ports) to 2 [pid: 7|app: 0|req: 404/800] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:10 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/801] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:10 2026] GET /v2.0/security-groups?id=f0b5b8dc-9c08-428f-b92f-970b0f8da314&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:10.703 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-271eff63-fa81-4290-af55-2ffca2f4c5b6 - - - - - -] OVN reports status up for port: 87dd9b47-7ee5-4f9f-aacf-ac1bda28395a 2026-09-01 19:49:10.719 8 INFO neutron.plugins.ml2.plugin [None req-271eff63-fa81-4290-af55-2ffca2f4c5b6 - - - - - -] Attempt 1 to provision port 87dd9b47-7ee5-4f9f-aacf-ac1bda28395a 2026-09-01 19:49:10.870 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-76922fc2-4cb0-44e0-8563-eacb3afa642e'] response: {'server_uuid': 'abd1fd0f-f45c-4c7b-8a5d-41b31f80345c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '87dd9b47-7ee5-4f9f-aacf-ac1bda28395a', 'code': 200} 2026-09-01 19:49:10.965 8 INFO neutron.db.ovn_revision_numbers_db [None req-271eff63-fa81-4290-af55-2ffca2f4c5b6 - - - - - -] Successfully bumped revision number for resource 87dd9b47-7ee5-4f9f-aacf-ac1bda28395a (type: ports) to 5 2026-09-01 19:49:11.175 7 INFO neutron.db.ovn_revision_numbers_db [None req-2b63c7c2-7be5-40b1-ab83-8aa77b3a287f 318a9e25f153418abf05378d73263779 4d2df147b1a34ecdbbd4e828aa6d2ba9 - - default default] Successfully bumped revision number for resource 1527cb29-a067-4e91-ac1e-cccf316ed5b5 (type: security_groups) to 1 2026-09-01 19:49:11.185 7 INFO neutron.db.ovn_revision_numbers_db [None req-2b63c7c2-7be5-40b1-ab83-8aa77b3a287f 318a9e25f153418abf05378d73263779 4d2df147b1a34ecdbbd4e828aa6d2ba9 - - default default] Successfully bumped revision number for resource 943b465a-7333-472a-9490-a4d1fbe527a7 (type: security_group_rules) to 0 2026-09-01 19:49:11.201 7 INFO neutron.db.ovn_revision_numbers_db [None req-2b63c7c2-7be5-40b1-ab83-8aa77b3a287f 318a9e25f153418abf05378d73263779 4d2df147b1a34ecdbbd4e828aa6d2ba9 - - default default] Successfully bumped revision number for resource a357b54f-098e-4391-9b91-3b6a2ec7e1d7 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 405/802] 10.0.0.4 () {34 vars in 683 bytes} [Tue Sep 1 19:49:11 2026] POST /v2.0/security-groups => generated 1660 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-01 19:49:11.377 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0afa947a-1c8a-42db-8eab-2f116c642f4c - - - - - -] OVN reports status up for port: 395f06c0-607e-4ed7-9044-dc2e3ff40069 2026-09-01 19:49:11.430 7 INFO neutron.plugins.ml2.plugin [None req-0afa947a-1c8a-42db-8eab-2f116c642f4c - - - - - -] Attempt 1 to provision port 395f06c0-607e-4ed7-9044-dc2e3ff40069 2026-09-01 19:49:11.469 8 INFO neutron.db.ovn_revision_numbers_db [None req-cfb0baec-ecae-40fd-b47b-b5feea166d70 318a9e25f153418abf05378d73263779 4d2df147b1a34ecdbbd4e828aa6d2ba9 - - default default] Successfully bumped revision number for resource 15b8f60e-8855-43e0-b78a-b6245bd22d5a (type: security_group_rules) to 0 [pid: 8|app: 0|req: 398/803] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:49:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/806] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:11 2026] GET /v2.0/ports?device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => generated 973 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/807] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:11 2026] GET /v2.0/security-groups?id=a979abd3-87b2-4e5e-9178-510f54a27364&fields=id&fields=name => generated 113 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:11.741 8 INFO neutron.db.ovn_revision_numbers_db [None req-b0261cf2-6bc8-49b4-950c-7473ac472a62 318a9e25f153418abf05378d73263779 4d2df147b1a34ecdbbd4e828aa6d2ba9 - - default default] Successfully bumped revision number for resource 7604cd47-8d4e-4c66-9f08-62817e1c48ca (type: security_group_rules) to 0 [pid: 8|app: 0|req: 401/808] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:49:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/809] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:11 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/810] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:11 2026] GET /v2.0/security-groups?id=f0b5b8dc-9c08-428f-b92f-970b0f8da314&fields=id&fields=name => generated 113 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:11.893 7 INFO neutron.db.ovn_revision_numbers_db [None req-0afa947a-1c8a-42db-8eab-2f116c642f4c - - - - - -] Successfully bumped revision number for resource 395f06c0-607e-4ed7-9044-dc2e3ff40069 (type: ports) to 5 2026-09-01 19:49:12.090 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5587bf06-543d-47cb-83b2-fa78c5b3decc 318a9e25f153418abf05378d73263779 4d2df147b1a34ecdbbd4e828aa6d2ba9 - - default default] No more DHCP agents 2026-09-01 19:49:12.092 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5587bf06-543d-47cb-83b2-fa78c5b3decc 318a9e25f153418abf05378d73263779 4d2df147b1a34ecdbbd4e828aa6d2ba9 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: 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-09-01 19:49:12.206 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6c295f4-1775-4c6f-af7a-688bba5ed507'] response: {'server_uuid': 'b28d9e32-3201-41d7-9ccd-7b58b02e9c9b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '395f06c0-607e-4ed7-9044-dc2e3ff40069', 'code': 200} 2026-09-01 19:49:12.291 7 INFO neutron.db.ovn_revision_numbers_db [None req-594afbfb-7880-4150-ba48-9e7c1d901db9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 64bbeda3-8870-4c91-940e-4f6da73705e7 (type: security_groups) to 1 2026-09-01 19:49:12.302 7 INFO neutron.db.ovn_revision_numbers_db [None req-594afbfb-7880-4150-ba48-9e7c1d901db9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 04d1bde9-9597-4223-b77a-4ee3189e1e19 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 402/811] 10.0.0.4 () {34 vars in 674 bytes} [Tue Sep 1 19:49:11 2026] POST /v2.0/floatingips => generated 552 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:49:12.311 7 INFO neutron.db.ovn_revision_numbers_db [None req-594afbfb-7880-4150-ba48-9e7c1d901db9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 22ec8fae-c8c0-419e-9a2e-45d2ed0eac6e (type: security_group_rules) to 0 2026-09-01 19:49:12.324 7 INFO neutron.db.ovn_revision_numbers_db [None req-594afbfb-7880-4150-ba48-9e7c1d901db9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 9598bc98-1609-421e-a9c8-4c05f5a8d9ca (type: security_group_rules) to 0 2026-09-01 19:49:12.334 7 INFO neutron.db.ovn_revision_numbers_db [None req-594afbfb-7880-4150-ba48-9e7c1d901db9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e3fd6b8b-9a9b-4b24-9ae8-48c63436a8e0 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 410/812] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:49:11 2026] GET /v2.0/security-groups?tenant_id=102f0815349e4ed1b8750c70a5b83db2&name=default => generated 2925 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/813] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:49:12 2026] DELETE /v2.0/security-groups/64bbeda3-8870-4c91-940e-4f6da73705e7 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/814] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:12 2026] GET /v2.0/ports?device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:12.909 7 INFO neutron.db.ovn_revision_numbers_db [None req-8ce87df1-7687-4307-b343-cfac461f6e50 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4820b7b9-bd35-44da-9e79-bd5ffde1fc16 (type: security_groups) to 1 [pid: 8|app: 0|req: 405/815] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:12 2026] GET /v2.0/security-groups?id=a979abd3-87b2-4e5e-9178-510f54a27364&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:12.924 7 INFO neutron.db.ovn_revision_numbers_db [None req-8ce87df1-7687-4307-b343-cfac461f6e50 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 12a59fa7-fd7a-4d06-b7e7-4af3e1aa1177 (type: security_group_rules) to 0 2026-09-01 19:49:12.927 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b0afe0b1-9631-4301-a8e6-f202fdd5ce8d'] response: {'server_uuid': 'abd1fd0f-f45c-4c7b-8a5d-41b31f80345c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '87dd9b47-7ee5-4f9f-aacf-ac1bda28395a', 'code': 200} 2026-09-01 19:49:12.938 7 INFO neutron.db.ovn_revision_numbers_db [None req-8ce87df1-7687-4307-b343-cfac461f6e50 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 1d9c3c46-5b11-401a-8cc9-3a13b83ec476 (type: security_group_rules) to 0 2026-09-01 19:49:12.949 7 INFO neutron.db.ovn_revision_numbers_db [None req-8ce87df1-7687-4307-b343-cfac461f6e50 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource abb2b9d7-557c-4918-8f88-2da366312bec (type: security_group_rules) to 0 2026-09-01 19:49:12.959 7 INFO neutron.db.ovn_revision_numbers_db [None req-8ce87df1-7687-4307-b343-cfac461f6e50 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e991dec8-847c-4bc0-9b6f-91a680b18364 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 411/816] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:49:12 2026] GET /v2.0/security-groups?tenant_id=edc93ff7891a4855a26fa9f0b451e71d&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: 406/817] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:12 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/818] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:13 2026] GET /v2.0/security-groups?id=f0b5b8dc-9c08-428f-b92f-970b0f8da314&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/819] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:13 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => 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: 412/820] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:49:13 2026] DELETE /v2.0/security-groups/4820b7b9-bd35-44da-9e79-bd5ffde1fc16 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:49:14.010 8 INFO neutron.db.ovn_revision_numbers_db [None req-eb14ca5f-a2c0-4b7a-9e53-d7ca04e0863b 38c0844c8e55474cb6f584b0ecb82521 b8e1634ee22446eba90569a609b8788e - - default default] Successfully bumped revision number for resource d605f8b3-550f-4bc4-83ce-545d68ca6035 (type: floatingips) to 1 [pid: 7|app: 0|req: 413/821] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:13 2026] GET /v2.0/ports?device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => 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/822] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:14 2026] GET /v2.0/security-groups?id=a979abd3-87b2-4e5e-9178-510f54a27364&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:14.141 8 INFO neutron.db.ovn_revision_numbers_db [None req-eb14ca5f-a2c0-4b7a-9e53-d7ca04e0863b 38c0844c8e55474cb6f584b0ecb82521 b8e1634ee22446eba90569a609b8788e - - default default] Successfully bumped revision number for resource d605f8b3-550f-4bc4-83ce-545d68ca6035 (type: floatingips) to 2 2026-09-01 19:49:14.141 8 INFO neutron.db.l3_db [None req-eb14ca5f-a2c0-4b7a-9e53-d7ca04e0863b 38c0844c8e55474cb6f584b0ecb82521 b8e1634ee22446eba90569a609b8788e - - default default] Floating IP d605f8b3-550f-4bc4-83ce-545d68ca6035 associated. External IP: 10.96.250.203, port: 87dd9b47-7ee5-4f9f-aacf-ac1bda28395a. [pid: 8|app: 0|req: 409/823] 10.0.0.4 () {34 vars in 747 bytes} [Tue Sep 1 19:49:13 2026] PUT /v2.0/floatingips/d605f8b3-550f-4bc4-83ce-545d68ca6035 => generated 856 bytes in 952 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/824] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:14 2026] GET /v2.0/ports?device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => generated 975 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, ' 2026-09-01 19:49:14.295 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cda2813d-7789-421d-9c4f-295d27f9a68f'] response: {'server_uuid': 'b28d9e32-3201-41d7-9ccd-7b58b02e9c9b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '395f06c0-607e-4ed7-9044-dc2e3ff40069', 'code': 200} [pid: 7|app: 0|req: 416/825] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:14 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/826] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:14 2026] GET /v2.0/security-groups?id=f0b5b8dc-9c08-428f-b92f-970b0f8da314&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:14.814 8 INFO neutron.db.ovn_revision_numbers_db [None req-d535a066-1d7f-403a-baf5-4a8c1879106b 29bfca9a977a4ceea0aadbe0cb6de0a8 10758fec22fc427fbb5cdbf670306a12 - - default default] Successfully bumped revision number for resource e1c2d921-aebc-427a-ba5d-c271e330330c (type: floatingips) to 1 2026-09-01 19:49:14.961 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6de6bedd-979d-4b5c-bee3-983ceb905e82'] response: {'name': 'network-changed', 'server_uuid': 'abd1fd0f-f45c-4c7b-8a5d-41b31f80345c', 'tag': '87dd9b47-7ee5-4f9f-aacf-ac1bda28395a', 'status': 'completed', 'code': 200} 2026-09-01 19:49:14.962 8 INFO neutron.db.ovn_revision_numbers_db [None req-d535a066-1d7f-403a-baf5-4a8c1879106b 29bfca9a977a4ceea0aadbe0cb6de0a8 10758fec22fc427fbb5cdbf670306a12 - - default default] Successfully bumped revision number for resource e1c2d921-aebc-427a-ba5d-c271e330330c (type: floatingips) to 2 2026-09-01 19:49:14.963 8 INFO neutron.db.l3_db [None req-d535a066-1d7f-403a-baf5-4a8c1879106b 29bfca9a977a4ceea0aadbe0cb6de0a8 10758fec22fc427fbb5cdbf670306a12 - - default default] Floating IP e1c2d921-aebc-427a-ba5d-c271e330330c associated. External IP: 10.96.250.208, port: 395f06c0-607e-4ed7-9044-dc2e3ff40069. [pid: 8|app: 0|req: 410/827] 10.0.0.4 () {34 vars in 747 bytes} [Tue Sep 1 19:49:14 2026] PUT /v2.0/floatingips/e1c2d921-aebc-427a-ba5d-c271e330330c => generated 856 bytes in 755 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/828] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:15 2026] GET /v2.0/ports?device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 411/829] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:15 2026] GET /v2.0/security-groups?id=a979abd3-87b2-4e5e-9178-510f54a27364&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/830] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:49:15 2026] GET /v2.0/ports?tenant_id=b8e1634ee22446eba90569a609b8788e&device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 1213 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/831] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:15 2026] GET /v2.0/ports?device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/832] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:49:15 2026] GET /v2.0/networks?id=ad456198-386b-4573-bedf-cdd9e6386f62 => generated 819 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/833] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:15 2026] GET /v2.0/security-groups?id=a979abd3-87b2-4e5e-9178-510f54a27364&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/834] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:49:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=87dd9b47-7ee5-4f9f-aacf-ac1bda28395a => generated 861 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/835] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:49:15 2026] GET /v2.0/subnets?id=e3776a7e-cc27-4ce5-be3a-2b9bb44d6551 => generated 701 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/836] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:49:15 2026] GET /v2.0/ports?network_id=ad456198-386b-4573-bedf-cdd9e6386f62&device_owner=network%3Adhcp => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/837] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:49:15 2026] GET /v2.0/networks/ad456198-386b-4573-bedf-cdd9e6386f62?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: 423/838] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:49:15 2026] GET /v2.0/networks/ad456198-386b-4573-bedf-cdd9e6386f62?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:49:16.576 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-341af32f-5700-4719-8dd0-70a7306eb189 - - - - - -] OVN reports status down for port: 395f06c0-607e-4ed7-9044-dc2e3ff40069 [pid: 8|app: 0|req: 416/839] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:16 2026] GET /v2.0/ports?device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:16.740 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6710f20-ed57-4221-886f-983eeb7ffd9f'] response: {'server_uuid': 'b28d9e32-3201-41d7-9ccd-7b58b02e9c9b', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '395f06c0-607e-4ed7-9044-dc2e3ff40069', 'code': 200} [pid: 7|app: 0|req: 424/840] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:16 2026] GET /v2.0/security-groups?id=a979abd3-87b2-4e5e-9178-510f54a27364&fields=id&fields=name => generated 113 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:16.908 7 INFO neutron.db.ovn_revision_numbers_db [None req-341af32f-5700-4719-8dd0-70a7306eb189 - - - - - -] Successfully bumped revision number for resource 395f06c0-607e-4ed7-9044-dc2e3ff40069 (type: ports) to 6 2026-09-01 19:49:17.011 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-71e3ff02-ad81-428e-bf00-90c324593826'] response: {'name': 'network-changed', 'server_uuid': 'b28d9e32-3201-41d7-9ccd-7b58b02e9c9b', 'tag': '395f06c0-607e-4ed7-9044-dc2e3ff40069', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 417/841] 10.0.0.147 () {34 vars in 1100 bytes} [Tue Sep 1 19:49:17 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1874923241&fields=id&tenant_id=4d2df147b1a34ecdbbd4e828aa6d2ba9 => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 425/842] 10.0.0.147 () {34 vars in 982 bytes} [Tue Sep 1 19:49:17 2026] GET /v2.0/networks?id=9188d185-1ab0-4c1e-b387-521a9e8132a3 => generated 718 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/843] 10.0.0.147 () {34 vars in 965 bytes} [Tue Sep 1 19:49:17 2026] GET /v2.0/quotas/4d2df147b1a34ecdbbd4e828aa6d2ba9 => 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: 418/844] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:49:17 2026] GET /v2.0/ports?tenant_id=10758fec22fc427fbb5cdbf670306a12&device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => generated 1211 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/845] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:49:17 2026] GET /v2.0/networks?id=1bc6dc14-9ed0-4042-8061-06c1a44bd4eb => 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: 427/846] 10.0.0.147 () {34 vars in 1002 bytes} [Tue Sep 1 19:49:17 2026] GET /v2.0/ports?tenant_id=4d2df147b1a34ecdbbd4e828aa6d2ba9&fields=id => generated 103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/847] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:49:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=395f06c0-607e-4ed7-9044-dc2e3ff40069 => generated 859 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/848] 10.0.0.147 () {34 vars in 1008 bytes} [Tue Sep 1 19:49:17 2026] GET /v2.0/networks/9188d185-1ab0-4c1e-b387-521a9e8132a3?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: 421/849] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:49:17 2026] GET /v2.0/subnets?id=07e03a6a-7fe2-4eb2-9bae-8bc938f0813d => generated 687 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/850] 10.0.0.147 () {34 vars in 1108 bytes} [Tue Sep 1 19:49:17 2026] GET /v2.0/networks/9188d185-1ab0-4c1e-b387-521a9e8132a3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/851] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:49:17 2026] GET /v2.0/ports?network_id=1bc6dc14-9ed0-4042-8061-06c1a44bd4eb&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: 423/852] 162.253.55.86 () {34 vars in 993 bytes} [Tue Sep 1 19:49:17 2026] GET /v2.0/ports?device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/853] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:49:17 2026] GET /v2.0/networks/1bc6dc14-9ed0-4042-8061-06c1a44bd4eb?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: 431/854] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:49:17 2026] GET /v2.0/networks/1bc6dc14-9ed0-4042-8061-06c1a44bd4eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/855] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:17 2026] GET /v2.0/ports?device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => generated 973 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/856] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:18 2026] GET /v2.0/security-groups?id=a979abd3-87b2-4e5e-9178-510f54a27364&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:18.073 8 INFO neutron_taas.services.taas.taas_plugin [req-f4d76401-5b91-47ac-bc31-8437416394dd req-b408f22e-b529-4104-b3e0-ec62d0907d70 29bfca9a977a4ceea0aadbe0cb6de0a8 10758fec22fc427fbb5cdbf670306a12 - - default default] TaaS: Handle Delete Port: 395f06c0-607e-4ed7-9044-dc2e3ff40069 2026-09-01 19:49:18.080 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f4d76401-5b91-47ac-bc31-8437416394dd req-b408f22e-b529-4104-b3e0-ec62d0907d70 29bfca9a977a4ceea0aadbe0cb6de0a8 10758fec22fc427fbb5cdbf670306a12 - - default default] Tap Mirror: Handle Delete Port: 395f06c0-607e-4ed7-9044-dc2e3ff40069 [pid: 7|app: 0|req: 434/857] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:18 2026] GET /v2.0/ports?device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:49:18.375 8 INFO neutron.db.l3_db [req-f4d76401-5b91-47ac-bc31-8437416394dd req-b408f22e-b529-4104-b3e0-ec62d0907d70 29bfca9a977a4ceea0aadbe0cb6de0a8 10758fec22fc427fbb5cdbf670306a12 - - default default] Floating IP e1c2d921-aebc-427a-ba5d-c271e330330c disassociated. External IP: 10.96.250.208, port: 395f06c0-607e-4ed7-9044-dc2e3ff40069. [pid: 8|app: 0|req: 424/858] 162.253.55.86 () {36 vars in 996 bytes} [Tue Sep 1 19:49:17 2026] DELETE /v2.0/ports/395f06c0-607e-4ed7-9044-dc2e3ff40069 => generated 0 bytes in 754 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:49:18.776 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a2c52ecf-acb5-4b88-ba36-f499fb589d32'] response: {'server_uuid': 'b28d9e32-3201-41d7-9ccd-7b58b02e9c9b', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '395f06c0-607e-4ed7-9044-dc2e3ff40069', 'code': 200} 2026-09-01 19:49:19.070 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b692d7b-c4e7-4136-b20d-a20c254d317f'] response: {'server_uuid': 'b28d9e32-3201-41d7-9ccd-7b58b02e9c9b', 'name': 'network-vif-deleted', 'tag': '395f06c0-607e-4ed7-9044-dc2e3ff40069', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 435/859] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:19 2026] GET /v2.0/ports?device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 425/860] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:19 2026] GET /v2.0/ports?device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:49:20.252 7 INFO neutron.db.ovn_revision_numbers_db [None req-4193cb44-bf16-4cbc-95ab-d3e60862910e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 45893543-b04e-4168-8978-d10f6af3e713 (type: security_groups) to 1 2026-09-01 19:49:20.270 7 INFO neutron.db.ovn_revision_numbers_db [None req-4193cb44-bf16-4cbc-95ab-d3e60862910e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 397579cf-c022-4703-aa0f-f677042ecc96 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 426/861] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:20 2026] GET /v2.0/ports?device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:49:20.288 7 INFO neutron.db.ovn_revision_numbers_db [None req-4193cb44-bf16-4cbc-95ab-d3e60862910e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4a3d2175-1aa5-44bf-b81d-1f0fb303c927 (type: security_group_rules) to 0 2026-09-01 19:49:20.303 7 INFO neutron.db.ovn_revision_numbers_db [None req-4193cb44-bf16-4cbc-95ab-d3e60862910e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 523c4101-8dc9-4979-8129-8e3c8d0af264 (type: security_group_rules) to 0 2026-09-01 19:49:20.321 7 INFO neutron.db.ovn_revision_numbers_db [None req-4193cb44-bf16-4cbc-95ab-d3e60862910e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource d33f5994-836c-4a6d-b643-b0e078656469 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 427/862] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:20 2026] GET /v2.0/ports?device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/863] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:49:19 2026] GET /v2.0/security-groups?tenant_id=0dcaf857d556456f9a3fb572d6b32443&name=default => generated 2925 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/864] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:49:20 2026] DELETE /v2.0/security-groups/45893543-b04e-4168-8978-d10f6af3e713 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/865] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:49:20 2026] GET /v2.0/ports => generated 19030 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/866] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:49:20 2026] GET /v2.0/agents => generated 1214 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/867] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:49:20 2026] GET /v2.0/network-ip-availabilities => generated 2546 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/868] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:49:20 2026] GET /v2.0/floatingips => generated 1937 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/869] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:49:20 2026] GET /v2.0/networks => generated 4688 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:49:20.999 8 INFO neutron.db.ovn_revision_numbers_db [None req-69af3431-2387-42f1-9153-35f0d211ad17 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 3d7cf009-e68f-4f34-9e8e-2fe2db9b08a5 (type: security_groups) to 1 2026-09-01 19:49:21.017 8 INFO neutron.db.ovn_revision_numbers_db [None req-69af3431-2387-42f1-9153-35f0d211ad17 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 50dc7241-8a53-4f73-ab51-a7ab1645a65c (type: security_group_rules) to 0 2026-09-01 19:49:21.032 8 INFO neutron.db.ovn_revision_numbers_db [None req-69af3431-2387-42f1-9153-35f0d211ad17 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource af2abe6d-c130-45da-84c1-8610a05c8947 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 442/870] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:49:20 2026] GET /v2.0/security-groups => generated 37597 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-09-01 19:49:21.049 8 INFO neutron.db.ovn_revision_numbers_db [None req-69af3431-2387-42f1-9153-35f0d211ad17 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e40c9b94-9e01-4ec3-9508-5421bf8c0c7a (type: security_group_rules) to 0 2026-09-01 19:49:21.065 8 INFO neutron.db.ovn_revision_numbers_db [None req-69af3431-2387-42f1-9153-35f0d211ad17 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f6841a5b-936d-45bb-a643-0e3d8e9dc0d7 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 443/871] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:49:21 2026] GET /v2.0/subnets => generated 3355 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/872] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:49:21 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: 429/873] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:49:20 2026] GET /v2.0/security-groups?tenant_id=26e27e57c0f4498586a2bf8164b59a15&name=default => generated 2925 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/874] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:49:21 2026] GET /v2.0/subnets => generated 3355 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/875] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:49:21 2026] GET /v2.0/routers => generated 2912 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/876] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:49:21 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/877] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:21 2026] GET /v2.0/ports?device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => 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: 430/878] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:49:21 2026] DELETE /v2.0/security-groups/3d7cf009-e68f-4f34-9e8e-2fe2db9b08a5 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/879] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:21 2026] GET /v2.0/ports?device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => 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: 431/880] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:49:22 2026] GET /v2.0/networks?id=9188d185-1ab0-4c1e-b387-521a9e8132a3 => generated 718 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/881] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:22 2026] GET /v2.0/ports?device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => 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: 433/882] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:22 2026] GET /v2.0/ports?device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => 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: 450/883] 162.253.55.86 () {34 vars in 1049 bytes} [Tue Sep 1 19:49:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4d2df147b1a34ecdbbd4e828aa6d2ba9 => generated 181 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/884] 10.0.0.68 () {34 vars in 989 bytes} [Tue Sep 1 19:49:22 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 1213 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:49:22.849 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-86853903-e6c3-4c95-80ce-17dbd4b1270d req-9453c188-0c1c-489e-9a29-a82aeb35e339 318a9e25f153418abf05378d73263779 4d2df147b1a34ecdbbd4e828aa6d2ba9 - - default default] No more DHCP agents 2026-09-01 19:49:22.850 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-86853903-e6c3-4c95-80ce-17dbd4b1270d req-9453c188-0c1c-489e-9a29-a82aeb35e339 318a9e25f153418abf05378d73263779 4d2df147b1a34ecdbbd4e828aa6d2ba9 - - default default] Unable to schedule network 9188d185-1ab0-4c1e-b387-521a9e8132a3: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 435/885] 10.0.0.68 () {34 vars in 1039 bytes} [Tue Sep 1 19:49:22 2026] GET /v2.0/security-groups?id=f0b5b8dc-9c08-428f-b92f-970b0f8da314&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-09-01 19:49:22.957 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c8ef4848-0c7f-469b-a54c-b52d639a122f - - - - - -] OVN reports status down for port: 8adbe3d5-b108-4f70-b0f1-ce217a2c8afe 2026-09-01 19:49:22.978 7 INFO neutron.db.ovn_revision_numbers_db [req-86853903-e6c3-4c95-80ce-17dbd4b1270d req-9453c188-0c1c-489e-9a29-a82aeb35e339 318a9e25f153418abf05378d73263779 4d2df147b1a34ecdbbd4e828aa6d2ba9 - - default default] Successfully bumped revision number for resource 8adbe3d5-b108-4f70-b0f1-ce217a2c8afe (type: ports) to 1 [pid: 7|app: 0|req: 451/886] 162.253.55.86 () {38 vars in 954 bytes} [Tue Sep 1 19:49:22 2026] POST /v2.0/ports => generated 954 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:49:23.375 8 INFO neutron.db.ovn_revision_numbers_db [req-86853903-e6c3-4c95-80ce-17dbd4b1270d req-b3563869-e157-430d-84f1-d7ba2eb7d888 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource 8adbe3d5-b108-4f70-b0f1-ce217a2c8afe (type: ports) to 2 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-01 19:49:23.555 8 INFO neutron.db.ovn_revision_numbers_db [req-86853903-e6c3-4c95-80ce-17dbd4b1270d req-b3563869-e157-430d-84f1-d7ba2eb7d888 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource 8adbe3d5-b108-4f70-b0f1-ce217a2c8afe (type: ports) to 4 [pid: 8|app: 0|req: 436/887] 162.253.55.86 () {38 vars in 1027 bytes} [Tue Sep 1 19:49:23 2026] PUT /v2.0/ports/8adbe3d5-b108-4f70-b0f1-ce217a2c8afe => generated 1204 bytes in 536 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: 437/888] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:23 2026] GET /v2.0/ports?device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:23.704 7 INFO neutron.db.ovn_revision_numbers_db [None req-46c0dfa8-74bf-48cf-becd-4c4a09ce7f05 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Successfully bumped revision number for resource 764df292-5724-46ac-9ea2-0e43d6c82913 (type: security_groups) to 1 [pid: 8|app: 0|req: 438/889] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:23 2026] GET /v2.0/ports?device_id=b28d9e32-3201-41d7-9ccd-7b58b02e9c9b => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:49:23.716 7 INFO neutron.db.ovn_revision_numbers_db [None req-46c0dfa8-74bf-48cf-becd-4c4a09ce7f05 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Successfully bumped revision number for resource 00839684-fa49-42e8-bf91-abc30df948be (type: security_group_rules) to 0 2026-09-01 19:49:23.729 7 INFO neutron.db.ovn_revision_numbers_db [None req-46c0dfa8-74bf-48cf-becd-4c4a09ce7f05 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Successfully bumped revision number for resource 2d2f84be-0fd1-427b-81dc-eb4d668fd2de (type: security_group_rules) to 0 2026-09-01 19:49:23.740 7 INFO neutron.db.ovn_revision_numbers_db [None req-46c0dfa8-74bf-48cf-becd-4c4a09ce7f05 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Successfully bumped revision number for resource ce0372df-fa2d-4c3e-8111-95028afe0878 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 439/890] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:23 2026] GET /v2.0/security-groups?id=1527cb29-a067-4e91-ac1e-cccf316ed5b5&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:23.752 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a375aa72-0113-4f10-acc4-687f614c609d'] response: {'name': 'network-changed', 'server_uuid': 'dc423611-7cf1-4788-837d-a97e2a1bdd54', 'tag': '8adbe3d5-b108-4f70-b0f1-ce217a2c8afe', 'status': 'completed', 'code': 200} 2026-09-01 19:49:23.752 7 INFO neutron.db.ovn_revision_numbers_db [None req-46c0dfa8-74bf-48cf-becd-4c4a09ce7f05 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Successfully bumped revision number for resource f7a44537-238e-4816-aba8-ce8020577ef0 (type: security_group_rules) to 0 2026-09-01 19:49:23.867 7 INFO neutron.db.segments_db [None req-46c0dfa8-74bf-48cf-becd-4c4a09ce7f05 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Added segment 370b4371-0445-4aa7-9eac-59cb1164bc8d of type geneve for network 88506b46-912c-4b01-9ce0-65b6b383c6fe 2026-09-01 19:49:24.015 7 INFO neutron.db.segments_db [None req-46c0dfa8-74bf-48cf-becd-4c4a09ce7f05 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Added segment 60504956-707d-47a7-8e65-a76d39f311a4 of type geneve for network a734c4cf-321a-4bd7-8301-80523acb38bd 2026-09-01 19:49:24.115 7 INFO neutron.db.ovn_revision_numbers_db [None req-46c0dfa8-74bf-48cf-becd-4c4a09ce7f05 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Successfully bumped revision number for resource 88506b46-912c-4b01-9ce0-65b6b383c6fe (type: networks) to 1 2026-09-01 19:49:24.324 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-46c0dfa8-74bf-48cf-becd-4c4a09ce7f05 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] No more DHCP agents 2026-09-01 19:49:24.325 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-46c0dfa8-74bf-48cf-becd-4c4a09ce7f05 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Unable to schedule network 88506b46-912c-4b01-9ce0-65b6b383c6fe: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:24.379 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c8ef4848-0c7f-469b-a54c-b52d639a122f - - - - - -] OVN reports status down for port: 0e27122d-c804-465f-95f0-50a0d60a418a [pid: 8|app: 0|req: 440/891] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:24 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 975 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:24.430 7 INFO neutron.db.ovn_revision_numbers_db [None req-46c0dfa8-74bf-48cf-becd-4c4a09ce7f05 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Successfully bumped revision number for resource 0e27122d-c804-465f-95f0-50a0d60a418a (type: ports) to 1 [pid: 8|app: 0|req: 441/892] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:49:24 2026] GET /v2.0/ports?tenant_id=4d2df147b1a34ecdbbd4e828aa6d2ba9&device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => generated 1207 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:49:24.502 7 INFO neutron.db.ovn_revision_numbers_db [None req-46c0dfa8-74bf-48cf-becd-4c4a09ce7f05 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Successfully bumped revision number for resource a734c4cf-321a-4bd7-8301-80523acb38bd (type: networks) to 1 [pid: 8|app: 0|req: 442/893] 162.253.55.86 () {34 vars in 1017 bytes} [Tue Sep 1 19:49:24 2026] GET /v2.0/networks?tenant_id=4d2df147b1a34ecdbbd4e828aa6d2ba9&shared=False => 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: 443/894] 10.0.0.147 () {34 vars in 971 bytes} [Tue Sep 1 19:49:24 2026] GET /v2.0/ports/87dd9b47-7ee5-4f9f-aacf-ac1bda28395a => generated 972 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/895] 162.253.55.86 () {34 vars in 929 bytes} [Tue Sep 1 19:49:24 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:24.657 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-46c0dfa8-74bf-48cf-becd-4c4a09ce7f05 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] No more DHCP agents 2026-09-01 19:49:24.659 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-46c0dfa8-74bf-48cf-becd-4c4a09ce7f05 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Unable to schedule network a734c4cf-321a-4bd7-8301-80523acb38bd: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:24.698 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c8ef4848-0c7f-469b-a54c-b52d639a122f - - - - - -] OVN reports status down for port: 83b1717f-cb8b-4bc1-8623-86911f9551df 2026-09-01 19:49:24.718 7 INFO neutron.db.ovn_revision_numbers_db [None req-46c0dfa8-74bf-48cf-becd-4c4a09ce7f05 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Successfully bumped revision number for resource 83b1717f-cb8b-4bc1-8623-86911f9551df (type: ports) to 1 [pid: 7|app: 0|req: 452/896] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:49:23 2026] POST /v2.0/networks => generated 1321 bytes in 1343 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/897] 10.0.0.4 () {32 vars in 647 bytes} [Tue Sep 1 19:49:24 2026] GET /v2.0/networks => generated 1970 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/898] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:24 2026] GET /v2.0/ports?device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/899] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:49:24 2026] DELETE /v2.0/security-groups/a979abd3-87b2-4e5e-9178-510f54a27364 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/900] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:24 2026] GET /v2.0/security-groups?id=1527cb29-a067-4e91-ac1e-cccf316ed5b5&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:25.006 8 INFO neutron.api.v2.resource [None req-ff706bb2-2679-407e-b7d6-a459b3724dfe 29bfca9a977a4ceea0aadbe0cb6de0a8 10758fec22fc427fbb5cdbf670306a12 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 448/901] 10.0.0.4 () {32 vars in 735 bytes} [Tue Sep 1 19:49:25 2026] GET /v2.0/security-groups/a979abd3-87b2-4e5e-9178-510f54a27364 => generated 146 bytes in 6 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:49:25.062 7 INFO neutron_taas.services.taas.taas_plugin [None req-a240368b-679b-4888-9418-1d01805d40e9 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] TaaS: Handle Delete Port: 0e27122d-c804-465f-95f0-50a0d60a418a 2026-09-01 19:49:25.066 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a240368b-679b-4888-9418-1d01805d40e9 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Tap Mirror: Handle Delete Port: 0e27122d-c804-465f-95f0-50a0d60a418a 2026-09-01 19:49:25.106 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5225c6c-7cd1-4336-b8ea-cbbecad0e651 29bfca9a977a4ceea0aadbe0cb6de0a8 10758fec22fc427fbb5cdbf670306a12 - - default default] TaaS: Handle Delete Port: f6f778ed-51e9-4d65-be80-7f8b1b9b36f7 2026-09-01 19:49:25.108 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5225c6c-7cd1-4336-b8ea-cbbecad0e651 29bfca9a977a4ceea0aadbe0cb6de0a8 10758fec22fc427fbb5cdbf670306a12 - - default default] Tap Mirror: Handle Delete Port: f6f778ed-51e9-4d65-be80-7f8b1b9b36f7 [pid: 8|app: 0|req: 449/902] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:49:25 2026] DELETE /v2.0/floatingips/e1c2d921-aebc-427a-ba5d-c271e330330c => generated 0 bytes in 217 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/903] 162.253.55.86 () {34 vars in 999 bytes} [Tue Sep 1 19:49:25 2026] GET /v2.0/subnets?network_id=ad456198-386b-4573-bedf-cdd9e6386f62 => generated 683 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:25.302 7 INFO neutron.services.segments.plugin [-] Segment 370b4371-0445-4aa7-9eac-59cb1164bc8d resource provider aggregate not found 2026-09-01 19:49:25.320 7 INFO neutron.services.segments.plugin [-] Segment 370b4371-0445-4aa7-9eac-59cb1164bc8d resource provider aggregate not found 2026-09-01 19:49:25.326 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 370b4371-0445-4aa7-9eac-59cb1164bc8d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 370b4371-0445-4aa7-9eac-59cb1164bc8d found for delete ", "request_id": "req-b0fc4c47-4494-4ddf-8ff4-585e263dc678"}]} 2026-09-01 19:49:25.349 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 370b4371-0445-4aa7-9eac-59cb1164bc8d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 370b4371-0445-4aa7-9eac-59cb1164bc8d found for delete ", "request_id": "req-f5a9ddc5-709c-46ce-9ffd-547b4a7553a0"}]} [pid: 7|app: 0|req: 454/904] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:49:24 2026] DELETE /v2.0/networks/88506b46-912c-4b01-9ce0-65b6b383c6fe => generated 0 bytes in 499 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/905] 162.253.55.86 () {34 vars in 1145 bytes} [Tue Sep 1 19:49:25 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c&device_owner=compute%3Anova&network_id=ad456198-386b-4573-bedf-cdd9e6386f62 => generated 975 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:25.504 8 INFO neutron_taas.services.taas.taas_plugin [None req-4099d042-5cb3-4a34-bac2-e0ee135c03e7 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 90096a01-6498-47d2-a8f1-fd3025b009bb 2026-09-01 19:49:25.507 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4099d042-5cb3-4a34-bac2-e0ee135c03e7 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 90096a01-6498-47d2-a8f1-fd3025b009bb 2026-09-01 19:49:25.617 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4f4e3cb-357a-4dc5-a82e-e9a6878973bd 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] TaaS: Handle Delete Port: 83b1717f-cb8b-4bc1-8623-86911f9551df 2026-09-01 19:49:25.621 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4f4e3cb-357a-4dc5-a82e-e9a6878973bd 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Tap Mirror: Handle Delete Port: 83b1717f-cb8b-4bc1-8623-86911f9551df [pid: 7|app: 0|req: 456/906] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:49:25 2026] DELETE /v2.0/networks/a734c4cf-321a-4bd7-8301-80523acb38bd => generated 0 bytes in 394 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/907] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:49:25 2026] PUT /v2.0/routers/9e7f511d-a801-4afe-bf53-f0dc80deda3c/remove_router_interface => generated 309 bytes in 833 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: 452/908] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:49:26 2026] GET /v2.0/ports?tenant_id=4d2df147b1a34ecdbbd4e828aa6d2ba9&device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => generated 1207 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/909] 10.0.0.4 () {32 vars in 647 bytes} [Tue Sep 1 19:49:26 2026] GET /v2.0/networks => generated 689 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/910] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:26 2026] GET /v2.0/ports?device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:26.505 7 INFO neutron.db.ovn_revision_numbers_db [req-9b2e2f0c-2f42-433c-b9d1-7dda61348c88 req-db461aa7-a47a-4b8e-8102-8fff4d32fafe 38c0844c8e55474cb6f584b0ecb82521 b8e1634ee22446eba90569a609b8788e - - default default] Successfully bumped revision number for resource 87dd9b47-7ee5-4f9f-aacf-ac1bda28395a (type: ports) to 6 [pid: 7|app: 0|req: 457/911] 162.253.55.86 () {38 vars in 1027 bytes} [Tue Sep 1 19:49:25 2026] PUT /v2.0/ports/87dd9b47-7ee5-4f9f-aacf-ac1bda28395a => generated 1153 bytes in 625 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: 458/912] 162.253.55.86 () {34 vars in 1057 bytes} [Tue Sep 1 19:49:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=8adbe3d5-b108-4f70-b0f1-ce217a2c8afe => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:49:26.566 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d37c37c-897f-4d33-a36a-486d2f419a05'] response: {'name': 'network-changed', 'server_uuid': 'abd1fd0f-f45c-4c7b-8a5d-41b31f80345c', 'tag': '87dd9b47-7ee5-4f9f-aacf-ac1bda28395a', 'status': 'completed', 'code': 200} 2026-09-01 19:49:26.600 7 INFO neutron.db.segments_db [None req-579e71eb-6dd3-4047-b902-e0e36a492298 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Added segment e43f9f25-1c88-49fe-b6ea-1d2b16606c88 of type geneve for network c2ed7a80-8f82-468b-b3ba-aee76389a76d 2026-09-01 19:49:26.683 7 INFO neutron.db.ovn_revision_numbers_db [None req-579e71eb-6dd3-4047-b902-e0e36a492298 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Successfully bumped revision number for resource c2ed7a80-8f82-468b-b3ba-aee76389a76d (type: networks) to 1 2026-09-01 19:49:26.698 8 INFO neutron_taas.services.taas.taas_plugin [None req-8bf9714f-2e75-4369-9b1a-685ab2db5b66 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 40ebc610-511a-4045-89da-4085ea602fe6 2026-09-01 19:49:26.704 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bf9714f-2e75-4369-9b1a-685ab2db5b66 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 40ebc610-511a-4045-89da-4085ea602fe6 2026-09-01 19:49:26.823 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-579e71eb-6dd3-4047-b902-e0e36a492298 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] No more DHCP agents 2026-09-01 19:49:26.824 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-579e71eb-6dd3-4047-b902-e0e36a492298 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Unable to schedule network c2ed7a80-8f82-468b-b3ba-aee76389a76d: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:26.883 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a1969a49-c845-467e-a566-b7719084fdc0 - - - - - -] OVN reports status down for port: 13fb9924-49f7-4c6b-b37a-9f5b305b0726 2026-09-01 19:49:26.961 7 INFO neutron.db.ovn_revision_numbers_db [None req-579e71eb-6dd3-4047-b902-e0e36a492298 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Successfully bumped revision number for resource 13fb9924-49f7-4c6b-b37a-9f5b305b0726 (type: ports) to 1 [pid: 7|app: 0|req: 459/913] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:49:26 2026] POST /v2.0/networks => generated 692 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/914] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:27 2026] GET /v2.0/security-groups?id=1527cb29-a067-4e91-ac1e-cccf316ed5b5&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: 463/917] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:49:27 2026] GET /v2.0/subnets?id=f5bd959a-7947-4de7-905b-dc3f517e18cd => generated 698 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/918] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:49:27 2026] GET /v2.0/ports?tenant_id=b8e1634ee22446eba90569a609b8788e&device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 1394 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:49:27.204 7 INFO neutron.db.segments_db [None req-405e5a25-93bc-45b3-bda9-1d3da50bccd5 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Added segment c210092b-f045-4ef9-af6c-22e883f5b131 of type geneve for network 8b094cfd-71e7-40d7-a970-274870d7b441 2026-09-01 19:49:27.285 7 INFO neutron.db.ovn_revision_numbers_db [None req-405e5a25-93bc-45b3-bda9-1d3da50bccd5 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Successfully bumped revision number for resource 8b094cfd-71e7-40d7-a970-274870d7b441 (type: networks) to 1 2026-09-01 19:49:27.360 7 INFO neutron.services.segments.plugin [-] Segment 60504956-707d-47a7-8e65-a76d39f311a4 resource provider aggregate not found 2026-09-01 19:49:27.378 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 60504956-707d-47a7-8e65-a76d39f311a4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60504956-707d-47a7-8e65-a76d39f311a4 found for delete ", "request_id": "req-bfda72d1-e9fd-46a2-b312-7df512fd6651"}]} 2026-09-01 19:49:27.381 7 INFO neutron.services.segments.plugin [-] Segment 60504956-707d-47a7-8e65-a76d39f311a4 resource provider aggregate not found 2026-09-01 19:49:27.402 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 60504956-707d-47a7-8e65-a76d39f311a4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60504956-707d-47a7-8e65-a76d39f311a4 found for delete ", "request_id": "req-204c91b8-566f-4b34-958a-fa19ef2b3406"}]} 2026-09-01 19:49:27.527 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-405e5a25-93bc-45b3-bda9-1d3da50bccd5 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] No more DHCP agents 2026-09-01 19:49:27.529 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-405e5a25-93bc-45b3-bda9-1d3da50bccd5 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Unable to schedule network 8b094cfd-71e7-40d7-a970-274870d7b441: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:27.591 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a1969a49-c845-467e-a566-b7719084fdc0 - - - - - -] OVN reports status down for port: 434939a2-12c4-48c0-a881-ed23e622a8c3 2026-09-01 19:49:27.654 7 INFO neutron.db.ovn_revision_numbers_db [None req-405e5a25-93bc-45b3-bda9-1d3da50bccd5 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Successfully bumped revision number for resource 434939a2-12c4-48c0-a881-ed23e622a8c3 (type: ports) to 1 [pid: 7|app: 0|req: 465/919] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:49:27 2026] POST /v2.0/networks => generated 690 bytes in 586 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/920] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:49:27 2026] GET /v2.0/ports?network_id=9188d185-1ab0-4c1e-b387-521a9e8132a3&device_owner=network%3Adhcp => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/921] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:49:26 2026] DELETE /v2.0/routers/9e7f511d-a801-4afe-bf53-f0dc80deda3c => generated 0 bytes in 1590 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/922] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:49:27 2026] GET /v2.0/networks?id=ad456198-386b-4573-bedf-cdd9e6386f62 => generated 819 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/923] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:49:27 2026] GET /v2.0/networks/9188d185-1ab0-4c1e-b387-521a9e8132a3?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/924] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:49:27 2026] DELETE /v2.0/subnets/07e03a6a-7fe2-4eb2-9bae-8bc938f0813d => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/925] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:49:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=87dd9b47-7ee5-4f9f-aacf-ac1bda28395a => generated 861 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/926] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:49:28 2026] GET /v2.0/networks/9188d185-1ab0-4c1e-b387-521a9e8132a3?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-09-01 19:49:28.269 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e3697800-7912-4530-861d-d171e2a0c1b0 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] No more DHCP agents 2026-09-01 19:49:28.270 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e3697800-7912-4530-861d-d171e2a0c1b0 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Unable to schedule network c2ed7a80-8f82-468b-b3ba-aee76389a76d: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:28.278 7 INFO neutron_taas.services.taas.taas_plugin [None req-10c3abd1-cf45-4e55-bdef-0b742601cfe2 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 7cf64cf1-7dda-462f-b9be-2258ea806c05 2026-09-01 19:49:28.281 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10c3abd1-cf45-4e55-bdef-0b742601cfe2 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 7cf64cf1-7dda-462f-b9be-2258ea806c05 2026-09-01 19:49:28.324 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a1969a49-c845-467e-a566-b7719084fdc0 - - - - - -] OVN reports status down for port: cc3765cc-3e0f-452c-8066-496bd8c66e8a 2026-09-01 19:49:28.337 8 INFO neutron.db.ovn_revision_numbers_db [None req-e3697800-7912-4530-861d-d171e2a0c1b0 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Successfully bumped revision number for resource cc3765cc-3e0f-452c-8066-496bd8c66e8a (type: ports) to 1 2026-09-01 19:49:28.372 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e3697800-7912-4530-861d-d171e2a0c1b0 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] No more DHCP agents 2026-09-01 19:49:28.373 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e3697800-7912-4530-861d-d171e2a0c1b0 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Unable to schedule network 8b094cfd-71e7-40d7-a970-274870d7b441: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:28.418 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c8ef4848-0c7f-469b-a54c-b52d639a122f - - - - - -] OVN reports status down for port: f8fd4758-a242-46ab-bfaa-e92092585627 [pid: 7|app: 0|req: 472/927] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:49:28 2026] DELETE /v2.0/networks/1bc6dc14-9ed0-4042-8061-06c1a44bd4eb => generated 0 bytes in 410 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/928] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:49:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=87dd9b47-7ee5-4f9f-aacf-ac1bda28395a => 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: 474/929] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:28 2026] GET /v2.0/ports?device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/930] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:49:28 2026] GET /v2.0/subnets?id=e3776a7e-cc27-4ce5-be3a-2b9bb44d6551 => generated 701 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/931] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:28 2026] GET /v2.0/security-groups?id=1527cb29-a067-4e91-ac1e-cccf316ed5b5&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/932] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:49:28 2026] GET /v2.0/ports?network_id=ad456198-386b-4573-bedf-cdd9e6386f62&device_owner=network%3Adhcp => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/933] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:49:28 2026] GET /v2.0/networks/ad456198-386b-4573-bedf-cdd9e6386f62?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: 479/934] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:49:28 2026] GET /v2.0/security-groups?tenant_id=10758fec22fc427fbb5cdbf670306a12&name=default => generated 2921 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/935] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:49:28 2026] GET /v2.0/networks/ad456198-386b-4573-bedf-cdd9e6386f62?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:49:28.921 8 INFO neutron.db.ovn_revision_numbers_db [None req-e3697800-7912-4530-861d-d171e2a0c1b0 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Successfully bumped revision number for resource f8fd4758-a242-46ab-bfaa-e92092585627 (type: ports) to 1 [pid: 8|app: 0|req: 456/936] 10.0.0.4 () {34 vars in 663 bytes} [Tue Sep 1 19:49:27 2026] POST /v2.0/ports => generated 1505 bytes in 1271 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: 481/937] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:49:28 2026] DELETE /v2.0/security-groups/7c512d60-cdce-45e4-862c-dd7284102395 => 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: 457/938] 10.0.0.4 () {32 vars in 641 bytes} [Tue Sep 1 19:49:29 2026] GET /v2.0/ports => generated 3017 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:49:29.356 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a957626-d1b6-4330-af7c-b361f16404cb 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] TaaS: Handle Delete Port: cc3765cc-3e0f-452c-8066-496bd8c66e8a 2026-09-01 19:49:29.367 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a957626-d1b6-4330-af7c-b361f16404cb 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Tap Mirror: Handle Delete Port: cc3765cc-3e0f-452c-8066-496bd8c66e8a 2026-09-01 19:49:29.411 7 INFO neutron.services.segments.plugin [-] Segment e5e3fe43-d5bb-431d-8854-a2937f0a6efd resource provider aggregate not found 2026-09-01 19:49:29.449 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e5e3fe43-d5bb-431d-8854-a2937f0a6efd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5e3fe43-d5bb-431d-8854-a2937f0a6efd found for delete ", "request_id": "req-bf67d7d4-9dd9-4251-bf41-e5c1eb051bf0"}]} 2026-09-01 19:49:29.461 7 INFO neutron.services.segments.plugin [-] Segment e5e3fe43-d5bb-431d-8854-a2937f0a6efd resource provider aggregate not found 2026-09-01 19:49:29.488 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e5e3fe43-d5bb-431d-8854-a2937f0a6efd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5e3fe43-d5bb-431d-8854-a2937f0a6efd found for delete ", "request_id": "req-21ac05da-63ad-4d08-9c58-32ec172d139b"}]} [pid: 7|app: 0|req: 482/939] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:49:29 2026] DELETE /v2.0/ports/cc3765cc-3e0f-452c-8066-496bd8c66e8a => generated 0 bytes in 372 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:49:29.715 8 INFO neutron_taas.services.taas.taas_plugin [None req-b31de80f-972f-44f7-a599-2874be53a779 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] TaaS: Handle Delete Port: f8fd4758-a242-46ab-bfaa-e92092585627 2026-09-01 19:49:29.719 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b31de80f-972f-44f7-a599-2874be53a779 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Tap Mirror: Handle Delete Port: f8fd4758-a242-46ab-bfaa-e92092585627 [pid: 8|app: 0|req: 458/940] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:49:29 2026] DELETE /v2.0/ports/f8fd4758-a242-46ab-bfaa-e92092585627 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/941] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:29 2026] GET /v2.0/ports?device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => 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: 459/942] 10.0.0.4 () {32 vars in 641 bytes} [Tue Sep 1 19:49:29 2026] GET /v2.0/ports => generated 1523 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/943] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:29 2026] GET /v2.0/security-groups?id=1527cb29-a067-4e91-ac1e-cccf316ed5b5&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: 484/944] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:49:29 2026] GET /v2.0/ports?tenant_id=b8e1634ee22446eba90569a609b8788e&device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 1394 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/945] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:49:29 2026] GET /v2.0/networks?id=ad456198-386b-4573-bedf-cdd9e6386f62 => generated 819 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:30.066 8 INFO neutron.db.segments_db [None req-5704b5d6-357a-433f-8734-28c8d74a0918 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Added segment 4f45d96d-70b4-4809-85da-da6b0882a847 of type geneve for network 8191f012-bd87-4c0f-bda5-30ceed0b6ab6 [pid: 7|app: 0|req: 486/946] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:30 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 1156 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/947] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:49:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=87dd9b47-7ee5-4f9f-aacf-ac1bda28395a => generated 861 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/948] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:30 2026] GET /v2.0/security-groups?id=f0b5b8dc-9c08-428f-b92f-970b0f8da314&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/949] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:49:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=87dd9b47-7ee5-4f9f-aacf-ac1bda28395a => 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: 490/950] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:49:30 2026] GET /v2.0/subnets?id=e3776a7e-cc27-4ce5-be3a-2b9bb44d6551 => generated 701 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:30.188 8 INFO neutron.db.ovn_revision_numbers_db [None req-5704b5d6-357a-433f-8734-28c8d74a0918 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Successfully bumped revision number for resource 8191f012-bd87-4c0f-bda5-30ceed0b6ab6 (type: networks) to 1 [pid: 7|app: 0|req: 491/951] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:49:30 2026] GET /v2.0/ports?network_id=ad456198-386b-4573-bedf-cdd9e6386f62&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: 492/952] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:49:30 2026] GET /v2.0/networks/ad456198-386b-4573-bedf-cdd9e6386f62?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/953] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:49:30 2026] GET /v2.0/networks/ad456198-386b-4573-bedf-cdd9e6386f62?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-09-01 19:49:30.388 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5704b5d6-357a-433f-8734-28c8d74a0918 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] No more DHCP agents 2026-09-01 19:49:30.390 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5704b5d6-357a-433f-8734-28c8d74a0918 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Unable to schedule network 8191f012-bd87-4c0f-bda5-30ceed0b6ab6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:30.440 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c8ef4848-0c7f-469b-a54c-b52d639a122f - - - - - -] OVN reports status down for port: 5c37c3b6-0750-4ee0-a5e2-91ade55e4d35 2026-09-01 19:49:30.474 8 INFO neutron.db.ovn_revision_numbers_db [None req-5704b5d6-357a-433f-8734-28c8d74a0918 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Successfully bumped revision number for resource 5c37c3b6-0750-4ee0-a5e2-91ade55e4d35 (type: ports) to 1 [pid: 8|app: 0|req: 461/954] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:49:29 2026] POST /v2.0/networks => generated 692 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:49:30.644 7 INFO neutron.db.segments_db [None req-e41b7efe-8071-4ed4-a17e-77824f5f9e88 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Added segment 02770a80-c8a8-41bb-b044-048054fcc67a of type geneve for network 889fe91a-4f95-42c1-ba75-dd5e537ecd87 2026-09-01 19:49:30.804 7 INFO neutron.db.ovn_revision_numbers_db [None req-e41b7efe-8071-4ed4-a17e-77824f5f9e88 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Successfully bumped revision number for resource 889fe91a-4f95-42c1-ba75-dd5e537ecd87 (type: networks) to 1 [pid: 8|app: 0|req: 462/955] 162.253.55.86 () {34 vars in 1119 bytes} [Tue Sep 1 19:49:30 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.12 => generated 1156 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:49:30.995 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e41b7efe-8071-4ed4-a17e-77824f5f9e88 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] No more DHCP agents 2026-09-01 19:49:30.997 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e41b7efe-8071-4ed4-a17e-77824f5f9e88 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Unable to schedule network 889fe91a-4f95-42c1-ba75-dd5e537ecd87: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:31.051 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c8ef4848-0c7f-469b-a54c-b52d639a122f - - - - - -] OVN reports status down for port: 7247463a-3653-4093-9189-522ce4a5a34e 2026-09-01 19:49:31.085 7 INFO neutron.db.ovn_revision_numbers_db [None req-e41b7efe-8071-4ed4-a17e-77824f5f9e88 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Successfully bumped revision number for resource 7247463a-3653-4093-9189-522ce4a5a34e (type: ports) to 1 [pid: 7|app: 0|req: 494/956] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:49:30 2026] POST /v2.0/networks => generated 691 bytes in 603 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/957] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:31 2026] GET /v2.0/ports?device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/958] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:31 2026] GET /v2.0/security-groups?id=1527cb29-a067-4e91-ac1e-cccf316ed5b5&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-09-01 19:49:31.395 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c8ef4848-0c7f-469b-a54c-b52d639a122f - - - - - -] OVN reports status up for port: 8adbe3d5-b108-4f70-b0f1-ce217a2c8afe 2026-09-01 19:49:31.434 8 INFO neutron.plugins.ml2.plugin [None req-c8ef4848-0c7f-469b-a54c-b52d639a122f - - - - - -] Attempt 1 to provision port 8adbe3d5-b108-4f70-b0f1-ce217a2c8afe 2026-09-01 19:49:31.633 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8273f527-0fad-4632-a330-dd48a31a127a'] response: {'server_uuid': 'dc423611-7cf1-4788-837d-a97e2a1bdd54', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8adbe3d5-b108-4f70-b0f1-ce217a2c8afe', 'code': 200} 2026-09-01 19:49:31.880 8 INFO neutron.db.ovn_revision_numbers_db [req-0f8ea6db-a45e-410a-a4d7-7b4576dd5a60 req-9e972b69-78d9-4e1a-9827-ae43f75c3a9e 38c0844c8e55474cb6f584b0ecb82521 b8e1634ee22446eba90569a609b8788e - - default default] Successfully bumped revision number for resource 87dd9b47-7ee5-4f9f-aacf-ac1bda28395a (type: ports) to 7 2026-09-01 19:49:31.890 8 INFO neutron.db.ovn_revision_numbers_db [None req-c8ef4848-0c7f-469b-a54c-b52d639a122f - - - - - -] Successfully bumped revision number for resource 8adbe3d5-b108-4f70-b0f1-ce217a2c8afe (type: ports) to 5 [pid: 8|app: 0|req: 463/959] 162.253.55.86 () {38 vars in 1027 bytes} [Tue Sep 1 19:49:30 2026] PUT /v2.0/ports/87dd9b47-7ee5-4f9f-aacf-ac1bda28395a => generated 972 bytes in 937 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:32.041 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6f882e77-7b73-49b6-9b32-319a46ad1159 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] No more DHCP agents 2026-09-01 19:49:32.042 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6f882e77-7b73-49b6-9b32-319a46ad1159 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Unable to schedule network 8191f012-bd87-4c0f-bda5-30ceed0b6ab6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:32.079 7 INFO neutron.db.ovn_revision_numbers_db [None req-6f882e77-7b73-49b6-9b32-319a46ad1159 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Successfully bumped revision number for resource 595b92bb-242f-4c6d-952c-8961f07ba1ca (type: subnets) to 0 2026-09-01 19:49:32.117 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6f882e77-7b73-49b6-9b32-319a46ad1159 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] No more DHCP agents 2026-09-01 19:49:32.118 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6f882e77-7b73-49b6-9b32-319a46ad1159 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Unable to schedule network 889fe91a-4f95-42c1-ba75-dd5e537ecd87: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:32.145 7 INFO neutron.db.ovn_revision_numbers_db [None req-6f882e77-7b73-49b6-9b32-319a46ad1159 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Successfully bumped revision number for resource 5c7e7ff9-6b68-4ebf-82f6-c8fb3883cef7 (type: subnets) to 0 [pid: 7|app: 0|req: 497/960] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:49:31 2026] POST /v2.0/subnets => generated 1323 bytes in 574 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/961] 10.0.0.4 () {32 vars in 645 bytes} [Tue Sep 1 19:49:32 2026] GET /v2.0/subnets => generated 1959 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: 7|app: 0|req: 499/962] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:49:32 2026] DELETE /v2.0/subnets/595b92bb-242f-4c6d-952c-8961f07ba1ca => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/963] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:32 2026] GET /v2.0/ports?device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => generated 971 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:32.385 8 INFO neutron.db.ovn_revision_numbers_db [None req-f32340c6-c405-474f-ae3f-6d5d23a65144 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b46e8e67-334e-4872-b9a0-5a9180f1ce95 (type: security_groups) to 1 2026-09-01 19:49:32.396 8 INFO neutron.db.ovn_revision_numbers_db [None req-f32340c6-c405-474f-ae3f-6d5d23a65144 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 258a1bd2-bcc5-4c71-8583-67b330949e91 (type: security_group_rules) to 0 2026-09-01 19:49:32.407 8 INFO neutron.db.ovn_revision_numbers_db [None req-f32340c6-c405-474f-ae3f-6d5d23a65144 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 2be3992a-648a-43cf-b14a-d3c40afe4304 (type: security_group_rules) to 0 2026-09-01 19:49:32.416 8 INFO neutron.db.ovn_revision_numbers_db [None req-f32340c6-c405-474f-ae3f-6d5d23a65144 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b61da3c4-6ddb-46a8-a2c3-8617b93e02b0 (type: security_group_rules) to 0 2026-09-01 19:49:32.427 8 INFO neutron.db.ovn_revision_numbers_db [None req-f32340c6-c405-474f-ae3f-6d5d23a65144 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource d1b5b22c-68dc-4944-a563-540931480eb7 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 464/964] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:49:32 2026] GET /v2.0/security-groups?tenant_id=0407b34c31bf4f4e8b323e87369d2866&name=default => generated 2925 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/965] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:49:32 2026] DELETE /v2.0/subnets/5c7e7ff9-6b68-4ebf-82f6-c8fb3883cef7 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/966] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:32 2026] GET /v2.0/security-groups?id=1527cb29-a067-4e91-ac1e-cccf316ed5b5&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/967] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:49:32 2026] GET /v2.0/ports?tenant_id=b8e1634ee22446eba90569a609b8788e&device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 1213 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/968] 10.0.0.4 () {32 vars in 645 bytes} [Tue Sep 1 19:49:32 2026] GET /v2.0/subnets => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/969] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:49:32 2026] GET /v2.0/networks?id=ad456198-386b-4573-bedf-cdd9e6386f62 => generated 819 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:32.670 8 INFO neutron_taas.services.taas.taas_plugin [None req-b234c5a2-430d-485a-8b4c-b21a46fc82ed 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] TaaS: Handle Delete Port: 7247463a-3653-4093-9189-522ce4a5a34e 2026-09-01 19:49:32.672 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b234c5a2-430d-485a-8b4c-b21a46fc82ed 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Tap Mirror: Handle Delete Port: 7247463a-3653-4093-9189-522ce4a5a34e [pid: 7|app: 0|req: 503/970] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:49:32 2026] DELETE /v2.0/security-groups/b46e8e67-334e-4872-b9a0-5a9180f1ce95 => 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: 504/971] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:49:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=87dd9b47-7ee5-4f9f-aacf-ac1bda28395a => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/972] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:49:32 2026] GET /v2.0/subnets?id=e3776a7e-cc27-4ce5-be3a-2b9bb44d6551 => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/973] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:49:32 2026] GET /v2.0/ports?network_id=ad456198-386b-4573-bedf-cdd9e6386f62&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: 507/974] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:49:32 2026] GET /v2.0/networks/ad456198-386b-4573-bedf-cdd9e6386f62?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/975] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:49:32 2026] DELETE /v2.0/networks/889fe91a-4f95-42c1-ba75-dd5e537ecd87 => generated 0 bytes in 377 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/976] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:49:32 2026] GET /v2.0/networks/ad456198-386b-4573-bedf-cdd9e6386f62?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:49:33.064 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2193bf6-70d0-4580-8ea4-71ae5c581468 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] TaaS: Handle Delete Port: 5c37c3b6-0750-4ee0-a5e2-91ade55e4d35 2026-09-01 19:49:33.067 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2193bf6-70d0-4580-8ea4-71ae5c581468 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Tap Mirror: Handle Delete Port: 5c37c3b6-0750-4ee0-a5e2-91ade55e4d35 [pid: 8|app: 0|req: 469/977] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:49:32 2026] DELETE /v2.0/networks/8191f012-bd87-4c0f-bda5-30ceed0b6ab6 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:49:33.332 8 INFO neutron.services.segments.plugin [-] Segment 02770a80-c8a8-41bb-b044-048054fcc67a resource provider aggregate not found 2026-09-01 19:49:33.337 8 INFO neutron.services.segments.plugin [-] Segment 02770a80-c8a8-41bb-b044-048054fcc67a resource provider aggregate not found 2026-09-01 19:49:33.352 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 02770a80-c8a8-41bb-b044-048054fcc67a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02770a80-c8a8-41bb-b044-048054fcc67a found for delete ", "request_id": "req-b8ff19de-ce2b-46a1-b5de-a903eb06ca92"}]} 2026-09-01 19:49:33.352 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 02770a80-c8a8-41bb-b044-048054fcc67a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02770a80-c8a8-41bb-b044-048054fcc67a found for delete ", "request_id": "req-cef00601-b674-4fad-b270-780360515d0a"}]} 2026-09-01 19:49:33.429 7 INFO neutron_taas.services.taas.taas_plugin [None req-62d375bc-8b60-4b34-801d-90b22f47a362 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] TaaS: Handle Delete Port: 434939a2-12c4-48c0-a881-ed23e622a8c3 2026-09-01 19:49:33.432 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62d375bc-8b60-4b34-801d-90b22f47a362 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Tap Mirror: Handle Delete Port: 434939a2-12c4-48c0-a881-ed23e622a8c3 [pid: 8|app: 0|req: 470/978] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:33 2026] GET /v2.0/ports?device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => generated 971 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:33.670 7 INFO neutron.services.segments.plugin [-] Segment c210092b-f045-4ef9-af6c-22e883f5b131 resource provider aggregate not found 2026-09-01 19:49:33.675 7 INFO neutron.services.segments.plugin [-] Segment c210092b-f045-4ef9-af6c-22e883f5b131 resource provider aggregate not found 2026-09-01 19:49:33.700 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c210092b-f045-4ef9-af6c-22e883f5b131 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c210092b-f045-4ef9-af6c-22e883f5b131 found for delete ", "request_id": "req-d5853af5-ee75-482b-abde-ee6c6650e43e"}]} 2026-09-01 19:49:33.706 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c210092b-f045-4ef9-af6c-22e883f5b131 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c210092b-f045-4ef9-af6c-22e883f5b131 found for delete ", "request_id": "req-b6d629dd-ad85-413e-a5f6-0fd16eaf2b81"}]} [pid: 8|app: 0|req: 471/979] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:33 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/980] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:49:33 2026] DELETE /v2.0/networks/8b094cfd-71e7-40d7-a970-274870d7b441 => generated 0 bytes in 477 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/981] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:33 2026] GET /v2.0/security-groups?id=1527cb29-a067-4e91-ac1e-cccf316ed5b5&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-09-01 19:49:33.793 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5587be4a-3cd6-46c6-81fa-5bbe5e0398e9'] response: {'name': 'network-changed', 'server_uuid': 'abd1fd0f-f45c-4c7b-8a5d-41b31f80345c', 'tag': '87dd9b47-7ee5-4f9f-aacf-ac1bda28395a', 'status': 'completed', 'code': 200} 2026-09-01 19:49:33.794 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5587be4a-3cd6-46c6-81fa-5bbe5e0398e9'] response: {'server_uuid': 'dc423611-7cf1-4788-837d-a97e2a1bdd54', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8adbe3d5-b108-4f70-b0f1-ce217a2c8afe', 'code': 200} [pid: 7|app: 0|req: 510/982] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:33 2026] GET /v2.0/security-groups?id=f0b5b8dc-9c08-428f-b92f-970b0f8da314&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:33.918 8 INFO neutron_taas.services.taas.taas_plugin [None req-124de438-467d-4d85-b60a-5a41f7be4140 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] TaaS: Handle Delete Port: 13fb9924-49f7-4c6b-b37a-9f5b305b0726 [pid: 7|app: 0|req: 511/983] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:33 2026] GET /v2.0/ports?device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:33.921 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-124de438-467d-4d85-b60a-5a41f7be4140 1e9b59c2b21a4637b50c8f4a5d5ac397 610e729b442246908566f8f1d7696436 - - default default] Tap Mirror: Handle Delete Port: 13fb9924-49f7-4c6b-b37a-9f5b305b0726 [pid: 8|app: 0|req: 473/984] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:49:33 2026] DELETE /v2.0/networks/c2ed7a80-8f82-468b-b3ba-aee76389a76d => generated 0 bytes in 389 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/985] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:49:34 2026] GET /v2.0/ports?tenant_id=b8e1634ee22446eba90569a609b8788e&device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 1213 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/986] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:49:34 2026] GET /v2.0/networks?id=ad456198-386b-4573-bedf-cdd9e6386f62 => 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: 476/987] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:49:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=87dd9b47-7ee5-4f9f-aacf-ac1bda28395a => generated 861 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/988] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:49:34 2026] GET /v2.0/subnets?id=e3776a7e-cc27-4ce5-be3a-2b9bb44d6551 => 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: 478/989] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:49:34 2026] GET /v2.0/ports?network_id=ad456198-386b-4573-bedf-cdd9e6386f62&device_owner=network%3Adhcp => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/990] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:49:34 2026] GET /v2.0/networks/ad456198-386b-4573-bedf-cdd9e6386f62?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:49:34.654 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a301a312-911a-446b-b7a6-9e46d5cd2fcc - - - - - -] OVN reports status down for port: 87dd9b47-7ee5-4f9f-aacf-ac1bda28395a [pid: 8|app: 0|req: 480/991] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:49:34 2026] GET /v2.0/networks/ad456198-386b-4573-bedf-cdd9e6386f62?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:49:34.964 8 INFO neutron.db.ovn_revision_numbers_db [None req-a301a312-911a-446b-b7a6-9e46d5cd2fcc - - - - - -] Successfully bumped revision number for resource 87dd9b47-7ee5-4f9f-aacf-ac1bda28395a (type: ports) to 8 2026-09-01 19:49:34.967 7 INFO neutron.db.ovn_revision_numbers_db [None req-136c7237-540e-440f-bf52-05c3c0b8874f 318a9e25f153418abf05378d73263779 4d2df147b1a34ecdbbd4e828aa6d2ba9 - - default default] Successfully bumped revision number for resource de493220-5cd7-490f-8f14-03af34db80a0 (type: floatingips) to 1 [pid: 8|app: 0|req: 481/992] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:49:34 2026] GET /v2.0/security-groups?tenant_id=610e729b442246908566f8f1d7696436&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/993] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:34 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:35.053 7 INFO neutron.db.ovn_revision_numbers_db [None req-136c7237-540e-440f-bf52-05c3c0b8874f 318a9e25f153418abf05378d73263779 4d2df147b1a34ecdbbd4e828aa6d2ba9 - - default default] Successfully bumped revision number for resource de493220-5cd7-490f-8f14-03af34db80a0 (type: floatingips) to 2 2026-09-01 19:49:35.053 7 INFO neutron.db.l3_db [None req-136c7237-540e-440f-bf52-05c3c0b8874f 318a9e25f153418abf05378d73263779 4d2df147b1a34ecdbbd4e828aa6d2ba9 - - default default] Floating IP de493220-5cd7-490f-8f14-03af34db80a0 associated. External IP: 10.96.250.217, port: 8adbe3d5-b108-4f70-b0f1-ce217a2c8afe. [pid: 7|app: 0|req: 512/994] 10.0.0.4 () {34 vars in 747 bytes} [Tue Sep 1 19:49:33 2026] PUT /v2.0/floatingips/de493220-5cd7-490f-8f14-03af34db80a0 => generated 855 bytes in 1158 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: 513/995] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:35 2026] GET /v2.0/security-groups?id=f0b5b8dc-9c08-428f-b92f-970b0f8da314&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:35.185 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-359f8e35-157d-47bf-83c2-3cf23bf8f20c'] response: {'name': 'network-changed', 'server_uuid': 'dc423611-7cf1-4788-837d-a97e2a1bdd54', 'tag': '8adbe3d5-b108-4f70-b0f1-ce217a2c8afe', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 514/996] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:35 2026] GET /v2.0/ports?device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/997] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:35 2026] GET /v2.0/security-groups?id=1527cb29-a067-4e91-ac1e-cccf316ed5b5&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/998] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:49:35 2026] DELETE /v2.0/security-groups/764df292-5724-46ac-9ea2-0e43d6c82913 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:49:35.373 8 INFO neutron.services.segments.plugin [-] Segment 4f45d96d-70b4-4809-85da-da6b0882a847 resource provider aggregate not found 2026-09-01 19:49:35.380 8 INFO neutron.services.segments.plugin [-] Segment 4f45d96d-70b4-4809-85da-da6b0882a847 resource provider aggregate not found 2026-09-01 19:49:35.386 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4f45d96d-70b4-4809-85da-da6b0882a847 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f45d96d-70b4-4809-85da-da6b0882a847 found for delete ", "request_id": "req-23e9d5fd-9fae-4cb7-b37e-9033f70292b6"}]} 2026-09-01 19:49:35.406 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4f45d96d-70b4-4809-85da-da6b0882a847 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f45d96d-70b4-4809-85da-da6b0882a847 found for delete ", "request_id": "req-a1824687-2d11-4509-8706-825b7a445fb5"}]} 2026-09-01 19:49:35.414 8 INFO neutron.services.segments.plugin [-] Segment e43f9f25-1c88-49fe-b6ea-1d2b16606c88 resource provider aggregate not found 2026-09-01 19:49:35.429 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e43f9f25-1c88-49fe-b6ea-1d2b16606c88 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e43f9f25-1c88-49fe-b6ea-1d2b16606c88 found for delete ", "request_id": "req-0f4ea8b2-2a27-4837-8d31-a8131d680061"}]} 2026-09-01 19:49:35.436 8 INFO neutron.services.segments.plugin [-] Segment e43f9f25-1c88-49fe-b6ea-1d2b16606c88 resource provider aggregate not found 2026-09-01 19:49:35.461 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e43f9f25-1c88-49fe-b6ea-1d2b16606c88 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e43f9f25-1c88-49fe-b6ea-1d2b16606c88 found for delete ", "request_id": "req-34f17e1c-0a0b-4993-88c9-5fe348e318cb"}]} [pid: 7|app: 0|req: 516/999] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:35 2026] GET /v2.0/ports?device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 484/1000] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:35 2026] GET /v2.0/security-groups?id=1527cb29-a067-4e91-ac1e-cccf316ed5b5&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1001] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:49:35 2026] GET /v2.0/ports?tenant_id=4d2df147b1a34ecdbbd4e828aa6d2ba9&device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => generated 1209 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1002] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:49:35 2026] GET /v2.0/networks?id=9188d185-1ab0-4c1e-b387-521a9e8132a3 => generated 817 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:35.881 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-89c7d788-0d3e-4ad8-966c-63f437c17fb1'] response: {'server_uuid': 'abd1fd0f-f45c-4c7b-8a5d-41b31f80345c', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '87dd9b47-7ee5-4f9f-aacf-ac1bda28395a', 'code': 200} 2026-09-01 19:49:35.881 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-89c7d788-0d3e-4ad8-966c-63f437c17fb1'] response: {'server_uuid': 'abd1fd0f-f45c-4c7b-8a5d-41b31f80345c', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '87dd9b47-7ee5-4f9f-aacf-ac1bda28395a', 'code': 200} [pid: 7|app: 0|req: 518/1003] 162.253.55.86 () {34 vars in 1057 bytes} [Tue Sep 1 19:49:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=8adbe3d5-b108-4f70-b0f1-ce217a2c8afe => generated 860 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1004] 162.253.55.86 () {34 vars in 993 bytes} [Tue Sep 1 19:49:35 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => 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: 519/1005] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:49:35 2026] GET /v2.0/subnets?id=f5bd959a-7947-4de7-905b-dc3f517e18cd => generated 698 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1006] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:49:35 2026] GET /v2.0/ports?network_id=9188d185-1ab0-4c1e-b387-521a9e8132a3&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: 521/1007] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:49:35 2026] GET /v2.0/networks/9188d185-1ab0-4c1e-b387-521a9e8132a3?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: 522/1008] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:49:36 2026] GET /v2.0/networks/9188d185-1ab0-4c1e-b387-521a9e8132a3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:49:36.106 8 INFO neutron_taas.services.taas.taas_plugin [req-ee89e7d0-6db7-446d-99da-9ccc4a8406b4 req-24520829-bc7f-4818-a602-282204d5cfea 38c0844c8e55474cb6f584b0ecb82521 b8e1634ee22446eba90569a609b8788e - - default default] TaaS: Handle Delete Port: 87dd9b47-7ee5-4f9f-aacf-ac1bda28395a 2026-09-01 19:49:36.109 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ee89e7d0-6db7-446d-99da-9ccc4a8406b4 req-24520829-bc7f-4818-a602-282204d5cfea 38c0844c8e55474cb6f584b0ecb82521 b8e1634ee22446eba90569a609b8788e - - default default] Tap Mirror: Handle Delete Port: 87dd9b47-7ee5-4f9f-aacf-ac1bda28395a 2026-09-01 19:49:36.344 8 INFO neutron.db.l3_db [req-ee89e7d0-6db7-446d-99da-9ccc4a8406b4 req-24520829-bc7f-4818-a602-282204d5cfea 38c0844c8e55474cb6f584b0ecb82521 b8e1634ee22446eba90569a609b8788e - - default default] Floating IP d605f8b3-550f-4bc4-83ce-545d68ca6035 disassociated. External IP: 10.96.250.203, port: 87dd9b47-7ee5-4f9f-aacf-ac1bda28395a. [pid: 7|app: 0|req: 523/1009] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:36 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => 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: 524/1010] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:36 2026] GET /v2.0/security-groups?id=f0b5b8dc-9c08-428f-b92f-970b0f8da314&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1011] 162.253.55.86 () {36 vars in 996 bytes} [Tue Sep 1 19:49:35 2026] DELETE /v2.0/ports/87dd9b47-7ee5-4f9f-aacf-ac1bda28395a => generated 0 bytes in 542 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:49:36.550 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4f5f2d92-623b-41f2-902e-9bf1b26b209b - - - - - -] OVN reports status down for port: 8adbe3d5-b108-4f70-b0f1-ce217a2c8afe [pid: 7|app: 0|req: 525/1012] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:36 2026] GET /v2.0/ports?device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 488/1013] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:36 2026] GET /v2.0/security-groups?id=1527cb29-a067-4e91-ac1e-cccf316ed5b5&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:36.864 8 INFO neutron.db.ovn_revision_numbers_db [None req-4f5f2d92-623b-41f2-902e-9bf1b26b209b - - - - - -] Successfully bumped revision number for resource 8adbe3d5-b108-4f70-b0f1-ce217a2c8afe (type: ports) to 6 2026-09-01 19:49:37.432 7 INFO neutron.db.ovn_revision_numbers_db [None req-a4f861cd-303d-450f-ac5b-16f554f8c481 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 068efe91-e6bd-4ace-81a7-64b142410df0 (type: security_groups) to 1 2026-09-01 19:49:37.450 7 INFO neutron.db.ovn_revision_numbers_db [None req-a4f861cd-303d-450f-ac5b-16f554f8c481 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 1e16834a-3a47-4956-af6a-6970e3ff968f (type: security_group_rules) to 0 2026-09-01 19:49:37.467 7 INFO neutron.db.ovn_revision_numbers_db [None req-a4f861cd-303d-450f-ac5b-16f554f8c481 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ac6645b2-95a7-493f-a154-92c379084367 (type: security_group_rules) to 0 2026-09-01 19:49:37.489 7 INFO neutron.db.ovn_revision_numbers_db [None req-a4f861cd-303d-450f-ac5b-16f554f8c481 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b939d71f-998e-4cb0-900b-7544c3fb193a (type: security_group_rules) to 0 2026-09-01 19:49:37.509 7 INFO neutron.db.ovn_revision_numbers_db [None req-a4f861cd-303d-450f-ac5b-16f554f8c481 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource d2b868ed-ca3f-4651-836f-784f7318f218 (type: security_group_rules) to 0 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 526/1014] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:49:37 2026] GET /v2.0/security-groups?tenant_id=4d352752721644d3ae71c04ca80d9a05&name=default => generated 2925 bytes in 552 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1015] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:37 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:49:37.705 8 INFO neutron.db.ovn_revision_numbers_db [None req-012df654-3627-433b-bbda-5fa2ca3542e4 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] Successfully bumped revision number for resource 6112b990-92be-42ad-8c39-29fa2346be33 (type: security_groups) to 1 2026-09-01 19:49:37.723 8 INFO neutron.db.ovn_revision_numbers_db [None req-012df654-3627-433b-bbda-5fa2ca3542e4 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] Successfully bumped revision number for resource 1dd754e0-b798-4318-bf0d-785b690c087c (type: security_group_rules) to 0 2026-09-01 19:49:37.740 8 INFO neutron.db.ovn_revision_numbers_db [None req-012df654-3627-433b-bbda-5fa2ca3542e4 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] Successfully bumped revision number for resource 2e554430-00e8-4b79-b47f-22f5c0732612 (type: security_group_rules) to 0 2026-09-01 19:49:37.758 8 INFO neutron.db.ovn_revision_numbers_db [None req-012df654-3627-433b-bbda-5fa2ca3542e4 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] Successfully bumped revision number for resource 54554c5a-5026-4374-af90-1b3a6314020f (type: security_group_rules) to 0 2026-09-01 19:49:37.778 8 INFO neutron.db.ovn_revision_numbers_db [None req-012df654-3627-433b-bbda-5fa2ca3542e4 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] Successfully bumped revision number for resource 985b6f66-649f-4a29-a8f6-6deaa8e26b9e (type: security_group_rules) to 0 2026-09-01 19:49:37.907 8 INFO neutron.db.segments_db [None req-012df654-3627-433b-bbda-5fa2ca3542e4 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] Added segment 4a13a937-f874-4fe2-9565-ff795b1abb48 of type geneve for network 705ffe01-9434-4a37-aa7c-8f83348835db [pid: 7|app: 0|req: 528/1016] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:49:37 2026] DELETE /v2.0/security-groups/068efe91-e6bd-4ace-81a7-64b142410df0 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:49:37.942 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-665832df-f8cf-4021-b7a3-a4276d215f52'] response: {'server_uuid': 'abd1fd0f-f45c-4c7b-8a5d-41b31f80345c', 'name': 'network-vif-deleted', 'tag': '87dd9b47-7ee5-4f9f-aacf-ac1bda28395a', 'status': 'completed', 'code': 200} 2026-09-01 19:49:37.943 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-665832df-f8cf-4021-b7a3-a4276d215f52'] response: {'server_uuid': 'dc423611-7cf1-4788-837d-a97e2a1bdd54', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '8adbe3d5-b108-4f70-b0f1-ce217a2c8afe', 'code': 200} 2026-09-01 19:49:37.943 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-665832df-f8cf-4021-b7a3-a4276d215f52'] response: {'server_uuid': 'dc423611-7cf1-4788-837d-a97e2a1bdd54', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '8adbe3d5-b108-4f70-b0f1-ce217a2c8afe', 'code': 200} [pid: 7|app: 0|req: 529/1017] 162.253.55.86 () {34 vars in 993 bytes} [Tue Sep 1 19:49:37 2026] GET /v2.0/ports?device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1018] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:37 2026] GET /v2.0/ports?device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:38.079 8 INFO neutron.db.ovn_revision_numbers_db [None req-012df654-3627-433b-bbda-5fa2ca3542e4 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] Successfully bumped revision number for resource 705ffe01-9434-4a37-aa7c-8f83348835db (type: networks) to 1 2026-09-01 19:49:38.209 7 INFO neutron_taas.services.taas.taas_plugin [req-b539293e-2e4a-46d8-b48c-eea46518754f req-f50dcc92-5eee-4e0d-962f-f8ecc6d2dafe 318a9e25f153418abf05378d73263779 4d2df147b1a34ecdbbd4e828aa6d2ba9 - - default default] TaaS: Handle Delete Port: 8adbe3d5-b108-4f70-b0f1-ce217a2c8afe 2026-09-01 19:49:38.212 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b539293e-2e4a-46d8-b48c-eea46518754f req-f50dcc92-5eee-4e0d-962f-f8ecc6d2dafe 318a9e25f153418abf05378d73263779 4d2df147b1a34ecdbbd4e828aa6d2ba9 - - default default] Tap Mirror: Handle Delete Port: 8adbe3d5-b108-4f70-b0f1-ce217a2c8afe 2026-09-01 19:49:38.301 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-012df654-3627-433b-bbda-5fa2ca3542e4 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] No more DHCP agents 2026-09-01 19:49:38.303 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-012df654-3627-433b-bbda-5fa2ca3542e4 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] Unable to schedule network 705ffe01-9434-4a37-aa7c-8f83348835db: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:38.388 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a1969a49-c845-467e-a566-b7719084fdc0 - - - - - -] OVN reports status down for port: d940945c-39b1-43e8-8b70-d36a0c321b50 2026-09-01 19:49:38.410 8 INFO neutron.db.ovn_revision_numbers_db [None req-012df654-3627-433b-bbda-5fa2ca3542e4 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] Successfully bumped revision number for resource d940945c-39b1-43e8-8b70-d36a0c321b50 (type: ports) to 1 [pid: 8|app: 0|req: 489/1019] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:49:37 2026] POST /v2.0/networks => generated 686 bytes in 1058 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:49:38.572 8 INFO neutron.db.ovn_revision_numbers_db [None req-3e15a121-cac5-468a-85bb-7b5c2097ccae 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b6a17b6a-e911-49fd-ba17-00471113e1af (type: security_groups) to 1 2026-09-01 19:49:38.584 7 INFO neutron.db.l3_db [req-b539293e-2e4a-46d8-b48c-eea46518754f req-f50dcc92-5eee-4e0d-962f-f8ecc6d2dafe 318a9e25f153418abf05378d73263779 4d2df147b1a34ecdbbd4e828aa6d2ba9 - - default default] Floating IP de493220-5cd7-490f-8f14-03af34db80a0 disassociated. External IP: 10.96.250.217, port: 8adbe3d5-b108-4f70-b0f1-ce217a2c8afe. 2026-09-01 19:49:38.588 8 INFO neutron.db.ovn_revision_numbers_db [None req-3e15a121-cac5-468a-85bb-7b5c2097ccae 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 17ae67f7-6888-4933-ac1e-103ffa7cba75 (type: security_group_rules) to 0 2026-09-01 19:49:38.606 8 INFO neutron.db.ovn_revision_numbers_db [None req-3e15a121-cac5-468a-85bb-7b5c2097ccae 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 44acb49c-de90-43f8-a735-172c7f2534ab (type: security_group_rules) to 0 2026-09-01 19:49:38.622 8 INFO neutron.db.ovn_revision_numbers_db [None req-3e15a121-cac5-468a-85bb-7b5c2097ccae 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ab4c1a98-80b6-4f0c-85e1-49471b7ec76c (type: security_group_rules) to 0 2026-09-01 19:49:38.641 8 INFO neutron.db.ovn_revision_numbers_db [None req-3e15a121-cac5-468a-85bb-7b5c2097ccae 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource bc17a15c-63c1-4bbf-a327-d3ab042b5314 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 490/1020] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:49:38 2026] GET /v2.0/security-groups?tenant_id=4a128d6831c2409eb6ed69ed6ff04d69&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1021] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:49:38 2026] GET /v2.0/security-groups?id=1527cb29-a067-4e91-ac1e-cccf316ed5b5&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1022] 162.253.55.86 () {36 vars in 996 bytes} [Tue Sep 1 19:49:38 2026] DELETE /v2.0/ports/8adbe3d5-b108-4f70-b0f1-ce217a2c8afe => generated 0 bytes in 693 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 532/1023] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:38 2026] GET /v2.0/ports?device_id=abd1fd0f-f45c-4c7b-8a5d-41b31f80345c => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:49:38.808 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8c4f701-2fa5-4ec5-89a4-51c6a2d025d5'] response: {'server_uuid': 'dc423611-7cf1-4788-837d-a97e2a1bdd54', 'name': 'network-vif-deleted', 'tag': '8adbe3d5-b108-4f70-b0f1-ce217a2c8afe', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 492/1024] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:49:38 2026] DELETE /v2.0/security-groups/b6a17b6a-e911-49fd-ba17-00471113e1af => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:49:39.124 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6a2755a2-0458-4c1d-a9cc-59baf986a523 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] No more DHCP agents 2026-09-01 19:49:39.125 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6a2755a2-0458-4c1d-a9cc-59baf986a523 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] Unable to schedule network 705ffe01-9434-4a37-aa7c-8f83348835db: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:39.147 7 INFO neutron.db.ovn_revision_numbers_db [None req-6a2755a2-0458-4c1d-a9cc-59baf986a523 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] Successfully bumped revision number for resource ee77d9a8-0388-40f4-b518-d5f685b6c7e3 (type: subnets) to 0 [pid: 7|app: 0|req: 533/1025] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:49:38 2026] POST /v2.0/subnets => generated 673 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:49:39.284 8 INFO neutron.db.segments_db [None req-07e7ebb4-267b-48c1-9b52-b5e6373473a7 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] Added segment f6e4dc49-409f-45f3-8793-3210b80516fe of type geneve for network e1f03e7f-04ed-4dd8-998a-516c539314c6 2026-09-01 19:49:39.426 8 INFO neutron.db.ovn_revision_numbers_db [None req-07e7ebb4-267b-48c1-9b52-b5e6373473a7 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] Successfully bumped revision number for resource e1f03e7f-04ed-4dd8-998a-516c539314c6 (type: networks) to 1 2026-09-01 19:49:39.568 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-07e7ebb4-267b-48c1-9b52-b5e6373473a7 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] No more DHCP agents 2026-09-01 19:49:39.569 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-07e7ebb4-267b-48c1-9b52-b5e6373473a7 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] Unable to schedule network e1f03e7f-04ed-4dd8-998a-516c539314c6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:39.643 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a1969a49-c845-467e-a566-b7719084fdc0 - - - - - -] OVN reports status down for port: b9b569d6-0d8e-4661-be45-08245f97c348 2026-09-01 19:49:39.652 8 INFO neutron.db.ovn_revision_numbers_db [None req-07e7ebb4-267b-48c1-9b52-b5e6373473a7 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] Successfully bumped revision number for resource b9b569d6-0d8e-4661-be45-08245f97c348 (type: ports) to 1 [pid: 8|app: 0|req: 493/1026] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:49:39 2026] POST /v2.0/networks => generated 686 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1027] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:39 2026] GET /v2.0/ports?device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:49:39.906 7 INFO neutron.db.ovn_revision_numbers_db [None req-5f81a669-9e86-4b68-b6ed-723f324cbd7c 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] Successfully bumped revision number for resource e1f03e7f-04ed-4dd8-998a-516c539314c6 (type: networks) to 2 [pid: 7|app: 0|req: 534/1028] 10.0.0.4 () {34 vars in 741 bytes} [Tue Sep 1 19:49:39 2026] PUT /v2.0/networks/e1f03e7f-04ed-4dd8-998a-516c539314c6 => generated 636 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1029] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:49:39 2026] DELETE /v2.0/security-groups/f0b5b8dc-9c08-428f-b92f-970b0f8da314 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:49:40.085 8 INFO neutron.api.v2.resource [None req-5fa77a63-2d31-4e4d-8eb5-c0068d4642a7 38c0844c8e55474cb6f584b0ecb82521 b8e1634ee22446eba90569a609b8788e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 496/1030] 10.0.0.4 () {32 vars in 735 bytes} [Tue Sep 1 19:49:40 2026] GET /v2.0/security-groups/f0b5b8dc-9c08-428f-b92f-970b0f8da314 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:49:40.160 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6729e9c7-261c-44b3-a82d-cf86d877d9f3 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] No more DHCP agents 2026-09-01 19:49:40.161 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6729e9c7-261c-44b3-a82d-cf86d877d9f3 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] Unable to schedule network e1f03e7f-04ed-4dd8-998a-516c539314c6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:40.189 7 INFO neutron.db.ovn_revision_numbers_db [None req-6729e9c7-261c-44b3-a82d-cf86d877d9f3 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] Successfully bumped revision number for resource 436aa1da-67b6-4ef6-a232-fef637a44394 (type: subnets) to 0 [pid: 7|app: 0|req: 535/1031] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:49:39 2026] POST /v2.0/subnets => generated 646 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:49:40.225 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c28955c-206a-4e14-ad30-13684031caf6 38c0844c8e55474cb6f584b0ecb82521 b8e1634ee22446eba90569a609b8788e - - default default] TaaS: Handle Delete Port: 7592decd-bb40-4c90-b3f8-58e0bb1a078b 2026-09-01 19:49:40.228 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c28955c-206a-4e14-ad30-13684031caf6 38c0844c8e55474cb6f584b0ecb82521 b8e1634ee22446eba90569a609b8788e - - default default] Tap Mirror: Handle Delete Port: 7592decd-bb40-4c90-b3f8-58e0bb1a078b [pid: 8|app: 0|req: 497/1032] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:49:40 2026] DELETE /v2.0/floatingips/d605f8b3-550f-4bc4-83ce-545d68ca6035 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:49:40.681 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc428d63-d74a-4f78-aac3-92d75db95c50 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 163ea7b0-d48e-49bf-b56c-b0f3b304cbac 2026-09-01 19:49:40.684 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc428d63-d74a-4f78-aac3-92d75db95c50 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 163ea7b0-d48e-49bf-b56c-b0f3b304cbac 2026-09-01 19:49:40.817 7 INFO neutron.db.ovn_revision_numbers_db [None req-74a68e03-b1c4-452c-914f-a7787571333b - - - - - -] Successfully bumped revision number for resource b9b569d6-0d8e-4661-be45-08245f97c348 (type: ports) to 2 2026-09-01 19:49:40.870 7 INFO neutron.db.ovn_revision_numbers_db [None req-74a68e03-b1c4-452c-914f-a7787571333b - - - - - -] Successfully bumped revision number for resource 436aa1da-67b6-4ef6-a232-fef637a44394 (type: subnets) to 1 [pid: 7|app: 0|req: 536/1033] 10.0.0.4 () {34 vars in 739 bytes} [Tue Sep 1 19:49:40 2026] PUT /v2.0/subnets/436aa1da-67b6-4ef6-a232-fef637a44394 => generated 656 bytes in 666 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:41.054 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c9c3c28-4282-4862-b146-6797604643d1 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] TaaS: Handle Delete Port: b9b569d6-0d8e-4661-be45-08245f97c348 2026-09-01 19:49:41.057 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c9c3c28-4282-4862-b146-6797604643d1 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] Tap Mirror: Handle Delete Port: b9b569d6-0d8e-4661-be45-08245f97c348 2026-09-01 19:49:41.320 7 INFO neutron.services.segments.plugin [-] Segment f6e4dc49-409f-45f3-8793-3210b80516fe resource provider aggregate not found 2026-09-01 19:49:41.325 7 INFO neutron.services.segments.plugin [-] Segment f6e4dc49-409f-45f3-8793-3210b80516fe resource provider aggregate not found 2026-09-01 19:49:41.344 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f6e4dc49-409f-45f3-8793-3210b80516fe resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6e4dc49-409f-45f3-8793-3210b80516fe found for delete ", "request_id": "req-a55ee30c-242f-461b-9dfd-dec92682f619"}]} 2026-09-01 19:49:41.348 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f6e4dc49-409f-45f3-8793-3210b80516fe resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6e4dc49-409f-45f3-8793-3210b80516fe found for delete ", "request_id": "req-160d0397-f2b4-4904-a32e-92c809fb7d5e"}]} [pid: 8|app: 0|req: 498/1034] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:49:40 2026] PUT /v2.0/routers/8654085c-9ebc-4b45-bcb6-49cf3d6c18af/remove_router_interface => generated 309 bytes in 942 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1035] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:49:40 2026] DELETE /v2.0/networks/e1f03e7f-04ed-4dd8-998a-516c539314c6 => 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: 499/1036] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:41 2026] GET /v2.0/ports?device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:49:41.422 8 INFO neutron.pecan_wsgi.hooks.translation [None req-455509b7-7bdf-415c-8c96-1972d65f416f 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 500/1037] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:49:41 2026] DELETE /v2.0/networks/e1f03e7f-04ed-4dd8-998a-516c539314c6 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1038] 10.0.0.4 () {32 vars in 692 bytes} [Tue Sep 1 19:49:41 2026] GET /v2.0/networks?router%3Aexternal=True => generated 689 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:41.726 7 INFO neutron_taas.services.taas.taas_plugin [None req-300e12cd-6975-4a3b-ba3f-12cbe0c7d82f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 0abfa6f3-1e52-4639-8dd0-8b72b962efab 2026-09-01 19:49:41.729 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-300e12cd-6975-4a3b-ba3f-12cbe0c7d82f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 0abfa6f3-1e52-4639-8dd0-8b72b962efab 2026-09-01 19:49:41.847 8 INFO neutron.db.ovn_revision_numbers_db [None req-7731c1ed-fb7f-48d0-b036-d252d2dd5abe 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 53a3a0ae-287c-4397-9dd1-28143d2c8b7a (type: security_groups) to 1 2026-09-01 19:49:41.866 8 INFO neutron.db.ovn_revision_numbers_db [None req-7731c1ed-fb7f-48d0-b036-d252d2dd5abe 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 326b561e-d483-48e8-93e9-fa94890c37f9 (type: security_group_rules) to 0 2026-09-01 19:49:41.882 8 INFO neutron.db.ovn_revision_numbers_db [None req-7731c1ed-fb7f-48d0-b036-d252d2dd5abe 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 49234278-17f7-4552-8e05-c783381d98fa (type: security_group_rules) to 0 2026-09-01 19:49:41.898 8 INFO neutron.db.ovn_revision_numbers_db [None req-7731c1ed-fb7f-48d0-b036-d252d2dd5abe 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4cc336d7-1327-43d6-ada4-da001ca465aa (type: security_group_rules) to 0 2026-09-01 19:49:41.935 8 INFO neutron.db.ovn_revision_numbers_db [None req-7731c1ed-fb7f-48d0-b036-d252d2dd5abe 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 97d845ce-945b-466b-b799-79480f55c4ec (type: security_group_rules) to 0 [pid: 8|app: 0|req: 502/1039] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:49:41 2026] GET /v2.0/security-groups?tenant_id=058878eb1e474654bf524425e83970f4&name=default => generated 2925 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1042] 10.0.0.4 () {32 vars in 740 bytes} [Tue Sep 1 19:49:42 2026] GET /v2.0/subnets?network_id=ef59a445-5760-4c1b-9616-3cf3b867f0d6 => generated 649 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1043] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:49:42 2026] DELETE /v2.0/security-groups/53a3a0ae-287c-4397-9dd1-28143d2c8b7a => 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: 507/1044] 10.0.0.4 () {32 vars in 651 bytes} [Tue Sep 1 19:49:42 2026] GET /v2.0/extensions => generated 20541 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1045] 10.0.0.4 () {32 vars in 647 bytes} [Tue Sep 1 19:49:42 2026] GET /v2.0/networks => generated 1389 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1046] 10.0.0.4 () {32 vars in 645 bytes} [Tue Sep 1 19:49:42 2026] GET /v2.0/subnets => generated 1312 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1047] 10.0.0.4 () {32 vars in 721 bytes} [Tue Sep 1 19:49:42 2026] GET /v2.0/networks/705ffe01-9434-4a37-aa7c-8f83348835db => generated 711 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1048] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:49:42 2026] GET /v2.0/ports?device_id=dc423611-7cf1-4788-837d-a97e2a1bdd54 => 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: 512/1049] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:49:42 2026] GET /v2.0/subnets/ee77d9a8-0388-40f4-b518-d5f685b6c7e3 => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:42.607 8 INFO neutron.pecan_wsgi.hooks.translation [None req-598aeec2-b0e6-4c04-9a52-7e8346e5130d 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 513/1050] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:49:42 2026] DELETE /v2.0/subnets/436aa1da-67b6-4ef6-a232-fef637a44394 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:49:42.629 8 INFO neutron.pecan_wsgi.hooks.translation [None req-512eae7b-576c-4591-a18e-e3af4632d5f4 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 514/1051] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:49:42 2026] DELETE /v2.0/networks/e1f03e7f-04ed-4dd8-998a-516c539314c6 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1052] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:49:41 2026] DELETE /v2.0/routers/8654085c-9ebc-4b45-bcb6-49cf3d6c18af => generated 0 bytes in 1374 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1053] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:49:42 2026] DELETE /v2.0/subnets/ee77d9a8-0388-40f4-b518-d5f685b6c7e3 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:49:42.916 8 INFO neutron_taas.services.taas.taas_plugin [None req-606c6e38-69f3-46f1-9966-13ca6496ae22 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] TaaS: Handle Delete Port: d940945c-39b1-43e8-8b70-d36a0c321b50 2026-09-01 19:49:42.920 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-606c6e38-69f3-46f1-9966-13ca6496ae22 729ea26f66c3492ba41185902c98b7ed 015d9523691e478c84530e464812e005 - - default default] Tap Mirror: Handle Delete Port: d940945c-39b1-43e8-8b70-d36a0c321b50 [pid: 7|app: 0|req: 539/1054] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:49:42 2026] DELETE /v2.0/subnets/e3776a7e-cc27-4ce5-be3a-2b9bb44d6551 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:49:43.107 8 INFO neutron.services.segments.plugin [-] Segment 4a13a937-f874-4fe2-9565-ff795b1abb48 resource provider aggregate not found 2026-09-01 19:49:43.113 8 INFO neutron.services.segments.plugin [-] Segment 4a13a937-f874-4fe2-9565-ff795b1abb48 resource provider aggregate not found 2026-09-01 19:49:43.114 7 INFO neutron_taas.services.taas.taas_plugin [None req-49d6c461-05d6-4990-8592-400e6ac33753 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 3a9c3611-8640-47a8-b4c8-3ac442c11e13 2026-09-01 19:49:43.118 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49d6c461-05d6-4990-8592-400e6ac33753 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 3a9c3611-8640-47a8-b4c8-3ac442c11e13 2026-09-01 19:49:43.132 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4a13a937-f874-4fe2-9565-ff795b1abb48 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a13a937-f874-4fe2-9565-ff795b1abb48 found for delete ", "request_id": "req-755043c0-92c7-4c84-9b97-b038fe487cc1"}]} 2026-09-01 19:49:43.135 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4a13a937-f874-4fe2-9565-ff795b1abb48 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a13a937-f874-4fe2-9565-ff795b1abb48 found for delete ", "request_id": "req-f1d857b6-88e3-4cee-8ee3-994c1625bec2"}]} [pid: 8|app: 0|req: 516/1055] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:49:42 2026] DELETE /v2.0/networks/705ffe01-9434-4a37-aa7c-8f83348835db => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1056] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:49:42 2026] DELETE /v2.0/networks/ad456198-386b-4573-bedf-cdd9e6386f62 => generated 0 bytes in 375 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:49:43.369 7 INFO neutron.services.segments.plugin [-] Segment 73e0f999-da98-4d70-a7b9-1cb760d05b58 resource provider aggregate not found 2026-09-01 19:49:43.374 7 INFO neutron.services.segments.plugin [-] Segment 73e0f999-da98-4d70-a7b9-1cb760d05b58 resource provider aggregate not found 2026-09-01 19:49:43.386 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 73e0f999-da98-4d70-a7b9-1cb760d05b58 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73e0f999-da98-4d70-a7b9-1cb760d05b58 found for delete ", "request_id": "req-d5e43b3f-a5a0-459b-88a1-6aba5007bcfd"}]} 2026-09-01 19:49:43.394 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 73e0f999-da98-4d70-a7b9-1cb760d05b58 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73e0f999-da98-4d70-a7b9-1cb760d05b58 found for delete ", "request_id": "req-2708793b-d244-4506-9631-768fb9160452"}]} [pid: 8|app: 0|req: 517/1057] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:49:43 2026] GET /v2.0/security-groups?tenant_id=b8e1634ee22446eba90569a609b8788e&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1058] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:49:43 2026] DELETE /v2.0/security-groups/72f78bb0-f42c-4c10-a35b-63bf7c3df7a2 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1059] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:49:43 2026] DELETE /v2.0/security-groups/1527cb29-a067-4e91-ac1e-cccf316ed5b5 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:49:43.863 8 INFO neutron.api.v2.resource [None req-72902182-6c05-401b-b12b-b9cf81051a74 318a9e25f153418abf05378d73263779 4d2df147b1a34ecdbbd4e828aa6d2ba9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 519/1060] 10.0.0.4 () {32 vars in 735 bytes} [Tue Sep 1 19:49:43 2026] GET /v2.0/security-groups/1527cb29-a067-4e91-ac1e-cccf316ed5b5 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:49:43.985 8 INFO neutron_taas.services.taas.taas_plugin [None req-b779616a-82cc-41c5-b5cb-2d6c310e42cf 318a9e25f153418abf05378d73263779 4d2df147b1a34ecdbbd4e828aa6d2ba9 - - default default] TaaS: Handle Delete Port: a5f557b0-63db-42f8-b08d-bf548c1147cb 2026-09-01 19:49:43.987 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b779616a-82cc-41c5-b5cb-2d6c310e42cf 318a9e25f153418abf05378d73263779 4d2df147b1a34ecdbbd4e828aa6d2ba9 - - default default] Tap Mirror: Handle Delete Port: a5f557b0-63db-42f8-b08d-bf548c1147cb [pid: 7|app: 0|req: 542/1061] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:49:43 2026] GET /v2.0/security-groups?tenant_id=015d9523691e478c84530e464812e005&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1062] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:49:43 2026] DELETE /v2.0/floatingips/de493220-5cd7-490f-8f14-03af34db80a0 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1063] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:49:44 2026] DELETE /v2.0/security-groups/6112b990-92be-42ad-8c39-29fa2346be33 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:49:44.356 8 INFO neutron_taas.services.taas.taas_plugin [None req-65129fbd-0e12-49e1-ae23-d862111c689c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: ce382f95-bae1-47f7-9431-14fa34740e40 2026-09-01 19:49:44.358 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65129fbd-0e12-49e1-ae23-d862111c689c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: ce382f95-bae1-47f7-9431-14fa34740e40 2026-09-01 19:49:44.450 7 INFO neutron.db.ovn_revision_numbers_db [None req-66b4ece4-d7bc-4f33-84d2-c5869a1fc915 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Successfully bumped revision number for resource 506f4522-c36a-4b77-9b89-7f8512c9b364 (type: security_groups) to 1 2026-09-01 19:49:44.461 7 INFO neutron.db.ovn_revision_numbers_db [None req-66b4ece4-d7bc-4f33-84d2-c5869a1fc915 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Successfully bumped revision number for resource 30dbad56-cbca-4467-be00-4cdf3742ab8c (type: security_group_rules) to 0 2026-09-01 19:49:44.473 7 INFO neutron.db.ovn_revision_numbers_db [None req-66b4ece4-d7bc-4f33-84d2-c5869a1fc915 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Successfully bumped revision number for resource 72b91741-0414-4f0b-a476-de7844eeb86e (type: security_group_rules) to 0 2026-09-01 19:49:44.484 7 INFO neutron.db.ovn_revision_numbers_db [None req-66b4ece4-d7bc-4f33-84d2-c5869a1fc915 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Successfully bumped revision number for resource c11629bc-386d-4ea1-9758-4ced9fbd314c (type: security_group_rules) to 0 2026-09-01 19:49:44.503 7 INFO neutron.db.ovn_revision_numbers_db [None req-66b4ece4-d7bc-4f33-84d2-c5869a1fc915 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Successfully bumped revision number for resource dfc912de-8027-4d64-baff-f5f6a7d8ec1c (type: security_group_rules) to 0 2026-09-01 19:49:44.640 7 INFO neutron.db.segments_db [None req-66b4ece4-d7bc-4f33-84d2-c5869a1fc915 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Added segment c0660d60-7fc1-4109-b587-b388da145adc of type geneve for network 3af08a54-8eb1-4076-a924-b0c7353054ab 2026-09-01 19:49:44.742 7 INFO neutron.db.segments_db [None req-66b4ece4-d7bc-4f33-84d2-c5869a1fc915 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Added segment a6826387-628b-45c1-acfc-389363b06c82 of type geneve for network f1ddae71-a237-4a19-ab39-ac93788d527f 2026-09-01 19:49:44.867 7 INFO neutron.db.ovn_revision_numbers_db [None req-66b4ece4-d7bc-4f33-84d2-c5869a1fc915 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Successfully bumped revision number for resource 3af08a54-8eb1-4076-a924-b0c7353054ab (type: networks) to 1 [pid: 8|app: 0|req: 521/1064] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:49:44 2026] PUT /v2.0/routers/c5e2c1f0-ffb1-491c-ac97-3df4fba4ff06/remove_router_interface => generated 309 bytes in 871 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-09-01 19:49:45.052 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-66b4ece4-d7bc-4f33-84d2-c5869a1fc915 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] No more DHCP agents 2026-09-01 19:49:45.053 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-66b4ece4-d7bc-4f33-84d2-c5869a1fc915 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Unable to schedule network 3af08a54-8eb1-4076-a924-b0c7353054ab: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:45.104 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a1969a49-c845-467e-a566-b7719084fdc0 - - - - - -] OVN reports status down for port: bab39b60-da51-40e0-ae8f-f89f186e8963 2026-09-01 19:49:45.150 7 INFO neutron.db.ovn_revision_numbers_db [None req-66b4ece4-d7bc-4f33-84d2-c5869a1fc915 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Successfully bumped revision number for resource bab39b60-da51-40e0-ae8f-f89f186e8963 (type: ports) to 1 2026-09-01 19:49:45.258 7 INFO neutron.db.ovn_revision_numbers_db [None req-66b4ece4-d7bc-4f33-84d2-c5869a1fc915 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Successfully bumped revision number for resource f1ddae71-a237-4a19-ab39-ac93788d527f (type: networks) to 1 2026-09-01 19:49:45.324 8 INFO neutron_taas.services.taas.taas_plugin [None req-34b07353-3686-497d-8d06-2861d2027127 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 301befaf-d3c2-4e1f-b849-fe75706cb79c 2026-09-01 19:49:45.326 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34b07353-3686-497d-8d06-2861d2027127 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 301befaf-d3c2-4e1f-b849-fe75706cb79c 2026-09-01 19:49:45.417 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-66b4ece4-d7bc-4f33-84d2-c5869a1fc915 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] No more DHCP agents 2026-09-01 19:49:45.418 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-66b4ece4-d7bc-4f33-84d2-c5869a1fc915 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Unable to schedule network f1ddae71-a237-4a19-ab39-ac93788d527f: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:45.480 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a1969a49-c845-467e-a566-b7719084fdc0 - - - - - -] OVN reports status down for port: edfbe8a0-657a-49be-844a-481784edfbd3 2026-09-01 19:49:45.539 7 INFO neutron.db.ovn_revision_numbers_db [None req-66b4ece4-d7bc-4f33-84d2-c5869a1fc915 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Successfully bumped revision number for resource edfbe8a0-657a-49be-844a-481784edfbd3 (type: ports) to 1 [pid: 7|app: 0|req: 544/1065] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:49:44 2026] POST /v2.0/networks => generated 1321 bytes in 1360 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1066] 10.0.0.4 () {32 vars in 647 bytes} [Tue Sep 1 19:49:45 2026] GET /v2.0/networks => generated 1970 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:49:46.049 7 INFO neutron.db.ovn_revision_numbers_db [None req-f6cb326e-408c-4b3f-a59b-0d800104c3ce 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource c3172bae-c7a4-4b63-967d-4a79681f5022 (type: security_groups) to 1 2026-09-01 19:49:46.061 7 INFO neutron.db.ovn_revision_numbers_db [None req-f6cb326e-408c-4b3f-a59b-0d800104c3ce 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 10bcf4bd-7582-4ac4-bae1-c0c985d6e1b5 (type: security_group_rules) to 0 2026-09-01 19:49:46.080 7 INFO neutron.db.ovn_revision_numbers_db [None req-f6cb326e-408c-4b3f-a59b-0d800104c3ce 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 63e55554-d0d1-4d3b-a9b0-0b01e4599c66 (type: security_group_rules) to 0 2026-09-01 19:49:46.096 7 INFO neutron.db.ovn_revision_numbers_db [None req-f6cb326e-408c-4b3f-a59b-0d800104c3ce 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a8be97b1-5ee6-42fd-8adc-48a3d97d90fc (type: security_group_rules) to 0 2026-09-01 19:49:46.116 7 INFO neutron.db.ovn_revision_numbers_db [None req-f6cb326e-408c-4b3f-a59b-0d800104c3ce 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource caf53562-e6de-4f95-84c5-d895a01b6ee9 (type: security_group_rules) to 0 2026-09-01 19:49:46.253 7 INFO neutron.db.segments_db [None req-f6cb326e-408c-4b3f-a59b-0d800104c3ce 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Added segment 822c0e84-c3aa-4abc-b3ce-3ea3a15f420f of type geneve for network 706eac78-4b56-485c-bc33-6cbe66837309 [pid: 8|app: 0|req: 522/1067] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:49:44 2026] DELETE /v2.0/routers/c5e2c1f0-ffb1-491c-ac97-3df4fba4ff06 => generated 0 bytes in 1274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:49:46.369 7 INFO neutron.db.ovn_revision_numbers_db [None req-f6cb326e-408c-4b3f-a59b-0d800104c3ce 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 706eac78-4b56-485c-bc33-6cbe66837309 (type: networks) to 1 2026-09-01 19:49:46.408 8 INFO neutron_taas.services.taas.taas_plugin [None req-196033da-d1fc-4a70-bf29-392dd603d201 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] TaaS: Handle Delete Port: bab39b60-da51-40e0-ae8f-f89f186e8963 2026-09-01 19:49:46.412 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-196033da-d1fc-4a70-bf29-392dd603d201 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Tap Mirror: Handle Delete Port: bab39b60-da51-40e0-ae8f-f89f186e8963 2026-09-01 19:49:46.544 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f6cb326e-408c-4b3f-a59b-0d800104c3ce 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:49:46.545 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f6cb326e-408c-4b3f-a59b-0d800104c3ce 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 706eac78-4b56-485c-bc33-6cbe66837309: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:46.620 7 INFO neutron.db.ovn_revision_numbers_db [None req-f6cb326e-408c-4b3f-a59b-0d800104c3ce 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 2178bdea-2b51-4394-ad4b-536093ea133f (type: ports) to 1 2026-09-01 19:49:46.630 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a4acbe95-a0a0-455c-9dda-d746baef55aa - - - - - -] OVN reports status down for port: 2178bdea-2b51-4394-ad4b-536093ea133f [pid: 7|app: 0|req: 546/1068] 10.0.0.4 () {34 vars in 669 bytes} [Tue Sep 1 19:49:45 2026] POST /v2.0/networks => generated 782 bytes in 993 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:49:46.679 8 INFO neutron.services.segments.plugin [-] Segment c0660d60-7fc1-4109-b587-b388da145adc resource provider aggregate not found 2026-09-01 19:49:46.686 8 INFO neutron.services.segments.plugin [-] Segment c0660d60-7fc1-4109-b587-b388da145adc resource provider aggregate not found 2026-09-01 19:49:46.707 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c0660d60-7fc1-4109-b587-b388da145adc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0660d60-7fc1-4109-b587-b388da145adc found for delete ", "request_id": "req-96de216d-64d0-41d4-9595-a3092a711a97"}]} 2026-09-01 19:49:46.715 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c0660d60-7fc1-4109-b587-b388da145adc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0660d60-7fc1-4109-b587-b388da145adc found for delete ", "request_id": "req-f7edb80e-1749-493c-8a31-43d74c226506"}]} [pid: 8|app: 0|req: 523/1069] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:49:46 2026] DELETE /v2.0/networks/3af08a54-8eb1-4076-a924-b0c7353054ab => generated 0 bytes in 530 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:49:46.962 7 INFO neutron.db.ovn_revision_numbers_db [None req-20b4afcb-e190-4365-b418-0545822eda8e 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] Successfully bumped revision number for resource e3a2e8bf-06c9-4036-bedf-e1529beec090 (type: security_groups) to 1 2026-09-01 19:49:47.007 7 INFO neutron.db.ovn_revision_numbers_db [None req-20b4afcb-e190-4365-b418-0545822eda8e 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] Successfully bumped revision number for resource 200e7756-86bc-4678-82dc-4fcc68882022 (type: security_group_rules) to 0 2026-09-01 19:49:47.028 7 INFO neutron.db.ovn_revision_numbers_db [None req-20b4afcb-e190-4365-b418-0545822eda8e 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] Successfully bumped revision number for resource 351ea6eb-42e0-4f4c-ba6e-f7a818b11f02 (type: security_group_rules) to 0 2026-09-01 19:49:47.065 7 INFO neutron.db.ovn_revision_numbers_db [None req-20b4afcb-e190-4365-b418-0545822eda8e 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] Successfully bumped revision number for resource d20c1b3c-6e8a-4577-a7bc-7f9cd5cecfa7 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 524/1070] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:49:46 2026] DELETE /v2.0/subnets/f5bd959a-7947-4de7-905b-dc3f517e18cd => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:49:47.083 7 INFO neutron.db.ovn_revision_numbers_db [None req-20b4afcb-e190-4365-b418-0545822eda8e 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] Successfully bumped revision number for resource ddc50037-efc5-437c-94db-faa8ff6c4064 (type: security_group_rules) to 0 2026-09-01 19:49:47.162 7 INFO neutron.db.segments_db [None req-20b4afcb-e190-4365-b418-0545822eda8e 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] Added segment a9ddb1ba-3aac-41da-aaf4-842e1db4bed6 of type geneve for network da68681c-be80-47c6-84fa-19cee9d9c142 2026-09-01 19:49:47.257 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-eca0bf28-506c-48ff-aa02-eecb7e743891 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:49:47.259 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-eca0bf28-506c-48ff-aa02-eecb7e743891 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 706eac78-4b56-485c-bc33-6cbe66837309: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:47.268 7 INFO neutron.db.ovn_revision_numbers_db [None req-20b4afcb-e190-4365-b418-0545822eda8e 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] Successfully bumped revision number for resource da68681c-be80-47c6-84fa-19cee9d9c142 (type: networks) to 1 2026-09-01 19:49:47.463 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-20b4afcb-e190-4365-b418-0545822eda8e 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] No more DHCP agents 2026-09-01 19:49:47.464 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-20b4afcb-e190-4365-b418-0545822eda8e 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] Unable to schedule network da68681c-be80-47c6-84fa-19cee9d9c142: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:47.538 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a4acbe95-a0a0-455c-9dda-d746baef55aa - - - - - -] OVN reports status down for port: 4df4e737-0531-41ec-be06-922783e88bb2 2026-09-01 19:49:47.549 7 INFO neutron.db.ovn_revision_numbers_db [None req-20b4afcb-e190-4365-b418-0545822eda8e 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] Successfully bumped revision number for resource 4df4e737-0531-41ec-be06-922783e88bb2 (type: ports) to 1 [pid: 7|app: 0|req: 547/1071] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:49:46 2026] POST /v2.0/networks => generated 682 bytes in 935 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:49:47.699 7 INFO neutron_taas.services.taas.taas_plugin [None req-10191c6b-2efc-4b0f-81e5-89b044fd06dc 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] TaaS: Handle Delete Port: edfbe8a0-657a-49be-844a-481784edfbd3 2026-09-01 19:49:47.702 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10191c6b-2efc-4b0f-81e5-89b044fd06dc 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Tap Mirror: Handle Delete Port: edfbe8a0-657a-49be-844a-481784edfbd3 2026-09-01 19:49:47.882 8 INFO neutron.db.ovn_revision_numbers_db [None req-003a464b-9a4c-471b-8d9c-fc3452673411 - - - - - -] Successfully bumped revision number for resource 2178bdea-2b51-4394-ad4b-536093ea133f (type: ports) to 2 2026-09-01 19:49:47.898 7 INFO neutron.services.segments.plugin [-] Segment a6826387-628b-45c1-acfc-389363b06c82 resource provider aggregate not found 2026-09-01 19:49:47.904 7 INFO neutron.services.segments.plugin [-] Segment a6826387-628b-45c1-acfc-389363b06c82 resource provider aggregate not found 2026-09-01 19:49:47.927 8 INFO neutron.db.ovn_revision_numbers_db [None req-003a464b-9a4c-471b-8d9c-fc3452673411 - - - - - -] Successfully bumped revision number for resource 3fff7547-ac63-45b9-b9bf-f637277d1a2e (type: subnets) to 0 2026-09-01 19:49:47.930 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a6826387-628b-45c1-acfc-389363b06c82 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6826387-628b-45c1-acfc-389363b06c82 found for delete ", "request_id": "req-3c8a3104-f5c4-409e-93c7-15b80d858cff"}]} 2026-09-01 19:49:47.932 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a6826387-628b-45c1-acfc-389363b06c82 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6826387-628b-45c1-acfc-389363b06c82 found for delete ", "request_id": "req-a383add7-3cec-4136-8433-cd480150e257"}]} [pid: 8|app: 0|req: 525/1072] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:49:47 2026] POST /v2.0/subnets => generated 690 bytes in 872 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1073] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:49:47 2026] DELETE /v2.0/networks/f1ddae71-a237-4a19-ab39-ac93788d527f => generated 0 bytes in 390 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:49:48.096 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3d29887-2e51-4499-bc49-f67884cba924 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 4c47a46a-3a62-42e0-b69e-ccefbc3eef21 2026-09-01 19:49:48.099 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3d29887-2e51-4499-bc49-f67884cba924 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 4c47a46a-3a62-42e0-b69e-ccefbc3eef21 2026-09-01 19:49:48.160 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2dcdd699-765e-43e9-9342-4b1a0440f566 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] No more DHCP agents 2026-09-01 19:49:48.161 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2dcdd699-765e-43e9-9342-4b1a0440f566 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] Unable to schedule network da68681c-be80-47c6-84fa-19cee9d9c142: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 526/1074] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:49:47 2026] DELETE /v2.0/networks/9188d185-1ab0-4c1e-b387-521a9e8132a3 => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:49:48.605 7 INFO neutron.db.ovn_revision_numbers_db [None req-f60a6867-01af-4ccd-bf7b-8526617e6d08 - - - - - -] Successfully bumped revision number for resource 4df4e737-0531-41ec-be06-922783e88bb2 (type: ports) to 2 2026-09-01 19:49:48.634 7 INFO neutron.db.ovn_revision_numbers_db [None req-f60a6867-01af-4ccd-bf7b-8526617e6d08 - - - - - -] Successfully bumped revision number for resource 4161f6ca-5cb8-4579-98a2-692bd893e660 (type: subnets) to 0 [pid: 7|app: 0|req: 549/1075] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:49:47 2026] POST /v2.0/subnets => generated 641 bytes in 685 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1076] 10.0.0.4 () {32 vars in 647 bytes} [Tue Sep 1 19:49:48 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) [pid: 7|app: 0|req: 551/1077] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:49:48 2026] GET /v2.0/security-groups?tenant_id=4d2df147b1a34ecdbbd4e828aa6d2ba9&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:49:48.738 8 INFO neutron.services.segments.plugin [-] Segment 1532fe13-1e06-4927-a255-108dc713fda8 resource provider aggregate not found 2026-09-01 19:49:48.742 8 INFO neutron.services.segments.plugin [-] Segment 1532fe13-1e06-4927-a255-108dc713fda8 resource provider aggregate not found 2026-09-01 19:49:48.753 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cfba2acb-b0ac-46de-a0da-c928dda3682a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:49:48.754 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cfba2acb-b0ac-46de-a0da-c928dda3682a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:48.759 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1532fe13-1e06-4927-a255-108dc713fda8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1532fe13-1e06-4927-a255-108dc713fda8 found for delete ", "request_id": "req-700a0463-edc4-45b0-9402-4dd91bda37ca"}]} 2026-09-01 19:49:48.764 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1532fe13-1e06-4927-a255-108dc713fda8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1532fe13-1e06-4927-a255-108dc713fda8 found for delete ", "request_id": "req-be87fc9d-3815-40dd-9180-7c578dd1b80a"}]} 2026-09-01 19:49:48.782 7 INFO neutron.db.segments_db [None req-fadffa94-10f8-4585-bdb3-0ff9a7047fea 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] Added segment cf989e3a-335c-4ea1-86ba-ba44f38ce9d2 of type geneve for network d8c1d50e-2819-4bdd-8565-59ea6062ff50 2026-09-01 19:49:48.859 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a1969a49-c845-467e-a566-b7719084fdc0 - - - - - -] OVN reports status down for port: 3b71e9f4-e18d-411c-b17f-979773f38f5a 2026-09-01 19:49:48.911 8 INFO neutron.db.ovn_revision_numbers_db [None req-cfba2acb-b0ac-46de-a0da-c928dda3682a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 3b71e9f4-e18d-411c-b17f-979773f38f5a (type: ports) to 1 2026-09-01 19:49:48.947 7 INFO neutron.db.ovn_revision_numbers_db [None req-fadffa94-10f8-4585-bdb3-0ff9a7047fea 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] Successfully bumped revision number for resource d8c1d50e-2819-4bdd-8565-59ea6062ff50 (type: networks) to 1 2026-09-01 19:49:49.147 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fadffa94-10f8-4585-bdb3-0ff9a7047fea 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] No more DHCP agents 2026-09-01 19:49:49.148 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fadffa94-10f8-4585-bdb3-0ff9a7047fea 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] Unable to schedule network d8c1d50e-2819-4bdd-8565-59ea6062ff50: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:49.228 7 INFO neutron.db.ovn_revision_numbers_db [None req-fadffa94-10f8-4585-bdb3-0ff9a7047fea 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] Successfully bumped revision number for resource 82a99dd4-9af7-4153-9438-79f8d3ce9c5d (type: ports) to 1 2026-09-01 19:49:49.232 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a4acbe95-a0a0-455c-9dda-d746baef55aa - - - - - -] OVN reports status down for port: 82a99dd4-9af7-4153-9438-79f8d3ce9c5d [pid: 7|app: 0|req: 552/1078] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:49:48 2026] POST /v2.0/networks => generated 681 bytes in 541 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:49:49.365 7 INFO neutron.db.segments_db [None req-092bbd22-024c-493d-92b1-6db9e493532c 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Added segment 214994a2-a0f4-4a61-9f78-69d96b608bcc of type geneve for network 5cac5143-537c-4668-afd9-990edfdbd1b6 2026-09-01 19:49:49.503 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-deb7c733-3afc-49a0-b2df-41f9bbb51836 - - - - - -] Schedule LRP lrp-3b71e9f4-e18d-411c-b17f-979773f38f5a on gateway 981b1d13-d3f6-4b65-a230-c40efece3bd4 with priority 1 2026-09-01 19:49:49.517 7 INFO neutron.db.ovn_revision_numbers_db [None req-092bbd22-024c-493d-92b1-6db9e493532c 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Successfully bumped revision number for resource 5cac5143-537c-4668-afd9-990edfdbd1b6 (type: networks) to 1 2026-09-01 19:49:49.581 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-0660a56b-2dd7-4c8e-be82-974ab35689fb - - - - - -] Router 3df9890b-36c5-481b-923f-e62e12db647c is bound to host instance 2026-09-01 19:49:49.591 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a1969a49-c845-467e-a566-b7719084fdc0 - - - - - -] OVN reports status up for port: 3b71e9f4-e18d-411c-b17f-979773f38f5a 2026-09-01 19:49:49.614 7 INFO neutron.plugins.ml2.plugin [None req-a1969a49-c845-467e-a566-b7719084fdc0 - - - - - -] Attempt 1 to provision port 3b71e9f4-e18d-411c-b17f-979773f38f5a 2026-09-01 19:49:49.628 8 INFO neutron.db.ovn_revision_numbers_db [None req-cfba2acb-b0ac-46de-a0da-c928dda3682a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 3b71e9f4-e18d-411c-b17f-979773f38f5a (type: router_ports) to 1 2026-09-01 19:49:49.768 8 INFO neutron.db.ovn_revision_numbers_db [None req-cfba2acb-b0ac-46de-a0da-c928dda3682a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 3df9890b-36c5-481b-923f-e62e12db647c (type: routers) to 2 [pid: 8|app: 0|req: 527/1079] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:49:48 2026] POST /v2.0/routers => generated 968 bytes in 1483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:49:49.801 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-092bbd22-024c-493d-92b1-6db9e493532c 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] No more DHCP agents 2026-09-01 19:49:49.805 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-092bbd22-024c-493d-92b1-6db9e493532c 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Unable to schedule network 5cac5143-537c-4668-afd9-990edfdbd1b6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:49.947 7 INFO neutron.db.ovn_revision_numbers_db [None req-092bbd22-024c-493d-92b1-6db9e493532c 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Successfully bumped revision number for resource 6648b83a-4c1b-4290-8609-a88c805ba96b (type: ports) to 1 [pid: 7|app: 0|req: 553/1080] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:49:49 2026] POST /v2.0/networks => generated 687 bytes in 729 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:49:50.106 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab9bdb5c-e6bc-46ce-a5c2-fd5f44be038a 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] Successfully bumped revision number for resource d8c1d50e-2819-4bdd-8565-59ea6062ff50 (type: networks) to 2 [pid: 7|app: 0|req: 554/1081] 10.0.0.4 () {34 vars in 741 bytes} [Tue Sep 1 19:49:49 2026] PUT /v2.0/networks/d8c1d50e-2819-4bdd-8565-59ea6062ff50 => generated 636 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1082] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:49:49 2026] DELETE /v2.0/security-groups/365b89f4-5282-451a-bcdd-99d62f7de546 => generated 0 bytes in 569 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:49:50.516 8 INFO neutron.db.segments_db [None req-a419d10a-2985-4da4-9afb-e67d0a3b37d3 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Added segment d1d8ade6-f156-4694-8554-7ca1577a0032 of type geneve for network e01443ca-8f67-4b54-8f86-98436b0d336e 2026-09-01 19:49:50.629 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c91e339d-1e3e-46ba-83b9-a5ae5728e834 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:49:50.630 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c91e339d-1e3e-46ba-83b9-a5ae5728e834 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 706eac78-4b56-485c-bc33-6cbe66837309: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:50.741 8 INFO neutron.db.ovn_revision_numbers_db [None req-a419d10a-2985-4da4-9afb-e67d0a3b37d3 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Successfully bumped revision number for resource e01443ca-8f67-4b54-8f86-98436b0d336e (type: networks) to 1 2026-09-01 19:49:50.799 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a4acbe95-a0a0-455c-9dda-d746baef55aa - - - - - -] OVN reports status down for port: e1f1ee4b-2760-4a44-915f-49db1542a7f1 2026-09-01 19:49:50.803 7 INFO neutron.db.ovn_revision_numbers_db [None req-c91e339d-1e3e-46ba-83b9-a5ae5728e834 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e1f1ee4b-2760-4a44-915f-49db1542a7f1 (type: ports) to 1 2026-09-01 19:49:51.222 8 INFO neutron.db.ovn_revision_numbers_db [None req-339ea074-acf3-4a6d-802d-a4802cab94af - - - - - -] Successfully bumped revision number for resource 3b71e9f4-e18d-411c-b17f-979773f38f5a (type: ports) to 4 2026-09-01 19:49:51.233 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a419d10a-2985-4da4-9afb-e67d0a3b37d3 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] No more DHCP agents 2026-09-01 19:49:51.235 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a419d10a-2985-4da4-9afb-e67d0a3b37d3 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Unable to schedule network e01443ca-8f67-4b54-8f86-98436b0d336e: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:51.368 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a4acbe95-a0a0-455c-9dda-d746baef55aa - - - - - -] OVN reports status down for port: 846663f6-bffa-49c9-a35b-97107f8159c7 2026-09-01 19:49:51.480 8 INFO neutron.db.ovn_revision_numbers_db [None req-a419d10a-2985-4da4-9afb-e67d0a3b37d3 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Successfully bumped revision number for resource 846663f6-bffa-49c9-a35b-97107f8159c7 (type: ports) to 1 2026-09-01 19:49:51.539 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c91e339d-1e3e-46ba-83b9-a5ae5728e834 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:49:51.540 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c91e339d-1e3e-46ba-83b9-a5ae5728e834 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 706eac78-4b56-485c-bc33-6cbe66837309: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 529/1083] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:49:50 2026] POST /v2.0/networks => generated 688 bytes in 1219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:49:51.674 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a4acbe95-a0a0-455c-9dda-d746baef55aa - - - - - -] OVN reports status up for port: e1f1ee4b-2760-4a44-915f-49db1542a7f1 2026-09-01 19:49:51.708 8 INFO neutron.plugins.ml2.plugin [None req-a4acbe95-a0a0-455c-9dda-d746baef55aa - - - - - -] Attempt 1 to provision port e1f1ee4b-2760-4a44-915f-49db1542a7f1 2026-09-01 19:49:52.054 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a1969a49-c845-467e-a566-b7719084fdc0 - - - - - -] OVN reports status down for port: 6648b83a-4c1b-4290-8609-a88c805ba96b 2026-09-01 19:49:52.082 7 INFO neutron.db.ovn_revision_numbers_db [None req-c91e339d-1e3e-46ba-83b9-a5ae5728e834 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e1f1ee4b-2760-4a44-915f-49db1542a7f1 (type: router_ports) to 1 [pid: 7|app: 0|req: 555/1084] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:49:50 2026] PUT /v2.0/routers/3df9890b-36c5-481b-923f-e62e12db647c/add_router_interface => generated 309 bytes in 1980 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:52.388 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6cc097d5-db19-4529-8861-c9adea311b07 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] No more DHCP agents 2026-09-01 19:49:52.397 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6cc097d5-db19-4529-8861-c9adea311b07 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] Unable to schedule network d8c1d50e-2819-4bdd-8565-59ea6062ff50: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:52.407 8 INFO neutron.db.ovn_revision_numbers_db [None req-339ea074-acf3-4a6d-802d-a4802cab94af - - - - - -] Successfully bumped revision number for resource 3b71e9f4-e18d-411c-b17f-979773f38f5a (type: ports) to 5 2026-09-01 19:49:52.506 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a136332f-1ebc-43e8-96f9-51bd4347e4dd 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] No more DHCP agents 2026-09-01 19:49:52.507 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a136332f-1ebc-43e8-96f9-51bd4347e4dd 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Unable to schedule network 5cac5143-537c-4668-afd9-990edfdbd1b6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:52.582 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a1969a49-c845-467e-a566-b7719084fdc0 - - - - - -] OVN reports status down for port: 058d1e16-fcd2-40f8-8dab-f81e0da2b829 2026-09-01 19:49:52.656 7 INFO neutron.db.ovn_revision_numbers_db [None req-a136332f-1ebc-43e8-96f9-51bd4347e4dd 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Successfully bumped revision number for resource 058d1e16-fcd2-40f8-8dab-f81e0da2b829 (type: ports) to 1 2026-09-01 19:49:52.745 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a136332f-1ebc-43e8-96f9-51bd4347e4dd 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] No more DHCP agents 2026-09-01 19:49:52.747 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a136332f-1ebc-43e8-96f9-51bd4347e4dd 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Unable to schedule network e01443ca-8f67-4b54-8f86-98436b0d336e: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:52.798 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a1969a49-c845-467e-a566-b7719084fdc0 - - - - - -] OVN reports status down for port: a013b12e-6ae1-489b-96ef-45d2d7c6cb55 2026-09-01 19:49:52.852 7 INFO neutron.db.ovn_revision_numbers_db [None req-a136332f-1ebc-43e8-96f9-51bd4347e4dd 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Successfully bumped revision number for resource a013b12e-6ae1-489b-96ef-45d2d7c6cb55 (type: ports) to 1 [pid: 7|app: 0|req: 556/1085] 10.0.0.4 () {34 vars in 663 bytes} [Tue Sep 1 19:49:52 2026] POST /v2.0/ports => generated 1505 bytes in 883 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-01 19:49:52.979 8 INFO neutron.db.ovn_revision_numbers_db [None req-a4acbe95-a0a0-455c-9dda-d746baef55aa - - - - - -] Successfully bumped revision number for resource e1f1ee4b-2760-4a44-915f-49db1542a7f1 (type: ports) to 2 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-01 19:49:53.179 7 INFO neutron.db.ovn_revision_numbers_db [None req-8f0d58cc-711e-4f12-ab5b-c458e5a5ce8b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ec86d030-e9ac-4170-bab7-ac4ede032a09 (type: security_groups) to 1 2026-09-01 19:49:53.183 8 INFO neutron.db.ovn_revision_numbers_db [None req-7696f336-1c0f-489b-9ab7-220f9160dc97 - - - - - -] Successfully bumped revision number for resource e1f1ee4b-2760-4a44-915f-49db1542a7f1 (type: router_ports) to 2 2026-09-01 19:49:53.193 7 INFO neutron.db.ovn_revision_numbers_db [None req-8f0d58cc-711e-4f12-ab5b-c458e5a5ce8b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 26a1afca-ab3a-41e0-9c1b-bca9129c58e4 (type: security_group_rules) to 0 2026-09-01 19:49:53.209 7 INFO neutron.db.ovn_revision_numbers_db [None req-8f0d58cc-711e-4f12-ab5b-c458e5a5ce8b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 5de3ab7d-f991-4eae-9c94-512b18a5cf8b (type: security_group_rules) to 0 2026-09-01 19:49:53.221 7 INFO neutron.db.ovn_revision_numbers_db [None req-8f0d58cc-711e-4f12-ab5b-c458e5a5ce8b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 8ad68feb-494a-4a78-85c3-d47d91e31f56 (type: security_group_rules) to 0 2026-09-01 19:49:53.234 7 INFO neutron.db.ovn_revision_numbers_db [None req-8f0d58cc-711e-4f12-ab5b-c458e5a5ce8b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e6e7b981-cb95-49e5-9eb9-5ad8b9739f57 (type: security_group_rules) to 0 2026-09-01 19:49:53.316 8 INFO neutron.db.ovn_revision_numbers_db [None req-1b199b0d-37f9-441e-a592-4671b6fd3d8d - - - - - -] Successfully bumped revision number for resource 82a99dd4-9af7-4153-9438-79f8d3ce9c5d (type: ports) to 2 2026-09-01 19:49:53.330 7 INFO neutron.db.segments_db [None req-8f0d58cc-711e-4f12-ab5b-c458e5a5ce8b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Added segment 20d2aac4-4278-472c-b970-d6c470cf89a0 of type geneve for network e5ef94d8-dfcc-4733-bb80-4844c1e1fe46 2026-09-01 19:49:53.352 8 INFO neutron.db.ovn_revision_numbers_db [None req-1b199b0d-37f9-441e-a592-4671b6fd3d8d - - - - - -] Successfully bumped revision number for resource 7428c42f-a21f-4b59-943b-c9702b48344a (type: subnets) to 0 [pid: 8|app: 0|req: 530/1086] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:49:51 2026] POST /v2.0/subnets => generated 626 bytes in 1779 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:49:53.459 7 INFO neutron.db.ovn_revision_numbers_db [None req-8f0d58cc-711e-4f12-ab5b-c458e5a5ce8b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e5ef94d8-dfcc-4733-bb80-4844c1e1fe46 (type: networks) to 1 2026-09-01 19:49:53.495 8 INFO neutron.db.ovn_revision_numbers_db [None req-67624e4b-f4f0-4833-811f-fa325e6fa274 9f2a83ee807340b3898fb36ecfdd7583 b2a546c64fc54282a2e890655544ec68 - - default default] Successfully bumped revision number for resource e09ffc63-45ae-4d35-9731-6519c9e28f26 (type: security_groups) to 1 2026-09-01 19:49:53.513 8 INFO neutron.db.ovn_revision_numbers_db [None req-67624e4b-f4f0-4833-811f-fa325e6fa274 9f2a83ee807340b3898fb36ecfdd7583 b2a546c64fc54282a2e890655544ec68 - - default default] Successfully bumped revision number for resource 1eff1602-f84f-4ce4-9fc2-d05ff52aa532 (type: security_group_rules) to 0 2026-09-01 19:49:53.527 8 INFO neutron.db.ovn_revision_numbers_db [None req-67624e4b-f4f0-4833-811f-fa325e6fa274 9f2a83ee807340b3898fb36ecfdd7583 b2a546c64fc54282a2e890655544ec68 - - default default] Successfully bumped revision number for resource 9d7337c2-014e-4f42-8b7a-48584ccec313 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 531/1087] 10.0.0.4 () {34 vars in 683 bytes} [Tue Sep 1 19:49:53 2026] POST /v2.0/security-groups => generated 1660 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-01 19:49:53.630 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8f0d58cc-711e-4f12-ab5b-c458e5a5ce8b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:49:53.631 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8f0d58cc-711e-4f12-ab5b-c458e5a5ce8b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network e5ef94d8-dfcc-4733-bb80-4844c1e1fe46: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:53.713 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7696f336-1c0f-489b-9ab7-220f9160dc97 - - - - - -] OVN reports status down for port: 75364ea5-6b20-4c34-a9bf-6403edad1cb1 2026-09-01 19:49:53.744 7 INFO neutron.db.ovn_revision_numbers_db [None req-8f0d58cc-711e-4f12-ab5b-c458e5a5ce8b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 75364ea5-6b20-4c34-a9bf-6403edad1cb1 (type: ports) to 1 [pid: 7|app: 0|req: 557/1088] 10.0.0.4 () {34 vars in 669 bytes} [Tue Sep 1 19:49:52 2026] POST /v2.0/networks => generated 785 bytes in 794 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1089] 10.0.0.4 () {32 vars in 641 bytes} [Tue Sep 1 19:49:53 2026] GET /v2.0/ports => generated 3017 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:49:54.008 8 INFO neutron.db.ovn_revision_numbers_db [None req-b4a142c3-f093-467b-9547-d6f368aef1ce 9f2a83ee807340b3898fb36ecfdd7583 b2a546c64fc54282a2e890655544ec68 - - default default] Successfully bumped revision number for resource c320dbaf-7c6d-42ae-8c06-1e0a1d784658 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 533/1090] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:49:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:49:54.055 7 INFO neutron.db.ovn_revision_numbers_db [None req-20a6e53c-8745-4656-aa0c-79ae0a6c488e 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] Successfully bumped revision number for resource 7428c42f-a21f-4b59-943b-c9702b48344a (type: subnets) to 1 [pid: 7|app: 0|req: 558/1091] 10.0.0.4 () {34 vars in 739 bytes} [Tue Sep 1 19:49:53 2026] PUT /v2.0/subnets/7428c42f-a21f-4b59-943b-c9702b48344a => generated 636 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:54.168 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0a3f9152-3cfa-4609-a84d-dc8dccd135c7 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:49:54.170 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0a3f9152-3cfa-4609-a84d-dc8dccd135c7 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network e5ef94d8-dfcc-4733-bb80-4844c1e1fe46: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:54.188 7 INFO neutron_taas.services.taas.taas_plugin [None req-11051fce-e87f-4ef0-b5d0-9c6a63e51d39 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] TaaS: Handle Delete Port: 058d1e16-fcd2-40f8-8dab-f81e0da2b829 2026-09-01 19:49:54.191 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11051fce-e87f-4ef0-b5d0-9c6a63e51d39 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Tap Mirror: Handle Delete Port: 058d1e16-fcd2-40f8-8dab-f81e0da2b829 [pid: 7|app: 0|req: 559/1092] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:49:54 2026] DELETE /v2.0/ports/058d1e16-fcd2-40f8-8dab-f81e0da2b829 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:49:54.455 7 INFO neutron.db.ovn_revision_numbers_db [None req-bca4f94a-da77-48d1-a5a0-ad77d9bf342b 9f2a83ee807340b3898fb36ecfdd7583 b2a546c64fc54282a2e890655544ec68 - - default default] Successfully bumped revision number for resource 94166101-a5bb-41a0-9dc9-51f2a9421950 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 560/1093] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:49:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:49:54.707 7 INFO neutron_taas.services.taas.taas_plugin [None req-dce386a8-b3ef-47bf-92be-563b82d7e566 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] TaaS: Handle Delete Port: 82a99dd4-9af7-4153-9438-79f8d3ce9c5d 2026-09-01 19:49:54.712 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dce386a8-b3ef-47bf-92be-563b82d7e566 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] Tap Mirror: Handle Delete Port: 82a99dd4-9af7-4153-9438-79f8d3ce9c5d 2026-09-01 19:49:54.748 8 INFO neutron.db.ovn_revision_numbers_db [None req-41a4c763-0b72-43e6-a0cc-d487cf877b10 - - - - - -] Successfully bumped revision number for resource 75364ea5-6b20-4c34-a9bf-6403edad1cb1 (type: ports) to 2 2026-09-01 19:49:54.794 8 INFO neutron.db.ovn_revision_numbers_db [None req-41a4c763-0b72-43e6-a0cc-d487cf877b10 - - - - - -] Successfully bumped revision number for resource cbce7ab0-24e7-4baa-b100-bb340c292813 (type: subnets) to 0 [pid: 8|app: 0|req: 534/1094] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:49:54 2026] POST /v2.0/subnets => generated 691 bytes in 770 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:49:54.964 8 INFO neutron_taas.services.taas.taas_plugin [None req-8930be53-0bb3-4e65-b6e3-c20ddbca8409 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] TaaS: Handle Delete Port: a013b12e-6ae1-489b-96ef-45d2d7c6cb55 2026-09-01 19:49:54.967 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8930be53-0bb3-4e65-b6e3-c20ddbca8409 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Tap Mirror: Handle Delete Port: a013b12e-6ae1-489b-96ef-45d2d7c6cb55 2026-09-01 19:49:54.987 7 INFO neutron.services.segments.plugin [-] Segment cf989e3a-335c-4ea1-86ba-ba44f38ce9d2 resource provider aggregate not found 2026-09-01 19:49:54.996 7 INFO neutron.services.segments.plugin [-] Segment cf989e3a-335c-4ea1-86ba-ba44f38ce9d2 resource provider aggregate not found 2026-09-01 19:49:55.021 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cf989e3a-335c-4ea1-86ba-ba44f38ce9d2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf989e3a-335c-4ea1-86ba-ba44f38ce9d2 found for delete ", "request_id": "req-e93209ec-0da2-41d9-af7c-401c313427b8"}]} 2026-09-01 19:49:55.030 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cf989e3a-335c-4ea1-86ba-ba44f38ce9d2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf989e3a-335c-4ea1-86ba-ba44f38ce9d2 found for delete ", "request_id": "req-1850efb8-10d4-4d1c-811d-d7ecf401e70e"}]} [pid: 7|app: 0|req: 561/1095] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:49:54 2026] DELETE /v2.0/networks/d8c1d50e-2819-4bdd-8565-59ea6062ff50 => generated 0 bytes in 552 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1096] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:49:54 2026] DELETE /v2.0/ports/a013b12e-6ae1-489b-96ef-45d2d7c6cb55 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:49:55.255 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f2209b37-eed5-46b9-b7d1-d297bd507885 9f2a83ee807340b3898fb36ecfdd7583 b2a546c64fc54282a2e890655544ec68 - - default default] No more DHCP agents 2026-09-01 19:49:55.256 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f2209b37-eed5-46b9-b7d1-d297bd507885 9f2a83ee807340b3898fb36ecfdd7583 b2a546c64fc54282a2e890655544ec68 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:55.439 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a1d16ad4-66bc-405d-9dd9-fa8cdd755fd4 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:49:55.440 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a1d16ad4-66bc-405d-9dd9-fa8cdd755fd4 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 562/1097] 10.0.0.4 () {34 vars in 674 bytes} [Tue Sep 1 19:49:55 2026] POST /v2.0/floatingips => generated 552 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:49:55.485 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1f0c8614-6cfb-49ee-98d7-591e5c7537ea 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 563/1098] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:49:55 2026] DELETE /v2.0/networks/d8c1d50e-2819-4bdd-8565-59ea6062ff50 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:49:55.545 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a1969a49-c845-467e-a566-b7719084fdc0 - - - - - -] OVN reports status down for port: 33bc2eca-73d6-4ea7-8547-f7190548bd92 2026-09-01 19:49:55.560 8 INFO neutron.db.ovn_revision_numbers_db [None req-a1d16ad4-66bc-405d-9dd9-fa8cdd755fd4 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 33bc2eca-73d6-4ea7-8547-f7190548bd92 (type: ports) to 1 [pid: 7|app: 0|req: 564/1099] 10.0.0.4 () {32 vars in 641 bytes} [Tue Sep 1 19:49:55 2026] GET /v2.0/ports => generated 1523 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1100] 10.0.0.4 () {32 vars in 692 bytes} [Tue Sep 1 19:49:55 2026] GET /v2.0/networks?router%3Aexternal=True => generated 689 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:55.719 7 INFO neutron.db.segments_db [None req-f53326c8-bcb1-4ab6-8423-ce4df903e3ed 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Added segment f96f2bb8-f2fe-4bf7-a2aa-38e18ee562f0 of type geneve for network 9cc1649d-2ddb-4648-bedc-0426ca4b5671 2026-09-01 19:49:55.848 7 INFO neutron.db.ovn_revision_numbers_db [None req-f53326c8-bcb1-4ab6-8423-ce4df903e3ed 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Successfully bumped revision number for resource 9cc1649d-2ddb-4648-bedc-0426ca4b5671 (type: networks) to 1 2026-09-01 19:49:56.059 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f53326c8-bcb1-4ab6-8423-ce4df903e3ed 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] No more DHCP agents 2026-09-01 19:49:56.061 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f53326c8-bcb1-4ab6-8423-ce4df903e3ed 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Unable to schedule network 9cc1649d-2ddb-4648-bedc-0426ca4b5671: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:56.147 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7696f336-1c0f-489b-9ab7-220f9160dc97 - - - - - -] OVN reports status down for port: b16d73a6-5d3d-4671-9046-ffddabb513b0 2026-09-01 19:49:56.164 7 INFO neutron.db.ovn_revision_numbers_db [None req-f53326c8-bcb1-4ab6-8423-ce4df903e3ed 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Successfully bumped revision number for resource b16d73a6-5d3d-4671-9046-ffddabb513b0 (type: ports) to 1 [pid: 7|app: 0|req: 566/1101] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:49:55 2026] POST /v2.0/networks => generated 688 bytes in 582 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1102] 10.0.0.4 () {32 vars in 740 bytes} [Tue Sep 1 19:49:56 2026] GET /v2.0/subnets?network_id=ef59a445-5760-4c1b-9616-3cf3b867f0d6 => generated 649 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1103] 10.0.0.147 () {34 vars in 1098 bytes} [Tue Sep 1 19:49:56 2026] GET /v2.0/security-groups?name=tempest-securitygroup--573675105&fields=id&tenant_id=b2a546c64fc54282a2e890655544ec68 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:49:56.285 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-deb7c733-3afc-49a0-b2df-41f9bbb51836 - - - - - -] Schedule LRP lrp-33bc2eca-73d6-4ea7-8547-f7190548bd92 on gateway 981b1d13-d3f6-4b65-a230-c40efece3bd4 with priority 1 2026-09-01 19:49:56.332 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a1969a49-c845-467e-a566-b7719084fdc0 - - - - - -] OVN reports status up for port: 33bc2eca-73d6-4ea7-8547-f7190548bd92 2026-09-01 19:49:56.378 8 INFO neutron.db.ovn_revision_numbers_db [None req-a1d16ad4-66bc-405d-9dd9-fa8cdd755fd4 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 33bc2eca-73d6-4ea7-8547-f7190548bd92 (type: router_ports) to 1 2026-09-01 19:49:56.385 7 INFO neutron.plugins.ml2.plugin [None req-a1969a49-c845-467e-a566-b7719084fdc0 - - - - - -] Attempt 1 to provision port 33bc2eca-73d6-4ea7-8547-f7190548bd92 2026-09-01 19:49:56.426 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-9b1c7a7b-5717-432e-ae3c-377473ed3615 - - - - - -] Router 5f8f62c4-16f9-4bd1-9e12-75770e3fe06c is bound to host instance 2026-09-01 19:49:56.470 8 INFO neutron.db.ovn_revision_numbers_db [None req-a1d16ad4-66bc-405d-9dd9-fa8cdd755fd4 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 5f8f62c4-16f9-4bd1-9e12-75770e3fe06c (type: routers) to 2 [pid: 8|app: 0|req: 536/1104] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:49:55 2026] POST /v2.0/routers => generated 969 bytes in 1410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1105] 10.0.0.4 () {32 vars in 651 bytes} [Tue Sep 1 19:49:56 2026] GET /v2.0/extensions => generated 20541 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-09-01 19:49:56.510 7 INFO neutron.db.segments_db [None req-ecfabcf6-e966-4162-90d8-969c8dc699ef 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Added segment 16722ce2-af77-41d4-8315-f645d93fe6eb of type geneve for network 33ac9605-ccbe-4e9b-b730-bfa36cccb082 [pid: 8|app: 0|req: 538/1106] 10.0.0.147 () {34 vars in 982 bytes} [Tue Sep 1 19:49:56 2026] GET /v2.0/networks?id=706eac78-4b56-485c-bc33-6cbe66837309 => generated 713 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:56.796 7 INFO neutron.db.ovn_revision_numbers_db [None req-ecfabcf6-e966-4162-90d8-969c8dc699ef 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Successfully bumped revision number for resource 33ac9605-ccbe-4e9b-b730-bfa36cccb082 (type: networks) to 1 2026-09-01 19:49:57.035 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-408f288f-04a1-42cb-a179-8d0df1ec7cb1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:49:57.036 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-408f288f-04a1-42cb-a179-8d0df1ec7cb1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network e5ef94d8-dfcc-4733-bb80-4844c1e1fe46: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:57.172 8 INFO neutron.db.ovn_revision_numbers_db [None req-408f288f-04a1-42cb-a179-8d0df1ec7cb1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4353a3eb-d065-4ec6-b4fd-8c8fb098bc6f (type: ports) to 1 2026-09-01 19:49:57.203 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ecfabcf6-e966-4162-90d8-969c8dc699ef 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] No more DHCP agents 2026-09-01 19:49:57.207 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ecfabcf6-e966-4162-90d8-969c8dc699ef 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Unable to schedule network 33ac9605-ccbe-4e9b-b730-bfa36cccb082: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:57.297 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7696f336-1c0f-489b-9ab7-220f9160dc97 - - - - - -] OVN reports status down for port: 3b11acdd-4129-4d95-abbf-4a431b61069a 2026-09-01 19:49:57.385 7 INFO neutron.db.ovn_revision_numbers_db [None req-ecfabcf6-e966-4162-90d8-969c8dc699ef 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Successfully bumped revision number for resource 3b11acdd-4129-4d95-abbf-4a431b61069a (type: ports) to 1 [pid: 7|app: 0|req: 569/1109] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:49:56 2026] POST /v2.0/networks => generated 686 bytes in 1181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1110] 10.0.0.4 () {32 vars in 647 bytes} [Tue Sep 1 19:49:57 2026] GET /v2.0/networks => generated 1385 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1111] 10.0.0.147 () {34 vars in 965 bytes} [Tue Sep 1 19:49:57 2026] GET /v2.0/quotas/b2a546c64fc54282a2e890655544ec68 => generated 292 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:57.924 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-408f288f-04a1-42cb-a179-8d0df1ec7cb1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:49:57.926 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-408f288f-04a1-42cb-a179-8d0df1ec7cb1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network e5ef94d8-dfcc-4733-bb80-4844c1e1fe46: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:58.298 7 INFO neutron.db.ovn_revision_numbers_db [None req-9bdf0de4-f52a-4d9f-9636-b3fcb473e97a - - - - - -] Successfully bumped revision number for resource 33bc2eca-73d6-4ea7-8547-f7190548bd92 (type: ports) to 4 2026-09-01 19:49:58.428 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4ba0f583-9da9-4bfd-b8bc-5c51747be1d7 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] No more DHCP agents 2026-09-01 19:49:58.430 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4ba0f583-9da9-4bfd-b8bc-5c51747be1d7 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Unable to schedule network 9cc1649d-2ddb-4648-bedc-0426ca4b5671: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:58.858 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a1969a49-c845-467e-a566-b7719084fdc0 - - - - - -] OVN reports status down for port: 4353a3eb-d065-4ec6-b4fd-8c8fb098bc6f 2026-09-01 19:49:58.985 8 INFO neutron.db.ovn_revision_numbers_db [None req-408f288f-04a1-42cb-a179-8d0df1ec7cb1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4353a3eb-d065-4ec6-b4fd-8c8fb098bc6f (type: router_ports) to 1 [pid: 8|app: 0|req: 541/1112] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:49:56 2026] PUT /v2.0/routers/5f8f62c4-16f9-4bd1-9e12-75770e3fe06c/add_router_interface => generated 309 bytes in 2451 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1113] 10.0.0.4 () {32 vars in 645 bytes} [Tue Sep 1 19:49:58 2026] GET /v2.0/subnets => generated 1280 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1114] 10.0.0.147 () {34 vars in 1002 bytes} [Tue Sep 1 19:49:59 2026] GET /v2.0/ports?tenant_id=b2a546c64fc54282a2e890655544ec68&fields=id => generated 103 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:59.120 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a1969a49-c845-467e-a566-b7719084fdc0 - - - - - -] OVN reports status up for port: 4353a3eb-d065-4ec6-b4fd-8c8fb098bc6f [pid: 8|app: 0|req: 544/1115] 10.0.0.4 () {32 vars in 721 bytes} [Tue Sep 1 19:49:59 2026] GET /v2.0/networks/da68681c-be80-47c6-84fa-19cee9d9c142 => generated 707 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:59.196 7 INFO neutron.plugins.ml2.plugin [None req-a1969a49-c845-467e-a566-b7719084fdc0 - - - - - -] Attempt 1 to provision port 4353a3eb-d065-4ec6-b4fd-8c8fb098bc6f [pid: 8|app: 0|req: 545/1116] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:49:59 2026] GET /v2.0/subnets/4161f6ca-5cb8-4579-98a2-692bd893e660 => generated 641 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:49:59.237 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5e54488b-4479-49b4-9dd8-00487a4d7d56 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 546/1117] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:49:59 2026] DELETE /v2.0/subnets/7428c42f-a21f-4b59-943b-c9702b48344a => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:49:59.259 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7f82598c-6e07-46f3-86ba-eb705b3e1c44 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 547/1118] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:49:59 2026] DELETE /v2.0/networks/d8c1d50e-2819-4bdd-8565-59ea6062ff50 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:49:59.329 7 INFO neutron.db.ovn_revision_numbers_db [None req-9bdf0de4-f52a-4d9f-9636-b3fcb473e97a - - - - - -] Successfully bumped revision number for resource 33bc2eca-73d6-4ea7-8547-f7190548bd92 (type: ports) to 5 [pid: 8|app: 0|req: 548/1119] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:49:59 2026] DELETE /v2.0/subnets/4161f6ca-5cb8-4579-98a2-692bd893e660 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1120] 10.0.0.147 () {34 vars in 907 bytes} [Tue Sep 1 19:49:59 2026] GET /v2.0/extensions => generated 20541 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-09-01 19:49:59.644 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a7c04a6-d286-4689-b3c9-0e0f0854a0fd 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] TaaS: Handle Delete Port: 4df4e737-0531-41ec-be06-922783e88bb2 2026-09-01 19:49:59.647 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a7c04a6-d286-4689-b3c9-0e0f0854a0fd 0e9002f4fe244b5c99c149b2812e58f2 e5437d0fc50d4e50b83af2473f69d4f6 - - default default] Tap Mirror: Handle Delete Port: 4df4e737-0531-41ec-be06-922783e88bb2 2026-09-01 19:49:59.688 7 INFO neutron.db.ovn_revision_numbers_db [None req-ffdc4c31-32a8-46b6-830c-009ce5724244 - - - - - -] Successfully bumped revision number for resource b16d73a6-5d3d-4671-9046-ffddabb513b0 (type: ports) to 2 2026-09-01 19:49:59.767 7 INFO neutron.db.ovn_revision_numbers_db [None req-ffdc4c31-32a8-46b6-830c-009ce5724244 - - - - - -] Successfully bumped revision number for resource 1303a5b3-6066-4bbd-b6fc-9722efaaa932 (type: subnets) to 0 2026-09-01 19:49:59.827 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4ba0f583-9da9-4bfd-b8bc-5c51747be1d7 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] No more DHCP agents 2026-09-01 19:49:59.834 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4ba0f583-9da9-4bfd-b8bc-5c51747be1d7 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Unable to schedule network 33ac9605-ccbe-4e9b-b730-bfa36cccb082: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:49:59.867 8 INFO neutron.services.segments.plugin [-] Segment a9ddb1ba-3aac-41da-aaf4-842e1db4bed6 resource provider aggregate not found 2026-09-01 19:49:59.870 8 INFO neutron.services.segments.plugin [-] Segment a9ddb1ba-3aac-41da-aaf4-842e1db4bed6 resource provider aggregate not found 2026-09-01 19:49:59.895 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a9ddb1ba-3aac-41da-aaf4-842e1db4bed6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9ddb1ba-3aac-41da-aaf4-842e1db4bed6 found for delete ", "request_id": "req-b0664d4a-f5ad-4fab-b1ab-11a696149a88"}]} 2026-09-01 19:49:59.900 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a9ddb1ba-3aac-41da-aaf4-842e1db4bed6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9ddb1ba-3aac-41da-aaf4-842e1db4bed6 found for delete ", "request_id": "req-fcdd5865-054f-4564-9490-f6e8fda835bf"}]} [pid: 8|app: 0|req: 550/1121] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:49:59 2026] DELETE /v2.0/networks/da68681c-be80-47c6-84fa-19cee9d9c142 => generated 0 bytes in 435 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:50:00.145 8 INFO neutron.db.ovn_revision_numbers_db [None req-fa84ced0-6ee4-4a57-9da8-b8eee0b3cc3d b5d704bed3214d2e94517c5d7600033d 7c781f9b04bf44deb6eee17a13903d50 - - default default] Successfully bumped revision number for resource 5b8c73ac-14b5-4d05-be9d-725266c9dcd4 (type: security_groups) to 1 2026-09-01 19:50:00.158 8 INFO neutron.db.ovn_revision_numbers_db [None req-fa84ced0-6ee4-4a57-9da8-b8eee0b3cc3d b5d704bed3214d2e94517c5d7600033d 7c781f9b04bf44deb6eee17a13903d50 - - default default] Successfully bumped revision number for resource 4fc63ae0-b548-4aea-8c1d-d92981719beb (type: security_group_rules) to 0 2026-09-01 19:50:00.172 8 INFO neutron.db.ovn_revision_numbers_db [None req-fa84ced0-6ee4-4a57-9da8-b8eee0b3cc3d b5d704bed3214d2e94517c5d7600033d 7c781f9b04bf44deb6eee17a13903d50 - - default default] Successfully bumped revision number for resource af18f3e8-aec9-473f-9247-abbc6db3e765 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 551/1122] 10.0.0.4 () {34 vars in 683 bytes} [Tue Sep 1 19:49:59 2026] POST /v2.0/security-groups => generated 1660 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1123] 10.0.0.147 () {34 vars in 1008 bytes} [Tue Sep 1 19:50:00 2026] GET /v2.0/networks/706eac78-4b56-485c-bc33-6cbe66837309?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:00.332 7 INFO neutron.db.ovn_revision_numbers_db [None req-a1969a49-c845-467e-a566-b7719084fdc0 - - - - - -] Successfully bumped revision number for resource 4353a3eb-d065-4ec6-b4fd-8c8fb098bc6f (type: ports) to 2 2026-09-01 19:50:00.353 8 INFO neutron.db.ovn_revision_numbers_db [None req-7665ba98-0a5b-47ea-ac91-70574e256fee b5d704bed3214d2e94517c5d7600033d 7c781f9b04bf44deb6eee17a13903d50 - - default default] Successfully bumped revision number for resource fcb54a63-a21b-4bce-b9a7-159f8ccc9298 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 553/1124] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:50:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1125] 10.0.0.147 () {34 vars in 1108 bytes} [Tue Sep 1 19:50:00 2026] GET /v2.0/networks/706eac78-4b56-485c-bc33-6cbe66837309?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:00.564 8 INFO neutron.db.ovn_revision_numbers_db [None req-83e0f53f-16e5-42d7-9051-20319961892c b5d704bed3214d2e94517c5d7600033d 7c781f9b04bf44deb6eee17a13903d50 - - default default] Successfully bumped revision number for resource 31f6080a-8646-4a9c-85bd-ce4466ebb42f (type: security_group_rules) to 0 2026-09-01 19:50:00.596 7 INFO neutron.db.ovn_revision_numbers_db [None req-4c8a6d63-b237-4fdc-a21a-5911436ae2d7 - - - - - -] Successfully bumped revision number for resource 4353a3eb-d065-4ec6-b4fd-8c8fb098bc6f (type: router_ports) to 2 [pid: 8|app: 0|req: 555/1126] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:50:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:50:00.700 7 INFO neutron.db.ovn_revision_numbers_db [None req-eed92a23-1350-463e-ad31-4b97298b2bf8 - - - - - -] Successfully bumped revision number for resource 3b11acdd-4129-4d95-abbf-4a431b61069a (type: ports) to 2 [pid: 8|app: 0|req: 556/1127] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:50:00 2026] GET /v2.0/security-groups?tenant_id=e5437d0fc50d4e50b83af2473f69d4f6&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1128] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:00 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:00.740 7 INFO neutron.db.ovn_revision_numbers_db [None req-eed92a23-1350-463e-ad31-4b97298b2bf8 - - - - - -] Successfully bumped revision number for resource a73d5746-bb9d-404c-a66b-15c372f8aa11 (type: subnets) to 0 [pid: 7|app: 0|req: 572/1129] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:49:57 2026] POST /v2.0/subnets => generated 1274 bytes in 3143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-01 19:50:00.975 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d80f160e-e788-412b-afd2-15ddca8f46ec b5d704bed3214d2e94517c5d7600033d 7c781f9b04bf44deb6eee17a13903d50 - - default default] No more DHCP agents 2026-09-01 19:50:00.976 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d80f160e-e788-412b-afd2-15ddca8f46ec b5d704bed3214d2e94517c5d7600033d 7c781f9b04bf44deb6eee17a13903d50 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 573/1130] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:50:00 2026] DELETE /v2.0/security-groups/e3a2e8bf-06c9-4036-bedf-e1529beec090 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1131] 10.0.0.4 () {32 vars in 645 bytes} [Tue Sep 1 19:50:01 2026] GET /v2.0/subnets => generated 1910 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1132] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:01 2026] DELETE /v2.0/subnets/1303a5b3-6066-4bbd-b6fc-9722efaaa932 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1133] 10.0.0.4 () {34 vars in 674 bytes} [Tue Sep 1 19:50:00 2026] POST /v2.0/floatingips => generated 552 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1134] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:01 2026] DELETE /v2.0/subnets/a73d5746-bb9d-404c-a66b-15c372f8aa11 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1135] 10.0.0.4 () {32 vars in 645 bytes} [Tue Sep 1 19:50:01 2026] GET /v2.0/subnets => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:01.671 7 INFO neutron_taas.services.taas.taas_plugin [None req-97225e20-3e31-4d24-b38a-c9a7ca5c9d1d 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] TaaS: Handle Delete Port: 3b11acdd-4129-4d95-abbf-4a431b61069a 2026-09-01 19:50:01.680 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97225e20-3e31-4d24-b38a-c9a7ca5c9d1d 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Tap Mirror: Handle Delete Port: 3b11acdd-4129-4d95-abbf-4a431b61069a [pid: 8|app: 0|req: 560/1136] 10.0.0.147 () {34 vars in 1098 bytes} [Tue Sep 1 19:50:01 2026] GET /v2.0/security-groups?name=tempest-securitygroup--351728177&fields=id&tenant_id=7c781f9b04bf44deb6eee17a13903d50 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1137] 10.0.0.147 () {34 vars in 982 bytes} [Tue Sep 1 19:50:01 2026] GET /v2.0/networks?id=e5ef94d8-dfcc-4733-bb80-4844c1e1fe46 => generated 714 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1138] 10.0.0.147 () {34 vars in 965 bytes} [Tue Sep 1 19:50:01 2026] GET /v2.0/quotas/7c781f9b04bf44deb6eee17a13903d50 => 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: 563/1139] 10.0.0.147 () {34 vars in 1002 bytes} [Tue Sep 1 19:50:01 2026] GET /v2.0/ports?tenant_id=7c781f9b04bf44deb6eee17a13903d50&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:01.914 7 INFO neutron.services.segments.plugin [-] Segment 16722ce2-af77-41d4-8315-f645d93fe6eb resource provider aggregate not found 2026-09-01 19:50:01.930 7 INFO neutron.services.segments.plugin [-] Segment 16722ce2-af77-41d4-8315-f645d93fe6eb resource provider aggregate not found 2026-09-01 19:50:01.936 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 16722ce2-af77-41d4-8315-f645d93fe6eb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16722ce2-af77-41d4-8315-f645d93fe6eb found for delete ", "request_id": "req-305c0783-bc53-4285-ad09-c79ce125e289"}]} 2026-09-01 19:50:01.960 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 16722ce2-af77-41d4-8315-f645d93fe6eb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16722ce2-af77-41d4-8315-f645d93fe6eb found for delete ", "request_id": "req-c5f45550-ce0d-4378-a94c-dac4ea9b86d8"}]} [pid: 8|app: 0|req: 564/1140] 10.0.0.147 () {34 vars in 1008 bytes} [Tue Sep 1 19:50:01 2026] GET /v2.0/networks/e5ef94d8-dfcc-4733-bb80-4844c1e1fe46?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: 577/1141] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:50:01 2026] DELETE /v2.0/networks/33ac9605-ccbe-4e9b-b730-bfa36cccb082 => generated 0 bytes in 496 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1142] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:01 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => 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: 565/1143] 10.0.0.147 () {34 vars in 1108 bytes} [Tue Sep 1 19:50:01 2026] GET /v2.0/networks/e5ef94d8-dfcc-4733-bb80-4844c1e1fe46?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-09-01 19:50:02.196 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b926c26-5a80-4556-abb9-de6e1acde012 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] TaaS: Handle Delete Port: b16d73a6-5d3d-4671-9046-ffddabb513b0 2026-09-01 19:50:02.200 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b926c26-5a80-4556-abb9-de6e1acde012 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Tap Mirror: Handle Delete Port: b16d73a6-5d3d-4671-9046-ffddabb513b0 [pid: 8|app: 0|req: 566/1144] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:02 2026] GET /v2.0/ports?device_id=ae4f454d-6e03-4c6e-bea5-695051865051 => 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: 579/1145] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:50:02 2026] DELETE /v2.0/networks/9cc1649d-2ddb-4648-bedc-0426ca4b5671 => generated 0 bytes in 426 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:50:02.577 8 INFO neutron_taas.services.taas.taas_plugin [None req-0732a2df-6519-4135-97cd-be3a941fb563 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] TaaS: Handle Delete Port: 846663f6-bffa-49c9-a35b-97107f8159c7 2026-09-01 19:50:02.580 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0732a2df-6519-4135-97cd-be3a941fb563 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Tap Mirror: Handle Delete Port: 846663f6-bffa-49c9-a35b-97107f8159c7 2026-09-01 19:50:02.786 8 INFO neutron.services.segments.plugin [-] Segment d1d8ade6-f156-4694-8554-7ca1577a0032 resource provider aggregate not found 2026-09-01 19:50:02.792 8 INFO neutron.services.segments.plugin [-] Segment d1d8ade6-f156-4694-8554-7ca1577a0032 resource provider aggregate not found 2026-09-01 19:50:02.812 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d1d8ade6-f156-4694-8554-7ca1577a0032 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1d8ade6-f156-4694-8554-7ca1577a0032 found for delete ", "request_id": "req-496eb4db-cde4-4d9a-b6f7-da8d24e972b7"}]} 2026-09-01 19:50:02.813 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d1d8ade6-f156-4694-8554-7ca1577a0032 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1d8ade6-f156-4694-8554-7ca1577a0032 found for delete ", "request_id": "req-15a15345-54cd-456b-a57c-85cb38e0def2"}]} [pid: 8|app: 0|req: 567/1146] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:50:02 2026] DELETE /v2.0/networks/e01443ca-8f67-4b54-8f86-98436b0d336e => generated 0 bytes in 416 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:50:03.039 8 INFO neutron_taas.services.taas.taas_plugin [None req-be727d46-0dd7-443e-a9e8-065e3166a933 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] TaaS: Handle Delete Port: 6648b83a-4c1b-4290-8609-a88c805ba96b 2026-09-01 19:50:03.044 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be727d46-0dd7-443e-a9e8-065e3166a933 9e976d5edb5244bdacc6729e2ba0c2cc f2a54a360b244457a9a179485f0a3dc6 - - default default] Tap Mirror: Handle Delete Port: 6648b83a-4c1b-4290-8609-a88c805ba96b 2026-09-01 19:50:03.256 7 INFO neutron.db.ovn_revision_numbers_db [None req-a389d87a-c3ed-468c-80c4-47e6ac3241fa cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource f50f4efc-3af6-4e9f-9804-41b46cbd2216 (type: security_groups) to 1 2026-09-01 19:50:03.271 7 INFO neutron.db.ovn_revision_numbers_db [None req-a389d87a-c3ed-468c-80c4-47e6ac3241fa cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource 1de92b3d-3266-4c68-b7ad-fcd44c83652d (type: security_group_rules) to 0 2026-09-01 19:50:03.297 7 INFO neutron.db.ovn_revision_numbers_db [None req-a389d87a-c3ed-468c-80c4-47e6ac3241fa cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource 8e46ad82-304b-450a-8ad5-9cd6bf64b80d (type: security_group_rules) to 0 [pid: 8|app: 0|req: 568/1147] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:50:02 2026] DELETE /v2.0/networks/5cac5143-537c-4668-afd9-990edfdbd1b6 => generated 0 bytes in 443 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:50:03.316 7 INFO neutron.db.ovn_revision_numbers_db [None req-a389d87a-c3ed-468c-80c4-47e6ac3241fa cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource 9951ddfe-dd02-4305-9af1-12f166c6e8e2 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 569/1148] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:03 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:03.339 7 INFO neutron.db.ovn_revision_numbers_db [None req-a389d87a-c3ed-468c-80c4-47e6ac3241fa cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource bbdb3aef-c960-4cd4-a1ad-436ee44e511b (type: security_group_rules) to 0 [pid: 8|app: 0|req: 570/1149] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:03 2026] GET /v2.0/ports?device_id=ae4f454d-6e03-4c6e-bea5-695051865051 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:03.469 7 INFO neutron.db.segments_db [None req-a389d87a-c3ed-468c-80c4-47e6ac3241fa cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Added segment 97380913-9bf5-400c-838f-5e79647b52e2 of type geneve for network f3ba0b39-a0f6-460a-8790-03dfdad3a8a1 2026-09-01 19:50:03.639 7 INFO neutron.db.ovn_revision_numbers_db [None req-a389d87a-c3ed-468c-80c4-47e6ac3241fa cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource f3ba0b39-a0f6-460a-8790-03dfdad3a8a1 (type: networks) to 1 2026-09-01 19:50:03.818 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a389d87a-c3ed-468c-80c4-47e6ac3241fa cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] No more DHCP agents 2026-09-01 19:50:03.820 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a389d87a-c3ed-468c-80c4-47e6ac3241fa cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Unable to schedule network f3ba0b39-a0f6-460a-8790-03dfdad3a8a1: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:03.900 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4c8a6d63-b237-4fdc-a21a-5911436ae2d7 - - - - - -] OVN reports status down for port: 94dd91b9-4d34-4135-9050-674ceb3a6b8d 2026-09-01 19:50:03.970 7 INFO neutron.services.segments.plugin [-] Segment f96f2bb8-f2fe-4bf7-a2aa-38e18ee562f0 resource provider aggregate not found 2026-09-01 19:50:03.989 7 INFO neutron.db.ovn_revision_numbers_db [None req-a389d87a-c3ed-468c-80c4-47e6ac3241fa cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource 94dd91b9-4d34-4135-9050-674ceb3a6b8d (type: ports) to 1 2026-09-01 19:50:03.994 7 INFO neutron.services.segments.plugin [-] Segment f96f2bb8-f2fe-4bf7-a2aa-38e18ee562f0 resource provider aggregate not found 2026-09-01 19:50:04.000 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f96f2bb8-f2fe-4bf7-a2aa-38e18ee562f0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f96f2bb8-f2fe-4bf7-a2aa-38e18ee562f0 found for delete ", "request_id": "req-7064b8a4-ddfb-4e4e-a9e4-8eb65cb07665"}]} [pid: 7|app: 0|req: 580/1150] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:50:02 2026] POST /v2.0/networks => generated 672 bytes in 1204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:50:04.050 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f96f2bb8-f2fe-4bf7-a2aa-38e18ee562f0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f96f2bb8-f2fe-4bf7-a2aa-38e18ee562f0 found for delete ", "request_id": "req-7c1bd6d0-6472-48de-82bd-3b4c6c929491"}]} 2026-09-01 19:50:04.173 7 INFO neutron.db.segments_db [None req-a9f377a6-3db5-4075-853d-e608ad9edf38 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Added segment 107d2a39-c66f-439b-b260-7ac381c44d5e of type geneve for network 211124c3-4574-4602-b95e-5cdfdbb40476 [pid: 8|app: 0|req: 571/1151] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:50:03 2026] GET /v2.0/security-groups?tenant_id=f2a54a360b244457a9a179485f0a3dc6&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:50:04.276 7 INFO neutron.db.ovn_revision_numbers_db [None req-a9f377a6-3db5-4075-853d-e608ad9edf38 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource 211124c3-4574-4602-b95e-5cdfdbb40476 (type: networks) to 1 2026-09-01 19:50:04.423 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a9f377a6-3db5-4075-853d-e608ad9edf38 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] No more DHCP agents 2026-09-01 19:50:04.424 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a9f377a6-3db5-4075-853d-e608ad9edf38 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Unable to schedule network 211124c3-4574-4602-b95e-5cdfdbb40476: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:04.482 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4c8a6d63-b237-4fdc-a21a-5911436ae2d7 - - - - - -] OVN reports status down for port: 67b8b0a5-4775-40de-9e72-e828251589f5 [pid: 8|app: 0|req: 572/1152] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:50:04 2026] DELETE /v2.0/security-groups/506f4522-c36a-4b77-9b89-7f8512c9b364 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:50:04.536 7 INFO neutron.db.ovn_revision_numbers_db [None req-a9f377a6-3db5-4075-853d-e608ad9edf38 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource 67b8b0a5-4775-40de-9e72-e828251589f5 (type: ports) to 1 [pid: 8|app: 0|req: 573/1153] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:04 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => 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: 581/1154] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:50:04 2026] POST /v2.0/networks => generated 671 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1155] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:04 2026] GET /v2.0/ports?device_id=ae4f454d-6e03-4c6e-bea5-695051865051 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:04.803 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0d797746-b075-45a9-9132-065e8949812c cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] No more DHCP agents 2026-09-01 19:50:04.803 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0d797746-b075-45a9-9132-065e8949812c cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Unable to schedule network f3ba0b39-a0f6-460a-8790-03dfdad3a8a1: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:04.829 8 INFO neutron.services.segments.plugin [-] Segment 214994a2-a0f4-4a61-9f78-69d96b608bcc resource provider aggregate not found 2026-09-01 19:50:04.830 7 INFO neutron.db.ovn_revision_numbers_db [None req-0d797746-b075-45a9-9132-065e8949812c cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource 0039d52e-04a4-4888-ae7e-5199f7247ec0 (type: subnets) to 0 2026-09-01 19:50:04.839 8 INFO neutron.services.segments.plugin [-] Segment 214994a2-a0f4-4a61-9f78-69d96b608bcc resource provider aggregate not found [pid: 7|app: 0|req: 582/1156] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:50:04 2026] POST /v2.0/subnets => generated 646 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:50:04.846 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 214994a2-a0f4-4a61-9f78-69d96b608bcc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 214994a2-a0f4-4a61-9f78-69d96b608bcc found for delete ", "request_id": "req-5be48918-da81-4e7f-a2c3-d64e62acf0da"}]} 2026-09-01 19:50:04.868 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 214994a2-a0f4-4a61-9f78-69d96b608bcc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 214994a2-a0f4-4a61-9f78-69d96b608bcc found for delete ", "request_id": "req-3ddd183e-6812-41e2-8d11-fb0924822024"}]} [pid: 7|app: 0|req: 583/1157] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:50:04 2026] GET /v2.0/networks?id=706eac78-4b56-485c-bc33-6cbe66837309 => generated 713 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1158] 162.253.55.86 () {34 vars in 1049 bytes} [Tue Sep 1 19:50:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b2a546c64fc54282a2e890655544ec68 => generated 180 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:05.054 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7980d69c-4e29-40ac-88ea-f508602672fb cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] No more DHCP agents 2026-09-01 19:50:05.058 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7980d69c-4e29-40ac-88ea-f508602672fb cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Unable to schedule network 211124c3-4574-4602-b95e-5cdfdbb40476: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:05.080 8 INFO neutron.db.ovn_revision_numbers_db [None req-7980d69c-4e29-40ac-88ea-f508602672fb cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource 15514edd-d20a-46e1-bfba-bf47e0e0dcc8 (type: subnets) to 0 [pid: 8|app: 0|req: 575/1159] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:50:04 2026] POST /v2.0/subnets => generated 655 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:50:05.213 8 INFO neutron.db.ovn_revision_numbers_db [None req-463c5596-5408-4030-844f-abd14d8cdc44 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource fa9f52f2-93ea-415e-9267-cbd791c584a0 (type: routers) to 1 [pid: 8|app: 0|req: 576/1160] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:50:05 2026] POST /v2.0/routers => generated 606 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:50:05.240 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-87ef6f51-1da5-46f7-a059-e60d51e6fa49 req-1584b1ae-1202-496d-ba5d-2c6b986278bf 9f2a83ee807340b3898fb36ecfdd7583 b2a546c64fc54282a2e890655544ec68 - - default default] No more DHCP agents 2026-09-01 19:50:05.241 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-87ef6f51-1da5-46f7-a059-e60d51e6fa49 req-1584b1ae-1202-496d-ba5d-2c6b986278bf 9f2a83ee807340b3898fb36ecfdd7583 b2a546c64fc54282a2e890655544ec68 - - default default] Unable to schedule network 706eac78-4b56-485c-bc33-6cbe66837309: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:05.345 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4c8a6d63-b237-4fdc-a21a-5911436ae2d7 - - - - - -] OVN reports status down for port: fa1e9c7d-a37c-4114-94aa-72d90619d4eb 2026-09-01 19:50:05.437 7 INFO neutron.db.ovn_revision_numbers_db [req-87ef6f51-1da5-46f7-a059-e60d51e6fa49 req-1584b1ae-1202-496d-ba5d-2c6b986278bf 9f2a83ee807340b3898fb36ecfdd7583 b2a546c64fc54282a2e890655544ec68 - - default default] Successfully bumped revision number for resource fa1e9c7d-a37c-4114-94aa-72d90619d4eb (type: ports) to 1 [pid: 7|app: 0|req: 585/1161] 162.253.55.86 () {38 vars in 954 bytes} [Tue Sep 1 19:50:05 2026] POST /v2.0/ports => generated 958 bytes in 537 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-09-01 19:50:05.740 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b0f56753-ded9-4f90-8b71-e35b92020003 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] No more DHCP agents 2026-09-01 19:50:05.741 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b0f56753-ded9-4f90-8b71-e35b92020003 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Unable to schedule network f3ba0b39-a0f6-460a-8790-03dfdad3a8a1: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:05.838 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7696f336-1c0f-489b-9ab7-220f9160dc97 - - - - - -] OVN reports status down for port: 7fad28d2-ed68-4aa3-a237-a38d70984a69 2026-09-01 19:50:05.923 8 INFO neutron.db.ovn_revision_numbers_db [None req-b0f56753-ded9-4f90-8b71-e35b92020003 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource 7fad28d2-ed68-4aa3-a237-a38d70984a69 (type: ports) to 1 2026-09-01 19:50:05.993 7 INFO neutron.db.ovn_revision_numbers_db [req-87ef6f51-1da5-46f7-a059-e60d51e6fa49 req-51fe3da0-fe02-4dda-b10a-279b27c53abd 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource fa1e9c7d-a37c-4114-94aa-72d90619d4eb (type: ports) to 2 2026-09-01 19:50:06.425 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7696f336-1c0f-489b-9ab7-220f9160dc97 - - - - - -] OVN reports status up for port: 7fad28d2-ed68-4aa3-a237-a38d70984a69 2026-09-01 19:50:06.451 8 INFO neutron.plugins.ml2.plugin [None req-7696f336-1c0f-489b-9ab7-220f9160dc97 - - - - - -] Attempt 1 to provision port 7fad28d2-ed68-4aa3-a237-a38d70984a69 2026-09-01 19:50:06.577 7 INFO neutron.db.ovn_revision_numbers_db [req-87ef6f51-1da5-46f7-a059-e60d51e6fa49 req-51fe3da0-fe02-4dda-b10a-279b27c53abd 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource fa1e9c7d-a37c-4114-94aa-72d90619d4eb (type: ports) to 4 2026-09-01 19:50:06.578 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b0f56753-ded9-4f90-8b71-e35b92020003 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] No more DHCP agents 2026-09-01 19:50:06.580 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b0f56753-ded9-4f90-8b71-e35b92020003 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Unable to schedule network f3ba0b39-a0f6-460a-8790-03dfdad3a8a1: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 586/1162] 162.253.55.86 () {38 vars in 1027 bytes} [Tue Sep 1 19:50:05 2026] PUT /v2.0/ports/fa1e9c7d-a37c-4114-94aa-72d90619d4eb => generated 1208 bytes in 1053 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: 587/1163] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:06 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1164] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:06 2026] GET /v2.0/ports?device_id=ae4f454d-6e03-4c6e-bea5-695051865051 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:06.724 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f9a0d4f0-0d7b-42d7-b24f-dfa49beb0e6e'] response: {'name': 'network-changed', 'server_uuid': '2f910dec-57f8-4501-a490-7d5c67ee9461', 'tag': 'fa1e9c7d-a37c-4114-94aa-72d90619d4eb', 'status': 'completed', 'code': 200} 2026-09-01 19:50:07.010 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c0f84fa-3b0d-43ae-ab56-bdc6f8e678ab f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Successfully bumped revision number for resource 8c6e4993-5c76-440a-b67e-c3f0933b16ca (type: security_groups) to 1 2026-09-01 19:50:07.023 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c0f84fa-3b0d-43ae-ab56-bdc6f8e678ab f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Successfully bumped revision number for resource 98e21487-b997-4057-9ab2-dbb3e6ae2fc5 (type: security_group_rules) to 0 2026-09-01 19:50:07.029 8 INFO neutron.db.ovn_revision_numbers_db [None req-b0f56753-ded9-4f90-8b71-e35b92020003 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource 7fad28d2-ed68-4aa3-a237-a38d70984a69 (type: router_ports) to 1 2026-09-01 19:50:07.034 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c0f84fa-3b0d-43ae-ab56-bdc6f8e678ab f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Successfully bumped revision number for resource a8b6a08e-ac6e-41fe-9528-b920e0e4c27d (type: security_group_rules) to 0 [pid: 8|app: 0|req: 577/1165] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:50:05 2026] PUT /v2.0/routers/fa9f52f2-93ea-415e-9267-cbd791c584a0/add_router_interface => generated 309 bytes in 1804 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:07.045 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c0f84fa-3b0d-43ae-ab56-bdc6f8e678ab f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Successfully bumped revision number for resource b31d6281-f435-4af4-b254-ca55755f6f52 (type: security_group_rules) to 0 2026-09-01 19:50:07.056 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c0f84fa-3b0d-43ae-ab56-bdc6f8e678ab f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Successfully bumped revision number for resource f4be5a76-19b0-4603-805f-bd6045d23fa6 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 578/1166] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:07 2026] GET /v2.0/security-groups?id=e09ffc63-45ae-4d35-9731-6519c9e28f26&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-09-01 19:50:07.133 7 INFO neutron.db.segments_db [None req-0c0f84fa-3b0d-43ae-ab56-bdc6f8e678ab f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Added segment ecebbd2e-1dfe-4fd0-947b-5f4fb6d2ea7b of type geneve for network 4906a4de-7973-4801-a8d2-f660c97aa222 2026-09-01 19:50:07.239 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c0f84fa-3b0d-43ae-ab56-bdc6f8e678ab f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Successfully bumped revision number for resource 4906a4de-7973-4801-a8d2-f660c97aa222 (type: networks) to 1 [pid: 8|app: 0|req: 579/1167] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:50:07 2026] GET /v2.0/networks?id=e5ef94d8-dfcc-4733-bb80-4844c1e1fe46 => generated 714 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:07.325 8 INFO neutron.db.ovn_revision_numbers_db [None req-7696f336-1c0f-489b-9ab7-220f9160dc97 - - - - - -] Successfully bumped revision number for resource 7fad28d2-ed68-4aa3-a237-a38d70984a69 (type: ports) to 2 2026-09-01 19:50:07.401 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0c0f84fa-3b0d-43ae-ab56-bdc6f8e678ab f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] No more DHCP agents 2026-09-01 19:50:07.402 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0c0f84fa-3b0d-43ae-ab56-bdc6f8e678ab f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Unable to schedule network 4906a4de-7973-4801-a8d2-f660c97aa222: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:07.469 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4c8a6d63-b237-4fdc-a21a-5911436ae2d7 - - - - - -] OVN reports status down for port: 9e47f806-e820-4d7f-955a-c79a7dcb7267 [pid: 8|app: 0|req: 580/1168] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:50:07 2026] GET /v2.0/ports/7fad28d2-ed68-4aa3-a237-a38d70984a69 => generated 947 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1169] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:50:07 2026] GET /v2.0/ports?tenant_id=b2a546c64fc54282a2e890655544ec68&device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 1211 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:50:07.559 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c0f84fa-3b0d-43ae-ab56-bdc6f8e678ab f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Successfully bumped revision number for resource 9e47f806-e820-4d7f-955a-c79a7dcb7267 (type: ports) to 1 [pid: 8|app: 0|req: 582/1170] 162.253.55.86 () {34 vars in 1049 bytes} [Tue Sep 1 19:50:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7c781f9b04bf44deb6eee17a13903d50 => generated 180 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:07.612 8 INFO neutron.db.ovn_revision_numbers_db [None req-20a2e2ff-482a-4e03-a483-6d2a81c47f6d - - - - - -] Successfully bumped revision number for resource 7fad28d2-ed68-4aa3-a237-a38d70984a69 (type: router_ports) to 2 [pid: 7|app: 0|req: 589/1171] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:50:06 2026] POST /v2.0/networks => generated 687 bytes in 941 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1172] 162.253.55.86 () {34 vars in 1017 bytes} [Tue Sep 1 19:50:07 2026] GET /v2.0/networks?tenant_id=b2a546c64fc54282a2e890655544ec68&shared=False => generated 810 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:07.991 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-f0379743-c523-4b5d-b8a9-b5a3b807432e req-b0fbe6a6-19f5-4573-9474-f3399dac1899 b5d704bed3214d2e94517c5d7600033d 7c781f9b04bf44deb6eee17a13903d50 - - default default] No more DHCP agents 2026-09-01 19:50:07.992 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-f0379743-c523-4b5d-b8a9-b5a3b807432e req-b0fbe6a6-19f5-4573-9474-f3399dac1899 b5d704bed3214d2e94517c5d7600033d 7c781f9b04bf44deb6eee17a13903d50 - - default default] Unable to schedule network e5ef94d8-dfcc-4733-bb80-4844c1e1fe46: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:08.056 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-34825f77-227e-4c2a-980f-014b51ece006 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] No more DHCP agents 2026-09-01 19:50:08.057 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-34825f77-227e-4c2a-980f-014b51ece006 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Unable to schedule network 211124c3-4574-4602-b95e-5cdfdbb40476: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:08.100 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4c8a6d63-b237-4fdc-a21a-5911436ae2d7 - - - - - -] OVN reports status down for port: 84b214c1-e29a-41cb-9582-5299b1cf2090 2026-09-01 19:50:08.194 8 INFO neutron.db.ovn_revision_numbers_db [None req-34825f77-227e-4c2a-980f-014b51ece006 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource e1dcdafb-61de-4b4e-8311-06379238f29c (type: ports) to 1 2026-09-01 19:50:08.208 7 INFO neutron.db.ovn_revision_numbers_db [req-f0379743-c523-4b5d-b8a9-b5a3b807432e req-b0fbe6a6-19f5-4573-9474-f3399dac1899 b5d704bed3214d2e94517c5d7600033d 7c781f9b04bf44deb6eee17a13903d50 - - default default] Successfully bumped revision number for resource 84b214c1-e29a-41cb-9582-5299b1cf2090 (type: ports) to 1 2026-09-01 19:50:08.292 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4c8a6d63-b237-4fdc-a21a-5911436ae2d7 - - - - - -] OVN reports status down for port: e1dcdafb-61de-4b4e-8311-06379238f29c [pid: 7|app: 0|req: 591/1173] 162.253.55.86 () {38 vars in 954 bytes} [Tue Sep 1 19:50:07 2026] POST /v2.0/ports => generated 958 bytes in 686 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-09-01 19:50:08.629 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5dc094e2-8112-43f8-85cf-423b807df593 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] No more DHCP agents 2026-09-01 19:50:08.631 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5dc094e2-8112-43f8-85cf-423b807df593 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Unable to schedule network 4906a4de-7973-4801-a8d2-f660c97aa222: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:08.719 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-20a2e2ff-482a-4e03-a483-6d2a81c47f6d - - - - - -] OVN reports status down for port: 62778975-86fc-4caa-8f50-8d95cae13fee 2026-09-01 19:50:08.762 7 INFO neutron.db.ovn_revision_numbers_db [None req-5dc094e2-8112-43f8-85cf-423b807df593 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Successfully bumped revision number for resource 62778975-86fc-4caa-8f50-8d95cae13fee (type: ports) to 1 2026-09-01 19:50:08.794 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4c8a6d63-b237-4fdc-a21a-5911436ae2d7 - - - - - -] OVN reports status up for port: e1dcdafb-61de-4b4e-8311-06379238f29c 2026-09-01 19:50:08.814 7 INFO neutron.plugins.ml2.plugin [None req-4c8a6d63-b237-4fdc-a21a-5911436ae2d7 - - - - - -] Attempt 1 to provision port e1dcdafb-61de-4b4e-8311-06379238f29c [pid: 7|app: 0|req: 592/1174] 10.0.0.4 () {34 vars in 663 bytes} [Tue Sep 1 19:50:08 2026] POST /v2.0/ports => generated 779 bytes in 520 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-09-01 19:50:08.913 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-34825f77-227e-4c2a-980f-014b51ece006 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] No more DHCP agents 2026-09-01 19:50:08.915 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-34825f77-227e-4c2a-980f-014b51ece006 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Unable to schedule network 211124c3-4574-4602-b95e-5cdfdbb40476: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 593/1175] 162.253.55.86 () {34 vars in 929 bytes} [Tue Sep 1 19:50:08 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1176] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:08 2026] GET /v2.0/ports?device_id=ae4f454d-6e03-4c6e-bea5-695051865051 => generated 961 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:09.054 8 INFO neutron.db.ovn_revision_numbers_db [None req-34825f77-227e-4c2a-980f-014b51ece006 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource e1dcdafb-61de-4b4e-8311-06379238f29c (type: router_ports) to 1 [pid: 8|app: 0|req: 583/1177] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:50:07 2026] PUT /v2.0/routers/fa9f52f2-93ea-415e-9267-cbd791c584a0/add_router_interface => generated 309 bytes in 1449 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1178] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:09 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:09.268 7 INFO neutron.db.segments_db [None req-fe2dafaf-38a2-4282-ad97-dedfcf77e34c f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Added segment 3405897b-65fc-4e36-86ff-5b55b81d6ac3 of type geneve for network 9ec6c060-3cf3-4811-a9eb-0fcdba95ebce 2026-09-01 19:50:09.339 8 INFO neutron.db.ovn_revision_numbers_db [req-f0379743-c523-4b5d-b8a9-b5a3b807432e req-aa419324-b993-40c2-adc2-d29a9659a944 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource 84b214c1-e29a-41cb-9582-5299b1cf2090 (type: ports) to 2 2026-09-01 19:50:09.560 7 INFO neutron.db.ovn_revision_numbers_db [None req-fe2dafaf-38a2-4282-ad97-dedfcf77e34c f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Successfully bumped revision number for resource 9ec6c060-3cf3-4811-a9eb-0fcdba95ebce (type: networks) to 1 2026-09-01 19:50:09.570 7 INFO neutron.db.ovn_revision_numbers_db [None req-4c8a6d63-b237-4fdc-a21a-5911436ae2d7 - - - - - -] Successfully bumped revision number for resource e1dcdafb-61de-4b4e-8311-06379238f29c (type: ports) to 2 2026-09-01 19:50:09.600 8 INFO neutron.db.ovn_revision_numbers_db [req-f0379743-c523-4b5d-b8a9-b5a3b807432e req-aa419324-b993-40c2-adc2-d29a9659a944 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource 84b214c1-e29a-41cb-9582-5299b1cf2090 (type: ports) to 4 [pid: 8|app: 0|req: 584/1179] 162.253.55.86 () {38 vars in 1027 bytes} [Tue Sep 1 19:50:09 2026] PUT /v2.0/ports/84b214c1-e29a-41cb-9582-5299b1cf2090 => generated 1208 bytes in 565 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: 585/1180] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:09 2026] GET /v2.0/security-groups?id=5b8c73ac-14b5-4d05-be9d-725266c9dcd4&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1181] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:50:09 2026] GET /v2.0/ports/e1dcdafb-61de-4b4e-8311-06379238f29c => generated 955 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:09.709 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b53354b5-18e4-4f8a-842e-4c50726b2efa'] response: {'name': 'network-changed', 'server_uuid': 'ae4f454d-6e03-4c6e-bea5-695051865051', 'tag': '84b214c1-e29a-41cb-9582-5299b1cf2090', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 587/1182] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:09 2026] GET /v2.0/security-groups?id=e09ffc63-45ae-4d35-9731-6519c9e28f26&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1183] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:50:09 2026] GET /v2.0/ports/e1dcdafb-61de-4b4e-8311-06379238f29c => generated 955 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:09.787 7 INFO neutron.db.ovn_revision_numbers_db [None req-87523344-f710-41d1-956c-415bf4c79efd - - - - - -] Successfully bumped revision number for resource e1dcdafb-61de-4b4e-8311-06379238f29c (type: router_ports) to 2 2026-09-01 19:50:09.906 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fe2dafaf-38a2-4282-ad97-dedfcf77e34c f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] No more DHCP agents 2026-09-01 19:50:09.909 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fe2dafaf-38a2-4282-ad97-dedfcf77e34c f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Unable to schedule network 9ec6c060-3cf3-4811-a9eb-0fcdba95ebce: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:10.015 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-20a2e2ff-482a-4e03-a483-6d2a81c47f6d - - - - - -] OVN reports status down for port: 500d8669-9c23-478c-9473-7951bc3e18d5 2026-09-01 19:50:10.018 7 INFO neutron.db.ovn_revision_numbers_db [None req-fe2dafaf-38a2-4282-ad97-dedfcf77e34c f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Successfully bumped revision number for resource 500d8669-9c23-478c-9473-7951bc3e18d5 (type: ports) to 1 [pid: 7|app: 0|req: 596/1184] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:50:09 2026] POST /v2.0/networks => generated 674 bytes in 921 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1185] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:50:10 2026] GET /v2.0/ports?tenant_id=b2a546c64fc54282a2e890655544ec68&device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 1211 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:50:10.143 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2c2eb6d-d711-4d9e-80ed-de880f359880 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] TaaS: Handle Delete Port: e1dcdafb-61de-4b4e-8311-06379238f29c 2026-09-01 19:50:10.148 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2c2eb6d-d711-4d9e-80ed-de880f359880 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Tap Mirror: Handle Delete Port: e1dcdafb-61de-4b4e-8311-06379238f29c 2026-09-01 19:50:10.250 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4b36eb74-893b-49c7-bdfa-d9387cdab913 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] No more DHCP agents 2026-09-01 19:50:10.251 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4b36eb74-893b-49c7-bdfa-d9387cdab913 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Unable to schedule network 9ec6c060-3cf3-4811-a9eb-0fcdba95ebce: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:10.286 7 INFO neutron.db.ovn_revision_numbers_db [None req-4b36eb74-893b-49c7-bdfa-d9387cdab913 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Successfully bumped revision number for resource 2b37c800-c2bf-4c1c-ae95-7e843e49411f (type: subnets) to 0 [pid: 7|app: 0|req: 598/1186] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:50:10 2026] POST /v2.0/subnets => generated 646 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1187] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:50:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=fa1e9c7d-a37c-4114-94aa-72d90619d4eb => 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: 600/1188] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:50:10 2026] GET /v2.0/ports?tenant_id=7c781f9b04bf44deb6eee17a13903d50&device_id=ae4f454d-6e03-4c6e-bea5-695051865051 => generated 1211 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1189] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:50:09 2026] PUT /v2.0/routers/fa9f52f2-93ea-415e-9267-cbd791c584a0/remove_router_interface => generated 309 bytes in 719 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 590/1190] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:50:10 2026] GET /v2.0/subnets?id=3fff7547-ac63-45b9-b9bf-f637277d1a2e => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1191] 162.253.55.86 () {34 vars in 1017 bytes} [Tue Sep 1 19:50:10 2026] GET /v2.0/networks?tenant_id=7c781f9b04bf44deb6eee17a13903d50&shared=False => generated 813 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1192] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:50:10 2026] GET /v2.0/ports/7fad28d2-ed68-4aa3-a237-a38d70984a69 => generated 947 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1193] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:50:10 2026] GET /v2.0/ports?network_id=706eac78-4b56-485c-bc33-6cbe66837309&device_owner=network%3Adhcp => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:10.610 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c17bf228-0590-4c6a-b0af-f7f65ec42a68 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] No more DHCP agents 2026-09-01 19:50:10.611 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c17bf228-0590-4c6a-b0af-f7f65ec42a68 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Unable to schedule network 9ec6c060-3cf3-4811-a9eb-0fcdba95ebce: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 594/1194] 162.253.55.86 () {34 vars in 929 bytes} [Tue Sep 1 19:50:10 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:10.677 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-87523344-f710-41d1-956c-415bf4c79efd - - - - - -] OVN reports status down for port: 89adac90-6cbc-4608-833b-687a7a4eb975 2026-09-01 19:50:10.724 7 INFO neutron.db.ovn_revision_numbers_db [None req-c17bf228-0590-4c6a-b0af-f7f65ec42a68 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Successfully bumped revision number for resource 89adac90-6cbc-4608-833b-687a7a4eb975 (type: ports) to 1 [pid: 7|app: 0|req: 601/1195] 10.0.0.4 () {34 vars in 663 bytes} [Tue Sep 1 19:50:10 2026] POST /v2.0/ports => generated 964 bytes in 370 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: 602/1196] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:50:10 2026] GET /v2.0/networks/706eac78-4b56-485c-bc33-6cbe66837309?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1197] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:10 2026] GET /v2.0/ports?device_id=ae4f454d-6e03-4c6e-bea5-695051865051 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:11.023 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8d32010-a95e-4732-bee7-eae06ea1eb98 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] TaaS: Handle Delete Port: 7fad28d2-ed68-4aa3-a237-a38d70984a69 2026-09-01 19:50:11.027 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8d32010-a95e-4732-bee7-eae06ea1eb98 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Tap Mirror: Handle Delete Port: 7fad28d2-ed68-4aa3-a237-a38d70984a69 2026-09-01 19:50:11.037 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9c0df21-d494-495d-aedd-a0a9183ed593 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] TaaS: Handle Delete Port: 89adac90-6cbc-4608-833b-687a7a4eb975 2026-09-01 19:50:11.040 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9c0df21-d494-495d-aedd-a0a9183ed593 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Tap Mirror: Handle Delete Port: 89adac90-6cbc-4608-833b-687a7a4eb975 [pid: 7|app: 0|req: 604/1198] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:50:10 2026] DELETE /v2.0/ports/89adac90-6cbc-4608-833b-687a7a4eb975 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1199] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:11 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1200] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:50:11 2026] GET /v2.0/networks/706eac78-4b56-485c-bc33-6cbe66837309?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: 607/1201] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:11 2026] GET /v2.0/security-groups?id=5b8c73ac-14b5-4d05-be9d-725266c9dcd4&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:11.317 7 INFO neutron.pecan_wsgi.hooks.translation [None req-61276aa1-5ee2-4244-9d55-d54c717d18e0 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 608/1202] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:50:11 2026] DELETE /v2.0/ports/89adac90-6cbc-4608-833b-687a7a4eb975 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1203] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:11 2026] GET /v2.0/security-groups?id=e09ffc63-45ae-4d35-9731-6519c9e28f26&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1204] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:50:10 2026] PUT /v2.0/routers/fa9f52f2-93ea-415e-9267-cbd791c584a0/remove_router_interface => generated 309 bytes in 703 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-01 19:50:11.362 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4649249b-d74a-4347-bd95-4c0c5c49ee95 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 610/1205] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:50:11 2026] GET /v2.0/ports/89adac90-6cbc-4608-833b-687a7a4eb975 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1206] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:50:11 2026] GET /v2.0/ports?device_id=fa9f52f2-93ea-415e-9267-cbd791c584a0 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1207] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:11 2026] DELETE /v2.0/subnets/2b37c800-c2bf-4c1c-ae95-7e843e49411f => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:50:11.588 7 INFO neutron_taas.services.taas.taas_plugin [None req-deb29c00-5bca-4eab-9f7a-92a23644777c f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] TaaS: Handle Delete Port: 500d8669-9c23-478c-9473-7951bc3e18d5 2026-09-01 19:50:11.590 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-deb29c00-5bca-4eab-9f7a-92a23644777c f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Tap Mirror: Handle Delete Port: 500d8669-9c23-478c-9473-7951bc3e18d5 [pid: 8|app: 0|req: 597/1210] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:11 2026] DELETE /v2.0/routers/fa9f52f2-93ea-415e-9267-cbd791c584a0 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:50:11.757 7 INFO neutron.services.segments.plugin [-] Segment 3405897b-65fc-4e36-86ff-5b55b81d6ac3 resource provider aggregate not found 2026-09-01 19:50:11.763 7 INFO neutron.services.segments.plugin [-] Segment 3405897b-65fc-4e36-86ff-5b55b81d6ac3 resource provider aggregate not found 2026-09-01 19:50:11.781 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3405897b-65fc-4e36-86ff-5b55b81d6ac3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3405897b-65fc-4e36-86ff-5b55b81d6ac3 found for delete ", "request_id": "req-8c94c082-5f0a-4d16-ab0b-d67f59b52dc1"}]} 2026-09-01 19:50:11.789 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3405897b-65fc-4e36-86ff-5b55b81d6ac3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3405897b-65fc-4e36-86ff-5b55b81d6ac3 found for delete ", "request_id": "req-632d2430-31cf-4e85-9063-ce3177f03db9"}]} [pid: 8|app: 0|req: 598/1211] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:11 2026] DELETE /v2.0/subnets/15514edd-d20a-46e1-bfba-bf47e0e0dcc8 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1212] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:50:11 2026] DELETE /v2.0/networks/9ec6c060-3cf3-4811-a9eb-0fcdba95ebce => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1213] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:50:11 2026] GET /v2.0/ports?tenant_id=7c781f9b04bf44deb6eee17a13903d50&device_id=ae4f454d-6e03-4c6e-bea5-695051865051 => generated 1211 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:50:11.958 8 INFO neutron.db.segments_db [None req-980031ef-6dce-4dcd-8ffa-d7681dd9a9aa f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Added segment 7e2ed77b-69c8-4078-bac8-7ff329e06f34 of type geneve for network 51ab9948-8091-4d7c-a45b-0ec6b6115a81 [pid: 7|app: 0|req: 615/1214] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:11 2026] DELETE /v2.0/subnets/0039d52e-04a4-4888-ae7e-5199f7247ec0 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1215] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:50:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=84b214c1-e29a-41cb-9582-5299b1cf2090 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:12.065 8 INFO neutron.db.ovn_revision_numbers_db [None req-980031ef-6dce-4dcd-8ffa-d7681dd9a9aa f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Successfully bumped revision number for resource 51ab9948-8091-4d7c-a45b-0ec6b6115a81 (type: networks) to 1 2026-09-01 19:50:12.117 7 INFO neutron_taas.services.taas.taas_plugin [None req-954f19d6-4f2e-4f16-8301-07891fc5f3ce cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] TaaS: Handle Delete Port: 67b8b0a5-4775-40de-9e72-e828251589f5 2026-09-01 19:50:12.120 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-954f19d6-4f2e-4f16-8301-07891fc5f3ce cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Tap Mirror: Handle Delete Port: 67b8b0a5-4775-40de-9e72-e828251589f5 2026-09-01 19:50:12.199 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-980031ef-6dce-4dcd-8ffa-d7681dd9a9aa f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] No more DHCP agents 2026-09-01 19:50:12.200 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-980031ef-6dce-4dcd-8ffa-d7681dd9a9aa f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Unable to schedule network 51ab9948-8091-4d7c-a45b-0ec6b6115a81: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:12.263 8 INFO neutron.db.ovn_revision_numbers_db [None req-980031ef-6dce-4dcd-8ffa-d7681dd9a9aa f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Successfully bumped revision number for resource e5c48005-4b54-4fd4-86aa-163a180d1c86 (type: ports) to 1 2026-09-01 19:50:12.270 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-87523344-f710-41d1-956c-415bf4c79efd - - - - - -] OVN reports status down for port: e5c48005-4b54-4fd4-86aa-163a180d1c86 [pid: 8|app: 0|req: 600/1216] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:50:11 2026] POST /v2.0/networks => generated 674 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1217] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:50:12 2026] GET /v2.0/subnets?id=cbce7ab0-24e7-4baa-b100-bb340c292813 => generated 694 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1218] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:50:11 2026] DELETE /v2.0/networks/211124c3-4574-4602-b95e-5cdfdbb40476 => generated 0 bytes in 428 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1219] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:50:12 2026] GET /v2.0/ports?network_id=e5ef94d8-dfcc-4733-bb80-4844c1e1fe46&device_owner=network%3Adhcp => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:12.443 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-da0db5fd-94f5-4937-928c-3d241040f3a5 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] No more DHCP agents 2026-09-01 19:50:12.444 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-da0db5fd-94f5-4937-928c-3d241040f3a5 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Unable to schedule network 51ab9948-8091-4d7c-a45b-0ec6b6115a81: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:12.475 8 INFO neutron.db.ovn_revision_numbers_db [None req-da0db5fd-94f5-4937-928c-3d241040f3a5 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Successfully bumped revision number for resource 620d5aa2-b547-4afb-b425-68c93c389e9c (type: subnets) to 0 [pid: 7|app: 0|req: 619/1220] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:12 2026] GET /v2.0/ports?device_id=ae4f454d-6e03-4c6e-bea5-695051865051 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1221] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:50:12 2026] POST /v2.0/subnets => generated 646 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1222] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:12 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1223] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:50:12 2026] GET /v2.0/networks/e5ef94d8-dfcc-4733-bb80-4844c1e1fe46?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:12.604 7 INFO neutron_taas.services.taas.taas_plugin [None req-46940418-6091-47e3-970c-0d7a44898a1f cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] TaaS: Handle Delete Port: 94dd91b9-4d34-4135-9050-674ceb3a6b8d 2026-09-01 19:50:12.607 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46940418-6091-47e3-970c-0d7a44898a1f cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Tap Mirror: Handle Delete Port: 94dd91b9-4d34-4135-9050-674ceb3a6b8d [pid: 8|app: 0|req: 605/1224] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:12 2026] GET /v2.0/security-groups?id=5b8c73ac-14b5-4d05-be9d-725266c9dcd4&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1225] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:50:12 2026] DELETE /v2.0/networks/f3ba0b39-a0f6-460a-8790-03dfdad3a8a1 => generated 0 bytes in 376 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:50:12.868 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f43d10a6-331f-42ad-b8c6-82dc82f5fcff f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] No more DHCP agents 2026-09-01 19:50:12.869 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f43d10a6-331f-42ad-b8c6-82dc82f5fcff f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Unable to schedule network 51ab9948-8091-4d7c-a45b-0ec6b6115a81: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 621/1226] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:12 2026] GET /v2.0/security-groups?id=e09ffc63-45ae-4d35-9731-6519c9e28f26&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-09-01 19:50:12.984 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-20a2e2ff-482a-4e03-a483-6d2a81c47f6d - - - - - -] OVN reports status down for port: 50c33775-7024-47aa-8835-eadee922fa3a [pid: 7|app: 0|req: 622/1227] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:50:12 2026] GET /v2.0/networks/e5ef94d8-dfcc-4733-bb80-4844c1e1fe46?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:13.059 8 INFO neutron.db.ovn_revision_numbers_db [None req-f43d10a6-331f-42ad-b8c6-82dc82f5fcff f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Successfully bumped revision number for resource 50c33775-7024-47aa-8835-eadee922fa3a (type: ports) to 1 2026-09-01 19:50:13.097 7 INFO neutron.db.segments_db [None req-c5ef9879-2c2a-4ff6-ad0a-060dc3d95d98 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Added segment 7af86c1d-72e7-4239-9b3b-ab6f7e88cc5b of type geneve for network 5a1cd67d-2a26-4e0a-aba1-0465926f51e8 [pid: 8|app: 0|req: 606/1228] 10.0.0.4 () {34 vars in 663 bytes} [Tue Sep 1 19:50:12 2026] POST /v2.0/ports => generated 928 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:50:13.209 7 INFO neutron.db.ovn_revision_numbers_db [None req-c5ef9879-2c2a-4ff6-ad0a-060dc3d95d98 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource 5a1cd67d-2a26-4e0a-aba1-0465926f51e8 (type: networks) to 1 2026-09-01 19:50:13.287 8 INFO neutron_taas.services.taas.taas_plugin [None req-55874e56-20db-48cc-92b3-2ef5f490b272 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] TaaS: Handle Delete Port: 50c33775-7024-47aa-8835-eadee922fa3a 2026-09-01 19:50:13.290 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55874e56-20db-48cc-92b3-2ef5f490b272 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Tap Mirror: Handle Delete Port: 50c33775-7024-47aa-8835-eadee922fa3a 2026-09-01 19:50:13.400 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c5ef9879-2c2a-4ff6-ad0a-060dc3d95d98 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] No more DHCP agents 2026-09-01 19:50:13.401 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c5ef9879-2c2a-4ff6-ad0a-060dc3d95d98 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Unable to schedule network 5a1cd67d-2a26-4e0a-aba1-0465926f51e8: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 607/1229] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:50:13 2026] DELETE /v2.0/ports/50c33775-7024-47aa-8835-eadee922fa3a => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:50:13.453 8 INFO neutron.pecan_wsgi.hooks.translation [None req-728bef2f-8e88-44b3-972d-daaffaaae3a6 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 608/1230] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:50:13 2026] GET /v2.0/ports/50c33775-7024-47aa-8835-eadee922fa3a => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:50:13.455 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-87523344-f710-41d1-956c-415bf4c79efd - - - - - -] OVN reports status down for port: c5bea381-596c-4aba-b540-c204afd85470 2026-09-01 19:50:13.493 7 INFO neutron.db.ovn_revision_numbers_db [None req-c5ef9879-2c2a-4ff6-ad0a-060dc3d95d98 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource c5bea381-596c-4aba-b540-c204afd85470 (type: ports) to 1 [pid: 7|app: 0|req: 623/1231] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:50:12 2026] POST /v2.0/networks => generated 671 bytes in 533 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1232] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:13 2026] DELETE /v2.0/subnets/620d5aa2-b547-4afb-b425-68c93c389e9c => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:50:13.747 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5b76fb5f-cb5a-4b9d-b2da-59453a88a1e2 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] No more DHCP agents 2026-09-01 19:50:13.749 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5b76fb5f-cb5a-4b9d-b2da-59453a88a1e2 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Unable to schedule network 5a1cd67d-2a26-4e0a-aba1-0465926f51e8: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 610/1233] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:13 2026] GET /v2.0/ports?device_id=ae4f454d-6e03-4c6e-bea5-695051865051 => generated 973 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:13.809 7 INFO neutron.db.ovn_revision_numbers_db [None req-5b76fb5f-cb5a-4b9d-b2da-59453a88a1e2 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource c3176da4-2d42-466d-9465-04970c84cc42 (type: subnets) to 0 2026-09-01 19:50:13.811 7 INFO neutron.services.segments.plugin [-] Segment 107d2a39-c66f-439b-b260-7ac381c44d5e resource provider aggregate not found 2026-09-01 19:50:13.822 7 INFO neutron.services.segments.plugin [-] Segment 107d2a39-c66f-439b-b260-7ac381c44d5e resource provider aggregate not found [pid: 7|app: 0|req: 624/1234] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:50:13 2026] POST /v2.0/subnets => generated 646 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:50:13.851 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 107d2a39-c66f-439b-b260-7ac381c44d5e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 107d2a39-c66f-439b-b260-7ac381c44d5e found for delete ", "request_id": "req-20a15a54-131b-42fe-88b0-2294fc962dac"}]} 2026-09-01 19:50:13.857 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 107d2a39-c66f-439b-b260-7ac381c44d5e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 107d2a39-c66f-439b-b260-7ac381c44d5e found for delete ", "request_id": "req-3ba0e3f3-f70a-4a67-ac37-ef8549549bf3"}]} 2026-09-01 19:50:13.886 7 INFO neutron.services.segments.plugin [-] Segment 97380913-9bf5-400c-838f-5e79647b52e2 resource provider aggregate not found 2026-09-01 19:50:13.887 7 INFO neutron.services.segments.plugin [-] Segment 97380913-9bf5-400c-838f-5e79647b52e2 resource provider aggregate not found 2026-09-01 19:50:13.910 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 97380913-9bf5-400c-838f-5e79647b52e2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97380913-9bf5-400c-838f-5e79647b52e2 found for delete ", "request_id": "req-119867a5-b9fd-41c3-a29a-5ccb266e818e"}]} [pid: 7|app: 0|req: 625/1235] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:13 2026] GET /v2.0/security-groups?id=5b8c73ac-14b5-4d05-be9d-725266c9dcd4&fields=id&fields=name => generated 113 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:13.939 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 97380913-9bf5-400c-838f-5e79647b52e2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97380913-9bf5-400c-838f-5e79647b52e2 found for delete ", "request_id": "req-1a707e03-6f1b-47df-b13f-ca6842778f15"}]} 2026-09-01 19:50:13.943 8 INFO neutron_taas.services.taas.taas_plugin [None req-2de35f78-1f3f-4ebe-96a3-6bcda95b2599 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] TaaS: Handle Delete Port: e5c48005-4b54-4fd4-86aa-163a180d1c86 2026-09-01 19:50:13.947 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2de35f78-1f3f-4ebe-96a3-6bcda95b2599 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Tap Mirror: Handle Delete Port: e5c48005-4b54-4fd4-86aa-163a180d1c86 2026-09-01 19:50:13.980 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-87523344-f710-41d1-956c-415bf4c79efd - - - - - -] OVN reports status up for port: fa1e9c7d-a37c-4114-94aa-72d90619d4eb 2026-09-01 19:50:14.007 7 INFO neutron.plugins.ml2.plugin [None req-87523344-f710-41d1-956c-415bf4c79efd - - - - - -] Attempt 1 to provision port fa1e9c7d-a37c-4114-94aa-72d90619d4eb 2026-09-01 19:50:14.146 7 INFO neutron.db.ovn_revision_numbers_db [None req-6f87cf8c-48f4-4f3a-850b-02d318e1ad02 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource e5eab7fe-9f0c-4093-b064-27b926f3cca6 (type: routers) to 1 [pid: 7|app: 0|req: 626/1236] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:50:13 2026] POST /v2.0/routers => generated 607 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:50:14.200 8 INFO neutron.services.segments.plugin [-] Segment 7e2ed77b-69c8-4078-bac8-7ff329e06f34 resource provider aggregate not found 2026-09-01 19:50:14.210 8 INFO neutron.services.segments.plugin [-] Segment 7e2ed77b-69c8-4078-bac8-7ff329e06f34 resource provider aggregate not found 2026-09-01 19:50:14.227 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5e889331-bb6f-454b-93d7-d1a93066c8da'] response: {'server_uuid': '2f910dec-57f8-4501-a490-7d5c67ee9461', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fa1e9c7d-a37c-4114-94aa-72d90619d4eb', 'code': 200} 2026-09-01 19:50:14.229 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7e2ed77b-69c8-4078-bac8-7ff329e06f34 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e2ed77b-69c8-4078-bac8-7ff329e06f34 found for delete ", "request_id": "req-0548ea6c-0b14-4af4-af4a-d868f535df10"}]} 2026-09-01 19:50:14.246 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7e2ed77b-69c8-4078-bac8-7ff329e06f34 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e2ed77b-69c8-4078-bac8-7ff329e06f34 found for delete ", "request_id": "req-b429b471-4183-4709-ac0c-fff77933884c"}]} [pid: 7|app: 0|req: 627/1237] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:14 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1238] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:50:13 2026] DELETE /v2.0/networks/51ab9948-8091-4d7c-a45b-0ec6b6115a81 => generated 0 bytes in 474 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1239] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:14 2026] GET /v2.0/security-groups?id=e09ffc63-45ae-4d35-9731-6519c9e28f26&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:14.468 7 INFO neutron.db.ovn_revision_numbers_db [None req-87523344-f710-41d1-956c-415bf4c79efd - - - - - -] Successfully bumped revision number for resource fa1e9c7d-a37c-4114-94aa-72d90619d4eb (type: ports) to 5 2026-09-01 19:50:14.518 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-eb5248d7-7a90-4df1-a7af-4d918214c082 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] No more DHCP agents 2026-09-01 19:50:14.519 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-eb5248d7-7a90-4df1-a7af-4d918214c082 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Unable to schedule network 4906a4de-7973-4801-a8d2-f660c97aa222: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:14.624 8 INFO neutron.db.ovn_revision_numbers_db [None req-eb5248d7-7a90-4df1-a7af-4d918214c082 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Successfully bumped revision number for resource 307c65ae-9018-43b8-9b04-691137197bc9 (type: ports) to 1 [pid: 8|app: 0|req: 613/1240] 10.0.0.4 () {34 vars in 663 bytes} [Tue Sep 1 19:50:14 2026] POST /v2.0/ports => generated 778 bytes in 364 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-09-01 19:50:14.698 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c3695c00-0b24-46df-8c24-9a94185ebefb - - - - - -] OVN reports status down for port: 307c65ae-9018-43b8-9b04-691137197bc9 2026-09-01 19:50:14.807 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a3bf77df-a5be-404e-b096-a463bd37a006 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] No more DHCP agents 2026-09-01 19:50:14.808 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a3bf77df-a5be-404e-b096-a463bd37a006 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Unable to schedule network 5a1cd67d-2a26-4e0a-aba1-0465926f51e8: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:14.909 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-20a2e2ff-482a-4e03-a483-6d2a81c47f6d - - - - - -] OVN reports status down for port: c8416e5e-628d-42d9-a039-60b8516dbd0b 2026-09-01 19:50:14.938 7 INFO neutron.db.ovn_revision_numbers_db [None req-a3bf77df-a5be-404e-b096-a463bd37a006 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource c8416e5e-628d-42d9-a039-60b8516dbd0b (type: ports) to 1 [pid: 7|app: 0|req: 628/1241] 10.0.0.4 () {34 vars in 663 bytes} [Tue Sep 1 19:50:14 2026] POST /v2.0/ports => generated 963 bytes in 718 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-09-01 19:50:15.002 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c3695c00-0b24-46df-8c24-9a94185ebefb - - - - - -] OVN reports status down for port: 307c65ae-9018-43b8-9b04-691137197bc9 2026-09-01 19:50:15.044 8 INFO neutron.db.ovn_revision_numbers_db [None req-8cafa9aa-56b8-4732-90b5-16a0cab0577a f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Successfully bumped revision number for resource 307c65ae-9018-43b8-9b04-691137197bc9 (type: ports) to 2 [pid: 8|app: 0|req: 614/1242] 10.0.0.4 () {34 vars in 735 bytes} [Tue Sep 1 19:50:14 2026] PUT /v2.0/ports/307c65ae-9018-43b8-9b04-691137197bc9 => generated 752 bytes in 386 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: 615/1243] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:15 2026] GET /v2.0/ports?device_id=ae4f454d-6e03-4c6e-bea5-695051865051 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:15.195 8 INFO neutron_taas.services.taas.taas_plugin [None req-f325b8ec-aeac-404a-ba5e-6feb3d7e58d2 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] TaaS: Handle Delete Port: 307c65ae-9018-43b8-9b04-691137197bc9 2026-09-01 19:50:15.198 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f325b8ec-aeac-404a-ba5e-6feb3d7e58d2 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Tap Mirror: Handle Delete Port: 307c65ae-9018-43b8-9b04-691137197bc9 [pid: 8|app: 0|req: 616/1244] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:50:15 2026] DELETE /v2.0/ports/307c65ae-9018-43b8-9b04-691137197bc9 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1245] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:15 2026] GET /v2.0/security-groups?id=5b8c73ac-14b5-4d05-be9d-725266c9dcd4&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1246] 10.0.0.4 () {32 vars in 641 bytes} [Tue Sep 1 19:50:15 2026] GET /v2.0/ports => generated 1538 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1247] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:15 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:15.451 8 INFO neutron.pecan_wsgi.hooks.translation [None req-61368ffe-c8dc-4e5c-be7c-f14a7ed65b52 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 620/1248] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:50:15 2026] GET /v2.0/ports/307c65ae-9018-43b8-9b04-691137197bc9 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:50:15.495 7 INFO neutron.db.ovn_revision_numbers_db [None req-52cd97c2-1830-46c4-a085-f101984071e1 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource c8416e5e-628d-42d9-a039-60b8516dbd0b (type: ports) to 2 [pid: 8|app: 0|req: 621/1249] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:15 2026] GET /v2.0/security-groups?id=e09ffc63-45ae-4d35-9731-6519c9e28f26&fields=id&fields=name => generated 113 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:15.538 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-20a2e2ff-482a-4e03-a483-6d2a81c47f6d - - - - - -] OVN reports status up for port: c8416e5e-628d-42d9-a039-60b8516dbd0b 2026-09-01 19:50:15.564 8 INFO neutron.plugins.ml2.plugin [None req-20a2e2ff-482a-4e03-a483-6d2a81c47f6d - - - - - -] Attempt 1 to provision port c8416e5e-628d-42d9-a039-60b8516dbd0b [pid: 8|app: 0|req: 622/1250] 10.0.0.4 () {32 vars in 641 bytes} [Tue Sep 1 19:50:15 2026] GET /v2.0/ports => generated 1538 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1251] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:50:15 2026] GET /v2.0/ports/62778975-86fc-4caa-8f50-8d95cae13fee => generated 779 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:15.680 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7096effb-d422-4a1f-a935-2d7ae4e77989 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 624/1252] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:50:15 2026] DELETE /v2.0/ports/50c33775-7024-47aa-8835-eadee922fa3a => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:50:15.728 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eaff8144-c6ba-4c39-845e-d9d1f7d4b1e7 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] DELETE failed (client error): The resource could not be found. 2026-09-01 19:50:15.730 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c3695c00-0b24-46df-8c24-9a94185ebefb - - - - - -] OVN reports status up for port: 84b214c1-e29a-41cb-9582-5299b1cf2090 [pid: 8|app: 0|req: 625/1253] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:15 2026] DELETE /v2.0/subnets/620d5aa2-b547-4afb-b425-68c93c389e9c => generated 136 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:50:15.763 7 INFO neutron.plugins.ml2.plugin [None req-c3695c00-0b24-46df-8c24-9a94185ebefb - - - - - -] Attempt 1 to provision port 84b214c1-e29a-41cb-9582-5299b1cf2090 2026-09-01 19:50:15.776 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d277fa73-450f-4cbb-a8eb-6b72ddbda0bf f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 626/1254] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:15 2026] DELETE /v2.0/subnets/2b37c800-c2bf-4c1c-ae95-7e843e49411f => generated 136 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:50:16.009 8 INFO neutron_taas.services.taas.taas_plugin [None req-92a3b20b-f010-4586-a1fd-60be83cd054f f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] TaaS: Handle Delete Port: 62778975-86fc-4caa-8f50-8d95cae13fee 2026-09-01 19:50:16.016 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92a3b20b-f010-4586-a1fd-60be83cd054f f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Tap Mirror: Handle Delete Port: 62778975-86fc-4caa-8f50-8d95cae13fee 2026-09-01 19:50:16.078 7 INFO neutron.db.ovn_revision_numbers_db [None req-c3695c00-0b24-46df-8c24-9a94185ebefb - - - - - -] Successfully bumped revision number for resource 84b214c1-e29a-41cb-9582-5299b1cf2090 (type: ports) to 5 2026-09-01 19:50:16.230 8 INFO neutron.db.ovn_revision_numbers_db [None req-20a2e2ff-482a-4e03-a483-6d2a81c47f6d - - - - - -] Successfully bumped revision number for resource c8416e5e-628d-42d9-a039-60b8516dbd0b (type: ports) to 3 2026-09-01 19:50:16.282 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f656dbe-501e-41c2-9578-eaf626fa1ae8'] response: {'server_uuid': '2f910dec-57f8-4501-a490-7d5c67ee9461', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fa1e9c7d-a37c-4114-94aa-72d90619d4eb', 'code': 200} 2026-09-01 19:50:16.282 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f656dbe-501e-41c2-9578-eaf626fa1ae8'] response: {'server_uuid': 'ae4f454d-6e03-4c6e-bea5-695051865051', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '84b214c1-e29a-41cb-9582-5299b1cf2090', 'code': 200} 2026-09-01 19:50:16.282 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f656dbe-501e-41c2-9578-eaf626fa1ae8'] response: {'server_uuid': 'ae4f454d-6e03-4c6e-bea5-695051865051', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '84b214c1-e29a-41cb-9582-5299b1cf2090', 'code': 200} [pid: 8|app: 0|req: 627/1255] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:50:15 2026] DELETE /v2.0/ports/62778975-86fc-4caa-8f50-8d95cae13fee => generated 0 bytes in 540 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-09-01 19:50:16.492 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2f1f75c-dc8d-41a8-87c1-e2335bad09a2 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] TaaS: Handle Delete Port: 9e47f806-e820-4d7f-955a-c79a7dcb7267 2026-09-01 19:50:16.495 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2f1f75c-dc8d-41a8-87c1-e2335bad09a2 f85639a76c934f2ab1d2d0226a50bd1e 6b2b64b1e04848b2bfc255b2dffb0241 - - default default] Tap Mirror: Handle Delete Port: 9e47f806-e820-4d7f-955a-c79a7dcb7267 2026-09-01 19:50:16.647 8 INFO neutron.services.segments.plugin [-] Segment ecebbd2e-1dfe-4fd0-947b-5f4fb6d2ea7b resource provider aggregate not found 2026-09-01 19:50:16.661 8 INFO neutron.services.segments.plugin [-] Segment ecebbd2e-1dfe-4fd0-947b-5f4fb6d2ea7b resource provider aggregate not found 2026-09-01 19:50:16.674 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ecebbd2e-1dfe-4fd0-947b-5f4fb6d2ea7b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecebbd2e-1dfe-4fd0-947b-5f4fb6d2ea7b found for delete ", "request_id": "req-ef3a2efe-21ee-4bd0-b333-57b8c83943d5"}]} 2026-09-01 19:50:16.677 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ecebbd2e-1dfe-4fd0-947b-5f4fb6d2ea7b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecebbd2e-1dfe-4fd0-947b-5f4fb6d2ea7b found for delete ", "request_id": "req-73c78f9c-4983-4216-95f1-8dc3ef474544"}]} [pid: 8|app: 0|req: 628/1256] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:50:16 2026] DELETE /v2.0/networks/4906a4de-7973-4801-a8d2-f660c97aa222 => generated 0 bytes in 375 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1257] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:16 2026] GET /v2.0/ports?device_id=ae4f454d-6e03-4c6e-bea5-695051865051 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1258] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:16 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:16.819 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-52cd97c2-1830-46c4-a085-f101984071e1 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] No more DHCP agents 2026-09-01 19:50:16.820 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-52cd97c2-1830-46c4-a085-f101984071e1 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Unable to schedule network 5a1cd67d-2a26-4e0a-aba1-0465926f51e8: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 631/1259] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:16 2026] GET /v2.0/security-groups?id=5b8c73ac-14b5-4d05-be9d-725266c9dcd4&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1260] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:16 2026] GET /v2.0/security-groups?id=e09ffc63-45ae-4d35-9731-6519c9e28f26&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: 633/1261] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:16 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:17.056 7 INFO neutron.db.ovn_revision_numbers_db [None req-52cd97c2-1830-46c4-a085-f101984071e1 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource c8416e5e-628d-42d9-a039-60b8516dbd0b (type: router_ports) to 3 [pid: 7|app: 0|req: 629/1262] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:50:14 2026] PUT /v2.0/routers/e5eab7fe-9f0c-4093-b064-27b926f3cca6/add_router_interface => generated 309 bytes in 2088 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: 630/1263] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:50:17 2026] GET /v2.0/ports/c8416e5e-628d-42d9-a039-60b8516dbd0b => generated 1025 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:50:17.402 7 INFO neutron_taas.services.taas.taas_plugin [None req-625232d0-2f53-4304-8b8d-87cbd3859deb cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] TaaS: Handle Delete Port: c8416e5e-628d-42d9-a039-60b8516dbd0b 2026-09-01 19:50:17.406 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-625232d0-2f53-4304-8b8d-87cbd3859deb cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Tap Mirror: Handle Delete Port: c8416e5e-628d-42d9-a039-60b8516dbd0b 2026-09-01 19:50:17.612 8 INFO neutron.db.ovn_revision_numbers_db [None req-9f9ddfc5-0dde-4f24-9474-02fd7265914f 9f2a83ee807340b3898fb36ecfdd7583 b2a546c64fc54282a2e890655544ec68 - - default default] Successfully bumped revision number for resource d30aed6a-a05b-42c5-bebd-424ac5e54192 (type: floatingips) to 1 [pid: 7|app: 0|req: 631/1264] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:50:17 2026] PUT /v2.0/routers/e5eab7fe-9f0c-4093-b064-27b926f3cca6/remove_router_interface => generated 309 bytes in 584 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:17.752 8 INFO neutron.db.ovn_revision_numbers_db [None req-9f9ddfc5-0dde-4f24-9474-02fd7265914f 9f2a83ee807340b3898fb36ecfdd7583 b2a546c64fc54282a2e890655544ec68 - - default default] Successfully bumped revision number for resource d30aed6a-a05b-42c5-bebd-424ac5e54192 (type: floatingips) to 2 2026-09-01 19:50:17.752 8 INFO neutron.db.l3_db [None req-9f9ddfc5-0dde-4f24-9474-02fd7265914f 9f2a83ee807340b3898fb36ecfdd7583 b2a546c64fc54282a2e890655544ec68 - - default default] Floating IP d30aed6a-a05b-42c5-bebd-424ac5e54192 associated. External IP: 10.96.250.205, port: fa1e9c7d-a37c-4114-94aa-72d90619d4eb. [pid: 8|app: 0|req: 634/1265] 10.0.0.4 () {34 vars in 747 bytes} [Tue Sep 1 19:50:17 2026] PUT /v2.0/floatingips/d30aed6a-a05b-42c5-bebd-424ac5e54192 => generated 856 bytes in 766 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-01 19:50:17.842 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-019097f0-bdd2-4350-98e9-9799b3bbc4fe'] response: {'name': 'network-changed', 'server_uuid': '2f910dec-57f8-4501-a490-7d5c67ee9461', 'tag': 'fa1e9c7d-a37c-4114-94aa-72d90619d4eb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 632/1266] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:50:17 2026] GET /v2.0/security-groups?tenant_id=6b2b64b1e04848b2bfc255b2dffb0241&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:50:17.885 8 INFO neutron.api.v2.resource [None req-855293f4-a3cd-42dc-b0f1-da8b6152f9d9 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 635/1267] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:50:17 2026] PUT /v2.0/routers/e5eab7fe-9f0c-4093-b064-27b926f3cca6/remove_router_interface => generated 197 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1268] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:17 2026] GET /v2.0/ports?device_id=ae4f454d-6e03-4c6e-bea5-695051865051 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1269] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:50:17 2026] GET /v2.0/ports?device_id=e5eab7fe-9f0c-4093-b064-27b926f3cca6 => 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: 638/1270] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:17 2026] GET /v2.0/security-groups?id=5b8c73ac-14b5-4d05-be9d-725266c9dcd4&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1271] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:50:17 2026] DELETE /v2.0/security-groups/8c6e4993-5c76-440a-b67e-c3f0933b16ca => generated 0 bytes in 206 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1272] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:18 2026] GET /v2.0/ports?device_id=ae4f454d-6e03-4c6e-bea5-695051865051 => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1273] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:18 2026] DELETE /v2.0/routers/e5eab7fe-9f0c-4093-b064-27b926f3cca6 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1274] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:18 2026] DELETE /v2.0/subnets/c3176da4-2d42-466d-9465-04970c84cc42 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1275] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:50:18 2026] GET /v2.0/ports?tenant_id=b2a546c64fc54282a2e890655544ec68&device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 1213 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:50:18.606 8 INFO neutron_taas.services.taas.taas_plugin [None req-0348e73c-0807-4aa4-baee-dd3efa664d7c cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] TaaS: Handle Delete Port: c5bea381-596c-4aba-b540-c204afd85470 2026-09-01 19:50:18.609 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0348e73c-0807-4aa4-baee-dd3efa664d7c cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Tap Mirror: Handle Delete Port: c5bea381-596c-4aba-b540-c204afd85470 2026-09-01 19:50:18.683 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a897560-8c4b-4320-a64c-b5a4fdf8ba44 b5d704bed3214d2e94517c5d7600033d 7c781f9b04bf44deb6eee17a13903d50 - - default default] Successfully bumped revision number for resource 06703903-b099-4bca-9e42-16d140b54a60 (type: floatingips) to 1 2026-09-01 19:50:18.813 8 INFO neutron.services.segments.plugin [-] Segment 7af86c1d-72e7-4239-9b3b-ab6f7e88cc5b resource provider aggregate not found 2026-09-01 19:50:18.834 8 INFO neutron.services.segments.plugin [-] Segment 7af86c1d-72e7-4239-9b3b-ab6f7e88cc5b resource provider aggregate not found 2026-09-01 19:50:18.852 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7af86c1d-72e7-4239-9b3b-ab6f7e88cc5b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7af86c1d-72e7-4239-9b3b-ab6f7e88cc5b found for delete ", "request_id": "req-65aef9bc-43e5-4b32-938f-09d800681b03"}]} 2026-09-01 19:50:18.862 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7af86c1d-72e7-4239-9b3b-ab6f7e88cc5b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7af86c1d-72e7-4239-9b3b-ab6f7e88cc5b found for delete ", "request_id": "req-3e648985-4bf1-478a-b998-956b2a99c200"}]} 2026-09-01 19:50:18.863 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a897560-8c4b-4320-a64c-b5a4fdf8ba44 b5d704bed3214d2e94517c5d7600033d 7c781f9b04bf44deb6eee17a13903d50 - - default default] Successfully bumped revision number for resource 06703903-b099-4bca-9e42-16d140b54a60 (type: floatingips) to 2 2026-09-01 19:50:18.863 7 INFO neutron.db.l3_db [None req-3a897560-8c4b-4320-a64c-b5a4fdf8ba44 b5d704bed3214d2e94517c5d7600033d 7c781f9b04bf44deb6eee17a13903d50 - - default default] Floating IP 06703903-b099-4bca-9e42-16d140b54a60 associated. External IP: 10.96.250.207, port: 84b214c1-e29a-41cb-9582-5299b1cf2090. [pid: 8|app: 0|req: 642/1276] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:50:18 2026] DELETE /v2.0/networks/5a1cd67d-2a26-4e0a-aba1-0465926f51e8 => generated 0 bytes in 385 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 635/1277] 10.0.0.4 () {34 vars in 747 bytes} [Tue Sep 1 19:50:18 2026] PUT /v2.0/floatingips/06703903-b099-4bca-9e42-16d140b54a60 => generated 856 bytes in 642 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1278] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:50:18 2026] GET /v2.0/networks?id=706eac78-4b56-485c-bc33-6cbe66837309 => generated 810 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:18.969 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cea54969-7c3a-4877-a91a-a9f1f9ab960b'] response: {'name': 'network-changed', 'server_uuid': 'ae4f454d-6e03-4c6e-bea5-695051865051', 'tag': '84b214c1-e29a-41cb-9582-5299b1cf2090', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 644/1279] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:50:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=fa1e9c7d-a37c-4114-94aa-72d90619d4eb => generated 861 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:19.053 7 INFO neutron.db.segments_db [None req-bfca6a01-973b-482e-aca7-a9d26bd8d3fa cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Added segment e5d73863-faf7-458d-9a98-ca112ffdb076 of type geneve for network 748ff824-ca36-40ee-ac24-eaf3b1be2aba [pid: 8|app: 0|req: 645/1280] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:19 2026] GET /v2.0/ports?device_id=ae4f454d-6e03-4c6e-bea5-695051865051 => 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: 646/1281] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:50:19 2026] GET /v2.0/subnets?id=3fff7547-ac63-45b9-b9bf-f637277d1a2e => generated 693 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:19.152 7 INFO neutron.db.ovn_revision_numbers_db [None req-bfca6a01-973b-482e-aca7-a9d26bd8d3fa cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource 748ff824-ca36-40ee-ac24-eaf3b1be2aba (type: networks) to 1 [pid: 8|app: 0|req: 647/1282] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:19 2026] GET /v2.0/security-groups?id=5b8c73ac-14b5-4d05-be9d-725266c9dcd4&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1283] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:50:19 2026] GET /v2.0/ports?network_id=706eac78-4b56-485c-bc33-6cbe66837309&device_owner=network%3Adhcp => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1284] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:50:19 2026] GET /v2.0/networks/706eac78-4b56-485c-bc33-6cbe66837309?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: 650/1285] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:50:19 2026] GET /v2.0/networks/706eac78-4b56-485c-bc33-6cbe66837309?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:19.412 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bfca6a01-973b-482e-aca7-a9d26bd8d3fa cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] No more DHCP agents 2026-09-01 19:50:19.413 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bfca6a01-973b-482e-aca7-a9d26bd8d3fa cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Unable to schedule network 748ff824-ca36-40ee-ac24-eaf3b1be2aba: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:19.467 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e6fcfab3-0157-469e-be56-d96081379dfa - - - - - -] OVN reports status down for port: 2ef49ecc-f9a9-40a8-97b4-fdf753b82b0e 2026-09-01 19:50:19.512 7 INFO neutron.db.ovn_revision_numbers_db [None req-bfca6a01-973b-482e-aca7-a9d26bd8d3fa cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource 2ef49ecc-f9a9-40a8-97b4-fdf753b82b0e (type: ports) to 1 [pid: 8|app: 0|req: 651/1286] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:19 2026] GET /v2.0/ports?device_id=ae4f454d-6e03-4c6e-bea5-695051865051 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1287] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:50:18 2026] POST /v2.0/networks => generated 672 bytes in 625 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1288] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:50:19 2026] GET /v2.0/ports?tenant_id=7c781f9b04bf44deb6eee17a13903d50&device_id=ae4f454d-6e03-4c6e-bea5-695051865051 => generated 1213 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1289] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:19 2026] GET /v2.0/security-groups?id=5b8c73ac-14b5-4d05-be9d-725266c9dcd4&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1290] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:50:19 2026] GET /v2.0/networks?id=e5ef94d8-dfcc-4733-bb80-4844c1e1fe46 => generated 813 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1291] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:50:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=84b214c1-e29a-41cb-9582-5299b1cf2090 => generated 861 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:19.727 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e923a957-1f09-4f0f-82ad-2bdbeae0c9a3 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] No more DHCP agents 2026-09-01 19:50:19.728 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e923a957-1f09-4f0f-82ad-2bdbeae0c9a3 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Unable to schedule network 748ff824-ca36-40ee-ac24-eaf3b1be2aba: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 656/1292] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:50:19 2026] GET /v2.0/subnets?id=cbce7ab0-24e7-4baa-b100-bb340c292813 => generated 694 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:19.751 7 INFO neutron.db.ovn_revision_numbers_db [None req-e923a957-1f09-4f0f-82ad-2bdbeae0c9a3 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource 8ea6af49-b9f5-41dd-b451-be4e2634f97c (type: subnets) to 0 [pid: 7|app: 0|req: 637/1293] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:50:19 2026] POST /v2.0/subnets => generated 646 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1294] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:50:19 2026] GET /v2.0/ports?network_id=e5ef94d8-dfcc-4733-bb80-4844c1e1fe46&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: 658/1295] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:50:19 2026] GET /v2.0/networks/e5ef94d8-dfcc-4733-bb80-4844c1e1fe46?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: 659/1296] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:50:19 2026] GET /v2.0/networks/e5ef94d8-dfcc-4733-bb80-4844c1e1fe46?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-09-01 19:50:19.900 7 INFO neutron.db.ovn_revision_numbers_db [None req-bdb84640-0d26-4ef1-88f3-142a624ad4b0 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource dab8bb2b-d1f0-4136-9323-b478c99d0f0e (type: routers) to 1 [pid: 7|app: 0|req: 638/1297] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:50:19 2026] POST /v2.0/routers => generated 606 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1298] 10.0.0.4 () {34 vars in 675 bytes} [Tue Sep 1 19:50:19 2026] POST /v2.0/subnetpools => generated 549 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1299] 10.0.0.4 () {32 vars in 727 bytes} [Tue Sep 1 19:50:20 2026] GET /v2.0/subnetpools/fd0fe91b-c980-4396-89ca-b59137a13afb => generated 549 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:20.328 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9c76468a-fa69-4f86-b273-dafbb4b13b16 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] No more DHCP agents 2026-09-01 19:50:20.330 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9c76468a-fa69-4f86-b273-dafbb4b13b16 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Unable to schedule network 748ff824-ca36-40ee-ac24-eaf3b1be2aba: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 641/1300] 10.0.0.4 () {34 vars in 747 bytes} [Tue Sep 1 19:50:20 2026] PUT /v2.0/subnetpools/fd0fe91b-c980-4396-89ca-b59137a13afb => generated 501 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:20.399 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e6fcfab3-0157-469e-be56-d96081379dfa - - - - - -] OVN reports status down for port: 5cdfd6b4-d6ad-4426-a2d9-d72b202a6803 [pid: 7|app: 0|req: 642/1301] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:50:20 2026] DELETE /v2.0/subnetpools/fd0fe91b-c980-4396-89ca-b59137a13afb => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:50:20.464 7 INFO neutron.api.v2.resource [None req-7322672d-087a-40c5-a5c2-a4555b3a839d 94669e3d6c1a479e90c5dbd6cfaa839f 59faf2d831c74f4a9cbdd4c72d39ffa4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 643/1302] 10.0.0.4 () {32 vars in 727 bytes} [Tue Sep 1 19:50:20 2026] GET /v2.0/subnetpools/fd0fe91b-c980-4396-89ca-b59137a13afb => generated 145 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:50:20.472 8 INFO neutron.db.ovn_revision_numbers_db [None req-9c76468a-fa69-4f86-b273-dafbb4b13b16 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource 5cdfd6b4-d6ad-4426-a2d9-d72b202a6803 (type: ports) to 1 2026-09-01 19:50:20.482 7 INFO neutron.api.v2.resource [None req-5e04d985-ecba-4bc8-8226-55ae3ee7f0ff 94669e3d6c1a479e90c5dbd6cfaa839f 59faf2d831c74f4a9cbdd4c72d39ffa4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 644/1303] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:50:20 2026] DELETE /v2.0/subnetpools/fd0fe91b-c980-4396-89ca-b59137a13afb => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:50:20.555 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-135bfb1f-d95d-4e9c-8a4f-492058f162a1 - - - - - -] OVN reports status down for port: 84b214c1-e29a-41cb-9582-5299b1cf2090 [pid: 7|app: 0|req: 645/1304] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:50:20 2026] GET /v2.0/subnets => generated 3323 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:50:20.919 7 INFO neutron.db.ovn_revision_numbers_db [None req-135bfb1f-d95d-4e9c-8a4f-492058f162a1 - - - - - -] Successfully bumped revision number for resource 84b214c1-e29a-41cb-9582-5299b1cf2090 (type: ports) to 6 [pid: 7|app: 0|req: 646/1305] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:20 2026] GET /v2.0/ports?device_id=ae4f454d-6e03-4c6e-bea5-695051865051 => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:21.038 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3da8ad0-f236-4fe1-84b0-e411ce553542'] response: {'server_uuid': 'ae4f454d-6e03-4c6e-bea5-695051865051', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '84b214c1-e29a-41cb-9582-5299b1cf2090', 'code': 200} 2026-09-01 19:50:21.040 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e6fcfab3-0157-469e-be56-d96081379dfa - - - - - -] OVN reports status up for port: 5cdfd6b4-d6ad-4426-a2d9-d72b202a6803 2026-09-01 19:50:21.075 8 INFO neutron.plugins.ml2.plugin [None req-e6fcfab3-0157-469e-be56-d96081379dfa - - - - - -] Attempt 1 to provision port 5cdfd6b4-d6ad-4426-a2d9-d72b202a6803 [pid: 7|app: 0|req: 647/1306] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:50:20 2026] GET /v2.0/routers => generated 2556 bytes in 132 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: 648/1307] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:21 2026] GET /v2.0/security-groups?id=5b8c73ac-14b5-4d05-be9d-725266c9dcd4&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-09-01 19:50:21.184 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9c76468a-fa69-4f86-b273-dafbb4b13b16 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] No more DHCP agents 2026-09-01 19:50:21.187 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9c76468a-fa69-4f86-b273-dafbb4b13b16 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Unable to schedule network 748ff824-ca36-40ee-ac24-eaf3b1be2aba: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:21.318 7 INFO neutron.db.ovn_revision_numbers_db [None req-8fc66c20-ff44-4e23-8712-30ae9e9bbd5f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 5c5f6ca1-ad74-48d1-af3a-d2f355159a60 (type: security_groups) to 1 2026-09-01 19:50:21.334 7 INFO neutron.db.ovn_revision_numbers_db [None req-8fc66c20-ff44-4e23-8712-30ae9e9bbd5f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 15f42790-467a-4ee1-8c2b-9cacc839bf6a (type: security_group_rules) to 0 2026-09-01 19:50:21.351 7 INFO neutron.db.ovn_revision_numbers_db [None req-8fc66c20-ff44-4e23-8712-30ae9e9bbd5f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 3f49d926-ce06-4331-a51b-b93dff724a87 (type: security_group_rules) to 0 2026-09-01 19:50:21.367 7 INFO neutron.db.ovn_revision_numbers_db [None req-8fc66c20-ff44-4e23-8712-30ae9e9bbd5f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a827ebb9-cc0f-4d24-8d99-3d9a1d54bda1 (type: security_group_rules) to 0 2026-09-01 19:50:21.385 7 INFO neutron.db.ovn_revision_numbers_db [None req-8fc66c20-ff44-4e23-8712-30ae9e9bbd5f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f04e5dfa-99d6-4709-a710-ac561811815f (type: security_group_rules) to 0 [pid: 7|app: 0|req: 649/1308] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:50:21 2026] GET /v2.0/security-groups?tenant_id=59faf2d831c74f4a9cbdd4c72d39ffa4&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1309] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:50:21 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) 2026-09-01 19:50:21.607 8 INFO neutron.db.ovn_revision_numbers_db [None req-9c76468a-fa69-4f86-b273-dafbb4b13b16 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource 5cdfd6b4-d6ad-4426-a2d9-d72b202a6803 (type: router_ports) to 1 [pid: 8|app: 0|req: 660/1310] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:50:19 2026] PUT /v2.0/routers/dab8bb2b-d1f0-4136-9323-b478c99d0f0e/add_router_interface => generated 309 bytes in 1701 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1311] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:50:21 2026] DELETE /v2.0/security-groups/5c5f6ca1-ad74-48d1-af3a-d2f355159a60 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1312] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:50:21 2026] GET /v2.0/agents => generated 1214 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1313] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:50:21 2026] GET /v2.0/ports/5cdfd6b4-d6ad-4426-a2d9-d72b202a6803 => generated 947 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1314] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:50:21 2026] GET /v2.0/floatingips => generated 1703 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:50:21.792 8 INFO neutron.db.ovn_revision_numbers_db [None req-e6fcfab3-0157-469e-be56-d96081379dfa - - - - - -] Successfully bumped revision number for resource 5cdfd6b4-d6ad-4426-a2d9-d72b202a6803 (type: ports) to 2 [pid: 8|app: 0|req: 662/1315] 162.253.55.86 () {34 vars in 993 bytes} [Tue Sep 1 19:50:21 2026] GET /v2.0/ports?device_id=ae4f454d-6e03-4c6e-bea5-695051865051 => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1316] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:50:21 2026] GET /v2.0/ports/5cdfd6b4-d6ad-4426-a2d9-d72b202a6803 => generated 947 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1317] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:50:21 2026] GET /v2.0/networks => generated 4668 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:50:21.956 7 INFO neutron_taas.services.taas.taas_plugin [req-38795c60-1828-4618-bb63-a320a5bc5b21 req-348545b7-085b-423b-9ff4-783e19670d87 b5d704bed3214d2e94517c5d7600033d 7c781f9b04bf44deb6eee17a13903d50 - - default default] TaaS: Handle Delete Port: 84b214c1-e29a-41cb-9582-5299b1cf2090 2026-09-01 19:50:21.958 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-38795c60-1828-4618-bb63-a320a5bc5b21 req-348545b7-085b-423b-9ff4-783e19670d87 b5d704bed3214d2e94517c5d7600033d 7c781f9b04bf44deb6eee17a13903d50 - - default default] Tap Mirror: Handle Delete Port: 84b214c1-e29a-41cb-9582-5299b1cf2090 2026-09-01 19:50:22.020 8 INFO neutron.db.ovn_revision_numbers_db [None req-86cccce5-7b7a-4bee-847e-2b304bedf054 - - - - - -] Successfully bumped revision number for resource 5cdfd6b4-d6ad-4426-a2d9-d72b202a6803 (type: router_ports) to 2 2026-09-01 19:50:22.147 7 INFO neutron.db.l3_db [req-38795c60-1828-4618-bb63-a320a5bc5b21 req-348545b7-085b-423b-9ff4-783e19670d87 b5d704bed3214d2e94517c5d7600033d 7c781f9b04bf44deb6eee17a13903d50 - - default default] Floating IP 06703903-b099-4bca-9e42-16d140b54a60 disassociated. External IP: 10.96.250.207, port: 84b214c1-e29a-41cb-9582-5299b1cf2090. 2026-09-01 19:50:22.229 8 INFO neutron_taas.services.taas.taas_plugin [None req-70ba944b-6edc-4bb9-88fe-b647bc14f9c7 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] TaaS: Handle Delete Port: 5cdfd6b4-d6ad-4426-a2d9-d72b202a6803 2026-09-01 19:50:22.235 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70ba944b-6edc-4bb9-88fe-b647bc14f9c7 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Tap Mirror: Handle Delete Port: 5cdfd6b4-d6ad-4426-a2d9-d72b202a6803 [pid: 7|app: 0|req: 655/1318] 162.253.55.86 () {36 vars in 996 bytes} [Tue Sep 1 19:50:21 2026] DELETE /v2.0/ports/84b214c1-e29a-41cb-9582-5299b1cf2090 => generated 0 bytes in 432 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1319] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:50:22 2026] GET /v2.0/security-groups => generated 31839 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1320] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:22 2026] GET /v2.0/ports?device_id=ae4f454d-6e03-4c6e-bea5-695051865051 => 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: 658/1321] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:50:22 2026] GET /v2.0/ports => generated 16746 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1322] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:50:22 2026] GET /v2.0/network-ip-availabilities => generated 2511 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1323] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:50:22 2026] GET /v2.0/subnets => generated 3323 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1324] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:50:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1325] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:50:21 2026] PUT /v2.0/routers/dab8bb2b-d1f0-4136-9323-b478c99d0f0e/remove_router_interface => generated 309 bytes in 590 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1326] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:50:22 2026] GET /v2.0/ports?device_id=dab8bb2b-d1f0-4136-9323-b478c99d0f0e => generated 12 bytes in 18 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: 665/1327] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:22 2026] DELETE /v2.0/routers/dab8bb2b-d1f0-4136-9323-b478c99d0f0e => 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: 663/1328] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:22 2026] DELETE /v2.0/subnets/8ea6af49-b9f5-41dd-b451-be4e2634f97c => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:50:23.048 8 INFO neutron_taas.services.taas.taas_plugin [None req-8253d626-935a-40e6-93ba-3abf0633d7b2 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] TaaS: Handle Delete Port: 2ef49ecc-f9a9-40a8-97b4-fdf753b82b0e 2026-09-01 19:50:23.051 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8253d626-935a-40e6-93ba-3abf0633d7b2 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Tap Mirror: Handle Delete Port: 2ef49ecc-f9a9-40a8-97b4-fdf753b82b0e 2026-09-01 19:50:23.073 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-91983a74-7923-4e1d-b47a-5c2cf9d145ea'] response: {'server_uuid': 'ae4f454d-6e03-4c6e-bea5-695051865051', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '84b214c1-e29a-41cb-9582-5299b1cf2090', 'code': 200} 2026-09-01 19:50:23.074 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-91983a74-7923-4e1d-b47a-5c2cf9d145ea'] response: {'server_uuid': 'ae4f454d-6e03-4c6e-bea5-695051865051', 'name': 'network-vif-deleted', 'tag': '84b214c1-e29a-41cb-9582-5299b1cf2090', 'status': 'completed', 'code': 200} 2026-09-01 19:50:23.200 8 INFO neutron.services.segments.plugin [-] Segment e5d73863-faf7-458d-9a98-ca112ffdb076 resource provider aggregate not found 2026-09-01 19:50:23.205 8 INFO neutron.services.segments.plugin [-] Segment e5d73863-faf7-458d-9a98-ca112ffdb076 resource provider aggregate not found 2026-09-01 19:50:23.224 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e5d73863-faf7-458d-9a98-ca112ffdb076 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5d73863-faf7-458d-9a98-ca112ffdb076 found for delete ", "request_id": "req-8f4d8c7a-5141-4f38-b071-56735e130c43"}]} [pid: 8|app: 0|req: 666/1329] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:50:22 2026] DELETE /v2.0/networks/748ff824-ca36-40ee-ac24-eaf3b1be2aba => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:50:23.237 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e5d73863-faf7-458d-9a98-ca112ffdb076 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5d73863-faf7-458d-9a98-ca112ffdb076 found for delete ", "request_id": "req-43ef47b0-6994-4c08-b7f8-217fdeff19eb"}]} [pid: 8|app: 0|req: 667/1330] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:23 2026] GET /v2.0/ports?device_id=ae4f454d-6e03-4c6e-bea5-695051865051 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1331] 10.0.0.4 () {32 vars in 621 bytes} [Tue Sep 1 19:50:23 2026] GET / => generated 151 bytes in 7 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-09-01 19:50:23.660 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7d6c089a-a545-472f-bba1-b8177b288245 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] No more DHCP agents 2026-09-01 19:50:23.661 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7d6c089a-a545-472f-bba1-b8177b288245 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:23.742 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-86cccce5-7b7a-4bee-847e-2b304bedf054 - - - - - -] OVN reports status down for port: 45d4ed80-2b2b-44c9-8438-8f73c94a7367 2026-09-01 19:50:23.777 7 INFO neutron.db.ovn_revision_numbers_db [None req-7d6c089a-a545-472f-bba1-b8177b288245 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource 45d4ed80-2b2b-44c9-8438-8f73c94a7367 (type: ports) to 1 [pid: 8|app: 0|req: 669/1332] 10.0.0.4 () {32 vars in 631 bytes} [Tue Sep 1 19:50:23 2026] GET /v2.0/ => generated 632 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:24.449 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-9cc88352-8aab-4dda-808d-e74948856e0d - - - - - -] Schedule LRP lrp-45d4ed80-2b2b-44c9-8438-8f73c94a7367 on gateway 981b1d13-d3f6-4b65-a230-c40efece3bd4 with priority 1 2026-09-01 19:50:24.465 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-86cccce5-7b7a-4bee-847e-2b304bedf054 - - - - - -] OVN reports status up for port: 45d4ed80-2b2b-44c9-8438-8f73c94a7367 2026-09-01 19:50:24.480 8 INFO neutron.plugins.ml2.plugin [None req-86cccce5-7b7a-4bee-847e-2b304bedf054 - - - - - -] Attempt 1 to provision port 45d4ed80-2b2b-44c9-8438-8f73c94a7367 2026-09-01 19:50:24.485 7 INFO neutron.db.ovn_revision_numbers_db [None req-7d6c089a-a545-472f-bba1-b8177b288245 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource 45d4ed80-2b2b-44c9-8438-8f73c94a7367 (type: router_ports) to 1 2026-09-01 19:50:24.545 7 INFO neutron.db.ovn_revision_numbers_db [None req-7d6c089a-a545-472f-bba1-b8177b288245 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource 6075f2b9-7a11-4cb4-9b52-0e158db77f93 (type: routers) to 2 [pid: 7|app: 0|req: 664/1333] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:50:23 2026] POST /v2.0/routers => generated 951 bytes in 1320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1334] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:24 2026] GET /v2.0/ports?device_id=ae4f454d-6e03-4c6e-bea5-695051865051 => 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: 666/1335] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:50:24 2026] GET /v2.0/routers/6075f2b9-7a11-4cb4-9b52-0e158db77f93 => generated 957 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1336] 10.0.0.4 () {32 vars in 645 bytes} [Tue Sep 1 19:50:24 2026] GET /v2.0/routers => generated 960 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:24.727 8 INFO neutron.db.ovn_revision_numbers_db [None req-6e7a2bd0-1569-40a1-b519-f6461d960928 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 55153db1-597b-46f9-adc2-0778b9a7e774 (type: security_groups) to 1 2026-09-01 19:50:24.743 8 INFO neutron.db.ovn_revision_numbers_db [None req-6e7a2bd0-1569-40a1-b519-f6461d960928 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 06ce76f8-acea-447f-93e9-3c59c981b9d1 (type: security_group_rules) to 0 2026-09-01 19:50:24.759 8 INFO neutron.db.ovn_revision_numbers_db [None req-6e7a2bd0-1569-40a1-b519-f6461d960928 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 6f95f054-8c2a-4c42-9652-46b595c971f2 (type: security_group_rules) to 0 2026-09-01 19:50:24.776 8 INFO neutron.db.ovn_revision_numbers_db [None req-6e7a2bd0-1569-40a1-b519-f6461d960928 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e958398a-9f10-4018-915a-279a36c3d441 (type: security_group_rules) to 0 2026-09-01 19:50:24.791 8 INFO neutron.db.ovn_revision_numbers_db [None req-6e7a2bd0-1569-40a1-b519-f6461d960928 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e9a731ca-5a40-448f-b54c-c960d652b718 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 670/1337] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:50:24 2026] GET /v2.0/security-groups?tenant_id=cb916ee93b3c49559a5aec7302986275&name=default => generated 2925 bytes in 489 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1338] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:50:24 2026] DELETE /v2.0/security-groups/55153db1-597b-46f9-adc2-0778b9a7e774 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:50:25.128 7 INFO neutron.db.ovn_revision_numbers_db [None req-d2e5e1b4-a927-432b-be17-4d832bece2f5 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Successfully bumped revision number for resource 6075f2b9-7a11-4cb4-9b52-0e158db77f93 (type: routers) to 3 [pid: 7|app: 0|req: 668/1339] 10.0.0.4 () {34 vars in 739 bytes} [Tue Sep 1 19:50:24 2026] PUT /v2.0/routers/6075f2b9-7a11-4cb4-9b52-0e158db77f93 => generated 964 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1340] 10.0.0.68 () {34 vars in 989 bytes} [Tue Sep 1 19:50:25 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 1213 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1341] 10.0.0.68 () {34 vars in 1039 bytes} [Tue Sep 1 19:50:25 2026] GET /v2.0/security-groups?id=e09ffc63-45ae-4d35-9731-6519c9e28f26&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1342] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:50:25 2026] GET /v2.0/routers/6075f2b9-7a11-4cb4-9b52-0e158db77f93 => generated 964 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1343] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:50:25 2026] GET /v2.0/ports?device_id=6075f2b9-7a11-4cb4-9b52-0e158db77f93 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:25.552 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2a7ed96-9c69-4a00-bdae-f457cb35a739 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] TaaS: Handle Delete Port: 45d4ed80-2b2b-44c9-8438-8f73c94a7367 2026-09-01 19:50:25.554 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2a7ed96-9c69-4a00-bdae-f457cb35a739 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] Tap Mirror: Handle Delete Port: 45d4ed80-2b2b-44c9-8438-8f73c94a7367 [pid: 8|app: 0|req: 675/1344] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:50:25 2026] DELETE /v2.0/security-groups/5b8c73ac-14b5-4d05-be9d-725266c9dcd4 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:50:25.860 8 INFO neutron.api.v2.resource [None req-f59d14a9-8333-403a-bf33-bbb64850a9a6 b5d704bed3214d2e94517c5d7600033d 7c781f9b04bf44deb6eee17a13903d50 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 676/1345] 10.0.0.4 () {32 vars in 735 bytes} [Tue Sep 1 19:50:25 2026] GET /v2.0/security-groups/5b8c73ac-14b5-4d05-be9d-725266c9dcd4 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:50:26.062 8 INFO neutron_taas.services.taas.taas_plugin [None req-173e2cd5-a41e-4745-9735-02f7f3f93bad b5d704bed3214d2e94517c5d7600033d 7c781f9b04bf44deb6eee17a13903d50 - - default default] TaaS: Handle Delete Port: 7f91bba6-d642-4362-b5c0-2ccd07468809 2026-09-01 19:50:26.066 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-173e2cd5-a41e-4745-9735-02f7f3f93bad b5d704bed3214d2e94517c5d7600033d 7c781f9b04bf44deb6eee17a13903d50 - - default default] Tap Mirror: Handle Delete Port: 7f91bba6-d642-4362-b5c0-2ccd07468809 [pid: 8|app: 0|req: 677/1346] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:50:25 2026] DELETE /v2.0/floatingips/06703903-b099-4bca-9e42-16d140b54a60 => generated 0 bytes in 384 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1347] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:25 2026] DELETE /v2.0/routers/6075f2b9-7a11-4cb4-9b52-0e158db77f93 => generated 0 bytes in 1254 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1350] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:50:26 2026] GET /v2.0/ports?device_id=6075f2b9-7a11-4cb4-9b52-0e158db77f93 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:26.529 7 INFO neutron.api.v2.resource [None req-488804d1-c7c9-42ca-b0f6-b81e0a60e388 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 674/1351] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:26 2026] DELETE /v2.0/routers/6075f2b9-7a11-4cb4-9b52-0e158db77f93 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1352] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:50:26 2026] GET /v2.0/ports?device_id=dab8bb2b-d1f0-4136-9323-b478c99d0f0e => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:26.565 7 INFO neutron.api.v2.resource [None req-5e083c9a-411e-4320-917f-9e928e0f9cf8 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 676/1353] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:26 2026] DELETE /v2.0/routers/dab8bb2b-d1f0-4136-9323-b478c99d0f0e => generated 135 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:50:26.579 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f414326f-be78-4184-ab32-561aad2f02ab cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 677/1354] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:26 2026] DELETE /v2.0/subnets/8ea6af49-b9f5-41dd-b451-be4e2634f97c => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1355] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:50:26 2026] GET /v2.0/ports?device_id=e5eab7fe-9f0c-4093-b064-27b926f3cca6 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:26.617 7 INFO neutron.api.v2.resource [None req-12851426-d626-4b7c-bba1-efbf2de1b7d2 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 679/1356] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:26 2026] DELETE /v2.0/routers/e5eab7fe-9f0c-4093-b064-27b926f3cca6 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:50:26.631 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f1bd6e08-5f8e-40e7-b4b3-1d9a95dac8ff cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 680/1357] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:26 2026] DELETE /v2.0/subnets/c3176da4-2d42-466d-9465-04970c84cc42 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:50:26.653 8 INFO neutron_taas.services.taas.taas_plugin [None req-0544dab3-6aba-43a2-abd8-97579153e48c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 4353a3eb-d065-4ec6-b4fd-8c8fb098bc6f [pid: 7|app: 0|req: 681/1358] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:50:26 2026] GET /v2.0/ports?device_id=fa9f52f2-93ea-415e-9267-cbd791c584a0 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:26.656 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0544dab3-6aba-43a2-abd8-97579153e48c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 4353a3eb-d065-4ec6-b4fd-8c8fb098bc6f 2026-09-01 19:50:26.673 7 INFO neutron.api.v2.resource [None req-755cb670-0492-41b1-b1de-d71aa552bca2 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 682/1359] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:26 2026] DELETE /v2.0/routers/fa9f52f2-93ea-415e-9267-cbd791c584a0 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:50:26.687 7 INFO neutron.pecan_wsgi.hooks.translation [None req-66da9581-9355-4708-9e76-14f1148f1836 cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 683/1360] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:26 2026] DELETE /v2.0/subnets/15514edd-d20a-46e1-bfba-bf47e0e0dcc8 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:50:26.704 7 INFO neutron.pecan_wsgi.hooks.translation [None req-10830346-408e-47e1-8f36-5e5a261d13af cb2df6cfb85146828d15a020fed44513 9a5872ec26c64827b8c3448d4a5efa23 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 684/1361] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:26 2026] DELETE /v2.0/subnets/0039d52e-04a4-4888-ae7e-5199f7247ec0 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1362] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:50:27 2026] GET /v2.0/security-groups?tenant_id=9a5872ec26c64827b8c3448d4a5efa23&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1363] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:50:27 2026] DELETE /v2.0/security-groups/f50f4efc-3af6-4e9f-9804-41b46cbd2216 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1364] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:50:26 2026] PUT /v2.0/routers/5f8f62c4-16f9-4bd1-9e12-75770e3fe06c/remove_router_interface => generated 309 bytes in 1430 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: 679/1365] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:27 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1366] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:27 2026] GET /v2.0/security-groups?id=e09ffc63-45ae-4d35-9731-6519c9e28f26&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1367] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:27 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => 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: 682/1368] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:28 2026] GET /v2.0/security-groups?id=e09ffc63-45ae-4d35-9731-6519c9e28f26&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:28.103 7 INFO neutron_taas.services.taas.taas_plugin [None req-861cf257-c0f0-4fc4-aec3-2d29813d86dd 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 33bc2eca-73d6-4ea7-8547-f7190548bd92 2026-09-01 19:50:28.106 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-861cf257-c0f0-4fc4-aec3-2d29813d86dd 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 33bc2eca-73d6-4ea7-8547-f7190548bd92 [pid: 8|app: 0|req: 683/1369] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:28 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1370] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:28 2026] GET /v2.0/security-groups?id=e09ffc63-45ae-4d35-9731-6519c9e28f26&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1371] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:27 2026] DELETE /v2.0/routers/5f8f62c4-16f9-4bd1-9e12-75770e3fe06c => generated 0 bytes in 1334 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1372] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:29 2026] DELETE /v2.0/subnets/cbce7ab0-24e7-4baa-b100-bb340c292813 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:50:29.312 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2b844e2-1c6d-4c66-9d3b-9a0e4b0b9ba9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 75364ea5-6b20-4c34-a9bf-6403edad1cb1 2026-09-01 19:50:29.315 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2b844e2-1c6d-4c66-9d3b-9a0e4b0b9ba9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 75364ea5-6b20-4c34-a9bf-6403edad1cb1 2026-09-01 19:50:29.511 7 INFO neutron.services.segments.plugin [-] Segment 20d2aac4-4278-472c-b970-d6c470cf89a0 resource provider aggregate not found 2026-09-01 19:50:29.516 7 INFO neutron.services.segments.plugin [-] Segment 20d2aac4-4278-472c-b970-d6c470cf89a0 resource provider aggregate not found 2026-09-01 19:50:29.530 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 20d2aac4-4278-472c-b970-d6c470cf89a0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20d2aac4-4278-472c-b970-d6c470cf89a0 found for delete ", "request_id": "req-92e6dace-935c-4c71-8eda-8ca432107d53"}]} 2026-09-01 19:50:29.546 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 20d2aac4-4278-472c-b970-d6c470cf89a0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20d2aac4-4278-472c-b970-d6c470cf89a0 found for delete ", "request_id": "req-baf21801-4733-40d2-b6a4-df5a6462eb18"}]} [pid: 7|app: 0|req: 688/1373] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:50:29 2026] DELETE /v2.0/networks/e5ef94d8-dfcc-4733-bb80-4844c1e1fe46 => generated 0 bytes in 375 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1374] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:29 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1375] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:29 2026] GET /v2.0/security-groups?id=e09ffc63-45ae-4d35-9731-6519c9e28f26&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-09-01 19:50:29.775 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-86cccce5-7b7a-4bee-847e-2b304bedf054 - - - - - -] No port found with ID 45d4ed80-2b2b-44c9-8438-8f73c94a7367: RuntimeError: No port found with ID 45d4ed80-2b2b-44c9-8438-8f73c94a7367 2026-09-01 19:50:29.819 8 INFO neutron.db.ovn_revision_numbers_db [None req-7f9dfacf-a6b6-4f94-aad5-6bdc55d22a42 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource a4f6b5e8-9145-4856-a29b-617551684adf (type: security_groups) to 1 2026-09-01 19:50:29.830 8 INFO neutron.db.ovn_revision_numbers_db [None req-7f9dfacf-a6b6-4f94-aad5-6bdc55d22a42 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource 06ae1b05-fdd8-40b3-9f06-9525583e09db (type: security_group_rules) to 0 2026-09-01 19:50:29.858 8 INFO neutron.db.ovn_revision_numbers_db [None req-7f9dfacf-a6b6-4f94-aad5-6bdc55d22a42 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource 1bfd7d56-6311-458e-b815-234a91e727bf (type: security_group_rules) to 0 [pid: 7|app: 0|req: 691/1376] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:50:29 2026] GET /v2.0/security-groups?tenant_id=7c781f9b04bf44deb6eee17a13903d50&name=default => generated 2925 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:50:29.867 8 INFO neutron.db.ovn_revision_numbers_db [None req-7f9dfacf-a6b6-4f94-aad5-6bdc55d22a42 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource 3d38c84d-74f2-4f70-87c5-6be2d4506328 (type: security_group_rules) to 0 2026-09-01 19:50:29.884 8 INFO neutron.db.ovn_revision_numbers_db [None req-7f9dfacf-a6b6-4f94-aad5-6bdc55d22a42 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource b244cb2d-7282-4bc4-b597-3e2253f01d4a (type: security_group_rules) to 0 2026-09-01 19:50:29.984 8 INFO neutron.db.segments_db [None req-7f9dfacf-a6b6-4f94-aad5-6bdc55d22a42 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Added segment 9ad1bb1c-b3ad-4a78-a702-1623082cd01d of type geneve for network b923a6c9-e73a-413f-a134-1ff5017090c4 [pid: 7|app: 0|req: 692/1377] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:50:29 2026] DELETE /v2.0/security-groups/ec86d030-e9ac-4170-bab7-ac4ede032a09 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:50:30.137 8 INFO neutron.db.ovn_revision_numbers_db [None req-7f9dfacf-a6b6-4f94-aad5-6bdc55d22a42 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource b923a6c9-e73a-413f-a134-1ff5017090c4 (type: networks) to 1 [pid: 7|app: 0|req: 693/1378] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:50:30 2026] GET /v2.0/ports?tenant_id=b2a546c64fc54282a2e890655544ec68&device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 1213 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:50:30.376 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7f9dfacf-a6b6-4f94-aad5-6bdc55d22a42 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] No more DHCP agents 2026-09-01 19:50:30.377 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7f9dfacf-a6b6-4f94-aad5-6bdc55d22a42 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Unable to schedule network b923a6c9-e73a-413f-a134-1ff5017090c4: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:30.441 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-86cccce5-7b7a-4bee-847e-2b304bedf054 - - - - - -] OVN reports status down for port: 9e724210-e888-48fc-9b61-eb73974f1acd 2026-09-01 19:50:30.505 8 INFO neutron.db.ovn_revision_numbers_db [None req-7f9dfacf-a6b6-4f94-aad5-6bdc55d22a42 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource 9e724210-e888-48fc-9b61-eb73974f1acd (type: ports) to 1 [pid: 8|app: 0|req: 686/1379] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:50:29 2026] POST /v2.0/networks => generated 668 bytes in 1012 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:50:30.584 7 INFO neutron.db.ovn_revision_numbers_db [None req-14678291-8f54-402f-845f-0c478b7c1631 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource df16a243-f000-41e8-a884-2df40b115ece (type: security_groups) to 1 2026-09-01 19:50:30.597 7 INFO neutron.db.ovn_revision_numbers_db [None req-14678291-8f54-402f-845f-0c478b7c1631 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 3152c648-b3fd-4b8f-b3cf-4f46bd268612 (type: security_group_rules) to 0 2026-09-01 19:50:30.607 7 INFO neutron.db.ovn_revision_numbers_db [None req-14678291-8f54-402f-845f-0c478b7c1631 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 62ba7baf-d509-45ed-b084-e2560f2e57fb (type: security_group_rules) to 0 2026-09-01 19:50:30.618 7 INFO neutron.db.ovn_revision_numbers_db [None req-14678291-8f54-402f-845f-0c478b7c1631 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 6efe73e1-9260-4b62-b4f2-818c359d90be (type: security_group_rules) to 0 [pid: 8|app: 0|req: 687/1380] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:50:30 2026] GET /v2.0/networks?id=706eac78-4b56-485c-bc33-6cbe66837309 => generated 810 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:30.630 7 INFO neutron.db.ovn_revision_numbers_db [None req-14678291-8f54-402f-845f-0c478b7c1631 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f9e45c9e-22ca-44d0-b86b-bdca693bd5ee (type: security_group_rules) to 0 [pid: 7|app: 0|req: 694/1381] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:50:30 2026] GET /v2.0/security-groups?tenant_id=3337ed3a6b5043eea9f4351c6fa27185&name=default => generated 2925 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1382] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:50:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=fa1e9c7d-a37c-4114-94aa-72d90619d4eb => generated 861 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:30.771 8 INFO neutron.db.segments_db [None req-ea0c5d07-fac7-4173-9ebd-e7e909237bfb f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Added segment de6bd81b-f5c1-4b94-a0c5-0608fbdb65d1 of type geneve for network 8688f910-6995-488c-b25f-a96f29b2e03f 2026-09-01 19:50:30.916 8 INFO neutron.db.ovn_revision_numbers_db [None req-ea0c5d07-fac7-4173-9ebd-e7e909237bfb f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource 8688f910-6995-488c-b25f-a96f29b2e03f (type: networks) to 1 2026-09-01 19:50:31.058 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ea0c5d07-fac7-4173-9ebd-e7e909237bfb f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] No more DHCP agents 2026-09-01 19:50:31.059 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ea0c5d07-fac7-4173-9ebd-e7e909237bfb f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Unable to schedule network 8688f910-6995-488c-b25f-a96f29b2e03f: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:31.149 8 INFO neutron.db.ovn_revision_numbers_db [None req-ea0c5d07-fac7-4173-9ebd-e7e909237bfb f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource d236e2a8-aba3-4cc4-906e-901119b69424 (type: ports) to 1 [pid: 8|app: 0|req: 688/1383] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:50:30 2026] POST /v2.0/networks => generated 667 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1384] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:50:31 2026] GET /v2.0/subnets?id=3fff7547-ac63-45b9-b9bf-f637277d1a2e => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1385] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:31 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:31.257 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-164e0855-0f61-4e62-97e7-dec4e087c0a0 - - - - - -] OVN reports status down for port: d236e2a8-aba3-4cc4-906e-901119b69424 [pid: 7|app: 0|req: 696/1386] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:50:30 2026] DELETE /v2.0/security-groups/df16a243-f000-41e8-a884-2df40b115ece => generated 0 bytes in 694 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:50:31.393 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e50163e7-c3ea-40d1-93b3-5a0d2669211d f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] No more DHCP agents 2026-09-01 19:50:31.395 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e50163e7-c3ea-40d1-93b3-5a0d2669211d f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Unable to schedule network b923a6c9-e73a-413f-a134-1ff5017090c4: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 697/1387] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:50:31 2026] GET /v2.0/ports?network_id=706eac78-4b56-485c-bc33-6cbe66837309&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: 698/1388] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:31 2026] GET /v2.0/security-groups?id=e09ffc63-45ae-4d35-9731-6519c9e28f26&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1389] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:50:31 2026] GET /v2.0/networks/706eac78-4b56-485c-bc33-6cbe66837309?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: 700/1390] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:50:31 2026] GET /v2.0/networks/706eac78-4b56-485c-bc33-6cbe66837309?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:31.673 7 INFO neutron.db.ovn_revision_numbers_db [None req-4b7999be-dc2c-408f-8fd5-3fff99e635d2 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource fcabae8b-a1f5-4530-aa10-6cf248d7bddf (type: security_groups) to 1 2026-09-01 19:50:31.684 7 INFO neutron.db.ovn_revision_numbers_db [None req-4b7999be-dc2c-408f-8fd5-3fff99e635d2 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 40d7b481-4a7a-445d-8033-df5858138166 (type: security_group_rules) to 0 2026-09-01 19:50:31.697 7 INFO neutron.db.ovn_revision_numbers_db [None req-4b7999be-dc2c-408f-8fd5-3fff99e635d2 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 80efa67d-f2ae-4875-a730-3c1add485956 (type: security_group_rules) to 0 2026-09-01 19:50:31.718 7 INFO neutron.db.ovn_revision_numbers_db [None req-4b7999be-dc2c-408f-8fd5-3fff99e635d2 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 888b88a6-0a63-4abb-afde-f43feed95090 (type: security_group_rules) to 0 2026-09-01 19:50:31.731 7 INFO neutron.db.ovn_revision_numbers_db [None req-4b7999be-dc2c-408f-8fd5-3fff99e635d2 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e2960d9b-173f-4953-8aa5-0b084e66a11a (type: security_group_rules) to 0 2026-09-01 19:50:31.761 8 INFO neutron.db.ovn_revision_numbers_db [None req-70f8bb06-5174-4404-97e4-463da29e6457 - - - - - -] Successfully bumped revision number for resource 9e724210-e888-48fc-9b61-eb73974f1acd (type: ports) to 2 [pid: 7|app: 0|req: 701/1391] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:50:31 2026] GET /v2.0/security-groups?tenant_id=f1fe6861e3904fbc9b99ff1a8c93d2e4&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:50:31.791 8 INFO neutron.db.ovn_revision_numbers_db [None req-70f8bb06-5174-4404-97e4-463da29e6457 - - - - - -] Successfully bumped revision number for resource 713963cf-fdfa-432b-836f-cd3e5520703b (type: subnets) to 0 [pid: 8|app: 0|req: 691/1392] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:50:31 2026] POST /v2.0/subnets => generated 626 bytes in 573 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1393] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:50:31 2026] DELETE /v2.0/security-groups/fcabae8b-a1f5-4530-aa10-6cf248d7bddf => generated 0 bytes in 233 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:50:32.188 7 INFO neutron.db.ovn_revision_numbers_db [None req-585d7ad8-d000-414e-836d-7f5cb5b0b485 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 073bf7c0-7217-4e88-a99b-1934334ed567 (type: security_groups) to 1 2026-09-01 19:50:32.201 7 INFO neutron.db.ovn_revision_numbers_db [None req-585d7ad8-d000-414e-836d-7f5cb5b0b485 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 449a8b23-7b72-46b3-a9b9-0bf93590aaae (type: security_group_rules) to 0 2026-09-01 19:50:32.216 7 INFO neutron.db.ovn_revision_numbers_db [None req-585d7ad8-d000-414e-836d-7f5cb5b0b485 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 8ee01de8-d2ee-4baf-bda4-e264970a8c9c (type: security_group_rules) to 0 2026-09-01 19:50:32.232 7 INFO neutron.db.ovn_revision_numbers_db [None req-585d7ad8-d000-414e-836d-7f5cb5b0b485 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 943f57b5-8d62-4fde-8b1b-addbb3a55aa1 (type: security_group_rules) to 0 2026-09-01 19:50:32.244 7 INFO neutron.db.ovn_revision_numbers_db [None req-585d7ad8-d000-414e-836d-7f5cb5b0b485 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource fa2409c3-252d-49c1-ba3d-177f653d5be4 (type: security_group_rules) to 0 2026-09-01 19:50:32.272 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5c681f6f-c72c-466d-a365-774b00c1a045 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] No more DHCP agents 2026-09-01 19:50:32.273 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5c681f6f-c72c-466d-a365-774b00c1a045 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Unable to schedule network 8688f910-6995-488c-b25f-a96f29b2e03f: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:32.338 7 INFO neutron.db.segments_db [None req-585d7ad8-d000-414e-836d-7f5cb5b0b485 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Added segment 13281527-0204-4016-8ad7-2e3d358c8296 of type geneve for network 0432e2e7-c218-4c3d-a8f4-35b0f7585e5b 2026-09-01 19:50:32.466 7 INFO neutron.db.ovn_revision_numbers_db [None req-585d7ad8-d000-414e-836d-7f5cb5b0b485 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 0432e2e7-c218-4c3d-a8f4-35b0f7585e5b (type: networks) to 1 2026-09-01 19:50:32.626 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-585d7ad8-d000-414e-836d-7f5cb5b0b485 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:50:32.627 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-585d7ad8-d000-414e-836d-7f5cb5b0b485 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 0432e2e7-c218-4c3d-a8f4-35b0f7585e5b: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:32.668 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-164e0855-0f61-4e62-97e7-dec4e087c0a0 - - - - - -] OVN reports status down for port: 8baafb3a-d34c-4f59-89d1-d4d99cf004b2 2026-09-01 19:50:32.746 7 INFO neutron.db.ovn_revision_numbers_db [None req-585d7ad8-d000-414e-836d-7f5cb5b0b485 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 8baafb3a-d34c-4f59-89d1-d4d99cf004b2 (type: ports) to 1 2026-09-01 19:50:32.746 8 INFO neutron.db.ovn_revision_numbers_db [None req-3faf90e6-ff94-4239-af95-e0a24baab7eb - - - - - -] Successfully bumped revision number for resource d236e2a8-aba3-4cc4-906e-901119b69424 (type: ports) to 2 [pid: 7|app: 0|req: 702/1394] 10.0.0.4 () {34 vars in 669 bytes} [Tue Sep 1 19:50:31 2026] POST /v2.0/networks => generated 787 bytes in 1014 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:50:32.796 8 INFO neutron.db.ovn_revision_numbers_db [None req-3faf90e6-ff94-4239-af95-e0a24baab7eb - - - - - -] Successfully bumped revision number for resource 6b352c13-d506-461e-b182-9c82b819abc6 (type: subnets) to 0 [pid: 8|app: 0|req: 693/1395] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:50:32 2026] POST /v2.0/subnets => generated 626 bytes in 775 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1396] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:32 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:32.971 7 INFO neutron.db.ovn_revision_numbers_db [None req-605335e8-d470-41c8-acc7-24a6763ffaa7 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource b84f8052-4792-467a-958a-a4df4e2ab91b (type: routers) to 1 [pid: 7|app: 0|req: 704/1397] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:50:32 2026] POST /v2.0/routers => generated 602 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:50:32.994 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a544e105-2f90-45d7-8268-2e0cb47f549d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:50:32.995 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a544e105-2f90-45d7-8268-2e0cb47f549d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 0432e2e7-c218-4c3d-a8f4-35b0f7585e5b: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 705/1398] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:32 2026] GET /v2.0/security-groups?id=e09ffc63-45ae-4d35-9731-6519c9e28f26&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:33.385 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e82dde11-a151-4260-92ab-689057095cb9 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] No more DHCP agents 2026-09-01 19:50:33.386 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e82dde11-a151-4260-92ab-689057095cb9 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Unable to schedule network b923a6c9-e73a-413f-a134-1ff5017090c4: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:33.441 8 INFO neutron.db.ovn_revision_numbers_db [None req-69eb51b2-2ef9-4cfb-a22d-756434d53130 - - - - - -] Successfully bumped revision number for resource 8baafb3a-d34c-4f59-89d1-d4d99cf004b2 (type: ports) to 2 2026-09-01 19:50:33.486 8 INFO neutron.db.ovn_revision_numbers_db [None req-69eb51b2-2ef9-4cfb-a22d-756434d53130 - - - - - -] Successfully bumped revision number for resource 3f2ccae4-cbf2-44e7-a561-04cfca3faa17 (type: subnets) to 0 [pid: 8|app: 0|req: 694/1399] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:50:32 2026] POST /v2.0/subnets => generated 693 bytes in 691 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:50:33.538 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-164e0855-0f61-4e62-97e7-dec4e087c0a0 - - - - - -] OVN reports status down for port: d4788069-0e45-4b0c-8b39-174dc908ba7f 2026-09-01 19:50:33.610 7 INFO neutron.db.ovn_revision_numbers_db [None req-e82dde11-a151-4260-92ab-689057095cb9 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource d4788069-0e45-4b0c-8b39-174dc908ba7f (type: ports) to 1 2026-09-01 19:50:33.700 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-164e0855-0f61-4e62-97e7-dec4e087c0a0 - - - - - -] OVN reports status down for port: fa1e9c7d-a37c-4114-94aa-72d90619d4eb 2026-09-01 19:50:33.992 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-af664006-ff85-4330-a4ff-53cfae13a3f6'] response: {'server_uuid': '2f910dec-57f8-4501-a490-7d5c67ee9461', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'fa1e9c7d-a37c-4114-94aa-72d90619d4eb', 'code': 200} 2026-09-01 19:50:34.082 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cae37906-84c6-4191-866e-7235175caa6c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:50:34.083 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cae37906-84c6-4191-866e-7235175caa6c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:34.162 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-86cccce5-7b7a-4bee-847e-2b304bedf054 - - - - - -] OVN reports status down for port: a3ccad87-925f-4373-8c1c-c712f6d5ef25 2026-09-01 19:50:34.210 8 INFO neutron.db.ovn_revision_numbers_db [None req-cae37906-84c6-4191-866e-7235175caa6c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a3ccad87-925f-4373-8c1c-c712f6d5ef25 (type: ports) to 1 2026-09-01 19:50:34.244 7 INFO neutron.db.ovn_revision_numbers_db [None req-164e0855-0f61-4e62-97e7-dec4e087c0a0 - - - - - -] Successfully bumped revision number for resource fa1e9c7d-a37c-4114-94aa-72d90619d4eb (type: ports) to 6 2026-09-01 19:50:34.467 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7264dc2e-a71a-4e85-90c2-86cc1ef0a137 - - - - - -] OVN reports status up for port: d4788069-0e45-4b0c-8b39-174dc908ba7f 2026-09-01 19:50:34.502 7 INFO neutron.plugins.ml2.plugin [None req-7264dc2e-a71a-4e85-90c2-86cc1ef0a137 - - - - - -] Attempt 1 to provision port d4788069-0e45-4b0c-8b39-174dc908ba7f 2026-09-01 19:50:34.611 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e82dde11-a151-4260-92ab-689057095cb9 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] No more DHCP agents 2026-09-01 19:50:34.613 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e82dde11-a151-4260-92ab-689057095cb9 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Unable to schedule network b923a6c9-e73a-413f-a134-1ff5017090c4: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:34.826 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-deb7c733-3afc-49a0-b2df-41f9bbb51836 - - - - - -] Schedule LRP lrp-a3ccad87-925f-4373-8c1c-c712f6d5ef25 on gateway 981b1d13-d3f6-4b65-a230-c40efece3bd4 with priority 1 2026-09-01 19:50:34.839 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-86cccce5-7b7a-4bee-847e-2b304bedf054 - - - - - -] OVN reports status up for port: a3ccad87-925f-4373-8c1c-c712f6d5ef25 2026-09-01 19:50:34.870 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-339ea074-acf3-4a6d-802d-a4802cab94af - - - - - -] Router 2fa64259-2417-4a65-b565-4b3b25142fc7 is bound to host instance 2026-09-01 19:50:34.934 8 INFO neutron.plugins.ml2.plugin [None req-86cccce5-7b7a-4bee-847e-2b304bedf054 - - - - - -] Attempt 1 to provision port a3ccad87-925f-4373-8c1c-c712f6d5ef25 2026-09-01 19:50:34.936 8 INFO neutron.db.ovn_revision_numbers_db [None req-cae37906-84c6-4191-866e-7235175caa6c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a3ccad87-925f-4373-8c1c-c712f6d5ef25 (type: router_ports) to 1 2026-09-01 19:50:35.044 7 INFO neutron.db.ovn_revision_numbers_db [None req-e82dde11-a151-4260-92ab-689057095cb9 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource d4788069-0e45-4b0c-8b39-174dc908ba7f (type: router_ports) to 1 [pid: 7|app: 0|req: 706/1400] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:50:33 2026] PUT /v2.0/routers/b84f8052-4792-467a-958a-a4df4e2ab91b/add_router_interface => generated 309 bytes in 2051 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-09-01 19:50:35.106 8 INFO neutron.db.ovn_revision_numbers_db [None req-cae37906-84c6-4191-866e-7235175caa6c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 2fa64259-2417-4a65-b565-4b3b25142fc7 (type: routers) to 2 [pid: 8|app: 0|req: 695/1401] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:50:33 2026] POST /v2.0/routers => generated 971 bytes in 1621 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1402] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:50:35 2026] GET /v2.0/ports/d4788069-0e45-4b0c-8b39-174dc908ba7f => generated 943 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1403] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:35 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 973 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:35.328 7 INFO neutron.db.ovn_revision_numbers_db [None req-7264dc2e-a71a-4e85-90c2-86cc1ef0a137 - - - - - -] Successfully bumped revision number for resource d4788069-0e45-4b0c-8b39-174dc908ba7f (type: ports) to 2 2026-09-01 19:50:35.661 7 INFO neutron.db.ovn_revision_numbers_db [None req-c6f6ff46-18ba-4c2a-8ed1-9cadfc63477f - - - - - -] Successfully bumped revision number for resource d4788069-0e45-4b0c-8b39-174dc908ba7f (type: router_ports) to 2 2026-09-01 19:50:35.941 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7d136c38-7cbc-4d68-910e-0b89e4ed180e f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] No more DHCP agents 2026-09-01 19:50:35.942 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7d136c38-7cbc-4d68-910e-0b89e4ed180e f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Unable to schedule network 8688f910-6995-488c-b25f-a96f29b2e03f: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:36.042 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae54febb-ff2f-48d8-81c9-e81df87debd9'] response: {'server_uuid': '2f910dec-57f8-4501-a490-7d5c67ee9461', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'fa1e9c7d-a37c-4114-94aa-72d90619d4eb', 'code': 200} 2026-09-01 19:50:36.095 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c6f6ff46-18ba-4c2a-8ed1-9cadfc63477f - - - - - -] OVN reports status down for port: f93a2251-a688-4536-8ee6-bc1d89738565 2026-09-01 19:50:36.096 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d2d79bc6-657f-4d2b-8d62-7f6dec648560 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:50:36.101 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d2d79bc6-657f-4d2b-8d62-7f6dec648560 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 0432e2e7-c218-4c3d-a8f4-35b0f7585e5b: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:36.195 7 INFO neutron.db.ovn_revision_numbers_db [None req-7d136c38-7cbc-4d68-910e-0b89e4ed180e f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource f93a2251-a688-4536-8ee6-bc1d89738565 (type: ports) to 1 2026-09-01 19:50:36.531 8 INFO neutron.db.ovn_revision_numbers_db [None req-d2d79bc6-657f-4d2b-8d62-7f6dec648560 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 2590616c-f152-4ee0-9519-9f6356c684da (type: ports) to 1 2026-09-01 19:50:36.850 8 INFO neutron.db.ovn_revision_numbers_db [None req-8b9bb2c3-35a8-408e-98b8-ef09c08f35aa - - - - - -] Successfully bumped revision number for resource a3ccad87-925f-4373-8c1c-c712f6d5ef25 (type: ports) to 4 2026-09-01 19:50:36.873 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c6f6ff46-18ba-4c2a-8ed1-9cadfc63477f - - - - - -] OVN reports status up for port: fa1e9c7d-a37c-4114-94aa-72d90619d4eb 2026-09-01 19:50:36.931 7 INFO neutron.plugins.ml2.plugin [None req-c6f6ff46-18ba-4c2a-8ed1-9cadfc63477f - - - - - -] Attempt 1 to provision port fa1e9c7d-a37c-4114-94aa-72d90619d4eb 2026-09-01 19:50:37.137 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7d136c38-7cbc-4d68-910e-0b89e4ed180e f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] No more DHCP agents 2026-09-01 19:50:37.138 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7d136c38-7cbc-4d68-910e-0b89e4ed180e f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Unable to schedule network 8688f910-6995-488c-b25f-a96f29b2e03f: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:37.281 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-86cccce5-7b7a-4bee-847e-2b304bedf054 - - - - - -] OVN reports status down for port: 2590616c-f152-4ee0-9519-9f6356c684da 2026-09-01 19:50:37.289 7 INFO neutron.db.ovn_revision_numbers_db [None req-c6f6ff46-18ba-4c2a-8ed1-9cadfc63477f - - - - - -] Successfully bumped revision number for resource fa1e9c7d-a37c-4114-94aa-72d90619d4eb (type: ports) to 7 2026-09-01 19:50:37.465 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-04c10689-0011-435e-a387-b10504e9855b - - - - - -] OVN reports status up for port: f93a2251-a688-4536-8ee6-bc1d89738565 2026-09-01 19:50:37.490 7 INFO neutron.plugins.ml2.plugin [None req-04c10689-0011-435e-a387-b10504e9855b - - - - - -] Attempt 1 to provision port f93a2251-a688-4536-8ee6-bc1d89738565 2026-09-01 19:50:37.510 7 INFO neutron.db.ovn_revision_numbers_db [None req-7d136c38-7cbc-4d68-910e-0b89e4ed180e f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource f93a2251-a688-4536-8ee6-bc1d89738565 (type: router_ports) to 1 [pid: 7|app: 0|req: 708/1404] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:50:35 2026] PUT /v2.0/routers/b84f8052-4792-467a-958a-a4df4e2ab91b/add_router_interface => generated 309 bytes in 2238 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: 709/1405] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:37 2026] GET /v2.0/security-groups?id=e09ffc63-45ae-4d35-9731-6519c9e28f26&fields=id&fields=name => generated 113 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:37.704 8 INFO neutron.db.ovn_revision_numbers_db [None req-8b9bb2c3-35a8-408e-98b8-ef09c08f35aa - - - - - -] Successfully bumped revision number for resource a3ccad87-925f-4373-8c1c-c712f6d5ef25 (type: ports) to 5 [pid: 7|app: 0|req: 710/1406] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:50:37 2026] GET /v2.0/ports/f93a2251-a688-4536-8ee6-bc1d89738565 => generated 941 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:37.886 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-86cccce5-7b7a-4bee-847e-2b304bedf054 - - - - - -] OVN reports status up for port: 2590616c-f152-4ee0-9519-9f6356c684da 2026-09-01 19:50:37.947 8 INFO neutron.plugins.ml2.plugin [None req-86cccce5-7b7a-4bee-847e-2b304bedf054 - - - - - -] Attempt 1 to provision port 2590616c-f152-4ee0-9519-9f6356c684da 2026-09-01 19:50:38.088 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d2d79bc6-657f-4d2b-8d62-7f6dec648560 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:50:38.096 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d2d79bc6-657f-4d2b-8d62-7f6dec648560 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 0432e2e7-c218-4c3d-a8f4-35b0f7585e5b: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:38.120 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8efbae5-90a4-43c9-99cf-c89e87b3f8f3'] response: {'server_uuid': '2f910dec-57f8-4501-a490-7d5c67ee9461', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fa1e9c7d-a37c-4114-94aa-72d90619d4eb', 'code': 200} 2026-09-01 19:50:38.121 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8efbae5-90a4-43c9-99cf-c89e87b3f8f3'] response: {'server_uuid': '2f910dec-57f8-4501-a490-7d5c67ee9461', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fa1e9c7d-a37c-4114-94aa-72d90619d4eb', 'code': 200} 2026-09-01 19:50:38.258 7 INFO neutron.db.ovn_revision_numbers_db [None req-04c10689-0011-435e-a387-b10504e9855b - - - - - -] Successfully bumped revision number for resource f93a2251-a688-4536-8ee6-bc1d89738565 (type: ports) to 2 2026-09-01 19:50:38.320 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab1cb4f7-97db-4033-b2a8-f55ca369c42e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 05edebf2-cde7-4c96-8670-81625bce3d6c (type: security_groups) to 1 2026-09-01 19:50:38.354 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab1cb4f7-97db-4033-b2a8-f55ca369c42e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 1cf93556-a359-4a38-a714-4d09e5dac812 (type: security_group_rules) to 0 2026-09-01 19:50:38.387 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab1cb4f7-97db-4033-b2a8-f55ca369c42e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 49634304-0655-4b9a-a932-da82b6a09cd8 (type: security_group_rules) to 0 2026-09-01 19:50:38.406 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab1cb4f7-97db-4033-b2a8-f55ca369c42e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 658e6a9b-9378-4af3-9af9-09944836f320 (type: security_group_rules) to 0 2026-09-01 19:50:38.451 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab1cb4f7-97db-4033-b2a8-f55ca369c42e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 90e3dc93-88f8-4d0f-9705-7b5413903cef (type: security_group_rules) to 0 2026-09-01 19:50:38.461 7 INFO neutron.db.ovn_revision_numbers_db [None req-97829555-ef9f-459d-8db0-f23c906f5a5f - - - - - -] Successfully bumped revision number for resource f93a2251-a688-4536-8ee6-bc1d89738565 (type: router_ports) to 2 [pid: 7|app: 0|req: 711/1407] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:50:37 2026] GET /v2.0/security-groups?tenant_id=ec175abfe1cf46178606b0578f7f4020&name=default => generated 2925 bytes in 795 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1408] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:50:38 2026] GET /v2.0/ports/f93a2251-a688-4536-8ee6-bc1d89738565 => generated 943 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:38.645 8 INFO neutron.db.ovn_revision_numbers_db [None req-86cccce5-7b7a-4bee-847e-2b304bedf054 - - - - - -] Successfully bumped revision number for resource 2590616c-f152-4ee0-9519-9f6356c684da (type: ports) to 2 [pid: 7|app: 0|req: 713/1409] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:50:38 2026] DELETE /v2.0/security-groups/05edebf2-cde7-4c96-8670-81625bce3d6c => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:50:39.018 8 INFO neutron.db.ovn_revision_numbers_db [None req-d2d79bc6-657f-4d2b-8d62-7f6dec648560 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 2590616c-f152-4ee0-9519-9f6356c684da (type: router_ports) to 1 [pid: 8|app: 0|req: 697/1410] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:50:35 2026] PUT /v2.0/routers/2fa64259-2417-4a65-b565-4b3b25142fc7/add_router_interface => generated 309 bytes in 3809 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:39.068 8 INFO neutron.db.ovn_revision_numbers_db [None req-3082079f-ebf7-4de0-b906-da95eed1eaf9 - - - - - -] Successfully bumped revision number for resource 2590616c-f152-4ee0-9519-9f6356c684da (type: router_ports) to 2 [pid: 8|app: 0|req: 698/1411] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:39 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:39.165 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b80f2d5-3047-46ee-9f2b-8e4f0217a77d f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] TaaS: Handle Delete Port: f93a2251-a688-4536-8ee6-bc1d89738565 2026-09-01 19:50:39.168 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b80f2d5-3047-46ee-9f2b-8e4f0217a77d f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Tap Mirror: Handle Delete Port: f93a2251-a688-4536-8ee6-bc1d89738565 2026-09-01 19:50:39.255 8 INFO neutron.db.ovn_revision_numbers_db [None req-9b14c420-1fe6-4825-90b5-909ef52c9165 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4eec8b1a-ef47-4e25-a343-5ff6b52cb3dd (type: security_groups) to 1 2026-09-01 19:50:39.296 8 INFO neutron.db.ovn_revision_numbers_db [None req-9b14c420-1fe6-4825-90b5-909ef52c9165 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 5743d387-3514-4a10-8fd3-e0c29b7a021c (type: security_group_rules) to 0 2026-09-01 19:50:39.313 8 INFO neutron.db.ovn_revision_numbers_db [None req-9b14c420-1fe6-4825-90b5-909ef52c9165 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 90c4218d-70b3-4316-865a-e359e3724be8 (type: security_group_rules) to 0 2026-09-01 19:50:39.336 8 INFO neutron.db.ovn_revision_numbers_db [None req-9b14c420-1fe6-4825-90b5-909ef52c9165 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 9a34f190-d107-4223-b1ae-47e728e07530 (type: security_group_rules) to 0 2026-09-01 19:50:39.346 8 INFO neutron.db.ovn_revision_numbers_db [None req-9b14c420-1fe6-4825-90b5-909ef52c9165 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e3d927a7-7f87-4bb1-b21b-eceec46e2b00 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 699/1412] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:50:39 2026] GET /v2.0/security-groups?tenant_id=0b11f9ad37094e979668ab71f5b15b2d&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1413] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:39 2026] GET /v2.0/security-groups?id=e09ffc63-45ae-4d35-9731-6519c9e28f26&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1414] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:50:38 2026] PUT /v2.0/routers/b84f8052-4792-467a-958a-a4df4e2ab91b/remove_router_interface => generated 309 bytes in 661 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: 715/1415] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:50:39 2026] GET /v2.0/ports/d4788069-0e45-4b0c-8b39-174dc908ba7f => generated 943 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1416] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:50:39 2026] DELETE /v2.0/security-groups/4eec8b1a-ef47-4e25-a343-5ff6b52cb3dd => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:50:39.827 7 INFO neutron_taas.services.taas.taas_plugin [None req-96595f53-58b5-4d57-a923-f81629e2b53c f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] TaaS: Handle Delete Port: d4788069-0e45-4b0c-8b39-174dc908ba7f 2026-09-01 19:50:39.830 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96595f53-58b5-4d57-a923-f81629e2b53c f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Tap Mirror: Handle Delete Port: d4788069-0e45-4b0c-8b39-174dc908ba7f [pid: 8|app: 0|req: 702/1417] 10.0.0.147 () {34 vars in 982 bytes} [Tue Sep 1 19:50:40 2026] GET /v2.0/networks?id=0432e2e7-c218-4c3d-a8f4-35b0f7585e5b => generated 716 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1418] 10.0.0.147 () {34 vars in 965 bytes} [Tue Sep 1 19:50:40 2026] GET /v2.0/quotas/4d4e9458396f453c9ebcdeb54e8e6a18 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1419] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:50:39 2026] PUT /v2.0/routers/b84f8052-4792-467a-958a-a4df4e2ab91b/remove_router_interface => generated 309 bytes in 579 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: 717/1420] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:50:40 2026] GET /v2.0/ports?device_id=b84f8052-4792-467a-958a-a4df4e2ab91b => 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: 704/1421] 10.0.0.147 () {34 vars in 1002 bytes} [Tue Sep 1 19:50:40 2026] GET /v2.0/ports?tenant_id=4d4e9458396f453c9ebcdeb54e8e6a18&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: 705/1422] 10.0.0.147 () {34 vars in 1008 bytes} [Tue Sep 1 19:50:40 2026] GET /v2.0/networks/0432e2e7-c218-4c3d-a8f4-35b0f7585e5b?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: 706/1423] 10.0.0.147 () {34 vars in 1108 bytes} [Tue Sep 1 19:50:40 2026] GET /v2.0/networks/0432e2e7-c218-4c3d-a8f4-35b0f7585e5b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1424] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:40 2026] DELETE /v2.0/routers/b84f8052-4792-467a-958a-a4df4e2ab91b => 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: 719/1425] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:40 2026] GET /v2.0/ports?device_id=53091799-e8e9-4876-9f1f-f58c91e25a5e => 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: 720/1426] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:40 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1427] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:40 2026] GET /v2.0/security-groups?id=e09ffc63-45ae-4d35-9731-6519c9e28f26&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: 707/1428] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:40 2026] DELETE /v2.0/subnets/6b352c13-d506-461e-b182-9c82b819abc6 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1429] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:40 2026] DELETE /v2.0/subnets/713963cf-fdfa-432b-836f-cd3e5520703b => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:50:41.023 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d2bc22f-516e-4e65-9643-5684318f3e9e f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] TaaS: Handle Delete Port: d236e2a8-aba3-4cc4-906e-901119b69424 2026-09-01 19:50:41.027 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d2bc22f-516e-4e65-9643-5684318f3e9e f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Tap Mirror: Handle Delete Port: d236e2a8-aba3-4cc4-906e-901119b69424 2026-09-01 19:50:41.213 8 INFO neutron.services.segments.plugin [-] Segment de6bd81b-f5c1-4b94-a0c5-0608fbdb65d1 resource provider aggregate not found 2026-09-01 19:50:41.218 8 INFO neutron.services.segments.plugin [-] Segment de6bd81b-f5c1-4b94-a0c5-0608fbdb65d1 resource provider aggregate not found 2026-09-01 19:50:41.239 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment de6bd81b-f5c1-4b94-a0c5-0608fbdb65d1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de6bd81b-f5c1-4b94-a0c5-0608fbdb65d1 found for delete ", "request_id": "req-5051aa80-8c4e-4df0-9160-173b6611cf6a"}]} 2026-09-01 19:50:41.240 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment de6bd81b-f5c1-4b94-a0c5-0608fbdb65d1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de6bd81b-f5c1-4b94-a0c5-0608fbdb65d1 found for delete ", "request_id": "req-c289a176-cc80-4928-ae93-3da0792190bc"}]} [pid: 8|app: 0|req: 708/1430] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:50:40 2026] DELETE /v2.0/networks/8688f910-6995-488c-b25f-a96f29b2e03f => generated 0 bytes in 407 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:50:41.413 7 INFO neutron_taas.services.taas.taas_plugin [None req-11f86c58-fa81-4770-9a68-8955d69368e8 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] TaaS: Handle Delete Port: 9e724210-e888-48fc-9b61-eb73974f1acd 2026-09-01 19:50:41.415 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11f86c58-fa81-4770-9a68-8955d69368e8 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Tap Mirror: Handle Delete Port: 9e724210-e888-48fc-9b61-eb73974f1acd [pid: 8|app: 0|req: 711/1433] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:41 2026] GET /v2.0/ports?device_id=53091799-e8e9-4876-9f1f-f58c91e25a5e => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:41.649 7 INFO neutron.services.segments.plugin [-] Segment 9ad1bb1c-b3ad-4a78-a702-1623082cd01d resource provider aggregate not found 2026-09-01 19:50:41.654 7 INFO neutron.services.segments.plugin [-] Segment 9ad1bb1c-b3ad-4a78-a702-1623082cd01d resource provider aggregate not found 2026-09-01 19:50:41.669 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9ad1bb1c-b3ad-4a78-a702-1623082cd01d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ad1bb1c-b3ad-4a78-a702-1623082cd01d found for delete ", "request_id": "req-32dd0b4b-2e34-4bac-b520-23264b793f93"}]} 2026-09-01 19:50:41.671 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9ad1bb1c-b3ad-4a78-a702-1623082cd01d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ad1bb1c-b3ad-4a78-a702-1623082cd01d found for delete ", "request_id": "req-02b01d0d-e0df-4468-9c40-48fdb81959d4"}]} [pid: 7|app: 0|req: 723/1434] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:50:41 2026] DELETE /v2.0/networks/b923a6c9-e73a-413f-a134-1ff5017090c4 => generated 0 bytes in 436 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:50:41.794 8 INFO neutron.db.segments_db [None req-a1d51d43-e5dc-4149-b434-f51d3afeacbf f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Added segment d02982f5-47b7-47b0-a241-93bd1918fd68 of type geneve for network 62a38ff7-feb9-47cd-bd53-279a9a864399 2026-09-01 19:50:41.917 8 INFO neutron.db.ovn_revision_numbers_db [None req-a1d51d43-e5dc-4149-b434-f51d3afeacbf f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource 62a38ff7-feb9-47cd-bd53-279a9a864399 (type: networks) to 1 2026-09-01 19:50:42.064 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a1d51d43-e5dc-4149-b434-f51d3afeacbf f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] No more DHCP agents 2026-09-01 19:50:42.065 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a1d51d43-e5dc-4149-b434-f51d3afeacbf f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Unable to schedule network 62a38ff7-feb9-47cd-bd53-279a9a864399: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:42.111 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3082079f-ebf7-4de0-b906-da95eed1eaf9 - - - - - -] OVN reports status down for port: f876c76c-a23f-4d05-b100-a24be4fa2632 2026-09-01 19:50:42.171 8 INFO neutron.db.ovn_revision_numbers_db [None req-a1d51d43-e5dc-4149-b434-f51d3afeacbf f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource f876c76c-a23f-4d05-b100-a24be4fa2632 (type: ports) to 1 [pid: 8|app: 0|req: 712/1435] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:50:41 2026] POST /v2.0/networks => generated 667 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:50:42.413 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5bc4ed47-90f9-4a48-a28e-3e76b1f9ba31 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] No more DHCP agents 2026-09-01 19:50:42.414 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5bc4ed47-90f9-4a48-a28e-3e76b1f9ba31 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Unable to schedule network 62a38ff7-feb9-47cd-bd53-279a9a864399: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 713/1436] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:42 2026] GET /v2.0/ports?device_id=53091799-e8e9-4876-9f1f-f58c91e25a5e => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:42.845 7 INFO neutron.db.ovn_revision_numbers_db [None req-40702db8-bb48-4236-9855-af5ce539609a - - - - - -] Successfully bumped revision number for resource f876c76c-a23f-4d05-b100-a24be4fa2632 (type: ports) to 2 2026-09-01 19:50:42.905 7 INFO neutron.db.ovn_revision_numbers_db [None req-40702db8-bb48-4236-9855-af5ce539609a - - - - - -] Successfully bumped revision number for resource bd250594-24fc-418b-b45d-e8affa278562 (type: subnets) to 0 [pid: 7|app: 0|req: 724/1437] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:50:42 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-09-01 19:50:43.065 8 INFO neutron.db.ovn_revision_numbers_db [None req-41b52e70-6646-4440-9d12-a6cb2a1f671e f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource 6d04b778-24d1-432b-8c48-ddee732b3376 (type: routers) to 1 [pid: 8|app: 0|req: 714/1438] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:50:42 2026] POST /v2.0/routers => generated 602 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:50:43.509 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f438e269-71f8-454e-82aa-52029415cec4 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] No more DHCP agents 2026-09-01 19:50:43.510 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f438e269-71f8-454e-82aa-52029415cec4 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Unable to schedule network 62a38ff7-feb9-47cd-bd53-279a9a864399: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:43.619 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3082079f-ebf7-4de0-b906-da95eed1eaf9 - - - - - -] OVN reports status down for port: 452fab6d-197b-48a5-91ce-7bec31bcb6f2 2026-09-01 19:50:43.632 7 INFO neutron.db.ovn_revision_numbers_db [None req-f438e269-71f8-454e-82aa-52029415cec4 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource 452fab6d-197b-48a5-91ce-7bec31bcb6f2 (type: ports) to 1 [pid: 7|app: 0|req: 725/1439] 10.0.0.4 () {34 vars in 663 bytes} [Tue Sep 1 19:50:43 2026] POST /v2.0/ports => generated 947 bytes in 574 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-09-01 19:50:43.849 8 INFO neutron.db.ovn_revision_numbers_db [None req-4c3e90be-2466-4c02-84aa-f9fbcd565b45 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 5247a7b3-01f7-4a9d-a16d-bc4a71394ced (type: security_groups) to 1 2026-09-01 19:50:43.865 8 INFO neutron.db.ovn_revision_numbers_db [None req-4c3e90be-2466-4c02-84aa-f9fbcd565b45 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 66d6999f-128d-4443-becb-37177f289b18 (type: security_group_rules) to 0 2026-09-01 19:50:43.883 8 INFO neutron.db.ovn_revision_numbers_db [None req-4c3e90be-2466-4c02-84aa-f9fbcd565b45 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 7262c28c-cfe0-43a9-b1d6-4e32037fa18b (type: security_group_rules) to 0 2026-09-01 19:50:43.895 8 INFO neutron.db.ovn_revision_numbers_db [None req-4c3e90be-2466-4c02-84aa-f9fbcd565b45 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 88f4cbd5-6752-4570-8f57-52086e0f9326 (type: security_group_rules) to 0 2026-09-01 19:50:43.917 8 INFO neutron.db.ovn_revision_numbers_db [None req-4c3e90be-2466-4c02-84aa-f9fbcd565b45 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ab6a5eab-c149-416f-a906-7d1f4e0f1fe0 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 715/1440] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:50:43 2026] GET /v2.0/security-groups?tenant_id=1d92d76b55d148a7be56c142a4e2a248&name=default => generated 2925 bytes in 510 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1441] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:43 2026] GET /v2.0/ports?device_id=53091799-e8e9-4876-9f1f-f58c91e25a5e => 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: 717/1442] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:50:43 2026] DELETE /v2.0/security-groups/5247a7b3-01f7-4a9d-a16d-bc4a71394ced => generated 0 bytes in 221 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:50:44.193 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3082079f-ebf7-4de0-b906-da95eed1eaf9 - - - - - -] OVN reports status up for port: 452fab6d-197b-48a5-91ce-7bec31bcb6f2 2026-09-01 19:50:44.204 8 INFO neutron.plugins.ml2.plugin [None req-3082079f-ebf7-4de0-b906-da95eed1eaf9 - - - - - -] Attempt 1 to provision port 452fab6d-197b-48a5-91ce-7bec31bcb6f2 2026-09-01 19:50:44.205 7 INFO neutron.db.ovn_revision_numbers_db [None req-879d3d49-b336-476e-94c3-c7e1f0d1dec4 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource 452fab6d-197b-48a5-91ce-7bec31bcb6f2 (type: ports) to 2 2026-09-01 19:50:44.546 8 INFO neutron.db.ovn_revision_numbers_db [None req-3082079f-ebf7-4de0-b906-da95eed1eaf9 - - - - - -] Successfully bumped revision number for resource 452fab6d-197b-48a5-91ce-7bec31bcb6f2 (type: ports) to 3 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 718/1443] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:50:44 2026] GET /v2.0/networks?id=0432e2e7-c218-4c3d-a8f4-35b0f7585e5b => generated 716 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:44.889 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-879d3d49-b336-476e-94c3-c7e1f0d1dec4 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] No more DHCP agents 2026-09-01 19:50:44.891 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-879d3d49-b336-476e-94c3-c7e1f0d1dec4 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Unable to schedule network 62a38ff7-feb9-47cd-bd53-279a9a864399: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:45.062 7 INFO neutron.db.ovn_revision_numbers_db [None req-879d3d49-b336-476e-94c3-c7e1f0d1dec4 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource 452fab6d-197b-48a5-91ce-7bec31bcb6f2 (type: router_ports) to 3 [pid: 7|app: 0|req: 726/1444] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:50:43 2026] PUT /v2.0/routers/6d04b778-24d1-432b-8c48-ddee732b3376/add_router_interface => generated 309 bytes in 1411 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: 727/1445] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:45 2026] GET /v2.0/ports?device_id=53091799-e8e9-4876-9f1f-f58c91e25a5e => 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: 728/1446] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:50:45 2026] GET /v2.0/ports/452fab6d-197b-48a5-91ce-7bec31bcb6f2 => generated 1009 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:50:45.248 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-cb6ed5dc-57a2-4ae1-9e4e-228436114caf req-48841115-1784-4b67-807e-9981f865f533 a0c23e8a47004c8aaa640ac0fa042071 4d4e9458396f453c9ebcdeb54e8e6a18 - - default default] No more DHCP agents 2026-09-01 19:50:45.250 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-cb6ed5dc-57a2-4ae1-9e4e-228436114caf req-48841115-1784-4b67-807e-9981f865f533 a0c23e8a47004c8aaa640ac0fa042071 4d4e9458396f453c9ebcdeb54e8e6a18 - - default default] Unable to schedule network 0432e2e7-c218-4c3d-a8f4-35b0f7585e5b: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:45.350 7 INFO neutron_taas.services.taas.taas_plugin [None req-70175d20-bafe-4d68-b7b3-3b25817ee128 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] TaaS: Handle Delete Port: 452fab6d-197b-48a5-91ce-7bec31bcb6f2 2026-09-01 19:50:45.353 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70175d20-bafe-4d68-b7b3-3b25817ee128 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Tap Mirror: Handle Delete Port: 452fab6d-197b-48a5-91ce-7bec31bcb6f2 2026-09-01 19:50:45.408 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-97829555-ef9f-459d-8db0-f23c906f5a5f - - - - - -] OVN reports status down for port: bfa738d1-7149-497a-a24e-ac9c882ccaa4 2026-09-01 19:50:45.447 8 INFO neutron.db.ovn_revision_numbers_db [req-cb6ed5dc-57a2-4ae1-9e4e-228436114caf req-48841115-1784-4b67-807e-9981f865f533 a0c23e8a47004c8aaa640ac0fa042071 4d4e9458396f453c9ebcdeb54e8e6a18 - - default default] Successfully bumped revision number for resource bfa738d1-7149-497a-a24e-ac9c882ccaa4 (type: ports) to 1 [pid: 8|app: 0|req: 719/1447] 162.253.55.86 () {38 vars in 954 bytes} [Tue Sep 1 19:50:44 2026] POST /v2.0/ports => generated 954 bytes in 708 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: 729/1448] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:50:45 2026] PUT /v2.0/routers/6d04b778-24d1-432b-8c48-ddee732b3376/remove_router_interface => generated 309 bytes in 667 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-09-01 19:50:45.898 8 INFO neutron.db.ovn_revision_numbers_db [req-cb6ed5dc-57a2-4ae1-9e4e-228436114caf req-42906556-706e-4446-94a4-7e585b857a32 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource bfa738d1-7149-497a-a24e-ac9c882ccaa4 (type: ports) to 2 2026-09-01 19:50:45.898 7 INFO neutron.api.v2.resource [None req-29740eb7-ae3c-465a-beed-6f620363084e f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 730/1449] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:50:45 2026] PUT /v2.0/routers/6d04b778-24d1-432b-8c48-ddee732b3376/remove_router_interface => generated 197 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:50:46.095 8 INFO neutron.db.ovn_revision_numbers_db [req-cb6ed5dc-57a2-4ae1-9e4e-228436114caf req-42906556-706e-4446-94a4-7e585b857a32 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource bfa738d1-7149-497a-a24e-ac9c882ccaa4 (type: ports) to 4 [pid: 8|app: 0|req: 720/1450] 162.253.55.86 () {38 vars in 1027 bytes} [Tue Sep 1 19:50:45 2026] PUT /v2.0/ports/bfa738d1-7149-497a-a24e-ac9c882ccaa4 => generated 1204 bytes in 577 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: 721/1451] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:50:46 2026] GET /v2.0/ports?device_id=6d04b778-24d1-432b-8c48-ddee732b3376 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:46.164 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bfcd10d4-44d2-4164-b942-fef2b8dc25ca'] response: {'name': 'network-changed', 'server_uuid': '53091799-e8e9-4876-9f1f-f58c91e25a5e', 'tag': 'bfa738d1-7149-497a-a24e-ac9c882ccaa4', 'status': 'completed', 'code': 200} 2026-09-01 19:50:46.288 7 INFO neutron.db.ovn_revision_numbers_db [None req-3eff8736-20a3-4760-93fc-abe043badc61 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a9623f98-1138-4819-9093-ffee3a978474 (type: security_groups) to 1 2026-09-01 19:50:46.303 7 INFO neutron.db.ovn_revision_numbers_db [None req-3eff8736-20a3-4760-93fc-abe043badc61 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 09e5f246-6a07-4222-94c4-5cbb3741976c (type: security_group_rules) to 0 2026-09-01 19:50:46.321 7 INFO neutron.db.ovn_revision_numbers_db [None req-3eff8736-20a3-4760-93fc-abe043badc61 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 2a1992ad-4b27-45aa-a498-c027b596781c (type: security_group_rules) to 0 2026-09-01 19:50:46.338 7 INFO neutron.db.ovn_revision_numbers_db [None req-3eff8736-20a3-4760-93fc-abe043badc61 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b4fd6c7f-1224-4226-b63e-34f0300b3ee1 (type: security_group_rules) to 0 2026-09-01 19:50:46.354 7 INFO neutron.db.ovn_revision_numbers_db [None req-3eff8736-20a3-4760-93fc-abe043badc61 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource fc7603b1-f481-4cb1-a111-af63fc1b3b66 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 722/1452] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:46 2026] DELETE /v2.0/routers/6d04b778-24d1-432b-8c48-ddee732b3376 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1453] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:46 2026] GET /v2.0/ports?device_id=53091799-e8e9-4876-9f1f-f58c91e25a5e => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:46.458 7 INFO neutron.db.segments_db [None req-3eff8736-20a3-4760-93fc-abe043badc61 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Added segment e33f25a3-43fd-4eb4-ac06-b9d8f2fca6ec of type geneve for network 0f173211-37e5-4083-9953-481f6defe650 2026-09-01 19:50:46.579 7 INFO neutron.db.ovn_revision_numbers_db [None req-3eff8736-20a3-4760-93fc-abe043badc61 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 0f173211-37e5-4083-9953-481f6defe650 (type: networks) to 1 [pid: 8|app: 0|req: 724/1454] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:46 2026] DELETE /v2.0/subnets/bd250594-24fc-418b-b45d-e8affa278562 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1455] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:46 2026] GET /v2.0/security-groups?id=073bf7c0-7217-4e88-a99b-1934334ed567&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-09-01 19:50:46.718 8 INFO neutron_taas.services.taas.taas_plugin [None req-e06fb265-2e34-44de-8062-c31b29af3ec6 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] TaaS: Handle Delete Port: f876c76c-a23f-4d05-b100-a24be4fa2632 2026-09-01 19:50:46.721 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e06fb265-2e34-44de-8062-c31b29af3ec6 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Tap Mirror: Handle Delete Port: f876c76c-a23f-4d05-b100-a24be4fa2632 2026-09-01 19:50:46.754 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3eff8736-20a3-4760-93fc-abe043badc61 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:50:46.756 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3eff8736-20a3-4760-93fc-abe043badc61 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 0f173211-37e5-4083-9953-481f6defe650: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:46.817 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-97829555-ef9f-459d-8db0-f23c906f5a5f - - - - - -] OVN reports status down for port: 12088df4-fe24-441b-967a-eee85014a506 2026-09-01 19:50:46.902 7 INFO neutron.db.ovn_revision_numbers_db [None req-3eff8736-20a3-4760-93fc-abe043badc61 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 12088df4-fe24-441b-967a-eee85014a506 (type: ports) to 1 2026-09-01 19:50:46.930 8 INFO neutron.services.segments.plugin [-] Segment d02982f5-47b7-47b0-a241-93bd1918fd68 resource provider aggregate not found 2026-09-01 19:50:46.934 8 INFO neutron.services.segments.plugin [-] Segment d02982f5-47b7-47b0-a241-93bd1918fd68 resource provider aggregate not found 2026-09-01 19:50:46.953 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d02982f5-47b7-47b0-a241-93bd1918fd68 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d02982f5-47b7-47b0-a241-93bd1918fd68 found for delete ", "request_id": "req-879d92a6-2770-4dcd-b2f9-a145aff7ac3d"}]} 2026-09-01 19:50:46.962 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d02982f5-47b7-47b0-a241-93bd1918fd68 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d02982f5-47b7-47b0-a241-93bd1918fd68 found for delete ", "request_id": "req-8264ebb4-6f89-4726-88b6-22a5ec6d1a2f"}]} [pid: 7|app: 0|req: 731/1456] 10.0.0.4 () {34 vars in 669 bytes} [Tue Sep 1 19:50:45 2026] POST /v2.0/networks => generated 781 bytes in 1063 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1457] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:50:46 2026] DELETE /v2.0/networks/62a38ff7-feb9-47cd-bd53-279a9a864399 => generated 0 bytes in 387 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1458] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:50:46 2026] GET /v2.0/ports?tenant_id=4d4e9458396f453c9ebcdeb54e8e6a18&device_id=53091799-e8e9-4876-9f1f-f58c91e25a5e => generated 1207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:50:47.093 7 INFO neutron.db.segments_db [None req-a257df7b-a420-4933-93f4-fd017c2167ab f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Added segment 74983421-29cf-4b63-a684-c1e57bd7bc89 of type geneve for network d279e1c9-5559-4700-bd87-f4ba857f35ec 2026-09-01 19:50:47.159 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-57043dec-032c-4ce4-8174-3b4885dd1997 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:50:47.161 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-57043dec-032c-4ce4-8174-3b4885dd1997 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 0f173211-37e5-4083-9953-481f6defe650: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:47.200 7 INFO neutron.db.ovn_revision_numbers_db [None req-a257df7b-a420-4933-93f4-fd017c2167ab f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource d279e1c9-5559-4700-bd87-f4ba857f35ec (type: networks) to 1 2026-09-01 19:50:47.396 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a257df7b-a420-4933-93f4-fd017c2167ab f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] No more DHCP agents 2026-09-01 19:50:47.397 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a257df7b-a420-4933-93f4-fd017c2167ab f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Unable to schedule network d279e1c9-5559-4700-bd87-f4ba857f35ec: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:47.455 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-efea8ac9-ce46-4da0-9e24-747bb3e0dba5 - - - - - -] OVN reports status down for port: b54cda8b-bf8f-4577-ac3f-2607af14ec71 2026-09-01 19:50:47.487 7 INFO neutron.db.ovn_revision_numbers_db [None req-a257df7b-a420-4933-93f4-fd017c2167ab f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource b54cda8b-bf8f-4577-ac3f-2607af14ec71 (type: ports) to 1 [pid: 7|app: 0|req: 733/1459] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:50:47 2026] POST /v2.0/networks => generated 667 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1460] 162.253.55.86 () {34 vars in 1017 bytes} [Tue Sep 1 19:50:47 2026] GET /v2.0/networks?tenant_id=4d4e9458396f453c9ebcdeb54e8e6a18&shared=False => generated 815 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:47.738 8 INFO neutron.db.ovn_revision_numbers_db [None req-ff4e8dc5-a147-43d2-918d-444d4a38cda6 - - - - - -] Successfully bumped revision number for resource 12088df4-fe24-441b-967a-eee85014a506 (type: ports) to 2 2026-09-01 19:50:47.779 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a4f68129-6895-4032-a9e7-7a441200cbad f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] No more DHCP agents 2026-09-01 19:50:47.780 8 INFO neutron.db.ovn_revision_numbers_db [None req-ff4e8dc5-a147-43d2-918d-444d4a38cda6 - - - - - -] Successfully bumped revision number for resource 187a56e1-72cb-422a-997c-7ef9375535e9 (type: subnets) to 0 2026-09-01 19:50:47.781 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a4f68129-6895-4032-a9e7-7a441200cbad f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Unable to schedule network d279e1c9-5559-4700-bd87-f4ba857f35ec: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 727/1461] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:50:46 2026] POST /v2.0/subnets => generated 688 bytes in 798 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1462] 162.253.55.86 () {34 vars in 929 bytes} [Tue Sep 1 19:50:47 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1463] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:47 2026] GET /v2.0/ports?device_id=53091799-e8e9-4876-9f1f-f58c91e25a5e => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:48.227 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2149421c-a3ff-4ded-99fe-090c8e7169c5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:50:48.229 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2149421c-a3ff-4ded-99fe-090c8e7169c5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:48.305 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-efea8ac9-ce46-4da0-9e24-747bb3e0dba5 - - - - - -] OVN reports status down for port: 5c35de1d-8989-4b3d-b335-c3aa5f8986ca 2026-09-01 19:50:48.379 8 INFO neutron.db.ovn_revision_numbers_db [None req-2149421c-a3ff-4ded-99fe-090c8e7169c5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 5c35de1d-8989-4b3d-b335-c3aa5f8986ca (type: ports) to 1 2026-09-01 19:50:48.391 7 INFO neutron.db.ovn_revision_numbers_db [None req-a71146d2-f126-4082-a1ee-76df21ea5087 - - - - - -] Successfully bumped revision number for resource b54cda8b-bf8f-4577-ac3f-2607af14ec71 (type: ports) to 2 2026-09-01 19:50:48.433 7 INFO neutron.db.ovn_revision_numbers_db [None req-a71146d2-f126-4082-a1ee-76df21ea5087 - - - - - -] Successfully bumped revision number for resource 9bd3564a-4790-4339-91e5-7d00fad92d96 (type: subnets) to 0 [pid: 7|app: 0|req: 735/1464] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:50:47 2026] POST /v2.0/subnets => generated 626 bytes in 881 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1465] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:48 2026] GET /v2.0/security-groups?id=073bf7c0-7217-4e88-a99b-1934334ed567&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:48.611 7 INFO neutron.db.ovn_revision_numbers_db [None req-eb71c9db-df64-4ef2-b9fd-f41187f6d1cd f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource 67d3f7e8-0149-4f5d-a5a4-2d976e34d23d (type: routers) to 1 [pid: 7|app: 0|req: 737/1466] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:50:48 2026] POST /v2.0/routers => generated 603 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:50:48.865 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-deb7c733-3afc-49a0-b2df-41f9bbb51836 - - - - - -] Schedule LRP lrp-5c35de1d-8989-4b3d-b335-c3aa5f8986ca on gateway 981b1d13-d3f6-4b65-a230-c40efece3bd4 with priority 1 2026-09-01 19:50:48.902 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-8b9bb2c3-35a8-408e-98b8-ef09c08f35aa - - - - - -] Router 6197a69e-c9d2-4b64-bb94-e935cbac857a is bound to host instance 2026-09-01 19:50:48.929 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-efea8ac9-ce46-4da0-9e24-747bb3e0dba5 - - - - - -] OVN reports status up for port: 5c35de1d-8989-4b3d-b335-c3aa5f8986ca 2026-09-01 19:50:48.967 8 INFO neutron.plugins.ml2.plugin [None req-efea8ac9-ce46-4da0-9e24-747bb3e0dba5 - - - - - -] Attempt 1 to provision port 5c35de1d-8989-4b3d-b335-c3aa5f8986ca 2026-09-01 19:50:49.015 8 INFO neutron.db.ovn_revision_numbers_db [None req-2149421c-a3ff-4ded-99fe-090c8e7169c5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 5c35de1d-8989-4b3d-b335-c3aa5f8986ca (type: router_ports) to 1 2026-09-01 19:50:49.032 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c7168772-cbe7-44f3-8e8b-c74aebdd36ba f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] No more DHCP agents 2026-09-01 19:50:49.033 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c7168772-cbe7-44f3-8e8b-c74aebdd36ba f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Unable to schedule network d279e1c9-5559-4700-bd87-f4ba857f35ec: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:49.161 7 INFO neutron.db.ovn_revision_numbers_db [None req-c7168772-cbe7-44f3-8e8b-c74aebdd36ba f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource a71875c3-ab23-46f6-bc7f-08b55d31aff0 (type: ports) to 1 2026-09-01 19:50:49.204 8 INFO neutron.db.ovn_revision_numbers_db [None req-2149421c-a3ff-4ded-99fe-090c8e7169c5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 6197a69e-c9d2-4b64-bb94-e935cbac857a (type: routers) to 2 [pid: 8|app: 0|req: 730/1467] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:50:47 2026] POST /v2.0/routers => generated 966 bytes in 1356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1468] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:50:49 2026] GET /v2.0/ports?tenant_id=4d4e9458396f453c9ebcdeb54e8e6a18&device_id=53091799-e8e9-4876-9f1f-f58c91e25a5e => generated 1207 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:50:49.803 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c7168772-cbe7-44f3-8e8b-c74aebdd36ba f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] No more DHCP agents 2026-09-01 19:50:49.804 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c7168772-cbe7-44f3-8e8b-c74aebdd36ba f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Unable to schedule network d279e1c9-5559-4700-bd87-f4ba857f35ec: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:50.013 7 INFO neutron.db.ovn_revision_numbers_db [None req-c7168772-cbe7-44f3-8e8b-c74aebdd36ba f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource a71875c3-ab23-46f6-bc7f-08b55d31aff0 (type: router_ports) to 1 [pid: 7|app: 0|req: 738/1469] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:50:48 2026] PUT /v2.0/routers/67d3f7e8-0149-4f5d-a5a4-2d976e34d23d/add_router_interface => generated 309 bytes in 1388 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1470] 162.253.55.86 () {34 vars in 1057 bytes} [Tue Sep 1 19:50:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=bfa738d1-7149-497a-a24e-ac9c882ccaa4 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1471] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:50 2026] GET /v2.0/ports?device_id=53091799-e8e9-4876-9f1f-f58c91e25a5e => generated 969 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1472] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:50:50 2026] GET /v2.0/ports/a71875c3-ab23-46f6-bc7f-08b55d31aff0 => generated 941 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1473] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:50:50 2026] GET /v2.0/subnets?id=3f2ccae4-cbf2-44e7-a561-04cfca3faa17 => generated 696 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1474] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:50 2026] GET /v2.0/security-groups?id=073bf7c0-7217-4e88-a99b-1934334ed567&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1475] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:50:50 2026] GET /v2.0/ports/a71875c3-ab23-46f6-bc7f-08b55d31aff0 => generated 941 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1476] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:50:50 2026] GET /v2.0/ports?network_id=0432e2e7-c218-4c3d-a8f4-35b0f7585e5b&device_owner=network%3Adhcp => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1477] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:50:50 2026] GET /v2.0/networks/0432e2e7-c218-4c3d-a8f4-35b0f7585e5b?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1478] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:50:50 2026] GET /v2.0/networks/0432e2e7-c218-4c3d-a8f4-35b0f7585e5b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:50.424 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b51ea424-835e-4a6f-be4a-7cacfbfcd9ca 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:50:50.429 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b51ea424-835e-4a6f-be4a-7cacfbfcd9ca 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 0f173211-37e5-4083-9953-481f6defe650: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:50.612 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-97829555-ef9f-459d-8db0-f23c906f5a5f - - - - - -] OVN reports status down for port: ba2174da-8ada-4455-a42e-f1084722e273 2026-09-01 19:50:50.698 8 INFO neutron.db.ovn_revision_numbers_db [None req-b51ea424-835e-4a6f-be4a-7cacfbfcd9ca 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ba2174da-8ada-4455-a42e-f1084722e273 (type: ports) to 1 2026-09-01 19:50:50.954 8 INFO neutron.db.ovn_revision_numbers_db [None req-d38cbea8-1d0c-4852-8cac-357ce3689429 - - - - - -] Successfully bumped revision number for resource 5c35de1d-8989-4b3d-b335-c3aa5f8986ca (type: ports) to 4 [pid: 7|app: 0|req: 748/1479] 10.0.0.68 () {34 vars in 989 bytes} [Tue Sep 1 19:50:50 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 1213 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1480] 10.0.0.68 () {34 vars in 1039 bytes} [Tue Sep 1 19:50:51 2026] GET /v2.0/security-groups?id=e09ffc63-45ae-4d35-9731-6519c9e28f26&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: 750/1481] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:50:51 2026] GET /v2.0/ports/a71875c3-ab23-46f6-bc7f-08b55d31aff0 => generated 941 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1482] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:51 2026] GET /v2.0/ports?device_id=53091799-e8e9-4876-9f1f-f58c91e25a5e => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1483] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:51 2026] GET /v2.0/security-groups?id=073bf7c0-7217-4e88-a99b-1934334ed567&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:51.780 8 INFO neutron.db.ovn_revision_numbers_db [None req-d38cbea8-1d0c-4852-8cac-357ce3689429 - - - - - -] Successfully bumped revision number for resource 5c35de1d-8989-4b3d-b335-c3aa5f8986ca (type: ports) to 5 2026-09-01 19:50:51.865 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-efea8ac9-ce46-4da0-9e24-747bb3e0dba5 - - - - - -] OVN reports status down for port: a71875c3-ab23-46f6-bc7f-08b55d31aff0 2026-09-01 19:50:52.044 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-97829555-ef9f-459d-8db0-f23c906f5a5f - - - - - -] OVN reports status up for port: ba2174da-8ada-4455-a42e-f1084722e273 2026-09-01 19:50:52.055 7 INFO neutron.plugins.ml2.plugin [None req-97829555-ef9f-459d-8db0-f23c906f5a5f - - - - - -] Attempt 1 to provision port ba2174da-8ada-4455-a42e-f1084722e273 2026-09-01 19:50:52.105 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-efea8ac9-ce46-4da0-9e24-747bb3e0dba5 - - - - - -] OVN reports status up for port: a71875c3-ab23-46f6-bc7f-08b55d31aff0 2026-09-01 19:50:52.133 8 INFO neutron.plugins.ml2.plugin [None req-efea8ac9-ce46-4da0-9e24-747bb3e0dba5 - - - - - -] Attempt 1 to provision port a71875c3-ab23-46f6-bc7f-08b55d31aff0 2026-09-01 19:50:52.161 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b51ea424-835e-4a6f-be4a-7cacfbfcd9ca 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:50:52.163 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b51ea424-835e-4a6f-be4a-7cacfbfcd9ca 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 0f173211-37e5-4083-9953-481f6defe650: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:52.325 7 INFO neutron.db.ovn_revision_numbers_db [None req-97829555-ef9f-459d-8db0-f23c906f5a5f - - - - - -] Successfully bumped revision number for resource ba2174da-8ada-4455-a42e-f1084722e273 (type: ports) to 2 [pid: 7|app: 0|req: 753/1484] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:50:52 2026] GET /v2.0/ports/a71875c3-ab23-46f6-bc7f-08b55d31aff0 => generated 943 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:52.845 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c2859c2-8aa0-45fa-b4c3-9265ec845bf2 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] TaaS: Handle Delete Port: a71875c3-ab23-46f6-bc7f-08b55d31aff0 2026-09-01 19:50:52.849 8 INFO neutron.db.ovn_revision_numbers_db [None req-efea8ac9-ce46-4da0-9e24-747bb3e0dba5 - - - - - -] Successfully bumped revision number for resource a71875c3-ab23-46f6-bc7f-08b55d31aff0 (type: ports) to 2 2026-09-01 19:50:52.852 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c2859c2-8aa0-45fa-b4c3-9265ec845bf2 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Tap Mirror: Handle Delete Port: a71875c3-ab23-46f6-bc7f-08b55d31aff0 2026-09-01 19:50:53.094 8 INFO neutron.db.ovn_revision_numbers_db [None req-b51ea424-835e-4a6f-be4a-7cacfbfcd9ca 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ba2174da-8ada-4455-a42e-f1084722e273 (type: router_ports) to 1 [pid: 8|app: 0|req: 732/1485] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:50:49 2026] PUT /v2.0/routers/6197a69e-c9d2-4b64-bb94-e935cbac857a/add_router_interface => generated 309 bytes in 3818 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1486] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:53 2026] GET /v2.0/ports?device_id=53091799-e8e9-4876-9f1f-f58c91e25a5e => generated 969 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1487] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:53 2026] GET /v2.0/security-groups?id=073bf7c0-7217-4e88-a99b-1934334ed567&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:53.306 7 INFO neutron.db.ovn_revision_numbers_db [None req-fdd254b4-48c2-4704-9bae-81c9b4ced882 - - - - - -] Successfully bumped revision number for resource ba2174da-8ada-4455-a42e-f1084722e273 (type: router_ports) to 2 2026-09-01 19:50:53.307 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-fdd254b4-48c2-4704-9bae-81c9b4ced882 - - - - - -] OVN reports status up for port: bfa738d1-7149-497a-a24e-ac9c882ccaa4 2026-09-01 19:50:53.337 7 INFO neutron.plugins.ml2.plugin [None req-fdd254b4-48c2-4704-9bae-81c9b4ced882 - - - - - -] Attempt 1 to provision port bfa738d1-7149-497a-a24e-ac9c882ccaa4 [pid: 7|app: 0|req: 754/1488] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:50:52 2026] PUT /v2.0/routers/67d3f7e8-0149-4f5d-a5a4-2d976e34d23d/remove_router_interface => generated 309 bytes in 988 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1489] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:50:53 2026] GET /v2.0/ports?device_id=67d3f7e8-0149-4f5d-a5a4-2d976e34d23d => 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, ' 2026-09-01 19:50:53.540 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f89b443d-df5b-4e7f-9fb1-b340dec7909d'] response: {'server_uuid': '53091799-e8e9-4876-9f1f-f58c91e25a5e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bfa738d1-7149-497a-a24e-ac9c882ccaa4', 'code': 200} 2026-09-01 19:50:53.901 7 INFO neutron.db.ovn_revision_numbers_db [None req-fdd254b4-48c2-4704-9bae-81c9b4ced882 - - - - - -] Successfully bumped revision number for resource bfa738d1-7149-497a-a24e-ac9c882ccaa4 (type: ports) to 5 [pid: 7|app: 0|req: 755/1490] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:53 2026] DELETE /v2.0/routers/67d3f7e8-0149-4f5d-a5a4-2d976e34d23d => generated 0 bytes in 429 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1491] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:53 2026] DELETE /v2.0/subnets/9bd3564a-4790-4339-91e5-7d00fad92d96 => generated 0 bytes in 241 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-09-01 19:50:54.290 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc64f8a1-d082-4c77-97e3-0c22cd4e30b4 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] TaaS: Handle Delete Port: b54cda8b-bf8f-4577-ac3f-2607af14ec71 2026-09-01 19:50:54.300 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc64f8a1-d082-4c77-97e3-0c22cd4e30b4 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Tap Mirror: Handle Delete Port: b54cda8b-bf8f-4577-ac3f-2607af14ec71 [pid: 8|app: 0|req: 737/1492] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:54 2026] GET /v2.0/ports?device_id=53091799-e8e9-4876-9f1f-f58c91e25a5e => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1493] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:54 2026] GET /v2.0/security-groups?id=073bf7c0-7217-4e88-a99b-1934334ed567&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:54.508 7 INFO neutron.services.segments.plugin [-] Segment 74983421-29cf-4b63-a684-c1e57bd7bc89 resource provider aggregate not found 2026-09-01 19:50:54.514 7 INFO neutron.services.segments.plugin [-] Segment 74983421-29cf-4b63-a684-c1e57bd7bc89 resource provider aggregate not found 2026-09-01 19:50:54.533 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 74983421-29cf-4b63-a684-c1e57bd7bc89 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74983421-29cf-4b63-a684-c1e57bd7bc89 found for delete ", "request_id": "req-8d956e08-1056-4abe-be5e-b438d3ba6c83"}]} 2026-09-01 19:50:54.542 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 74983421-29cf-4b63-a684-c1e57bd7bc89 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74983421-29cf-4b63-a684-c1e57bd7bc89 found for delete ", "request_id": "req-228c1998-deb8-4c1d-8309-9ab3dfecada1"}]} [pid: 7|app: 0|req: 756/1494] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:50:54 2026] DELETE /v2.0/networks/d279e1c9-5559-4700-bd87-f4ba857f35ec => generated 0 bytes in 420 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:50:55.463 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-70d20ae8-8e45-41af-9d12-c1dfd62f9ec2 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] No more DHCP agents 2026-09-01 19:50:55.464 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-70d20ae8-8e45-41af-9d12-c1dfd62f9ec2 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:50:55.602 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status down for port: cb9331f5-0507-4c64-b2e4-6a8a3e64402f [pid: 7|app: 0|req: 757/1495] 10.0.0.147 () {34 vars in 982 bytes} [Tue Sep 1 19:50:55 2026] GET /v2.0/networks?id=0f173211-37e5-4083-9953-481f6defe650 => generated 711 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:55.664 8 INFO neutron.db.ovn_revision_numbers_db [None req-70d20ae8-8e45-41af-9d12-c1dfd62f9ec2 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource cb9331f5-0507-4c64-b2e4-6a8a3e64402f (type: ports) to 1 [pid: 7|app: 0|req: 758/1496] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:55 2026] GET /v2.0/ports?device_id=53091799-e8e9-4876-9f1f-f58c91e25a5e => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1497] 10.0.0.147 () {34 vars in 965 bytes} [Tue Sep 1 19:50:55 2026] GET /v2.0/quotas/89db9f70b11845cfae09ce6855b22813 => 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: 760/1498] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:55 2026] GET /v2.0/security-groups?id=073bf7c0-7217-4e88-a99b-1934334ed567&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:55.833 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f9aaf782-8577-4e1b-85ad-167614b352bd'] response: {'server_uuid': '53091799-e8e9-4876-9f1f-f58c91e25a5e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bfa738d1-7149-497a-a24e-ac9c882ccaa4', 'code': 200} [pid: 7|app: 0|req: 761/1499] 10.0.0.147 () {34 vars in 1002 bytes} [Tue Sep 1 19:50:55 2026] GET /v2.0/ports?tenant_id=89db9f70b11845cfae09ce6855b22813&fields=id => generated 103 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1500] 10.0.0.147 () {34 vars in 1008 bytes} [Tue Sep 1 19:50:55 2026] GET /v2.0/networks/0f173211-37e5-4083-9953-481f6defe650?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: 763/1501] 10.0.0.147 () {34 vars in 1108 bytes} [Tue Sep 1 19:50:55 2026] GET /v2.0/networks/0f173211-37e5-4083-9953-481f6defe650?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: 764/1502] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:56 2026] GET /v2.0/ports?device_id=8c456745-d979-4953-bc3a-f79b7c0f954e => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1503] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:56 2026] GET /v2.0/ports?device_id=53091799-e8e9-4876-9f1f-f58c91e25a5e => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1504] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:56 2026] GET /v2.0/security-groups?id=073bf7c0-7217-4e88-a99b-1934334ed567&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1505] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:56 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:56.325 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-deb7c733-3afc-49a0-b2df-41f9bbb51836 - - - - - -] Schedule LRP lrp-cb9331f5-0507-4c64-b2e4-6a8a3e64402f on gateway 981b1d13-d3f6-4b65-a230-c40efece3bd4 with priority 1 2026-09-01 19:50:56.368 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status up for port: cb9331f5-0507-4c64-b2e4-6a8a3e64402f [pid: 7|app: 0|req: 768/1506] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:56 2026] GET /v2.0/security-groups?id=e09ffc63-45ae-4d35-9731-6519c9e28f26&fields=id&fields=name => generated 113 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:56.396 8 INFO neutron.plugins.ml2.plugin [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] Attempt 1 to provision port cb9331f5-0507-4c64-b2e4-6a8a3e64402f 2026-09-01 19:50:56.416 8 INFO neutron.db.ovn_revision_numbers_db [None req-70d20ae8-8e45-41af-9d12-c1dfd62f9ec2 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource cb9331f5-0507-4c64-b2e4-6a8a3e64402f (type: router_ports) to 1 2026-09-01 19:50:56.521 8 INFO neutron.db.ovn_revision_numbers_db [None req-70d20ae8-8e45-41af-9d12-c1dfd62f9ec2 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource 9e5e0e00-d1e9-418c-8cb4-4c8f35b8ce92 (type: routers) to 2 [pid: 8|app: 0|req: 739/1509] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:50:54 2026] POST /v2.0/routers => generated 947 bytes in 1959 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1510] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:50:56 2026] GET /v2.0/routers/9e5e0e00-d1e9-418c-8cb4-4c8f35b8ce92 => generated 953 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1511] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:56 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1512] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:56 2026] GET /v2.0/security-groups?id=e09ffc63-45ae-4d35-9731-6519c9e28f26&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1513] 10.0.0.4 () {32 vars in 645 bytes} [Tue Sep 1 19:50:56 2026] GET /v2.0/routers => generated 956 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:57.166 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c7049360-2f08-4c18-b08b-5dade6cefa19 - - - - - -] OVN reports status down for port: bfa738d1-7149-497a-a24e-ac9c882ccaa4 2026-09-01 19:50:57.170 8 INFO neutron.db.ovn_revision_numbers_db [None req-87b776b8-4264-4dcd-92e2-f471a33fdb38 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Successfully bumped revision number for resource 9e5e0e00-d1e9-418c-8cb4-4c8f35b8ce92 (type: routers) to 3 [pid: 8|app: 0|req: 742/1514] 10.0.0.4 () {34 vars in 739 bytes} [Tue Sep 1 19:50:56 2026] PUT /v2.0/routers/9e5e0e00-d1e9-418c-8cb4-4c8f35b8ce92 => generated 960 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1515] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:57 2026] GET /v2.0/ports?device_id=8c456745-d979-4953-bc3a-f79b7c0f954e => 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: 773/1516] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:50:57 2026] GET /v2.0/routers/9e5e0e00-d1e9-418c-8cb4-4c8f35b8ce92 => generated 960 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1517] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:50:57 2026] GET /v2.0/ports?device_id=9e5e0e00-d1e9-418c-8cb4-4c8f35b8ce92 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1518] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:57 2026] GET /v2.0/ports?device_id=53091799-e8e9-4876-9f1f-f58c91e25a5e => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1519] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:57 2026] GET /v2.0/security-groups?id=073bf7c0-7217-4e88-a99b-1934334ed567&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-09-01 19:50:57.795 7 INFO neutron.db.ovn_revision_numbers_db [None req-c7049360-2f08-4c18-b08b-5dade6cefa19 - - - - - -] Successfully bumped revision number for resource bfa738d1-7149-497a-a24e-ac9c882ccaa4 (type: ports) to 6 [pid: 8|app: 0|req: 746/1520] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:57 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:57.907 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b4072d5-6df7-4b72-8bf9-5bbb0fcd5592'] response: {'server_uuid': '53091799-e8e9-4876-9f1f-f58c91e25a5e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'bfa738d1-7149-497a-a24e-ac9c882ccaa4', 'code': 200} [pid: 8|app: 0|req: 747/1521] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:57 2026] GET /v2.0/security-groups?id=e09ffc63-45ae-4d35-9731-6519c9e28f26&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:57.961 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d74a216c-ecd1-45a5-8db1-1481355eea00 - - - - - -] OVN reports status down for port: fa1e9c7d-a37c-4114-94aa-72d90619d4eb 2026-09-01 19:50:58.220 7 INFO neutron_taas.services.taas.taas_plugin [None req-43fc82de-e361-4c1f-8810-83b244f90689 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] TaaS: Handle Delete Port: cb9331f5-0507-4c64-b2e4-6a8a3e64402f 2026-09-01 19:50:58.228 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43fc82de-e361-4c1f-8810-83b244f90689 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] Tap Mirror: Handle Delete Port: cb9331f5-0507-4c64-b2e4-6a8a3e64402f [pid: 8|app: 0|req: 748/1522] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:58 2026] GET /v2.0/ports?device_id=8c456745-d979-4953-bc3a-f79b7c0f954e => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1523] 162.253.55.86 () {34 vars in 993 bytes} [Tue Sep 1 19:50:58 2026] GET /v2.0/ports?device_id=53091799-e8e9-4876-9f1f-f58c91e25a5e => generated 969 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1524] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:58 2026] GET /v2.0/ports?device_id=53091799-e8e9-4876-9f1f-f58c91e25a5e => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:58.677 8 INFO neutron_taas.services.taas.taas_plugin [req-383b3cb5-ca99-4f6e-ad8a-b27e3c7ace86 req-01a7d188-672c-4895-91bd-552b23dfbf88 a0c23e8a47004c8aaa640ac0fa042071 4d4e9458396f453c9ebcdeb54e8e6a18 - - default default] TaaS: Handle Delete Port: bfa738d1-7149-497a-a24e-ac9c882ccaa4 2026-09-01 19:50:58.680 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-383b3cb5-ca99-4f6e-ad8a-b27e3c7ace86 req-01a7d188-672c-4895-91bd-552b23dfbf88 a0c23e8a47004c8aaa640ac0fa042071 4d4e9458396f453c9ebcdeb54e8e6a18 - - default default] Tap Mirror: Handle Delete Port: bfa738d1-7149-497a-a24e-ac9c882ccaa4 [pid: 8|app: 0|req: 751/1525] 162.253.55.86 () {36 vars in 996 bytes} [Tue Sep 1 19:50:58 2026] DELETE /v2.0/ports/bfa738d1-7149-497a-a24e-ac9c882ccaa4 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1526] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:50:58 2026] GET /v2.0/security-groups?id=073bf7c0-7217-4e88-a99b-1934334ed567&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:58.926 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-17cbabc0-2630-4de8-b3d7-57bebdaf2672'] response: {'server_uuid': '53091799-e8e9-4876-9f1f-f58c91e25a5e', 'name': 'network-vif-deleted', 'tag': 'bfa738d1-7149-497a-a24e-ac9c882ccaa4', 'status': 'completed', 'code': 200} 2026-09-01 19:50:58.956 7 INFO neutron.db.ovn_revision_numbers_db [None req-d74a216c-ecd1-45a5-8db1-1481355eea00 - - - - - -] Successfully bumped revision number for resource fa1e9c7d-a37c-4114-94aa-72d90619d4eb (type: ports) to 8 [pid: 8|app: 0|req: 753/1527] 162.253.55.86 () {34 vars in 993 bytes} [Tue Sep 1 19:50:58 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:50:59.088 8 INFO neutron_taas.services.taas.taas_plugin [req-d8b54f91-386c-4b44-acb9-0a119bbfb68e req-cbb1bbc4-fb15-486c-abdc-98a5a32719a2 9f2a83ee807340b3898fb36ecfdd7583 b2a546c64fc54282a2e890655544ec68 - - default default] TaaS: Handle Delete Port: fa1e9c7d-a37c-4114-94aa-72d90619d4eb 2026-09-01 19:50:59.092 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d8b54f91-386c-4b44-acb9-0a119bbfb68e req-cbb1bbc4-fb15-486c-abdc-98a5a32719a2 9f2a83ee807340b3898fb36ecfdd7583 b2a546c64fc54282a2e890655544ec68 - - default default] Tap Mirror: Handle Delete Port: fa1e9c7d-a37c-4114-94aa-72d90619d4eb 2026-09-01 19:50:59.282 8 INFO neutron.db.l3_db [req-d8b54f91-386c-4b44-acb9-0a119bbfb68e req-cbb1bbc4-fb15-486c-abdc-98a5a32719a2 9f2a83ee807340b3898fb36ecfdd7583 b2a546c64fc54282a2e890655544ec68 - - default default] Floating IP d30aed6a-a05b-42c5-bebd-424ac5e54192 disassociated. External IP: 10.96.250.205, port: fa1e9c7d-a37c-4114-94aa-72d90619d4eb. [pid: 8|app: 0|req: 754/1528] 162.253.55.86 () {36 vars in 996 bytes} [Tue Sep 1 19:50:58 2026] DELETE /v2.0/ports/fa1e9c7d-a37c-4114-94aa-72d90619d4eb => generated 0 bytes in 467 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1529] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:59 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => 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: 756/1530] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:59 2026] GET /v2.0/ports?device_id=8c456745-d979-4953-bc3a-f79b7c0f954e => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1531] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:57 2026] DELETE /v2.0/routers/9e5e0e00-d1e9-418c-8cb4-4c8f35b8ce92 => generated 0 bytes in 2420 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1532] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:50:59 2026] GET /v2.0/ports?device_id=9e5e0e00-d1e9-418c-8cb4-4c8f35b8ce92 => 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, ' 2026-09-01 19:50:59.862 7 INFO neutron.api.v2.resource [None req-ff3e7fb8-91a7-431b-9d5f-9228b50279b6 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 776/1533] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:59 2026] DELETE /v2.0/routers/9e5e0e00-d1e9-418c-8cb4-4c8f35b8ce92 => generated 135 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1534] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:50:59 2026] GET /v2.0/ports?device_id=67d3f7e8-0149-4f5d-a5a4-2d976e34d23d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:59.906 7 INFO neutron.api.v2.resource [None req-85c93721-da14-4e6d-9131-2ef39736725c f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 777/1535] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:59 2026] DELETE /v2.0/routers/67d3f7e8-0149-4f5d-a5a4-2d976e34d23d => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:50:59.926 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9202af0c-e720-4fb0-bfd1-49128db36429 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 759/1536] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:59 2026] DELETE /v2.0/subnets/9bd3564a-4790-4339-91e5-7d00fad92d96 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:50:59.948 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aba36929-09b8-442d-b725-073749a34cc1'] response: {'server_uuid': '53091799-e8e9-4876-9f1f-f58c91e25a5e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'bfa738d1-7149-497a-a24e-ac9c882ccaa4', 'code': 200} 2026-09-01 19:50:59.948 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aba36929-09b8-442d-b725-073749a34cc1'] response: {'server_uuid': '2f910dec-57f8-4501-a490-7d5c67ee9461', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'fa1e9c7d-a37c-4114-94aa-72d90619d4eb', 'code': 200} 2026-09-01 19:50:59.949 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aba36929-09b8-442d-b725-073749a34cc1'] response: {'server_uuid': '2f910dec-57f8-4501-a490-7d5c67ee9461', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'fa1e9c7d-a37c-4114-94aa-72d90619d4eb', 'code': 200} [pid: 7|app: 0|req: 778/1537] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:50:59 2026] GET /v2.0/ports?device_id=6d04b778-24d1-432b-8c48-ddee732b3376 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:50:59.979 8 INFO neutron.api.v2.resource [None req-0fa12746-6fa9-46d8-83b8-4284c8856e78 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 760/1538] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:59 2026] DELETE /v2.0/routers/6d04b778-24d1-432b-8c48-ddee732b3376 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:50:59.993 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ae9cf746-bfe4-4856-9109-d2fa152b7d86 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 779/1539] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:50:59 2026] DELETE /v2.0/subnets/bd250594-24fc-418b-b45d-e8affa278562 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1540] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:50:59 2026] GET /v2.0/ports?device_id=b84f8052-4792-467a-958a-a4df4e2ab91b => 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: 761/1541] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:50:59 2026] GET /v2.0/ports?device_id=53091799-e8e9-4876-9f1f-f58c91e25a5e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:51:00.032 7 INFO neutron.api.v2.resource [None req-c65b3a7c-1f7e-4b24-8005-e723a7864ceb f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 781/1542] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:51:00 2026] DELETE /v2.0/routers/b84f8052-4792-467a-958a-a4df4e2ab91b => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:51:00.055 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2ad95eae-dce7-4b48-9635-d0f90ac8b1a5 f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 762/1543] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:51:00 2026] DELETE /v2.0/subnets/6b352c13-d506-461e-b182-9c82b819abc6 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:51:00.077 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4435744a-d184-4e5d-b31b-576c5668eecf f8e2164e370745c7b9ff80a753c8e738 4aaa2b124b4f42d7807fd6cb5938578d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 782/1544] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:51:00 2026] DELETE /v2.0/subnets/713963cf-fdfa-432b-836f-cd3e5520703b => 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: 763/1545] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:51:00 2026] GET /v2.0/networks?id=0f173211-37e5-4083-9953-481f6defe650 => generated 711 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1546] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:00 2026] GET /v2.0/security-groups?tenant_id=4aaa2b124b4f42d7807fd6cb5938578d&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1547] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:51:00 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => 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: 785/1548] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:51:00 2026] GET /v2.0/ports?device_id=8c456745-d979-4953-bc3a-f79b7c0f954e => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:51:00.840 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-3b3c30d3-8656-4f20-b446-074d3fdc72b2 req-3d29ecf9-8c82-4950-9e16-243cb01b0d90 0b345298a1424f43b63a642d6e27b740 89db9f70b11845cfae09ce6855b22813 - - default default] No more DHCP agents 2026-09-01 19:51:00.841 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-3b3c30d3-8656-4f20-b446-074d3fdc72b2 req-3d29ecf9-8c82-4950-9e16-243cb01b0d90 0b345298a1424f43b63a642d6e27b740 89db9f70b11845cfae09ce6855b22813 - - default default] Unable to schedule network 0f173211-37e5-4083-9953-481f6defe650: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:00.999 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-413601fe-fa21-4a27-bdfe-13eec92c6cae'] response: {'server_uuid': '2f910dec-57f8-4501-a490-7d5c67ee9461', 'name': 'network-vif-deleted', 'tag': 'fa1e9c7d-a37c-4114-94aa-72d90619d4eb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 786/1549] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:00 2026] DELETE /v2.0/security-groups/a4f6b5e8-9145-4856-a29b-617551684adf => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:01.048 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f58506ff-6eeb-4597-b791-72a75c477429 - - - - - -] OVN reports status down for port: 418b4418-aa37-4893-b806-da1982b0de5c 2026-09-01 19:51:01.088 8 INFO neutron.db.ovn_revision_numbers_db [req-3b3c30d3-8656-4f20-b446-074d3fdc72b2 req-3d29ecf9-8c82-4950-9e16-243cb01b0d90 0b345298a1424f43b63a642d6e27b740 89db9f70b11845cfae09ce6855b22813 - - default default] Successfully bumped revision number for resource 418b4418-aa37-4893-b806-da1982b0de5c (type: ports) to 1 [pid: 7|app: 0|req: 787/1550] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:51:01 2026] GET /v2.0/ports?device_id=53091799-e8e9-4876-9f1f-f58c91e25a5e => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1551] 162.253.55.86 () {38 vars in 954 bytes} [Tue Sep 1 19:51:00 2026] POST /v2.0/ports => generated 958 bytes in 653 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:51:01.576 7 INFO neutron.db.ovn_revision_numbers_db [req-3b3c30d3-8656-4f20-b446-074d3fdc72b2 req-d58d8622-bec9-46a1-a0c8-2245aeaf7b11 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource 418b4418-aa37-4893-b806-da1982b0de5c (type: ports) to 2 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 765/1552] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:51:01 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => 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: 766/1553] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:51:01 2026] GET /v2.0/ports?device_id=8c456745-d979-4953-bc3a-f79b7c0f954e => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:51:01.877 7 INFO neutron.db.ovn_revision_numbers_db [req-3b3c30d3-8656-4f20-b446-074d3fdc72b2 req-d58d8622-bec9-46a1-a0c8-2245aeaf7b11 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource 418b4418-aa37-4893-b806-da1982b0de5c (type: ports) to 4 [pid: 7|app: 0|req: 788/1554] 162.253.55.86 () {38 vars in 1027 bytes} [Tue Sep 1 19:51:01 2026] PUT /v2.0/ports/418b4418-aa37-4893-b806-da1982b0de5c => generated 1208 bytes in 704 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1555] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:51:01 2026] GET /v2.0/security-groups?id=a9623f98-1138-4819-9093-ffee3a978474&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:51:01.990 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f12d86a4-70f0-4523-9e91-858259aa7658'] response: {'name': 'network-changed', 'server_uuid': '8c456745-d979-4953-bc3a-f79b7c0f954e', 'tag': '418b4418-aa37-4893-b806-da1982b0de5c', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-01 19:51:02.450 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc5178cd-4643-4e20-923e-d3a1444de3fa 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 2590616c-f152-4ee0-9519-9f6356c684da 2026-09-01 19:51:02.454 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc5178cd-4643-4e20-923e-d3a1444de3fa 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 2590616c-f152-4ee0-9519-9f6356c684da 2026-09-01 19:51:02.464 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] No port found with ID cb9331f5-0507-4c64-b2e4-6a8a3e64402f: RuntimeError: No port found with ID cb9331f5-0507-4c64-b2e4-6a8a3e64402f /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 768/1556] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:51:02 2026] GET /v2.0/ports?tenant_id=89db9f70b11845cfae09ce6855b22813&device_id=8c456745-d979-4953-bc3a-f79b7c0f954e => generated 1211 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1557] 162.253.55.86 () {34 vars in 1017 bytes} [Tue Sep 1 19:51:02 2026] GET /v2.0/networks?tenant_id=89db9f70b11845cfae09ce6855b22813&shared=False => generated 809 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1558] 162.253.55.86 () {34 vars in 929 bytes} [Tue Sep 1 19:51:02 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1559] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:51:02 2026] PUT /v2.0/routers/2fa64259-2417-4a65-b565-4b3b25142fc7/remove_router_interface => generated 309 bytes in 912 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 790/1560] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:51:03 2026] GET /v2.0/ports?device_id=2f910dec-57f8-4501-a490-7d5c67ee9461 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:51:03.152 8 INFO neutron.db.ovn_revision_numbers_db [None req-a43ea589-2350-49ff-bbf9-60a188d51900 53132ac5bc3042b990b1f2cae28b0398 2007d346c138473886badbc5fd0f249a - - default default] Successfully bumped revision number for resource aed04ea7-1d96-438a-9cf4-9d0055eeb448 (type: security_groups) to 1 2026-09-01 19:51:03.179 8 INFO neutron.db.ovn_revision_numbers_db [None req-a43ea589-2350-49ff-bbf9-60a188d51900 53132ac5bc3042b990b1f2cae28b0398 2007d346c138473886badbc5fd0f249a - - default default] Successfully bumped revision number for resource 35b1b1b5-be86-4bcc-b9cc-c27cc135160b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 791/1561] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:51:03 2026] GET /v2.0/ports?device_id=8c456745-d979-4953-bc3a-f79b7c0f954e => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:51:03.200 8 INFO neutron.db.ovn_revision_numbers_db [None req-a43ea589-2350-49ff-bbf9-60a188d51900 53132ac5bc3042b990b1f2cae28b0398 2007d346c138473886badbc5fd0f249a - - default default] Successfully bumped revision number for resource 9815706c-ca5f-42ad-b855-746778f1637a (type: security_group_rules) to 0 2026-09-01 19:51:03.220 8 INFO neutron.db.ovn_revision_numbers_db [None req-a43ea589-2350-49ff-bbf9-60a188d51900 53132ac5bc3042b990b1f2cae28b0398 2007d346c138473886badbc5fd0f249a - - default default] Successfully bumped revision number for resource b05eb817-9370-424b-b135-5461d7991a2e (type: security_group_rules) to 0 2026-09-01 19:51:03.235 8 INFO neutron.db.ovn_revision_numbers_db [None req-a43ea589-2350-49ff-bbf9-60a188d51900 53132ac5bc3042b990b1f2cae28b0398 2007d346c138473886badbc5fd0f249a - - default default] Successfully bumped revision number for resource e2b75a1b-b0be-497f-987b-89e848e3fb20 (type: security_group_rules) to 0 2026-09-01 19:51:03.348 8 INFO neutron.db.ovn_revision_numbers_db [None req-a43ea589-2350-49ff-bbf9-60a188d51900 53132ac5bc3042b990b1f2cae28b0398 2007d346c138473886badbc5fd0f249a - - default default] Successfully bumped revision number for resource 58f615d2-dcf8-44f3-9afe-b58af864608c (type: security_groups) to 1 2026-09-01 19:51:03.359 8 INFO neutron.db.ovn_revision_numbers_db [None req-a43ea589-2350-49ff-bbf9-60a188d51900 53132ac5bc3042b990b1f2cae28b0398 2007d346c138473886badbc5fd0f249a - - default default] Successfully bumped revision number for resource 1a3a4f13-5fff-4bef-a70d-18fa5e624e31 (type: security_group_rules) to 0 2026-09-01 19:51:03.372 8 INFO neutron.db.ovn_revision_numbers_db [None req-a43ea589-2350-49ff-bbf9-60a188d51900 53132ac5bc3042b990b1f2cae28b0398 2007d346c138473886badbc5fd0f249a - - default default] Successfully bumped revision number for resource 4f327937-7941-450f-9a68-fef6ac2a9171 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 771/1562] 10.0.0.4 () {34 vars in 682 bytes} [Tue Sep 1 19:51:02 2026] POST /v2.0/security-groups => generated 1625 bytes in 589 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1563] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:51:03 2026] GET /v2.0/security-groups?id=a9623f98-1138-4819-9093-ffee3a978474&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1564] 10.0.0.4 () {32 vars in 661 bytes} [Tue Sep 1 19:51:03 2026] GET /v2.0/security-groups => generated 4530 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:03.494 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4d8789d-b4fc-4012-b3d4-70ce8e6fcd2d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: a3ccad87-925f-4373-8c1c-c712f6d5ef25 2026-09-01 19:51:03.496 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4d8789d-b4fc-4012-b3d4-70ce8e6fcd2d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: a3ccad87-925f-4373-8c1c-c712f6d5ef25 2026-09-01 19:51:03.547 8 INFO neutron.db.ovn_revision_numbers_db [None req-235d4fe3-fa90-4e06-a97a-0bb8930b4cbe 53132ac5bc3042b990b1f2cae28b0398 2007d346c138473886badbc5fd0f249a - - default default] Successfully bumped revision number for resource 58f615d2-dcf8-44f3-9afe-b58af864608c (type: security_groups) to 2 [pid: 8|app: 0|req: 774/1565] 10.0.0.4 () {34 vars in 756 bytes} [Tue Sep 1 19:51:03 2026] PUT /v2.0/security-groups/58f615d2-dcf8-44f3-9afe-b58af864608c => generated 1662 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1566] 10.0.0.4 () {32 vars in 735 bytes} [Tue Sep 1 19:51:03 2026] GET /v2.0/security-groups/58f615d2-dcf8-44f3-9afe-b58af864608c => generated 1662 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1567] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:03 2026] DELETE /v2.0/security-groups/58f615d2-dcf8-44f3-9afe-b58af864608c => 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: 777/1568] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:51:03 2026] GET /v2.0/ports?tenant_id=89db9f70b11845cfae09ce6855b22813&device_id=8c456745-d979-4953-bc3a-f79b7c0f954e => generated 1211 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1569] 10.0.0.4 () {32 vars in 661 bytes} [Tue Sep 1 19:51:03 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: 8|app: 0|req: 779/1570] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:51:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=418b4418-aa37-4893-b806-da1982b0de5c => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:51:03.869 8 INFO neutron.api.v2.resource [None req-bdfeb763-4d0f-45b4-bf90-c26162dfc643 53132ac5bc3042b990b1f2cae28b0398 2007d346c138473886badbc5fd0f249a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 780/1571] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:03 2026] DELETE /v2.0/security-groups/58f615d2-dcf8-44f3-9afe-b58af864608c => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1572] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:51:03 2026] GET /v2.0/subnets?id=187a56e1-72cb-422a-997c-7ef9375535e9 => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:51:04.047 8 INFO neutron.db.ovn_revision_numbers_db [None req-6cebf8c5-3037-41b7-a9c0-81d1c7fa5b97 53132ac5bc3042b990b1f2cae28b0398 2007d346c138473886badbc5fd0f249a - - default default] Successfully bumped revision number for resource 7bfcc84f-cf57-4614-b732-66a0bd93001a (type: security_groups) to 1 2026-09-01 19:51:04.058 8 INFO neutron.db.ovn_revision_numbers_db [None req-6cebf8c5-3037-41b7-a9c0-81d1c7fa5b97 53132ac5bc3042b990b1f2cae28b0398 2007d346c138473886badbc5fd0f249a - - default default] Successfully bumped revision number for resource abc0f1b6-af32-4ff6-a196-aeeeed3ed472 (type: security_group_rules) to 0 2026-09-01 19:51:04.072 8 INFO neutron.db.ovn_revision_numbers_db [None req-6cebf8c5-3037-41b7-a9c0-81d1c7fa5b97 53132ac5bc3042b990b1f2cae28b0398 2007d346c138473886badbc5fd0f249a - - default default] Successfully bumped revision number for resource c0b86986-9578-47c2-a555-19368e6281b1 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 782/1573] 10.0.0.4 () {34 vars in 682 bytes} [Tue Sep 1 19:51:03 2026] POST /v2.0/security-groups => generated 1625 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1574] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:51:04 2026] GET /v2.0/ports?network_id=0f173211-37e5-4083-9953-481f6defe650&device_owner=network%3Adhcp => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:51:04.236 8 INFO neutron.db.ovn_revision_numbers_db [None req-8d30911c-9409-4d0a-abeb-744ef9a90cf8 53132ac5bc3042b990b1f2cae28b0398 2007d346c138473886badbc5fd0f249a - - default default] Successfully bumped revision number for resource edfe228e-e9ba-4074-b8da-25519f53af53 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 784/1575] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:51:04 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: 785/1576] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:51:04 2026] GET /v2.0/networks/0f173211-37e5-4083-9953-481f6defe650?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1577] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:04 2026] DELETE /v2.0/security-groups/e09ffc63-45ae-4d35-9731-6519c9e28f26 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1578] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:51:04 2026] GET /v2.0/security-group-rules/edfe228e-e9ba-4074-b8da-25519f53af53 => generated 601 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1579] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:51:04 2026] GET /v2.0/networks/0f173211-37e5-4083-9953-481f6defe650?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:51:04.495 8 INFO neutron.api.v2.resource [None req-57d9bc92-c5f1-4d41-955e-7a9c2ba71fe7 9f2a83ee807340b3898fb36ecfdd7583 b2a546c64fc54282a2e890655544ec68 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 789/1580] 10.0.0.4 () {32 vars in 735 bytes} [Tue Sep 1 19:51:04 2026] GET /v2.0/security-groups/e09ffc63-45ae-4d35-9731-6519c9e28f26 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1581] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:51:03 2026] DELETE /v2.0/routers/2fa64259-2417-4a65-b565-4b3b25142fc7 => generated 0 bytes in 1318 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1582] 10.0.0.4 () {32 vars in 671 bytes} [Tue Sep 1 19:51:04 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:04.643 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca53dc83-637f-4844-a3cd-37dfc4845f02 9f2a83ee807340b3898fb36ecfdd7583 b2a546c64fc54282a2e890655544ec68 - - default default] TaaS: Handle Delete Port: 6079ac96-5938-4bae-824b-d82290ebe414 2026-09-01 19:51:04.646 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca53dc83-637f-4844-a3cd-37dfc4845f02 9f2a83ee807340b3898fb36ecfdd7583 b2a546c64fc54282a2e890655544ec68 - - default default] Tap Mirror: Handle Delete Port: 6079ac96-5938-4bae-824b-d82290ebe414 [pid: 8|app: 0|req: 791/1583] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:51:04 2026] DELETE /v2.0/subnets/3f2ccae4-cbf2-44e7-a561-04cfca3faa17 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1584] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:51:04 2026] GET /v2.0/ports?device_id=8c456745-d979-4953-bc3a-f79b7c0f954e => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1585] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:51:04 2026] DELETE /v2.0/floatingips/d30aed6a-a05b-42c5-bebd-424ac5e54192 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1586] 10.0.0.4 () {32 vars in 748 bytes} [Tue Sep 1 19:51:04 2026] DELETE /v2.0/security-group-rules/edfe228e-e9ba-4074-b8da-25519f53af53 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:04.874 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1e51889-7512-442c-aa97-4f50d27e5048 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 8baafb3a-d34c-4f59-89d1-d4d99cf004b2 2026-09-01 19:51:04.877 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1e51889-7512-442c-aa97-4f50d27e5048 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 8baafb3a-d34c-4f59-89d1-d4d99cf004b2 [pid: 8|app: 0|req: 794/1587] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:51:04 2026] GET /v2.0/security-groups?id=a9623f98-1138-4819-9093-ffee3a978474&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:51:05.057 7 INFO neutron.services.segments.plugin [-] Segment 13281527-0204-4016-8ad7-2e3d358c8296 resource provider aggregate not found 2026-09-01 19:51:05.060 7 INFO neutron.services.segments.plugin [-] Segment 13281527-0204-4016-8ad7-2e3d358c8296 resource provider aggregate not found 2026-09-01 19:51:05.079 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 13281527-0204-4016-8ad7-2e3d358c8296 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13281527-0204-4016-8ad7-2e3d358c8296 found for delete ", "request_id": "req-32922e62-6646-4dcd-9389-17e32c40868c"}]} 2026-09-01 19:51:05.081 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 13281527-0204-4016-8ad7-2e3d358c8296 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13281527-0204-4016-8ad7-2e3d358c8296 found for delete ", "request_id": "req-a8d38f02-c24f-427f-8177-550d12c196d1"}]} [pid: 7|app: 0|req: 794/1588] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:51:04 2026] DELETE /v2.0/networks/0432e2e7-c218-4c3d-a8f4-35b0f7585e5b => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1589] 10.0.0.4 () {32 vars in 671 bytes} [Tue Sep 1 19:51:05 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:05.172 8 INFO neutron_taas.services.taas.taas_plugin [None req-efa290f4-352b-4ade-9ab2-d6af0bdc1aeb 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: e1f1ee4b-2760-4a44-915f-49db1542a7f1 2026-09-01 19:51:05.174 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efa290f4-352b-4ade-9ab2-d6af0bdc1aeb 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: e1f1ee4b-2760-4a44-915f-49db1542a7f1 2026-09-01 19:51:05.296 7 INFO neutron.db.ovn_revision_numbers_db [None req-386d756d-84f4-4e46-91b6-947136378c89 53132ac5bc3042b990b1f2cae28b0398 2007d346c138473886badbc5fd0f249a - - default default] Successfully bumped revision number for resource 3feff270-d6a9-4cdc-97aa-ec7049c7ca15 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 796/1590] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:51:05 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) [pid: 7|app: 0|req: 797/1591] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:05 2026] GET /v2.0/security-groups?tenant_id=4d4e9458396f453c9ebcdeb54e8e6a18&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1592] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:51:05 2026] GET /v2.0/security-group-rules/3feff270-d6a9-4cdc-97aa-ec7049c7ca15 => generated 601 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1593] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:05 2026] DELETE /v2.0/security-groups/073bf7c0-7217-4e88-a99b-1934334ed567 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1594] 10.0.0.4 () {32 vars in 671 bytes} [Tue Sep 1 19:51:05 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1595] 10.0.0.4 () {32 vars in 748 bytes} [Tue Sep 1 19:51:05 2026] DELETE /v2.0/security-group-rules/3feff270-d6a9-4cdc-97aa-ec7049c7ca15 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1596] 10.0.0.4 () {32 vars in 671 bytes} [Tue Sep 1 19:51:05 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1597] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:51:04 2026] PUT /v2.0/routers/3df9890b-36c5-481b-923f-e62e12db647c/remove_router_interface => generated 309 bytes in 1080 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-09-01 19:51:06.089 7 INFO neutron.db.ovn_revision_numbers_db [None req-9309638d-acbc-41b2-8b09-d5795b07c47e 53132ac5bc3042b990b1f2cae28b0398 2007d346c138473886badbc5fd0f249a - - default default] Successfully bumped revision number for resource 6d3cf8ca-3838-4255-897b-802c3e8cf76f (type: security_group_rules) to 0 [pid: 7|app: 0|req: 803/1598] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:51:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1599] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:51:06 2026] GET /v2.0/ports?device_id=8c456745-d979-4953-bc3a-f79b7c0f954e => 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: 805/1600] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:51:06 2026] GET /v2.0/security-group-rules/6d3cf8ca-3838-4255-897b-802c3e8cf76f => generated 602 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1601] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:51:06 2026] GET /v2.0/security-groups?id=a9623f98-1138-4819-9093-ffee3a978474&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: 807/1602] 10.0.0.4 () {32 vars in 671 bytes} [Tue Sep 1 19:51:06 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1603] 10.0.0.4 () {32 vars in 748 bytes} [Tue Sep 1 19:51:06 2026] DELETE /v2.0/security-group-rules/6d3cf8ca-3838-4255-897b-802c3e8cf76f => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1604] 10.0.0.4 () {32 vars in 671 bytes} [Tue Sep 1 19:51:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:06.439 8 INFO neutron_taas.services.taas.taas_plugin [None req-db6e60cf-8d6d-4096-975d-dd6336684e9f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 3b71e9f4-e18d-411c-b17f-979773f38f5a 2026-09-01 19:51:06.442 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db6e60cf-8d6d-4096-975d-dd6336684e9f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 3b71e9f4-e18d-411c-b17f-979773f38f5a [pid: 7|app: 0|req: 810/1605] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:06 2026] DELETE /v2.0/security-groups/7bfcc84f-cf57-4614-b732-66a0bd93001a => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1606] 10.0.0.4 () {32 vars in 661 bytes} [Tue Sep 1 19:51:06 2026] GET /v2.0/security-groups => generated 2925 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1607] 10.0.0.4 () {32 vars in 661 bytes} [Tue Sep 1 19:51:06 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-09-01 19:51:07.164 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f58506ff-6eeb-4597-b791-72a75c477429 - - - - - -] OVN reports status up for port: 418b4418-aa37-4893-b806-da1982b0de5c 2026-09-01 19:51:07.183 7 INFO neutron.plugins.ml2.plugin [None req-f58506ff-6eeb-4597-b791-72a75c477429 - - - - - -] Attempt 1 to provision port 418b4418-aa37-4893-b806-da1982b0de5c [pid: 7|app: 0|req: 813/1608] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:51:07 2026] GET /v2.0/ports?device_id=8c456745-d979-4953-bc3a-f79b7c0f954e => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:51:07.390 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e9baa43-314f-42c8-aa2c-5c9681688fa2'] response: {'server_uuid': '8c456745-d979-4953-bc3a-f79b7c0f954e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '418b4418-aa37-4893-b806-da1982b0de5c', 'code': 200} 2026-09-01 19:51:07.528 7 INFO neutron.db.ovn_revision_numbers_db [None req-f58506ff-6eeb-4597-b791-72a75c477429 - - - - - -] Successfully bumped revision number for resource 418b4418-aa37-4893-b806-da1982b0de5c (type: ports) to 5 [pid: 8|app: 0|req: 796/1609] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:51:05 2026] DELETE /v2.0/routers/3df9890b-36c5-481b-923f-e62e12db647c => generated 0 bytes in 1544 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1610] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:51:07 2026] GET /v2.0/security-groups?id=a9623f98-1138-4819-9093-ffee3a978474&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 814/1611] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:07 2026] GET /v2.0/security-groups?tenant_id=2007d346c138473886badbc5fd0f249a&name=default => generated 2925 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1612] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:51:07 2026] DELETE /v2.0/subnets/3fff7547-ac63-45b9-b9bf-f637277d1a2e => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:51:07.870 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b875b14-dc94-4cdc-bd69-6e51d481c01a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 2178bdea-2b51-4394-ad4b-536093ea133f 2026-09-01 19:51:07.874 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b875b14-dc94-4cdc-bd69-6e51d481c01a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 2178bdea-2b51-4394-ad4b-536093ea133f [pid: 7|app: 0|req: 815/1613] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:07 2026] DELETE /v2.0/security-groups/aed04ea7-1d96-438a-9cf4-9d0055eeb448 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:08.101 8 INFO neutron.services.segments.plugin [-] Segment 822c0e84-c3aa-4abc-b3ce-3ea3a15f420f resource provider aggregate not found 2026-09-01 19:51:08.110 8 INFO neutron.services.segments.plugin [-] Segment 822c0e84-c3aa-4abc-b3ce-3ea3a15f420f resource provider aggregate not found 2026-09-01 19:51:08.125 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 822c0e84-c3aa-4abc-b3ce-3ea3a15f420f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 822c0e84-c3aa-4abc-b3ce-3ea3a15f420f found for delete ", "request_id": "req-2ee52065-4358-4483-a363-43f633ec18d3"}]} 2026-09-01 19:51:08.130 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 822c0e84-c3aa-4abc-b3ce-3ea3a15f420f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 822c0e84-c3aa-4abc-b3ce-3ea3a15f420f found for delete ", "request_id": "req-72d241cc-f058-44c5-98a8-ded4791c73b8"}]} [pid: 8|app: 0|req: 799/1614] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:51:07 2026] DELETE /v2.0/networks/706eac78-4b56-485c-bc33-6cbe66837309 => generated 0 bytes in 425 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1615] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:08 2026] GET /v2.0/security-groups?tenant_id=b2a546c64fc54282a2e890655544ec68&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1616] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:51:08 2026] GET /v2.0/ports?device_id=8c456745-d979-4953-bc3a-f79b7c0f954e => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1617] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:08 2026] DELETE /v2.0/security-groups/c3172bae-c7a4-4b63-967d-4a79681f5022 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1618] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:51:08 2026] GET /v2.0/security-groups?id=a9623f98-1138-4819-9093-ffee3a978474&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-09-01 19:51:09.443 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ea389f8-a0fa-41a6-bd42-42406264fe59'] response: {'server_uuid': '8c456745-d979-4953-bc3a-f79b7c0f954e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '418b4418-aa37-4893-b806-da1982b0de5c', 'code': 200} [pid: 8|app: 0|req: 801/1619] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:51:09 2026] GET /v2.0/ports?device_id=8c456745-d979-4953-bc3a-f79b7c0f954e => generated 975 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1620] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:51:09 2026] GET /v2.0/security-groups?id=a9623f98-1138-4819-9093-ffee3a978474&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:51:10.314 7 INFO neutron.db.ovn_revision_numbers_db [None req-6f94fd71-58a7-4fac-8d19-a355b2062a2d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a3f8b39f-e733-4a81-afa2-b34d5c335926 (type: security_groups) to 1 2026-09-01 19:51:10.329 7 INFO neutron.db.ovn_revision_numbers_db [None req-6f94fd71-58a7-4fac-8d19-a355b2062a2d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 00e64347-a250-4024-b84e-a897bb239ae5 (type: security_group_rules) to 0 2026-09-01 19:51:10.344 7 INFO neutron.db.ovn_revision_numbers_db [None req-6f94fd71-58a7-4fac-8d19-a355b2062a2d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 3748ff2f-b956-499c-a9bc-68e567b82df9 (type: security_group_rules) to 0 2026-09-01 19:51:10.384 7 INFO neutron.db.ovn_revision_numbers_db [None req-6f94fd71-58a7-4fac-8d19-a355b2062a2d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource eb023239-6212-4a2c-8622-03ef7eb24004 (type: security_group_rules) to 0 2026-09-01 19:51:10.404 7 INFO neutron.db.ovn_revision_numbers_db [None req-6f94fd71-58a7-4fac-8d19-a355b2062a2d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource fb0eefbb-9deb-4449-9c15-3d79b799492d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 819/1621] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:09 2026] GET /v2.0/security-groups?tenant_id=65be97c1646f4b519e820f2c65225beb&name=default => generated 2925 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1622] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:10 2026] DELETE /v2.0/security-groups/a3f8b39f-e733-4a81-afa2-b34d5c335926 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:11.099 7 INFO neutron.db.ovn_revision_numbers_db [None req-05320a69-0a7a-4f07-a51f-46126da96ced 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 33187e65-017a-4ba5-b38f-878309a6ca16 (type: security_groups) to 1 2026-09-01 19:51:11.111 7 INFO neutron.db.ovn_revision_numbers_db [None req-05320a69-0a7a-4f07-a51f-46126da96ced 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 69a6e746-d1e9-4b37-9d8e-850c8ab3b997 (type: security_group_rules) to 0 2026-09-01 19:51:11.134 7 INFO neutron.db.ovn_revision_numbers_db [None req-05320a69-0a7a-4f07-a51f-46126da96ced 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 6a5a82d0-6ab4-46ec-85fb-e9324c80faff (type: security_group_rules) to 0 2026-09-01 19:51:11.149 7 INFO neutron.db.ovn_revision_numbers_db [None req-05320a69-0a7a-4f07-a51f-46126da96ced 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 7c5178a3-114f-49fd-8057-3d8601e9efd1 (type: security_group_rules) to 0 2026-09-01 19:51:11.159 7 INFO neutron.db.ovn_revision_numbers_db [None req-05320a69-0a7a-4f07-a51f-46126da96ced 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a4fb7328-ae3f-429b-af97-e716672f6b41 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 820/1623] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:10 2026] GET /v2.0/security-groups?tenant_id=08ed71e683cf4db1b8b7e143c1c7f35f&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1624] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:11 2026] DELETE /v2.0/security-groups/33187e65-017a-4ba5-b38f-878309a6ca16 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1627] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:51:11 2026] GET /v2.0/ports?device_id=8c456745-d979-4953-bc3a-f79b7c0f954e => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1628] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:51:11 2026] GET /v2.0/security-groups?id=a9623f98-1138-4819-9093-ffee3a978474&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1629] 10.0.0.190 () {32 vars in 800 bytes} [Tue Sep 1 19:51:11 2026] GET /v2.0/extensions => generated 20541 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1630] 10.0.0.190 () {30 vars in 724 bytes} [Tue Sep 1 19:51:12 2026] GET /v2.0/quotas/eb0f7bb09b234f55b4ba7296c0935f6d/details => generated 847 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:51:12.570 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a2f586fa-db48-4398-b292-8c3d63d79c8a - - - - - -] OVN reports status down for port: 418b4418-aa37-4893-b806-da1982b0de5c [pid: 8|app: 0|req: 808/1631] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:51:12 2026] GET /v2.0/ports?device_id=8c456745-d979-4953-bc3a-f79b7c0f954e => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:51:12.779 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-48a47cce-2825-4d59-a145-56e94fd586fe'] response: {'server_uuid': '8c456745-d979-4953-bc3a-f79b7c0f954e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '418b4418-aa37-4893-b806-da1982b0de5c', 'code': 200} [pid: 7|app: 0|req: 824/1632] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:51:12 2026] GET /v2.0/security-groups?id=a9623f98-1138-4819-9093-ffee3a978474&fields=id&fields=name => generated 88 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:51:13.007 7 INFO neutron.db.ovn_revision_numbers_db [None req-a2f586fa-db48-4398-b292-8c3d63d79c8a - - - - - -] Successfully bumped revision number for resource 418b4418-aa37-4893-b806-da1982b0de5c (type: ports) to 6 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-01 19:51:13.815 8 INFO neutron.db.ovn_revision_numbers_db [None req-31aa6b58-bc6e-42ed-8da0-a8fd13651de9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 502ea675-623d-413c-8002-c9814fda2410 (type: security_groups) to 1 2026-09-01 19:51:13.833 8 INFO neutron.db.ovn_revision_numbers_db [None req-31aa6b58-bc6e-42ed-8da0-a8fd13651de9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a95a6fcf-ff9d-4d79-9381-def0868b0e8d (type: security_group_rules) to 0 2026-09-01 19:51:13.852 8 INFO neutron.db.ovn_revision_numbers_db [None req-31aa6b58-bc6e-42ed-8da0-a8fd13651de9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a9a105a2-61f1-4bc2-b419-4e1fed006088 (type: security_group_rules) to 0 2026-09-01 19:51:13.872 8 INFO neutron.db.ovn_revision_numbers_db [None req-31aa6b58-bc6e-42ed-8da0-a8fd13651de9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ddedc335-b341-421e-954c-aee4cfa8da64 (type: security_group_rules) to 0 2026-09-01 19:51:13.891 8 INFO neutron.db.ovn_revision_numbers_db [None req-31aa6b58-bc6e-42ed-8da0-a8fd13651de9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f64a5496-063f-4183-b300-def5b2960b1e (type: security_group_rules) to 0 [pid: 7|app: 0|req: 825/1633] 162.253.55.86 () {34 vars in 993 bytes} [Tue Sep 1 19:51:13 2026] GET /v2.0/ports?device_id=8c456745-d979-4953-bc3a-f79b7c0f954e => generated 973 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1634] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:13 2026] GET /v2.0/security-groups?tenant_id=ceda4175287243b5bb968b6abd65c84e&name=default => generated 2925 bytes in 565 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1635] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:51:13 2026] GET /v2.0/ports?device_id=8c456745-d979-4953-bc3a-f79b7c0f954e => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:51:14.027 7 INFO neutron_taas.services.taas.taas_plugin [req-9fac59e3-9768-4e48-904d-db3106eb29a5 req-d26bcb96-6ddf-4b37-a547-cd5bd43516cc 0b345298a1424f43b63a642d6e27b740 89db9f70b11845cfae09ce6855b22813 - - default default] TaaS: Handle Delete Port: 418b4418-aa37-4893-b806-da1982b0de5c 2026-09-01 19:51:14.030 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9fac59e3-9768-4e48-904d-db3106eb29a5 req-d26bcb96-6ddf-4b37-a547-cd5bd43516cc 0b345298a1424f43b63a642d6e27b740 89db9f70b11845cfae09ce6855b22813 - - default default] Tap Mirror: Handle Delete Port: 418b4418-aa37-4893-b806-da1982b0de5c [pid: 7|app: 0|req: 826/1636] 162.253.55.86 () {36 vars in 996 bytes} [Tue Sep 1 19:51:13 2026] DELETE /v2.0/ports/418b4418-aa37-4893-b806-da1982b0de5c => 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: 827/1637] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:51:14 2026] GET /v2.0/security-groups?id=a9623f98-1138-4819-9093-ffee3a978474&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1638] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:13 2026] DELETE /v2.0/security-groups/502ea675-623d-413c-8002-c9814fda2410 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:14.508 7 INFO neutron.db.ovn_revision_numbers_db [None req-767f377a-df77-4b4a-935e-07224ef7b007 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ea99bdcb-7581-4004-9bff-1defc93fb871 (type: security_groups) to 1 2026-09-01 19:51:14.519 7 INFO neutron.db.ovn_revision_numbers_db [None req-767f377a-df77-4b4a-935e-07224ef7b007 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 07b25fb9-a89d-4d8f-9bbf-02407a9145bf (type: security_group_rules) to 0 2026-09-01 19:51:14.531 7 INFO neutron.db.ovn_revision_numbers_db [None req-767f377a-df77-4b4a-935e-07224ef7b007 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 60bf1d36-b560-449f-aca5-fecf0941d09d (type: security_group_rules) to 0 2026-09-01 19:51:14.543 7 INFO neutron.db.ovn_revision_numbers_db [None req-767f377a-df77-4b4a-935e-07224ef7b007 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource bf6bd9e2-7d62-4be3-a1ac-b551ae66aedb (type: security_group_rules) to 0 2026-09-01 19:51:14.554 7 INFO neutron.db.ovn_revision_numbers_db [None req-767f377a-df77-4b4a-935e-07224ef7b007 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f94345b6-d083-4b07-a6ff-8d8738eed4da (type: security_group_rules) to 0 [pid: 7|app: 0|req: 828/1639] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:14 2026] GET /v2.0/security-groups?tenant_id=9e79663896db413c854aa7fe02498797&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:14.832 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f4b0367-b4d5-4e9f-964e-d1bd8d2761ec'] response: {'server_uuid': '8c456745-d979-4953-bc3a-f79b7c0f954e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '418b4418-aa37-4893-b806-da1982b0de5c', 'code': 200} 2026-09-01 19:51:14.832 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f4b0367-b4d5-4e9f-964e-d1bd8d2761ec'] response: {'server_uuid': '8c456745-d979-4953-bc3a-f79b7c0f954e', 'name': 'network-vif-deleted', 'tag': '418b4418-aa37-4893-b806-da1982b0de5c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 812/1640] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:14 2026] DELETE /v2.0/security-groups/ea99bdcb-7581-4004-9bff-1defc93fb871 => 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: 829/1641] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:51:15 2026] GET /v2.0/ports?device_id=8c456745-d979-4953-bc3a-f79b7c0f954e => 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: 813/1642] 10.0.0.190 () {32 vars in 800 bytes} [Tue Sep 1 19:51:15 2026] GET /v2.0/extensions => generated 20541 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1643] 10.0.0.190 () {30 vars in 724 bytes} [Tue Sep 1 19:51:15 2026] GET /v2.0/quotas/eb0f7bb09b234f55b4ba7296c0935f6d/details => generated 847 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1644] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:51:16 2026] GET /v2.0/ports?device_id=8c456745-d979-4953-bc3a-f79b7c0f954e => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:51:17.629 7 INFO neutron.db.ovn_revision_numbers_db [None req-71b189f7-829d-42b3-8022-1247e1507856 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ef827619-5aca-45ee-80c7-6381c5bcebfd (type: security_groups) to 1 2026-09-01 19:51:17.652 7 INFO neutron.db.ovn_revision_numbers_db [None req-71b189f7-829d-42b3-8022-1247e1507856 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 93dacfc4-c0eb-4445-9e41-364a80208bee (type: security_group_rules) to 0 2026-09-01 19:51:17.675 7 INFO neutron.db.ovn_revision_numbers_db [None req-71b189f7-829d-42b3-8022-1247e1507856 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 9edc648b-4c87-4332-9b58-1ac111aace3c (type: security_group_rules) to 0 2026-09-01 19:51:17.690 7 INFO neutron.db.ovn_revision_numbers_db [None req-71b189f7-829d-42b3-8022-1247e1507856 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ad881a5b-1e86-4896-9701-fa6daf7fa518 (type: security_group_rules) to 0 2026-09-01 19:51:17.714 7 INFO neutron.db.ovn_revision_numbers_db [None req-71b189f7-829d-42b3-8022-1247e1507856 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource c6d54487-4a50-4fe5-950e-1eb6b641f7c2 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 831/1645] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:17 2026] GET /v2.0/security-groups?tenant_id=833b73f475b54a519e05d414a8ff06cd&name=default => generated 2925 bytes in 561 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1646] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:17 2026] DELETE /v2.0/security-groups/ef827619-5aca-45ee-80c7-6381c5bcebfd => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:19.139 7 INFO neutron_taas.services.taas.taas_plugin [None req-71777a91-a4fe-498e-a908-072f917b7110 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: ba2174da-8ada-4455-a42e-f1084722e273 2026-09-01 19:51:19.141 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71777a91-a4fe-498e-a908-072f917b7110 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: ba2174da-8ada-4455-a42e-f1084722e273 2026-09-01 19:51:19.358 8 INFO neutron.db.ovn_revision_numbers_db [None req-aebfacf5-25e1-45a6-9329-66107e37cc71 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e1ac9b2b-9a07-4c66-a934-0b3dbd736b98 (type: security_groups) to 1 2026-09-01 19:51:19.372 8 INFO neutron.db.ovn_revision_numbers_db [None req-aebfacf5-25e1-45a6-9329-66107e37cc71 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 14a78a39-e6ce-4138-9cb8-d9377934fd36 (type: security_group_rules) to 0 2026-09-01 19:51:19.394 8 INFO neutron.db.ovn_revision_numbers_db [None req-aebfacf5-25e1-45a6-9329-66107e37cc71 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 158840e6-bc18-4e50-ba98-17dd46cda330 (type: security_group_rules) to 0 2026-09-01 19:51:19.413 8 INFO neutron.db.ovn_revision_numbers_db [None req-aebfacf5-25e1-45a6-9329-66107e37cc71 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource c658badf-5d21-41c5-8b65-f4487560c260 (type: security_group_rules) to 0 2026-09-01 19:51:19.429 8 INFO neutron.db.ovn_revision_numbers_db [None req-aebfacf5-25e1-45a6-9329-66107e37cc71 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e28efd77-f2e2-464e-9368-86a8e9d60152 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 816/1647] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:18 2026] GET /v2.0/security-groups?tenant_id=eb0f7bb09b234f55b4ba7296c0935f6d&name=default => generated 2925 bytes in 537 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1648] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:19 2026] DELETE /v2.0/security-groups/e1ac9b2b-9a07-4c66-a934-0b3dbd736b98 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1649] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:51:18 2026] PUT /v2.0/routers/6197a69e-c9d2-4b64-bb94-e935cbac857a/remove_router_interface => generated 309 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:51:20.220 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ed5be4e-dbfb-4ff7-82e9-c1926f297d8c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 5c35de1d-8989-4b3d-b335-c3aa5f8986ca 2026-09-01 19:51:20.223 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ed5be4e-dbfb-4ff7-82e9-c1926f297d8c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 5c35de1d-8989-4b3d-b335-c3aa5f8986ca /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-01 19:51:20.601 7 INFO neutron.db.ovn_revision_numbers_db [None req-34bf6b9b-008c-40a6-92ac-1ddd1fb08396 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4e5efeda-16c7-47c3-87d0-a3d187da4ef0 (type: security_groups) to 1 2026-09-01 19:51:20.612 7 INFO neutron.db.ovn_revision_numbers_db [None req-34bf6b9b-008c-40a6-92ac-1ddd1fb08396 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 7cde775f-c4bb-4ae2-806b-9bd3fc6db2ae (type: security_group_rules) to 0 2026-09-01 19:51:20.625 7 INFO neutron.db.ovn_revision_numbers_db [None req-34bf6b9b-008c-40a6-92ac-1ddd1fb08396 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 972754f3-fb97-4ff6-a57c-581ec69df1b2 (type: security_group_rules) to 0 2026-09-01 19:51:20.637 7 INFO neutron.db.ovn_revision_numbers_db [None req-34bf6b9b-008c-40a6-92ac-1ddd1fb08396 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ada876d8-75c1-4cb9-bbdd-f8bd685227e3 (type: security_group_rules) to 0 2026-09-01 19:51:20.653 7 INFO neutron.db.ovn_revision_numbers_db [None req-34bf6b9b-008c-40a6-92ac-1ddd1fb08396 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource d5b433f6-3f70-4e8a-af97-01c61885a27b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 833/1650] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:20 2026] GET /v2.0/security-groups?tenant_id=9710f9ae15c640dd8bedd02764ecd569&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:20.892 7 INFO neutron.db.ovn_revision_numbers_db [None req-433d53da-7c4f-48e1-b364-ede83f698406 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 324a8675-56c4-4b4a-bcb7-78921f07b964 (type: security_groups) to 1 2026-09-01 19:51:20.909 7 INFO neutron.db.ovn_revision_numbers_db [None req-433d53da-7c4f-48e1-b364-ede83f698406 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 18927a22-3c49-4afe-b168-42bab976ba7a (type: security_group_rules) to 0 2026-09-01 19:51:20.925 7 INFO neutron.db.ovn_revision_numbers_db [None req-433d53da-7c4f-48e1-b364-ede83f698406 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 3fdc6e98-3089-44ca-83b0-48c99b4c673f (type: security_group_rules) to 0 2026-09-01 19:51:20.938 7 INFO neutron.db.ovn_revision_numbers_db [None req-433d53da-7c4f-48e1-b364-ede83f698406 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 7de445db-5106-4c3f-bb38-429f80eac2cb (type: security_group_rules) to 0 2026-09-01 19:51:20.949 7 INFO neutron.db.ovn_revision_numbers_db [None req-433d53da-7c4f-48e1-b364-ede83f698406 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e66372af-bb38-47f8-85f7-76bdccda2df0 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 834/1651] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:20 2026] GET /v2.0/security-groups?tenant_id=7c51b2c8449d4221af3bbd46d4bc1297&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1652] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:51:20 2026] GET /v2.0/subnets => generated 1986 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1653] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:51:19 2026] DELETE /v2.0/routers/6197a69e-c9d2-4b64-bb94-e935cbac857a => generated 0 bytes in 1304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1654] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:21 2026] DELETE /v2.0/security-groups/324a8675-56c4-4b4a-bcb7-78921f07b964 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1655] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:21 2026] DELETE /v2.0/security-groups/4e5efeda-16c7-47c3-87d0-a3d187da4ef0 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1656] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:51:21 2026] GET /v2.0/networks => generated 3083 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1657] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:51:21 2026] GET /v2.0/network-ip-availabilities => generated 1576 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1658] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:51:21 2026] GET /v2.0/subnets => generated 1986 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1659] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:51:21 2026] GET /v2.0/subnetpools => generated 19 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1660] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:51:21 2026] GET /v2.0/ports => generated 6222 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1661] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:51:21 2026] DELETE /v2.0/subnets/187a56e1-72cb-422a-997c-7ef9375535e9 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1662] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:51:21 2026] GET /v2.0/agents => generated 1214 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:21.682 8 INFO neutron.db.ovn_revision_numbers_db [None req-f9398adf-5db7-4b3b-8e28-0f79b471f83e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f5448428-5a29-408b-87f9-fd17d34d1c76 (type: security_groups) to 1 2026-09-01 19:51:21.696 8 INFO neutron.db.ovn_revision_numbers_db [None req-f9398adf-5db7-4b3b-8e28-0f79b471f83e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 108c53bf-9aa6-4b99-ae2a-c22f82c3d70a (type: security_group_rules) to 0 2026-09-01 19:51:21.709 8 INFO neutron.db.ovn_revision_numbers_db [None req-f9398adf-5db7-4b3b-8e28-0f79b471f83e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 180686b4-649c-4a21-81a3-9c3b6f215c3f (type: security_group_rules) to 0 2026-09-01 19:51:21.729 8 INFO neutron.db.ovn_revision_numbers_db [None req-f9398adf-5db7-4b3b-8e28-0f79b471f83e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 9e5895e7-8ee3-4ad3-84e7-132d087bd019 (type: security_group_rules) to 0 2026-09-01 19:51:21.745 8 INFO neutron.db.ovn_revision_numbers_db [None req-f9398adf-5db7-4b3b-8e28-0f79b471f83e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f7a30dbb-1b91-499a-b201-03f11dde98e7 (type: security_group_rules) to 0 2026-09-01 19:51:21.773 7 INFO neutron_taas.services.taas.taas_plugin [None req-21f120b5-16ec-4876-8a6b-eebf52bf6093 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 12088df4-fe24-441b-967a-eee85014a506 2026-09-01 19:51:21.775 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21f120b5-16ec-4876-8a6b-eebf52bf6093 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 12088df4-fe24-441b-967a-eee85014a506 [pid: 8|app: 0|req: 825/1663] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:21 2026] GET /v2.0/security-groups?tenant_id=0a001077976947399babc8b7162e79a3&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1664] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:51:21 2026] GET /v2.0/routers => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:51:21.958 7 INFO neutron.services.segments.plugin [-] Segment e33f25a3-43fd-4eb4-ac06-b9d8f2fca6ec resource provider aggregate not found 2026-09-01 19:51:21.965 7 INFO neutron.services.segments.plugin [-] Segment e33f25a3-43fd-4eb4-ac06-b9d8f2fca6ec resource provider aggregate not found 2026-09-01 19:51:21.991 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e33f25a3-43fd-4eb4-ac06-b9d8f2fca6ec resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e33f25a3-43fd-4eb4-ac06-b9d8f2fca6ec found for delete ", "request_id": "req-565eff06-6b58-47db-a389-6466aeff4010"}]} 2026-09-01 19:51:21.994 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e33f25a3-43fd-4eb4-ac06-b9d8f2fca6ec resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e33f25a3-43fd-4eb4-ac06-b9d8f2fca6ec found for delete ", "request_id": "req-b853cc5f-28a1-4437-bbb3-96164de75ac6"}]} [pid: 7|app: 0|req: 839/1665] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:51:21 2026] DELETE /v2.0/networks/0f173211-37e5-4083-9953-481f6defe650 => generated 0 bytes in 398 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1666] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:51:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1667] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:21 2026] DELETE /v2.0/security-groups/f5448428-5a29-408b-87f9-fd17d34d1c76 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1668] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:51:22 2026] GET /v2.0/floatingips => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1669] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:51:22 2026] GET /v2.0/security-groups => generated 20301 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1670] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:22 2026] GET /v2.0/security-groups?tenant_id=89db9f70b11845cfae09ce6855b22813&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: 829/1671] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:22 2026] DELETE /v2.0/security-groups/a9623f98-1138-4819-9093-ffee3a978474 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:23.723 7 INFO neutron.db.ovn_revision_numbers_db [None req-2c2ce7f9-4030-458b-9ff3-1b065d7378bf 91de9ab38e1d4a9e8ac2aa26d364824f 95cd2dd6d7644df2975f2cd9c7d939e9 - - default default] Successfully bumped revision number for resource 14685484-e0ea-49b8-937c-96569614ce1a (type: security_groups) to 1 2026-09-01 19:51:23.742 7 INFO neutron.db.ovn_revision_numbers_db [None req-2c2ce7f9-4030-458b-9ff3-1b065d7378bf 91de9ab38e1d4a9e8ac2aa26d364824f 95cd2dd6d7644df2975f2cd9c7d939e9 - - default default] Successfully bumped revision number for resource 78f0458d-5fad-4800-b75c-de3a5a58dc25 (type: security_group_rules) to 0 2026-09-01 19:51:23.755 7 INFO neutron.db.ovn_revision_numbers_db [None req-2c2ce7f9-4030-458b-9ff3-1b065d7378bf 91de9ab38e1d4a9e8ac2aa26d364824f 95cd2dd6d7644df2975f2cd9c7d939e9 - - default default] Successfully bumped revision number for resource ad06f138-5c1c-439e-9faa-71d150cd9dd9 (type: security_group_rules) to 0 2026-09-01 19:51:23.770 7 INFO neutron.db.ovn_revision_numbers_db [None req-2c2ce7f9-4030-458b-9ff3-1b065d7378bf 91de9ab38e1d4a9e8ac2aa26d364824f 95cd2dd6d7644df2975f2cd9c7d939e9 - - default default] Successfully bumped revision number for resource b9cea7b4-54df-43b5-bdb2-4787f09e6c7e (type: security_group_rules) to 0 2026-09-01 19:51:23.787 7 INFO neutron.db.ovn_revision_numbers_db [None req-2c2ce7f9-4030-458b-9ff3-1b065d7378bf 91de9ab38e1d4a9e8ac2aa26d364824f 95cd2dd6d7644df2975f2cd9c7d939e9 - - default default] Successfully bumped revision number for resource d6ee11fc-2d54-4573-9ea8-9159d0a054b7 (type: security_group_rules) to 0 2026-09-01 19:51:23.937 7 INFO neutron.db.ovn_revision_numbers_db [None req-2c2ce7f9-4030-458b-9ff3-1b065d7378bf 91de9ab38e1d4a9e8ac2aa26d364824f 95cd2dd6d7644df2975f2cd9c7d939e9 - - default default] Successfully bumped revision number for resource 6fd1e4fb-f095-43df-9258-3cff36f7fd98 (type: security_groups) to 1 2026-09-01 19:51:23.950 7 INFO neutron.db.ovn_revision_numbers_db [None req-2c2ce7f9-4030-458b-9ff3-1b065d7378bf 91de9ab38e1d4a9e8ac2aa26d364824f 95cd2dd6d7644df2975f2cd9c7d939e9 - - default default] Successfully bumped revision number for resource 741e2fb3-fb17-4549-abf7-a78c136210a3 (type: security_group_rules) to 0 2026-09-01 19:51:23.961 7 INFO neutron.db.ovn_revision_numbers_db [None req-2c2ce7f9-4030-458b-9ff3-1b065d7378bf 91de9ab38e1d4a9e8ac2aa26d364824f 95cd2dd6d7644df2975f2cd9c7d939e9 - - default default] Successfully bumped revision number for resource f224548b-c516-4e7e-ab37-cfbc806628cc (type: security_group_rules) to 0 [pid: 7|app: 0|req: 843/1672] 10.0.0.4 () {34 vars in 682 bytes} [Tue Sep 1 19:51:23 2026] POST /v2.0/security-groups => generated 1625 bytes in 672 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1673] 10.0.0.4 () {32 vars in 661 bytes} [Tue Sep 1 19:51:24 2026] GET /v2.0/security-groups => generated 4530 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:24.104 7 INFO neutron.db.ovn_revision_numbers_db [None req-d74d8ec8-af53-44f6-93f7-7e3396affd46 91de9ab38e1d4a9e8ac2aa26d364824f 95cd2dd6d7644df2975f2cd9c7d939e9 - - default default] Successfully bumped revision number for resource 6fd1e4fb-f095-43df-9258-3cff36f7fd98 (type: security_groups) to 2 [pid: 7|app: 0|req: 844/1674] 10.0.0.4 () {34 vars in 756 bytes} [Tue Sep 1 19:51:24 2026] PUT /v2.0/security-groups/6fd1e4fb-f095-43df-9258-3cff36f7fd98 => generated 1662 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1675] 10.0.0.4 () {32 vars in 735 bytes} [Tue Sep 1 19:51:24 2026] GET /v2.0/security-groups/6fd1e4fb-f095-43df-9258-3cff36f7fd98 => generated 1662 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1676] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:24 2026] DELETE /v2.0/security-groups/6fd1e4fb-f095-43df-9258-3cff36f7fd98 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1677] 10.0.0.4 () {32 vars in 661 bytes} [Tue Sep 1 19:51:24 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:24.323 7 INFO neutron.api.v2.resource [None req-4a26eea1-6ebe-4b4b-a4f4-1ca3c9d9f320 91de9ab38e1d4a9e8ac2aa26d364824f 95cd2dd6d7644df2975f2cd9c7d939e9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 847/1678] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:24 2026] DELETE /v2.0/security-groups/6fd1e4fb-f095-43df-9258-3cff36f7fd98 => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:51:24.457 7 INFO neutron.db.ovn_revision_numbers_db [None req-db1acd5c-6b6b-4ee2-b779-6b6c23787018 91de9ab38e1d4a9e8ac2aa26d364824f 95cd2dd6d7644df2975f2cd9c7d939e9 - - default default] Successfully bumped revision number for resource 50fb8259-e5c1-4a63-ae17-df482bac5a34 (type: security_groups) to 1 2026-09-01 19:51:24.475 7 INFO neutron.db.ovn_revision_numbers_db [None req-db1acd5c-6b6b-4ee2-b779-6b6c23787018 91de9ab38e1d4a9e8ac2aa26d364824f 95cd2dd6d7644df2975f2cd9c7d939e9 - - default default] Successfully bumped revision number for resource 2b227b3b-6e98-426d-af83-cc78e9871bd9 (type: security_group_rules) to 0 2026-09-01 19:51:24.489 7 INFO neutron.db.ovn_revision_numbers_db [None req-db1acd5c-6b6b-4ee2-b779-6b6c23787018 91de9ab38e1d4a9e8ac2aa26d364824f 95cd2dd6d7644df2975f2cd9c7d939e9 - - default default] Successfully bumped revision number for resource 4f01f89a-6d24-48ef-89e5-a699acda25d0 (type: security_group_rules) to 0 2026-09-01 19:51:24.505 8 INFO neutron.db.ovn_revision_numbers_db [None req-da6f968a-7bea-419f-a0be-833dcffccc72 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Successfully bumped revision number for resource d7274850-34d5-4475-95a9-1f580e9c78db (type: security_groups) to 1 2026-09-01 19:51:24.518 8 INFO neutron.db.ovn_revision_numbers_db [None req-da6f968a-7bea-419f-a0be-833dcffccc72 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Successfully bumped revision number for resource 25a47900-6355-4aeb-bbae-b83977bf38ea (type: security_group_rules) to 0 2026-09-01 19:51:24.528 8 INFO neutron.db.ovn_revision_numbers_db [None req-da6f968a-7bea-419f-a0be-833dcffccc72 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Successfully bumped revision number for resource 44db1b1f-e050-43ef-ad57-a957b764ca02 (type: security_group_rules) to 0 2026-09-01 19:51:24.540 8 INFO neutron.db.ovn_revision_numbers_db [None req-da6f968a-7bea-419f-a0be-833dcffccc72 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Successfully bumped revision number for resource 6ed3b886-8999-49e0-823b-598e6ca98f27 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 848/1679] 10.0.0.4 () {34 vars in 682 bytes} [Tue Sep 1 19:51:24 2026] POST /v2.0/security-groups => generated 1625 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-01 19:51:24.558 8 INFO neutron.db.ovn_revision_numbers_db [None req-da6f968a-7bea-419f-a0be-833dcffccc72 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Successfully bumped revision number for resource be361566-7c85-4127-9bb1-9f1645a31840 (type: security_group_rules) to 0 2026-09-01 19:51:24.655 8 INFO neutron.db.segments_db [None req-da6f968a-7bea-419f-a0be-833dcffccc72 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Added segment 305b8290-375e-417f-970b-e17cc89355e9 of type geneve for network d171d8d2-bc6b-4734-9f57-a54adf2bddbe 2026-09-01 19:51:24.708 7 INFO neutron.db.ovn_revision_numbers_db [None req-e833a473-2ec4-4ad5-a03a-53978b2daef4 91de9ab38e1d4a9e8ac2aa26d364824f 95cd2dd6d7644df2975f2cd9c7d939e9 - - default default] Successfully bumped revision number for resource 23820857-2cbb-45fc-b699-3909e4cb4af3 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 849/1680] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:51:24 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-09-01 19:51:24.781 8 INFO neutron.db.ovn_revision_numbers_db [None req-da6f968a-7bea-419f-a0be-833dcffccc72 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Successfully bumped revision number for resource d171d8d2-bc6b-4734-9f57-a54adf2bddbe (type: networks) to 1 [pid: 7|app: 0|req: 850/1681] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:51:24 2026] GET /v2.0/security-group-rules/23820857-2cbb-45fc-b699-3909e4cb4af3 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1682] 10.0.0.4 () {32 vars in 671 bytes} [Tue Sep 1 19:51:24 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:24.959 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-da6f968a-7bea-419f-a0be-833dcffccc72 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] No more DHCP agents 2026-09-01 19:51:24.962 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-da6f968a-7bea-419f-a0be-833dcffccc72 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Unable to schedule network d171d8d2-bc6b-4734-9f57-a54adf2bddbe: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:25.012 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status down for port: 4b202932-6253-41b6-83a8-95dc5eebdcc5 [pid: 7|app: 0|req: 852/1683] 10.0.0.4 () {32 vars in 748 bytes} [Tue Sep 1 19:51:24 2026] DELETE /v2.0/security-group-rules/23820857-2cbb-45fc-b699-3909e4cb4af3 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:25.065 8 INFO neutron.db.ovn_revision_numbers_db [None req-da6f968a-7bea-419f-a0be-833dcffccc72 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Successfully bumped revision number for resource 4b202932-6253-41b6-83a8-95dc5eebdcc5 (type: ports) to 1 [pid: 7|app: 0|req: 853/1684] 10.0.0.4 () {32 vars in 671 bytes} [Tue Sep 1 19:51:25 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: 832/1685] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:51:24 2026] POST /v2.0/networks => generated 670 bytes in 883 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:51:25.179 7 INFO neutron.db.ovn_revision_numbers_db [None req-200308fa-ccfc-4308-952d-942fd1e33169 91de9ab38e1d4a9e8ac2aa26d364824f 95cd2dd6d7644df2975f2cd9c7d939e9 - - default default] Successfully bumped revision number for resource 06c97803-e6bc-4e1f-91f0-e04a2f3024b6 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 854/1686] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:51:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1687] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:51:25 2026] GET /v2.0/security-group-rules/06c97803-e6bc-4e1f-91f0-e04a2f3024b6 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:51:25.229 8 INFO neutron.db.segments_db [None req-7610f77b-4ea0-4e72-81a7-2a7d0d4b7dd3 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Added segment 1cd7d17d-ec96-4f90-bad0-638b905bdf47 of type geneve for network d7933e9a-4218-4c75-b4f7-89e357c5d2e0 [pid: 7|app: 0|req: 856/1688] 10.0.0.4 () {32 vars in 671 bytes} [Tue Sep 1 19:51:25 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1689] 10.0.0.4 () {32 vars in 748 bytes} [Tue Sep 1 19:51:25 2026] DELETE /v2.0/security-group-rules/06c97803-e6bc-4e1f-91f0-e04a2f3024b6 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:25.371 8 INFO neutron.db.ovn_revision_numbers_db [None req-7610f77b-4ea0-4e72-81a7-2a7d0d4b7dd3 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Successfully bumped revision number for resource d7933e9a-4218-4c75-b4f7-89e357c5d2e0 (type: networks) to 1 [pid: 7|app: 0|req: 858/1690] 10.0.0.4 () {32 vars in 671 bytes} [Tue Sep 1 19:51:25 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:25.455 7 INFO neutron.db.securitygroups_db [None req-b02e34b6-32ee-4ca0-87a3-2a6b6d7323f5 91de9ab38e1d4a9e8ac2aa26d364824f 95cd2dd6d7644df2975f2cd9c7d939e9 - - default default] Project 95cd2dd6d7644df2975f2cd9c7d939e9 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-09-01 19:51:25.517 7 INFO neutron.db.ovn_revision_numbers_db [None req-b02e34b6-32ee-4ca0-87a3-2a6b6d7323f5 91de9ab38e1d4a9e8ac2aa26d364824f 95cd2dd6d7644df2975f2cd9c7d939e9 - - default default] Successfully bumped revision number for resource 86d82fe8-3510-43c7-86e9-49af1c987a14 (type: security_group_rules) to 0 2026-09-01 19:51:25.536 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7610f77b-4ea0-4e72-81a7-2a7d0d4b7dd3 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] No more DHCP agents 2026-09-01 19:51:25.537 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7610f77b-4ea0-4e72-81a7-2a7d0d4b7dd3 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Unable to schedule network d7933e9a-4218-4c75-b4f7-89e357c5d2e0: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 859/1691] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:51:25 2026] POST /v2.0/security-group-rules => generated 607 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:51:25.575 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status down for port: 6f350a00-d830-4f8c-a0c4-8cae11bbcac1 [pid: 7|app: 0|req: 860/1692] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:51:25 2026] GET /v2.0/security-group-rules/86d82fe8-3510-43c7-86e9-49af1c987a14 => generated 607 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:51:25.647 8 INFO neutron.db.ovn_revision_numbers_db [None req-7610f77b-4ea0-4e72-81a7-2a7d0d4b7dd3 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Successfully bumped revision number for resource 6f350a00-d830-4f8c-a0c4-8cae11bbcac1 (type: ports) to 1 [pid: 7|app: 0|req: 861/1693] 10.0.0.4 () {32 vars in 671 bytes} [Tue Sep 1 19:51:25 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1694] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:51:25 2026] POST /v2.0/networks => generated 669 bytes in 584 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1695] 10.0.0.4 () {32 vars in 748 bytes} [Tue Sep 1 19:51:25 2026] DELETE /v2.0/security-group-rules/86d82fe8-3510-43c7-86e9-49af1c987a14 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:25.825 8 INFO neutron.db.segments_db [None req-7195682a-05fd-4111-adc1-49122d75b5c6 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Added segment fab34c60-be99-4102-9121-4750b6a70c80 of type geneve for network c0986f1c-b4b0-4bd3-af85-727b39f884fd [pid: 7|app: 0|req: 863/1696] 10.0.0.4 () {32 vars in 671 bytes} [Tue Sep 1 19:51:25 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1697] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:25 2026] DELETE /v2.0/security-groups/50fb8259-e5c1-4a63-ae17-df482bac5a34 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:25.978 8 INFO neutron.db.ovn_revision_numbers_db [None req-7195682a-05fd-4111-adc1-49122d75b5c6 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Successfully bumped revision number for resource c0986f1c-b4b0-4bd3-af85-727b39f884fd (type: networks) to 1 [pid: 7|app: 0|req: 865/1698] 10.0.0.4 () {32 vars in 661 bytes} [Tue Sep 1 19:51:25 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1699] 10.0.0.4 () {32 vars in 661 bytes} [Tue Sep 1 19:51:26 2026] GET /v2.0/security-groups => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:26.127 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7195682a-05fd-4111-adc1-49122d75b5c6 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] No more DHCP agents 2026-09-01 19:51:26.129 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7195682a-05fd-4111-adc1-49122d75b5c6 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Unable to schedule network c0986f1c-b4b0-4bd3-af85-727b39f884fd: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:26.162 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5a84b22-e31f-4993-9dba-302b59099fa5 - - - - - -] OVN reports status down for port: b5902fa5-b1f5-4560-97d1-da120f5d774c 2026-09-01 19:51:26.186 8 INFO neutron.db.ovn_revision_numbers_db [None req-7195682a-05fd-4111-adc1-49122d75b5c6 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Successfully bumped revision number for resource b5902fa5-b1f5-4560-97d1-da120f5d774c (type: ports) to 1 [pid: 8|app: 0|req: 834/1700] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:51:25 2026] POST /v2.0/networks => generated 670 bytes in 492 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:51:26.338 7 INFO neutron.db.segments_db [None req-2994ac60-d60b-4ab3-bc14-afcbee399e11 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Added segment b2f7bc1d-1ce2-491f-9a95-03bdc96c13c1 of type geneve for network fff45187-74ed-46b2-a094-d77a3e91c9e6 2026-09-01 19:51:26.454 7 INFO neutron.db.ovn_revision_numbers_db [None req-2994ac60-d60b-4ab3-bc14-afcbee399e11 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Successfully bumped revision number for resource fff45187-74ed-46b2-a094-d77a3e91c9e6 (type: networks) to 1 2026-09-01 19:51:26.598 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2994ac60-d60b-4ab3-bc14-afcbee399e11 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] No more DHCP agents 2026-09-01 19:51:26.599 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2994ac60-d60b-4ab3-bc14-afcbee399e11 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Unable to schedule network fff45187-74ed-46b2-a094-d77a3e91c9e6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:26.654 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status down for port: d3ac8b9d-fd9d-442f-8a7b-76d6d2728920 2026-09-01 19:51:26.701 7 INFO neutron.db.ovn_revision_numbers_db [None req-2994ac60-d60b-4ab3-bc14-afcbee399e11 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Successfully bumped revision number for resource d3ac8b9d-fd9d-442f-8a7b-76d6d2728920 (type: ports) to 1 [pid: 7|app: 0|req: 867/1703] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:51:26 2026] POST /v2.0/networks => generated 669 bytes in 526 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1704] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:26 2026] GET /v2.0/security-groups?tenant_id=95cd2dd6d7644df2975f2cd9c7d939e9&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:26.866 7 INFO neutron.db.segments_db [None req-af4d1776-fb13-46f2-a50f-2262128a9354 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Added segment b34808ef-927b-464d-a74b-3c2c3997c19a of type geneve for network 81d23d25-12b1-443d-b49c-2a3ae6763df7 2026-09-01 19:51:27.018 7 INFO neutron.db.ovn_revision_numbers_db [None req-af4d1776-fb13-46f2-a50f-2262128a9354 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Successfully bumped revision number for resource 81d23d25-12b1-443d-b49c-2a3ae6763df7 (type: networks) to 1 [pid: 8|app: 0|req: 838/1705] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:26 2026] DELETE /v2.0/security-groups/14685484-e0ea-49b8-937c-96569614ce1a => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:27.173 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-af4d1776-fb13-46f2-a50f-2262128a9354 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] No more DHCP agents 2026-09-01 19:51:27.175 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-af4d1776-fb13-46f2-a50f-2262128a9354 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Unable to schedule network 81d23d25-12b1-443d-b49c-2a3ae6763df7: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:27.227 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5a84b22-e31f-4993-9dba-302b59099fa5 - - - - - -] OVN reports status down for port: 1ea4ec6e-4071-427f-a15d-2ea7ef8a9103 2026-09-01 19:51:27.290 7 INFO neutron.db.ovn_revision_numbers_db [None req-af4d1776-fb13-46f2-a50f-2262128a9354 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Successfully bumped revision number for resource 1ea4ec6e-4071-427f-a15d-2ea7ef8a9103 (type: ports) to 1 [pid: 7|app: 0|req: 868/1706] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:51:26 2026] POST /v2.0/networks => generated 669 bytes in 624 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1707] 10.0.0.4 () {34 vars in 751 bytes} [Tue Sep 1 19:51:27 2026] PUT /v2.0/networks/d171d8d2-bc6b-4734-9f57-a54adf2bddbe/tags => generated 17 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1708] 10.0.0.4 () {34 vars in 751 bytes} [Tue Sep 1 19:51:27 2026] PUT /v2.0/networks/d7933e9a-4218-4c75-b4f7-89e357c5d2e0/tags => generated 25 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1709] 10.0.0.4 () {34 vars in 751 bytes} [Tue Sep 1 19:51:27 2026] PUT /v2.0/networks/c0986f1c-b4b0-4bd3-af85-727b39f884fd/tags => generated 34 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1710] 10.0.0.4 () {34 vars in 751 bytes} [Tue Sep 1 19:51:27 2026] PUT /v2.0/networks/fff45187-74ed-46b2-a094-d77a3e91c9e6/tags => generated 19 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1711] 10.0.0.4 () {32 vars in 664 bytes} [Tue Sep 1 19:51:27 2026] GET /v2.0/networks?tags=red => generated 1988 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1712] 10.0.0.4 () {32 vars in 678 bytes} [Tue Sep 1 19:51:27 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1337 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1713] 10.0.0.4 () {32 vars in 674 bytes} [Tue Sep 1 19:51:27 2026] GET /v2.0/networks?tags-any=blue => generated 1337 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1714] 10.0.0.4 () {32 vars in 686 bytes} [Tue Sep 1 19:51:28 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1988 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1715] 10.0.0.4 () {32 vars in 672 bytes} [Tue Sep 1 19:51:28 2026] GET /v2.0/networks?not-tags=red => generated 1986 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1716] 10.0.0.4 () {32 vars in 686 bytes} [Tue Sep 1 19:51:28 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2637 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1717] 10.0.0.4 () {32 vars in 682 bytes} [Tue Sep 1 19:51:28 2026] GET /v2.0/networks?not-tags-any=blue => generated 2637 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1718] 10.0.0.4 () {32 vars in 694 bytes} [Tue Sep 1 19:51:28 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1986 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:28.631 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb10e72b-f808-4030-a35b-d90d99c40811 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] TaaS: Handle Delete Port: 4b202932-6253-41b6-83a8-95dc5eebdcc5 2026-09-01 19:51:28.634 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb10e72b-f808-4030-a35b-d90d99c40811 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Tap Mirror: Handle Delete Port: 4b202932-6253-41b6-83a8-95dc5eebdcc5 2026-09-01 19:51:28.821 8 INFO neutron.services.segments.plugin [-] Segment 305b8290-375e-417f-970b-e17cc89355e9 resource provider aggregate not found 2026-09-01 19:51:28.846 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 305b8290-375e-417f-970b-e17cc89355e9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 305b8290-375e-417f-970b-e17cc89355e9 found for delete ", "request_id": "req-358b2833-a5b5-4c09-bb42-3c4e2f7ca224"}]} 2026-09-01 19:51:28.854 8 INFO neutron.services.segments.plugin [-] Segment 305b8290-375e-417f-970b-e17cc89355e9 resource provider aggregate not found 2026-09-01 19:51:28.880 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 305b8290-375e-417f-970b-e17cc89355e9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 305b8290-375e-417f-970b-e17cc89355e9 found for delete ", "request_id": "req-97622724-5a94-4d25-93a4-898497ac8d79"}]} [pid: 8|app: 0|req: 845/1719] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:51:28 2026] DELETE /v2.0/networks/d171d8d2-bc6b-4734-9f57-a54adf2bddbe => generated 0 bytes in 424 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:51:29.044 7 INFO neutron_taas.services.taas.taas_plugin [None req-80d7f081-3040-49e6-b95b-2f3322e9698e b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] TaaS: Handle Delete Port: 6f350a00-d830-4f8c-a0c4-8cae11bbcac1 2026-09-01 19:51:29.047 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80d7f081-3040-49e6-b95b-2f3322e9698e b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Tap Mirror: Handle Delete Port: 6f350a00-d830-4f8c-a0c4-8cae11bbcac1 2026-09-01 19:51:29.187 7 INFO neutron.services.segments.plugin [-] Segment 1cd7d17d-ec96-4f90-bad0-638b905bdf47 resource provider aggregate not found 2026-09-01 19:51:29.193 7 INFO neutron.services.segments.plugin [-] Segment 1cd7d17d-ec96-4f90-bad0-638b905bdf47 resource provider aggregate not found 2026-09-01 19:51:29.211 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1cd7d17d-ec96-4f90-bad0-638b905bdf47 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cd7d17d-ec96-4f90-bad0-638b905bdf47 found for delete ", "request_id": "req-91b028d1-8db0-47da-b865-a502cbf201cb"}]} 2026-09-01 19:51:29.220 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1cd7d17d-ec96-4f90-bad0-638b905bdf47 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cd7d17d-ec96-4f90-bad0-638b905bdf47 found for delete ", "request_id": "req-c1373d6c-d614-40d6-9803-713ac60de18e"}]} [pid: 7|app: 0|req: 875/1720] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:51:28 2026] DELETE /v2.0/networks/d7933e9a-4218-4c75-b4f7-89e357c5d2e0 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:51:29.260 8 INFO neutron.db.ovn_revision_numbers_db [None req-f27b07a6-6ae4-41a4-9ccc-8ff1f989384a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 01911439-22da-4b7a-9483-ec7cdffc6ac8 (type: security_groups) to 1 2026-09-01 19:51:29.271 8 INFO neutron.db.ovn_revision_numbers_db [None req-f27b07a6-6ae4-41a4-9ccc-8ff1f989384a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 35ce2a78-0ec8-483d-b68f-b8dbbbeccd87 (type: security_group_rules) to 0 2026-09-01 19:51:29.284 8 INFO neutron.db.ovn_revision_numbers_db [None req-f27b07a6-6ae4-41a4-9ccc-8ff1f989384a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4b6d5a10-984f-46a1-869e-cc5aff3f5535 (type: security_group_rules) to 0 2026-09-01 19:51:29.295 8 INFO neutron.db.ovn_revision_numbers_db [None req-f27b07a6-6ae4-41a4-9ccc-8ff1f989384a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 63a40eaa-e58c-4041-bb8b-8d20b8fe12c1 (type: security_group_rules) to 0 2026-09-01 19:51:29.306 8 INFO neutron.db.ovn_revision_numbers_db [None req-f27b07a6-6ae4-41a4-9ccc-8ff1f989384a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 673258eb-b9a4-485a-8af4-c44541365ff9 (type: security_group_rules) to 0 2026-09-01 19:51:29.337 7 INFO neutron_taas.services.taas.taas_plugin [None req-4061a230-e12e-431d-8dcd-b71d31e6ace2 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] TaaS: Handle Delete Port: b5902fa5-b1f5-4560-97d1-da120f5d774c 2026-09-01 19:51:29.339 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4061a230-e12e-431d-8dcd-b71d31e6ace2 b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Tap Mirror: Handle Delete Port: b5902fa5-b1f5-4560-97d1-da120f5d774c [pid: 8|app: 0|req: 846/1721] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:28 2026] GET /v2.0/security-groups?tenant_id=7d8c1607e02e497b92e70ccbdcc8d0f6&name=default => generated 2925 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1722] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:51:29 2026] DELETE /v2.0/networks/c0986f1c-b4b0-4bd3-af85-727b39f884fd => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1723] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:29 2026] DELETE /v2.0/security-groups/01911439-22da-4b7a-9483-ec7cdffc6ac8 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:29.691 7 INFO neutron_taas.services.taas.taas_plugin [None req-413272ae-2e3c-42f3-8729-06f113d2c78b b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] TaaS: Handle Delete Port: d3ac8b9d-fd9d-442f-8a7b-76d6d2728920 2026-09-01 19:51:29.695 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-413272ae-2e3c-42f3-8729-06f113d2c78b b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Tap Mirror: Handle Delete Port: d3ac8b9d-fd9d-442f-8a7b-76d6d2728920 2026-09-01 19:51:29.831 8 INFO neutron.db.ovn_revision_numbers_db [None req-5d8f540f-4cd6-4686-b6fc-93161143e14b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4711752f-148e-497d-8b18-61e28f8f94fa (type: security_groups) to 1 2026-09-01 19:51:29.849 8 INFO neutron.db.ovn_revision_numbers_db [None req-5d8f540f-4cd6-4686-b6fc-93161143e14b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 057a0195-c4ce-476e-a5f2-6b6c5c584291 (type: security_group_rules) to 0 2026-09-01 19:51:29.864 8 INFO neutron.db.ovn_revision_numbers_db [None req-5d8f540f-4cd6-4686-b6fc-93161143e14b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 17ec52a7-6461-49dc-9372-b05248ea98d7 (type: security_group_rules) to 0 2026-09-01 19:51:29.891 8 INFO neutron.db.ovn_revision_numbers_db [None req-5d8f540f-4cd6-4686-b6fc-93161143e14b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 212e70e9-dcc3-4d5b-b42f-4cdbc41f1854 (type: security_group_rules) to 0 2026-09-01 19:51:29.911 8 INFO neutron.db.ovn_revision_numbers_db [None req-5d8f540f-4cd6-4686-b6fc-93161143e14b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 865d2add-7287-4345-a512-0e09f425e451 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 877/1724] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:51:29 2026] DELETE /v2.0/networks/fff45187-74ed-46b2-a094-d77a3e91c9e6 => generated 0 bytes in 378 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1725] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:29 2026] GET /v2.0/security-groups?tenant_id=0c15241aa82d4efba0defec5dbe99d42&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:30.043 7 INFO neutron_taas.services.taas.taas_plugin [None req-92d2108c-a6dc-4929-b76c-ae6de3ff924c b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] TaaS: Handle Delete Port: 1ea4ec6e-4071-427f-a15d-2ea7ef8a9103 2026-09-01 19:51:30.049 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92d2108c-a6dc-4929-b76c-ae6de3ff924c b0b15d508ecb44fe999182f5d92e5d5d 144f2d9cb13c4884ba3c4f8ee00ad5e4 - - default default] Tap Mirror: Handle Delete Port: 1ea4ec6e-4071-427f-a15d-2ea7ef8a9103 [pid: 8|app: 0|req: 849/1726] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:29 2026] DELETE /v2.0/security-groups/4711752f-148e-497d-8b18-61e28f8f94fa => generated 0 bytes in 220 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1727] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:51:29 2026] DELETE /v2.0/networks/81d23d25-12b1-443d-b49c-2a3ae6763df7 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:51:31.247 7 INFO neutron.services.segments.plugin [-] Segment fab34c60-be99-4102-9121-4750b6a70c80 resource provider aggregate not found 2026-09-01 19:51:31.251 7 INFO neutron.services.segments.plugin [-] Segment fab34c60-be99-4102-9121-4750b6a70c80 resource provider aggregate not found 2026-09-01 19:51:31.270 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fab34c60-be99-4102-9121-4750b6a70c80 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fab34c60-be99-4102-9121-4750b6a70c80 found for delete ", "request_id": "req-a82036bc-a55a-42ac-89eb-39febb24dac5"}]} 2026-09-01 19:51:31.274 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fab34c60-be99-4102-9121-4750b6a70c80 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fab34c60-be99-4102-9121-4750b6a70c80 found for delete ", "request_id": "req-c9570760-baa1-4191-8bd5-9f41514acb23"}]} 2026-09-01 19:51:31.291 7 INFO neutron.services.segments.plugin [-] Segment b2f7bc1d-1ce2-491f-9a95-03bdc96c13c1 resource provider aggregate not found 2026-09-01 19:51:31.298 7 INFO neutron.services.segments.plugin [-] Segment b2f7bc1d-1ce2-491f-9a95-03bdc96c13c1 resource provider aggregate not found 2026-09-01 19:51:31.310 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b2f7bc1d-1ce2-491f-9a95-03bdc96c13c1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2f7bc1d-1ce2-491f-9a95-03bdc96c13c1 found for delete ", "request_id": "req-07ec4c3c-61d0-4032-935a-a87e67670bbe"}]} 2026-09-01 19:51:31.324 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b2f7bc1d-1ce2-491f-9a95-03bdc96c13c1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2f7bc1d-1ce2-491f-9a95-03bdc96c13c1 found for delete ", "request_id": "req-f1704455-6f7b-47d9-a271-2d38faf19a95"}]} 2026-09-01 19:51:31.326 7 INFO neutron.services.segments.plugin [-] Segment b34808ef-927b-464d-a74b-3c2c3997c19a resource provider aggregate not found 2026-09-01 19:51:31.345 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b34808ef-927b-464d-a74b-3c2c3997c19a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b34808ef-927b-464d-a74b-3c2c3997c19a found for delete ", "request_id": "req-45e26a11-c1f6-4364-967b-31780725533b"}]} 2026-09-01 19:51:31.348 7 INFO neutron.services.segments.plugin [-] Segment b34808ef-927b-464d-a74b-3c2c3997c19a resource provider aggregate not found 2026-09-01 19:51:31.370 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b34808ef-927b-464d-a74b-3c2c3997c19a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b34808ef-927b-464d-a74b-3c2c3997c19a found for delete ", "request_id": "req-5357c3a2-ec3b-4539-b328-19da9d010ae5"}]} [pid: 8|app: 0|req: 850/1728] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:31 2026] GET /v2.0/security-groups?tenant_id=144f2d9cb13c4884ba3c4f8ee00ad5e4&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:31.574 7 INFO neutron.db.ovn_revision_numbers_db [None req-4f212621-6f44-4a01-b890-0694cdd36202 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 8dbaa821-4b29-4459-95d1-bd04edd05374 (type: security_groups) to 1 2026-09-01 19:51:31.593 7 INFO neutron.db.ovn_revision_numbers_db [None req-4f212621-6f44-4a01-b890-0694cdd36202 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 8b8b90e1-f8ca-4e40-b1b4-bc6d2ea13e3b (type: security_group_rules) to 0 2026-09-01 19:51:31.608 7 INFO neutron.db.ovn_revision_numbers_db [None req-4f212621-6f44-4a01-b890-0694cdd36202 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource aae414b3-a24e-4d19-9ab4-d62a8addf55e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 851/1729] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:31 2026] DELETE /v2.0/security-groups/d7274850-34d5-4475-95a9-1f580e9c78db => generated 0 bytes in 225 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:31.621 7 INFO neutron.db.ovn_revision_numbers_db [None req-4f212621-6f44-4a01-b890-0694cdd36202 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b1cbbd67-2ad3-4b69-8c7a-81d10b25c4b3 (type: security_group_rules) to 0 2026-09-01 19:51:31.632 7 INFO neutron.db.ovn_revision_numbers_db [None req-4f212621-6f44-4a01-b890-0694cdd36202 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e845ac6d-9177-49c3-9b58-f879c4a97f72 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 879/1730] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:31 2026] GET /v2.0/security-groups?tenant_id=6afc8e3829294869bf90b8348dcca3df&name=default => generated 2925 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1731] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:31 2026] DELETE /v2.0/security-groups/8dbaa821-4b29-4459-95d1-bd04edd05374 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:31.908 7 INFO neutron.db.ovn_revision_numbers_db [None req-aee2c027-71a2-4e7f-9969-56cf6e0dd44f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b1db2fa0-6289-4022-9013-b2a58689e01b (type: security_groups) to 1 2026-09-01 19:51:31.926 7 INFO neutron.db.ovn_revision_numbers_db [None req-aee2c027-71a2-4e7f-9969-56cf6e0dd44f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 18fb3a13-d7dd-45b0-8c62-fc9900820c73 (type: security_group_rules) to 0 2026-09-01 19:51:31.939 7 INFO neutron.db.ovn_revision_numbers_db [None req-aee2c027-71a2-4e7f-9969-56cf6e0dd44f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 1a4149d1-98eb-49ea-8a0a-2818c528ec0c (type: security_group_rules) to 0 2026-09-01 19:51:31.956 7 INFO neutron.db.ovn_revision_numbers_db [None req-aee2c027-71a2-4e7f-9969-56cf6e0dd44f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 22bd4a0a-1dc2-4abf-aba3-04a804a6dea5 (type: security_group_rules) to 0 2026-09-01 19:51:31.978 7 INFO neutron.db.ovn_revision_numbers_db [None req-aee2c027-71a2-4e7f-9969-56cf6e0dd44f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource c46d930b-5fd9-4656-8493-ad03b32903f3 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 880/1732] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:31 2026] GET /v2.0/security-groups?tenant_id=5257cb83ca2943139289120ab0a2c1b9&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1733] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:32 2026] DELETE /v2.0/security-groups/b1db2fa0-6289-4022-9013-b2a58689e01b => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:32.591 7 INFO neutron.db.ovn_revision_numbers_db [None req-45f91933-04c7-4012-9967-130fefefce93 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 32bacee9-7166-4e27-ab0a-5b581d362bea (type: security_groups) to 1 2026-09-01 19:51:32.604 7 INFO neutron.db.ovn_revision_numbers_db [None req-45f91933-04c7-4012-9967-130fefefce93 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 153e75e9-3800-48df-a5d5-1046f056fe1a (type: security_group_rules) to 0 2026-09-01 19:51:32.616 7 INFO neutron.db.ovn_revision_numbers_db [None req-45f91933-04c7-4012-9967-130fefefce93 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 45d119c8-393d-4c34-9344-1585fc23238a (type: security_group_rules) to 0 2026-09-01 19:51:32.636 7 INFO neutron.db.ovn_revision_numbers_db [None req-45f91933-04c7-4012-9967-130fefefce93 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 697c6635-de51-4db0-8ca7-295d8d5214e4 (type: security_group_rules) to 0 2026-09-01 19:51:32.660 7 INFO neutron.db.ovn_revision_numbers_db [None req-45f91933-04c7-4012-9967-130fefefce93 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ab800ad3-fa7a-47f1-bff7-872f584be53a (type: security_group_rules) to 0 [pid: 7|app: 0|req: 881/1734] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:32 2026] GET /v2.0/security-groups?tenant_id=68a1992a0f5e493eac7998816664b5ea&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1735] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:32 2026] DELETE /v2.0/security-groups/32bacee9-7166-4e27-ab0a-5b581d362bea => generated 0 bytes in 319 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:34.756 7 INFO neutron.db.ovn_revision_numbers_db [None req-ebce24d4-f09e-4031-82e4-79c890822c04 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource d1a32233-46c2-4079-8a5d-755a9c16a9ee (type: security_groups) to 1 2026-09-01 19:51:34.770 7 INFO neutron.db.ovn_revision_numbers_db [None req-ebce24d4-f09e-4031-82e4-79c890822c04 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 02d89c83-a2d9-4dde-9797-bf48abb37fc4 (type: security_group_rules) to 0 2026-09-01 19:51:34.780 7 INFO neutron.db.ovn_revision_numbers_db [None req-ebce24d4-f09e-4031-82e4-79c890822c04 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 84ce90c5-0175-4123-81ce-86e6436f9c02 (type: security_group_rules) to 0 2026-09-01 19:51:34.789 7 INFO neutron.db.ovn_revision_numbers_db [None req-ebce24d4-f09e-4031-82e4-79c890822c04 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource aeaa4f36-160a-4105-a598-0aa997ed2404 (type: security_group_rules) to 0 2026-09-01 19:51:34.798 7 INFO neutron.db.ovn_revision_numbers_db [None req-ebce24d4-f09e-4031-82e4-79c890822c04 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource c0f96d5e-ba79-4245-a5f1-3715c16c0645 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 882/1736] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:34 2026] GET /v2.0/security-groups?tenant_id=d99974c9b6a446b18c82961889e00c5d&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1737] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:34 2026] DELETE /v2.0/security-groups/d1a32233-46c2-4079-8a5d-755a9c16a9ee => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:35.907 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ba1fac2-3219-4ad1-834c-258b23cacfa9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4dd1785d-406b-4793-a55d-12fb825af310 (type: security_groups) to 1 2026-09-01 19:51:35.929 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ba1fac2-3219-4ad1-834c-258b23cacfa9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 1b5fdba6-b4a3-4967-ae98-12bdb4444f52 (type: security_group_rules) to 0 2026-09-01 19:51:35.945 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ba1fac2-3219-4ad1-834c-258b23cacfa9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 798e4a0f-55f5-4bde-9bcf-0f285b4e49c3 (type: security_group_rules) to 0 2026-09-01 19:51:35.957 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ba1fac2-3219-4ad1-834c-258b23cacfa9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 8d540eb5-a22d-466a-97ae-b8cee3c380ac (type: security_group_rules) to 0 2026-09-01 19:51:35.972 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ba1fac2-3219-4ad1-834c-258b23cacfa9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource cc67d000-f1c5-4329-acb3-42b15fff9745 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 883/1738] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:35 2026] GET /v2.0/security-groups?tenant_id=de9eae49fbef4977b77e959846722f8b&name=default => generated 2925 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1739] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:36 2026] DELETE /v2.0/security-groups/4dd1785d-406b-4793-a55d-12fb825af310 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:36.829 7 INFO neutron.db.ovn_revision_numbers_db [None req-d0af6f5a-f023-4f2e-9c53-e240ef8bb4c5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 785b2596-1ae4-4a2a-be77-0697d863020a (type: security_groups) to 1 2026-09-01 19:51:36.844 7 INFO neutron.db.ovn_revision_numbers_db [None req-d0af6f5a-f023-4f2e-9c53-e240ef8bb4c5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource af3b1df2-19be-43d7-80ea-fb41dfdeaf0a (type: security_group_rules) to 0 2026-09-01 19:51:36.867 7 INFO neutron.db.ovn_revision_numbers_db [None req-d0af6f5a-f023-4f2e-9c53-e240ef8bb4c5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b024cbfd-40df-454a-b73d-ade1b26de6c5 (type: security_group_rules) to 0 2026-09-01 19:51:36.880 7 INFO neutron.db.ovn_revision_numbers_db [None req-d0af6f5a-f023-4f2e-9c53-e240ef8bb4c5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource d3cd52c1-a82f-4e47-b0af-27dc17ed377b (type: security_group_rules) to 0 2026-09-01 19:51:36.897 7 INFO neutron.db.ovn_revision_numbers_db [None req-d0af6f5a-f023-4f2e-9c53-e240ef8bb4c5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e31f0ad5-ccb0-432d-9926-844619b1de90 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 884/1740] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:36 2026] GET /v2.0/security-groups?tenant_id=cb85640582224050b793c02a7d048415&name=default => generated 2925 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1741] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:36 2026] DELETE /v2.0/security-groups/785b2596-1ae4-4a2a-be77-0697d863020a => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:37.490 7 INFO neutron.db.ovn_revision_numbers_db [None req-12d88149-7721-4c2f-97d2-0fcd2bf6b16a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 6e6cab8e-2939-414e-9572-fc5fba535762 (type: security_groups) to 1 2026-09-01 19:51:37.506 7 INFO neutron.db.ovn_revision_numbers_db [None req-12d88149-7721-4c2f-97d2-0fcd2bf6b16a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 01a556dd-48d0-4bb7-a3a3-96d8e0b0e67c (type: security_group_rules) to 0 2026-09-01 19:51:37.521 7 INFO neutron.db.ovn_revision_numbers_db [None req-12d88149-7721-4c2f-97d2-0fcd2bf6b16a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 20341904-4a7c-4b62-a170-b45b213dace1 (type: security_group_rules) to 0 2026-09-01 19:51:37.539 7 INFO neutron.db.ovn_revision_numbers_db [None req-12d88149-7721-4c2f-97d2-0fcd2bf6b16a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 6ce233ba-2392-416f-98aa-4d3b71809f67 (type: security_group_rules) to 0 2026-09-01 19:51:37.560 7 INFO neutron.db.ovn_revision_numbers_db [None req-12d88149-7721-4c2f-97d2-0fcd2bf6b16a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e5166efe-66db-4a20-8c46-e45234e6080a (type: security_group_rules) to 0 [pid: 7|app: 0|req: 885/1742] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:37 2026] GET /v2.0/security-groups?tenant_id=ecb46ae0c5f94e4aaa105f2798367e33&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:37.793 8 INFO neutron.db.ovn_revision_numbers_db [None req-f373d9cf-d9c0-49b9-bd76-ed1d52aa3972 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Successfully bumped revision number for resource ad46726e-e1e3-40c1-99e4-0de2d5d0d7af (type: security_groups) to 1 2026-09-01 19:51:37.807 8 INFO neutron.db.ovn_revision_numbers_db [None req-f373d9cf-d9c0-49b9-bd76-ed1d52aa3972 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Successfully bumped revision number for resource 2dea2dfc-a09d-4678-9cdd-816db2ac2fd0 (type: security_group_rules) to 0 2026-09-01 19:51:37.821 8 INFO neutron.db.ovn_revision_numbers_db [None req-f373d9cf-d9c0-49b9-bd76-ed1d52aa3972 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Successfully bumped revision number for resource 2e06ebc3-bda4-44ef-82c9-8699617264a4 (type: security_group_rules) to 0 2026-09-01 19:51:37.834 8 INFO neutron.db.ovn_revision_numbers_db [None req-f373d9cf-d9c0-49b9-bd76-ed1d52aa3972 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Successfully bumped revision number for resource 4154d0aa-36c0-4d22-9531-638efa9ce388 (type: security_group_rules) to 0 2026-09-01 19:51:37.850 8 INFO neutron.db.ovn_revision_numbers_db [None req-f373d9cf-d9c0-49b9-bd76-ed1d52aa3972 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Successfully bumped revision number for resource 5dd0632d-8f24-4cd3-8e23-8c47d4f10ba7 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 886/1743] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:37 2026] DELETE /v2.0/security-groups/6e6cab8e-2939-414e-9572-fc5fba535762 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:37.976 8 INFO neutron.db.segments_db [None req-f373d9cf-d9c0-49b9-bd76-ed1d52aa3972 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Added segment da26622a-e4c4-43f5-9513-9c448dff0a6b of type geneve for network bd688b73-21d8-4559-8347-295818b8f2dd 2026-09-01 19:51:38.080 8 INFO neutron.db.ovn_revision_numbers_db [None req-f373d9cf-d9c0-49b9-bd76-ed1d52aa3972 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Successfully bumped revision number for resource bd688b73-21d8-4559-8347-295818b8f2dd (type: networks) to 1 2026-09-01 19:51:38.219 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f373d9cf-d9c0-49b9-bd76-ed1d52aa3972 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] No more DHCP agents 2026-09-01 19:51:38.220 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f373d9cf-d9c0-49b9-bd76-ed1d52aa3972 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Unable to schedule network bd688b73-21d8-4559-8347-295818b8f2dd: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:38.291 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5a84b22-e31f-4993-9dba-302b59099fa5 - - - - - -] OVN reports status down for port: 4ff09328-76c7-4894-9434-44a03722f4cd 2026-09-01 19:51:38.326 8 INFO neutron.db.ovn_revision_numbers_db [None req-f373d9cf-d9c0-49b9-bd76-ed1d52aa3972 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Successfully bumped revision number for resource 4ff09328-76c7-4894-9434-44a03722f4cd (type: ports) to 1 [pid: 8|app: 0|req: 858/1744] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:51:37 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) 2026-09-01 19:51:38.608 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d2b81edd-ef7c-40c6-94ae-856669ad1d22 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] No more DHCP agents 2026-09-01 19:51:38.610 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d2b81edd-ef7c-40c6-94ae-856669ad1d22 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Unable to schedule network bd688b73-21d8-4559-8347-295818b8f2dd: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:38.679 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5a84b22-e31f-4993-9dba-302b59099fa5 - - - - - -] OVN reports status down for port: d358f92f-ee7b-4921-a76d-ed129aae3fd7 2026-09-01 19:51:38.757 7 INFO neutron.db.ovn_revision_numbers_db [None req-d2b81edd-ef7c-40c6-94ae-856669ad1d22 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Successfully bumped revision number for resource d358f92f-ee7b-4921-a76d-ed129aae3fd7 (type: ports) to 1 [pid: 7|app: 0|req: 887/1745] 10.0.0.4 () {34 vars in 662 bytes} [Tue Sep 1 19:51:38 2026] POST /v2.0/ports => generated 743 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:51:38.969 8 INFO neutron.db.segments_db [None req-3fb039dc-81b9-4d21-8e84-db599d478c44 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Added segment 4b31aa51-9ec9-48f2-8481-2a8fccfa82b4 of type geneve for network 3c252408-c508-4a7a-bda6-d9be4ebd303f 2026-09-01 19:51:39.076 8 INFO neutron.db.ovn_revision_numbers_db [None req-3fb039dc-81b9-4d21-8e84-db599d478c44 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Successfully bumped revision number for resource 3c252408-c508-4a7a-bda6-d9be4ebd303f (type: networks) to 1 2026-09-01 19:51:39.219 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3fb039dc-81b9-4d21-8e84-db599d478c44 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] No more DHCP agents 2026-09-01 19:51:39.220 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3fb039dc-81b9-4d21-8e84-db599d478c44 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Unable to schedule network 3c252408-c508-4a7a-bda6-d9be4ebd303f: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:39.268 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status down for port: 46e47af8-3c17-4e81-96d8-9af10becb628 2026-09-01 19:51:39.316 8 INFO neutron.db.ovn_revision_numbers_db [None req-3fb039dc-81b9-4d21-8e84-db599d478c44 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Successfully bumped revision number for resource 46e47af8-3c17-4e81-96d8-9af10becb628 (type: ports) to 1 [pid: 8|app: 0|req: 859/1746] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:51:38 2026] POST /v2.0/networks => generated 670 bytes in 509 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-09-01 19:51:39.545 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9478f532-b327-47da-a70d-223bc22824ba 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] No more DHCP agents 2026-09-01 19:51:39.546 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9478f532-b327-47da-a70d-223bc22824ba 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Unable to schedule network 3c252408-c508-4a7a-bda6-d9be4ebd303f: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:39.611 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5a84b22-e31f-4993-9dba-302b59099fa5 - - - - - -] OVN reports status down for port: cb614fa2-3aa5-49bc-be9e-fbcfff350dc7 2026-09-01 19:51:39.696 7 INFO neutron.db.ovn_revision_numbers_db [None req-9478f532-b327-47da-a70d-223bc22824ba 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Successfully bumped revision number for resource cb614fa2-3aa5-49bc-be9e-fbcfff350dc7 (type: ports) to 1 [pid: 7|app: 0|req: 888/1747] 10.0.0.4 () {34 vars in 662 bytes} [Tue Sep 1 19:51:39 2026] POST /v2.0/ports => generated 743 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:51:39.952 8 INFO neutron.db.segments_db [None req-b4cbf185-af35-4aa7-8010-bb1e053f4c2f 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Added segment 928842bc-b083-437d-bb11-f808e9baaa7e of type geneve for network 757b3c31-54c3-4483-a7a7-130ba96ac038 2026-09-01 19:51:40.069 8 INFO neutron.db.ovn_revision_numbers_db [None req-b4cbf185-af35-4aa7-8010-bb1e053f4c2f 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Successfully bumped revision number for resource 757b3c31-54c3-4483-a7a7-130ba96ac038 (type: networks) to 1 2026-09-01 19:51:40.298 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b4cbf185-af35-4aa7-8010-bb1e053f4c2f 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] No more DHCP agents 2026-09-01 19:51:40.301 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b4cbf185-af35-4aa7-8010-bb1e053f4c2f 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Unable to schedule network 757b3c31-54c3-4483-a7a7-130ba96ac038: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:40.367 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5a84b22-e31f-4993-9dba-302b59099fa5 - - - - - -] OVN reports status down for port: cad47492-c151-49b1-ab81-a2b0ede81846 2026-09-01 19:51:40.396 8 INFO neutron.db.ovn_revision_numbers_db [None req-b4cbf185-af35-4aa7-8010-bb1e053f4c2f 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Successfully bumped revision number for resource cad47492-c151-49b1-ab81-a2b0ede81846 (type: ports) to 1 [pid: 8|app: 0|req: 860/1748] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:51:39 2026] POST /v2.0/networks => generated 669 bytes in 592 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-09-01 19:51:40.630 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e09507a2-edd6-4c0b-a3d0-c0126974ac0a 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] No more DHCP agents 2026-09-01 19:51:40.631 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e09507a2-edd6-4c0b-a3d0-c0126974ac0a 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Unable to schedule network 757b3c31-54c3-4483-a7a7-130ba96ac038: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:40.686 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5a84b22-e31f-4993-9dba-302b59099fa5 - - - - - -] OVN reports status down for port: 2b697857-7538-4577-a1c4-7d19fd9ef998 2026-09-01 19:51:40.749 7 INFO neutron.db.ovn_revision_numbers_db [None req-e09507a2-edd6-4c0b-a3d0-c0126974ac0a 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Successfully bumped revision number for resource 2b697857-7538-4577-a1c4-7d19fd9ef998 (type: ports) to 1 [pid: 7|app: 0|req: 889/1749] 10.0.0.4 () {34 vars in 662 bytes} [Tue Sep 1 19:51:40 2026] POST /v2.0/ports => generated 743 bytes in 420 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-09-01 19:51:41.037 8 INFO neutron.db.ovn_revision_numbers_db [None req-e0c9295f-c75b-4e2f-95a0-a38efa0bcf7c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 56f9d79a-be35-4f06-82ea-8e8cde1f423a (type: security_groups) to 1 2026-09-01 19:51:41.052 8 INFO neutron.db.ovn_revision_numbers_db [None req-e0c9295f-c75b-4e2f-95a0-a38efa0bcf7c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 0435831e-0d22-42df-94e6-10bdc09dff49 (type: security_group_rules) to 0 2026-09-01 19:51:41.070 8 INFO neutron.db.ovn_revision_numbers_db [None req-e0c9295f-c75b-4e2f-95a0-a38efa0bcf7c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ad941ea6-3c9a-4af3-9bbb-1fa9036e4dd9 (type: security_group_rules) to 0 2026-09-01 19:51:41.084 8 INFO neutron.db.ovn_revision_numbers_db [None req-e0c9295f-c75b-4e2f-95a0-a38efa0bcf7c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource bd5fbd7e-3972-4a78-864b-f23cfbc3f38a (type: security_group_rules) to 0 2026-09-01 19:51:41.101 8 INFO neutron.db.ovn_revision_numbers_db [None req-e0c9295f-c75b-4e2f-95a0-a38efa0bcf7c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource fcd95b54-5647-4b69-8ceb-b966befb3e2f (type: security_group_rules) to 0 [pid: 8|app: 0|req: 861/1750] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:40 2026] GET /v2.0/security-groups?tenant_id=8e333ce0dede467cb27cc6df56a571e1&name=default => generated 2925 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:41.208 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-74976892-9eee-42b3-8a4d-72a5a7b7c8fc 65094decd65f4b20af20474a49386d80 6ed9a350f99447bab21226d35a13bf91 - - default default] No more DHCP agents 2026-09-01 19:51:41.209 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-74976892-9eee-42b3-8a4d-72a5a7b7c8fc 65094decd65f4b20af20474a49386d80 6ed9a350f99447bab21226d35a13bf91 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:41.257 8 INFO neutron.db.segments_db [None req-bbba6599-13be-4417-8259-06b52e116c0f 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Added segment 0dcc5330-be3a-471c-991e-07ab796ece67 of type geneve for network b7500be6-9d7f-4f27-a813-7b88cfd9c3c1 2026-09-01 19:51:41.375 8 INFO neutron.db.ovn_revision_numbers_db [None req-bbba6599-13be-4417-8259-06b52e116c0f 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Successfully bumped revision number for resource b7500be6-9d7f-4f27-a813-7b88cfd9c3c1 (type: networks) to 1 [pid: 7|app: 0|req: 890/1751] 10.0.0.4 () {34 vars in 674 bytes} [Tue Sep 1 19:51:40 2026] POST /v2.0/floatingips => generated 552 bytes in 750 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:51:41.625 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bbba6599-13be-4417-8259-06b52e116c0f 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] No more DHCP agents 2026-09-01 19:51:41.627 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bbba6599-13be-4417-8259-06b52e116c0f 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Unable to schedule network b7500be6-9d7f-4f27-a813-7b88cfd9c3c1: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:41.693 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5a84b22-e31f-4993-9dba-302b59099fa5 - - - - - -] OVN reports status down for port: 5720f33a-c535-4506-84bc-47a4fd6cfdb4 2026-09-01 19:51:41.736 8 INFO neutron.db.ovn_revision_numbers_db [None req-bbba6599-13be-4417-8259-06b52e116c0f 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Successfully bumped revision number for resource 5720f33a-c535-4506-84bc-47a4fd6cfdb4 (type: ports) to 1 [pid: 8|app: 0|req: 862/1752] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:51:41 2026] POST /v2.0/networks => generated 670 bytes in 620 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1755] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:41 2026] DELETE /v2.0/security-groups/56f9d79a-be35-4f06-82ea-8e8cde1f423a => generated 0 bytes in 378 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:42.054 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a919e891-7d96-49a9-8e43-e3eb2b3e79cb 65094decd65f4b20af20474a49386d80 6ed9a350f99447bab21226d35a13bf91 - - default default] No more DHCP agents 2026-09-01 19:51:42.055 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a919e891-7d96-49a9-8e43-e3eb2b3e79cb 65094decd65f4b20af20474a49386d80 6ed9a350f99447bab21226d35a13bf91 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:42.185 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1a7a41e3-9ec8-4b48-a3b7-68411845192e 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] No more DHCP agents 2026-09-01 19:51:42.186 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1a7a41e3-9ec8-4b48-a3b7-68411845192e 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Unable to schedule network b7500be6-9d7f-4f27-a813-7b88cfd9c3c1: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:42.234 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5a84b22-e31f-4993-9dba-302b59099fa5 - - - - - -] OVN reports status down for port: d24efd28-accd-4305-8a5a-aae8a03912d4 2026-09-01 19:51:42.291 7 INFO neutron.db.ovn_revision_numbers_db [None req-1a7a41e3-9ec8-4b48-a3b7-68411845192e 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Successfully bumped revision number for resource d24efd28-accd-4305-8a5a-aae8a03912d4 (type: ports) to 1 [pid: 8|app: 0|req: 865/1756] 10.0.0.4 () {34 vars in 674 bytes} [Tue Sep 1 19:51:41 2026] POST /v2.0/floatingips => generated 552 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1757] 10.0.0.4 () {34 vars in 662 bytes} [Tue Sep 1 19:51:41 2026] POST /v2.0/ports => generated 743 bytes in 368 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-09-01 19:51:42.446 7 INFO neutron.db.segments_db [None req-a27d5b72-3dfb-4ac0-8cab-3485e4afd8fc 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Added segment 1056a57f-e2c4-4bcf-8502-16cf20d943c4 of type geneve for network 4cb9ec3d-0591-4929-aa57-ab45c842067f 2026-09-01 19:51:42.574 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-af415bca-7b9c-47ce-b73b-88dd81a3ced8 65094decd65f4b20af20474a49386d80 6ed9a350f99447bab21226d35a13bf91 - - default default] No more DHCP agents 2026-09-01 19:51:42.575 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-af415bca-7b9c-47ce-b73b-88dd81a3ced8 65094decd65f4b20af20474a49386d80 6ed9a350f99447bab21226d35a13bf91 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:42.616 7 INFO neutron.db.ovn_revision_numbers_db [None req-a27d5b72-3dfb-4ac0-8cab-3485e4afd8fc 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Successfully bumped revision number for resource 4cb9ec3d-0591-4929-aa57-ab45c842067f (type: networks) to 1 2026-09-01 19:51:42.767 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a27d5b72-3dfb-4ac0-8cab-3485e4afd8fc 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] No more DHCP agents 2026-09-01 19:51:42.769 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a27d5b72-3dfb-4ac0-8cab-3485e4afd8fc 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Unable to schedule network 4cb9ec3d-0591-4929-aa57-ab45c842067f: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:42.887 7 INFO neutron.db.ovn_revision_numbers_db [None req-a27d5b72-3dfb-4ac0-8cab-3485e4afd8fc 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Successfully bumped revision number for resource d0c51c3e-b8f4-4abd-9b99-a33be2c10904 (type: ports) to 1 2026-09-01 19:51:42.886 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status down for port: d0c51c3e-b8f4-4abd-9b99-a33be2c10904 [pid: 7|app: 0|req: 893/1758] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:51:42 2026] POST /v2.0/networks => generated 670 bytes in 574 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1759] 10.0.0.4 () {34 vars in 674 bytes} [Tue Sep 1 19:51:42 2026] POST /v2.0/floatingips => generated 552 bytes in 696 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:51:43.109 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4ff55968-4251-43ad-a6ae-c8e7835f7661 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] No more DHCP agents 2026-09-01 19:51:43.110 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4ff55968-4251-43ad-a6ae-c8e7835f7661 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Unable to schedule network 4cb9ec3d-0591-4929-aa57-ab45c842067f: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:43.184 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status down for port: 4b75fa21-c7b2-4796-a188-e498b6545a3d 2026-09-01 19:51:43.192 7 INFO neutron.db.ovn_revision_numbers_db [None req-4ff55968-4251-43ad-a6ae-c8e7835f7661 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Successfully bumped revision number for resource 4b75fa21-c7b2-4796-a188-e498b6545a3d (type: ports) to 1 [pid: 7|app: 0|req: 894/1760] 10.0.0.4 () {34 vars in 662 bytes} [Tue Sep 1 19:51:42 2026] POST /v2.0/ports => generated 743 bytes in 345 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-09-01 19:51:43.336 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-53b03613-165c-4bc7-8a04-2400296ce302 65094decd65f4b20af20474a49386d80 6ed9a350f99447bab21226d35a13bf91 - - default default] No more DHCP agents 2026-09-01 19:51:43.337 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-53b03613-165c-4bc7-8a04-2400296ce302 65094decd65f4b20af20474a49386d80 6ed9a350f99447bab21226d35a13bf91 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 895/1761] 10.0.0.4 () {34 vars in 745 bytes} [Tue Sep 1 19:51:43 2026] PUT /v2.0/ports/d358f92f-ee7b-4921-a76d-ed129aae3fd7/tags => generated 17 bytes in 79 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: 896/1762] 10.0.0.4 () {34 vars in 745 bytes} [Tue Sep 1 19:51:43 2026] PUT /v2.0/ports/cb614fa2-3aa5-49bc-be9e-fbcfff350dc7/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 897/1763] 10.0.0.4 () {34 vars in 745 bytes} [Tue Sep 1 19:51:43 2026] PUT /v2.0/ports/2b697857-7538-4577-a1c4-7d19fd9ef998/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 898/1764] 10.0.0.4 () {34 vars in 745 bytes} [Tue Sep 1 19:51:43 2026] PUT /v2.0/ports/d24efd28-accd-4305-8a5a-aae8a03912d4/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 867/1765] 10.0.0.4 () {34 vars in 674 bytes} [Tue Sep 1 19:51:43 2026] POST /v2.0/floatingips => generated 552 bytes in 566 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1766] 10.0.0.4 () {32 vars in 658 bytes} [Tue Sep 1 19:51:43 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1767] 10.0.0.4 () {32 vars in 672 bytes} [Tue Sep 1 19:51:43 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1768] 10.0.0.4 () {32 vars in 668 bytes} [Tue Sep 1 19:51:43 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1769] 10.0.0.4 () {32 vars in 680 bytes} [Tue Sep 1 19:51:43 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:43.797 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-22251236-e76e-4586-b8da-1dcf3bfd7f3c 65094decd65f4b20af20474a49386d80 6ed9a350f99447bab21226d35a13bf91 - - default default] No more DHCP agents 2026-09-01 19:51:43.798 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-22251236-e76e-4586-b8da-1dcf3bfd7f3c 65094decd65f4b20af20474a49386d80 6ed9a350f99447bab21226d35a13bf91 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 903/1770] 10.0.0.4 () {32 vars in 651 bytes} [Tue Sep 1 19:51:43 2026] GET /v2.0/extensions => generated 20541 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1771] 10.0.0.4 () {34 vars in 674 bytes} [Tue Sep 1 19:51:43 2026] POST /v2.0/floatingips => generated 552 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1772] 10.0.0.4 () {32 vars in 679 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1773] 10.0.0.4 () {32 vars in 666 bytes} [Tue Sep 1 19:51:43 2026] GET /v2.0/ports?not-tags=red => generated 5268 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1774] 10.0.0.4 () {32 vars in 679 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1775] 10.0.0.4 () {34 vars in 757 bytes} [Tue Sep 1 19:51:44 2026] PUT /v2.0/floatingips/3162c634-f7dc-49ef-9841-4debcad7ff7f/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1776] 10.0.0.4 () {32 vars in 663 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/extensions/agent => generated 153 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1777] 10.0.0.4 () {32 vars in 680 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 6008 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1778] 10.0.0.4 () {32 vars in 695 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1779] 10.0.0.4 () {34 vars in 757 bytes} [Tue Sep 1 19:51:44 2026] PUT /v2.0/floatingips/ccd3809a-8d32-478e-bcde-bf151d33a9b0/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1780] 10.0.0.4 () {32 vars in 699 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1781] 10.0.0.4 () {34 vars in 757 bytes} [Tue Sep 1 19:51:44 2026] PUT /v2.0/floatingips/0f3cbf38-9f47-4964-8ec2-288fec988d55/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1782] 10.0.0.4 () {32 vars in 687 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1783] 10.0.0.4 () {32 vars in 676 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/ports?not-tags-any=blue => generated 6008 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1784] 10.0.0.4 () {32 vars in 691 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1785] 10.0.0.4 () {34 vars in 757 bytes} [Tue Sep 1 19:51:44 2026] PUT /v2.0/floatingips/a1aabb0a-c1e9-4a9e-934d-69f1bb5f1423/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1786] 10.0.0.4 () {32 vars in 693 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1787] 10.0.0.4 () {32 vars in 688 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 5268 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1788] 10.0.0.4 () {32 vars in 683 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1789] 10.0.0.4 () {32 vars in 685 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1790] 10.0.0.4 () {32 vars in 670 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1791] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/extensions/dns-integration-domain-keywords => generated 283 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1792] 10.0.0.4 () {32 vars in 697 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1793] 10.0.0.4 () {32 vars in 684 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1794] 10.0.0.4 () {32 vars in 677 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:51:44.418 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1bdb2d4-73af-4f07-a15f-f2e207625245 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] TaaS: Handle Delete Port: d358f92f-ee7b-4921-a76d-ed129aae3fd7 2026-09-01 19:51:44.421 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1bdb2d4-73af-4f07-a15f-f2e207625245 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Tap Mirror: Handle Delete Port: d358f92f-ee7b-4921-a76d-ed129aae3fd7 [pid: 8|app: 0|req: 883/1795] 10.0.0.4 () {32 vars in 680 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1796] 10.0.0.4 () {32 vars in 681 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1797] 10.0.0.4 () {32 vars in 692 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1798] 10.0.0.4 () {32 vars in 673 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1799] 10.0.0.4 () {32 vars in 678 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1800] 10.0.0.4 () {32 vars in 721 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1801] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:51:44 2026] DELETE /v2.0/ports/d358f92f-ee7b-4921-a76d-ed129aae3fd7 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1802] 10.0.0.4 () {32 vars in 685 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1803] 10.0.0.4 () {32 vars in 692 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1804] 10.0.0.4 () {32 vars in 667 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1805] 10.0.0.4 () {32 vars in 688 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1806] 10.0.0.4 () {32 vars in 685 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1807] 10.0.0.4 () {32 vars in 700 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1808] 10.0.0.4 () {32 vars in 679 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:51:44.670 7 INFO neutron_taas.services.taas.taas_plugin [None req-a84d54dd-bd12-4766-8711-d0776f627337 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] TaaS: Handle Delete Port: cb614fa2-3aa5-49bc-be9e-fbcfff350dc7 2026-09-01 19:51:44.674 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a84d54dd-bd12-4766-8711-d0776f627337 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Tap Mirror: Handle Delete Port: cb614fa2-3aa5-49bc-be9e-fbcfff350dc7 2026-09-01 19:51:44.771 8 INFO neutron_taas.services.taas.taas_plugin [None req-a2690e67-bde1-4587-9b98-eec1f465a591 65094decd65f4b20af20474a49386d80 6ed9a350f99447bab21226d35a13bf91 - - default default] TaaS: Handle Delete Port: cdc29f25-68ed-4098-ae0a-b74b7f8bb228 2026-09-01 19:51:44.774 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2690e67-bde1-4587-9b98-eec1f465a591 65094decd65f4b20af20474a49386d80 6ed9a350f99447bab21226d35a13bf91 - - default default] Tap Mirror: Handle Delete Port: cdc29f25-68ed-4098-ae0a-b74b7f8bb228 [pid: 7|app: 0|req: 915/1809] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:51:44 2026] DELETE /v2.0/ports/cb614fa2-3aa5-49bc-be9e-fbcfff350dc7 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1810] 10.0.0.4 () {32 vars in 677 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1811] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:51:44 2026] DELETE /v2.0/floatingips/3162c634-f7dc-49ef-9841-4debcad7ff7f => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1812] 10.0.0.4 () {32 vars in 665 bytes} [Tue Sep 1 19:51:44 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:51:44.985 7 INFO neutron_taas.services.taas.taas_plugin [None req-fdfe52db-ca83-49fb-9c23-0aa76733fe77 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] TaaS: Handle Delete Port: 2b697857-7538-4577-a1c4-7d19fd9ef998 2026-09-01 19:51:44.988 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdfe52db-ca83-49fb-9c23-0aa76733fe77 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Tap Mirror: Handle Delete Port: 2b697857-7538-4577-a1c4-7d19fd9ef998 2026-09-01 19:51:45.030 8 INFO neutron_taas.services.taas.taas_plugin [None req-e6f4bdaa-16d6-4efa-ba21-ab8e0af9e328 65094decd65f4b20af20474a49386d80 6ed9a350f99447bab21226d35a13bf91 - - default default] TaaS: Handle Delete Port: 3f74d15b-f2d1-4c74-92cd-4e53c528cd7c 2026-09-01 19:51:45.033 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6f4bdaa-16d6-4efa-ba21-ab8e0af9e328 65094decd65f4b20af20474a49386d80 6ed9a350f99447bab21226d35a13bf91 - - default default] Tap Mirror: Handle Delete Port: 3f74d15b-f2d1-4c74-92cd-4e53c528cd7c [pid: 7|app: 0|req: 917/1813] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:51:44 2026] DELETE /v2.0/ports/2b697857-7538-4577-a1c4-7d19fd9ef998 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1814] 10.0.0.4 () {32 vars in 701 bytes} [Tue Sep 1 19:51:45 2026] GET /v2.0/extensions/enable-default-route-bfd => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1815] 10.0.0.4 () {32 vars in 703 bytes} [Tue Sep 1 19:51:45 2026] GET /v2.0/extensions/enable-default-route-ecmp => generated 215 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1816] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:51:44 2026] DELETE /v2.0/floatingips/ccd3809a-8d32-478e-bcde-bf151d33a9b0 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1817] 10.0.0.4 () {32 vars in 675 bytes} [Tue Sep 1 19:51:45 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:51:45.240 7 INFO neutron_taas.services.taas.taas_plugin [None req-e0a91dfb-b9d5-4ad8-ae71-b1b1f6d2f228 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] TaaS: Handle Delete Port: d24efd28-accd-4305-8a5a-aae8a03912d4 2026-09-01 19:51:45.243 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0a91dfb-b9d5-4ad8-ae71-b1b1f6d2f228 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Tap Mirror: Handle Delete Port: d24efd28-accd-4305-8a5a-aae8a03912d4 [pid: 7|app: 0|req: 920/1818] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:51:45 2026] DELETE /v2.0/ports/d24efd28-accd-4305-8a5a-aae8a03912d4 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:51:45.449 8 INFO neutron.db.ovn_revision_numbers_db [None req-8af649ff-64ad-4549-824e-1603880c56f5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource fadc205e-dc3e-4fd5-9aa1-64ef013df589 (type: security_groups) to 1 2026-09-01 19:51:45.462 8 INFO neutron.db.ovn_revision_numbers_db [None req-8af649ff-64ad-4549-824e-1603880c56f5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 24687b04-9e01-4927-9a9b-96d9803a4f46 (type: security_group_rules) to 0 2026-09-01 19:51:45.478 8 INFO neutron.db.ovn_revision_numbers_db [None req-8af649ff-64ad-4549-824e-1603880c56f5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 7fb6cf60-bcc5-40bc-9a3c-cfac5e2279d2 (type: security_group_rules) to 0 2026-09-01 19:51:45.481 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a95a7c2-96b7-40b1-beb1-1801e126c0f6 65094decd65f4b20af20474a49386d80 6ed9a350f99447bab21226d35a13bf91 - - default default] TaaS: Handle Delete Port: da4128de-9c23-40b2-8c5e-e56fca1ff7c8 2026-09-01 19:51:45.484 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a95a7c2-96b7-40b1-beb1-1801e126c0f6 65094decd65f4b20af20474a49386d80 6ed9a350f99447bab21226d35a13bf91 - - default default] Tap Mirror: Handle Delete Port: da4128de-9c23-40b2-8c5e-e56fca1ff7c8 2026-09-01 19:51:45.494 8 INFO neutron.db.ovn_revision_numbers_db [None req-8af649ff-64ad-4549-824e-1603880c56f5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 80c1c1b7-9d84-4c47-8999-bf8c6f0afb31 (type: security_group_rules) to 0 2026-09-01 19:51:45.507 8 INFO neutron.db.ovn_revision_numbers_db [None req-8af649ff-64ad-4549-824e-1603880c56f5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f35369c4-ae73-4cdb-ad56-86f7e1f2755f (type: security_group_rules) to 0 [pid: 8|app: 0|req: 899/1819] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:45 2026] GET /v2.0/security-groups?tenant_id=9de313f70df04ee1bbd611adb2587c27&name=default => generated 2925 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1820] 10.0.0.4 () {32 vars in 663 bytes} [Tue Sep 1 19:51:45 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1821] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:51:45 2026] DELETE /v2.0/floatingips/0f3cbf38-9f47-4964-8ec2-288fec988d55 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:45.726 8 INFO neutron_taas.services.taas.taas_plugin [None req-dbd1e4a3-0a80-4435-aded-9fd0f206e934 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] TaaS: Handle Delete Port: 4b75fa21-c7b2-4796-a188-e498b6545a3d 2026-09-01 19:51:45.729 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbd1e4a3-0a80-4435-aded-9fd0f206e934 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Tap Mirror: Handle Delete Port: 4b75fa21-c7b2-4796-a188-e498b6545a3d [pid: 7|app: 0|req: 922/1822] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:45 2026] DELETE /v2.0/security-groups/fadc205e-dc3e-4fd5-9aa1-64ef013df589 => 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: 923/1823] 10.0.0.4 () {32 vars in 709 bytes} [Tue Sep 1 19:51:45 2026] GET /v2.0/extensions/external-gateway-multihoming => generated 227 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1824] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:51:45 2026] DELETE /v2.0/ports/4b75fa21-c7b2-4796-a188-e498b6545a3d => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1825] 10.0.0.4 () {32 vars in 673 bytes} [Tue Sep 1 19:51:45 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:51:45.980 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab17a7ae-1fc6-43d6-81f4-a70cce20304f 65094decd65f4b20af20474a49386d80 6ed9a350f99447bab21226d35a13bf91 - - default default] TaaS: Handle Delete Port: f79baa34-6bca-4792-ae54-cc6751ce535a 2026-09-01 19:51:45.982 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab17a7ae-1fc6-43d6-81f4-a70cce20304f 65094decd65f4b20af20474a49386d80 6ed9a350f99447bab21226d35a13bf91 - - default default] Tap Mirror: Handle Delete Port: f79baa34-6bca-4792-ae54-cc6751ce535a 2026-09-01 19:51:46.057 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9b55d57-7c08-43ca-b187-295e99ea31de 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] TaaS: Handle Delete Port: 4ff09328-76c7-4894-9434-44a03722f4cd 2026-09-01 19:51:46.059 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9b55d57-7c08-43ca-b187-295e99ea31de 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Tap Mirror: Handle Delete Port: 4ff09328-76c7-4894-9434-44a03722f4cd [pid: 7|app: 0|req: 924/1826] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:51:45 2026] DELETE /v2.0/floatingips/a1aabb0a-c1e9-4a9e-934d-69f1bb5f1423 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1827] 10.0.0.4 () {32 vars in 667 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/logging => generated 213 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:51:46.233 8 INFO neutron.services.segments.plugin [-] Segment da26622a-e4c4-43f5-9513-9c448dff0a6b resource provider aggregate not found 2026-09-01 19:51:46.239 8 INFO neutron.services.segments.plugin [-] Segment da26622a-e4c4-43f5-9513-9c448dff0a6b resource provider aggregate not found 2026-09-01 19:51:46.255 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment da26622a-e4c4-43f5-9513-9c448dff0a6b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da26622a-e4c4-43f5-9513-9c448dff0a6b found for delete ", "request_id": "req-a3f2f4bc-511e-45ae-8f1e-1be3ccb3a22a"}]} 2026-09-01 19:51:46.260 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment da26622a-e4c4-43f5-9513-9c448dff0a6b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da26622a-e4c4-43f5-9513-9c448dff0a6b found for delete ", "request_id": "req-cfb553ad-a8b0-4ddf-a12c-3470ac4a8570"}]} [pid: 8|app: 0|req: 903/1828] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:51:45 2026] DELETE /v2.0/networks/bd688b73-21d8-4559-8347-295818b8f2dd => generated 0 bytes in 351 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1829] 10.0.0.4 () {32 vars in 681 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:51:46.351 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec86b83e-4590-4a36-8303-dd88e1af4579 65094decd65f4b20af20474a49386d80 6ed9a350f99447bab21226d35a13bf91 - - default default] TaaS: Handle Delete Port: e59f245f-6cb8-4009-9de7-2062d8dadcc1 2026-09-01 19:51:46.355 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec86b83e-4590-4a36-8303-dd88e1af4579 65094decd65f4b20af20474a49386d80 6ed9a350f99447bab21226d35a13bf91 - - default default] Tap Mirror: Handle Delete Port: e59f245f-6cb8-4009-9de7-2062d8dadcc1 2026-09-01 19:51:46.441 8 INFO neutron_taas.services.taas.taas_plugin [None req-6074482d-0691-4955-ab58-9c32434c88c5 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] TaaS: Handle Delete Port: 46e47af8-3c17-4e81-96d8-9af10becb628 2026-09-01 19:51:46.444 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6074482d-0691-4955-ab58-9c32434c88c5 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Tap Mirror: Handle Delete Port: 46e47af8-3c17-4e81-96d8-9af10becb628 [pid: 7|app: 0|req: 926/1830] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:51:46 2026] DELETE /v2.0/floatingips/1515ce90-aeaf-49d2-9d74-4d300d68011f => generated 0 bytes in 350 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1831] 10.0.0.4 () {32 vars in 667 bytes} [Tue Sep 1 19:51:46 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) [pid: 7|app: 0|req: 928/1832] 10.0.0.4 () {32 vars in 685 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1833] 10.0.0.4 () {32 vars in 703 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1834] 10.0.0.4 () {32 vars in 699 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1835] 10.0.0.4 () {32 vars in 673 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1836] 10.0.0.4 () {32 vars in 691 bytes} [Tue Sep 1 19:51:46 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: 933/1837] 10.0.0.4 () {32 vars in 707 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1838] 10.0.0.4 () {32 vars in 703 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1839] 10.0.0.4 () {32 vars in 717 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1840] 10.0.0.4 () {32 vars in 695 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1841] 10.0.0.4 () {32 vars in 709 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1842] 10.0.0.4 () {32 vars in 667 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/binding => generated 193 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1843] 10.0.0.4 () {32 vars in 685 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1844] 10.0.0.4 () {32 vars in 679 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1845] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:51:46 2026] DELETE /v2.0/networks/3c252408-c508-4a7a-bda6-d9be4ebd303f => generated 0 bytes in 374 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1846] 10.0.0.4 () {32 vars in 673 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1847] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:51:46 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: 943/1848] 10.0.0.4 () {32 vars in 661 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/qinq => generated 272 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1849] 10.0.0.4 () {32 vars in 659 bytes} [Tue Sep 1 19:51:46 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: 945/1850] 10.0.0.4 () {32 vars in 697 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1851] 10.0.0.4 () {32 vars in 697 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1852] 10.0.0.4 () {32 vars in 675 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1853] 10.0.0.4 () {32 vars in 667 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1854] 10.0.0.4 () {32 vars in 681 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1855] 10.0.0.4 () {32 vars in 699 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1856] 10.0.0.4 () {32 vars in 683 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1857] 10.0.0.4 () {32 vars in 705 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1858] 10.0.0.4 () {32 vars in 667 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1859] 10.0.0.4 () {32 vars in 695 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1860] 10.0.0.4 () {32 vars in 693 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1861] 10.0.0.4 () {32 vars in 683 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1862] 10.0.0.4 () {32 vars in 687 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1863] 10.0.0.4 () {32 vars in 703 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1864] 10.0.0.4 () {32 vars in 665 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:51:46.851 8 INFO neutron_taas.services.taas.taas_plugin [None req-a068fda0-e859-42d0-bd8a-904571fd5bc0 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] TaaS: Handle Delete Port: cad47492-c151-49b1-ab81-a2b0ede81846 2026-09-01 19:51:46.855 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a068fda0-e859-42d0-bd8a-904571fd5bc0 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Tap Mirror: Handle Delete Port: cad47492-c151-49b1-ab81-a2b0ede81846 [pid: 7|app: 0|req: 960/1865] 10.0.0.4 () {32 vars in 679 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1866] 10.0.0.4 () {32 vars in 679 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1867] 10.0.0.4 () {32 vars in 689 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1868] 10.0.0.4 () {32 vars in 693 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1869] 10.0.0.4 () {32 vars in 687 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1870] 10.0.0.4 () {32 vars in 699 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1871] 10.0.0.4 () {32 vars in 701 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1872] 10.0.0.4 () {32 vars in 711 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1873] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1874] 10.0.0.4 () {32 vars in 725 bytes} [Tue Sep 1 19:51:46 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1875] 10.0.0.4 () {32 vars in 739 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1876] 10.0.0.4 () {32 vars in 717 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1877] 10.0.0.4 () {32 vars in 681 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1878] 10.0.0.4 () {32 vars in 667 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/segment => generated 145 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1879] 10.0.0.4 () {32 vars in 717 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1880] 10.0.0.4 () {32 vars in 677 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1881] 10.0.0.4 () {32 vars in 667 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1882] 10.0.0.4 () {32 vars in 695 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1883] 10.0.0.4 () {32 vars in 703 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1884] 10.0.0.4 () {32 vars in 699 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1885] 10.0.0.4 () {32 vars in 707 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/subnet-dns-publish-fixed-ip => generated 227 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1886] 10.0.0.4 () {32 vars in 699 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1887] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:51:46 2026] DELETE /v2.0/networks/757b3c31-54c3-4483-a7a7-130ba96ac038 => generated 0 bytes in 486 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1888] 10.0.0.4 () {32 vars in 703 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1889] 10.0.0.4 () {32 vars in 693 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1890] 10.0.0.4 () {32 vars in 687 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1891] 10.0.0.4 () {32 vars in 695 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1892] 10.0.0.4 () {32 vars in 677 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1893] 10.0.0.4 () {32 vars in 687 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1894] 10.0.0.4 () {32 vars in 699 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1895] 10.0.0.4 () {32 vars in 663 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1896] 10.0.0.4 () {32 vars in 679 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1897] 10.0.0.4 () {32 vars in 685 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/vlan-transparent => generated 177 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1898] 10.0.0.4 () {32 vars in 675 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1899] 10.0.0.4 () {32 vars in 691 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/vpn-agent-scheduler => generated 199 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1900] 10.0.0.4 () {32 vars in 691 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1901] 10.0.0.4 () {32 vars in 675 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1902] 10.0.0.4 () {32 vars in 665 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1903] 10.0.0.4 () {32 vars in 661 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1904] 10.0.0.4 () {32 vars in 673 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:51:47.289 8 INFO neutron_taas.services.taas.taas_plugin [None req-8bd1b059-6b04-4ebc-9037-c89d26b04a85 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] TaaS: Handle Delete Port: 5720f33a-c535-4506-84bc-47a4fd6cfdb4 2026-09-01 19:51:47.292 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bd1b059-6b04-4ebc-9037-c89d26b04a85 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Tap Mirror: Handle Delete Port: 5720f33a-c535-4506-84bc-47a4fd6cfdb4 [pid: 7|app: 0|req: 999/1905] 10.0.0.4 () {32 vars in 685 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1906] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:51:47 2026] DELETE /v2.0/networks/b7500be6-9d7f-4f27-a813-7b88cfd9c3c1 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:51:47.628 7 INFO neutron_taas.services.taas.taas_plugin [None req-da8d5567-96f7-4c60-b256-dc8285c77297 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] TaaS: Handle Delete Port: d0c51c3e-b8f4-4abd-9b99-a33be2c10904 2026-09-01 19:51:47.631 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da8d5567-96f7-4c60-b256-dc8285c77297 80de94eb98984de897d69d3306f29d77 2bc9fcda40374bdbaa3ba0505a59d27b - - default default] Tap Mirror: Handle Delete Port: d0c51c3e-b8f4-4abd-9b99-a33be2c10904 2026-09-01 19:51:47.825 8 INFO neutron.db.ovn_revision_numbers_db [None req-a0c617b8-90b2-4fef-92fc-8a15c6f63177 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a10801a3-a69b-4cf2-969d-86be6d5c70e8 (type: security_groups) to 1 2026-09-01 19:51:47.829 7 INFO neutron.services.segments.plugin [-] Segment 1056a57f-e2c4-4bcf-8502-16cf20d943c4 resource provider aggregate not found 2026-09-01 19:51:47.836 7 INFO neutron.services.segments.plugin [-] Segment 1056a57f-e2c4-4bcf-8502-16cf20d943c4 resource provider aggregate not found 2026-09-01 19:51:47.851 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1056a57f-e2c4-4bcf-8502-16cf20d943c4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1056a57f-e2c4-4bcf-8502-16cf20d943c4 found for delete ", "request_id": "req-ea333da6-34e6-45f4-b128-ad1bfb1e4246"}]} 2026-09-01 19:51:47.866 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1056a57f-e2c4-4bcf-8502-16cf20d943c4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1056a57f-e2c4-4bcf-8502-16cf20d943c4 found for delete ", "request_id": "req-af0aa9d5-fbad-487c-82e6-4ce62647faca"}]} 2026-09-01 19:51:47.866 8 INFO neutron.db.ovn_revision_numbers_db [None req-a0c617b8-90b2-4fef-92fc-8a15c6f63177 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 594e7b9e-64f2-48b6-880e-d6f1b835200d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1000/1907] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:51:47 2026] DELETE /v2.0/networks/4cb9ec3d-0591-4929-aa57-ab45c842067f => generated 0 bytes in 392 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:51:47.883 8 INFO neutron.db.ovn_revision_numbers_db [None req-a0c617b8-90b2-4fef-92fc-8a15c6f63177 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 89c2aab2-5225-4e84-ac51-8abf5f99ccdc (type: security_group_rules) to 0 2026-09-01 19:51:47.902 8 INFO neutron.db.ovn_revision_numbers_db [None req-a0c617b8-90b2-4fef-92fc-8a15c6f63177 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource c026930d-408e-496c-a685-d1fcecfabf7e (type: security_group_rules) to 0 2026-09-01 19:51:47.920 8 INFO neutron.db.ovn_revision_numbers_db [None req-a0c617b8-90b2-4fef-92fc-8a15c6f63177 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource fe898c25-1132-4071-a737-a88435846b71 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 908/1908] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/security-groups?tenant_id=6ed9a350f99447bab21226d35a13bf91&name=default => generated 2925 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:48.192 7 INFO neutron.db.ovn_revision_numbers_db [None req-f723eea5-4464-4397-b39f-fd9d85b35b89 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 1a57c9b7-5b64-4f40-89d2-7053be60b13b (type: security_groups) to 1 2026-09-01 19:51:48.212 7 INFO neutron.db.ovn_revision_numbers_db [None req-f723eea5-4464-4397-b39f-fd9d85b35b89 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 1b8289e8-3ac0-4d09-bdc4-4eb3b98f0dad (type: security_group_rules) to 0 2026-09-01 19:51:48.227 7 INFO neutron.db.ovn_revision_numbers_db [None req-f723eea5-4464-4397-b39f-fd9d85b35b89 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 26bbe6ec-d00d-40dd-809a-b15d290e612d (type: security_group_rules) to 0 [pid: 8|app: 0|req: 909/1909] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:47 2026] DELETE /v2.0/security-groups/a10801a3-a69b-4cf2-969d-86be6d5c70e8 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:48.243 7 INFO neutron.db.ovn_revision_numbers_db [None req-f723eea5-4464-4397-b39f-fd9d85b35b89 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 7c5bd610-c881-4ed8-876a-63bf722fabeb (type: security_group_rules) to 0 2026-09-01 19:51:48.262 7 INFO neutron.db.ovn_revision_numbers_db [None req-f723eea5-4464-4397-b39f-fd9d85b35b89 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e3406ef9-af8c-4c3b-a311-5713dc23f9cf (type: security_group_rules) to 0 2026-09-01 19:51:48.275 8 INFO neutron.services.segments.plugin [-] Segment 4b31aa51-9ec9-48f2-8481-2a8fccfa82b4 resource provider aggregate not found 2026-09-01 19:51:48.284 8 INFO neutron.services.segments.plugin [-] Segment 4b31aa51-9ec9-48f2-8481-2a8fccfa82b4 resource provider aggregate not found 2026-09-01 19:51:48.302 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4b31aa51-9ec9-48f2-8481-2a8fccfa82b4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b31aa51-9ec9-48f2-8481-2a8fccfa82b4 found for delete ", "request_id": "req-46f556bd-af3b-4f01-9d5f-3cae6afb4279"}]} 2026-09-01 19:51:48.304 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4b31aa51-9ec9-48f2-8481-2a8fccfa82b4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b31aa51-9ec9-48f2-8481-2a8fccfa82b4 found for delete ", "request_id": "req-48f69d9b-4651-49a7-af0b-4248857d2ed6"}]} [pid: 7|app: 0|req: 1001/1910] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:47 2026] GET /v2.0/security-groups?tenant_id=2cd41194c4b74545a16c9ad9b7097d3b&name=default => generated 2925 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:48.321 8 INFO neutron.services.segments.plugin [-] Segment 928842bc-b083-437d-bb11-f808e9baaa7e resource provider aggregate not found 2026-09-01 19:51:48.326 8 INFO neutron.services.segments.plugin [-] Segment 928842bc-b083-437d-bb11-f808e9baaa7e resource provider aggregate not found 2026-09-01 19:51:48.346 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 928842bc-b083-437d-bb11-f808e9baaa7e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 928842bc-b083-437d-bb11-f808e9baaa7e found for delete ", "request_id": "req-43e09718-e69b-40cf-acd0-c5e9c90a13d9"}]} 2026-09-01 19:51:48.355 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 928842bc-b083-437d-bb11-f808e9baaa7e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 928842bc-b083-437d-bb11-f808e9baaa7e found for delete ", "request_id": "req-cdb36c4f-b5e9-4fdd-9da4-75755d525a4b"}]} 2026-09-01 19:51:48.372 8 INFO neutron.services.segments.plugin [-] Segment 0dcc5330-be3a-471c-991e-07ab796ece67 resource provider aggregate not found 2026-09-01 19:51:48.377 8 INFO neutron.services.segments.plugin [-] Segment 0dcc5330-be3a-471c-991e-07ab796ece67 resource provider aggregate not found 2026-09-01 19:51:48.403 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0dcc5330-be3a-471c-991e-07ab796ece67 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0dcc5330-be3a-471c-991e-07ab796ece67 found for delete ", "request_id": "req-79b16810-3884-43c7-aca3-f9ea704713b5"}]} 2026-09-01 19:51:48.405 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0dcc5330-be3a-471c-991e-07ab796ece67 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0dcc5330-be3a-471c-991e-07ab796ece67 found for delete ", "request_id": "req-1d09052c-444e-4908-ba70-fef7752bf6d9"}]} 2026-09-01 19:51:48.531 7 INFO neutron.db.ovn_revision_numbers_db [None req-2e028539-98cb-4fac-bb21-1a56912a1f95 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 56f85595-0d99-42c9-b75a-0f4e78957f2e (type: security_groups) to 1 2026-09-01 19:51:48.546 7 INFO neutron.db.ovn_revision_numbers_db [None req-2e028539-98cb-4fac-bb21-1a56912a1f95 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 400e9667-747a-4ee0-9d91-6fc48683d25e (type: security_group_rules) to 0 2026-09-01 19:51:48.561 7 INFO neutron.db.ovn_revision_numbers_db [None req-2e028539-98cb-4fac-bb21-1a56912a1f95 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 5420a660-ebe9-4a65-8ac9-77f685240216 (type: security_group_rules) to 0 2026-09-01 19:51:48.580 7 INFO neutron.db.ovn_revision_numbers_db [None req-2e028539-98cb-4fac-bb21-1a56912a1f95 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 74ba606b-4d2d-4614-95f6-05e73747b088 (type: security_group_rules) to 0 2026-09-01 19:51:48.600 7 INFO neutron.db.ovn_revision_numbers_db [None req-2e028539-98cb-4fac-bb21-1a56912a1f95 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a1843b33-e378-4b85-a376-d80c9e408569 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 910/1911] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:48 2026] DELETE /v2.0/security-groups/1a57c9b7-5b64-4f40-89d2-7053be60b13b => generated 0 bytes in 300 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1912] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:48 2026] GET /v2.0/security-groups?tenant_id=c1c378eb39db402c89a2e99386f89102&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1913] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:48 2026] DELETE /v2.0/security-groups/56f85595-0d99-42c9-b75a-0f4e78957f2e => generated 0 bytes in 335 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:49.163 7 INFO neutron.db.ovn_revision_numbers_db [None req-324b6e04-4fc3-4313-ada1-791a23b6f8d5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ecabe048-70aa-45ff-afc1-c0d4c474f888 (type: security_groups) to 1 2026-09-01 19:51:49.180 7 INFO neutron.db.ovn_revision_numbers_db [None req-324b6e04-4fc3-4313-ada1-791a23b6f8d5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 972446b8-e1f8-4f91-baf8-af3f62a99600 (type: security_group_rules) to 0 2026-09-01 19:51:49.197 7 INFO neutron.db.ovn_revision_numbers_db [None req-324b6e04-4fc3-4313-ada1-791a23b6f8d5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b37e4655-16ad-441a-9ccf-8daec4058021 (type: security_group_rules) to 0 2026-09-01 19:51:49.214 7 INFO neutron.db.ovn_revision_numbers_db [None req-324b6e04-4fc3-4313-ada1-791a23b6f8d5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource c1085823-6c52-49fe-83db-55a4b53e10f0 (type: security_group_rules) to 0 2026-09-01 19:51:49.234 7 INFO neutron.db.ovn_revision_numbers_db [None req-324b6e04-4fc3-4313-ada1-791a23b6f8d5 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource de313c03-dea6-4521-8700-0d961630a8ef (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1003/1914] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:48 2026] GET /v2.0/security-groups?tenant_id=933877fd2de84a2a9755cb82716e163d&name=default => generated 2925 bytes in 542 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:49.372 8 INFO neutron.db.ovn_revision_numbers_db [None req-38bbeeff-20a7-4a55-a403-6b944c82df8d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 6daa0267-00b9-4f09-913e-496f4d4eac6a (type: security_groups) to 1 2026-09-01 19:51:49.391 8 INFO neutron.db.ovn_revision_numbers_db [None req-38bbeeff-20a7-4a55-a403-6b944c82df8d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 64bdabdb-8538-4303-aac6-8fe67fc8c413 (type: security_group_rules) to 0 2026-09-01 19:51:49.410 8 INFO neutron.db.ovn_revision_numbers_db [None req-38bbeeff-20a7-4a55-a403-6b944c82df8d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 9a33c14d-e739-47a3-9466-70bf439c7f01 (type: security_group_rules) to 0 2026-09-01 19:51:49.427 8 INFO neutron.db.ovn_revision_numbers_db [None req-38bbeeff-20a7-4a55-a403-6b944c82df8d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource c598b9fe-2567-45f2-b5ea-a78c434c68b3 (type: security_group_rules) to 0 2026-09-01 19:51:49.445 8 INFO neutron.db.ovn_revision_numbers_db [None req-38bbeeff-20a7-4a55-a403-6b944c82df8d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource d5d064dc-cc67-499c-99a3-abef110d9b10 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 912/1915] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:49 2026] GET /v2.0/security-groups?tenant_id=a30863ee9ecd460c9c9f2b217d843f31&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:49.649 7 INFO neutron.db.ovn_revision_numbers_db [None req-5f9b8ffd-cf29-46f9-8e03-d29d220dbdad 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource 855351c0-a983-4464-86e2-7a29b6e529f1 (type: security_groups) to 1 2026-09-01 19:51:49.661 7 INFO neutron.db.ovn_revision_numbers_db [None req-5f9b8ffd-cf29-46f9-8e03-d29d220dbdad 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource 2ba62862-fb0f-47de-a867-87997985f5fa (type: security_group_rules) to 0 2026-09-01 19:51:49.682 7 INFO neutron.db.ovn_revision_numbers_db [None req-5f9b8ffd-cf29-46f9-8e03-d29d220dbdad 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource 86e045f2-2127-4234-b920-885517ee85d4 (type: security_group_rules) to 0 2026-09-01 19:51:49.699 7 INFO neutron.db.ovn_revision_numbers_db [None req-5f9b8ffd-cf29-46f9-8e03-d29d220dbdad 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource 8ddfd9c2-662b-4161-bfdd-95e67de572b2 (type: security_group_rules) to 0 2026-09-01 19:51:49.735 7 INFO neutron.db.ovn_revision_numbers_db [None req-5f9b8ffd-cf29-46f9-8e03-d29d220dbdad 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource c82f1d1b-753f-4e41-a48a-5f84a709d2e1 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 913/1916] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:49 2026] DELETE /v2.0/security-groups/ecabe048-70aa-45ff-afc1-c0d4c474f888 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:49.858 7 INFO neutron.db.segments_db [None req-5f9b8ffd-cf29-46f9-8e03-d29d220dbdad 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Added segment a1cd970e-ac51-47ac-8097-f3fd0d4fdba3 of type geneve for network e1f916d4-29d9-4dd7-9b68-af2c370d745d 2026-09-01 19:51:50.027 7 INFO neutron.db.ovn_revision_numbers_db [None req-5f9b8ffd-cf29-46f9-8e03-d29d220dbdad 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource e1f916d4-29d9-4dd7-9b68-af2c370d745d (type: networks) to 1 [pid: 8|app: 0|req: 914/1917] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:49 2026] DELETE /v2.0/security-groups/6daa0267-00b9-4f09-913e-496f4d4eac6a => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:50.256 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5f9b8ffd-cf29-46f9-8e03-d29d220dbdad 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] No more DHCP agents 2026-09-01 19:51:50.257 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5f9b8ffd-cf29-46f9-8e03-d29d220dbdad 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Unable to schedule network e1f916d4-29d9-4dd7-9b68-af2c370d745d: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:50.272 8 INFO neutron.db.ovn_revision_numbers_db [None req-88f27d6e-6bbc-4683-8641-9ea9c7062f5c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 84376a8a-2d8f-47ac-87af-05d9e9d46415 (type: security_groups) to 1 2026-09-01 19:51:50.303 8 INFO neutron.db.ovn_revision_numbers_db [None req-88f27d6e-6bbc-4683-8641-9ea9c7062f5c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 38a4200f-0cf5-45d7-8a05-44b94747cfe5 (type: security_group_rules) to 0 2026-09-01 19:51:50.312 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5a84b22-e31f-4993-9dba-302b59099fa5 - - - - - -] OVN reports status down for port: 60329f54-29ab-4fd8-8920-e95c8bfd9daf 2026-09-01 19:51:50.348 8 INFO neutron.db.ovn_revision_numbers_db [None req-88f27d6e-6bbc-4683-8641-9ea9c7062f5c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a134edda-7a29-4898-867e-1bc210a40691 (type: security_group_rules) to 0 2026-09-01 19:51:50.375 8 INFO neutron.db.ovn_revision_numbers_db [None req-88f27d6e-6bbc-4683-8641-9ea9c7062f5c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ba9850bf-080f-473f-b4fd-c3db74183dff (type: security_group_rules) to 0 2026-09-01 19:51:50.393 7 INFO neutron.db.ovn_revision_numbers_db [None req-5f9b8ffd-cf29-46f9-8e03-d29d220dbdad 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource 60329f54-29ab-4fd8-8920-e95c8bfd9daf (type: ports) to 1 2026-09-01 19:51:50.399 8 INFO neutron.db.ovn_revision_numbers_db [None req-88f27d6e-6bbc-4683-8641-9ea9c7062f5c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f7fe4a19-0c75-4d03-8c04-b9308e3d4500 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1004/1918] 10.0.0.4 () {34 vars in 669 bytes} [Tue Sep 1 19:51:49 2026] POST /v2.0/networks => generated 671 bytes in 1154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1919] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:50 2026] GET /v2.0/security-groups?tenant_id=a657d580ca5a4c7082eb22c1ccaf3380&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1920] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:50 2026] DELETE /v2.0/security-groups/84376a8a-2d8f-47ac-87af-05d9e9d46415 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:51:50.957 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1528a181-0ab6-40d2-8f8e-e350c006bbdd 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] No more DHCP agents 2026-09-01 19:51:50.959 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1528a181-0ab6-40d2-8f8e-e350c006bbdd 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:51.074 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status down for port: 42aa0d8d-5a3a-4d52-a3e1-7915738a9f7c 2026-09-01 19:51:51.107 7 INFO neutron.db.ovn_revision_numbers_db [None req-1528a181-0ab6-40d2-8f8e-e350c006bbdd 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource 42aa0d8d-5a3a-4d52-a3e1-7915738a9f7c (type: ports) to 1 2026-09-01 19:51:51.112 8 INFO neutron.db.ovn_revision_numbers_db [None req-e6984657-6900-4172-bfba-a8adb3f68c56 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Successfully bumped revision number for resource 2587e18b-1c4a-4faa-9519-f553b8a4e37e (type: security_groups) to 1 2026-09-01 19:51:51.144 8 INFO neutron.db.ovn_revision_numbers_db [None req-e6984657-6900-4172-bfba-a8adb3f68c56 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Successfully bumped revision number for resource 6fa91a74-8010-4705-8722-fee4205e0173 (type: security_group_rules) to 0 2026-09-01 19:51:51.168 8 INFO neutron.db.ovn_revision_numbers_db [None req-e6984657-6900-4172-bfba-a8adb3f68c56 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Successfully bumped revision number for resource 88b5f34c-f547-458c-9487-ad6eec8795de (type: security_group_rules) to 0 2026-09-01 19:51:51.211 8 INFO neutron.db.ovn_revision_numbers_db [None req-e6984657-6900-4172-bfba-a8adb3f68c56 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Successfully bumped revision number for resource 8ba1f34f-c96f-41d6-8be5-e7e649feedf7 (type: security_group_rules) to 0 2026-09-01 19:51:51.239 8 INFO neutron.db.ovn_revision_numbers_db [None req-e6984657-6900-4172-bfba-a8adb3f68c56 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Successfully bumped revision number for resource 94194027-2c5f-4705-96a6-95b2e03148e8 (type: security_group_rules) to 0 2026-09-01 19:51:51.375 8 INFO neutron.db.segments_db [None req-e6984657-6900-4172-bfba-a8adb3f68c56 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Added segment 0708001c-7cc4-4c5b-80fa-f2407a401ef4 of type geneve for network 01e6d762-477e-43fe-9936-1a61070dfd9d 2026-09-01 19:51:51.513 8 INFO neutron.db.ovn_revision_numbers_db [None req-e6984657-6900-4172-bfba-a8adb3f68c56 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Successfully bumped revision number for resource 01e6d762-477e-43fe-9936-1a61070dfd9d (type: networks) to 1 2026-09-01 19:51:51.664 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e6984657-6900-4172-bfba-a8adb3f68c56 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] No more DHCP agents 2026-09-01 19:51:51.665 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e6984657-6900-4172-bfba-a8adb3f68c56 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Unable to schedule network 01e6d762-477e-43fe-9936-1a61070dfd9d: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:51.689 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-9cc88352-8aab-4dda-808d-e74948856e0d - - - - - -] Schedule LRP lrp-42aa0d8d-5a3a-4d52-a3e1-7915738a9f7c on gateway 981b1d13-d3f6-4b65-a230-c40efece3bd4 with priority 1 2026-09-01 19:51:51.726 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status down for port: 3e871703-61e8-49df-940d-1aaf0d95d0d7 2026-09-01 19:51:51.757 7 INFO neutron.db.ovn_revision_numbers_db [None req-1528a181-0ab6-40d2-8f8e-e350c006bbdd 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource 42aa0d8d-5a3a-4d52-a3e1-7915738a9f7c (type: router_ports) to 1 2026-09-01 19:51:51.773 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d38cbea8-1d0c-4852-8cac-357ce3689429 - - - - - -] Router 7c759213-fe9a-4c28-bacd-f0506b57831f is bound to host instance 2026-09-01 19:51:51.837 7 INFO neutron.db.ovn_revision_numbers_db [None req-1528a181-0ab6-40d2-8f8e-e350c006bbdd 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource 7c759213-fe9a-4c28-bacd-f0506b57831f (type: routers) to 2 [pid: 7|app: 0|req: 1005/1921] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:51:50 2026] POST /v2.0/routers => generated 955 bytes in 1417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:51:51.886 8 INFO neutron.db.ovn_revision_numbers_db [None req-e6984657-6900-4172-bfba-a8adb3f68c56 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Successfully bumped revision number for resource 3e871703-61e8-49df-940d-1aaf0d95d0d7 (type: ports) to 1 [pid: 7|app: 0|req: 1006/1922] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:51:51 2026] GET /v2.0/security-groups?tenant_id=2bc9fcda40374bdbaa3ba0505a59d27b&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1923] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:51:50 2026] POST /v2.0/networks => generated 688 bytes in 1278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:51:52.020 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status up for port: 42aa0d8d-5a3a-4d52-a3e1-7915738a9f7c 2026-09-01 19:51:52.062 8 INFO neutron.plugins.ml2.plugin [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] Attempt 1 to provision port 42aa0d8d-5a3a-4d52-a3e1-7915738a9f7c [pid: 7|app: 0|req: 1007/1924] 10.0.0.4 () {32 vars in 774 bytes} [Tue Sep 1 19:51:51 2026] GET /v2.0/subnets?project_id=5e5aa96948cd4bdf977e156a2ff74139&cidr=10.100.0.0%2F28 => generated 14 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:51:52.496 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ed5a59d9-5498-499e-b6c5-bbdd035cfd5a 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] No more DHCP agents 2026-09-01 19:51:52.497 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ed5a59d9-5498-499e-b6c5-bbdd035cfd5a 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Unable to schedule network 01e6d762-477e-43fe-9936-1a61070dfd9d: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:52.519 7 INFO neutron.db.ovn_revision_numbers_db [None req-ed5a59d9-5498-499e-b6c5-bbdd035cfd5a 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Successfully bumped revision number for resource f3855e8b-531b-4799-9bdc-e70f4a523b3b (type: subnets) to 0 [pid: 7|app: 0|req: 1008/1925] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:51:52 2026] POST /v2.0/subnets => generated 627 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1926] 10.0.0.4 () {32 vars in 692 bytes} [Tue Sep 1 19:51:52 2026] GET /v2.0/networks?router%3Aexternal=True => generated 791 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:51:53.040 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-26e82b78-fd8a-4623-a5db-78743f3f081b 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] No more DHCP agents 2026-09-01 19:51:53.041 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-26e82b78-fd8a-4623-a5db-78743f3f081b 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:53.143 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5a84b22-e31f-4993-9dba-302b59099fa5 - - - - - -] OVN reports status down for port: 7c843ac8-f1cb-449a-8a96-144b01aa5b82 2026-09-01 19:51:53.218 7 INFO neutron.db.ovn_revision_numbers_db [None req-26e82b78-fd8a-4623-a5db-78743f3f081b 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Successfully bumped revision number for resource 7c843ac8-f1cb-449a-8a96-144b01aa5b82 (type: ports) to 1 [pid: 8|app: 0|req: 918/1927] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:51:52 2026] DELETE /v2.0/security-groups/ad46726e-e1e3-40c1-99e4-0de2d5d0d7af => generated 0 bytes in 1390 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1928] 10.0.0.4 () {32 vars in 782 bytes} [Tue Sep 1 19:51:53 2026] GET /v2.0/subnets?network_id=ef59a445-5760-4c1b-9616-3cf3b867f0d6&cidr=10.100.0.0%2F28 => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:51:53.830 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-092089b3-1df7-400a-9d89-0a432086851b 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] No more DHCP agents 2026-09-01 19:51:53.831 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-092089b3-1df7-400a-9d89-0a432086851b 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Unable to schedule network e1f916d4-29d9-4dd7-9b68-af2c370d745d: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:54.377 8 INFO neutron.db.ovn_revision_numbers_db [None req-91bb6a30-0e00-4dfa-9f92-f6d538c74f22 - - - - - -] Successfully bumped revision number for resource 42aa0d8d-5a3a-4d52-a3e1-7915738a9f7c (type: ports) to 4 2026-09-01 19:51:54.506 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-9cc88352-8aab-4dda-808d-e74948856e0d - - - - - -] Schedule LRP lrp-7c843ac8-f1cb-449a-8a96-144b01aa5b82 on gateway 981b1d13-d3f6-4b65-a230-c40efece3bd4 with priority 1 2026-09-01 19:51:54.563 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5a84b22-e31f-4993-9dba-302b59099fa5 - - - - - -] OVN reports status up for port: 7c843ac8-f1cb-449a-8a96-144b01aa5b82 2026-09-01 19:51:54.596 7 INFO neutron.plugins.ml2.plugin [None req-b5a84b22-e31f-4993-9dba-302b59099fa5 - - - - - -] Attempt 1 to provision port 7c843ac8-f1cb-449a-8a96-144b01aa5b82 2026-09-01 19:51:54.647 7 INFO neutron.db.ovn_revision_numbers_db [None req-26e82b78-fd8a-4623-a5db-78743f3f081b 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Successfully bumped revision number for resource 7c843ac8-f1cb-449a-8a96-144b01aa5b82 (type: router_ports) to 1 2026-09-01 19:51:54.755 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c7838d2-b6df-4c55-8832-286ab2696ec8 - - - - - -] Successfully bumped revision number for resource 60329f54-29ab-4fd8-8920-e95c8bfd9daf (type: ports) to 2 2026-09-01 19:51:54.782 7 INFO neutron.db.ovn_revision_numbers_db [None req-26e82b78-fd8a-4623-a5db-78743f3f081b 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Successfully bumped revision number for resource b716fdfe-d24e-45ae-8db7-923354aac4fe (type: routers) to 2 [pid: 7|app: 0|req: 1010/1929] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:51:52 2026] POST /v2.0/routers => generated 954 bytes in 2205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:51:54.808 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c7838d2-b6df-4c55-8832-286ab2696ec8 - - - - - -] Successfully bumped revision number for resource b13b06f6-0364-4570-99bd-1ea690bb3cdc (type: subnets) to 0 [pid: 8|app: 0|req: 920/1930] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:51:53 2026] POST /v2.0/subnets => generated 657 bytes in 1372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:51:55.007 8 INFO neutron.db.ovn_revision_numbers_db [None req-91bb6a30-0e00-4dfa-9f92-f6d538c74f22 - - - - - -] Successfully bumped revision number for resource 42aa0d8d-5a3a-4d52-a3e1-7915738a9f7c (type: ports) to 5 2026-09-01 19:51:55.161 7 INFO neutron.db.ovn_revision_numbers_db [None req-aea82731-c2a6-470c-a91e-6001b956905e b5d3614cda0e474a91b2a2cb34eb348c c98b82a4cf7a452c8a818073f05b592b - - default default] Successfully bumped revision number for resource b0bf48dd-34ef-42f1-88d1-0531812d69e3 (type: routers) to 1 [pid: 7|app: 0|req: 1011/1931] 10.0.0.4 () {34 vars in 666 bytes} [Tue Sep 1 19:51:54 2026] POST /v2.0/routers => generated 570 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:51:55.443 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dd57819a-03c1-416f-a463-b3847ec92869 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] No more DHCP agents 2026-09-01 19:51:55.444 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dd57819a-03c1-416f-a463-b3847ec92869 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Unable to schedule network 01e6d762-477e-43fe-9936-1a61070dfd9d: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:55.571 8 INFO neutron.db.ovn_revision_numbers_db [None req-dd57819a-03c1-416f-a463-b3847ec92869 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Successfully bumped revision number for resource fa8b59bf-c455-4ce5-8ed5-75070b189fbc (type: ports) to 1 2026-09-01 19:51:55.752 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-34a945ad-5687-427e-a829-b36f9a754450 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] No more DHCP agents 2026-09-01 19:51:55.753 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-34a945ad-5687-427e-a829-b36f9a754450 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Unable to schedule network e1f916d4-29d9-4dd7-9b68-af2c370d745d: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:55.946 7 INFO neutron.db.ovn_revision_numbers_db [None req-34a945ad-5687-427e-a829-b36f9a754450 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource 2bf873ad-e875-409b-9ae7-46aea62a6d0c (type: ports) to 1 2026-09-01 19:51:56.333 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dd57819a-03c1-416f-a463-b3847ec92869 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] No more DHCP agents 2026-09-01 19:51:56.335 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dd57819a-03c1-416f-a463-b3847ec92869 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Unable to schedule network 01e6d762-477e-43fe-9936-1a61070dfd9d: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:56.686 8 INFO neutron.db.ovn_revision_numbers_db [None req-dd57819a-03c1-416f-a463-b3847ec92869 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Successfully bumped revision number for resource fa8b59bf-c455-4ce5-8ed5-75070b189fbc (type: router_ports) to 1 [pid: 8|app: 0|req: 921/1932] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:51:54 2026] PUT /v2.0/routers/b716fdfe-d24e-45ae-8db7-923354aac4fe/add_router_interface => generated 309 bytes in 1856 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:51:56.746 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-34a945ad-5687-427e-a829-b36f9a754450 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] No more DHCP agents 2026-09-01 19:51:56.747 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-34a945ad-5687-427e-a829-b36f9a754450 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Unable to schedule network e1f916d4-29d9-4dd7-9b68-af2c370d745d: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:56.850 8 INFO neutron.db.ovn_revision_numbers_db [None req-919b3ca2-9870-4a67-b456-2a4fda9409d0 b5d3614cda0e474a91b2a2cb34eb348c c98b82a4cf7a452c8a818073f05b592b - - default default] Successfully bumped revision number for resource 12fd43e9-5c66-4644-a721-20156d9ef60a (type: routers) to 1 [pid: 8|app: 0|req: 922/1933] 10.0.0.4 () {34 vars in 666 bytes} [Tue Sep 1 19:51:56 2026] POST /v2.0/routers => generated 570 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:51:57.241 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ee6d3543-e0ff-4599-b0c2-54eb18f18fdf 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] No more DHCP agents 2026-09-01 19:51:57.243 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ee6d3543-e0ff-4599-b0c2-54eb18f18fdf 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Unable to schedule network 01e6d762-477e-43fe-9936-1a61070dfd9d: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:57.312 7 INFO neutron.db.ovn_revision_numbers_db [None req-34a945ad-5687-427e-a829-b36f9a754450 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource 2bf873ad-e875-409b-9ae7-46aea62a6d0c (type: router_ports) to 1 [pid: 7|app: 0|req: 1012/1936] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:51:55 2026] PUT /v2.0/routers/7c759213-fe9a-4c28-bacd-f0506b57831f/add_router_interface => generated 309 bytes in 2139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:51:57.362 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status down for port: 515bbc8d-bb76-4362-a3d5-aa4f3ac5d54f 2026-09-01 19:51:57.451 8 INFO neutron.db.ovn_revision_numbers_db [None req-ee6d3543-e0ff-4599-b0c2-54eb18f18fdf 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Successfully bumped revision number for resource 515bbc8d-bb76-4362-a3d5-aa4f3ac5d54f (type: ports) to 1 2026-09-01 19:51:57.466 7 INFO neutron.db.ovn_revision_numbers_db [None req-c29e7bb9-c9da-44e1-b01e-1bda58cf9faa b5d3614cda0e474a91b2a2cb34eb348c c98b82a4cf7a452c8a818073f05b592b - - default default] Successfully bumped revision number for resource 7b11308a-774a-4787-b76a-e907751c9593 (type: routers) to 1 [pid: 7|app: 0|req: 1013/1937] 10.0.0.4 () {34 vars in 666 bytes} [Tue Sep 1 19:51:57 2026] POST /v2.0/routers => generated 570 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1938] 10.0.0.4 () {32 vars in 647 bytes} [Tue Sep 1 19:51:57 2026] GET /v2.0/networks => generated 3872 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1939] 10.0.0.4 () {34 vars in 663 bytes} [Tue Sep 1 19:51:56 2026] POST /v2.0/ports => generated 958 bytes in 696 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 926/1940] 10.0.0.4 () {32 vars in 645 bytes} [Tue Sep 1 19:51:57 2026] GET /v2.0/subnets => generated 2608 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:57.633 7 INFO neutron.db.ovn_revision_numbers_db [None req-d5057741-281e-422c-8246-1dc557d88c98 b5d3614cda0e474a91b2a2cb34eb348c c98b82a4cf7a452c8a818073f05b592b - - default default] Successfully bumped revision number for resource 6eb6e37b-d692-4e40-9e9f-d2efd7403589 (type: routers) to 1 [pid: 7|app: 0|req: 1015/1941] 10.0.0.4 () {34 vars in 666 bytes} [Tue Sep 1 19:51:57 2026] POST /v2.0/routers => generated 570 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1942] 10.0.0.4 () {34 vars in 676 bytes} [Tue Sep 1 19:51:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:51:57.921 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7a1fce0e-b680-4908-abb6-a55501583145 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] No more DHCP agents 2026-09-01 19:51:57.922 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7a1fce0e-b680-4908-abb6-a55501583145 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Unable to schedule network 01e6d762-477e-43fe-9936-1a61070dfd9d: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 928/1943] 10.0.0.4 () {32 vars in 645 bytes} [Tue Sep 1 19:51:57 2026] GET /v2.0/routers => generated 4250 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:58.109 8 INFO neutron.db.ovn_revision_numbers_db [None req-d992243f-523c-4f78-9eb1-18963fd830a5 b5d3614cda0e474a91b2a2cb34eb348c c98b82a4cf7a452c8a818073f05b592b - - default default] Successfully bumped revision number for resource c6f50a4f-dcf7-4bb7-8672-533f3669e4fe (type: routers) to 1 [pid: 8|app: 0|req: 929/1944] 10.0.0.4 () {34 vars in 666 bytes} [Tue Sep 1 19:51:57 2026] POST /v2.0/routers => generated 570 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:51:58.140 7 INFO neutron.db.ovn_revision_numbers_db [None req-7a1fce0e-b680-4908-abb6-a55501583145 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Successfully bumped revision number for resource b7774ecd-6fa5-4734-bd2d-a574f600555b (type: ports) to 1 [pid: 8|app: 0|req: 930/1945] 10.0.0.4 () {34 vars in 676 bytes} [Tue Sep 1 19:51:58 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1946] 10.0.0.4 () {34 vars in 663 bytes} [Tue Sep 1 19:51:57 2026] POST /v2.0/ports => generated 957 bytes in 560 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-09-01 19:51:58.299 8 INFO neutron.db.ovn_revision_numbers_db [None req-e719cc27-ec71-4f79-a899-fb0d3e543adf 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource b438f1ba-07ab-400d-ab49-e9ed9e0cef7a (type: security_groups) to 1 2026-09-01 19:51:58.309 8 INFO neutron.db.ovn_revision_numbers_db [None req-e719cc27-ec71-4f79-a899-fb0d3e543adf 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource 492ab2b9-f6dd-46ec-8358-ca9b9b84873f (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1017/1947] 10.0.0.4 () {34 vars in 749 bytes} [Tue Sep 1 19:51:58 2026] PUT /v2.0/routers/b0bf48dd-34ef-42f1-88d1-0531812d69e3/tags => generated 17 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:51:58.321 8 INFO neutron.db.ovn_revision_numbers_db [None req-e719cc27-ec71-4f79-a899-fb0d3e543adf 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource b1d9bafb-0c8e-4a4a-b356-71978d24dbb8 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 931/1948] 10.0.0.4 () {34 vars in 683 bytes} [Tue Sep 1 19:51:58 2026] POST /v2.0/security-groups => generated 1675 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1949] 10.0.0.4 () {34 vars in 676 bytes} [Tue Sep 1 19:51:58 2026] POST /v2.0/qos/policies => generated 359 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1950] 10.0.0.4 () {34 vars in 749 bytes} [Tue Sep 1 19:51:58 2026] PUT /v2.0/routers/12fd43e9-5c66-4644-a721-20156d9ef60a/tags => generated 25 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:51:58.576 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2793f520-2ed8-4824-9df8-b1d04286d5da 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] No more DHCP agents 2026-09-01 19:51:58.578 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2793f520-2ed8-4824-9df8-b1d04286d5da 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:51:58.636 7 INFO neutron.db.ovn_revision_numbers_db [None req-f9f340d7-aa05-43ca-abd8-61c9a98bb358 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource c242d715-9b29-43eb-ab1a-6c6f1e741b6b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1020/1951] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:51:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1952] 10.0.0.4 () {34 vars in 676 bytes} [Tue Sep 1 19:51:58 2026] POST /v2.0/qos/policies => generated 359 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1953] 10.0.0.4 () {34 vars in 749 bytes} [Tue Sep 1 19:51:58 2026] PUT /v2.0/routers/7b11308a-774a-4787-b76a-e907751c9593/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:51:58.870 7 INFO neutron.db.ovn_revision_numbers_db [None req-ea5151bf-4edc-479b-917c-4a90a5e71a6f 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource 4b667f8c-64db-4d5c-9f70-4e443ce899fb (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1023/1954] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:51:58 2026] POST /v2.0/security-group-rules => generated 596 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1955] 10.0.0.4 () {34 vars in 676 bytes} [Tue Sep 1 19:51:58 2026] POST /v2.0/qos/policies => generated 359 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1956] 10.0.0.4 () {34 vars in 749 bytes} [Tue Sep 1 19:51:58 2026] PUT /v2.0/routers/6eb6e37b-d692-4e40-9e9f-d2efd7403589/tags => generated 19 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:51:59.247 7 INFO neutron.db.ovn_revision_numbers_db [None req-187b544a-cfa9-41bf-965c-3d3c3cdddd26 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource 1286da54-d918-4cf5-8e2b-a5a837fa7ecf (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1026/1957] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:51:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:51:59.323 8 INFO neutron.db.ovn_revision_numbers_db [None req-2793f520-2ed8-4824-9df8-b1d04286d5da 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Successfully bumped revision number for resource 88fc73c7-a5fb-48ff-bec5-89a6fbc4c68b (type: floatingips) to 1 2026-09-01 19:51:59.324 8 INFO neutron.db.l3_db [None req-2793f520-2ed8-4824-9df8-b1d04286d5da 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Floating IP 88fc73c7-a5fb-48ff-bec5-89a6fbc4c68b associated. External IP: 10.96.250.212, port: b7774ecd-6fa5-4734-bd2d-a574f600555b. [pid: 7|app: 0|req: 1027/1958] 10.0.0.4 () {34 vars in 751 bytes} [Tue Sep 1 19:51:59 2026] PUT /v2.0/policies/94a355b0-9a70-4179-87d2-8a76558bbd86/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1959] 10.0.0.4 () {34 vars in 675 bytes} [Tue Sep 1 19:51:58 2026] POST /v2.0/floatingips => generated 841 bytes in 1011 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1960] 10.0.0.4 () {32 vars in 662 bytes} [Tue Sep 1 19:51:59 2026] GET /v2.0/routers?tags=red => generated 1751 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1961] 10.0.0.4 () {34 vars in 751 bytes} [Tue Sep 1 19:51:59 2026] PUT /v2.0/policies/807e1a0c-6fd8-407c-ae4a-133d9ec0cbbd/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:51:59.488 8 INFO neutron.db.ovn_revision_numbers_db [None req-1469d42a-7551-4767-9cdf-62d40693c004 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource 376967d5-8c5a-4d7b-ac71-11e19d7e7bfe (type: security_group_rules) to 0 [pid: 8|app: 0|req: 933/1962] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:51:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1963] 10.0.0.4 () {32 vars in 676 bytes} [Tue Sep 1 19:51:59 2026] GET /v2.0/routers?tags=red%2Cblue => generated 1180 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1964] 10.0.0.4 () {34 vars in 751 bytes} [Tue Sep 1 19:51:59 2026] PUT /v2.0/policies/0972cf5b-a725-444a-bff6-cd54d3472a54/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:51:59.699 7 INFO neutron.db.ovn_revision_numbers_db [None req-29557c05-ff69-4b75-a57f-684a11714537 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Successfully bumped revision number for resource 88fc73c7-a5fb-48ff-bec5-89a6fbc4c68b (type: floatingips) to 2 2026-09-01 19:51:59.709 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-b5a84b22-e31f-4993-9dba-302b59099fa5 - - - - - -] No hosting information found for port 7c843ac8-f1cb-449a-8a96-144b01aa5b82: RuntimeError: No hosting information found for port 7c843ac8-f1cb-449a-8a96-144b01aa5b82 2026-09-01 19:51:59.710 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5a84b22-e31f-4993-9dba-302b59099fa5 - - - - - -] OVN reports status down for port: fa8b59bf-c455-4ce5-8ed5-75070b189fbc 2026-09-01 19:51:59.715 8 INFO neutron.db.securitygroups_db [None req-cd6a8b29-d07c-4ba8-8571-b8f5a98a4e5a 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Project 5e5aa96948cd4bdf977e156a2ff74139 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-09-01 19:51:59.785 7 INFO neutron.db.l3_db [None req-29557c05-ff69-4b75-a57f-684a11714537 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Floating IP 88fc73c7-a5fb-48ff-bec5-89a6fbc4c68b disassociated. External IP: 10.96.250.212, port: b7774ecd-6fa5-4734-bd2d-a574f600555b. 2026-09-01 19:51:59.806 8 INFO neutron.db.ovn_revision_numbers_db [None req-cd6a8b29-d07c-4ba8-8571-b8f5a98a4e5a 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource 4007677d-b0a6-4228-8d3e-8f68a1770d75 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 936/1965] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:51:59 2026] POST /v2.0/security-group-rules => generated 607 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1966] 10.0.0.4 () {34 vars in 747 bytes} [Tue Sep 1 19:51:59 2026] PUT /v2.0/floatingips/88fc73c7-a5fb-48ff-bec5-89a6fbc4c68b => generated 554 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:51:59.883 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5a84b22-e31f-4993-9dba-302b59099fa5 - - - - - -] OVN reports status down for port: 2bf873ad-e875-409b-9ae7-46aea62a6d0c [pid: 8|app: 0|req: 937/1967] 10.0.0.4 () {32 vars in 672 bytes} [Tue Sep 1 19:51:59 2026] GET /v2.0/routers?tags-any=blue => generated 1180 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:51:59.935 8 INFO neutron.db.securitygroups_db [None req-56d098ee-f3aa-4ed8-9983-b42ffdad008b 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Project 5e5aa96948cd4bdf977e156a2ff74139 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: 1031/1968] 10.0.0.4 () {34 vars in 751 bytes} [Tue Sep 1 19:51:59 2026] PUT /v2.0/policies/1ca6e627-2e42-4af7-8087-c2450663afb7/tags => generated 19 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:00.027 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5a84b22-e31f-4993-9dba-302b59099fa5 - - - - - -] OVN reports status up for port: fa8b59bf-c455-4ce5-8ed5-75070b189fbc 2026-09-01 19:52:00.048 8 INFO neutron.db.ovn_revision_numbers_db [None req-56d098ee-f3aa-4ed8-9983-b42ffdad008b 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource 50664a7b-f7ff-4de2-8355-69c3667402cf (type: security_group_rules) to 0 2026-09-01 19:52:00.067 7 INFO neutron.plugins.ml2.plugin [None req-b5a84b22-e31f-4993-9dba-302b59099fa5 - - - - - -] Attempt 1 to provision port fa8b59bf-c455-4ce5-8ed5-75070b189fbc [pid: 8|app: 0|req: 938/1969] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:51:59 2026] POST /v2.0/security-group-rules => generated 606 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1970] 10.0.0.4 () {32 vars in 684 bytes} [Tue Sep 1 19:52:00 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1751 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1971] 10.0.0.4 () {32 vars in 670 bytes} [Tue Sep 1 19:52:00 2026] GET /v2.0/routers?not-tags=red => generated 1152 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:00.215 7 INFO neutron_taas.services.taas.taas_plugin [None req-e905bd15-04c1-4723-aed3-18aa84251659 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] TaaS: Handle Delete Port: 9719514b-7338-4c05-9a7e-30f853ee751c 2026-09-01 19:52:00.233 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e905bd15-04c1-4723-aed3-18aa84251659 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Tap Mirror: Handle Delete Port: 9719514b-7338-4c05-9a7e-30f853ee751c [pid: 8|app: 0|req: 941/1972] 10.0.0.4 () {32 vars in 684 bytes} [Tue Sep 1 19:52:00 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1723 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1973] 10.0.0.4 () {32 vars in 680 bytes} [Tue Sep 1 19:52:00 2026] GET /v2.0/routers?not-tags-any=blue => generated 1723 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1974] 10.0.0.4 () {32 vars in 672 bytes} [Tue Sep 1 19:52:00 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1975] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:51:59 2026] DELETE /v2.0/floatingips/88fc73c7-a5fb-48ff-bec5-89a6fbc4c68b => generated 0 bytes in 590 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1976] 10.0.0.4 () {32 vars in 692 bytes} [Tue Sep 1 19:52:00 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 1152 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1977] 10.0.0.4 () {32 vars in 686 bytes} [Tue Sep 1 19:52:00 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1978] 10.0.0.4 () {32 vars in 647 bytes} [Tue Sep 1 19:52:00 2026] GET /v2.0/networks => generated 1374 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:00.800 7 INFO neutron.db.ovn_revision_numbers_db [None req-b5a84b22-e31f-4993-9dba-302b59099fa5 - - - - - -] Successfully bumped revision number for resource fa8b59bf-c455-4ce5-8ed5-75070b189fbc (type: ports) to 2 2026-09-01 19:52:00.835 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9443bcd7-861a-4aed-bed3-8230d955bbce 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] No more DHCP agents 2026-09-01 19:52:00.837 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9443bcd7-861a-4aed-bed3-8230d955bbce 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1034/1979] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:52:00 2026] GET /v2.0/routers/b0bf48dd-34ef-42f1-88d1-0531812d69e3 => generated 581 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:01.006 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2a15b795-1cb8-44ce-b65c-6a49f26946d8 - - - - - -] OVN reports status up for port: 2bf873ad-e875-409b-9ae7-46aea62a6d0c 2026-09-01 19:52:01.026 7 INFO neutron.plugins.ml2.plugin [None req-2a15b795-1cb8-44ce-b65c-6a49f26946d8 - - - - - -] Attempt 1 to provision port 2bf873ad-e875-409b-9ae7-46aea62a6d0c [pid: 7|app: 0|req: 1035/1980] 10.0.0.4 () {32 vars in 682 bytes} [Tue Sep 1 19:52:00 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:01.583 7 INFO neutron.db.ovn_revision_numbers_db [None req-de0f7c3e-de18-435e-82f8-0b0fbfbcbe44 b5d3614cda0e474a91b2a2cb34eb348c c98b82a4cf7a452c8a818073f05b592b - - default default] Successfully bumped revision number for resource b0bf48dd-34ef-42f1-88d1-0531812d69e3 (type: routers) to 2 [pid: 7|app: 0|req: 1036/1981] 10.0.0.4 () {34 vars in 740 bytes} [Tue Sep 1 19:52:01 2026] PUT /v2.0/routers/b0bf48dd-34ef-42f1-88d1-0531812d69e3 => generated 581 bytes in 574 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1982] 10.0.0.147 () {34 vars in 1100 bytes} [Tue Sep 1 19:52:01 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2022062226&fields=id&tenant_id=5e5aa96948cd4bdf977e156a2ff74139 => generated 69 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:01.819 8 INFO neutron.db.ovn_revision_numbers_db [None req-9443bcd7-861a-4aed-bed3-8230d955bbce 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Successfully bumped revision number for resource 065c4ed1-eecc-4b73-a84e-3164af1e3828 (type: floatingips) to 1 2026-09-01 19:52:01.820 8 INFO neutron.db.l3_db [None req-9443bcd7-861a-4aed-bed3-8230d955bbce 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Floating IP 065c4ed1-eecc-4b73-a84e-3164af1e3828 associated. External IP: 10.96.250.205, port: 515bbc8d-bb76-4362-a3d5-aa4f3ac5d54f. [pid: 8|app: 0|req: 946/1983] 10.0.0.4 () {34 vars in 675 bytes} [Tue Sep 1 19:52:00 2026] POST /v2.0/floatingips => generated 842 bytes in 1238 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: 1038/1984] 10.0.0.4 () {32 vars in 694 bytes} [Tue Sep 1 19:52:01 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1985] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:52:01 2026] GET /v2.0/ports?device_id=b0bf48dd-34ef-42f1-88d1-0531812d69e3 => 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: 948/1986] 10.0.0.4 () {32 vars in 727 bytes} [Tue Sep 1 19:52:01 2026] GET /v2.0/floatingips/065c4ed1-eecc-4b73-a84e-3164af1e3828 => generated 844 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1987] 10.0.0.147 () {34 vars in 982 bytes} [Tue Sep 1 19:52:01 2026] GET /v2.0/networks?id=e1f916d4-29d9-4dd7-9b68-af2c370d745d => generated 699 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:02.035 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a15b795-1cb8-44ce-b65c-6a49f26946d8 - - - - - -] Successfully bumped revision number for resource 2bf873ad-e875-409b-9ae7-46aea62a6d0c (type: ports) to 2 [pid: 8|app: 0|req: 949/1988] 10.0.0.4 () {32 vars in 680 bytes} [Tue Sep 1 19:52:01 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1989] 10.0.0.4 () {32 vars in 653 bytes} [Tue Sep 1 19:52:02 2026] GET /v2.0/floatingips => generated 847 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1990] 10.0.0.147 () {34 vars in 965 bytes} [Tue Sep 1 19:52:02 2026] GET /v2.0/quotas/5e5aa96948cd4bdf977e156a2ff74139 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1991] 10.0.0.4 () {32 vars in 694 bytes} [Tue Sep 1 19:52:02 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1992] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:52:02 2026] DELETE /v2.0/routers/b0bf48dd-34ef-42f1-88d1-0531812d69e3 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:52:02.357 7 INFO neutron.db.ovn_revision_numbers_db [None req-f456559d-c93f-4cd2-b66c-f8b9549236c1 - - - - - -] Successfully bumped revision number for resource fa8b59bf-c455-4ce5-8ed5-75070b189fbc (type: router_ports) to 2 [pid: 7|app: 0|req: 1041/1993] 10.0.0.147 () {34 vars in 1002 bytes} [Tue Sep 1 19:52:02 2026] GET /v2.0/ports?tenant_id=5e5aa96948cd4bdf977e156a2ff74139&fields=id => generated 103 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:02.536 7 INFO neutron.db.ovn_revision_numbers_db [None req-f456559d-c93f-4cd2-b66c-f8b9549236c1 - - - - - -] Successfully bumped revision number for resource 2bf873ad-e875-409b-9ae7-46aea62a6d0c (type: router_ports) to 2 2026-09-01 19:52:02.536 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f456559d-c93f-4cd2-b66c-f8b9549236c1 - - - - - -] OVN reports status down for port: b7774ecd-6fa5-4734-bd2d-a574f600555b [pid: 7|app: 0|req: 1042/1994] 10.0.0.4 () {32 vars in 690 bytes} [Tue Sep 1 19:52:02 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/1995] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:52:02 2026] GET /v2.0/routers/12fd43e9-5c66-4644-a721-20156d9ef60a => generated 589 bytes in 99 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-09-01 19:52:02.766 8 INFO neutron.db.ovn_revision_numbers_db [None req-0a0696ae-f59c-47f3-834e-1a314831be1d 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Successfully bumped revision number for resource 065c4ed1-eecc-4b73-a84e-3164af1e3828 (type: floatingips) to 2 [pid: 7|app: 0|req: 1044/1996] 10.0.0.147 () {34 vars in 1008 bytes} [Tue Sep 1 19:52:02 2026] GET /v2.0/networks/e1f916d4-29d9-4dd7-9b68-af2c370d745d?fields=segments => generated 14 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:02.918 8 INFO neutron.db.l3_db [None req-0a0696ae-f59c-47f3-834e-1a314831be1d 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Floating IP 065c4ed1-eecc-4b73-a84e-3164af1e3828 associated. External IP: 10.96.250.205, port: 515bbc8d-bb76-4362-a3d5-aa4f3ac5d54f. [pid: 7|app: 0|req: 1045/1997] 10.0.0.4 () {32 vars in 702 bytes} [Tue Sep 1 19:52:02 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1998] 10.0.0.4 () {34 vars in 747 bytes} [Tue Sep 1 19:52:02 2026] PUT /v2.0/floatingips/065c4ed1-eecc-4b73-a84e-3164af1e3828 => generated 843 bytes in 783 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: 8|app: 0|req: 954/1999] 10.0.0.147 () {34 vars in 1108 bytes} [Tue Sep 1 19:52:02 2026] GET /v2.0/networks/e1f916d4-29d9-4dd7-9b68-af2c370d745d?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: 955/2000] 10.0.0.4 () {32 vars in 732 bytes} [Tue Sep 1 19:52:03 2026] DELETE /v2.0/qos/policies/94a355b0-9a70-4179-87d2-8a76558bbd86 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:52:03.319 8 INFO neutron.db.ovn_revision_numbers_db [None req-9f8574d3-1aea-4edc-9863-f4ed2285b04b 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Successfully bumped revision number for resource 065c4ed1-eecc-4b73-a84e-3164af1e3828 (type: floatingips) to 3 2026-09-01 19:52:03.379 8 INFO neutron.db.l3_db [None req-9f8574d3-1aea-4edc-9863-f4ed2285b04b 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Floating IP 065c4ed1-eecc-4b73-a84e-3164af1e3828 disassociated. External IP: 10.96.250.205, port: b7774ecd-6fa5-4734-bd2d-a574f600555b. 2026-09-01 19:52:03.390 7 INFO neutron.db.ovn_revision_numbers_db [None req-1bd68380-f2e3-477d-a2bd-4c9305c897b9 b5d3614cda0e474a91b2a2cb34eb348c c98b82a4cf7a452c8a818073f05b592b - - default default] Successfully bumped revision number for resource 12fd43e9-5c66-4644-a721-20156d9ef60a (type: routers) to 2 [pid: 7|app: 0|req: 1046/2001] 10.0.0.4 () {34 vars in 740 bytes} [Tue Sep 1 19:52:02 2026] PUT /v2.0/routers/12fd43e9-5c66-4644-a721-20156d9ef60a => generated 589 bytes in 407 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: 956/2002] 10.0.0.4 () {34 vars in 747 bytes} [Tue Sep 1 19:52:03 2026] PUT /v2.0/floatingips/065c4ed1-eecc-4b73-a84e-3164af1e3828 => generated 554 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2003] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:03 2026] GET /v2.0/ports?device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => 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: 958/2004] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:52:03 2026] GET /v2.0/ports?device_id=12fd43e9-5c66-4644-a721-20156d9ef60a => 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: 1047/2005] 10.0.0.4 () {32 vars in 732 bytes} [Tue Sep 1 19:52:03 2026] DELETE /v2.0/qos/policies/807e1a0c-6fd8-407c-ae4a-133d9ec0cbbd => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:52:03.544 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3fbb2f5-d9cf-4495-acc3-7293f175f55f 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] TaaS: Handle Delete Port: 4c19e6dd-77f7-4bf7-8c4b-c3e15873af84 2026-09-01 19:52:03.547 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3fbb2f5-d9cf-4495-acc3-7293f175f55f 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Tap Mirror: Handle Delete Port: 4c19e6dd-77f7-4bf7-8c4b-c3e15873af84 [pid: 7|app: 0|req: 1048/2006] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:52:03 2026] DELETE /v2.0/routers/12fd43e9-5c66-4644-a721-20156d9ef60a => 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: 959/2007] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:52:03 2026] DELETE /v2.0/floatingips/065c4ed1-eecc-4b73-a84e-3164af1e3828 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2008] 10.0.0.4 () {32 vars in 732 bytes} [Tue Sep 1 19:52:03 2026] DELETE /v2.0/qos/policies/0972cf5b-a725-444a-bff6-cd54d3472a54 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2009] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:52:03 2026] GET /v2.0/routers/7b11308a-774a-4787-b76a-e907751c9593 => generated 598 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:03.719 7 INFO neutron.api.v2.resource [None req-258b77ce-a27d-47e7-95b5-92af48fbff29 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1050/2010] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:52:03 2026] DELETE /v2.0/floatingips/065c4ed1-eecc-4b73-a84e-3164af1e3828 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2011] 10.0.0.4 () {32 vars in 732 bytes} [Tue Sep 1 19:52:03 2026] DELETE /v2.0/qos/policies/1ca6e627-2e42-4af7-8087-c2450663afb7 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:52:03.906 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d385486-e63a-4a62-b3be-b925053b178b 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] TaaS: Handle Delete Port: b7774ecd-6fa5-4734-bd2d-a574f600555b 2026-09-01 19:52:03.908 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d385486-e63a-4a62-b3be-b925053b178b 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Tap Mirror: Handle Delete Port: b7774ecd-6fa5-4734-bd2d-a574f600555b [pid: 8|app: 0|req: 962/2012] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:52:03 2026] DELETE /v2.0/ports/b7774ecd-6fa5-4734-bd2d-a574f600555b => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:52:04.108 7 INFO neutron.db.ovn_revision_numbers_db [None req-7e953ba4-f7f4-4694-9f5d-1cfee4c05d58 b5d3614cda0e474a91b2a2cb34eb348c c98b82a4cf7a452c8a818073f05b592b - - default default] Successfully bumped revision number for resource 7b11308a-774a-4787-b76a-e907751c9593 (type: routers) to 2 [pid: 8|app: 0|req: 963/2013] 10.0.0.4 () {32 vars in 732 bytes} [Tue Sep 1 19:52:04 2026] DELETE /v2.0/qos/policies/a6b5b9ed-fc0f-4536-b85f-fc9fbc8fd209 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2014] 10.0.0.4 () {34 vars in 740 bytes} [Tue Sep 1 19:52:03 2026] PUT /v2.0/routers/7b11308a-774a-4787-b76a-e907751c9593 => generated 598 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2015] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:52:04 2026] GET /v2.0/ports?device_id=7b11308a-774a-4787-b76a-e907751c9593 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:04.248 8 INFO neutron_taas.services.taas.taas_plugin [None req-49963ad1-c8d3-40c6-9f92-7ec4cbe8cd82 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] TaaS: Handle Delete Port: 515bbc8d-bb76-4362-a3d5-aa4f3ac5d54f 2026-09-01 19:52:04.251 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49963ad1-c8d3-40c6-9f92-7ec4cbe8cd82 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Tap Mirror: Handle Delete Port: 515bbc8d-bb76-4362-a3d5-aa4f3ac5d54f [pid: 7|app: 0|req: 1053/2016] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:52:04 2026] DELETE /v2.0/routers/7b11308a-774a-4787-b76a-e907751c9593 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2017] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:52:04 2026] GET /v2.0/routers/6eb6e37b-d692-4e40-9e9f-d2efd7403589 => generated 583 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2018] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:52:04 2026] DELETE /v2.0/ports/515bbc8d-bb76-4362-a3d5-aa4f3ac5d54f => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2019] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:52:04 2026] GET /v2.0/ports?device_id=b716fdfe-d24e-45ae-8db7-923354aac4fe => generated 946 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2020] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:04 2026] GET /v2.0/ports?device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:04.752 7 INFO neutron.db.ovn_revision_numbers_db [None req-9f474ba5-263b-4c6c-b3ad-d7cff50522fe b5d3614cda0e474a91b2a2cb34eb348c c98b82a4cf7a452c8a818073f05b592b - - default default] Successfully bumped revision number for resource 6eb6e37b-d692-4e40-9e9f-d2efd7403589 (type: routers) to 2 [pid: 7|app: 0|req: 1055/2021] 10.0.0.4 () {34 vars in 740 bytes} [Tue Sep 1 19:52:04 2026] PUT /v2.0/routers/6eb6e37b-d692-4e40-9e9f-d2efd7403589 => generated 583 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2022] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:52:04 2026] GET /v2.0/ports?device_id=6eb6e37b-d692-4e40-9e9f-d2efd7403589 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:04.826 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a6a7fc6-b8f4-4c58-b436-bc2bb8c64507 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] TaaS: Handle Delete Port: fa8b59bf-c455-4ce5-8ed5-75070b189fbc 2026-09-01 19:52:04.829 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a6a7fc6-b8f4-4c58-b436-bc2bb8c64507 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Tap Mirror: Handle Delete Port: fa8b59bf-c455-4ce5-8ed5-75070b189fbc [pid: 7|app: 0|req: 1057/2023] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:52:04 2026] DELETE /v2.0/routers/6eb6e37b-d692-4e40-9e9f-d2efd7403589 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2024] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:52:04 2026] GET /v2.0/routers/c6f50a4f-dcf7-4bb7-8672-533f3669e4fe => generated 576 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2025] 10.0.0.4 () {34 vars in 740 bytes} [Tue Sep 1 19:52:05 2026] PUT /v2.0/routers/c6f50a4f-dcf7-4bb7-8672-533f3669e4fe => generated 576 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2026] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:52:04 2026] PUT /v2.0/routers/b716fdfe-d24e-45ae-8db7-923354aac4fe/remove_router_interface => generated 309 bytes in 714 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: 968/2027] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:52:05 2026] GET /v2.0/ports?device_id=c6f50a4f-dcf7-4bb7-8672-533f3669e4fe => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:05.554 7 INFO neutron.db.ovn_revision_numbers_db [None req-81ef8a12-16db-4794-8ed4-fda3c512da3e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 7a7bc3b1-5254-45d5-8e7c-c419f2f111c3 (type: security_groups) to 1 2026-09-01 19:52:05.564 7 INFO neutron.db.ovn_revision_numbers_db [None req-81ef8a12-16db-4794-8ed4-fda3c512da3e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 548f95a4-e3a1-410a-b416-1a28565dbb7c (type: security_group_rules) to 0 2026-09-01 19:52:05.579 7 INFO neutron.db.ovn_revision_numbers_db [None req-81ef8a12-16db-4794-8ed4-fda3c512da3e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 5bc5f08f-d477-48f3-9fa6-f10787dd370a (type: security_group_rules) to 0 2026-09-01 19:52:05.591 7 INFO neutron.db.ovn_revision_numbers_db [None req-81ef8a12-16db-4794-8ed4-fda3c512da3e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 7ede952c-a632-471d-8e49-e513fdea8d02 (type: security_group_rules) to 0 2026-09-01 19:52:05.609 7 INFO neutron.db.ovn_revision_numbers_db [None req-81ef8a12-16db-4794-8ed4-fda3c512da3e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f23f7590-91f6-4ba2-ae4a-efd4765a5943 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1060/2028] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:52:05 2026] GET /v2.0/security-groups?tenant_id=abaf4dd81d9f4b8d81f81bc4461f7c89&name=default => generated 2925 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:05.701 8 INFO neutron_taas.services.taas.taas_plugin [None req-437f7080-2529-43d2-bcad-1d50f1744c4f 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] TaaS: Handle Delete Port: 7c843ac8-f1cb-449a-8a96-144b01aa5b82 2026-09-01 19:52:05.704 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-437f7080-2529-43d2-bcad-1d50f1744c4f 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Tap Mirror: Handle Delete Port: 7c843ac8-f1cb-449a-8a96-144b01aa5b82 [pid: 7|app: 0|req: 1061/2029] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:52:05 2026] DELETE /v2.0/routers/c6f50a4f-dcf7-4bb7-8672-533f3669e4fe => 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: 1062/2030] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:05 2026] GET /v2.0/ports?device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2031] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:05 2026] DELETE /v2.0/security-groups/7a7bc3b1-5254-45d5-8e7c-c419f2f111c3 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:52:06.461 7 INFO neutron.db.ovn_revision_numbers_db [None req-2be06ee7-e8d4-48d0-a6fc-0ee2984f0602 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a21dda73-d861-4d10-858c-ed9cc3198f0a (type: security_groups) to 1 2026-09-01 19:52:06.476 7 INFO neutron.db.ovn_revision_numbers_db [None req-2be06ee7-e8d4-48d0-a6fc-0ee2984f0602 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 169a0cec-4186-4c90-b6f1-1c0a33aee8ac (type: security_group_rules) to 0 2026-09-01 19:52:06.490 7 INFO neutron.db.ovn_revision_numbers_db [None req-2be06ee7-e8d4-48d0-a6fc-0ee2984f0602 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b643eebb-72d4-4d8e-9400-6b430d824e5a (type: security_group_rules) to 0 2026-09-01 19:52:06.508 7 INFO neutron.db.ovn_revision_numbers_db [None req-2be06ee7-e8d4-48d0-a6fc-0ee2984f0602 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource cbed2c30-71be-4342-8698-cac19992a1c6 (type: security_group_rules) to 0 2026-09-01 19:52:06.527 7 INFO neutron.db.ovn_revision_numbers_db [None req-2be06ee7-e8d4-48d0-a6fc-0ee2984f0602 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource d3639623-9c8a-43da-80f7-9bd6aedbfb39 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1064/2032] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:52:06 2026] GET /v2.0/security-groups?tenant_id=d8f932aac3a042608dd36e04a23180fc&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2033] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:52:05 2026] DELETE /v2.0/routers/b716fdfe-d24e-45ae-8db7-923354aac4fe => generated 0 bytes in 1464 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2034] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:06 2026] DELETE /v2.0/security-groups/a21dda73-d861-4d10-858c-ed9cc3198f0a => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2035] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:52:06 2026] DELETE /v2.0/subnets/f3855e8b-531b-4799-9bdc-e70f4a523b3b => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2036] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:07 2026] GET /v2.0/ports?device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:07.141 8 INFO neutron.db.ovn_revision_numbers_db [None req-1c56eb1d-0afe-4ca6-a532-8f3dd4da597e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 1c6246a7-3a1a-463d-8182-6f920a370240 (type: security_groups) to 1 2026-09-01 19:52:07.157 8 INFO neutron.db.ovn_revision_numbers_db [None req-1c56eb1d-0afe-4ca6-a532-8f3dd4da597e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 10e8431e-ed4c-49af-831a-7b343d231bb7 (type: security_group_rules) to 0 2026-09-01 19:52:07.168 8 INFO neutron.db.ovn_revision_numbers_db [None req-1c56eb1d-0afe-4ca6-a532-8f3dd4da597e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 6720ca4a-ec8c-4a5b-88d0-ff0416b89724 (type: security_group_rules) to 0 2026-09-01 19:52:07.186 8 INFO neutron.db.ovn_revision_numbers_db [None req-1c56eb1d-0afe-4ca6-a532-8f3dd4da597e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 825ad13e-9b8c-4696-b8f8-5d5fae90f559 (type: security_group_rules) to 0 2026-09-01 19:52:07.202 8 INFO neutron.db.ovn_revision_numbers_db [None req-1c56eb1d-0afe-4ca6-a532-8f3dd4da597e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 9fb77ee9-97db-4490-91a0-e8d69fdd996a (type: security_group_rules) to 0 2026-09-01 19:52:07.213 7 INFO neutron.db.ovn_revision_numbers_db [None req-f7cbbee3-d263-4569-9571-fe017d9b5716 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 00d6f010-a166-4f9e-93f3-057e03f78e51 (type: security_groups) to 1 2026-09-01 19:52:07.228 7 INFO neutron.db.ovn_revision_numbers_db [None req-f7cbbee3-d263-4569-9571-fe017d9b5716 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 2df28ca1-d874-4619-be99-750cc54bd074 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 970/2037] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:52:06 2026] GET /v2.0/security-groups?tenant_id=7f605373e2a6419b90be8dd2fbd82a94&name=default => generated 2925 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:07.244 7 INFO neutron.db.ovn_revision_numbers_db [None req-f7cbbee3-d263-4569-9571-fe017d9b5716 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 50e5ae09-8241-4c8a-a453-e3f43fad3f0c (type: security_group_rules) to 0 2026-09-01 19:52:07.259 7 INFO neutron.db.ovn_revision_numbers_db [None req-f7cbbee3-d263-4569-9571-fe017d9b5716 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a443b2be-8b2f-46fa-95ce-b36b1ad36a04 (type: security_group_rules) to 0 2026-09-01 19:52:07.275 7 INFO neutron.db.ovn_revision_numbers_db [None req-f7cbbee3-d263-4569-9571-fe017d9b5716 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b32e82b7-c80d-4c83-8ab3-ab6c2b3fb82a (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1068/2038] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:52:07 2026] GET /v2.0/security-groups?tenant_id=a1acc6227d0b4b0eb0ad33a4197ac94c&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:07.363 8 INFO neutron_taas.services.taas.taas_plugin [None req-fdd55565-d87a-4089-bee3-0ab42b558688 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] TaaS: Handle Delete Port: 3e871703-61e8-49df-940d-1aaf0d95d0d7 2026-09-01 19:52:07.367 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdd55565-d87a-4089-bee3-0ab42b558688 0e35f835022b49849ebf90ece77f407a 4f76324a04c74c569b5afe81eec294c2 - - default default] Tap Mirror: Handle Delete Port: 3e871703-61e8-49df-940d-1aaf0d95d0d7 [pid: 7|app: 0|req: 1069/2039] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:07 2026] DELETE /v2.0/security-groups/1c6246a7-3a1a-463d-8182-6f920a370240 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:52:07.615 8 INFO neutron.services.segments.plugin [-] Segment 0708001c-7cc4-4c5b-80fa-f2407a401ef4 resource provider aggregate not found 2026-09-01 19:52:07.622 8 INFO neutron.services.segments.plugin [-] Segment 0708001c-7cc4-4c5b-80fa-f2407a401ef4 resource provider aggregate not found 2026-09-01 19:52:07.642 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0708001c-7cc4-4c5b-80fa-f2407a401ef4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0708001c-7cc4-4c5b-80fa-f2407a401ef4 found for delete ", "request_id": "req-c93e4ce0-8718-4a96-a24f-d57742931f65"}]} 2026-09-01 19:52:07.649 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0708001c-7cc4-4c5b-80fa-f2407a401ef4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0708001c-7cc4-4c5b-80fa-f2407a401ef4 found for delete ", "request_id": "req-0588bc89-6393-47ce-9e66-093b5410636d"}]} [pid: 8|app: 0|req: 971/2040] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:52:07 2026] DELETE /v2.0/networks/01e6d762-477e-43fe-9936-1a61070dfd9d => generated 0 bytes in 446 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2041] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:52:07 2026] GET /v2.0/networks?id=e1f916d4-29d9-4dd7-9b68-af2c370d745d => generated 699 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2042] 162.253.55.86 () {34 vars in 1049 bytes} [Tue Sep 1 19:52:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5e5aa96948cd4bdf977e156a2ff74139 => generated 181 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2043] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:07 2026] DELETE /v2.0/security-groups/00d6f010-a166-4f9e-93f3-057e03f78e51 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:52:08.143 7 INFO neutron.db.ovn_revision_numbers_db [None req-5375013d-4338-454c-a01c-d6279b38ae42 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource de9f5e1d-91a0-4b24-bace-05cc10543bd1 (type: security_groups) to 1 2026-09-01 19:52:08.158 7 INFO neutron.db.ovn_revision_numbers_db [None req-5375013d-4338-454c-a01c-d6279b38ae42 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 2052fa58-d6d1-4c2a-b21a-d719cea95f5d (type: security_group_rules) to 0 2026-09-01 19:52:08.173 7 INFO neutron.db.ovn_revision_numbers_db [None req-5375013d-4338-454c-a01c-d6279b38ae42 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 744a00fe-b7d1-4261-8de1-7f84c9254777 (type: security_group_rules) to 0 2026-09-01 19:52:08.186 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-64b585aa-2730-4c7c-bcb3-bb950cd99d98 req-6ae6af20-38c3-42d3-a0bb-f4659a1d90db 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] No more DHCP agents 2026-09-01 19:52:08.188 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-64b585aa-2730-4c7c-bcb3-bb950cd99d98 req-6ae6af20-38c3-42d3-a0bb-f4659a1d90db 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Unable to schedule network e1f916d4-29d9-4dd7-9b68-af2c370d745d: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:52:08.189 7 INFO neutron.db.ovn_revision_numbers_db [None req-5375013d-4338-454c-a01c-d6279b38ae42 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a2ff2e3f-41e6-467b-8dc6-c71b3883006d (type: security_group_rules) to 0 2026-09-01 19:52:08.205 7 INFO neutron.db.ovn_revision_numbers_db [None req-5375013d-4338-454c-a01c-d6279b38ae42 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource fc8d2d55-78c5-4b72-950e-df204891f24d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1071/2044] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:52:07 2026] GET /v2.0/security-groups?tenant_id=34419a60cecb458f988cfa15ad48ccb6&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:08.352 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f456559d-c93f-4cd2-b66c-f8b9549236c1 - - - - - -] OVN reports status down for port: bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a 2026-09-01 19:52:08.378 8 INFO neutron.db.ovn_revision_numbers_db [req-64b585aa-2730-4c7c-bcb3-bb950cd99d98 req-6ae6af20-38c3-42d3-a0bb-f4659a1d90db 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a (type: ports) to 1 [pid: 7|app: 0|req: 1072/2045] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:08 2026] GET /v2.0/ports?device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => generated 957 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2046] 162.253.55.86 () {38 vars in 954 bytes} [Tue Sep 1 19:52:07 2026] POST /v2.0/ports => generated 954 bytes in 630 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: 975/2047] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:52:08 2026] GET /v2.0/security-groups?tenant_id=4f76324a04c74c569b5afe81eec294c2&name=default => generated 2925 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2048] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:52:08 2026] GET /v2.0/security-groups?id=b438f1ba-07ab-400d-ab49-e9ed9e0cef7a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2049] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:08 2026] DELETE /v2.0/security-groups/de9f5e1d-91a0-4b24-bace-05cc10543bd1 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2050] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:08 2026] DELETE /v2.0/security-groups/2587e18b-1c4a-4faa-9519-f553b8a4e37e => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:52:09.059 8 INFO neutron.db.ovn_revision_numbers_db [req-64b585aa-2730-4c7c-bcb3-bb950cd99d98 req-5fb5ca14-0ada-4a64-b492-be56588fce72 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a (type: ports) to 2 2026-09-01 19:52:09.137 7 INFO neutron.db.ovn_revision_numbers_db [None req-43b9d34b-87df-4f17-9955-954442275c6f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 79fca15b-2703-46db-8ed4-176f3a2d9e67 (type: security_groups) to 1 2026-09-01 19:52:09.149 7 INFO neutron.db.ovn_revision_numbers_db [None req-43b9d34b-87df-4f17-9955-954442275c6f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 75f2837e-b4a0-4977-8a55-42c65cc2e5ef (type: security_group_rules) to 0 2026-09-01 19:52:09.162 7 INFO neutron.db.ovn_revision_numbers_db [None req-43b9d34b-87df-4f17-9955-954442275c6f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b046cb98-a722-4334-949d-edb89a2e20ca (type: security_group_rules) to 0 2026-09-01 19:52:09.187 7 INFO neutron.db.ovn_revision_numbers_db [None req-43b9d34b-87df-4f17-9955-954442275c6f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource d4b4c14d-0e2a-419f-9e9e-fd4e8df94161 (type: security_group_rules) to 0 2026-09-01 19:52:09.201 7 INFO neutron.db.ovn_revision_numbers_db [None req-43b9d34b-87df-4f17-9955-954442275c6f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource fd2aad6a-6f04-46e0-8a8d-445f1bfe369d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1075/2051] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:52:09 2026] GET /v2.0/security-groups?tenant_id=c98b82a4cf7a452c8a818073f05b592b&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:09.272 8 INFO neutron.db.ovn_revision_numbers_db [req-64b585aa-2730-4c7c-bcb3-bb950cd99d98 req-5fb5ca14-0ada-4a64-b492-be56588fce72 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a (type: ports) to 4 [pid: 8|app: 0|req: 977/2052] 162.253.55.86 () {38 vars in 1027 bytes} [Tue Sep 1 19:52:08 2026] PUT /v2.0/ports/bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a => generated 1204 bytes in 627 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:09.335 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb6501be-df63-49ce-acae-51cbad8c3107'] response: {'name': 'network-changed', 'server_uuid': 'c714df6b-5b85-478a-a36a-d4c615814f08', 'tag': 'bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1076/2053] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:09 2026] DELETE /v2.0/security-groups/79fca15b-2703-46db-8ed4-176f3a2d9e67 => generated 0 bytes in 232 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: 978/2054] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:09 2026] GET /v2.0/ports?device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2055] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:52:09 2026] GET /v2.0/ports?tenant_id=5e5aa96948cd4bdf977e156a2ff74139&device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => generated 1207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2056] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:52:09 2026] GET /v2.0/security-groups?id=b438f1ba-07ab-400d-ab49-e9ed9e0cef7a&fields=id&fields=name => generated 114 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2057] 162.253.55.86 () {34 vars in 1017 bytes} [Tue Sep 1 19:52:09 2026] GET /v2.0/networks?tenant_id=5e5aa96948cd4bdf977e156a2ff74139&shared=False => generated 798 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2058] 162.253.55.86 () {34 vars in 929 bytes} [Tue Sep 1 19:52:09 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2059] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:10 2026] GET /v2.0/ports?device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2060] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:52:11 2026] GET /v2.0/security-groups?id=b438f1ba-07ab-400d-ab49-e9ed9e0cef7a&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:11.072 8 INFO neutron.db.ovn_revision_numbers_db [None req-660c77fd-2044-4af5-968f-13a41b70801f 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Successfully bumped revision number for resource ae74707a-3c74-41ac-8521-a1de47518ec4 (type: security_groups) to 1 2026-09-01 19:52:11.085 8 INFO neutron.db.ovn_revision_numbers_db [None req-660c77fd-2044-4af5-968f-13a41b70801f 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Successfully bumped revision number for resource 247bd6f7-8256-436e-b2f6-c7473ce1b29e (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1081/2061] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:52:11 2026] GET /v2.0/ports?tenant_id=5e5aa96948cd4bdf977e156a2ff74139&device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => generated 1207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:11.096 8 INFO neutron.db.ovn_revision_numbers_db [None req-660c77fd-2044-4af5-968f-13a41b70801f 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Successfully bumped revision number for resource 24a60c7f-994e-4d61-aa68-30cebdeff9eb (type: security_group_rules) to 0 2026-09-01 19:52:11.108 8 INFO neutron.db.ovn_revision_numbers_db [None req-660c77fd-2044-4af5-968f-13a41b70801f 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Successfully bumped revision number for resource 35eb4778-28a9-4aea-ae8d-412c42e16a13 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1082/2062] 162.253.55.86 () {34 vars in 1057 bytes} [Tue Sep 1 19:52:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:11.120 8 INFO neutron.db.ovn_revision_numbers_db [None req-660c77fd-2044-4af5-968f-13a41b70801f 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Successfully bumped revision number for resource 824d46f4-a9de-419b-8937-2238940a48b1 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1083/2063] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:52:11 2026] GET /v2.0/subnets?id=b13b06f6-0364-4570-99bd-1ea690bb3cdc => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2064] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:52:11 2026] GET /v2.0/ports?network_id=e1f916d4-29d9-4dd7-9b68-af2c370d745d&device_owner=network%3Adhcp => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2065] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:52:11 2026] GET /v2.0/networks/e1f916d4-29d9-4dd7-9b68-af2c370d745d?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:11.216 8 INFO neutron.db.segments_db [None req-660c77fd-2044-4af5-968f-13a41b70801f 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Added segment 6b1b247d-d8f6-4c8a-af69-68b52201a769 of type geneve for network 423681b8-9597-411e-a507-4387be071442 [pid: 7|app: 0|req: 1086/2066] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:52:11 2026] GET /v2.0/networks/e1f916d4-29d9-4dd7-9b68-af2c370d745d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:11.360 8 INFO neutron.db.ovn_revision_numbers_db [None req-660c77fd-2044-4af5-968f-13a41b70801f 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Successfully bumped revision number for resource 423681b8-9597-411e-a507-4387be071442 (type: networks) to 1 2026-09-01 19:52:11.514 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-660c77fd-2044-4af5-968f-13a41b70801f 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] No more DHCP agents 2026-09-01 19:52:11.516 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-660c77fd-2044-4af5-968f-13a41b70801f 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Unable to schedule network 423681b8-9597-411e-a507-4387be071442: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:52:11.592 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status down for port: 1951fe8e-47e7-4b3c-8536-5b9df915a102 2026-09-01 19:52:11.669 8 INFO neutron.db.ovn_revision_numbers_db [None req-660c77fd-2044-4af5-968f-13a41b70801f 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Successfully bumped revision number for resource 1951fe8e-47e7-4b3c-8536-5b9df915a102 (type: ports) to 1 [pid: 8|app: 0|req: 981/2069] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:52:10 2026] POST /v2.0/networks => generated 683 bytes in 1017 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:52:12.072 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9f56e802-cb09-47e8-a62a-302efcb10eb8 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] No more DHCP agents 2026-09-01 19:52:12.073 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9f56e802-cb09-47e8-a62a-302efcb10eb8 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Unable to schedule network 423681b8-9597-411e-a507-4387be071442: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:52:12.130 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status down for port: 80370681-f180-41f7-89e7-84031a008145 2026-09-01 19:52:12.168 7 INFO neutron.db.ovn_revision_numbers_db [None req-9f56e802-cb09-47e8-a62a-302efcb10eb8 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Successfully bumped revision number for resource 80370681-f180-41f7-89e7-84031a008145 (type: ports) to 1 [pid: 8|app: 0|req: 982/2070] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:12 2026] GET /v2.0/ports?device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => 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: 1089/2071] 10.0.0.4 () {34 vars in 663 bytes} [Tue Sep 1 19:52:11 2026] POST /v2.0/ports => generated 775 bytes in 498 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: 983/2072] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:52:12 2026] GET /v2.0/security-groups?id=b438f1ba-07ab-400d-ab49-e9ed9e0cef7a&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:12.314 7 INFO neutron.db.segments_db [None req-6829ab84-9778-4fe3-8d05-45376a630725 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Added segment 90e851cb-7e34-4263-85d6-bae5cb909975 of type geneve for network 422a2513-abdc-43fc-a6a9-d793f23eb625 2026-09-01 19:52:12.446 7 INFO neutron.db.ovn_revision_numbers_db [None req-6829ab84-9778-4fe3-8d05-45376a630725 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Successfully bumped revision number for resource 422a2513-abdc-43fc-a6a9-d793f23eb625 (type: networks) to 1 2026-09-01 19:52:12.648 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6829ab84-9778-4fe3-8d05-45376a630725 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] No more DHCP agents 2026-09-01 19:52:12.649 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6829ab84-9778-4fe3-8d05-45376a630725 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Unable to schedule network 422a2513-abdc-43fc-a6a9-d793f23eb625: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:52:12.737 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status down for port: bd928b86-256e-4ee0-a7ac-8f322178b24a 2026-09-01 19:52:12.749 7 INFO neutron.db.ovn_revision_numbers_db [None req-6829ab84-9778-4fe3-8d05-45376a630725 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Successfully bumped revision number for resource bd928b86-256e-4ee0-a7ac-8f322178b24a (type: ports) to 1 [pid: 7|app: 0|req: 1090/2073] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:52:12 2026] POST /v2.0/networks => generated 668 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:52:12.945 8 INFO neutron.db.ovn_revision_numbers_db [None req-f78b7462-dcc2-4c27-a71c-555ad7345475 e25f73afb577478a96c4a35bf6b419e0 cea3e27f7fe74ba39201ec9ec90a9171 - - default default] Successfully bumped revision number for resource de40d6f8-cf66-4e49-9069-4ea9306d06c5 (type: security_groups) to 1 2026-09-01 19:52:12.951 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e3f48ccc-2c95-429e-bd54-04cf0bae7604 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] No more DHCP agents 2026-09-01 19:52:12.952 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e3f48ccc-2c95-429e-bd54-04cf0bae7604 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Unable to schedule network 422a2513-abdc-43fc-a6a9-d793f23eb625: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:52:12.962 8 INFO neutron.db.ovn_revision_numbers_db [None req-f78b7462-dcc2-4c27-a71c-555ad7345475 e25f73afb577478a96c4a35bf6b419e0 cea3e27f7fe74ba39201ec9ec90a9171 - - default default] Successfully bumped revision number for resource 24ef4ef1-1b5e-4be6-ae49-522bcd7853f8 (type: security_group_rules) to 0 2026-09-01 19:52:12.975 8 INFO neutron.db.ovn_revision_numbers_db [None req-f78b7462-dcc2-4c27-a71c-555ad7345475 e25f73afb577478a96c4a35bf6b419e0 cea3e27f7fe74ba39201ec9ec90a9171 - - default default] Successfully bumped revision number for resource 62b44a79-6820-4482-9d97-bc14c7bc972b (type: security_group_rules) to 0 2026-09-01 19:52:12.989 8 INFO neutron.db.ovn_revision_numbers_db [None req-f78b7462-dcc2-4c27-a71c-555ad7345475 e25f73afb577478a96c4a35bf6b419e0 cea3e27f7fe74ba39201ec9ec90a9171 - - default default] Successfully bumped revision number for resource 82ead99b-a638-46fc-850b-e51cb851e12d (type: security_group_rules) to 0 2026-09-01 19:52:13.004 8 INFO neutron.db.ovn_revision_numbers_db [None req-f78b7462-dcc2-4c27-a71c-555ad7345475 e25f73afb577478a96c4a35bf6b419e0 cea3e27f7fe74ba39201ec9ec90a9171 - - default default] Successfully bumped revision number for resource dd1e825e-5536-4b41-b6c4-be262fe33792 (type: security_group_rules) to 0 2026-09-01 19:52:13.096 8 INFO neutron.db.ovn_revision_numbers_db [None req-f78b7462-dcc2-4c27-a71c-555ad7345475 e25f73afb577478a96c4a35bf6b419e0 cea3e27f7fe74ba39201ec9ec90a9171 - - default default] Successfully bumped revision number for resource 39027302-b5c3-4336-a90e-8b66d772a95b (type: security_groups) to 1 2026-09-01 19:52:13.106 8 INFO neutron.db.ovn_revision_numbers_db [None req-f78b7462-dcc2-4c27-a71c-555ad7345475 e25f73afb577478a96c4a35bf6b419e0 cea3e27f7fe74ba39201ec9ec90a9171 - - default default] Successfully bumped revision number for resource 860ee1eb-d64d-495f-8a4a-df714ffb6eef (type: security_group_rules) to 0 2026-09-01 19:52:13.116 8 INFO neutron.db.ovn_revision_numbers_db [None req-f78b7462-dcc2-4c27-a71c-555ad7345475 e25f73afb577478a96c4a35bf6b419e0 cea3e27f7fe74ba39201ec9ec90a9171 - - default default] Successfully bumped revision number for resource fc2d6951-ea00-49ea-b804-5103362c3625 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 984/2074] 10.0.0.4 () {34 vars in 682 bytes} [Tue Sep 1 19:52:12 2026] POST /v2.0/security-groups => generated 1601 bytes in 538 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-01 19:52:13.373 8 INFO neutron.db.ovn_revision_numbers_db [None req-c65eae18-713e-4d79-b923-22192fe34027 a86bf1ef57f44619bdb1e8c99807aae2 924cf6cbc42e4d05bd3c34e3cac498d5 - - default default] Successfully bumped revision number for resource 2b364ed6-9286-47dc-a498-2657ad16ea36 (type: security_groups) to 1 2026-09-01 19:52:13.384 8 INFO neutron.db.ovn_revision_numbers_db [None req-c65eae18-713e-4d79-b923-22192fe34027 a86bf1ef57f44619bdb1e8c99807aae2 924cf6cbc42e4d05bd3c34e3cac498d5 - - default default] Successfully bumped revision number for resource 7f3f34c2-fddc-4770-9da0-98493cfac860 (type: security_group_rules) to 0 2026-09-01 19:52:13.396 8 INFO neutron.db.ovn_revision_numbers_db [None req-c65eae18-713e-4d79-b923-22192fe34027 a86bf1ef57f44619bdb1e8c99807aae2 924cf6cbc42e4d05bd3c34e3cac498d5 - - default default] Successfully bumped revision number for resource 939ba7ce-b325-415b-9179-4dccae038059 (type: security_group_rules) to 0 2026-09-01 19:52:13.408 8 INFO neutron.db.ovn_revision_numbers_db [None req-c65eae18-713e-4d79-b923-22192fe34027 a86bf1ef57f44619bdb1e8c99807aae2 924cf6cbc42e4d05bd3c34e3cac498d5 - - default default] Successfully bumped revision number for resource a5726c50-7d5e-4ae4-ade6-bcae08a1f7f1 (type: security_group_rules) to 0 2026-09-01 19:52:13.431 8 INFO neutron.db.ovn_revision_numbers_db [None req-c65eae18-713e-4d79-b923-22192fe34027 a86bf1ef57f44619bdb1e8c99807aae2 924cf6cbc42e4d05bd3c34e3cac498d5 - - default default] Successfully bumped revision number for resource b9a85d53-0312-4629-a0a3-c89620343137 (type: security_group_rules) to 0 2026-09-01 19:52:13.459 7 INFO neutron.db.ovn_revision_numbers_db [None req-3259b460-cb41-41fa-affc-5f11efb4114a - - - - - -] Successfully bumped revision number for resource bd928b86-256e-4ee0-a7ac-8f322178b24a (type: ports) to 2 2026-09-01 19:52:13.488 7 INFO neutron.db.ovn_revision_numbers_db [None req-3259b460-cb41-41fa-affc-5f11efb4114a - - - - - -] Successfully bumped revision number for resource af8799b9-7e45-4c82-b8a2-e0c2a6d2b8b9 (type: subnets) to 0 [pid: 7|app: 0|req: 1091/2075] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:52:12 2026] POST /v2.0/subnets => generated 626 bytes in 727 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:52:13.531 8 INFO neutron.db.ovn_revision_numbers_db [None req-c65eae18-713e-4d79-b923-22192fe34027 a86bf1ef57f44619bdb1e8c99807aae2 924cf6cbc42e4d05bd3c34e3cac498d5 - - default default] Successfully bumped revision number for resource afa0d11f-3b24-4231-b580-2b2b7467f0c2 (type: security_groups) to 1 2026-09-01 19:52:13.540 8 INFO neutron.db.ovn_revision_numbers_db [None req-c65eae18-713e-4d79-b923-22192fe34027 a86bf1ef57f44619bdb1e8c99807aae2 924cf6cbc42e4d05bd3c34e3cac498d5 - - default default] Successfully bumped revision number for resource 1ca93c79-bbfb-4029-bed6-9b735f7ad0d9 (type: security_group_rules) to 0 2026-09-01 19:52:13.567 8 INFO neutron.db.ovn_revision_numbers_db [None req-c65eae18-713e-4d79-b923-22192fe34027 a86bf1ef57f44619bdb1e8c99807aae2 924cf6cbc42e4d05bd3c34e3cac498d5 - - default default] Successfully bumped revision number for resource 45988a55-0dde-4d80-a75c-657dd88adefe (type: security_group_rules) to 0 [pid: 8|app: 0|req: 985/2076] 10.0.0.4 () {34 vars in 682 bytes} [Tue Sep 1 19:52:13 2026] POST /v2.0/security-groups => generated 1601 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-01 19:52:13.634 7 INFO neutron.db.ovn_revision_numbers_db [None req-267713a7-1256-47ad-982a-f1313e9b2eb9 e25f73afb577478a96c4a35bf6b419e0 cea3e27f7fe74ba39201ec9ec90a9171 - - default default] Successfully bumped revision number for resource 6c6b6cd3-b5ee-4fb0-bd70-67e1c3cadf91 (type: security_groups) to 1 2026-09-01 19:52:13.649 7 INFO neutron.db.ovn_revision_numbers_db [None req-267713a7-1256-47ad-982a-f1313e9b2eb9 e25f73afb577478a96c4a35bf6b419e0 cea3e27f7fe74ba39201ec9ec90a9171 - - default default] Successfully bumped revision number for resource 1eb299a8-3d07-4f92-b421-8bb628e8c954 (type: security_group_rules) to 0 2026-09-01 19:52:13.666 7 INFO neutron.db.ovn_revision_numbers_db [None req-267713a7-1256-47ad-982a-f1313e9b2eb9 e25f73afb577478a96c4a35bf6b419e0 cea3e27f7fe74ba39201ec9ec90a9171 - - default default] Successfully bumped revision number for resource 7bd9066f-451a-4a17-86a1-60bb0501ec43 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 986/2077] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:13 2026] GET /v2.0/ports?device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2078] 10.0.0.4 () {34 vars in 682 bytes} [Tue Sep 1 19:52:13 2026] POST /v2.0/security-groups => generated 1601 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2079] 10.0.0.4 () {34 vars in 765 bytes} [Tue Sep 1 19:52:13 2026] PUT /v2.0/security-groups/afa0d11f-3b24-4231-b580-2b2b7467f0c2/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: 1094/2080] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:52:13 2026] GET /v2.0/security-groups?id=b438f1ba-07ab-400d-ab49-e9ed9e0cef7a&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-09-01 19:52:13.909 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f456559d-c93f-4cd2-b66c-f8b9549236c1 - - - - - -] OVN reports status up for port: bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a 2026-09-01 19:52:13.950 7 INFO neutron.plugins.ml2.plugin [None req-f456559d-c93f-4cd2-b66c-f8b9549236c1 - - - - - -] Attempt 1 to provision port bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a 2026-09-01 19:52:13.952 7 INFO neutron.db.ovn_revision_numbers_db [None req-38093a90-c89a-49f0-9d52-afcb2474bfb0 e25f73afb577478a96c4a35bf6b419e0 cea3e27f7fe74ba39201ec9ec90a9171 - - default default] Successfully bumped revision number for resource 5593329e-8e29-4a12-8fdb-91e46e82b2fb (type: security_groups) to 1 2026-09-01 19:52:13.971 7 INFO neutron.db.ovn_revision_numbers_db [None req-38093a90-c89a-49f0-9d52-afcb2474bfb0 e25f73afb577478a96c4a35bf6b419e0 cea3e27f7fe74ba39201ec9ec90a9171 - - default default] Successfully bumped revision number for resource f1366cce-943f-4d08-b2df-efc0b8ce9760 (type: security_group_rules) to 0 2026-09-01 19:52:13.982 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-945ed710-f513-4678-8e51-5811187401c0 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] No more DHCP agents 2026-09-01 19:52:13.983 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-945ed710-f513-4678-8e51-5811187401c0 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Unable to schedule network 422a2513-abdc-43fc-a6a9-d793f23eb625: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:52:13.990 7 INFO neutron.db.ovn_revision_numbers_db [None req-38093a90-c89a-49f0-9d52-afcb2474bfb0 e25f73afb577478a96c4a35bf6b419e0 cea3e27f7fe74ba39201ec9ec90a9171 - - default default] Successfully bumped revision number for resource f940ae0e-7f59-4f8c-b675-f0b0dcc4b8fb (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1095/2081] 10.0.0.4 () {34 vars in 682 bytes} [Tue Sep 1 19:52:13 2026] POST /v2.0/security-groups => generated 1601 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-01 19:52:14.087 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status down for port: 717364a7-92b3-4f7b-b3b3-9372c3b17e69 2026-09-01 19:52:14.122 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8428ab12-01f3-4149-aaec-78e2775d6743'] response: {'server_uuid': 'c714df6b-5b85-478a-a36a-d4c615814f08', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a', 'code': 200} [pid: 7|app: 0|req: 1096/2082] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:52:14 2026] GET /v2.0/security-groups/afa0d11f-3b24-4231-b580-2b2b7467f0c2/tags => generated 25 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:14.166 8 INFO neutron.db.ovn_revision_numbers_db [None req-945ed710-f513-4678-8e51-5811187401c0 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Successfully bumped revision number for resource 717364a7-92b3-4f7b-b3b3-9372c3b17e69 (type: ports) to 1 [pid: 8|app: 0|req: 987/2083] 10.0.0.4 () {34 vars in 663 bytes} [Tue Sep 1 19:52:13 2026] POST /v2.0/ports => generated 950 bytes in 544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-01 19:52:14.309 7 INFO neutron.db.ovn_revision_numbers_db [None req-84158b37-9e25-4199-8ac7-cc7c33516369 e25f73afb577478a96c4a35bf6b419e0 cea3e27f7fe74ba39201ec9ec90a9171 - - default default] Successfully bumped revision number for resource 499586bb-19ae-42eb-8b13-fa1e12389afe (type: security_groups) to 1 [pid: 8|app: 0|req: 988/2084] 10.0.0.4 () {34 vars in 776 bytes} [Tue Sep 1 19:52:14 2026] PUT /v2.0/security-groups/afa0d11f-3b24-4231-b580-2b2b7467f0c2/tags/green => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-09-01 19:52:14.328 7 INFO neutron.db.ovn_revision_numbers_db [None req-f456559d-c93f-4cd2-b66c-f8b9549236c1 - - - - - -] Successfully bumped revision number for resource bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a (type: ports) to 5 2026-09-01 19:52:14.332 7 INFO neutron.db.ovn_revision_numbers_db [None req-84158b37-9e25-4199-8ac7-cc7c33516369 e25f73afb577478a96c4a35bf6b419e0 cea3e27f7fe74ba39201ec9ec90a9171 - - default default] Successfully bumped revision number for resource 25d9e435-fb08-4624-b2b2-a48a2032e8f7 (type: security_group_rules) to 0 2026-09-01 19:52:14.352 7 INFO neutron.db.ovn_revision_numbers_db [None req-84158b37-9e25-4199-8ac7-cc7c33516369 e25f73afb577478a96c4a35bf6b419e0 cea3e27f7fe74ba39201ec9ec90a9171 - - default default] Successfully bumped revision number for resource b234aa5e-ae06-4cd4-b40c-b302ad2383da (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1097/2085] 10.0.0.4 () {34 vars in 682 bytes} [Tue Sep 1 19:52:14 2026] POST /v2.0/security-groups => generated 1601 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-01 19:52:14.425 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac3c9d8f-1a20-4dfd-bd55-5a71ee760034 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] TaaS: Handle Delete Port: 717364a7-92b3-4f7b-b3b3-9372c3b17e69 2026-09-01 19:52:14.427 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac3c9d8f-1a20-4dfd-bd55-5a71ee760034 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Tap Mirror: Handle Delete Port: 717364a7-92b3-4f7b-b3b3-9372c3b17e69 [pid: 7|app: 0|req: 1098/2086] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:52:14 2026] GET /v2.0/security-groups/afa0d11f-3b24-4231-b580-2b2b7467f0c2/tags => generated 34 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2087] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:52:14 2026] DELETE /v2.0/ports/717364a7-92b3-4f7b-b3b3-9372c3b17e69 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2088] 10.0.0.4 () {34 vars in 772 bytes} [Tue Sep 1 19:52:14 2026] PUT /v2.0/security-groups/afa0d11f-3b24-4231-b580-2b2b7467f0c2/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-09-01 19:52:14.651 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9ab36dcb-ac6c-47c1-9269-dbb4a7ca1497 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 991/2089] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:52:14 2026] DELETE /v2.0/ports/717364a7-92b3-4f7b-b3b3-9372c3b17e69 => generated 132 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:52:14.654 7 INFO neutron.db.ovn_revision_numbers_db [None req-d138727b-465a-416f-be9b-a1898a769395 e25f73afb577478a96c4a35bf6b419e0 cea3e27f7fe74ba39201ec9ec90a9171 - - default default] Successfully bumped revision number for resource df9227f2-1acf-4756-b1ad-c4785d5aec94 (type: security_groups) to 1 2026-09-01 19:52:14.670 7 INFO neutron.db.ovn_revision_numbers_db [None req-d138727b-465a-416f-be9b-a1898a769395 e25f73afb577478a96c4a35bf6b419e0 cea3e27f7fe74ba39201ec9ec90a9171 - - default default] Successfully bumped revision number for resource 73794b88-8bd2-4928-bad1-8550635a51f5 (type: security_group_rules) to 0 2026-09-01 19:52:14.682 7 INFO neutron.db.ovn_revision_numbers_db [None req-d138727b-465a-416f-be9b-a1898a769395 e25f73afb577478a96c4a35bf6b419e0 cea3e27f7fe74ba39201ec9ec90a9171 - - default default] Successfully bumped revision number for resource da2dbcba-d479-401b-998c-1c79afe4e86e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 992/2090] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:52:14 2026] GET /v2.0/security-groups/afa0d11f-3b24-4231-b580-2b2b7467f0c2/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:14.695 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b6cd842c-4420-482d-a9d0-180c427aefda 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 993/2091] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:52:14 2026] GET /v2.0/ports/717364a7-92b3-4f7b-b3b3-9372c3b17e69 => generated 132 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2092] 10.0.0.4 () {34 vars in 682 bytes} [Tue Sep 1 19:52:14 2026] POST /v2.0/security-groups => generated 1601 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2093] 10.0.0.4 () {34 vars in 794 bytes} [Tue Sep 1 19:52:14 2026] PUT /v2.0/security-groups/afa0d11f-3b24-4231-b580-2b2b7467f0c2/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2094] 10.0.0.4 () {34 vars in 765 bytes} [Tue Sep 1 19:52:14 2026] PUT /v2.0/security-groups/39027302-b5c3-4336-a90e-8b66d772a95b/tags => generated 17 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2095] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:52:14 2026] GET /v2.0/security-groups/afa0d11f-3b24-4231-b580-2b2b7467f0c2/tags => generated 52 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2096] 10.0.0.4 () {34 vars in 765 bytes} [Tue Sep 1 19:52:14 2026] PUT /v2.0/security-groups/6c6b6cd3-b5ee-4fb0-bd70-67e1c3cadf91/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2097] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:52:14 2026] DELETE /v2.0/subnets/af8799b9-7e45-4c82-b8a2-e0c2a6d2b8b9 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2098] 10.0.0.4 () {34 vars in 765 bytes} [Tue Sep 1 19:52:14 2026] PUT /v2.0/security-groups/afa0d11f-3b24-4231-b580-2b2b7467f0c2/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2099] 10.0.0.4 () {34 vars in 765 bytes} [Tue Sep 1 19:52:14 2026] PUT /v2.0/security-groups/5593329e-8e29-4a12-8fdb-91e46e82b2fb/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2100] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:14 2026] GET /v2.0/ports?device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:15.006 8 INFO neutron_taas.services.taas.taas_plugin [None req-68596d2c-a7c7-4091-9440-fc9cd2bfe5f3 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] TaaS: Handle Delete Port: bd928b86-256e-4ee0-a7ac-8f322178b24a 2026-09-01 19:52:15.008 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68596d2c-a7c7-4091-9440-fc9cd2bfe5f3 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Tap Mirror: Handle Delete Port: bd928b86-256e-4ee0-a7ac-8f322178b24a [pid: 7|app: 0|req: 1103/2101] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:52:14 2026] GET /v2.0/security-groups/afa0d11f-3b24-4231-b580-2b2b7467f0c2/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2102] 10.0.0.4 () {34 vars in 765 bytes} [Tue Sep 1 19:52:15 2026] PUT /v2.0/security-groups/499586bb-19ae-42eb-8b13-fa1e12389afe/tags => 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: 1105/2103] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:52:15 2026] GET /v2.0/security-groups?id=b438f1ba-07ab-400d-ab49-e9ed9e0cef7a&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: 1106/2104] 10.0.0.4 () {32 vars in 753 bytes} [Tue Sep 1 19:52:15 2026] GET /v2.0/security-groups/afa0d11f-3b24-4231-b580-2b2b7467f0c2/tags/red => 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: 1107/2105] 10.0.0.4 () {32 vars in 678 bytes} [Tue Sep 1 19:52:15 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:15.166 8 INFO neutron.services.segments.plugin [-] Segment 90e851cb-7e34-4263-85d6-bae5cb909975 resource provider aggregate not found 2026-09-01 19:52:15.173 8 INFO neutron.services.segments.plugin [-] Segment 90e851cb-7e34-4263-85d6-bae5cb909975 resource provider aggregate not found 2026-09-01 19:52:15.185 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 90e851cb-7e34-4263-85d6-bae5cb909975 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90e851cb-7e34-4263-85d6-bae5cb909975 found for delete ", "request_id": "req-670f6848-bed4-4372-b5b5-fd3e9ded04b6"}]} 2026-09-01 19:52:15.188 7 INFO neutron.api.v2.resource [None req-be9fa9ae-09f2-4fc1-9163-4dad610a26cd a86bf1ef57f44619bdb1e8c99807aae2 924cf6cbc42e4d05bd3c34e3cac498d5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1108/2106] 10.0.0.4 () {32 vars in 757 bytes} [Tue Sep 1 19:52:15 2026] GET /v2.0/security-groups/afa0d11f-3b24-4231-b580-2b2b7467f0c2/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-09-01 19:52:15.194 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 90e851cb-7e34-4263-85d6-bae5cb909975 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90e851cb-7e34-4263-85d6-bae5cb909975 found for delete ", "request_id": "req-2045fef7-72c4-42d0-8ff5-dded2894ad1a"}]} [pid: 8|app: 0|req: 999/2107] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:52:14 2026] DELETE /v2.0/networks/422a2513-abdc-43fc-a6a9-d793f23eb625 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2108] 10.0.0.4 () {32 vars in 692 bytes} [Tue Sep 1 19:52:15 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2109] 10.0.0.4 () {32 vars in 756 bytes} [Tue Sep 1 19:52:15 2026] DELETE /v2.0/security-groups/afa0d11f-3b24-4231-b580-2b2b7467f0c2/tags/red => 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: 1001/2110] 10.0.0.4 () {32 vars in 688 bytes} [Tue Sep 1 19:52:15 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:15.313 7 INFO neutron.db.segments_db [None req-48c4a8cd-0f1a-4767-a63f-d7a258af7ddc 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Added segment a35c2087-e09f-4bb5-a9c1-66ef15cbf853 of type geneve for network 7d68cebb-fe53-4c71-bff0-298e448e001b [pid: 8|app: 0|req: 1002/2111] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:52:15 2026] GET /v2.0/security-groups/afa0d11f-3b24-4231-b580-2b2b7467f0c2/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2112] 10.0.0.4 () {32 vars in 700 bytes} [Tue Sep 1 19:52:15 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:15.399 8 INFO neutron.api.v2.resource [None req-46935862-4922-48d0-af6d-7936b46d1950 a86bf1ef57f44619bdb1e8c99807aae2 924cf6cbc42e4d05bd3c34e3cac498d5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1004/2113] 10.0.0.4 () {32 vars in 760 bytes} [Tue Sep 1 19:52:15 2026] DELETE /v2.0/security-groups/afa0d11f-3b24-4231-b580-2b2b7467f0c2/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-09-01 19:52:15.410 7 INFO neutron.db.ovn_revision_numbers_db [None req-48c4a8cd-0f1a-4767-a63f-d7a258af7ddc 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Successfully bumped revision number for resource 7d68cebb-fe53-4c71-bff0-298e448e001b (type: networks) to 1 [pid: 8|app: 0|req: 1005/2114] 10.0.0.4 () {32 vars in 686 bytes} [Tue Sep 1 19:52:15 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2115] 10.0.0.4 () {32 vars in 748 bytes} [Tue Sep 1 19:52:15 2026] DELETE /v2.0/security-groups/afa0d11f-3b24-4231-b580-2b2b7467f0c2/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2116] 10.0.0.4 () {32 vars in 700 bytes} [Tue Sep 1 19:52:15 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2117] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:52:15 2026] GET /v2.0/security-groups/afa0d11f-3b24-4231-b580-2b2b7467f0c2/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:15.560 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-48c4a8cd-0f1a-4767-a63f-d7a258af7ddc 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] No more DHCP agents 2026-09-01 19:52:15.561 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-48c4a8cd-0f1a-4767-a63f-d7a258af7ddc 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Unable to schedule network 7d68cebb-fe53-4c71-bff0-298e448e001b: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:52:15.613 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-34f1e0cd-1b87-4891-b5fc-dcc4ec0d2fe6 - - - - - -] OVN reports status down for port: 7129ee42-45a2-43aa-b8d2-fd2f659be947 [pid: 8|app: 0|req: 1009/2118] 10.0.0.4 () {32 vars in 696 bytes} [Tue Sep 1 19:52:15 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:15.682 7 INFO neutron.db.ovn_revision_numbers_db [None req-48c4a8cd-0f1a-4767-a63f-d7a258af7ddc 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Successfully bumped revision number for resource 7129ee42-45a2-43aa-b8d2-fd2f659be947 (type: ports) to 1 [pid: 8|app: 0|req: 1010/2119] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:15 2026] DELETE /v2.0/security-groups/afa0d11f-3b24-4231-b580-2b2b7467f0c2 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2120] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:52:15 2026] POST /v2.0/networks => generated 669 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2121] 10.0.0.4 () {32 vars in 708 bytes} [Tue Sep 1 19:52:15 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2122] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:15 2026] DELETE /v2.0/security-groups/39027302-b5c3-4336-a90e-8b66d772a95b => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:52:15.996 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f109b603-d657-4a3a-9373-6d33ca5a10f5 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] No more DHCP agents 2026-09-01 19:52:15.997 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f109b603-d657-4a3a-9373-6d33ca5a10f5 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Unable to schedule network 7d68cebb-fe53-4c71-bff0-298e448e001b: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1013/2123] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:15 2026] DELETE /v2.0/security-groups/6c6b6cd3-b5ee-4fb0-bd70-67e1c3cadf91 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:52:16.186 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2f1e2006-528b-4609-8e6b-7c1accfdc732'] response: {'server_uuid': 'c714df6b-5b85-478a-a36a-d4c615814f08', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a', 'code': 200} [pid: 8|app: 0|req: 1014/2124] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:16 2026] DELETE /v2.0/security-groups/5593329e-8e29-4a12-8fdb-91e46e82b2fb => 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: 1015/2125] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:16 2026] GET /v2.0/ports?device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => 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: 1016/2126] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:16 2026] DELETE /v2.0/security-groups/499586bb-19ae-42eb-8b13-fa1e12389afe => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2127] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:52:16 2026] GET /v2.0/security-groups?id=b438f1ba-07ab-400d-ab49-e9ed9e0cef7a&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:16.541 7 INFO neutron.db.ovn_revision_numbers_db [None req-d2ce6e27-3a04-4bbb-8e7d-9dc6986b70a8 - - - - - -] Successfully bumped revision number for resource 7129ee42-45a2-43aa-b8d2-fd2f659be947 (type: ports) to 2 2026-09-01 19:52:16.577 7 INFO neutron.db.ovn_revision_numbers_db [None req-d2ce6e27-3a04-4bbb-8e7d-9dc6986b70a8 - - - - - -] Successfully bumped revision number for resource b00baff1-2c33-4574-bb09-1fe004e84292 (type: subnets) to 0 [pid: 7|app: 0|req: 1111/2128] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:52:15 2026] POST /v2.0/subnets => generated 626 bytes in 830 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2129] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:16 2026] DELETE /v2.0/security-groups/df9227f2-1acf-4756-b1ad-c4785d5aec94 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2130] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:52:16 2026] GET /v2.0/security-groups?tenant_id=924cf6cbc42e4d05bd3c34e3cac498d5&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2131] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:16 2026] GET /v2.0/ports?device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:16.887 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8a030555-963e-41aa-88b7-1281f5dd4510 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] No more DHCP agents 2026-09-01 19:52:16.888 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8a030555-963e-41aa-88b7-1281f5dd4510 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Unable to schedule network 7d68cebb-fe53-4c71-bff0-298e448e001b: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:52:17.022 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status down for port: 6eedcc8f-6f14-48dd-9c89-fec7dffc2641 2026-09-01 19:52:17.094 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a030555-963e-41aa-88b7-1281f5dd4510 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Successfully bumped revision number for resource 6eedcc8f-6f14-48dd-9c89-fec7dffc2641 (type: ports) to 1 [pid: 7|app: 0|req: 1114/2132] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:16 2026] DELETE /v2.0/security-groups/2b364ed6-9286-47dc-a498-2657ad16ea36 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2133] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:52:17 2026] GET /v2.0/security-groups?id=b438f1ba-07ab-400d-ab49-e9ed9e0cef7a&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: 1019/2134] 10.0.0.4 () {34 vars in 663 bytes} [Tue Sep 1 19:52:16 2026] POST /v2.0/ports => generated 916 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2135] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:52:17 2026] GET /v2.0/ports?device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => generated 1209 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:17.332 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c95de0a-2f7a-423c-aa15-a1e724fe759c 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] TaaS: Handle Delete Port: 6eedcc8f-6f14-48dd-9c89-fec7dffc2641 2026-09-01 19:52:17.337 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c95de0a-2f7a-423c-aa15-a1e724fe759c 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Tap Mirror: Handle Delete Port: 6eedcc8f-6f14-48dd-9c89-fec7dffc2641 2026-09-01 19:52:17.406 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bb7c06c9-7a00-4c52-9dad-3735489f5616 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] No more DHCP agents 2026-09-01 19:52:17.407 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bb7c06c9-7a00-4c52-9dad-3735489f5616 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1020/2136] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:52:17 2026] DELETE /v2.0/ports/6eedcc8f-6f14-48dd-9c89-fec7dffc2641 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:52:17.650 8 INFO neutron.db.ovn_revision_numbers_db [None req-6070e086-7516-42fc-be08-ada445788f39 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e1aa374c-80dd-4105-a4f8-4e523d60c540 (type: security_groups) to 1 2026-09-01 19:52:17.661 8 INFO neutron.db.ovn_revision_numbers_db [None req-6070e086-7516-42fc-be08-ada445788f39 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 345fa1cd-77d7-495f-a01a-28068ea4316c (type: security_group_rules) to 0 2026-09-01 19:52:17.672 8 INFO neutron.db.ovn_revision_numbers_db [None req-6070e086-7516-42fc-be08-ada445788f39 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a89e9b2f-0a03-4b5f-82b8-6508369118d7 (type: security_group_rules) to 0 2026-09-01 19:52:17.687 8 INFO neutron.db.ovn_revision_numbers_db [None req-6070e086-7516-42fc-be08-ada445788f39 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource c4582cc3-e1b4-4d50-9823-c9504b6682ff (type: security_group_rules) to 0 2026-09-01 19:52:17.700 8 INFO neutron.db.ovn_revision_numbers_db [None req-6070e086-7516-42fc-be08-ada445788f39 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ef97fb4b-6140-4ea3-9a84-c4407104c65e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1021/2137] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:52:17 2026] GET /v2.0/security-groups?tenant_id=25d9fdcb54b949f4bff517be898ae17b&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:17.750 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5ea24d3d-791b-432c-bb47-ac9134afd8b3 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1022/2138] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:52:17 2026] GET /v2.0/ports/6eedcc8f-6f14-48dd-9c89-fec7dffc2641 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:52:18.079 8 INFO neutron.db.ovn_revision_numbers_db [None req-24e5a013-daad-42e6-a6b0-a112df5d84c8 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b6ceac6e-152f-4954-8691-ed3671ae8e37 (type: security_groups) to 1 2026-09-01 19:52:18.095 8 INFO neutron.db.ovn_revision_numbers_db [None req-24e5a013-daad-42e6-a6b0-a112df5d84c8 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4d096421-1691-4c4b-bb48-8ece7b9232ed (type: security_group_rules) to 0 2026-09-01 19:52:18.107 8 INFO neutron.db.ovn_revision_numbers_db [None req-24e5a013-daad-42e6-a6b0-a112df5d84c8 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 9377c7a5-0ee6-46ee-bf3b-12cc12a1b1d5 (type: security_group_rules) to 0 2026-09-01 19:52:18.120 8 INFO neutron.db.ovn_revision_numbers_db [None req-24e5a013-daad-42e6-a6b0-a112df5d84c8 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource bb0e6681-a2ee-47d4-9419-dc9947460a9a (type: security_group_rules) to 0 2026-09-01 19:52:18.145 8 INFO neutron.db.ovn_revision_numbers_db [None req-24e5a013-daad-42e6-a6b0-a112df5d84c8 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource d958e02c-71e1-4927-9942-e174be06c23d (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1023/2139] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:52:17 2026] GET /v2.0/security-groups?tenant_id=368fcb84bfa240a4bf06997657f1fb9c&name=default => generated 2925 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2140] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:18 2026] DELETE /v2.0/security-groups/e1aa374c-80dd-4105-a4f8-4e523d60c540 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2141] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:52:18 2026] DELETE /v2.0/subnets/b00baff1-2c33-4574-bb09-1fe004e84292 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:52:18.650 7 INFO neutron.db.ovn_revision_numbers_db [None req-bb7c06c9-7a00-4c52-9dad-3735489f5616 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource c5b44b3b-e2d3-4bc0-a577-e107ecac9591 (type: floatingips) to 1 2026-09-01 19:52:18.651 7 INFO neutron.db.l3_db [None req-bb7c06c9-7a00-4c52-9dad-3735489f5616 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Floating IP c5b44b3b-e2d3-4bc0-a577-e107ecac9591 associated. External IP: 10.96.250.206, port: bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a. [pid: 7|app: 0|req: 1117/2142] 10.0.0.4 () {34 vars in 675 bytes} [Tue Sep 1 19:52:17 2026] POST /v2.0/floatingips => generated 855 bytes in 1467 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-09-01 19:52:18.764 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-41947169-cbce-49bf-ae8c-105a9aa206ca'] response: {'name': 'network-changed', 'server_uuid': 'c714df6b-5b85-478a-a36a-d4c615814f08', 'tag': 'bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a', 'status': 'completed', 'code': 200} 2026-09-01 19:52:18.821 7 INFO neutron_taas.services.taas.taas_plugin [None req-18226407-caf5-4e00-9113-c56847559440 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] TaaS: Handle Delete Port: 7129ee42-45a2-43aa-b8d2-fd2f659be947 2026-09-01 19:52:18.823 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18226407-caf5-4e00-9113-c56847559440 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Tap Mirror: Handle Delete Port: 7129ee42-45a2-43aa-b8d2-fd2f659be947 [pid: 8|app: 0|req: 1026/2143] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:18 2026] DELETE /v2.0/security-groups/b6ceac6e-152f-4954-8691-ed3671ae8e37 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2144] 10.0.0.4 () {32 vars in 727 bytes} [Tue Sep 1 19:52:18 2026] GET /v2.0/floatingips/c5b44b3b-e2d3-4bc0-a577-e107ecac9591 => generated 857 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:19.028 7 INFO neutron.services.segments.plugin [-] Segment a35c2087-e09f-4bb5-a9c1-66ef15cbf853 resource provider aggregate not found 2026-09-01 19:52:19.037 7 INFO neutron.services.segments.plugin [-] Segment a35c2087-e09f-4bb5-a9c1-66ef15cbf853 resource provider aggregate not found 2026-09-01 19:52:19.047 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a35c2087-e09f-4bb5-a9c1-66ef15cbf853 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a35c2087-e09f-4bb5-a9c1-66ef15cbf853 found for delete ", "request_id": "req-42a2c170-7aae-47c1-bf6d-7ccc6bc49b62"}]} 2026-09-01 19:52:19.058 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a35c2087-e09f-4bb5-a9c1-66ef15cbf853 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a35c2087-e09f-4bb5-a9c1-66ef15cbf853 found for delete ", "request_id": "req-31ede648-11b7-4152-92a8-61d341648fb4"}]} [pid: 7|app: 0|req: 1118/2145] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:52:18 2026] DELETE /v2.0/networks/7d68cebb-fe53-4c71-bff0-298e448e001b => generated 0 bytes in 383 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2146] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:52:19 2026] GET /v2.0/security-groups?tenant_id=cea3e27f7fe74ba39201ec9ec90a9171&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:19.384 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4206002f-895f-4033-b737-3d33ae77499c 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] No more DHCP agents 2026-09-01 19:52:19.386 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4206002f-895f-4033-b737-3d33ae77499c 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Unable to schedule network 423681b8-9597-411e-a507-4387be071442: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1120/2147] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:19 2026] DELETE /v2.0/security-groups/de40d6f8-cf66-4e49-9069-4ea9306d06c5 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:52:19.486 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-34f1e0cd-1b87-4891-b5fc-dcc4ec0d2fe6 - - - - - -] OVN reports status down for port: df1aa47e-9047-4490-baf5-2ebe314892bf 2026-09-01 19:52:19.501 8 INFO neutron.db.ovn_revision_numbers_db [None req-4206002f-895f-4033-b737-3d33ae77499c 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Successfully bumped revision number for resource df1aa47e-9047-4490-baf5-2ebe314892bf (type: ports) to 1 [pid: 7|app: 0|req: 1121/2148] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:52:19 2026] GET /v2.0/ports?tenant_id=5e5aa96948cd4bdf977e156a2ff74139&device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => generated 1209 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2149] 10.0.0.4 () {34 vars in 663 bytes} [Tue Sep 1 19:52:19 2026] POST /v2.0/ports => generated 773 bytes in 480 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: 1122/2150] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:52:19 2026] GET /v2.0/networks?id=e1f916d4-29d9-4dd7-9b68-af2c370d745d => generated 798 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:19.699 8 INFO neutron.db.ovn_revision_numbers_db [None req-e57c33ab-22ab-420b-aaa1-11780dadeaff 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource eceaa092-7467-46bf-893e-34450154556d (type: security_groups) to 1 2026-09-01 19:52:19.710 8 INFO neutron.db.ovn_revision_numbers_db [None req-e57c33ab-22ab-420b-aaa1-11780dadeaff 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 00e2ef28-67fc-4264-acff-8628e2fcd7a6 (type: security_group_rules) to 0 2026-09-01 19:52:19.720 8 INFO neutron.db.ovn_revision_numbers_db [None req-e57c33ab-22ab-420b-aaa1-11780dadeaff 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 3885e664-f75f-42f5-bc8b-96f722e3cd9d (type: security_group_rules) to 0 2026-09-01 19:52:19.732 8 INFO neutron.db.ovn_revision_numbers_db [None req-e57c33ab-22ab-420b-aaa1-11780dadeaff 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource c86489a7-367e-462c-a70e-b8ccd0d37867 (type: security_group_rules) to 0 2026-09-01 19:52:19.745 8 INFO neutron.db.ovn_revision_numbers_db [None req-e57c33ab-22ab-420b-aaa1-11780dadeaff 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource fcfa4357-37a6-49b6-86ad-bc035944f45c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1029/2151] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:52:19 2026] GET /v2.0/security-groups?tenant_id=32c1ea9a5b694e628d5aeda48092da59&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:19.812 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-34f1e0cd-1b87-4891-b5fc-dcc4ec0d2fe6 - - - - - -] OVN reports status down for port: df1aa47e-9047-4490-baf5-2ebe314892bf [pid: 8|app: 0|req: 1030/2152] 162.253.55.86 () {34 vars in 1057 bytes} [Tue Sep 1 19:52:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:19.869 7 INFO neutron.db.ovn_revision_numbers_db [None req-100cd15b-ca42-43e4-9f4f-8da3049cd8b1 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Successfully bumped revision number for resource df1aa47e-9047-4490-baf5-2ebe314892bf (type: ports) to 2 [pid: 7|app: 0|req: 1123/2153] 10.0.0.4 () {34 vars in 735 bytes} [Tue Sep 1 19:52:19 2026] PUT /v2.0/ports/df1aa47e-9047-4490-baf5-2ebe314892bf => generated 752 bytes in 359 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: 1124/2154] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:52:19 2026] GET /v2.0/subnets?id=b13b06f6-0364-4570-99bd-1ea690bb3cdc => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:20.180 7 INFO neutron_taas.services.taas.taas_plugin [None req-715d14a0-a633-488d-a261-de9a158ed05c 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] TaaS: Handle Delete Port: df1aa47e-9047-4490-baf5-2ebe314892bf 2026-09-01 19:52:20.183 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-715d14a0-a633-488d-a261-de9a158ed05c 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Tap Mirror: Handle Delete Port: df1aa47e-9047-4490-baf5-2ebe314892bf [pid: 8|app: 0|req: 1031/2155] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:19 2026] DELETE /v2.0/security-groups/eceaa092-7467-46bf-893e-34450154556d => generated 0 bytes in 377 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2156] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:52:20 2026] GET /v2.0/ports?network_id=e1f916d4-29d9-4dd7-9b68-af2c370d745d&device_owner=network%3Adhcp => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2157] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:52:20 2026] GET /v2.0/networks/e1f916d4-29d9-4dd7-9b68-af2c370d745d?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2158] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:52:19 2026] DELETE /v2.0/ports/df1aa47e-9047-4490-baf5-2ebe314892bf => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2159] 10.0.0.4 () {32 vars in 641 bytes} [Tue Sep 1 19:52:20 2026] GET /v2.0/ports => generated 1534 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2160] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:52:20 2026] GET /v2.0/networks/e1f916d4-29d9-4dd7-9b68-af2c370d745d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:20.357 7 INFO neutron.pecan_wsgi.hooks.translation [None req-136dbe93-7072-4582-a90c-4df28d185a88 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1127/2161] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:52:20 2026] GET /v2.0/ports/df1aa47e-9047-4490-baf5-2ebe314892bf => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2162] 10.0.0.4 () {32 vars in 641 bytes} [Tue Sep 1 19:52:20 2026] GET /v2.0/ports => generated 1534 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2163] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:52:20 2026] GET /v2.0/ports/80370681-f180-41f7-89e7-84031a008145 => generated 775 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:20.502 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7cf3c0b5-c9cd-44e4-9ffd-6524a6957297 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1036/2164] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:52:20 2026] DELETE /v2.0/ports/6eedcc8f-6f14-48dd-9c89-fec7dffc2641 => generated 132 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:52:20.525 7 INFO neutron.pecan_wsgi.hooks.translation [None req-da61ce3e-0685-4c4d-9d9a-1b16b6a02c59 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1129/2165] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:52:20 2026] DELETE /v2.0/subnets/b00baff1-2c33-4574-bb09-1fe004e84292 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:52:20.554 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9a895095-9df7-40e1-94ac-c08253aba230 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1037/2166] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:52:20 2026] DELETE /v2.0/subnets/af8799b9-7e45-4c82-b8a2-e0c2a6d2b8b9 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:52:20.718 7 INFO neutron_taas.services.taas.taas_plugin [None req-eeaa4acb-f896-4725-ac60-2533d9d480af 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] TaaS: Handle Delete Port: 80370681-f180-41f7-89e7-84031a008145 2026-09-01 19:52:20.722 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eeaa4acb-f896-4725-ac60-2533d9d480af 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Tap Mirror: Handle Delete Port: 80370681-f180-41f7-89e7-84031a008145 [pid: 7|app: 0|req: 1130/2167] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:52:20 2026] DELETE /v2.0/ports/80370681-f180-41f7-89e7-84031a008145 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2168] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:52:20 2026] GET /v2.0/network-ip-availabilities => generated 1832 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2169] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:52:20 2026] GET /v2.0/floatingips => generated 860 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:20.976 7 INFO neutron_taas.services.taas.taas_plugin [None req-3907bc5b-ec6a-4ba0-bb46-aaec22a6e0da 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] TaaS: Handle Delete Port: 1951fe8e-47e7-4b3c-8536-5b9df915a102 2026-09-01 19:52:20.993 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3907bc5b-ec6a-4ba0-bb46-aaec22a6e0da 4535603b2b67438593855a3b2a58c78f e5006778820e47df96a5cca19a31890c - - default default] Tap Mirror: Handle Delete Port: 1951fe8e-47e7-4b3c-8536-5b9df915a102 [pid: 8|app: 0|req: 1040/2170] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:52:20 2026] GET /v2.0/networks => generated 3830 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2171] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:52:21 2026] GET /v2.0/subnets => generated 1973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2172] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:52:21 2026] GET /v2.0/routers => generated 976 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2173] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:52:21 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:21.226 7 INFO neutron.services.segments.plugin [-] Segment 6b1b247d-d8f6-4c8a-af69-68b52201a769 resource provider aggregate not found [pid: 8|app: 0|req: 1044/2174] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:52:21 2026] GET /v2.0/ports => generated 10588 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-09-01 19:52:21.230 7 INFO neutron.services.segments.plugin [-] Segment 6b1b247d-d8f6-4c8a-af69-68b52201a769 resource provider aggregate not found 2026-09-01 19:52:21.248 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6b1b247d-d8f6-4c8a-af69-68b52201a769 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b1b247d-d8f6-4c8a-af69-68b52201a769 found for delete ", "request_id": "req-aa327638-98e3-486a-b0dc-2349761ff6d2"}]} 2026-09-01 19:52:21.250 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6b1b247d-d8f6-4c8a-af69-68b52201a769 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b1b247d-d8f6-4c8a-af69-68b52201a769 found for delete ", "request_id": "req-3d9e43ee-a894-4804-9d28-f73bec9e3bac"}]} [pid: 8|app: 0|req: 1045/2175] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:52:21 2026] GET /v2.0/agents => generated 1214 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2176] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:52:20 2026] DELETE /v2.0/networks/423681b8-9597-411e-a507-4387be071442 => generated 0 bytes in 445 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2177] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:52:21 2026] GET /v2.0/subnets => generated 1973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2178] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:52:21 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: 1047/2179] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:52:21 2026] GET /v2.0/security-groups => generated 28547 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2180] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:52:21 2026] GET /v2.0/security-groups?tenant_id=e5006778820e47df96a5cca19a31890c&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:22.212 8 INFO neutron.db.ovn_revision_numbers_db [None req-6539206c-47f0-454f-92e6-3a6a351496db cc3fcd015cea411badb8b3dc9c5f7e1c f2c981381de247aa884910d226ba4ce9 - - default default] Successfully bumped revision number for resource 25e63801-bc16-4583-beef-d5f51e164670 (type: security_groups) to 1 2026-09-01 19:52:22.225 8 INFO neutron.db.ovn_revision_numbers_db [None req-6539206c-47f0-454f-92e6-3a6a351496db cc3fcd015cea411badb8b3dc9c5f7e1c f2c981381de247aa884910d226ba4ce9 - - default default] Successfully bumped revision number for resource 71804845-7bcd-49a8-b766-adf8565584c6 (type: security_group_rules) to 0 2026-09-01 19:52:22.239 8 INFO neutron.db.ovn_revision_numbers_db [None req-6539206c-47f0-454f-92e6-3a6a351496db cc3fcd015cea411badb8b3dc9c5f7e1c f2c981381de247aa884910d226ba4ce9 - - default default] Successfully bumped revision number for resource 74ae0736-e5b3-4e51-9f3f-ee7b88998fb2 (type: security_group_rules) to 0 2026-09-01 19:52:22.251 8 INFO neutron.db.ovn_revision_numbers_db [None req-6539206c-47f0-454f-92e6-3a6a351496db cc3fcd015cea411badb8b3dc9c5f7e1c f2c981381de247aa884910d226ba4ce9 - - default default] Successfully bumped revision number for resource cc1031bf-5251-4d07-a3aa-2a8d0c51fe55 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1134/2181] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:22 2026] DELETE /v2.0/security-groups/ae74707a-3c74-41ac-8521-a1de47518ec4 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:52:22.262 8 INFO neutron.db.ovn_revision_numbers_db [None req-6539206c-47f0-454f-92e6-3a6a351496db cc3fcd015cea411badb8b3dc9c5f7e1c f2c981381de247aa884910d226ba4ce9 - - default default] Successfully bumped revision number for resource f4f18947-d6d9-40c3-ba91-88ae30b06c48 (type: security_group_rules) to 0 2026-09-01 19:52:22.330 8 INFO neutron.db.segments_db [None req-6539206c-47f0-454f-92e6-3a6a351496db cc3fcd015cea411badb8b3dc9c5f7e1c f2c981381de247aa884910d226ba4ce9 - - default default] Added segment c573ad77-6a5c-4f89-b289-3b180dbcb6f8 of type geneve for network b64dcc7b-acae-491d-a3ac-8b90f16b5539 2026-09-01 19:52:22.421 8 INFO neutron.db.ovn_revision_numbers_db [None req-6539206c-47f0-454f-92e6-3a6a351496db cc3fcd015cea411badb8b3dc9c5f7e1c f2c981381de247aa884910d226ba4ce9 - - default default] Successfully bumped revision number for resource b64dcc7b-acae-491d-a3ac-8b90f16b5539 (type: networks) to 1 2026-09-01 19:52:22.556 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6539206c-47f0-454f-92e6-3a6a351496db cc3fcd015cea411badb8b3dc9c5f7e1c f2c981381de247aa884910d226ba4ce9 - - default default] No more DHCP agents 2026-09-01 19:52:22.557 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6539206c-47f0-454f-92e6-3a6a351496db cc3fcd015cea411badb8b3dc9c5f7e1c f2c981381de247aa884910d226ba4ce9 - - default default] Unable to schedule network b64dcc7b-acae-491d-a3ac-8b90f16b5539: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:52:22.599 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-34f1e0cd-1b87-4891-b5fc-dcc4ec0d2fe6 - - - - - -] OVN reports status down for port: fde160c4-f706-41d7-8c8b-8f862bd35c6b 2026-09-01 19:52:22.646 8 INFO neutron.db.ovn_revision_numbers_db [None req-6539206c-47f0-454f-92e6-3a6a351496db cc3fcd015cea411badb8b3dc9c5f7e1c f2c981381de247aa884910d226ba4ce9 - - default default] Successfully bumped revision number for resource fde160c4-f706-41d7-8c8b-8f862bd35c6b (type: ports) to 1 [pid: 8|app: 0|req: 1048/2182] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:52:22 2026] POST /v2.0/networks => generated 669 bytes in 652 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:52:22.906 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1483e7a2-7518-40b4-afc1-21fc466b50a3 cc3fcd015cea411badb8b3dc9c5f7e1c f2c981381de247aa884910d226ba4ce9 - - default default] No more DHCP agents 2026-09-01 19:52:22.907 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1483e7a2-7518-40b4-afc1-21fc466b50a3 cc3fcd015cea411badb8b3dc9c5f7e1c f2c981381de247aa884910d226ba4ce9 - - default default] Unable to schedule network b64dcc7b-acae-491d-a3ac-8b90f16b5539: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:52:22.954 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status down for port: 86f4c798-27a1-4d65-8b9c-81084aff7094 2026-09-01 19:52:22.990 7 INFO neutron.db.ovn_revision_numbers_db [None req-1483e7a2-7518-40b4-afc1-21fc466b50a3 cc3fcd015cea411badb8b3dc9c5f7e1c f2c981381de247aa884910d226ba4ce9 - - default default] Successfully bumped revision number for resource 86f4c798-27a1-4d65-8b9c-81084aff7094 (type: ports) to 1 [pid: 7|app: 0|req: 1135/2183] 10.0.0.4 () {34 vars in 662 bytes} [Tue Sep 1 19:52:22 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: 8|app: 0|req: 1049/2184] 10.0.0.4 () {34 vars in 664 bytes} [Tue Sep 1 19:52:23 2026] POST /v2.0/trunks => generated 409 bytes in 605 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: 1136/2185] 10.0.0.4 () {34 vars in 747 bytes} [Tue Sep 1 19:52:23 2026] PUT /v2.0/trunks/a346a32a-9dde-47a6-b281-745592cf90ca/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2186] 10.0.0.4 () {32 vars in 727 bytes} [Tue Sep 1 19:52:23 2026] GET /v2.0/trunks/a346a32a-9dde-47a6-b281-745592cf90ca/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2187] 10.0.0.4 () {34 vars in 758 bytes} [Tue Sep 1 19:52:23 2026] PUT /v2.0/trunks/a346a32a-9dde-47a6-b281-745592cf90ca/tags/green => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2188] 10.0.0.4 () {32 vars in 727 bytes} [Tue Sep 1 19:52:23 2026] GET /v2.0/trunks/a346a32a-9dde-47a6-b281-745592cf90ca/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2189] 10.0.0.4 () {34 vars in 754 bytes} [Tue Sep 1 19:52:23 2026] PUT /v2.0/trunks/a346a32a-9dde-47a6-b281-745592cf90ca/tags/red => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2190] 10.0.0.4 () {32 vars in 727 bytes} [Tue Sep 1 19:52:23 2026] GET /v2.0/trunks/a346a32a-9dde-47a6-b281-745592cf90ca/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2191] 10.0.0.4 () {34 vars in 776 bytes} [Tue Sep 1 19:52:23 2026] PUT /v2.0/trunks/a346a32a-9dde-47a6-b281-745592cf90ca/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2192] 10.0.0.4 () {32 vars in 727 bytes} [Tue Sep 1 19:52:24 2026] GET /v2.0/trunks/a346a32a-9dde-47a6-b281-745592cf90ca/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2193] 10.0.0.4 () {34 vars in 747 bytes} [Tue Sep 1 19:52:24 2026] PUT /v2.0/trunks/a346a32a-9dde-47a6-b281-745592cf90ca/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2194] 10.0.0.4 () {32 vars in 727 bytes} [Tue Sep 1 19:52:24 2026] GET /v2.0/trunks/a346a32a-9dde-47a6-b281-745592cf90ca/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2195] 10.0.0.4 () {32 vars in 735 bytes} [Tue Sep 1 19:52:24 2026] GET /v2.0/trunks/a346a32a-9dde-47a6-b281-745592cf90ca/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:52:24.263 8 INFO neutron.api.v2.resource [None req-3902b4b4-6afa-4b95-91d1-56254ffe0c9f cc3fcd015cea411badb8b3dc9c5f7e1c f2c981381de247aa884910d226ba4ce9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1055/2196] 10.0.0.4 () {32 vars in 739 bytes} [Tue Sep 1 19:52:24 2026] GET /v2.0/trunks/a346a32a-9dde-47a6-b281-745592cf90ca/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2197] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:24 2026] DELETE /v2.0/trunks/a346a32a-9dde-47a6-b281-745592cf90ca/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2198] 10.0.0.4 () {32 vars in 727 bytes} [Tue Sep 1 19:52:24 2026] GET /v2.0/trunks/a346a32a-9dde-47a6-b281-745592cf90ca/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:24.391 7 INFO neutron.api.v2.resource [None req-b8d6c5e5-6f45-47ee-95f5-3a4ebf0d58c7 cc3fcd015cea411badb8b3dc9c5f7e1c f2c981381de247aa884910d226ba4ce9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1143/2199] 10.0.0.4 () {32 vars in 742 bytes} [Tue Sep 1 19:52:24 2026] DELETE /v2.0/trunks/a346a32a-9dde-47a6-b281-745592cf90ca/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2200] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:52:24 2026] DELETE /v2.0/trunks/a346a32a-9dde-47a6-b281-745592cf90ca/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2201] 10.0.0.4 () {32 vars in 727 bytes} [Tue Sep 1 19:52:24 2026] GET /v2.0/trunks/a346a32a-9dde-47a6-b281-745592cf90ca/tags => 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: 1058/2202] 10.0.0.4 () {32 vars in 717 bytes} [Tue Sep 1 19:52:24 2026] GET /v2.0/trunks/a346a32a-9dde-47a6-b281-745592cf90ca => generated 409 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2203] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:52:24 2026] GET /v2.0/ports/86f4c798-27a1-4d65-8b9c-81084aff7094 => generated 826 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2204] 10.0.0.4 () {32 vars in 720 bytes} [Tue Sep 1 19:52:24 2026] DELETE /v2.0/trunks/a346a32a-9dde-47a6-b281-745592cf90ca => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2205] 10.0.0.4 () {34 vars in 674 bytes} [Tue Sep 1 19:52:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:52:24.970 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4fb8f22-0f9f-4106-b801-7f059d63c665 cc3fcd015cea411badb8b3dc9c5f7e1c f2c981381de247aa884910d226ba4ce9 - - default default] TaaS: Handle Delete Port: 86f4c798-27a1-4d65-8b9c-81084aff7094 2026-09-01 19:52:24.974 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4fb8f22-0f9f-4106-b801-7f059d63c665 cc3fcd015cea411badb8b3dc9c5f7e1c f2c981381de247aa884910d226ba4ce9 - - default default] Tap Mirror: Handle Delete Port: 86f4c798-27a1-4d65-8b9c-81084aff7094 [pid: 7|app: 0|req: 1147/2206] 10.0.0.4 () {34 vars in 674 bytes} [Tue Sep 1 19:52:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2207] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:52:24 2026] DELETE /v2.0/ports/86f4c798-27a1-4d65-8b9c-81084aff7094 => 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: 1148/2208] 10.0.0.4 () {34 vars in 674 bytes} [Tue Sep 1 19:52:25 2026] POST /v2.0/subnetpools => generated 516 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2209] 10.0.0.4 () {34 vars in 674 bytes} [Tue Sep 1 19:52:25 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:52:25.183 8 INFO neutron_taas.services.taas.taas_plugin [None req-58a356e7-df94-42bc-a548-bc90da57fde8 cc3fcd015cea411badb8b3dc9c5f7e1c f2c981381de247aa884910d226ba4ce9 - - default default] TaaS: Handle Delete Port: fde160c4-f706-41d7-8c8b-8f862bd35c6b 2026-09-01 19:52:25.187 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58a356e7-df94-42bc-a548-bc90da57fde8 cc3fcd015cea411badb8b3dc9c5f7e1c f2c981381de247aa884910d226ba4ce9 - - default default] Tap Mirror: Handle Delete Port: fde160c4-f706-41d7-8c8b-8f862bd35c6b [pid: 7|app: 0|req: 1150/2210] 10.0.0.4 () {34 vars in 674 bytes} [Tue Sep 1 19:52:25 2026] POST /v2.0/subnetpools => generated 516 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2211] 10.0.0.4 () {34 vars in 757 bytes} [Tue Sep 1 19:52:25 2026] PUT /v2.0/subnetpools/01a0be30-76e4-40ae-9c55-bd0971c9ea90/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2212] 10.0.0.4 () {34 vars in 757 bytes} [Tue Sep 1 19:52:25 2026] PUT /v2.0/subnetpools/9a51430d-a9f7-4a76-a872-a1510973f1f3/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2213] 10.0.0.4 () {34 vars in 757 bytes} [Tue Sep 1 19:52:25 2026] PUT /v2.0/subnetpools/95c6a71f-cb00-4ef7-8620-0eab01c9a6ec/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:25.383 8 INFO neutron.services.segments.plugin [-] Segment c573ad77-6a5c-4f89-b289-3b180dbcb6f8 resource provider aggregate not found [pid: 7|app: 0|req: 1154/2214] 10.0.0.4 () {34 vars in 757 bytes} [Tue Sep 1 19:52:25 2026] PUT /v2.0/subnetpools/177ad113-4bd4-4742-b341-f74955659484/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:25.391 8 INFO neutron.services.segments.plugin [-] Segment c573ad77-6a5c-4f89-b289-3b180dbcb6f8 resource provider aggregate not found 2026-09-01 19:52:25.396 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c573ad77-6a5c-4f89-b289-3b180dbcb6f8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c573ad77-6a5c-4f89-b289-3b180dbcb6f8 found for delete ", "request_id": "req-48a92b42-d88e-4124-bc42-f9c368f58fdc"}]} 2026-09-01 19:52:25.410 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c573ad77-6a5c-4f89-b289-3b180dbcb6f8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c573ad77-6a5c-4f89-b289-3b180dbcb6f8 found for delete ", "request_id": "req-642f612b-bf80-4d8b-99c7-25c8e87a69c4"}]} [pid: 7|app: 0|req: 1155/2215] 10.0.0.4 () {32 vars in 670 bytes} [Tue Sep 1 19:52:25 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2216] 10.0.0.4 () {32 vars in 684 bytes} [Tue Sep 1 19:52:25 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2217] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:52:25 2026] DELETE /v2.0/networks/b64dcc7b-acae-491d-a3ac-8b90f16b5539 => generated 0 bytes in 358 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2218] 10.0.0.4 () {32 vars in 680 bytes} [Tue Sep 1 19:52:25 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2219] 10.0.0.4 () {32 vars in 692 bytes} [Tue Sep 1 19:52:25 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2220] 10.0.0.4 () {32 vars in 678 bytes} [Tue Sep 1 19:52:25 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2221] 10.0.0.4 () {32 vars in 692 bytes} [Tue Sep 1 19:52:25 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2222] 10.0.0.4 () {32 vars in 688 bytes} [Tue Sep 1 19:52:25 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2223] 10.0.0.4 () {32 vars in 700 bytes} [Tue Sep 1 19:52:25 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2224] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:52:25 2026] DELETE /v2.0/subnetpools/01a0be30-76e4-40ae-9c55-bd0971c9ea90 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2225] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:52:25 2026] DELETE /v2.0/subnetpools/9a51430d-a9f7-4a76-a872-a1510973f1f3 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:52:25.774 8 INFO neutron.db.ovn_revision_numbers_db [None req-e6450572-1a39-4df8-b87e-9d712bbc89b0 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource d0914b29-e3b6-4dd8-9a8c-4e51a1a9149c (type: security_groups) to 1 2026-09-01 19:52:25.785 8 INFO neutron.db.ovn_revision_numbers_db [None req-e6450572-1a39-4df8-b87e-9d712bbc89b0 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 2b786874-abca-4367-b2da-8477c3a35cc1 (type: security_group_rules) to 0 2026-09-01 19:52:25.797 8 INFO neutron.db.ovn_revision_numbers_db [None req-e6450572-1a39-4df8-b87e-9d712bbc89b0 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 63ad7fd2-0199-4ee2-ac98-34d26682746a (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1163/2226] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:52:25 2026] DELETE /v2.0/subnetpools/95c6a71f-cb00-4ef7-8620-0eab01c9a6ec => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:52:25.807 8 INFO neutron.db.ovn_revision_numbers_db [None req-e6450572-1a39-4df8-b87e-9d712bbc89b0 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 85f2c62c-bab6-4733-84f3-04ff48fd6d24 (type: security_group_rules) to 0 2026-09-01 19:52:25.821 8 INFO neutron.db.ovn_revision_numbers_db [None req-e6450572-1a39-4df8-b87e-9d712bbc89b0 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource d750932e-76b5-4ba1-acfe-d7ff57d80090 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1164/2227] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:52:25 2026] DELETE /v2.0/subnetpools/177ad113-4bd4-4742-b341-f74955659484 => 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: 1064/2228] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:52:25 2026] GET /v2.0/security-groups?tenant_id=b2cd450edfd144fdb02f2a2f528a903d&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2229] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:52:25 2026] DELETE /v2.0/subnetpools/96c18040-9bfb-48a1-9765-72b97877106d => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2230] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:25 2026] DELETE /v2.0/security-groups/d0914b29-e3b6-4dd8-9a8c-4e51a1a9149c => 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: 1166/2231] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:52:26 2026] GET /v2.0/security-groups?tenant_id=f2c981381de247aa884910d226ba4ce9&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2234] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:26 2026] DELETE /v2.0/security-groups/25e63801-bc16-4583-beef-d5f51e164670 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:52:26.889 7 INFO neutron.db.ovn_revision_numbers_db [None req-ebe08bbd-f3c4-4164-901c-444948eb5d65 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 2e93ccb3-4fed-4e8e-b449-4e45d5d3dcf6 (type: security_groups) to 1 2026-09-01 19:52:26.905 7 INFO neutron.db.ovn_revision_numbers_db [None req-ebe08bbd-f3c4-4164-901c-444948eb5d65 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 017aa360-a1bf-47e2-8286-bb4f0ff1e671 (type: security_group_rules) to 0 2026-09-01 19:52:26.919 7 INFO neutron.db.ovn_revision_numbers_db [None req-ebe08bbd-f3c4-4164-901c-444948eb5d65 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 3143b8d9-843c-423d-b273-28215f385d12 (type: security_group_rules) to 0 2026-09-01 19:52:26.938 7 INFO neutron.db.ovn_revision_numbers_db [None req-ebe08bbd-f3c4-4164-901c-444948eb5d65 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 3eadc694-0ac4-4332-ad4a-22fba6fdd632 (type: security_group_rules) to 0 2026-09-01 19:52:26.960 7 INFO neutron.db.ovn_revision_numbers_db [None req-ebe08bbd-f3c4-4164-901c-444948eb5d65 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4fc82753-7627-403b-bf1f-6afc633007a7 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1169/2235] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:52:26 2026] GET /v2.0/security-groups?tenant_id=3a6fda1d624a4363bcbc5a5eb3fc4e7e&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:27.194 8 INFO neutron.db.ovn_revision_numbers_db [None req-3a20136d-4a8e-45b5-a25b-4bc33b2ed593 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b67921b0-53d3-4611-8b79-f77b8c326c4b (type: security_groups) to 1 2026-09-01 19:52:27.208 8 INFO neutron.db.ovn_revision_numbers_db [None req-3a20136d-4a8e-45b5-a25b-4bc33b2ed593 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 7e15bfc9-f3d3-4847-b00a-79263408df8d (type: security_group_rules) to 0 2026-09-01 19:52:27.228 8 INFO neutron.db.ovn_revision_numbers_db [None req-3a20136d-4a8e-45b5-a25b-4bc33b2ed593 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 8d0d2a0c-e8d2-45fe-9b39-b8841e35e8a9 (type: security_group_rules) to 0 2026-09-01 19:52:27.243 8 INFO neutron.db.ovn_revision_numbers_db [None req-3a20136d-4a8e-45b5-a25b-4bc33b2ed593 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 96f122a9-4875-498d-bd40-8d7ee0762c82 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1170/2236] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:27 2026] DELETE /v2.0/security-groups/2e93ccb3-4fed-4e8e-b449-4e45d5d3dcf6 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:52:27.261 8 INFO neutron.db.ovn_revision_numbers_db [None req-3a20136d-4a8e-45b5-a25b-4bc33b2ed593 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f1f0bb7f-1d08-4e20-999c-cb0aed4e4c33 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1171/2237] 10.0.0.68 () {34 vars in 989 bytes} [Tue Sep 1 19:52:27 2026] GET /v2.0/ports?device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => generated 1209 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2238] 10.0.0.68 () {34 vars in 1039 bytes} [Tue Sep 1 19:52:27 2026] GET /v2.0/security-groups?id=b438f1ba-07ab-400d-ab49-e9ed9e0cef7a&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2239] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:52:26 2026] GET /v2.0/security-groups?tenant_id=ae1443aec9154c1fa7a3a1fc72f1b5fb&name=default => generated 2925 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2240] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:27 2026] DELETE /v2.0/security-groups/b67921b0-53d3-4611-8b79-f77b8c326c4b => generated 0 bytes in 194 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:52:27.771 8 INFO neutron.db.ovn_revision_numbers_db [None req-a9b9eb66-0bec-44ff-962c-cad654acf346 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a057b877-8a54-44e3-89f6-10dda044c706 (type: security_groups) to 1 2026-09-01 19:52:27.782 8 INFO neutron.db.ovn_revision_numbers_db [None req-a9b9eb66-0bec-44ff-962c-cad654acf346 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 1e9d79b5-8d71-4bb2-b42a-0adb4bf82e99 (type: security_group_rules) to 0 2026-09-01 19:52:27.795 8 INFO neutron.db.ovn_revision_numbers_db [None req-a9b9eb66-0bec-44ff-962c-cad654acf346 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 3d1c66ea-dace-495e-a14f-af8fe9a3185c (type: security_group_rules) to 0 2026-09-01 19:52:27.812 8 INFO neutron.db.ovn_revision_numbers_db [None req-a9b9eb66-0bec-44ff-962c-cad654acf346 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 47bcf178-7030-4a5b-b716-1dec53dcd512 (type: security_group_rules) to 0 2026-09-01 19:52:27.824 8 INFO neutron.db.ovn_revision_numbers_db [None req-a9b9eb66-0bec-44ff-962c-cad654acf346 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b3f9a324-28b2-4661-a052-c2eb1220da9a (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1068/2241] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:52:27 2026] GET /v2.0/security-groups?tenant_id=84e7068965cb40909c9975b0e0bc0929&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2242] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:27 2026] DELETE /v2.0/security-groups/a057b877-8a54-44e3-89f6-10dda044c706 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:52:28.297 8 INFO neutron.db.ovn_revision_numbers_db [None req-6fee3bfc-8d41-4b99-b579-17f3973e0f91 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 04cbb41c-3271-4ab6-8732-048baf292ecf (type: security_groups) to 1 2026-09-01 19:52:28.308 8 INFO neutron.db.ovn_revision_numbers_db [None req-6fee3bfc-8d41-4b99-b579-17f3973e0f91 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4841cdc0-f852-411d-8fb8-174be69420e1 (type: security_group_rules) to 0 2026-09-01 19:52:28.320 8 INFO neutron.db.ovn_revision_numbers_db [None req-6fee3bfc-8d41-4b99-b579-17f3973e0f91 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 92f1e765-2760-45eb-a01c-7bb72afeec82 (type: security_group_rules) to 0 2026-09-01 19:52:28.334 8 INFO neutron.db.ovn_revision_numbers_db [None req-6fee3bfc-8d41-4b99-b579-17f3973e0f91 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f83b5e9b-7a53-4c2b-8c76-d9e701103f24 (type: security_group_rules) to 0 2026-09-01 19:52:28.350 8 INFO neutron.db.ovn_revision_numbers_db [None req-6fee3bfc-8d41-4b99-b579-17f3973e0f91 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource fb9d40b7-7d91-4a66-8e6e-3dd3a2b447b9 (type: security_group_rules) to 0 2026-09-01 19:52:28.419 7 INFO neutron.db.ovn_revision_numbers_db [None req-9c5c12fc-763f-4907-ad09-94403203a066 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 725f211c-ed87-4eed-b84f-0c02a5a04e38 (type: security_groups) to 1 2026-09-01 19:52:28.430 7 INFO neutron.db.ovn_revision_numbers_db [None req-9c5c12fc-763f-4907-ad09-94403203a066 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 2e943d31-492a-4ff5-879b-0669be66b7fb (type: security_group_rules) to 0 2026-09-01 19:52:28.443 7 INFO neutron.db.ovn_revision_numbers_db [None req-9c5c12fc-763f-4907-ad09-94403203a066 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a9f2ed2f-6e04-4a36-9779-338476282615 (type: security_group_rules) to 0 2026-09-01 19:52:28.454 7 INFO neutron.db.ovn_revision_numbers_db [None req-9c5c12fc-763f-4907-ad09-94403203a066 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b2937d82-d775-4781-89a4-db643a8fd2ea (type: security_group_rules) to 0 2026-09-01 19:52:28.464 8 INFO neutron.db.segments_db [None req-6fee3bfc-8d41-4b99-b579-17f3973e0f91 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Added segment ca4ec176-e850-400d-9d86-2adcb34a81f2 of type geneve for network 9a23042d-2b8a-4a3d-a400-62cb079b9723 2026-09-01 19:52:28.471 7 INFO neutron.db.ovn_revision_numbers_db [None req-9c5c12fc-763f-4907-ad09-94403203a066 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource cdc146ab-58c9-4d17-aa4a-e714cb42e9c8 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1175/2243] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:52:28 2026] GET /v2.0/security-groups?tenant_id=c4fee5724c874c50871eebea418aaf4f&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:28.584 8 INFO neutron.db.ovn_revision_numbers_db [None req-6fee3bfc-8d41-4b99-b579-17f3973e0f91 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 9a23042d-2b8a-4a3d-a400-62cb079b9723 (type: networks) to 1 2026-09-01 19:52:28.719 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6fee3bfc-8d41-4b99-b579-17f3973e0f91 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:52:28.720 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6fee3bfc-8d41-4b99-b579-17f3973e0f91 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 9a23042d-2b8a-4a3d-a400-62cb079b9723: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:52:28.756 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status down for port: c4d9afc6-520c-4638-8e7f-8d61a358cf44 [pid: 7|app: 0|req: 1176/2244] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:28 2026] DELETE /v2.0/security-groups/725f211c-ed87-4eed-b84f-0c02a5a04e38 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:52:28.806 8 INFO neutron.db.ovn_revision_numbers_db [None req-6fee3bfc-8d41-4b99-b579-17f3973e0f91 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource c4d9afc6-520c-4638-8e7f-8d61a358cf44 (type: ports) to 1 [pid: 8|app: 0|req: 1069/2245] 10.0.0.4 () {34 vars in 669 bytes} [Tue Sep 1 19:52:28 2026] POST /v2.0/networks => generated 779 bytes in 834 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:52:29.042 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d364e6a0-b5c3-484c-b9ab-796264035cf6 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:52:29.043 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d364e6a0-b5c3-484c-b9ab-796264035cf6 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 9a23042d-2b8a-4a3d-a400-62cb079b9723: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:52:29.415 7 INFO neutron.db.ovn_revision_numbers_db [None req-2e6bf871-6c74-4b64-ad91-1197c734ecbb - - - - - -] Successfully bumped revision number for resource c4d9afc6-520c-4638-8e7f-8d61a358cf44 (type: ports) to 2 2026-09-01 19:52:29.440 7 INFO neutron.db.ovn_revision_numbers_db [None req-2e6bf871-6c74-4b64-ad91-1197c734ecbb - - - - - -] Successfully bumped revision number for resource 29505693-544e-4de6-83d3-ca653a3900c8 (type: subnets) to 0 [pid: 7|app: 0|req: 1177/2246] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:52:28 2026] POST /v2.0/subnets => generated 687 bytes in 607 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:52:29.949 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-eba6f652-772f-4e84-8d28-4462823a4a11 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:52:29.951 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-eba6f652-772f-4e84-8d28-4462823a4a11 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:52:30.070 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-34f1e0cd-1b87-4891-b5fc-dcc4ec0d2fe6 - - - - - -] OVN reports status down for port: 593fe221-7b85-4a1f-8625-5705590a356b 2026-09-01 19:52:30.101 8 INFO neutron.db.ovn_revision_numbers_db [None req-eba6f652-772f-4e84-8d28-4462823a4a11 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 593fe221-7b85-4a1f-8625-5705590a356b (type: ports) to 1 [pid: 7|app: 0|req: 1178/2247] 10.0.0.4 () {32 vars in 824 bytes} [Tue Sep 1 19:52:30 2026] GET /v2.0/ports?project_id=5e5aa96948cd4bdf977e156a2ff74139&network_id=e1f916d4-29d9-4dd7-9b68-af2c370d745d => generated 3315 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2248] 10.0.0.4 () {32 vars in 740 bytes} [Tue Sep 1 19:52:30 2026] GET /v2.0/subnets?network_id=ef59a445-5760-4c1b-9616-3cf3b867f0d6 => generated 667 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:30.725 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-deb7c733-3afc-49a0-b2df-41f9bbb51836 - - - - - -] Schedule LRP lrp-593fe221-7b85-4a1f-8625-5705590a356b on gateway 981b1d13-d3f6-4b65-a230-c40efece3bd4 with priority 1 2026-09-01 19:52:30.743 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-34f1e0cd-1b87-4891-b5fc-dcc4ec0d2fe6 - - - - - -] OVN reports status up for port: 593fe221-7b85-4a1f-8625-5705590a356b 2026-09-01 19:52:30.767 7 INFO neutron.plugins.ml2.plugin [None req-34f1e0cd-1b87-4891-b5fc-dcc4ec0d2fe6 - - - - - -] Attempt 1 to provision port 593fe221-7b85-4a1f-8625-5705590a356b 2026-09-01 19:52:30.770 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-91bb6a30-0e00-4dfa-9f92-f6d538c74f22 - - - - - -] Router 01731488-c1e5-4811-9614-44f10921d1a2 is bound to host instance 2026-09-01 19:52:30.821 8 INFO neutron.db.ovn_revision_numbers_db [None req-eba6f652-772f-4e84-8d28-4462823a4a11 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 593fe221-7b85-4a1f-8625-5705590a356b (type: router_ports) to 1 2026-09-01 19:52:31.040 8 INFO neutron.db.ovn_revision_numbers_db [None req-eba6f652-772f-4e84-8d28-4462823a4a11 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 01731488-c1e5-4811-9614-44f10921d1a2 (type: routers) to 2 2026-09-01 19:52:31.052 7 INFO neutron.db.ovn_revision_numbers_db [None req-7094beb3-178b-413f-89c1-0e084648c4dd 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource c5b44b3b-e2d3-4bc0-a577-e107ecac9591 (type: floatingips) to 2 [pid: 8|app: 0|req: 1070/2249] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:52:29 2026] POST /v2.0/routers => generated 965 bytes in 1612 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:52:31.099 7 INFO neutron.db.l3_db [None req-7094beb3-178b-413f-89c1-0e084648c4dd 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Floating IP c5b44b3b-e2d3-4bc0-a577-e107ecac9591 disassociated. External IP: 10.96.250.206, port: bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a. [pid: 7|app: 0|req: 1180/2250] 10.0.0.4 () {34 vars in 747 bytes} [Tue Sep 1 19:52:30 2026] PUT /v2.0/floatingips/c5b44b3b-e2d3-4bc0-a577-e107ecac9591 => generated 554 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2251] 10.0.0.4 () {32 vars in 727 bytes} [Tue Sep 1 19:52:31 2026] GET /v2.0/floatingips/c5b44b3b-e2d3-4bc0-a577-e107ecac9591 => generated 552 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:31.205 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9cee432d-1e58-47f6-91c8-cbec4243f81e'] response: {'name': 'network-changed', 'server_uuid': 'c714df6b-5b85-478a-a36a-d4c615814f08', 'tag': 'bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1182/2252] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:52:31 2026] GET /v2.0/ports?tenant_id=5e5aa96948cd4bdf977e156a2ff74139&device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => generated 1209 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2253] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:52:31 2026] GET /v2.0/networks?id=e1f916d4-29d9-4dd7-9b68-af2c370d745d => generated 798 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:31.873 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3143844c-f1e1-4c6f-ad46-1427e982117d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:52:31.879 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3143844c-f1e1-4c6f-ad46-1427e982117d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 9a23042d-2b8a-4a3d-a400-62cb079b9723: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1184/2254] 162.253.55.86 () {34 vars in 1057 bytes} [Tue Sep 1 19:52:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2255] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:52:31 2026] GET /v2.0/subnets?id=b13b06f6-0364-4570-99bd-1ea690bb3cdc => generated 678 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2256] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:52:31 2026] GET /v2.0/ports?network_id=e1f916d4-29d9-4dd7-9b68-af2c370d745d&device_owner=network%3Adhcp => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2257] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:52:32 2026] GET /v2.0/networks/e1f916d4-29d9-4dd7-9b68-af2c370d745d?fields=segments => generated 14 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:32.160 8 INFO neutron.db.ovn_revision_numbers_db [None req-3143844c-f1e1-4c6f-ad46-1427e982117d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 63a66b8a-347f-4097-b328-7a92bb3b9b0b (type: ports) to 1 [pid: 7|app: 0|req: 1188/2258] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:52:32 2026] GET /v2.0/networks/e1f916d4-29d9-4dd7-9b68-af2c370d745d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:32.307 8 INFO neutron.db.ovn_revision_numbers_db [None req-46dcab57-a73d-4d9c-af50-59167f4ddbf9 - - - - - -] Successfully bumped revision number for resource 593fe221-7b85-4a1f-8625-5705590a356b (type: ports) to 4 [pid: 7|app: 0|req: 1189/2259] 10.0.0.4 () {34 vars in 676 bytes} [Tue Sep 1 19:52:32 2026] POST /v2.0/qos/policies => generated 359 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:52:32.599 7 INFO neutron.db.ovn_revision_numbers_db [None req-4048e237-f309-4113-89b0-367acbde6317 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource e338b2cb-d10b-4f25-b216-a73a500fe823 (type: security_groups) to 1 2026-09-01 19:52:32.615 7 INFO neutron.db.ovn_revision_numbers_db [None req-4048e237-f309-4113-89b0-367acbde6317 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource 5981410e-5980-446c-b087-19535945c3b8 (type: security_group_rules) to 0 2026-09-01 19:52:32.629 7 INFO neutron.db.ovn_revision_numbers_db [None req-4048e237-f309-4113-89b0-367acbde6317 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource 77593b82-b582-49b9-bb20-56cbf5c70dff (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1190/2260] 10.0.0.4 () {34 vars in 683 bytes} [Tue Sep 1 19:52:32 2026] POST /v2.0/security-groups => generated 1673 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2261] 10.0.0.4 () {34 vars in 751 bytes} [Tue Sep 1 19:52:32 2026] PUT /v2.0/policies/426929fd-23cf-4ca6-820c-1477308ce648/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:32.916 7 INFO neutron.db.ovn_revision_numbers_db [None req-38362692-eca3-4f7e-b60c-20eb6edf7bbb 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource 321e46ed-aebe-4a64-9580-6eb39d986135 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1192/2262] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:52:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2263] 10.0.0.4 () {32 vars in 731 bytes} [Tue Sep 1 19:52:32 2026] GET /v2.0/policies/426929fd-23cf-4ca6-820c-1477308ce648/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:33.024 8 INFO neutron.db.ovn_revision_numbers_db [None req-46dcab57-a73d-4d9c-af50-59167f4ddbf9 - - - - - -] Successfully bumped revision number for resource 593fe221-7b85-4a1f-8625-5705590a356b (type: ports) to 5 2026-09-01 19:52:33.125 7 INFO neutron.db.ovn_revision_numbers_db [None req-f6d87f09-5297-4a0a-b5f1-49aef2fe5f60 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource c7289dec-8b47-480b-83da-33e4bbed66dd (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1194/2264] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:52:33 2026] POST /v2.0/security-group-rules => generated 596 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2265] 10.0.0.4 () {34 vars in 762 bytes} [Tue Sep 1 19:52:33 2026] PUT /v2.0/policies/426929fd-23cf-4ca6-820c-1477308ce648/tags/green => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-09-01 19:52:33.321 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3143844c-f1e1-4c6f-ad46-1427e982117d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:52:33.323 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3143844c-f1e1-4c6f-ad46-1427e982117d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 9a23042d-2b8a-4a3d-a400-62cb079b9723: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:52:33.324 7 INFO neutron.db.ovn_revision_numbers_db [None req-605921b0-4728-4ef3-9e31-fc6e941ec409 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource ef1809a4-c134-4ac6-acf6-60862ae23e9e (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1196/2266] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:52:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2267] 10.0.0.4 () {32 vars in 731 bytes} [Tue Sep 1 19:52:33 2026] GET /v2.0/policies/426929fd-23cf-4ca6-820c-1477308ce648/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:33.558 7 INFO neutron.db.ovn_revision_numbers_db [None req-9ceb1b86-d95d-43e0-bc1f-972d7ffe0e7d 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource 67b0a00f-3ddc-4a02-8bc6-9855ff158398 (type: security_group_rules) to 0 2026-09-01 19:52:33.591 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-34f1e0cd-1b87-4891-b5fc-dcc4ec0d2fe6 - - - - - -] OVN reports status down for port: 63a66b8a-347f-4097-b328-7a92bb3b9b0b [pid: 7|app: 0|req: 1198/2268] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:52:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 230 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-09-01 19:52:33.717 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-34f1e0cd-1b87-4891-b5fc-dcc4ec0d2fe6 - - - - - -] OVN reports status up for port: 63a66b8a-347f-4097-b328-7a92bb3b9b0b [pid: 7|app: 0|req: 1199/2269] 10.0.0.4 () {34 vars in 758 bytes} [Tue Sep 1 19:52:33 2026] PUT /v2.0/policies/426929fd-23cf-4ca6-820c-1477308ce648/tags/red => generated 4 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-09-01 19:52:33.747 7 INFO neutron.plugins.ml2.plugin [None req-34f1e0cd-1b87-4891-b5fc-dcc4ec0d2fe6 - - - - - -] Attempt 1 to provision port 63a66b8a-347f-4097-b328-7a92bb3b9b0b 2026-09-01 19:52:33.793 8 INFO neutron.db.ovn_revision_numbers_db [None req-3143844c-f1e1-4c6f-ad46-1427e982117d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 63a66b8a-347f-4097-b328-7a92bb3b9b0b (type: router_ports) to 1 [pid: 8|app: 0|req: 1071/2270] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:52:31 2026] PUT /v2.0/routers/01731488-c1e5-4811-9614-44f10921d1a2/add_router_interface => generated 309 bytes in 2717 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2271] 10.0.0.4 () {32 vars in 731 bytes} [Tue Sep 1 19:52:33 2026] GET /v2.0/policies/426929fd-23cf-4ca6-820c-1477308ce648/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:33.868 7 INFO neutron.db.securitygroups_db [None req-51a08bc8-9e55-4a07-b5c2-268aa33fd37f 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Project 5e5aa96948cd4bdf977e156a2ff74139 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: 1073/2272] 10.0.0.4 () {34 vars in 780 bytes} [Tue Sep 1 19:52:33 2026] PUT /v2.0/policies/426929fd-23cf-4ca6-820c-1477308ce648/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2273] 10.0.0.4 () {32 vars in 731 bytes} [Tue Sep 1 19:52:33 2026] GET /v2.0/policies/426929fd-23cf-4ca6-820c-1477308ce648/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: 1075/2274] 10.0.0.4 () {34 vars in 751 bytes} [Tue Sep 1 19:52:33 2026] PUT /v2.0/policies/426929fd-23cf-4ca6-820c-1477308ce648/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2275] 10.0.0.4 () {32 vars in 731 bytes} [Tue Sep 1 19:52:34 2026] GET /v2.0/policies/426929fd-23cf-4ca6-820c-1477308ce648/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2276] 10.0.0.4 () {32 vars in 739 bytes} [Tue Sep 1 19:52:34 2026] GET /v2.0/policies/426929fd-23cf-4ca6-820c-1477308ce648/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:52:34.137 8 INFO neutron.api.v2.resource [None req-4330c6db-859d-420d-b325-5cd3e6f50bd6 1d5e528aca90497889d42206bc8bf6f4 d1c2b1d92cca4f78a9c3612eb4038ac2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1078/2277] 10.0.0.4 () {32 vars in 743 bytes} [Tue Sep 1 19:52:34 2026] GET /v2.0/policies/426929fd-23cf-4ca6-820c-1477308ce648/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-09-01 19:52:34.143 7 INFO neutron.db.ovn_revision_numbers_db [None req-51a08bc8-9e55-4a07-b5c2-268aa33fd37f 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource bd7d0fdc-bac9-478e-9833-78f9321f1edf (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1079/2278] 10.0.0.4 () {32 vars in 742 bytes} [Tue Sep 1 19:52:34 2026] DELETE /v2.0/policies/426929fd-23cf-4ca6-820c-1477308ce648/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: 1200/2279] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:52:33 2026] POST /v2.0/security-group-rules => generated 607 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2280] 10.0.0.4 () {32 vars in 731 bytes} [Tue Sep 1 19:52:34 2026] GET /v2.0/policies/426929fd-23cf-4ca6-820c-1477308ce648/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:34.288 8 INFO neutron.api.v2.resource [None req-f3f0d4a7-dc72-477d-bb29-4da8a9a529fa 1d5e528aca90497889d42206bc8bf6f4 d1c2b1d92cca4f78a9c3612eb4038ac2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1081/2281] 10.0.0.4 () {32 vars in 746 bytes} [Tue Sep 1 19:52:34 2026] DELETE /v2.0/policies/426929fd-23cf-4ca6-820c-1477308ce648/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-09-01 19:52:34.304 7 INFO neutron.db.securitygroups_db [None req-a53f832d-74d3-43a5-9acf-7cc586ef2756 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Project 5e5aa96948cd4bdf977e156a2ff74139 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: 1082/2282] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:52:34 2026] DELETE /v2.0/policies/426929fd-23cf-4ca6-820c-1477308ce648/tags => 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: 1083/2283] 10.0.0.4 () {32 vars in 731 bytes} [Tue Sep 1 19:52:34 2026] GET /v2.0/policies/426929fd-23cf-4ca6-820c-1477308ce648/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2284] 10.0.0.4 () {32 vars in 732 bytes} [Tue Sep 1 19:52:34 2026] DELETE /v2.0/qos/policies/426929fd-23cf-4ca6-820c-1477308ce648 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:52:34.557 7 INFO neutron.db.ovn_revision_numbers_db [None req-a53f832d-74d3-43a5-9acf-7cc586ef2756 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource a09a72e8-36f8-434a-aafb-d3c3ac745705 (type: security_group_rules) to 0 2026-09-01 19:52:34.567 7 INFO neutron.db.ovn_revision_numbers_db [None req-34f1e0cd-1b87-4891-b5fc-dcc4ec0d2fe6 - - - - - -] Successfully bumped revision number for resource 63a66b8a-347f-4097-b328-7a92bb3b9b0b (type: ports) to 2 [pid: 7|app: 0|req: 1201/2285] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:52:34 2026] POST /v2.0/security-group-rules => generated 606 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:52:34.739 7 INFO neutron.db.ovn_revision_numbers_db [None req-d49b11c6-c76b-4ad5-ac00-4f33c2815508 - - - - - -] Successfully bumped revision number for resource 63a66b8a-347f-4097-b328-7a92bb3b9b0b (type: router_ports) to 2 2026-09-01 19:52:35.137 8 INFO neutron.db.ovn_revision_numbers_db [None req-77cd5ad9-b5fa-4fbb-843f-8c34c0c09325 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ea9d6131-532c-448a-a9c9-2c16c059aa1f (type: security_groups) to 1 2026-09-01 19:52:35.148 8 INFO neutron.db.ovn_revision_numbers_db [None req-77cd5ad9-b5fa-4fbb-843f-8c34c0c09325 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 078bce7a-3b8b-4fc1-adcb-fd183fdceb53 (type: security_group_rules) to 0 2026-09-01 19:52:35.159 8 INFO neutron.db.ovn_revision_numbers_db [None req-77cd5ad9-b5fa-4fbb-843f-8c34c0c09325 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 718116d2-fecd-45a9-a585-8c39b6d51eea (type: security_group_rules) to 0 2026-09-01 19:52:35.171 8 INFO neutron.db.ovn_revision_numbers_db [None req-77cd5ad9-b5fa-4fbb-843f-8c34c0c09325 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 8933f9ce-8415-4843-ba70-3ab6eafcf764 (type: security_group_rules) to 0 2026-09-01 19:52:35.185 8 INFO neutron.db.ovn_revision_numbers_db [None req-77cd5ad9-b5fa-4fbb-843f-8c34c0c09325 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource d6988e2e-b611-4f7d-8071-753671206e43 (type: security_group_rules) to 0 2026-09-01 19:52:35.274 8 INFO neutron.db.segments_db [None req-77cd5ad9-b5fa-4fbb-843f-8c34c0c09325 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Added segment a0e2b121-ce34-41e9-98b4-180f82bef046 of type geneve for network 058bebb3-6146-46c9-accf-03cac52b3671 [pid: 7|app: 0|req: 1202/2286] 10.0.0.4 () {32 vars in 647 bytes} [Tue Sep 1 19:52:35 2026] GET /v2.0/networks => generated 1374 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:35.450 8 INFO neutron.db.ovn_revision_numbers_db [None req-77cd5ad9-b5fa-4fbb-843f-8c34c0c09325 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 058bebb3-6146-46c9-accf-03cac52b3671 (type: networks) to 1 2026-09-01 19:52:35.513 7 INFO neutron.db.ovn_revision_numbers_db [None req-aa678414-4645-49cb-bd42-dac8c73b0ca1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource be9d2ac5-35da-4364-beb1-85e9e66e1ba4 (type: security_groups) to 1 2026-09-01 19:52:35.527 7 INFO neutron.db.ovn_revision_numbers_db [None req-aa678414-4645-49cb-bd42-dac8c73b0ca1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 2ef4f9bf-535d-44fe-b63e-dcdd9a79bcd5 (type: security_group_rules) to 0 2026-09-01 19:52:35.547 7 INFO neutron.db.ovn_revision_numbers_db [None req-aa678414-4645-49cb-bd42-dac8c73b0ca1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 438f33f4-738a-40aa-821d-590868c45cb2 (type: security_group_rules) to 0 2026-09-01 19:52:35.563 7 INFO neutron.db.ovn_revision_numbers_db [None req-aa678414-4645-49cb-bd42-dac8c73b0ca1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 661de462-2bbb-4700-9e4e-5b050335bd20 (type: security_group_rules) to 0 2026-09-01 19:52:35.577 7 INFO neutron.db.ovn_revision_numbers_db [None req-aa678414-4645-49cb-bd42-dac8c73b0ca1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 9e1b005b-f7e3-4d22-86ac-d03e563217f3 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1203/2287] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:52:35 2026] GET /v2.0/security-groups?tenant_id=be3bd78046aa4425aba3eae3cc21a4a9&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2288] 10.0.0.147 () {34 vars in 1098 bytes} [Tue Sep 1 19:52:35 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-935227190&fields=id&tenant_id=5e5aa96948cd4bdf977e156a2ff74139 => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:35.695 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-77cd5ad9-b5fa-4fbb-843f-8c34c0c09325 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:52:35.697 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-77cd5ad9-b5fa-4fbb-843f-8c34c0c09325 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 058bebb3-6146-46c9-accf-03cac52b3671: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:52:35.751 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d49b11c6-c76b-4ad5-ac00-4f33c2815508 - - - - - -] OVN reports status down for port: b84bf4ad-bc41-4bba-a411-1ada35e654ea 2026-09-01 19:52:35.791 8 INFO neutron.db.ovn_revision_numbers_db [None req-77cd5ad9-b5fa-4fbb-843f-8c34c0c09325 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b84bf4ad-bc41-4bba-a411-1ada35e654ea (type: ports) to 1 [pid: 8|app: 0|req: 1085/2289] 10.0.0.4 () {34 vars in 669 bytes} [Tue Sep 1 19:52:35 2026] POST /v2.0/networks => generated 781 bytes in 792 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2290] 10.0.0.147 () {34 vars in 982 bytes} [Tue Sep 1 19:52:35 2026] GET /v2.0/networks?id=e1f916d4-29d9-4dd7-9b68-af2c370d745d => generated 699 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2291] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:35 2026] DELETE /v2.0/security-groups/be9d2ac5-35da-4364-beb1-85e9e66e1ba4 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2292] 10.0.0.147 () {34 vars in 965 bytes} [Tue Sep 1 19:52:35 2026] GET /v2.0/quotas/5e5aa96948cd4bdf977e156a2ff74139 => 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: 1207/2293] 10.0.0.147 () {34 vars in 1002 bytes} [Tue Sep 1 19:52:35 2026] GET /v2.0/ports?tenant_id=5e5aa96948cd4bdf977e156a2ff74139&fields=id => generated 149 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:36.103 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-25bebdc9-1ca9-46d9-8091-3d96dd466899 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:52:36.104 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-25bebdc9-1ca9-46d9-8091-3d96dd466899 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 058bebb3-6146-46c9-accf-03cac52b3671: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:52:36.223 7 INFO neutron.db.ovn_revision_numbers_db [None req-1178cdc8-e477-4e02-ba51-a8b44c8fda61 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource d189ec88-4d06-4c21-aaae-4902dc360e80 (type: security_groups) to 1 2026-09-01 19:52:36.241 7 INFO neutron.db.ovn_revision_numbers_db [None req-1178cdc8-e477-4e02-ba51-a8b44c8fda61 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 22870843-53ad-4874-9017-4d927d664316 (type: security_group_rules) to 0 2026-09-01 19:52:36.261 7 INFO neutron.db.ovn_revision_numbers_db [None req-1178cdc8-e477-4e02-ba51-a8b44c8fda61 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 2439ad70-4f48-487d-8bd2-c708ff65ac18 (type: security_group_rules) to 0 2026-09-01 19:52:36.277 7 INFO neutron.db.ovn_revision_numbers_db [None req-1178cdc8-e477-4e02-ba51-a8b44c8fda61 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 62608db7-c655-4d98-8477-d7d57c74053c (type: security_group_rules) to 0 2026-09-01 19:52:36.294 7 INFO neutron.db.ovn_revision_numbers_db [None req-1178cdc8-e477-4e02-ba51-a8b44c8fda61 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource eecb5f07-8b7d-48ba-814c-f46b4554e86e (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1208/2294] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:52:36 2026] GET /v2.0/security-groups?tenant_id=d1c2b1d92cca4f78a9c3612eb4038ac2&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2295] 10.0.0.147 () {34 vars in 1008 bytes} [Tue Sep 1 19:52:36 2026] GET /v2.0/networks/e1f916d4-29d9-4dd7-9b68-af2c370d745d?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:36.551 8 INFO neutron.db.ovn_revision_numbers_db [None req-10184a49-eda3-4a22-9fe7-0b06063fc7bf - - - - - -] Successfully bumped revision number for resource b84bf4ad-bc41-4bba-a411-1ada35e654ea (type: ports) to 2 2026-09-01 19:52:36.579 8 INFO neutron.db.ovn_revision_numbers_db [None req-10184a49-eda3-4a22-9fe7-0b06063fc7bf - - - - - -] Successfully bumped revision number for resource 272aedbc-519e-4f48-b60b-33fb9d03feae (type: subnets) to 0 [pid: 8|app: 0|req: 1087/2296] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:52:35 2026] POST /v2.0/subnets => generated 687 bytes in 704 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2297] 10.0.0.147 () {34 vars in 1108 bytes} [Tue Sep 1 19:52:36 2026] GET /v2.0/networks/e1f916d4-29d9-4dd7-9b68-af2c370d745d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2298] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:52:36 2026] DELETE /v2.0/security-groups/d189ec88-4d06-4c21-aaae-4902dc360e80 => 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: 1211/2299] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:36 2026] GET /v2.0/ports?device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:37.097 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f4e0eecf-3eae-49a6-9664-03ffebdf8034 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:52:37.098 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f4e0eecf-3eae-49a6-9664-03ffebdf8034 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:52:37.188 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status down for port: 4a99ffab-fcc4-4311-9682-143960c598f4 2026-09-01 19:52:37.249 8 INFO neutron.db.ovn_revision_numbers_db [None req-f4e0eecf-3eae-49a6-9664-03ffebdf8034 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4a99ffab-fcc4-4311-9682-143960c598f4 (type: ports) to 1 [pid: 7|app: 0|req: 1212/2300] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:37 2026] GET /v2.0/ports?device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:38.011 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-deb7c733-3afc-49a0-b2df-41f9bbb51836 - - - - - -] Schedule LRP lrp-4a99ffab-fcc4-4311-9682-143960c598f4 on gateway 981b1d13-d3f6-4b65-a230-c40efece3bd4 with priority 1 2026-09-01 19:52:38.039 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-46dcab57-a73d-4d9c-af50-59167f4ddbf9 - - - - - -] Router 88d59ad0-97f4-4e38-a21a-4a106e6f4539 is bound to host instance 2026-09-01 19:52:38.128 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status up for port: 4a99ffab-fcc4-4311-9682-143960c598f4 2026-09-01 19:52:38.203 8 INFO neutron.plugins.ml2.plugin [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] Attempt 1 to provision port 4a99ffab-fcc4-4311-9682-143960c598f4 2026-09-01 19:52:38.242 8 INFO neutron.db.ovn_revision_numbers_db [None req-f4e0eecf-3eae-49a6-9664-03ffebdf8034 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4a99ffab-fcc4-4311-9682-143960c598f4 (type: router_ports) to 1 2026-09-01 19:52:38.478 8 INFO neutron.db.ovn_revision_numbers_db [None req-f4e0eecf-3eae-49a6-9664-03ffebdf8034 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 88d59ad0-97f4-4e38-a21a-4a106e6f4539 (type: routers) to 2 [pid: 8|app: 0|req: 1089/2301] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:52:36 2026] POST /v2.0/routers => generated 965 bytes in 1873 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:52:39.074 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-40b756c4-2198-4613-8c31-b284560443d1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents [pid: 8|app: 0|req: 1090/2302] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:39 2026] GET /v2.0/ports?device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:39.076 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-40b756c4-2198-4613-8c31-b284560443d1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 058bebb3-6146-46c9-accf-03cac52b3671: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:52:39.213 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d49b11c6-c76b-4ad5-ac00-4f33c2815508 - - - - - -] OVN reports status down for port: 81c63f8f-2e91-43f7-b053-17411bad3bbb 2026-09-01 19:52:39.303 7 INFO neutron.db.ovn_revision_numbers_db [None req-40b756c4-2198-4613-8c31-b284560443d1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 81c63f8f-2e91-43f7-b053-17411bad3bbb (type: ports) to 1 2026-09-01 19:52:39.309 8 INFO neutron.db.ovn_revision_numbers_db [None req-ca1133d8-0f37-47b7-99d1-7a41f25f93dd - - - - - -] Successfully bumped revision number for resource 4a99ffab-fcc4-4311-9682-143960c598f4 (type: ports) to 4 2026-09-01 19:52:39.643 8 INFO neutron.db.ovn_revision_numbers_db [None req-ca1133d8-0f37-47b7-99d1-7a41f25f93dd - - - - - -] Successfully bumped revision number for resource 4a99ffab-fcc4-4311-9682-143960c598f4 (type: ports) to 5 2026-09-01 19:52:40.020 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d49b11c6-c76b-4ad5-ac00-4f33c2815508 - - - - - -] OVN reports status up for port: 81c63f8f-2e91-43f7-b053-17411bad3bbb 2026-09-01 19:52:40.050 7 INFO neutron.plugins.ml2.plugin [None req-d49b11c6-c76b-4ad5-ac00-4f33c2815508 - - - - - -] Attempt 1 to provision port 81c63f8f-2e91-43f7-b053-17411bad3bbb 2026-09-01 19:52:40.182 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-40b756c4-2198-4613-8c31-b284560443d1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:52:40.186 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-40b756c4-2198-4613-8c31-b284560443d1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 058bebb3-6146-46c9-accf-03cac52b3671: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1091/2303] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:40 2026] GET /v2.0/ports?device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:40.791 7 INFO neutron.db.ovn_revision_numbers_db [None req-d49b11c6-c76b-4ad5-ac00-4f33c2815508 - - - - - -] Successfully bumped revision number for resource 81c63f8f-2e91-43f7-b053-17411bad3bbb (type: ports) to 2 [pid: 8|app: 0|req: 1092/2304] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:52:41 2026] GET /v2.0/networks?id=e1f916d4-29d9-4dd7-9b68-af2c370d745d => generated 699 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2305] 162.253.55.86 () {34 vars in 1049 bytes} [Tue Sep 1 19:52:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5e5aa96948cd4bdf977e156a2ff74139 => generated 273 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:41.250 7 INFO neutron.db.ovn_revision_numbers_db [None req-40b756c4-2198-4613-8c31-b284560443d1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 81c63f8f-2e91-43f7-b053-17411bad3bbb (type: router_ports) to 1 [pid: 7|app: 0|req: 1213/2306] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:52:38 2026] PUT /v2.0/routers/88d59ad0-97f4-4e38-a21a-4a106e6f4539/add_router_interface => generated 309 bytes in 2722 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2307] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:41 2026] GET /v2.0/ports?device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => generated 12 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:41.373 7 INFO neutron.db.ovn_revision_numbers_db [None req-cbd2756a-4740-4f0b-abce-03bdc606551e - - - - - -] Successfully bumped revision number for resource 81c63f8f-2e91-43f7-b053-17411bad3bbb (type: router_ports) to 2 2026-09-01 19:52:41.592 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-36510819-7ad8-4357-916a-40272dbdc181 req-c988acb3-827c-4883-bf07-4f9ae13cbac4 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] No more DHCP agents 2026-09-01 19:52:41.593 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-36510819-7ad8-4357-916a-40272dbdc181 req-c988acb3-827c-4883-bf07-4f9ae13cbac4 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Unable to schedule network e1f916d4-29d9-4dd7-9b68-af2c370d745d: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:52:41.698 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cbd2756a-4740-4f0b-abce-03bdc606551e - - - - - -] OVN reports status down for port: 32cadc92-0e0c-4732-9000-c054e37704b3 2026-09-01 19:52:41.754 8 INFO neutron.db.ovn_revision_numbers_db [req-36510819-7ad8-4357-916a-40272dbdc181 req-c988acb3-827c-4883-bf07-4f9ae13cbac4 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource 32cadc92-0e0c-4732-9000-c054e37704b3 (type: ports) to 1 [pid: 8|app: 0|req: 1094/2310] 162.253.55.86 () {38 vars in 954 bytes} [Tue Sep 1 19:52:41 2026] POST /v2.0/ports => generated 958 bytes in 615 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-09-01 19:52:42.216 8 INFO neutron.db.ovn_revision_numbers_db [None req-c57adf52-0d32-4305-abed-924d0dc8d76e a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Successfully bumped revision number for resource 4eb90947-4e88-46da-af14-7505d88854f1 (type: security_groups) to 1 2026-09-01 19:52:42.230 8 INFO neutron.db.ovn_revision_numbers_db [None req-c57adf52-0d32-4305-abed-924d0dc8d76e a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Successfully bumped revision number for resource de141e53-425b-476d-b72f-66c11ee7f76b (type: security_group_rules) to 0 2026-09-01 19:52:42.243 8 INFO neutron.db.ovn_revision_numbers_db [None req-c57adf52-0d32-4305-abed-924d0dc8d76e a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Successfully bumped revision number for resource f1f8f3c9-4cc0-451b-8394-a4173825bc40 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1095/2311] 10.0.0.4 () {34 vars in 683 bytes} [Tue Sep 1 19:52:42 2026] POST /v2.0/security-groups => generated 1675 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-01 19:52:42.350 7 INFO neutron.db.ovn_revision_numbers_db [req-36510819-7ad8-4357-916a-40272dbdc181 req-93e8dd5e-c3c0-4ad9-bc56-2479cac85038 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource 32cadc92-0e0c-4732-9000-c054e37704b3 (type: ports) to 2 2026-09-01 19:52:42.467 8 INFO neutron.db.ovn_revision_numbers_db [None req-9741717e-018c-41cb-a842-17f5ba474bb8 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Successfully bumped revision number for resource df0d3003-395b-43a4-b1c5-a3c95161668b (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1096/2312] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:52:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2313] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:42 2026] GET /v2.0/ports?device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:42.610 7 INFO neutron.db.ovn_revision_numbers_db [req-36510819-7ad8-4357-916a-40272dbdc181 req-93e8dd5e-c3c0-4ad9-bc56-2479cac85038 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource 32cadc92-0e0c-4732-9000-c054e37704b3 (type: ports) to 4 [pid: 7|app: 0|req: 1217/2314] 162.253.55.86 () {38 vars in 1027 bytes} [Tue Sep 1 19:52:41 2026] PUT /v2.0/ports/32cadc92-0e0c-4732-9000-c054e37704b3 => generated 1208 bytes in 784 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-09-01 19:52:42.679 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-597a5c40-cc77-4dc5-a187-c33bbc04ade3'] response: {'name': 'network-changed', 'server_uuid': 'c7686596-2d77-4b67-a121-5f8fe44ea460', 'tag': '32cadc92-0e0c-4732-9000-c054e37704b3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1218/2315] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:52:42 2026] GET /v2.0/security-groups?id=e338b2cb-d10b-4f25-b216-a73a500fe823&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:42.735 8 INFO neutron.db.ovn_revision_numbers_db [None req-aa741c90-8ace-4c5d-a9f5-74d44a3b1f6e a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Successfully bumped revision number for resource 771d1cb3-00f6-49f1-8ca7-ab516ff1bd2c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1098/2316] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:52:42 2026] POST /v2.0/security-group-rules => generated 596 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:52:43.019 7 INFO neutron.db.ovn_revision_numbers_db [None req-de4b75c3-449d-4e13-a6b6-888b9d206614 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Successfully bumped revision number for resource 548b1ec3-39b8-4c21-879a-2be69da5ae83 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1219/2317] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:52:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2318] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:52:43 2026] GET /v2.0/ports?tenant_id=5e5aa96948cd4bdf977e156a2ff74139&device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => generated 1211 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:43.298 8 INFO neutron.db.ovn_revision_numbers_db [None req-6f664b83-6440-49f8-963d-4f6c34b420f3 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Successfully bumped revision number for resource 3a4d4cee-e337-4ab5-be1e-0f1c2d916433 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1099/2319] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:52:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2320] 162.253.55.86 () {34 vars in 1017 bytes} [Tue Sep 1 19:52:43 2026] GET /v2.0/networks?tenant_id=5e5aa96948cd4bdf977e156a2ff74139&shared=False => generated 798 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:43.367 8 INFO neutron.db.securitygroups_db [None req-ae07f194-5121-4c0f-a8a7-3550165bced7 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Project dba428b5c69e4510a9e517e10d3c6368 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: 1222/2321] 162.253.55.86 () {34 vars in 929 bytes} [Tue Sep 1 19:52:43 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:43.460 8 INFO neutron.db.ovn_revision_numbers_db [None req-ae07f194-5121-4c0f-a8a7-3550165bced7 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Successfully bumped revision number for resource d95af1fc-1d46-4767-82b8-8ef13f2e5946 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1100/2322] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:52:43 2026] POST /v2.0/security-group-rules => generated 607 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:52:43.531 7 INFO neutron.db.securitygroups_db [None req-26c63ea4-98a1-4a35-b3fa-40be4102ab16 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Project dba428b5c69e4510a9e517e10d3c6368 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-09-01 19:52:43.689 7 INFO neutron.db.ovn_revision_numbers_db [None req-26c63ea4-98a1-4a35-b3fa-40be4102ab16 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Successfully bumped revision number for resource 28ad81e5-bbce-4278-8def-176614af5635 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1223/2323] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:52:43 2026] POST /v2.0/security-group-rules => generated 606 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2324] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:43 2026] GET /v2.0/ports?device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2325] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:52:43 2026] GET /v2.0/security-groups?id=e338b2cb-d10b-4f25-b216-a73a500fe823&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:44.296 8 INFO neutron.db.ovn_revision_numbers_db [None req-625647c9-2241-4d00-8afb-bda0c101c917 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Successfully bumped revision number for resource 461d2039-32de-4495-83a6-ee5044770990 (type: security_groups) to 1 2026-09-01 19:52:44.309 8 INFO neutron.db.ovn_revision_numbers_db [None req-625647c9-2241-4d00-8afb-bda0c101c917 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Successfully bumped revision number for resource 1f94d964-b34c-4aca-b3e8-1a27294f246a (type: security_group_rules) to 0 2026-09-01 19:52:44.322 8 INFO neutron.db.ovn_revision_numbers_db [None req-625647c9-2241-4d00-8afb-bda0c101c917 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Successfully bumped revision number for resource 840f270a-5c0a-4b46-b7e4-decfab27fce1 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1102/2326] 10.0.0.4 () {34 vars in 683 bytes} [Tue Sep 1 19:52:44 2026] POST /v2.0/security-groups => generated 1661 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2327] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:52:44 2026] GET /v2.0/ports?tenant_id=5e5aa96948cd4bdf977e156a2ff74139&device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => generated 1211 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2328] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:52:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=32cadc92-0e0c-4732-9000-c054e37704b3 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:44.548 7 INFO neutron.db.ovn_revision_numbers_db [None req-18ef630b-155d-46c6-90b9-8aed8581e984 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Successfully bumped revision number for resource 4f833b4e-5329-4fd0-9b0a-241b66af67c8 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1105/2329] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:52:44 2026] GET /v2.0/subnets?id=b13b06f6-0364-4570-99bd-1ea690bb3cdc => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2330] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:52:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2331] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:52:44 2026] GET /v2.0/ports?network_id=e1f916d4-29d9-4dd7-9b68-af2c370d745d&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: 1107/2332] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:52:44 2026] GET /v2.0/networks/e1f916d4-29d9-4dd7-9b68-af2c370d745d?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: 1108/2333] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:52:44 2026] GET /v2.0/networks/e1f916d4-29d9-4dd7-9b68-af2c370d745d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:44.724 7 INFO neutron.db.ovn_revision_numbers_db [None req-df6bdd83-b6c2-4679-807b-8ab75ca138fe a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Successfully bumped revision number for resource 68fa09d6-4202-447b-a4a8-1f995a104e06 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1226/2334] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:52:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:52:45.028 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4b858c13-109f-4199-a997-bd49a1ebfee4 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] No more DHCP agents 2026-09-01 19:52:45.029 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4b858c13-109f-4199-a997-bd49a1ebfee4 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1227/2335] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:44 2026] GET /v2.0/ports?device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => 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: 1228/2336] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:52:45 2026] GET /v2.0/security-groups?id=e338b2cb-d10b-4f25-b216-a73a500fe823&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2337] 10.0.0.4 () {34 vars in 674 bytes} [Tue Sep 1 19:52:44 2026] POST /v2.0/floatingips => generated 552 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2338] 10.0.0.147 () {34 vars in 1100 bytes} [Tue Sep 1 19:52:45 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1548818144&fields=id&tenant_id=dba428b5c69e4510a9e517e10d3c6368 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2339] 10.0.0.147 () {34 vars in 1100 bytes} [Tue Sep 1 19:52:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1705098813&fields=id&tenant_id=dba428b5c69e4510a9e517e10d3c6368 => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2340] 10.0.0.147 () {34 vars in 982 bytes} [Tue Sep 1 19:52:45 2026] GET /v2.0/networks?id=9a23042d-2b8a-4a3d-a400-62cb079b9723 => generated 710 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2341] 10.0.0.147 () {34 vars in 965 bytes} [Tue Sep 1 19:52:45 2026] GET /v2.0/quotas/dba428b5c69e4510a9e517e10d3c6368 => 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: 1231/2342] 10.0.0.147 () {34 vars in 1002 bytes} [Tue Sep 1 19:52:45 2026] GET /v2.0/ports?tenant_id=dba428b5c69e4510a9e517e10d3c6368&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2343] 10.0.0.147 () {34 vars in 1008 bytes} [Tue Sep 1 19:52:45 2026] GET /v2.0/networks/9a23042d-2b8a-4a3d-a400-62cb079b9723?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: 1232/2344] 10.0.0.147 () {34 vars in 1108 bytes} [Tue Sep 1 19:52:45 2026] GET /v2.0/networks/9a23042d-2b8a-4a3d-a400-62cb079b9723?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2345] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:45 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2346] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:46 2026] GET /v2.0/ports?device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2347] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:52:46 2026] GET /v2.0/security-groups?id=e338b2cb-d10b-4f25-b216-a73a500fe823&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2348] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:47 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:47.386 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cbd2756a-4740-4f0b-abce-03bdc606551e - - - - - -] OVN reports status up for port: 32cadc92-0e0c-4732-9000-c054e37704b3 2026-09-01 19:52:47.429 7 INFO neutron.plugins.ml2.plugin [None req-cbd2756a-4740-4f0b-abce-03bdc606551e - - - - - -] Attempt 1 to provision port 32cadc92-0e0c-4732-9000-c054e37704b3 [pid: 8|app: 0|req: 1115/2349] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:47 2026] GET /v2.0/ports?device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => generated 973 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2350] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:52:47 2026] GET /v2.0/security-groups?id=e338b2cb-d10b-4f25-b216-a73a500fe823&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:47.583 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc45a1fb-bbc5-4c62-930a-f591a95f0806'] response: {'server_uuid': 'c7686596-2d77-4b67-a121-5f8fe44ea460', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '32cadc92-0e0c-4732-9000-c054e37704b3', 'code': 200} 2026-09-01 19:52:47.685 7 INFO neutron.db.ovn_revision_numbers_db [None req-cbd2756a-4740-4f0b-abce-03bdc606551e - - - - - -] Successfully bumped revision number for resource 32cadc92-0e0c-4732-9000-c054e37704b3 (type: ports) to 5 [pid: 8|app: 0|req: 1116/2351] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:48 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1236/2352] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:48 2026] GET /v2.0/ports?device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2353] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:52:48 2026] GET /v2.0/security-groups?id=e338b2cb-d10b-4f25-b216-a73a500fe823&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: 7|app: 0|req: 1237/2354] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:49 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:49.645 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1eca00ce-a212-463c-9c2d-f4e7f9af5387'] response: {'server_uuid': 'c7686596-2d77-4b67-a121-5f8fe44ea460', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '32cadc92-0e0c-4732-9000-c054e37704b3', 'code': 200} [pid: 8|app: 0|req: 1118/2355] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:49 2026] GET /v2.0/ports?device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2356] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:52:49 2026] GET /v2.0/security-groups?id=e338b2cb-d10b-4f25-b216-a73a500fe823&fields=id&fields=name => generated 113 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2357] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:49 2026] GET /v2.0/ports?device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => generated 975 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2358] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:52:50 2026] GET /v2.0/security-groups?id=e338b2cb-d10b-4f25-b216-a73a500fe823&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2359] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:52:50 2026] GET /v2.0/ports?device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => generated 1213 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2360] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:52:50 2026] GET /v2.0/networks?id=9a23042d-2b8a-4a3d-a400-62cb079b9723 => generated 710 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2361] 162.253.55.86 () {34 vars in 1049 bytes} [Tue Sep 1 19:52:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dba428b5c69e4510a9e517e10d3c6368 => generated 274 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2362] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:50 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:52:50.678 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-7da6feb6-d21d-4a1a-a27e-c39ed3cb8813 req-ae6bab6f-6211-4f70-92ea-94572fe40fa7 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] No more DHCP agents 2026-09-01 19:52:50.682 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-7da6feb6-d21d-4a1a-a27e-c39ed3cb8813 req-ae6bab6f-6211-4f70-92ea-94572fe40fa7 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Unable to schedule network 9a23042d-2b8a-4a3d-a400-62cb079b9723: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:52:50.808 7 INFO neutron.db.ovn_revision_numbers_db [None req-9dac2a62-3b76-42cb-afe1-e58efb338aba 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource c5b44b3b-e2d3-4bc0-a577-e107ecac9591 (type: floatingips) to 4 2026-09-01 19:52:50.836 8 INFO neutron.db.ovn_revision_numbers_db [req-7da6feb6-d21d-4a1a-a27e-c39ed3cb8813 req-ae6bab6f-6211-4f70-92ea-94572fe40fa7 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Successfully bumped revision number for resource 32a93da5-4c77-4bfd-99bb-4c447042c31e (type: ports) to 1 2026-09-01 19:52:50.842 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5a55ed59-1160-4838-957a-d60cf037b493 - - - - - -] OVN reports status down for port: 32a93da5-4c77-4bfd-99bb-4c447042c31e [pid: 8|app: 0|req: 1124/2363] 162.253.55.86 () {38 vars in 954 bytes} [Tue Sep 1 19:52:50 2026] POST /v2.0/ports => generated 997 bytes in 459 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-09-01 19:52:51.016 7 INFO neutron.db.ovn_revision_numbers_db [None req-9dac2a62-3b76-42cb-afe1-e58efb338aba 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Successfully bumped revision number for resource c5b44b3b-e2d3-4bc0-a577-e107ecac9591 (type: floatingips) to 5 2026-09-01 19:52:51.017 7 INFO neutron.db.l3_db [None req-9dac2a62-3b76-42cb-afe1-e58efb338aba 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Floating IP c5b44b3b-e2d3-4bc0-a577-e107ecac9591 associated. External IP: 10.96.250.206, port: 32cadc92-0e0c-4732-9000-c054e37704b3. [pid: 7|app: 0|req: 1240/2364] 10.0.0.4 () {34 vars in 747 bytes} [Tue Sep 1 19:52:50 2026] PUT /v2.0/floatingips/c5b44b3b-e2d3-4bc0-a577-e107ecac9591 => generated 856 bytes in 811 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: 1241/2365] 10.0.0.4 () {32 vars in 727 bytes} [Tue Sep 1 19:52:51 2026] GET /v2.0/floatingips/c5b44b3b-e2d3-4bc0-a577-e107ecac9591 => generated 858 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:51.330 8 INFO neutron.db.ovn_revision_numbers_db [req-7da6feb6-d21d-4a1a-a27e-c39ed3cb8813 req-332ac3db-6bc2-478d-8c49-11fbee6276f5 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource 32a93da5-4c77-4bfd-99bb-4c447042c31e (type: ports) to 2 2026-09-01 19:52:51.585 8 INFO neutron.db.ovn_revision_numbers_db [req-7da6feb6-d21d-4a1a-a27e-c39ed3cb8813 req-332ac3db-6bc2-478d-8c49-11fbee6276f5 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource 32a93da5-4c77-4bfd-99bb-4c447042c31e (type: ports) to 4 [pid: 8|app: 0|req: 1125/2366] 162.253.55.86 () {38 vars in 1027 bytes} [Tue Sep 1 19:52:50 2026] PUT /v2.0/ports/32a93da5-4c77-4bfd-99bb-4c447042c31e => generated 1247 bytes in 698 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:51.675 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2650da3-2d4c-4ddc-b663-1eee26ee6eaa'] response: {'name': 'network-changed', 'server_uuid': 'f3be42be-5b96-4c87-8c15-ccddbae8914d', 'tag': '32a93da5-4c77-4bfd-99bb-4c447042c31e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1242/2367] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:51 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 1012 bytes in 172 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-09-01 19:52:51.727 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0169f175-890c-4b69-a743-98f812481840'] response: {'name': 'network-changed', 'server_uuid': 'c7686596-2d77-4b67-a121-5f8fe44ea460', 'tag': '32cadc92-0e0c-4732-9000-c054e37704b3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1126/2368] 10.0.0.147 () {34 vars in 1120 bytes} [Tue Sep 1 19:52:51 2026] GET /v2.0/security-groups?id=461d2039-32de-4495-83a6-ee5044770990&id=4eb90947-4e88-46da-af14-7505d88854f1&fields=id&fields=name => generated 207 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2369] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:52:52 2026] GET /v2.0/ports?tenant_id=dba428b5c69e4510a9e517e10d3c6368&device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 1250 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2370] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:52:52 2026] GET /v2.0/ports?tenant_id=5e5aa96948cd4bdf977e156a2ff74139&device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => generated 1213 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2371] 162.253.55.86 () {34 vars in 1017 bytes} [Tue Sep 1 19:52:52 2026] GET /v2.0/networks?tenant_id=dba428b5c69e4510a9e517e10d3c6368&shared=False => generated 807 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2372] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:52:52 2026] GET /v2.0/networks?id=e1f916d4-29d9-4dd7-9b68-af2c370d745d => generated 798 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2373] 162.253.55.86 () {34 vars in 929 bytes} [Tue Sep 1 19:52:52 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2374] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:52:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=32cadc92-0e0c-4732-9000-c054e37704b3 => generated 861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2375] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:52:52 2026] GET /v2.0/subnets?id=b13b06f6-0364-4570-99bd-1ea690bb3cdc => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2376] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:52:52 2026] GET /v2.0/ports?network_id=e1f916d4-29d9-4dd7-9b68-af2c370d745d&device_owner=network%3Adhcp => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2377] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:52:52 2026] GET /v2.0/networks/e1f916d4-29d9-4dd7-9b68-af2c370d745d?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2378] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:52:52 2026] GET /v2.0/networks/e1f916d4-29d9-4dd7-9b68-af2c370d745d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2379] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:52 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 1012 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2380] 10.0.0.147 () {34 vars in 1120 bytes} [Tue Sep 1 19:52:52 2026] GET /v2.0/security-groups?id=461d2039-32de-4495-83a6-ee5044770990&id=4eb90947-4e88-46da-af14-7505d88854f1&fields=id&fields=name => generated 207 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2381] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:52:53 2026] GET /v2.0/ports?tenant_id=dba428b5c69e4510a9e517e10d3c6368&device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 1250 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2382] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:52:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=32a93da5-4c77-4bfd-99bb-4c447042c31e => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2383] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:52:53 2026] GET /v2.0/subnets?id=29505693-544e-4de6-83d3-ca653a3900c8 => generated 690 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2384] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:52:53 2026] GET /v2.0/ports?network_id=9a23042d-2b8a-4a3d-a400-62cb079b9723&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: 1251/2385] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:52:53 2026] GET /v2.0/networks/9a23042d-2b8a-4a3d-a400-62cb079b9723?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: 1135/2386] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:52:53 2026] GET /v2.0/networks/9a23042d-2b8a-4a3d-a400-62cb079b9723?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2387] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:54 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 1012 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2388] 10.0.0.147 () {34 vars in 1120 bytes} [Tue Sep 1 19:52:54 2026] GET /v2.0/security-groups?id=461d2039-32de-4495-83a6-ee5044770990&id=4eb90947-4e88-46da-af14-7505d88854f1&fields=id&fields=name => generated 207 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2389] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:55 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 1012 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2390] 10.0.0.147 () {34 vars in 1120 bytes} [Tue Sep 1 19:52:55 2026] GET /v2.0/security-groups?id=461d2039-32de-4495-83a6-ee5044770990&id=4eb90947-4e88-46da-af14-7505d88854f1&fields=id&fields=name => generated 207 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2391] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:56 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 1012 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2394] 10.0.0.147 () {34 vars in 1120 bytes} [Tue Sep 1 19:52:56 2026] GET /v2.0/security-groups?id=461d2039-32de-4495-83a6-ee5044770990&id=4eb90947-4e88-46da-af14-7505d88854f1&fields=id&fields=name => generated 207 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2395] 162.253.55.86 () {34 vars in 993 bytes} [Tue Sep 1 19:52:56 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 1250 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2396] 162.253.55.86 () {34 vars in 1123 bytes} [Tue Sep 1 19:52:56 2026] GET /v2.0/security-groups?id=461d2039-32de-4495-83a6-ee5044770990&id=4eb90947-4e88-46da-af14-7505d88854f1&fields=id&fields=name => generated 207 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:57.173 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5a55ed59-1160-4838-957a-d60cf037b493 - - - - - -] OVN reports status up for port: 32a93da5-4c77-4bfd-99bb-4c447042c31e 2026-09-01 19:52:57.186 7 INFO neutron.plugins.ml2.plugin [None req-5a55ed59-1160-4838-957a-d60cf037b493 - - - - - -] Attempt 1 to provision port 32a93da5-4c77-4bfd-99bb-4c447042c31e 2026-09-01 19:52:57.295 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-88e18f71-8e8f-4704-9cda-716aef3e788f'] response: {'server_uuid': 'f3be42be-5b96-4c87-8c15-ccddbae8914d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '32a93da5-4c77-4bfd-99bb-4c447042c31e', 'code': 200} 2026-09-01 19:52:57.394 7 INFO neutron.db.ovn_revision_numbers_db [None req-5a55ed59-1160-4838-957a-d60cf037b493 - - - - - -] Successfully bumped revision number for resource 32a93da5-4c77-4bfd-99bb-4c447042c31e (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: 1258/2397] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:57 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 1014 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2398] 10.0.0.147 () {34 vars in 1120 bytes} [Tue Sep 1 19:52:57 2026] GET /v2.0/security-groups?id=461d2039-32de-4495-83a6-ee5044770990&id=4eb90947-4e88-46da-af14-7505d88854f1&fields=id&fields=name => generated 207 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2399] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:58 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 1014 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2400] 10.0.0.147 () {34 vars in 1120 bytes} [Tue Sep 1 19:52:58 2026] GET /v2.0/security-groups?id=461d2039-32de-4495-83a6-ee5044770990&id=4eb90947-4e88-46da-af14-7505d88854f1&fields=id&fields=name => generated 207 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2401] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:52:59 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 1014 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:52:59.331 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0df6600-6b2b-4178-b437-56c81f50e3b2'] response: {'server_uuid': 'f3be42be-5b96-4c87-8c15-ccddbae8914d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '32a93da5-4c77-4bfd-99bb-4c447042c31e', 'code': 200} [pid: 7|app: 0|req: 1261/2402] 10.0.0.68 () {34 vars in 989 bytes} [Tue Sep 1 19:52:59 2026] GET /v2.0/ports?device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => generated 1213 bytes in 59 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.68 () {34 vars in 1039 bytes} [Tue Sep 1 19:52:59 2026] GET /v2.0/security-groups?id=e338b2cb-d10b-4f25-b216-a73a500fe823&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-09-01 19:52:59.751 8 INFO neutron.db.ovn_revision_numbers_db [None req-58bbce61-5917-41a4-ab83-ce2957d7ec60 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Successfully bumped revision number for resource acf53c30-9eb2-4aae-920a-0c087693e24b (type: floatingips) to 1 2026-09-01 19:52:59.879 8 INFO neutron.db.ovn_revision_numbers_db [None req-58bbce61-5917-41a4-ab83-ce2957d7ec60 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Successfully bumped revision number for resource acf53c30-9eb2-4aae-920a-0c087693e24b (type: floatingips) to 2 2026-09-01 19:52:59.879 8 INFO neutron.db.l3_db [None req-58bbce61-5917-41a4-ab83-ce2957d7ec60 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Floating IP acf53c30-9eb2-4aae-920a-0c087693e24b associated. External IP: 10.96.250.210, port: 32a93da5-4c77-4bfd-99bb-4c447042c31e. [pid: 8|app: 0|req: 1142/2404] 10.0.0.4 () {34 vars in 747 bytes} [Tue Sep 1 19:52:59 2026] PUT /v2.0/floatingips/acf53c30-9eb2-4aae-920a-0c087693e24b => generated 856 bytes in 779 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:52:59.971 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d7f815e8-3473-4157-8d4f-acfe70df2fd3'] response: {'name': 'network-changed', 'server_uuid': 'f3be42be-5b96-4c87-8c15-ccddbae8914d', 'tag': '32a93da5-4c77-4bfd-99bb-4c447042c31e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1263/2405] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:53:00 2026] GET /v2.0/ports?tenant_id=dba428b5c69e4510a9e517e10d3c6368&device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 1252 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1143/2406] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:53:00 2026] GET /v2.0/networks?id=9a23042d-2b8a-4a3d-a400-62cb079b9723 => generated 807 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2407] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:53:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=32a93da5-4c77-4bfd-99bb-4c447042c31e => generated 861 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2408] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:53:00 2026] GET /v2.0/subnets?id=29505693-544e-4de6-83d3-ca653a3900c8 => generated 690 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2409] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:53:00 2026] GET /v2.0/ports?network_id=9a23042d-2b8a-4a3d-a400-62cb079b9723&device_owner=network%3Adhcp => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2410] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:53:00 2026] GET /v2.0/networks/9a23042d-2b8a-4a3d-a400-62cb079b9723?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2411] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:53:00 2026] GET /v2.0/networks/9a23042d-2b8a-4a3d-a400-62cb079b9723?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: 1146/2412] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:53:02 2026] GET /v2.0/ports?device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => generated 975 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2413] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:53:02 2026] GET /v2.0/security-groups?id=e338b2cb-d10b-4f25-b216-a73a500fe823&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-09-01 19:53:03.545 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3c2dee93-aab0-43a7-8717-b85cc7c30a4c - - - - - -] OVN reports status down for port: 32cadc92-0e0c-4732-9000-c054e37704b3 2026-09-01 19:53:03.711 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fcf59bc7-225a-4026-8633-e713761d6c2b'] response: {'server_uuid': 'c7686596-2d77-4b67-a121-5f8fe44ea460', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '32cadc92-0e0c-4732-9000-c054e37704b3', 'code': 200} [pid: 8|app: 0|req: 1147/2414] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:53:03 2026] GET /v2.0/ports?device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2415] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:53:03 2026] GET /v2.0/security-groups?id=e338b2cb-d10b-4f25-b216-a73a500fe823&fields=id&fields=name => generated 113 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:53:03.913 7 INFO neutron.db.ovn_revision_numbers_db [None req-3c2dee93-aab0-43a7-8717-b85cc7c30a4c - - - - - -] Successfully bumped revision number for resource 32cadc92-0e0c-4732-9000-c054e37704b3 (type: ports) to 6 [pid: 8|app: 0|req: 1148/2416] 162.253.55.86 () {34 vars in 993 bytes} [Tue Sep 1 19:53:04 2026] GET /v2.0/ports?device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => generated 973 bytes in 64 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: 1149/2417] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:53:04 2026] GET /v2.0/ports?device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:53:04.974 7 INFO neutron_taas.services.taas.taas_plugin [req-5f197f3f-e81b-4ed6-b57d-6533a2aaa489 req-e4f41c70-c2fb-46ed-b347-b57e4599a2f7 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] TaaS: Handle Delete Port: 32cadc92-0e0c-4732-9000-c054e37704b3 2026-09-01 19:53:04.978 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5f197f3f-e81b-4ed6-b57d-6533a2aaa489 req-e4f41c70-c2fb-46ed-b347-b57e4599a2f7 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Tap Mirror: Handle Delete Port: 32cadc92-0e0c-4732-9000-c054e37704b3 [pid: 8|app: 0|req: 1150/2418] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:53:04 2026] GET /v2.0/security-groups?id=e338b2cb-d10b-4f25-b216-a73a500fe823&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-09-01 19:53:05.154 7 INFO neutron.db.l3_db [req-5f197f3f-e81b-4ed6-b57d-6533a2aaa489 req-e4f41c70-c2fb-46ed-b347-b57e4599a2f7 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Floating IP c5b44b3b-e2d3-4bc0-a577-e107ecac9591 disassociated. External IP: 10.96.250.206, port: 32cadc92-0e0c-4732-9000-c054e37704b3. [pid: 7|app: 0|req: 1269/2419] 162.253.55.86 () {36 vars in 996 bytes} [Tue Sep 1 19:53:04 2026] DELETE /v2.0/ports/32cadc92-0e0c-4732-9000-c054e37704b3 => generated 0 bytes in 498 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:53:05.765 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd2da61f-96d8-45b9-9a97-4fa3cb6646c8'] response: {'server_uuid': 'c7686596-2d77-4b67-a121-5f8fe44ea460', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '32cadc92-0e0c-4732-9000-c054e37704b3', 'code': 200} 2026-09-01 19:53:05.766 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd2da61f-96d8-45b9-9a97-4fa3cb6646c8'] response: {'server_uuid': 'c7686596-2d77-4b67-a121-5f8fe44ea460', 'name': 'network-vif-deleted', 'tag': '32cadc92-0e0c-4732-9000-c054e37704b3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1151/2420] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:53:06 2026] GET /v2.0/ports?device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => generated 12 bytes in 29 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: 1270/2421] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:53:07 2026] GET /v2.0/ports?device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => 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: 1152/2422] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:53:08 2026] GET /v2.0/ports?device_id=c7686596-2d77-4b67-a121-5f8fe44ea460 => 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: 1271/2423] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:53:09 2026] DELETE /v2.0/security-groups/e338b2cb-d10b-4f25-b216-a73a500fe823 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:53:09.744 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f24f1c8-599e-4262-a24b-5dcc3681a616 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] TaaS: Handle Delete Port: 183506db-a239-4547-8e38-1e006e1170cb 2026-09-01 19:53:09.747 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f24f1c8-599e-4262-a24b-5dcc3681a616 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Tap Mirror: Handle Delete Port: 183506db-a239-4547-8e38-1e006e1170cb [pid: 8|app: 0|req: 1153/2424] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:53:09 2026] DELETE /v2.0/floatingips/c5b44b3b-e2d3-4bc0-a577-e107ecac9591 => generated 0 bytes in 419 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2425] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:53:10 2026] GET /v2.0/ports?device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2426] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:53:10 2026] GET /v2.0/security-groups?id=b438f1ba-07ab-400d-ab49-e9ed9e0cef7a&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:53:11.259 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-af8c7253-be30-4855-9d63-b2d663f28d2e - - - - - -] OVN reports status down for port: bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a 2026-09-01 19:53:11.428 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-676d3b7e-7439-4d1e-8925-3e44057955ed'] response: {'server_uuid': 'c714df6b-5b85-478a-a36a-d4c615814f08', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a', 'code': 200} [pid: 7|app: 0|req: 1273/2427] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:53:11 2026] GET /v2.0/ports?device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2430] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:53:11 2026] GET /v2.0/security-groups?id=b438f1ba-07ab-400d-ab49-e9ed9e0cef7a&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:53:11.592 7 INFO neutron.db.ovn_revision_numbers_db [None req-af8c7253-be30-4855-9d63-b2d663f28d2e - - - - - -] Successfully bumped revision number for resource bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a (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: 1275/2431] 162.253.55.86 () {34 vars in 993 bytes} [Tue Sep 1 19:53:12 2026] GET /v2.0/ports?device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2432] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:53:12 2026] GET /v2.0/ports?device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2433] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:53:12 2026] GET /v2.0/security-groups?id=b438f1ba-07ab-400d-ab49-e9ed9e0cef7a&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:53:12.730 8 INFO neutron_taas.services.taas.taas_plugin [req-8ae27c1b-aeb9-4b9e-b516-26b5430715cb req-dc6c44ec-baa5-4087-8281-9a0b94716ed3 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] TaaS: Handle Delete Port: bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a 2026-09-01 19:53:12.735 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8ae27c1b-aeb9-4b9e-b516-26b5430715cb req-dc6c44ec-baa5-4087-8281-9a0b94716ed3 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Tap Mirror: Handle Delete Port: bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a [pid: 8|app: 0|req: 1157/2434] 162.253.55.86 () {36 vars in 996 bytes} [Tue Sep 1 19:53:12 2026] DELETE /v2.0/ports/bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a => generated 0 bytes in 435 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:53:12.971 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e7a075c-f5b9-4633-96b3-f5cf3689f60a'] response: {'server_uuid': 'c714df6b-5b85-478a-a36a-d4c615814f08', 'name': 'network-vif-deleted', 'tag': 'bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a', 'status': 'completed', 'code': 200} 2026-09-01 19:53:13.480 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-19e24080-47ba-485c-a194-ede0d05ddb4a'] response: {'server_uuid': 'c714df6b-5b85-478a-a36a-d4c615814f08', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'bd1f78fe-0f21-41ab-9eb9-f76ed9e31f4a', 'code': 200} [pid: 7|app: 0|req: 1278/2435] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:53:13 2026] GET /v2.0/ports?device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2436] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:53:14 2026] GET /v2.0/ports?device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => 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: 1279/2437] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:53:15 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 1014 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2438] 10.0.0.147 () {34 vars in 1120 bytes} [Tue Sep 1 19:53:15 2026] GET /v2.0/security-groups?id=461d2039-32de-4495-83a6-ee5044770990&id=4eb90947-4e88-46da-af14-7505d88854f1&fields=id&fields=name => generated 207 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2439] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:53:15 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 1252 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2440] 10.0.0.4 () {32 vars in 856 bytes} [Tue Sep 1 19:53:15 2026] GET /v2.0/floatingips?floating_network_id=ef59a445-5760-4c1b-9616-3cf3b867f0d6&port_id=32a93da5-4c77-4bfd-99bb-4c447042c31e => generated 861 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2441] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:53:16 2026] GET /v2.0/ports?device_id=c714df6b-5b85-478a-a36a-d4c615814f08 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2442] 10.0.0.68 () {34 vars in 989 bytes} [Tue Sep 1 19:53:16 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 1252 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2443] 10.0.0.68 () {34 vars in 1119 bytes} [Tue Sep 1 19:53:16 2026] GET /v2.0/security-groups?id=461d2039-32de-4495-83a6-ee5044770990&id=4eb90947-4e88-46da-af14-7505d88854f1&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: 8|app: 0|req: 1162/2444] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:53:17 2026] DELETE /v2.0/security-groups/b438f1ba-07ab-400d-ab49-e9ed9e0cef7a => generated 0 bytes in 211 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:53:17.733 7 INFO neutron_taas.services.taas.taas_plugin [None req-fcf700df-8ffa-47cc-9b24-6546aefeb79e 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] TaaS: Handle Delete Port: 2bf873ad-e875-409b-9ae7-46aea62a6d0c 2026-09-01 19:53:17.735 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fcf700df-8ffa-47cc-9b24-6546aefeb79e 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Tap Mirror: Handle Delete Port: 2bf873ad-e875-409b-9ae7-46aea62a6d0c [pid: 7|app: 0|req: 1283/2445] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:53:17 2026] PUT /v2.0/routers/7c759213-fe9a-4c28-bacd-f0506b57831f/remove_router_interface => generated 309 bytes in 861 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2446] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:53:18 2026] DELETE /v2.0/subnets/b13b06f6-0364-4570-99bd-1ea690bb3cdc => generated 0 bytes in 207 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-09-01 19:53:18.958 7 INFO neutron_taas.services.taas.taas_plugin [None req-daec93c1-1047-4870-8894-a9176611f8a2 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] TaaS: Handle Delete Port: 42aa0d8d-5a3a-4d52-a3e1-7915738a9f7c 2026-09-01 19:53:18.962 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-daec93c1-1047-4870-8894-a9176611f8a2 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Tap Mirror: Handle Delete Port: 42aa0d8d-5a3a-4d52-a3e1-7915738a9f7c [pid: 8|app: 0|req: 1164/2447] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:53:18 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 1014 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2448] 10.0.0.147 () {34 vars in 1120 bytes} [Tue Sep 1 19:53:19 2026] GET /v2.0/security-groups?id=461d2039-32de-4495-83a6-ee5044770990&id=4eb90947-4e88-46da-af14-7505d88854f1&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: 1284/2449] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:53:18 2026] DELETE /v2.0/routers/7c759213-fe9a-4c28-bacd-f0506b57831f => generated 0 bytes in 1440 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:53:20.010 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f90d719d-bf6f-44c1-9b0e-7540fe3407fa - - - - - -] OVN reports status down for port: 32a93da5-4c77-4bfd-99bb-4c447042c31e 2026-09-01 19:53:20.101 8 INFO neutron_taas.services.taas.taas_plugin [None req-8720f67e-b9a6-4ec5-ac33-46e946d45c64 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] TaaS: Handle Delete Port: 60329f54-29ab-4fd8-8920-e95c8bfd9daf 2026-09-01 19:53:20.104 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8720f67e-b9a6-4ec5-ac33-46e946d45c64 258e1b241f2f455cb4bc1892ef57a38c 5e5aa96948cd4bdf977e156a2ff74139 - - default default] Tap Mirror: Handle Delete Port: 60329f54-29ab-4fd8-8920-e95c8bfd9daf 2026-09-01 19:53:20.197 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-df114c52-f0e5-466f-bb2c-ac593fdc1440'] response: {'server_uuid': 'f3be42be-5b96-4c87-8c15-ccddbae8914d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '32a93da5-4c77-4bfd-99bb-4c447042c31e', 'code': 200} [pid: 7|app: 0|req: 1285/2450] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:53:20 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 1012 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:53:20.281 8 INFO neutron.services.segments.plugin [-] Segment a1cd970e-ac51-47ac-8097-f3fd0d4fdba3 resource provider aggregate not found 2026-09-01 19:53:20.285 8 INFO neutron.services.segments.plugin [-] Segment a1cd970e-ac51-47ac-8097-f3fd0d4fdba3 resource provider aggregate not found 2026-09-01 19:53:20.305 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a1cd970e-ac51-47ac-8097-f3fd0d4fdba3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1cd970e-ac51-47ac-8097-f3fd0d4fdba3 found for delete ", "request_id": "req-92933dc3-29ee-44ef-8e6f-85adb5bea34c"}]} 2026-09-01 19:53:20.307 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a1cd970e-ac51-47ac-8097-f3fd0d4fdba3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1cd970e-ac51-47ac-8097-f3fd0d4fdba3 found for delete ", "request_id": "req-90e6fab1-6ba2-4780-bd97-df8c49517267"}]} [pid: 8|app: 0|req: 1166/2451] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:53:19 2026] DELETE /v2.0/networks/e1f916d4-29d9-4dd7-9b68-af2c370d745d => 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: 1286/2452] 10.0.0.147 () {34 vars in 1120 bytes} [Tue Sep 1 19:53:20 2026] GET /v2.0/security-groups?id=461d2039-32de-4495-83a6-ee5044770990&id=4eb90947-4e88-46da-af14-7505d88854f1&fields=id&fields=name => generated 207 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:53:20.415 7 INFO neutron.db.ovn_revision_numbers_db [None req-f90d719d-bf6f-44c1-9b0e-7540fe3407fa - - - - - -] Successfully bumped revision number for resource 32a93da5-4c77-4bfd-99bb-4c447042c31e (type: ports) to 6 [pid: 8|app: 0|req: 1167/2453] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:53:20 2026] GET /v2.0/network-ip-availabilities => generated 2044 bytes in 159 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: 1287/2454] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:53:20 2026] GET /v2.0/floatingips => generated 859 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2455] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:53:20 2026] GET /v2.0/routers => generated 1935 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2456] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:53:20 2026] GET /v2.0/security-groups?tenant_id=5e5aa96948cd4bdf977e156a2ff74139&name=default => generated 2925 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2457] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:53:21 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2458] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:53:21 2026] GET /v2.0/ports => generated 13854 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2459] 162.253.55.86 () {34 vars in 993 bytes} [Tue Sep 1 19:53:21 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 1012 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2460] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:53:21 2026] GET /v2.0/networks => generated 3876 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2461] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:53:21 2026] DELETE /v2.0/security-groups/855351c0-a983-4464-86e2-7a29b6e529f1 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2462] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:53:21 2026] GET /v2.0/security-groups => generated 31413 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2463] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:53:21 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 1012 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:53:21.472 7 INFO neutron_taas.services.taas.taas_plugin [req-ab5d4f8c-1404-41d1-bc73-f153f7367944 req-23397e11-9e54-401d-a397-ea9fe57dfd81 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] TaaS: Handle Delete Port: 32a93da5-4c77-4bfd-99bb-4c447042c31e 2026-09-01 19:53:21.477 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ab5d4f8c-1404-41d1-bc73-f153f7367944 req-23397e11-9e54-401d-a397-ea9fe57dfd81 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Tap Mirror: Handle Delete Port: 32a93da5-4c77-4bfd-99bb-4c447042c31e [pid: 8|app: 0|req: 1172/2464] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:53:21 2026] GET /v2.0/subnets => generated 2662 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:53:21.621 8 INFO neutron.db.ovn_revision_numbers_db [None req-0c97ea6b-ea5e-48f8-ab77-e9535473017f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 8b858a41-6809-4132-8c53-ab9ecf170909 (type: security_groups) to 1 2026-09-01 19:53:21.634 8 INFO neutron.db.ovn_revision_numbers_db [None req-0c97ea6b-ea5e-48f8-ab77-e9535473017f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 03bf77ae-2a96-4a9b-a1e8-1b70f281cac9 (type: security_group_rules) to 0 2026-09-01 19:53:21.647 8 INFO neutron.db.ovn_revision_numbers_db [None req-0c97ea6b-ea5e-48f8-ab77-e9535473017f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4506e702-0254-4091-bcbf-52950b294516 (type: security_group_rules) to 0 2026-09-01 19:53:21.659 8 INFO neutron.db.ovn_revision_numbers_db [None req-0c97ea6b-ea5e-48f8-ab77-e9535473017f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ba0a802f-e00e-4540-b35e-93afe8f796aa (type: security_group_rules) to 0 2026-09-01 19:53:21.674 8 INFO neutron.db.ovn_revision_numbers_db [None req-0c97ea6b-ea5e-48f8-ab77-e9535473017f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f6abb9fe-9568-4cb5-b0bf-0e0fbe969845 (type: security_group_rules) to 0 2026-09-01 19:53:21.724 7 INFO neutron.db.l3_db [req-ab5d4f8c-1404-41d1-bc73-f153f7367944 req-23397e11-9e54-401d-a397-ea9fe57dfd81 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Floating IP acf53c30-9eb2-4aae-920a-0c087693e24b disassociated. External IP: 10.96.250.210, port: 32a93da5-4c77-4bfd-99bb-4c447042c31e. [pid: 8|app: 0|req: 1173/2465] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:53:21 2026] GET /v2.0/security-groups?tenant_id=8b3e1cbf1f1c4eef9105c57a11dcc874&name=default => generated 2925 bytes in 227 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: 1174/2466] 10.0.0.147 () {34 vars in 1120 bytes} [Tue Sep 1 19:53:21 2026] GET /v2.0/security-groups?id=461d2039-32de-4495-83a6-ee5044770990&id=4eb90947-4e88-46da-af14-7505d88854f1&fields=id&fields=name => generated 207 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2467] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:53:21 2026] GET /v2.0/agents => generated 1214 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2468] 162.253.55.86 () {36 vars in 996 bytes} [Tue Sep 1 19:53:21 2026] DELETE /v2.0/ports/32a93da5-4c77-4bfd-99bb-4c447042c31e => generated 0 bytes in 557 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2469] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:53:21 2026] GET /v2.0/subnets => generated 2662 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2470] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:53:21 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: 1176/2471] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:53:21 2026] DELETE /v2.0/security-groups/8b858a41-6809-4132-8c53-ab9ecf170909 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:53:22.236 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-afdf9cd0-4ba4-4d0e-ac9d-51ced3726022'] response: {'server_uuid': 'f3be42be-5b96-4c87-8c15-ccddbae8914d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '32a93da5-4c77-4bfd-99bb-4c447042c31e', 'code': 200} 2026-09-01 19:53:22.237 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-afdf9cd0-4ba4-4d0e-ac9d-51ced3726022'] response: {'server_uuid': 'f3be42be-5b96-4c87-8c15-ccddbae8914d', 'name': 'network-vif-deleted', 'tag': '32a93da5-4c77-4bfd-99bb-4c447042c31e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1296/2472] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:53:22 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => 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: 1177/2473] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:53:23 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2474] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:53:25 2026] GET /v2.0/ports?device_id=f3be42be-5b96-4c87-8c15-ccddbae8914d => 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: 1178/2475] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:53:26 2026] DELETE /v2.0/security-groups/461d2039-32de-4495-83a6-ee5044770990 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:53:26.483 7 INFO neutron.api.v2.resource [None req-31fdf3c5-0cb2-4e0d-a665-6bfa3a8883f8 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1298/2477] 10.0.0.4 () {32 vars in 735 bytes} [Tue Sep 1 19:53:26 2026] GET /v2.0/security-groups/461d2039-32de-4495-83a6-ee5044770990 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:53:26.634 7 INFO neutron_taas.services.taas.taas_plugin [None req-550ae7fd-25f3-4514-9499-bd09668ffa06 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] TaaS: Handle Delete Port: 5d91454d-ae0a-4a71-8436-9846a16760e8 2026-09-01 19:53:26.636 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-550ae7fd-25f3-4514-9499-bd09668ffa06 a18caa8519644e39bb6577f6df143079 dba428b5c69e4510a9e517e10d3c6368 - - default default] Tap Mirror: Handle Delete Port: 5d91454d-ae0a-4a71-8436-9846a16760e8 [pid: 7|app: 0|req: 1299/2479] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:53:26 2026] DELETE /v2.0/floatingips/acf53c30-9eb2-4aae-920a-0c087693e24b => generated 0 bytes in 355 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:53:27.063 8 INFO neutron.db.ovn_revision_numbers_db [None req-bfb93bdf-cdc4-4f04-b1c2-bbd98553760c 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Successfully bumped revision number for resource 9ee77250-fc64-49ee-afeb-271010dba9e5 (type: security_groups) to 1 2026-09-01 19:53:27.078 8 INFO neutron.db.ovn_revision_numbers_db [None req-bfb93bdf-cdc4-4f04-b1c2-bbd98553760c 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Successfully bumped revision number for resource 2157dc73-41ad-4805-b92f-88e6a7e30745 (type: security_group_rules) to 0 2026-09-01 19:53:27.093 8 INFO neutron.db.ovn_revision_numbers_db [None req-bfb93bdf-cdc4-4f04-b1c2-bbd98553760c 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Successfully bumped revision number for resource 484551b1-dc79-472b-b4c2-51f10b08cc60 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1300/2480] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:53:26 2026] DELETE /v2.0/security-groups/4eb90947-4e88-46da-af14-7505d88854f1 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:53:27.111 8 INFO neutron.db.ovn_revision_numbers_db [None req-bfb93bdf-cdc4-4f04-b1c2-bbd98553760c 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Successfully bumped revision number for resource 49fd8188-e22a-4bc5-a77b-72b7202b94aa (type: security_group_rules) to 0 2026-09-01 19:53:27.126 8 INFO neutron.db.ovn_revision_numbers_db [None req-bfb93bdf-cdc4-4f04-b1c2-bbd98553760c 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Successfully bumped revision number for resource f373a013-7ad8-4cde-865a-766762fa646d (type: security_group_rules) to 0 2026-09-01 19:53:27.231 8 INFO neutron.db.segments_db [None req-bfb93bdf-cdc4-4f04-b1c2-bbd98553760c 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Added segment 01152a27-4d3f-44a9-a098-e9a2557aecd9 of type geneve for network ec89d53a-5028-46c3-b543-bd126b8a2dfd 2026-09-01 19:53:27.380 8 INFO neutron.db.ovn_revision_numbers_db [None req-bfb93bdf-cdc4-4f04-b1c2-bbd98553760c 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Successfully bumped revision number for resource ec89d53a-5028-46c3-b543-bd126b8a2dfd (type: networks) to 1 2026-09-01 19:53:27.482 7 INFO neutron_taas.services.taas.taas_plugin [None req-07efc22e-72aa-4306-b877-b1617aea57b8 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 63a66b8a-347f-4097-b328-7a92bb3b9b0b 2026-09-01 19:53:27.486 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07efc22e-72aa-4306-b877-b1617aea57b8 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 63a66b8a-347f-4097-b328-7a92bb3b9b0b 2026-09-01 19:53:27.617 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bfb93bdf-cdc4-4f04-b1c2-bbd98553760c 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] No more DHCP agents 2026-09-01 19:53:27.619 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bfb93bdf-cdc4-4f04-b1c2-bbd98553760c 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Unable to schedule network ec89d53a-5028-46c3-b543-bd126b8a2dfd: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:53:27.665 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status down for port: bf02ee4b-7024-4704-9f74-cecf8753aab2 2026-09-01 19:53:27.734 8 INFO neutron.db.ovn_revision_numbers_db [None req-bfb93bdf-cdc4-4f04-b1c2-bbd98553760c 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Successfully bumped revision number for resource bf02ee4b-7024-4704-9f74-cecf8753aab2 (type: ports) to 1 [pid: 8|app: 0|req: 1181/2481] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:53:26 2026] POST /v2.0/networks => generated 670 bytes in 1123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:53:28.042 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-404108da-ddf0-4d91-87ad-1c2f222bcdbb 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] No more DHCP agents 2026-09-01 19:53:28.044 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-404108da-ddf0-4d91-87ad-1c2f222bcdbb 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Unable to schedule network ec89d53a-5028-46c3-b543-bd126b8a2dfd: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1301/2482] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:53:27 2026] PUT /v2.0/routers/01731488-c1e5-4811-9614-44f10921d1a2/remove_router_interface => generated 309 bytes in 1054 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-09-01 19:53:28.532 8 INFO neutron.db.ovn_revision_numbers_db [None req-35a141f1-f75e-4078-a04e-8ff9a72f03b4 - - - - - -] Successfully bumped revision number for resource bf02ee4b-7024-4704-9f74-cecf8753aab2 (type: ports) to 2 2026-09-01 19:53:28.553 7 INFO neutron_taas.services.taas.taas_plugin [None req-34cc268a-c7b9-4ac0-9705-c25bbc67192f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 593fe221-7b85-4a1f-8625-5705590a356b 2026-09-01 19:53:28.559 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34cc268a-c7b9-4ac0-9705-c25bbc67192f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 593fe221-7b85-4a1f-8625-5705590a356b 2026-09-01 19:53:28.572 8 INFO neutron.db.ovn_revision_numbers_db [None req-35a141f1-f75e-4078-a04e-8ff9a72f03b4 - - - - - -] Successfully bumped revision number for resource a351a84f-6fbc-40db-ae97-194a31aa1a93 (type: subnets) to 0 [pid: 8|app: 0|req: 1182/2483] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:53:27 2026] POST /v2.0/subnets => generated 626 bytes in 805 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:53:28.690 8 INFO neutron.db.segments_db [None req-ce81bb21-d30a-40be-9eeb-4975d70228a1 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Added segment 2f9ebe72-eaf0-4f05-b9bf-9d1699497279 of type geneve for network b66fa929-3f89-41c9-8e85-72dd6e5847be 2026-09-01 19:53:28.827 8 INFO neutron.db.ovn_revision_numbers_db [None req-ce81bb21-d30a-40be-9eeb-4975d70228a1 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Successfully bumped revision number for resource b66fa929-3f89-41c9-8e85-72dd6e5847be (type: networks) to 1 2026-09-01 19:53:29.063 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ce81bb21-d30a-40be-9eeb-4975d70228a1 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] No more DHCP agents 2026-09-01 19:53:29.065 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ce81bb21-d30a-40be-9eeb-4975d70228a1 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Unable to schedule network b66fa929-3f89-41c9-8e85-72dd6e5847be: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:53:29.117 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-585fb34f-0d29-423c-b26d-617344345825 - - - - - -] OVN reports status down for port: a2518d91-d327-4ac5-b4fd-e7e90cf2ed36 2026-09-01 19:53:29.166 8 INFO neutron.db.ovn_revision_numbers_db [None req-ce81bb21-d30a-40be-9eeb-4975d70228a1 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Successfully bumped revision number for resource a2518d91-d327-4ac5-b4fd-e7e90cf2ed36 (type: ports) to 1 [pid: 8|app: 0|req: 1183/2484] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:53:28 2026] POST /v2.0/networks => generated 670 bytes in 610 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:53:29.440 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0c817048-0e64-4378-862f-8b0c38d74ade 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] No more DHCP agents 2026-09-01 19:53:29.442 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0c817048-0e64-4378-862f-8b0c38d74ade 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Unable to schedule network b66fa929-3f89-41c9-8e85-72dd6e5847be: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1302/2485] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:53:28 2026] DELETE /v2.0/routers/01731488-c1e5-4811-9614-44f10921d1a2 => generated 0 bytes in 1338 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2486] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:53:29 2026] DELETE /v2.0/subnets/29505693-544e-4de6-83d3-ca653a3900c8 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:53:29.862 7 INFO neutron_taas.services.taas.taas_plugin [None req-15ff5ba9-1819-44f9-928e-856900bfb723 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: c4d9afc6-520c-4638-8e7f-8d61a358cf44 2026-09-01 19:53:29.866 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15ff5ba9-1819-44f9-928e-856900bfb723 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: c4d9afc6-520c-4638-8e7f-8d61a358cf44 2026-09-01 19:53:30.001 8 INFO neutron.db.ovn_revision_numbers_db [None req-32a0c30e-4c18-4204-a5a0-a29beeaf7884 - - - - - -] Successfully bumped revision number for resource a2518d91-d327-4ac5-b4fd-e7e90cf2ed36 (type: ports) to 2 2026-09-01 19:53:30.043 8 INFO neutron.db.ovn_revision_numbers_db [None req-32a0c30e-4c18-4204-a5a0-a29beeaf7884 - - - - - -] Successfully bumped revision number for resource 09724a5d-7d80-4112-b1fb-a7007b47a3f9 (type: subnets) to 0 [pid: 8|app: 0|req: 1184/2487] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:53:29 2026] POST /v2.0/subnets => generated 629 bytes in 859 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:53:30.096 7 INFO neutron.services.segments.plugin [-] Segment ca4ec176-e850-400d-9d86-2adcb34a81f2 resource provider aggregate not found 2026-09-01 19:53:30.109 7 INFO neutron.services.segments.plugin [-] Segment ca4ec176-e850-400d-9d86-2adcb34a81f2 resource provider aggregate not found 2026-09-01 19:53:30.135 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ca4ec176-e850-400d-9d86-2adcb34a81f2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca4ec176-e850-400d-9d86-2adcb34a81f2 found for delete ", "request_id": "req-0acebb73-7ed1-47f3-8735-5a6ab9ff293d"}]} 2026-09-01 19:53:30.138 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ca4ec176-e850-400d-9d86-2adcb34a81f2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca4ec176-e850-400d-9d86-2adcb34a81f2 found for delete ", "request_id": "req-4a95b8aa-05a1-48d3-891b-4a96ffb297dc"}]} [pid: 7|app: 0|req: 1304/2488] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:53:29 2026] DELETE /v2.0/networks/9a23042d-2b8a-4a3d-a400-62cb079b9723 => generated 0 bytes in 474 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:53:30.180 8 INFO neutron.db.segments_db [None req-e78b61f9-4afe-485c-a0a4-7ae48ca46f1d 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Added segment a12c37d7-910f-4717-8642-0155fecebfea of type geneve for network dccbdf4c-2cfb-4c10-9ea0-6914f7959f38 2026-09-01 19:53:30.316 8 INFO neutron.db.ovn_revision_numbers_db [None req-e78b61f9-4afe-485c-a0a4-7ae48ca46f1d 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Successfully bumped revision number for resource dccbdf4c-2cfb-4c10-9ea0-6914f7959f38 (type: networks) to 1 2026-09-01 19:53:30.502 7 INFO neutron_taas.services.taas.taas_plugin [None req-1179417d-0420-470d-88a3-c226156294b4 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 81c63f8f-2e91-43f7-b053-17411bad3bbb 2026-09-01 19:53:30.505 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1179417d-0420-470d-88a3-c226156294b4 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 81c63f8f-2e91-43f7-b053-17411bad3bbb 2026-09-01 19:53:30.521 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e78b61f9-4afe-485c-a0a4-7ae48ca46f1d 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] No more DHCP agents 2026-09-01 19:53:30.522 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e78b61f9-4afe-485c-a0a4-7ae48ca46f1d 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Unable to schedule network dccbdf4c-2cfb-4c10-9ea0-6914f7959f38: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:53:30.567 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-585fb34f-0d29-423c-b26d-617344345825 - - - - - -] OVN reports status down for port: bacefefc-9665-4cbe-b065-9917c1f88842 2026-09-01 19:53:30.598 8 INFO neutron.db.ovn_revision_numbers_db [None req-e78b61f9-4afe-485c-a0a4-7ae48ca46f1d 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Successfully bumped revision number for resource bacefefc-9665-4cbe-b065-9917c1f88842 (type: ports) to 1 [pid: 8|app: 0|req: 1185/2489] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:53:30 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) 2026-09-01 19:53:30.923 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-076fc26f-5259-4f6c-950a-51d6af3c946f 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] No more DHCP agents 2026-09-01 19:53:30.925 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-076fc26f-5259-4f6c-950a-51d6af3c946f 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Unable to schedule network dccbdf4c-2cfb-4c10-9ea0-6914f7959f38: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1305/2490] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:53:30 2026] PUT /v2.0/routers/88d59ad0-97f4-4e38-a21a-4a106e6f4539/remove_router_interface => generated 309 bytes in 1181 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-09-01 19:53:31.425 8 INFO neutron.db.ovn_revision_numbers_db [None req-57e24a99-795f-4578-b17a-cd248fde4b67 - - - - - -] Successfully bumped revision number for resource bacefefc-9665-4cbe-b065-9917c1f88842 (type: ports) to 2 2026-09-01 19:53:31.460 8 INFO neutron.db.ovn_revision_numbers_db [None req-57e24a99-795f-4578-b17a-cd248fde4b67 - - - - - -] Successfully bumped revision number for resource 5b2fe81b-3b08-44ff-a394-d0f910a17b4d (type: subnets) to 0 [pid: 8|app: 0|req: 1186/2491] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:53:30 2026] POST /v2.0/subnets => generated 629 bytes in 840 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:53:31.602 8 INFO neutron.db.segments_db [None req-e68c0fa0-b258-4ddd-89ec-192f3f126d65 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Added segment b78c430c-6103-4971-8851-b067178933ad of type geneve for network b97a0211-6ced-434e-86eb-d03f012939d8 2026-09-01 19:53:31.725 8 INFO neutron.db.ovn_revision_numbers_db [None req-e68c0fa0-b258-4ddd-89ec-192f3f126d65 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Successfully bumped revision number for resource b97a0211-6ced-434e-86eb-d03f012939d8 (type: networks) to 1 2026-09-01 19:53:31.761 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb36a0a3-1f7a-4048-b720-0ae562b040f9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 4a99ffab-fcc4-4311-9682-143960c598f4 2026-09-01 19:53:31.766 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb36a0a3-1f7a-4048-b720-0ae562b040f9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 4a99ffab-fcc4-4311-9682-143960c598f4 2026-09-01 19:53:31.961 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e68c0fa0-b258-4ddd-89ec-192f3f126d65 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] No more DHCP agents 2026-09-01 19:53:31.963 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e68c0fa0-b258-4ddd-89ec-192f3f126d65 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Unable to schedule network b97a0211-6ced-434e-86eb-d03f012939d8: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:53:32.044 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-585fb34f-0d29-423c-b26d-617344345825 - - - - - -] OVN reports status down for port: 4e8f4a14-30b1-4792-941f-75481f45ecea 2026-09-01 19:53:32.090 8 INFO neutron.db.ovn_revision_numbers_db [None req-e68c0fa0-b258-4ddd-89ec-192f3f126d65 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Successfully bumped revision number for resource 4e8f4a14-30b1-4792-941f-75481f45ecea (type: ports) to 1 [pid: 8|app: 0|req: 1187/2492] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:53:31 2026] POST /v2.0/networks => generated 669 bytes in 640 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:53:32.345 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2da4cab8-7a5e-45de-bdeb-57f956e9b95a 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] No more DHCP agents 2026-09-01 19:53:32.346 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2da4cab8-7a5e-45de-bdeb-57f956e9b95a 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Unable to schedule network b97a0211-6ced-434e-86eb-d03f012939d8: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:53:32.663 8 INFO neutron.db.ovn_revision_numbers_db [None req-bffbaebb-6035-46cc-b59b-504ae007ed6b - - - - - -] Successfully bumped revision number for resource 4e8f4a14-30b1-4792-941f-75481f45ecea (type: ports) to 2 2026-09-01 19:53:32.688 8 INFO neutron.db.ovn_revision_numbers_db [None req-bffbaebb-6035-46cc-b59b-504ae007ed6b - - - - - -] Successfully bumped revision number for resource cdd4f7a2-f682-4a66-b84e-ef8ec9eb12fb (type: subnets) to 0 [pid: 8|app: 0|req: 1188/2493] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:53:32 2026] POST /v2.0/subnets => generated 629 bytes in 575 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:53:32.780 8 INFO neutron.db.segments_db [None req-2ea1dd47-d227-49d9-a329-dd04916e5caf 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Added segment 3bb180ae-3491-4be4-89dd-3791e9c54a1b of type geneve for network ddf05edc-1c22-413c-b921-da4d3a215770 [pid: 7|app: 0|req: 1306/2494] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:53:31 2026] DELETE /v2.0/routers/88d59ad0-97f4-4e38-a21a-4a106e6f4539 => generated 0 bytes in 1440 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:53:32.900 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ea1dd47-d227-49d9-a329-dd04916e5caf 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Successfully bumped revision number for resource ddf05edc-1c22-413c-b921-da4d3a215770 (type: networks) to 1 [pid: 7|app: 0|req: 1307/2495] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:53:32 2026] DELETE /v2.0/subnets/272aedbc-519e-4f48-b60b-33fb9d03feae => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:53:33.040 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2ea1dd47-d227-49d9-a329-dd04916e5caf 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] No more DHCP agents 2026-09-01 19:53:33.042 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2ea1dd47-d227-49d9-a329-dd04916e5caf 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Unable to schedule network ddf05edc-1c22-413c-b921-da4d3a215770: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:53:33.074 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-585fb34f-0d29-423c-b26d-617344345825 - - - - - -] OVN reports status down for port: 80ebac47-9998-4278-b652-ff0e011de9fe 2026-09-01 19:53:33.103 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ea1dd47-d227-49d9-a329-dd04916e5caf 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Successfully bumped revision number for resource 80ebac47-9998-4278-b652-ff0e011de9fe (type: ports) to 1 [pid: 8|app: 0|req: 1189/2496] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:53:32 2026] POST /v2.0/networks => generated 669 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:53:33.231 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff5ef47f-9169-44c3-b18d-d059577d2f03 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: b84bf4ad-bc41-4bba-a411-1ada35e654ea 2026-09-01 19:53:33.235 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff5ef47f-9169-44c3-b18d-d059577d2f03 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: b84bf4ad-bc41-4bba-a411-1ada35e654ea 2026-09-01 19:53:33.268 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dc0617aa-b783-4bd2-93e3-891fe5167470 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] No more DHCP agents 2026-09-01 19:53:33.269 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dc0617aa-b783-4bd2-93e3-891fe5167470 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Unable to schedule network ddf05edc-1c22-413c-b921-da4d3a215770: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:53:33.419 7 INFO neutron.services.segments.plugin [-] Segment a0e2b121-ce34-41e9-98b4-180f82bef046 resource provider aggregate not found 2026-09-01 19:53:33.429 7 INFO neutron.services.segments.plugin [-] Segment a0e2b121-ce34-41e9-98b4-180f82bef046 resource provider aggregate not found 2026-09-01 19:53:33.437 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a0e2b121-ce34-41e9-98b4-180f82bef046 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0e2b121-ce34-41e9-98b4-180f82bef046 found for delete ", "request_id": "req-825149dc-ac23-4359-abdf-fca09589b971"}]} 2026-09-01 19:53:33.458 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a0e2b121-ce34-41e9-98b4-180f82bef046 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0e2b121-ce34-41e9-98b4-180f82bef046 found for delete ", "request_id": "req-d988d9a8-cca5-475a-91b6-0850ae84d161"}]} [pid: 7|app: 0|req: 1308/2497] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:53:33 2026] DELETE /v2.0/networks/058bebb3-6146-46c9-accf-03cac52b3671 => generated 0 bytes in 456 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:53:33.671 8 INFO neutron.db.ovn_revision_numbers_db [None req-41f7ab74-d27d-4072-a3d5-b1302a8e1095 - - - - - -] Successfully bumped revision number for resource 80ebac47-9998-4278-b652-ff0e011de9fe (type: ports) to 2 2026-09-01 19:53:33.717 8 INFO neutron.db.ovn_revision_numbers_db [None req-41f7ab74-d27d-4072-a3d5-b1302a8e1095 - - - - - -] Successfully bumped revision number for resource f396cc06-fa06-4c80-8d23-98b428cf46d8 (type: subnets) to 0 [pid: 8|app: 0|req: 1190/2498] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:53:33 2026] POST /v2.0/subnets => generated 629 bytes in 614 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2499] 10.0.0.4 () {34 vars in 749 bytes} [Tue Sep 1 19:53:33 2026] PUT /v2.0/subnets/a351a84f-6fbc-40db-ae97-194a31aa1a93/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2500] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:53:33 2026] GET /v2.0/security-groups?tenant_id=dba428b5c69e4510a9e517e10d3c6368&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2501] 10.0.0.4 () {34 vars in 749 bytes} [Tue Sep 1 19:53:33 2026] PUT /v2.0/subnets/09724a5d-7d80-4112-b1fb-a7007b47a3f9/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2502] 10.0.0.4 () {34 vars in 749 bytes} [Tue Sep 1 19:53:33 2026] PUT /v2.0/subnets/5b2fe81b-3b08-44ff-a394-d0f910a17b4d/tags => generated 34 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2503] 10.0.0.4 () {34 vars in 749 bytes} [Tue Sep 1 19:53:33 2026] PUT /v2.0/subnets/cdd4f7a2-f682-4a66-b84e-ef8ec9eb12fb/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2504] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:53:33 2026] DELETE /v2.0/security-groups/04cbb41c-3271-4ab6-8732-048baf292ecf => generated 0 bytes in 204 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2505] 10.0.0.4 () {32 vars in 662 bytes} [Tue Sep 1 19:53:34 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2506] 10.0.0.4 () {32 vars in 676 bytes} [Tue Sep 1 19:53:34 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2507] 10.0.0.4 () {32 vars in 672 bytes} [Tue Sep 1 19:53:34 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2508] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:53:34 2026] GET /v2.0/security-groups?tenant_id=22ee7041700b4f9db992b51eb826a458&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: 1196/2509] 10.0.0.4 () {32 vars in 684 bytes} [Tue Sep 1 19:53:34 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2510] 10.0.0.4 () {32 vars in 670 bytes} [Tue Sep 1 19:53:34 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2511] 10.0.0.4 () {32 vars in 684 bytes} [Tue Sep 1 19:53:34 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2512] 10.0.0.4 () {32 vars in 680 bytes} [Tue Sep 1 19:53:34 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2513] 10.0.0.4 () {32 vars in 692 bytes} [Tue Sep 1 19:53:34 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2514] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:53:34 2026] DELETE /v2.0/security-groups/ea9d6131-532c-448a-a9c9-2c16c059aa1f => generated 0 bytes in 219 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2515] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:53:34 2026] DELETE /v2.0/subnets/a351a84f-6fbc-40db-ae97-194a31aa1a93 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2516] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:53:34 2026] DELETE /v2.0/subnets/09724a5d-7d80-4112-b1fb-a7007b47a3f9 => 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: 1202/2517] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:53:34 2026] DELETE /v2.0/subnets/5b2fe81b-3b08-44ff-a394-d0f910a17b4d => 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: 1316/2518] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:53:35 2026] DELETE /v2.0/subnets/cdd4f7a2-f682-4a66-b84e-ef8ec9eb12fb => 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: 1203/2519] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:53:35 2026] DELETE /v2.0/subnets/f396cc06-fa06-4c80-8d23-98b428cf46d8 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:53:35.555 7 INFO neutron_taas.services.taas.taas_plugin [None req-33f6cc57-fb52-4508-9573-990be181ea12 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] TaaS: Handle Delete Port: bf02ee4b-7024-4704-9f74-cecf8753aab2 2026-09-01 19:53:35.557 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33f6cc57-fb52-4508-9573-990be181ea12 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Tap Mirror: Handle Delete Port: bf02ee4b-7024-4704-9f74-cecf8753aab2 2026-09-01 19:53:35.689 7 INFO neutron.services.segments.plugin [-] Segment 01152a27-4d3f-44a9-a098-e9a2557aecd9 resource provider aggregate not found 2026-09-01 19:53:35.693 7 INFO neutron.services.segments.plugin [-] Segment 01152a27-4d3f-44a9-a098-e9a2557aecd9 resource provider aggregate not found 2026-09-01 19:53:35.718 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 01152a27-4d3f-44a9-a098-e9a2557aecd9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01152a27-4d3f-44a9-a098-e9a2557aecd9 found for delete ", "request_id": "req-84ec44a6-6a72-4286-b770-047a83acdecf"}]} 2026-09-01 19:53:35.719 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 01152a27-4d3f-44a9-a098-e9a2557aecd9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01152a27-4d3f-44a9-a098-e9a2557aecd9 found for delete ", "request_id": "req-75b10478-5ffd-4588-b7ce-3c412749d2fe"}]} [pid: 7|app: 0|req: 1317/2520] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:53:35 2026] DELETE /v2.0/networks/ec89d53a-5028-46c3-b543-bd126b8a2dfd => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:53:35.900 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e62a91c-1fd4-4287-ac69-b1c488f1a5df 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] TaaS: Handle Delete Port: a2518d91-d327-4ac5-b4fd-e7e90cf2ed36 2026-09-01 19:53:35.903 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e62a91c-1fd4-4287-ac69-b1c488f1a5df 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Tap Mirror: Handle Delete Port: a2518d91-d327-4ac5-b4fd-e7e90cf2ed36 2026-09-01 19:53:36.097 8 INFO neutron.services.segments.plugin [-] Segment 2f9ebe72-eaf0-4f05-b9bf-9d1699497279 resource provider aggregate not found 2026-09-01 19:53:36.103 8 INFO neutron.services.segments.plugin [-] Segment 2f9ebe72-eaf0-4f05-b9bf-9d1699497279 resource provider aggregate not found 2026-09-01 19:53:36.119 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2f9ebe72-eaf0-4f05-b9bf-9d1699497279 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f9ebe72-eaf0-4f05-b9bf-9d1699497279 found for delete ", "request_id": "req-570e5b8d-d455-4de3-9b95-dcb431d3cceb"}]} 2026-09-01 19:53:36.131 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2f9ebe72-eaf0-4f05-b9bf-9d1699497279 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f9ebe72-eaf0-4f05-b9bf-9d1699497279 found for delete ", "request_id": "req-842edd7b-9157-40c3-9428-5c6b8d95a85f"}]} [pid: 8|app: 0|req: 1204/2521] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:53:35 2026] DELETE /v2.0/networks/b66fa929-3f89-41c9-8e85-72dd6e5847be => generated 0 bytes in 426 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:53:36.300 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d2f2360-8cd9-441e-bbee-25c6da8c4df2 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] TaaS: Handle Delete Port: bacefefc-9665-4cbe-b065-9917c1f88842 2026-09-01 19:53:36.303 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d2f2360-8cd9-441e-bbee-25c6da8c4df2 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Tap Mirror: Handle Delete Port: bacefefc-9665-4cbe-b065-9917c1f88842 [pid: 7|app: 0|req: 1318/2522] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:53:36 2026] DELETE /v2.0/networks/dccbdf4c-2cfb-4c10-9ea0-6914f7959f38 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:53:36.635 8 INFO neutron_taas.services.taas.taas_plugin [None req-337e2cc9-f272-4f64-91f3-ead3106e12c2 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] TaaS: Handle Delete Port: 4e8f4a14-30b1-4792-941f-75481f45ecea 2026-09-01 19:53:36.638 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-337e2cc9-f272-4f64-91f3-ead3106e12c2 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Tap Mirror: Handle Delete Port: 4e8f4a14-30b1-4792-941f-75481f45ecea [pid: 8|app: 0|req: 1205/2523] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:53:36 2026] DELETE /v2.0/networks/b97a0211-6ced-434e-86eb-d03f012939d8 => generated 0 bytes in 360 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:53:37.004 7 INFO neutron_taas.services.taas.taas_plugin [None req-4899fb14-9a3b-4ce1-8ce4-d9eaa47f33c0 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] TaaS: Handle Delete Port: 80ebac47-9998-4278-b652-ff0e011de9fe 2026-09-01 19:53:37.008 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4899fb14-9a3b-4ce1-8ce4-d9eaa47f33c0 6850e580a05146e1847db720890ece61 053b4bac9118426ba70ca174d2748012 - - default default] Tap Mirror: Handle Delete Port: 80ebac47-9998-4278-b652-ff0e011de9fe [pid: 7|app: 0|req: 1319/2524] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:53:36 2026] DELETE /v2.0/networks/ddf05edc-1c22-413c-b921-da4d3a215770 => generated 0 bytes in 432 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:53:37.741 7 INFO neutron.services.segments.plugin [-] Segment a12c37d7-910f-4717-8642-0155fecebfea resource provider aggregate not found 2026-09-01 19:53:37.748 7 INFO neutron.services.segments.plugin [-] Segment a12c37d7-910f-4717-8642-0155fecebfea resource provider aggregate not found 2026-09-01 19:53:37.764 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a12c37d7-910f-4717-8642-0155fecebfea resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a12c37d7-910f-4717-8642-0155fecebfea found for delete ", "request_id": "req-e59be118-c7f4-4fb3-9f52-89345c0ff3fd"}]} 2026-09-01 19:53:37.768 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a12c37d7-910f-4717-8642-0155fecebfea resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a12c37d7-910f-4717-8642-0155fecebfea found for delete ", "request_id": "req-3623c8b1-3129-4076-bbd8-8c0988ddc90d"}]} 2026-09-01 19:53:37.785 7 INFO neutron.services.segments.plugin [-] Segment 3bb180ae-3491-4be4-89dd-3791e9c54a1b resource provider aggregate not found 2026-09-01 19:53:37.797 7 INFO neutron.services.segments.plugin [-] Segment 3bb180ae-3491-4be4-89dd-3791e9c54a1b resource provider aggregate not found 2026-09-01 19:53:37.801 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3bb180ae-3491-4be4-89dd-3791e9c54a1b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bb180ae-3491-4be4-89dd-3791e9c54a1b found for delete ", "request_id": "req-2c543712-f179-40fb-b26e-bd66c3205af5"}]} 2026-09-01 19:53:37.818 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3bb180ae-3491-4be4-89dd-3791e9c54a1b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bb180ae-3491-4be4-89dd-3791e9c54a1b found for delete ", "request_id": "req-9d740bdb-b01b-45d8-abfe-bfacd65697e5"}]} 2026-09-01 19:53:38.140 8 INFO neutron.services.segments.plugin [-] Segment b78c430c-6103-4971-8851-b067178933ad resource provider aggregate not found 2026-09-01 19:53:38.151 8 INFO neutron.services.segments.plugin [-] Segment b78c430c-6103-4971-8851-b067178933ad resource provider aggregate not found 2026-09-01 19:53:38.158 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b78c430c-6103-4971-8851-b067178933ad resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b78c430c-6103-4971-8851-b067178933ad found for delete ", "request_id": "req-2e4ba063-cb5d-4d09-b0f8-f18f46405c4e"}]} 2026-09-01 19:53:38.173 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b78c430c-6103-4971-8851-b067178933ad resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b78c430c-6103-4971-8851-b067178933ad found for delete ", "request_id": "req-6631d600-0a97-4628-a047-066cce55abeb"}]} 2026-09-01 19:53:38.509 8 INFO neutron.db.ovn_revision_numbers_db [None req-6a8183ce-4996-48bb-bd23-4ac033e14eb4 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 80cfa349-e1c3-4269-86e1-1c00a57a847c (type: security_groups) to 1 2026-09-01 19:53:38.523 8 INFO neutron.db.ovn_revision_numbers_db [None req-6a8183ce-4996-48bb-bd23-4ac033e14eb4 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 03e13cfe-3e74-4af1-9830-2cc5fffd4482 (type: security_group_rules) to 0 2026-09-01 19:53:38.537 8 INFO neutron.db.ovn_revision_numbers_db [None req-6a8183ce-4996-48bb-bd23-4ac033e14eb4 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 8aab79c7-af0d-42e8-a773-389cc2c49491 (type: security_group_rules) to 0 2026-09-01 19:53:38.549 8 INFO neutron.db.ovn_revision_numbers_db [None req-6a8183ce-4996-48bb-bd23-4ac033e14eb4 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ed05fdec-0394-487f-91e4-d8f1b0d2ce03 (type: security_group_rules) to 0 2026-09-01 19:53:38.575 8 INFO neutron.db.ovn_revision_numbers_db [None req-6a8183ce-4996-48bb-bd23-4ac033e14eb4 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource fabee9b9-45b6-4e8c-bd42-fe3d69768165 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1206/2525] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:53:38 2026] GET /v2.0/security-groups?tenant_id=d59c3cbfdce6454da428ffee54d06ae5&name=default => generated 2925 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2526] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:53:38 2026] DELETE /v2.0/security-groups/80cfa349-e1c3-4269-86e1-1c00a57a847c => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2527] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:53:39 2026] GET /v2.0/security-groups?tenant_id=053b4bac9118426ba70ca174d2748012&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2528] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:53:39 2026] DELETE /v2.0/security-groups/9ee77250-fc64-49ee-afeb-271010dba9e5 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:53:39.651 8 INFO neutron.db.ovn_revision_numbers_db [None req-2616f10c-8de0-46f6-b94a-bec8d67f647d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 5f4708cc-62c8-4a48-a386-22a0cc5d80c3 (type: security_groups) to 1 2026-09-01 19:53:39.666 8 INFO neutron.db.ovn_revision_numbers_db [None req-2616f10c-8de0-46f6-b94a-bec8d67f647d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 06af4248-9a40-4926-a073-c7d45cc2c0a4 (type: security_group_rules) to 0 2026-09-01 19:53:39.680 8 INFO neutron.db.ovn_revision_numbers_db [None req-2616f10c-8de0-46f6-b94a-bec8d67f647d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 1eda188f-7afd-4c28-91fa-3e4eb3c89b4f (type: security_group_rules) to 0 2026-09-01 19:53:39.695 8 INFO neutron.db.ovn_revision_numbers_db [None req-2616f10c-8de0-46f6-b94a-bec8d67f647d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 2599470b-8575-47bf-b3d8-ca31d99435ec (type: security_group_rules) to 0 2026-09-01 19:53:39.709 8 INFO neutron.db.ovn_revision_numbers_db [None req-2616f10c-8de0-46f6-b94a-bec8d67f647d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a02a5aa8-f365-40da-a60d-f27c3be17dc6 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1208/2529] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:53:39 2026] GET /v2.0/security-groups?tenant_id=4bc9906ede9e4ecea5624a1828da51b5&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2530] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:53:39 2026] DELETE /v2.0/security-groups/5f4708cc-62c8-4a48-a386-22a0cc5d80c3 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:53:44.000 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-16fb65f4-a50b-4dad-9377-6b1c89fb0f96 3b9968515e164eb19837b77f0139a090 ea6a8a86fd834e43923dbabf041e9c9c - - default default] No more DHCP agents 2026-09-01 19:53:44.002 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-16fb65f4-a50b-4dad-9377-6b1c89fb0f96 3b9968515e164eb19837b77f0139a090 ea6a8a86fd834e43923dbabf041e9c9c - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:53:44.371 8 INFO neutron.db.ovn_revision_numbers_db [None req-72eac834-8287-4171-84b1-3e3aa1a5775f b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource 27c85412-af9b-4778-8a65-bd7f6925fed5 (type: security_groups) to 1 2026-09-01 19:53:44.385 8 INFO neutron.db.ovn_revision_numbers_db [None req-72eac834-8287-4171-84b1-3e3aa1a5775f b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource 0bc14385-504f-496d-ab14-912c907fceb1 (type: security_group_rules) to 0 2026-09-01 19:53:44.400 8 INFO neutron.db.ovn_revision_numbers_db [None req-72eac834-8287-4171-84b1-3e3aa1a5775f b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource 51262147-7f7d-43dd-a22b-8d215425c870 (type: security_group_rules) to 0 2026-09-01 19:53:44.414 8 INFO neutron.db.ovn_revision_numbers_db [None req-72eac834-8287-4171-84b1-3e3aa1a5775f b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource 8bc56404-0a57-4905-8ab4-1a59b4100e4c (type: security_group_rules) to 0 2026-09-01 19:53:44.429 8 INFO neutron.db.ovn_revision_numbers_db [None req-72eac834-8287-4171-84b1-3e3aa1a5775f b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource e1e8f1a8-16f1-4559-87bd-6a869dd33198 (type: security_group_rules) to 0 2026-09-01 19:53:44.554 8 INFO neutron.db.segments_db [None req-72eac834-8287-4171-84b1-3e3aa1a5775f b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Added segment b9f68ff6-af45-440b-8637-0873b151932f of type geneve for network 40a87bfe-7501-48b9-87cf-b61970841d45 2026-09-01 19:53:44.704 8 INFO neutron.db.ovn_revision_numbers_db [None req-72eac834-8287-4171-84b1-3e3aa1a5775f b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource 40a87bfe-7501-48b9-87cf-b61970841d45 (type: networks) to 1 [pid: 7|app: 0|req: 1324/2533] 10.0.0.4 () {34 vars in 674 bytes} [Tue Sep 1 19:53:43 2026] POST /v2.0/floatingips => generated 552 bytes in 1087 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2534] 10.0.0.4 () {34 vars in 757 bytes} [Tue Sep 1 19:53:44 2026] PUT /v2.0/floatingips/1e871d30-1f52-434f-a158-e4e6ec4bc2eb/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2535] 10.0.0.4 () {32 vars in 737 bytes} [Tue Sep 1 19:53:44 2026] GET /v2.0/floatingips/1e871d30-1f52-434f-a158-e4e6ec4bc2eb/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:53:44.902 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-72eac834-8287-4171-84b1-3e3aa1a5775f b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] No more DHCP agents 2026-09-01 19:53:44.904 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-72eac834-8287-4171-84b1-3e3aa1a5775f b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Unable to schedule network 40a87bfe-7501-48b9-87cf-b61970841d45: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:53:44.963 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status down for port: 8d4e41ce-b65e-4aa4-8b1f-aa6e1ea05b7a [pid: 7|app: 0|req: 1327/2536] 10.0.0.4 () {34 vars in 768 bytes} [Tue Sep 1 19:53:44 2026] PUT /v2.0/floatingips/1e871d30-1f52-434f-a158-e4e6ec4bc2eb/tags/green => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-09-01 19:53:45.007 8 INFO neutron.db.ovn_revision_numbers_db [None req-72eac834-8287-4171-84b1-3e3aa1a5775f b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource 8d4e41ce-b65e-4aa4-8b1f-aa6e1ea05b7a (type: ports) to 1 [pid: 7|app: 0|req: 1328/2537] 10.0.0.4 () {32 vars in 737 bytes} [Tue Sep 1 19:53:44 2026] GET /v2.0/floatingips/1e871d30-1f52-434f-a158-e4e6ec4bc2eb/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2538] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:53:44 2026] POST /v2.0/networks => generated 677 bytes in 980 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2539] 10.0.0.4 () {34 vars in 764 bytes} [Tue Sep 1 19:53:45 2026] PUT /v2.0/floatingips/1e871d30-1f52-434f-a158-e4e6ec4bc2eb/tags/red => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2540] 10.0.0.4 () {32 vars in 737 bytes} [Tue Sep 1 19:53:45 2026] GET /v2.0/floatingips/1e871d30-1f52-434f-a158-e4e6ec4bc2eb/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2541] 10.0.0.4 () {34 vars in 786 bytes} [Tue Sep 1 19:53:45 2026] PUT /v2.0/floatingips/1e871d30-1f52-434f-a158-e4e6ec4bc2eb/tags/black.or.white => generated 4 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-09-01 19:53:45.261 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0db1e4de-f513-4aa6-9f5f-1c6af6c46999 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] No more DHCP agents 2026-09-01 19:53:45.263 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0db1e4de-f513-4aa6-9f5f-1c6af6c46999 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Unable to schedule network 40a87bfe-7501-48b9-87cf-b61970841d45: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1332/2542] 10.0.0.4 () {32 vars in 737 bytes} [Tue Sep 1 19:53:45 2026] GET /v2.0/floatingips/1e871d30-1f52-434f-a158-e4e6ec4bc2eb/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2543] 10.0.0.4 () {34 vars in 757 bytes} [Tue Sep 1 19:53:45 2026] PUT /v2.0/floatingips/1e871d30-1f52-434f-a158-e4e6ec4bc2eb/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2544] 10.0.0.4 () {32 vars in 737 bytes} [Tue Sep 1 19:53:45 2026] GET /v2.0/floatingips/1e871d30-1f52-434f-a158-e4e6ec4bc2eb/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2545] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:53:45 2026] GET /v2.0/floatingips/1e871d30-1f52-434f-a158-e4e6ec4bc2eb/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:53:45.475 7 INFO neutron.api.v2.resource [None req-b363db47-4964-4305-a33a-38ef00f6816d 3b9968515e164eb19837b77f0139a090 ea6a8a86fd834e43923dbabf041e9c9c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1336/2546] 10.0.0.4 () {32 vars in 749 bytes} [Tue Sep 1 19:53:45 2026] GET /v2.0/floatingips/1e871d30-1f52-434f-a158-e4e6ec4bc2eb/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: 1337/2547] 10.0.0.4 () {32 vars in 748 bytes} [Tue Sep 1 19:53:45 2026] DELETE /v2.0/floatingips/1e871d30-1f52-434f-a158-e4e6ec4bc2eb/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2548] 10.0.0.4 () {32 vars in 737 bytes} [Tue Sep 1 19:53:45 2026] GET /v2.0/floatingips/1e871d30-1f52-434f-a158-e4e6ec4bc2eb/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:53:45.611 7 INFO neutron.api.v2.resource [None req-d1cf6af2-c0c4-444a-85c8-5e98a355012a 3b9968515e164eb19837b77f0139a090 ea6a8a86fd834e43923dbabf041e9c9c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1339/2549] 10.0.0.4 () {32 vars in 752 bytes} [Tue Sep 1 19:53:45 2026] DELETE /v2.0/floatingips/1e871d30-1f52-434f-a158-e4e6ec4bc2eb/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2550] 10.0.0.4 () {32 vars in 740 bytes} [Tue Sep 1 19:53:45 2026] DELETE /v2.0/floatingips/1e871d30-1f52-434f-a158-e4e6ec4bc2eb/tags => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2551] 10.0.0.4 () {32 vars in 737 bytes} [Tue Sep 1 19:53:45 2026] GET /v2.0/floatingips/1e871d30-1f52-434f-a158-e4e6ec4bc2eb/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:53:45.950 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a9ed407-f9a5-4c01-a789-d9dc0499f4c2 3b9968515e164eb19837b77f0139a090 ea6a8a86fd834e43923dbabf041e9c9c - - default default] TaaS: Handle Delete Port: 6b85744b-fb04-495f-a62a-690dc7b134d9 2026-09-01 19:53:45.954 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a9ed407-f9a5-4c01-a789-d9dc0499f4c2 3b9968515e164eb19837b77f0139a090 ea6a8a86fd834e43923dbabf041e9c9c - - default default] Tap Mirror: Handle Delete Port: 6b85744b-fb04-495f-a62a-690dc7b134d9 [pid: 7|app: 0|req: 1342/2552] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:53:45 2026] DELETE /v2.0/floatingips/1e871d30-1f52-434f-a158-e4e6ec4bc2eb => generated 0 bytes in 352 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:53:46.399 8 INFO neutron.db.ovn_revision_numbers_db [None req-ab79272a-61d2-4d7d-aa7e-2fcf94bc7ff7 - - - - - -] Successfully bumped revision number for resource 8d4e41ce-b65e-4aa4-8b1f-aa6e1ea05b7a (type: ports) to 2 2026-09-01 19:53:46.425 8 INFO neutron.db.ovn_revision_numbers_db [None req-ab79272a-61d2-4d7d-aa7e-2fcf94bc7ff7 - - - - - -] Successfully bumped revision number for resource 419a6ae9-a8d9-49e1-97d7-1b8371857539 (type: subnets) to 0 [pid: 8|app: 0|req: 1211/2553] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:53:45 2026] POST /v2.0/subnets => generated 658 bytes in 1385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2554] 10.0.0.4 () {32 vars in 720 bytes} [Tue Sep 1 19:53:46 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:53:46.949 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e2dd0b82-c578-4a40-b6ff-c8cee6f1e388 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] No more DHCP agents 2026-09-01 19:53:46.951 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e2dd0b82-c578-4a40-b6ff-c8cee6f1e388 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Unable to schedule network 40a87bfe-7501-48b9-87cf-b61970841d45: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:53:46.996 8 INFO neutron.db.ovn_revision_numbers_db [None req-e2dd0b82-c578-4a40-b6ff-c8cee6f1e388 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource a1057948-416b-41b2-a4b5-400e7a810e97 (type: subnets) to 0 [pid: 8|app: 0|req: 1212/2555] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:53:46 2026] POST /v2.0/subnets => generated 732 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:53:47.093 7 INFO neutron.db.ovn_revision_numbers_db [None req-c9dabfc7-886f-45ad-82b3-b3a85650b829 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 840d257f-8e0b-4155-8321-4c7546c76448 (type: security_groups) to 1 2026-09-01 19:53:47.108 7 INFO neutron.db.ovn_revision_numbers_db [None req-c9dabfc7-886f-45ad-82b3-b3a85650b829 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 7f80818b-ae92-40a6-89e6-c387b60cb364 (type: security_group_rules) to 0 2026-09-01 19:53:47.126 7 INFO neutron.db.ovn_revision_numbers_db [None req-c9dabfc7-886f-45ad-82b3-b3a85650b829 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 8b606399-e985-4851-9371-eac994373780 (type: security_group_rules) to 0 2026-09-01 19:53:47.140 7 INFO neutron.db.ovn_revision_numbers_db [None req-c9dabfc7-886f-45ad-82b3-b3a85650b829 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 91aef75a-3417-482c-a6d8-0bb8d431c547 (type: security_group_rules) to 0 2026-09-01 19:53:47.147 8 INFO neutron.db.segments_db [None req-7d9b6811-f836-4d35-8191-b2460ad6d140 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Added segment a251d5b6-879d-40ee-8594-57207d8476a1 of type geneve for network 8b27b849-d5cd-41c6-b4f3-687700042e5d 2026-09-01 19:53:47.157 7 INFO neutron.db.ovn_revision_numbers_db [None req-c9dabfc7-886f-45ad-82b3-b3a85650b829 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ddbdedf0-1774-42d3-8ecf-5ec1f967a1fd (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1344/2556] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:53:46 2026] GET /v2.0/security-groups?tenant_id=ea6a8a86fd834e43923dbabf041e9c9c&name=default => generated 2925 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:53:47.301 8 INFO neutron.db.ovn_revision_numbers_db [None req-7d9b6811-f836-4d35-8191-b2460ad6d140 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource 8b27b849-d5cd-41c6-b4f3-687700042e5d (type: networks) to 1 [pid: 7|app: 0|req: 1345/2557] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:53:47 2026] DELETE /v2.0/security-groups/840d257f-8e0b-4155-8321-4c7546c76448 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:53:47.593 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7d9b6811-f836-4d35-8191-b2460ad6d140 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] No more DHCP agents 2026-09-01 19:53:47.595 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7d9b6811-f836-4d35-8191-b2460ad6d140 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Unable to schedule network 8b27b849-d5cd-41c6-b4f3-687700042e5d: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:53:47.666 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-585fb34f-0d29-423c-b26d-617344345825 - - - - - -] OVN reports status down for port: f3545fff-fb38-476f-be25-c1fe13eb0c5e 2026-09-01 19:53:47.716 8 INFO neutron.db.ovn_revision_numbers_db [None req-7d9b6811-f836-4d35-8191-b2460ad6d140 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource f3545fff-fb38-476f-be25-c1fe13eb0c5e (type: ports) to 1 [pid: 8|app: 0|req: 1213/2558] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:53:47 2026] POST /v2.0/networks => generated 676 bytes in 715 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:53:47.978 7 INFO neutron.db.ovn_revision_numbers_db [None req-53b9320c-8e61-4643-aee7-de703dd9791d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource db6e4a47-290f-4e6a-84d0-8fbfabd82a4e (type: security_groups) to 1 2026-09-01 19:53:48.001 7 INFO neutron.db.ovn_revision_numbers_db [None req-53b9320c-8e61-4643-aee7-de703dd9791d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 168f3bd3-df5a-45e0-949c-bd42f5f0fdb7 (type: security_group_rules) to 0 2026-09-01 19:53:48.019 7 INFO neutron.db.ovn_revision_numbers_db [None req-53b9320c-8e61-4643-aee7-de703dd9791d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 5c987dd2-6c40-4144-99c1-e1a6a7f26f08 (type: security_group_rules) to 0 2026-09-01 19:53:48.024 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-29549338-6c18-47c9-a1ef-efae30176a4b b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] No more DHCP agents 2026-09-01 19:53:48.026 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-29549338-6c18-47c9-a1ef-efae30176a4b b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Unable to schedule network 8b27b849-d5cd-41c6-b4f3-687700042e5d: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:53:48.037 7 INFO neutron.db.ovn_revision_numbers_db [None req-53b9320c-8e61-4643-aee7-de703dd9791d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource d6fb786e-9618-40d7-8c15-ec3c67da1654 (type: security_group_rules) to 0 2026-09-01 19:53:48.055 7 INFO neutron.db.ovn_revision_numbers_db [None req-53b9320c-8e61-4643-aee7-de703dd9791d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f326d9a0-8041-457e-96d9-25b0290a6fbc (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1346/2559] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:53:47 2026] GET /v2.0/security-groups?tenant_id=f274b79793f94dd7a7905b352add4f73&name=default => generated 2925 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2560] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:53:48 2026] DELETE /v2.0/security-groups/db6e4a47-290f-4e6a-84d0-8fbfabd82a4e => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:53:48.499 8 INFO neutron.db.ovn_revision_numbers_db [None req-51549c1c-9713-4945-8268-3aa7e5336694 - - - - - -] Successfully bumped revision number for resource f3545fff-fb38-476f-be25-c1fe13eb0c5e (type: ports) to 2 2026-09-01 19:53:48.546 8 INFO neutron.db.ovn_revision_numbers_db [None req-51549c1c-9713-4945-8268-3aa7e5336694 - - - - - -] Successfully bumped revision number for resource 7c772f41-eb20-4d33-a689-e332bf4d0e09 (type: subnets) to 0 [pid: 8|app: 0|req: 1214/2561] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:53:47 2026] POST /v2.0/subnets => generated 656 bytes in 821 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:53:48.815 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c056c2a4-7e18-4c3b-a802-96354593bd92 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] No more DHCP agents 2026-09-01 19:53:48.816 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c056c2a4-7e18-4c3b-a802-96354593bd92 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Unable to schedule network 8b27b849-d5cd-41c6-b4f3-687700042e5d: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:53:48.842 7 INFO neutron.db.ovn_revision_numbers_db [None req-c056c2a4-7e18-4c3b-a802-96354593bd92 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource 40d1d0d8-97b9-41bd-811a-cba92298a5dd (type: subnets) to 0 [pid: 7|app: 0|req: 1348/2562] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:53:48 2026] POST /v2.0/subnets => generated 726 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:53:49.013 8 INFO neutron.db.segments_db [None req-45f9cfeb-78c0-44d8-bec5-7182c3cf8460 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Added segment 21abf3a4-b39f-4d89-b765-8bf3bb941e0c of type geneve for network 7f9fba54-4d25-45fd-be25-f855ade60263 2026-09-01 19:53:49.140 8 INFO neutron.db.ovn_revision_numbers_db [None req-45f9cfeb-78c0-44d8-bec5-7182c3cf8460 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource 7f9fba54-4d25-45fd-be25-f855ade60263 (type: networks) to 1 2026-09-01 19:53:49.309 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-45f9cfeb-78c0-44d8-bec5-7182c3cf8460 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] No more DHCP agents 2026-09-01 19:53:49.310 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-45f9cfeb-78c0-44d8-bec5-7182c3cf8460 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Unable to schedule network 7f9fba54-4d25-45fd-be25-f855ade60263: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:53:49.362 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status down for port: 9ac41e89-6169-4a00-9b60-59ed1154b1f3 2026-09-01 19:53:49.439 8 INFO neutron.db.ovn_revision_numbers_db [None req-45f9cfeb-78c0-44d8-bec5-7182c3cf8460 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource 9ac41e89-6169-4a00-9b60-59ed1154b1f3 (type: ports) to 1 [pid: 8|app: 0|req: 1215/2563] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:53:48 2026] POST /v2.0/networks => generated 676 bytes in 648 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:53:49.757 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-379db241-fee4-4075-98aa-52731062a8c4 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] No more DHCP agents 2026-09-01 19:53:49.759 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-379db241-fee4-4075-98aa-52731062a8c4 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Unable to schedule network 7f9fba54-4d25-45fd-be25-f855ade60263: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:53:50.200 7 INFO neutron.db.ovn_revision_numbers_db [None req-ea715b8c-e906-49d3-b6ce-0e6460911338 - - - - - -] Successfully bumped revision number for resource 9ac41e89-6169-4a00-9b60-59ed1154b1f3 (type: ports) to 2 2026-09-01 19:53:50.229 7 INFO neutron.db.ovn_revision_numbers_db [None req-ea715b8c-e906-49d3-b6ce-0e6460911338 - - - - - -] Successfully bumped revision number for resource ea2e2879-70ed-44ce-b53c-ed25df39b41c (type: subnets) to 0 [pid: 7|app: 0|req: 1349/2564] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:53:49 2026] POST /v2.0/subnets => generated 656 bytes in 729 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:53:50.517 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a01584a0-86a5-4473-9904-305c643f723e b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] No more DHCP agents 2026-09-01 19:53:50.519 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a01584a0-86a5-4473-9904-305c643f723e b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Unable to schedule network 7f9fba54-4d25-45fd-be25-f855ade60263: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:53:50.554 8 INFO neutron.db.ovn_revision_numbers_db [None req-a01584a0-86a5-4473-9904-305c643f723e b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource d9d1061c-8458-47b0-999f-1496c8151fff (type: subnets) to 0 [pid: 8|app: 0|req: 1216/2565] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:53:50 2026] POST /v2.0/subnets => generated 729 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:53:51.059 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b63ba428-8874-4466-8deb-dea7b30d6534 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] No more DHCP agents 2026-09-01 19:53:51.061 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b63ba428-8874-4466-8deb-dea7b30d6534 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:53:51.165 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-585fb34f-0d29-423c-b26d-617344345825 - - - - - -] OVN reports status down for port: eadb92a3-2f9b-4310-bf6b-18181697966c 2026-09-01 19:53:51.243 7 INFO neutron.db.ovn_revision_numbers_db [None req-b63ba428-8874-4466-8deb-dea7b30d6534 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource eadb92a3-2f9b-4310-bf6b-18181697966c (type: ports) to 1 2026-09-01 19:53:51.927 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-9cc88352-8aab-4dda-808d-e74948856e0d - - - - - -] Schedule LRP lrp-eadb92a3-2f9b-4310-bf6b-18181697966c on gateway 981b1d13-d3f6-4b65-a230-c40efece3bd4 with priority 1 2026-09-01 19:53:51.992 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-9bdf0de4-f52a-4d9f-9636-b3fcb473e97a - - - - - -] Router 51c5e6e4-f52e-401b-b5c2-bf1ebacedc11 is bound to host instance 2026-09-01 19:53:52.037 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-585fb34f-0d29-423c-b26d-617344345825 - - - - - -] OVN reports status up for port: eadb92a3-2f9b-4310-bf6b-18181697966c 2026-09-01 19:53:52.074 7 INFO neutron.plugins.ml2.plugin [None req-585fb34f-0d29-423c-b26d-617344345825 - - - - - -] Attempt 1 to provision port eadb92a3-2f9b-4310-bf6b-18181697966c 2026-09-01 19:53:52.203 7 INFO neutron.db.ovn_revision_numbers_db [None req-b63ba428-8874-4466-8deb-dea7b30d6534 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource eadb92a3-2f9b-4310-bf6b-18181697966c (type: router_ports) to 1 2026-09-01 19:53:52.204 8 INFO neutron.db.ovn_revision_numbers_db [None req-b73e9d3a-1302-4451-880f-4a951ea413ec 4fde5898dbb74ffdbe84bf6fbc26838b 4452eff4a7d4475db7df6a3de2183057 - - default default] Successfully bumped revision number for resource 2b0cd310-b5f1-4cd8-96b2-34d6f92adbcd (type: security_groups) to 1 2026-09-01 19:53:52.217 8 INFO neutron.db.ovn_revision_numbers_db [None req-b73e9d3a-1302-4451-880f-4a951ea413ec 4fde5898dbb74ffdbe84bf6fbc26838b 4452eff4a7d4475db7df6a3de2183057 - - default default] Successfully bumped revision number for resource 70f35ed2-9756-4d29-9e36-ba98195b186a (type: security_group_rules) to 0 2026-09-01 19:53:52.230 8 INFO neutron.db.ovn_revision_numbers_db [None req-b73e9d3a-1302-4451-880f-4a951ea413ec 4fde5898dbb74ffdbe84bf6fbc26838b 4452eff4a7d4475db7df6a3de2183057 - - default default] Successfully bumped revision number for resource 80237105-8b99-4859-bae7-a16d47a303c7 (type: security_group_rules) to 0 2026-09-01 19:53:52.246 8 INFO neutron.db.ovn_revision_numbers_db [None req-b73e9d3a-1302-4451-880f-4a951ea413ec 4fde5898dbb74ffdbe84bf6fbc26838b 4452eff4a7d4475db7df6a3de2183057 - - default default] Successfully bumped revision number for resource 9ee04156-17ac-4ea6-b633-3014bff2f717 (type: security_group_rules) to 0 2026-09-01 19:53:52.259 8 INFO neutron.db.ovn_revision_numbers_db [None req-b73e9d3a-1302-4451-880f-4a951ea413ec 4fde5898dbb74ffdbe84bf6fbc26838b 4452eff4a7d4475db7df6a3de2183057 - - default default] Successfully bumped revision number for resource d24d9300-4d91-4512-8722-832de3dff139 (type: security_group_rules) to 0 2026-09-01 19:53:52.336 8 INFO neutron.db.segments_db [None req-b73e9d3a-1302-4451-880f-4a951ea413ec 4fde5898dbb74ffdbe84bf6fbc26838b 4452eff4a7d4475db7df6a3de2183057 - - default default] Added segment 5449f52a-ed1d-4ed9-8a89-b85507365840 of type geneve for network 5ec59326-96cf-4b43-bc36-fbab60183219 2026-09-01 19:53:52.365 7 INFO neutron.db.ovn_revision_numbers_db [None req-b63ba428-8874-4466-8deb-dea7b30d6534 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource 51c5e6e4-f52e-401b-b5c2-bf1ebacedc11 (type: routers) to 2 [pid: 7|app: 0|req: 1350/2566] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:53:50 2026] POST /v2.0/routers => generated 944 bytes in 1825 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:53:52.431 8 INFO neutron.db.ovn_revision_numbers_db [None req-b73e9d3a-1302-4451-880f-4a951ea413ec 4fde5898dbb74ffdbe84bf6fbc26838b 4452eff4a7d4475db7df6a3de2183057 - - default default] Successfully bumped revision number for resource 5ec59326-96cf-4b43-bc36-fbab60183219 (type: networks) to 1 2026-09-01 19:53:52.568 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b73e9d3a-1302-4451-880f-4a951ea413ec 4fde5898dbb74ffdbe84bf6fbc26838b 4452eff4a7d4475db7df6a3de2183057 - - default default] No more DHCP agents 2026-09-01 19:53:52.570 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b73e9d3a-1302-4451-880f-4a951ea413ec 4fde5898dbb74ffdbe84bf6fbc26838b 4452eff4a7d4475db7df6a3de2183057 - - default default] Unable to schedule network 5ec59326-96cf-4b43-bc36-fbab60183219: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:53:52.682 8 INFO neutron.db.ovn_revision_numbers_db [None req-b73e9d3a-1302-4451-880f-4a951ea413ec 4fde5898dbb74ffdbe84bf6fbc26838b 4452eff4a7d4475db7df6a3de2183057 - - default default] Successfully bumped revision number for resource 38911415-0c0c-4ac4-a9ef-ec3b9a99968d (type: ports) to 1 [pid: 8|app: 0|req: 1217/2567] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:53:51 2026] POST /v2.0/networks => generated 669 bytes in 888 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:53:53.014 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9b8783fa-4e67-4d41-82e3-04cd405fc337 4fde5898dbb74ffdbe84bf6fbc26838b 4452eff4a7d4475db7df6a3de2183057 - - default default] No more DHCP agents 2026-09-01 19:53:53.015 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9b8783fa-4e67-4d41-82e3-04cd405fc337 4fde5898dbb74ffdbe84bf6fbc26838b 4452eff4a7d4475db7df6a3de2183057 - - default default] Unable to schedule network 5ec59326-96cf-4b43-bc36-fbab60183219: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:53:53.102 8 INFO neutron.db.ovn_revision_numbers_db [None req-9b8783fa-4e67-4d41-82e3-04cd405fc337 4fde5898dbb74ffdbe84bf6fbc26838b 4452eff4a7d4475db7df6a3de2183057 - - default default] Successfully bumped revision number for resource 2609a0aa-bdb0-43fc-8a78-0fa66c58cf11 (type: ports) to 1 [pid: 8|app: 0|req: 1218/2568] 10.0.0.4 () {34 vars in 662 bytes} [Tue Sep 1 19:53:52 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1219/2569] 10.0.0.4 () {34 vars in 745 bytes} [Tue Sep 1 19:53:53 2026] PUT /v2.0/ports/2609a0aa-bdb0-43fc-8a78-0fa66c58cf11/tags => generated 25 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: 1220/2570] 10.0.0.4 () {32 vars in 725 bytes} [Tue Sep 1 19:53:53 2026] GET /v2.0/ports/2609a0aa-bdb0-43fc-8a78-0fa66c58cf11/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1221/2571] 10.0.0.4 () {34 vars in 756 bytes} [Tue Sep 1 19:53:53 2026] PUT /v2.0/ports/2609a0aa-bdb0-43fc-8a78-0fa66c58cf11/tags/green => generated 4 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-01 19:53:53.480 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d4ee0a34-448a-432a-9b0c-954b3c638eb9 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] No more DHCP agents [pid: 8|app: 0|req: 1222/2572] 10.0.0.4 () {32 vars in 725 bytes} [Tue Sep 1 19:53:53 2026] GET /v2.0/ports/2609a0aa-bdb0-43fc-8a78-0fa66c58cf11/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:53:53.489 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d4ee0a34-448a-432a-9b0c-954b3c638eb9 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Unable to schedule network 40a87bfe-7501-48b9-87cf-b61970841d45: no agents available; will retry on subsequent port and subnet creation events. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1223/2573] 10.0.0.4 () {34 vars in 752 bytes} [Tue Sep 1 19:53:53 2026] PUT /v2.0/ports/2609a0aa-bdb0-43fc-8a78-0fa66c58cf11/tags/red => generated 4 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-01 19:53:53.659 7 INFO neutron.db.ovn_revision_numbers_db [None req-ced4d3ae-5790-4714-b199-fc23d6f50d4e - - - - - -] Successfully bumped revision number for resource eadb92a3-2f9b-4310-bf6b-18181697966c (type: ports) to 4 [pid: 8|app: 0|req: 1224/2574] 10.0.0.4 () {32 vars in 725 bytes} [Tue Sep 1 19:53:53 2026] GET /v2.0/ports/2609a0aa-bdb0-43fc-8a78-0fa66c58cf11/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1225/2575] 10.0.0.4 () {34 vars in 774 bytes} [Tue Sep 1 19:53:53 2026] PUT /v2.0/ports/2609a0aa-bdb0-43fc-8a78-0fa66c58cf11/tags/black.or.white => generated 4 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-01 19:53:53.859 7 INFO neutron.db.ovn_revision_numbers_db [None req-d4ee0a34-448a-432a-9b0c-954b3c638eb9 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource c27d0637-d0e6-408a-802e-ac08f566a52d (type: ports) to 1 [pid: 8|app: 0|req: 1226/2576] 10.0.0.4 () {32 vars in 725 bytes} [Tue Sep 1 19:53:53 2026] GET /v2.0/ports/2609a0aa-bdb0-43fc-8a78-0fa66c58cf11/tags => generated 52 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: 1227/2577] 10.0.0.4 () {34 vars in 745 bytes} [Tue Sep 1 19:53:53 2026] PUT /v2.0/ports/2609a0aa-bdb0-43fc-8a78-0fa66c58cf11/tags => generated 37 bytes in 101 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: 1228/2578] 10.0.0.4 () {32 vars in 725 bytes} [Tue Sep 1 19:53:54 2026] GET /v2.0/ports/2609a0aa-bdb0-43fc-8a78-0fa66c58cf11/tags => generated 37 bytes in 75 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: 1229/2579] 10.0.0.4 () {32 vars in 733 bytes} [Tue Sep 1 19:53:54 2026] GET /v2.0/ports/2609a0aa-bdb0-43fc-8a78-0fa66c58cf11/tags/red => generated 0 bytes in 57 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-09-01 19:53:54.222 8 INFO neutron.api.v2.resource [None req-53db1f62-a6b5-497c-be9f-96d1a2e7b2c8 4fde5898dbb74ffdbe84bf6fbc26838b 4452eff4a7d4475db7df6a3de2183057 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1230/2580] 10.0.0.4 () {32 vars in 737 bytes} [Tue Sep 1 19:53:54 2026] GET /v2.0/ports/2609a0aa-bdb0-43fc-8a78-0fa66c58cf11/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1231/2581] 10.0.0.4 () {32 vars in 736 bytes} [Tue Sep 1 19:53:54 2026] DELETE /v2.0/ports/2609a0aa-bdb0-43fc-8a78-0fa66c58cf11/tags/red => generated 0 bytes in 67 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: 1232/2582] 10.0.0.4 () {32 vars in 725 bytes} [Tue Sep 1 19:53:54 2026] GET /v2.0/ports/2609a0aa-bdb0-43fc-8a78-0fa66c58cf11/tags => generated 30 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-01 19:53:54.470 7 INFO neutron.db.ovn_revision_numbers_db [None req-ced4d3ae-5790-4714-b199-fc23d6f50d4e - - - - - -] Successfully bumped revision number for resource eadb92a3-2f9b-4310-bf6b-18181697966c (type: ports) to 5 2026-09-01 19:53:54.473 8 INFO neutron.api.v2.resource [None req-98956dc0-8a39-4db8-a45d-fa12f317533d 4fde5898dbb74ffdbe84bf6fbc26838b 4452eff4a7d4475db7df6a3de2183057 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1233/2583] 10.0.0.4 () {32 vars in 740 bytes} [Tue Sep 1 19:53:54 2026] DELETE /v2.0/ports/2609a0aa-bdb0-43fc-8a78-0fa66c58cf11/tags/green => generated 99 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1234/2584] 10.0.0.4 () {32 vars in 728 bytes} [Tue Sep 1 19:53:54 2026] DELETE /v2.0/ports/2609a0aa-bdb0-43fc-8a78-0fa66c58cf11/tags => generated 0 bytes in 81 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: 1235/2585] 10.0.0.4 () {32 vars in 725 bytes} [Tue Sep 1 19:53:54 2026] GET /v2.0/ports/2609a0aa-bdb0-43fc-8a78-0fa66c58cf11/tags => generated 12 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, ' 2026-09-01 19:53:54.812 8 INFO neutron_taas.services.taas.taas_plugin [None req-3494825b-fb95-4b75-aee0-d16272b85d51 4fde5898dbb74ffdbe84bf6fbc26838b 4452eff4a7d4475db7df6a3de2183057 - - default default] TaaS: Handle Delete Port: 2609a0aa-bdb0-43fc-8a78-0fa66c58cf11 2026-09-01 19:53:54.815 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3494825b-fb95-4b75-aee0-d16272b85d51 4fde5898dbb74ffdbe84bf6fbc26838b 4452eff4a7d4475db7df6a3de2183057 - - default default] Tap Mirror: Handle Delete Port: 2609a0aa-bdb0-43fc-8a78-0fa66c58cf11 [pid: 8|app: 0|req: 1236/2586] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:53:54 2026] DELETE /v2.0/ports/2609a0aa-bdb0-43fc-8a78-0fa66c58cf11 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:53:54.976 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-585fb34f-0d29-423c-b26d-617344345825 - - - - - -] OVN reports status down for port: 38911415-0c0c-4ac4-a9ef-ec3b9a99968d 2026-09-01 19:53:55.064 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-585fb34f-0d29-423c-b26d-617344345825 - - - - - -] OVN reports status down for port: 2609a0aa-bdb0-43fc-8a78-0fa66c58cf11 2026-09-01 19:53:55.075 8 INFO neutron_taas.services.taas.taas_plugin [None req-bdf60374-11c2-4343-8e15-894254ada2b6 4fde5898dbb74ffdbe84bf6fbc26838b 4452eff4a7d4475db7df6a3de2183057 - - default default] TaaS: Handle Delete Port: 38911415-0c0c-4ac4-a9ef-ec3b9a99968d 2026-09-01 19:53:55.077 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdf60374-11c2-4343-8e15-894254ada2b6 4fde5898dbb74ffdbe84bf6fbc26838b 4452eff4a7d4475db7df6a3de2183057 - - default default] Tap Mirror: Handle Delete Port: 38911415-0c0c-4ac4-a9ef-ec3b9a99968d 2026-09-01 19:53:55.078 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-585fb34f-0d29-423c-b26d-617344345825 - - - - - -] OVN reports status down for port: c27d0637-d0e6-408a-802e-ac08f566a52d 2026-09-01 19:53:55.218 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-585fb34f-0d29-423c-b26d-617344345825 - - - - - -] OVN reports status up for port: c27d0637-d0e6-408a-802e-ac08f566a52d 2026-09-01 19:53:55.232 8 INFO neutron.services.segments.plugin [-] Segment 5449f52a-ed1d-4ed9-8a89-b85507365840 resource provider aggregate not found 2026-09-01 19:53:55.238 8 INFO neutron.services.segments.plugin [-] Segment 5449f52a-ed1d-4ed9-8a89-b85507365840 resource provider aggregate not found 2026-09-01 19:53:55.247 7 INFO neutron.plugins.ml2.plugin [None req-585fb34f-0d29-423c-b26d-617344345825 - - - - - -] Attempt 1 to provision port c27d0637-d0e6-408a-802e-ac08f566a52d 2026-09-01 19:53:55.256 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5449f52a-ed1d-4ed9-8a89-b85507365840 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5449f52a-ed1d-4ed9-8a89-b85507365840 found for delete ", "request_id": "req-a5f4082d-2b40-4631-b92b-e651b928f795"}]} 2026-09-01 19:53:55.259 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5449f52a-ed1d-4ed9-8a89-b85507365840 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5449f52a-ed1d-4ed9-8a89-b85507365840 found for delete ", "request_id": "req-dd9917a4-47fe-4c3a-9746-a3cb2449ed75"}]} [pid: 8|app: 0|req: 1237/2587] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:53:54 2026] DELETE /v2.0/networks/5ec59326-96cf-4b43-bc36-fbab60183219 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:53:55.294 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d4ee0a34-448a-432a-9b0c-954b3c638eb9 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] No more DHCP agents 2026-09-01 19:53:55.297 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d4ee0a34-448a-432a-9b0c-954b3c638eb9 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Unable to schedule network 40a87bfe-7501-48b9-87cf-b61970841d45: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:53:56.037 7 INFO neutron.db.ovn_revision_numbers_db [None req-d4ee0a34-448a-432a-9b0c-954b3c638eb9 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource c27d0637-d0e6-408a-802e-ac08f566a52d (type: router_ports) to 1 [pid: 7|app: 0|req: 1351/2588] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:53:52 2026] PUT /v2.0/routers/51c5e6e4-f52e-401b-b5c2-bf1ebacedc11/add_router_interface => generated 309 bytes in 3641 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:53:56.140 7 INFO neutron.db.ovn_revision_numbers_db [None req-585fb34f-0d29-423c-b26d-617344345825 - - - - - -] Successfully bumped revision number for resource c27d0637-d0e6-408a-802e-ac08f566a52d (type: ports) to 2 2026-09-01 19:53:56.282 8 INFO neutron.db.ovn_revision_numbers_db [None req-56151f4d-ee8c-4bcd-aa5a-9fe746623f40 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource d727bc66-3d79-4438-8b04-141047439c0f (type: security_groups) to 1 2026-09-01 19:53:56.309 8 INFO neutron.db.ovn_revision_numbers_db [None req-56151f4d-ee8c-4bcd-aa5a-9fe746623f40 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 529f6d62-16bb-48fb-8b37-06388a08fb86 (type: security_group_rules) to 0 2026-09-01 19:53:56.332 8 INFO neutron.db.ovn_revision_numbers_db [None req-56151f4d-ee8c-4bcd-aa5a-9fe746623f40 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 59e38b4e-69e4-4393-b489-50f459657fe1 (type: security_group_rules) to 0 2026-09-01 19:53:56.354 8 INFO neutron.db.ovn_revision_numbers_db [None req-56151f4d-ee8c-4bcd-aa5a-9fe746623f40 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a02de734-7086-458a-8897-41ae511c3a16 (type: security_group_rules) to 0 2026-09-01 19:53:56.370 8 INFO neutron.db.ovn_revision_numbers_db [None req-56151f4d-ee8c-4bcd-aa5a-9fe746623f40 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ff1b330b-8cea-4dc3-909c-1e45de4142eb (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1238/2589] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:53:55 2026] GET /v2.0/security-groups?tenant_id=6f15e1d86e1049858860ec5f05545537&name=default => generated 2929 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:53:56.456 7 INFO neutron.db.ovn_revision_numbers_db [None req-9a31b1da-efe4-4a54-a44e-48d88e1f5273 - - - - - -] Successfully bumped revision number for resource c27d0637-d0e6-408a-802e-ac08f566a52d (type: router_ports) to 2 [pid: 8|app: 0|req: 1239/2590] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:53:56 2026] DELETE /v2.0/security-groups/d727bc66-3d79-4438-8b04-141047439c0f => generated 0 bytes in 208 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:53:56.779 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-af9a2b6e-2003-4441-95f7-31ab8b69b680 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] No more DHCP agents 2026-09-01 19:53:56.780 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-af9a2b6e-2003-4441-95f7-31ab8b69b680 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Unable to schedule network 8b27b849-d5cd-41c6-b4f3-687700042e5d: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1242/2593] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:53:56 2026] GET /v2.0/security-groups?tenant_id=4452eff4a7d4475db7df6a3de2183057&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:53:56.922 7 INFO neutron.db.ovn_revision_numbers_db [None req-af9a2b6e-2003-4441-95f7-31ab8b69b680 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource 42236f9d-c09f-4011-902c-562bb57c31dd (type: ports) to 1 2026-09-01 19:53:56.923 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status down for port: 42236f9d-c09f-4011-902c-562bb57c31dd [pid: 8|app: 0|req: 1243/2594] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:53:56 2026] DELETE /v2.0/security-groups/2b0cd310-b5f1-4cd8-96b2-34d6f92adbcd => generated 0 bytes in 400 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:53:57.687 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] OVN reports status up for port: 42236f9d-c09f-4011-902c-562bb57c31dd 2026-09-01 19:53:57.702 8 INFO neutron.plugins.ml2.plugin [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] Attempt 1 to provision port 42236f9d-c09f-4011-902c-562bb57c31dd 2026-09-01 19:53:57.749 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-af9a2b6e-2003-4441-95f7-31ab8b69b680 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] No more DHCP agents 2026-09-01 19:53:57.751 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-af9a2b6e-2003-4441-95f7-31ab8b69b680 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Unable to schedule network 8b27b849-d5cd-41c6-b4f3-687700042e5d: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:53:58.069 7 INFO neutron.db.ovn_revision_numbers_db [None req-af9a2b6e-2003-4441-95f7-31ab8b69b680 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource 42236f9d-c09f-4011-902c-562bb57c31dd (type: router_ports) to 1 [pid: 7|app: 0|req: 1352/2595] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:53:56 2026] PUT /v2.0/routers/51c5e6e4-f52e-401b-b5c2-bf1ebacedc11/add_router_interface => generated 309 bytes in 2020 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:53:58.078 8 INFO neutron.db.ovn_revision_numbers_db [None req-11c1180a-fd82-4eb0-8046-786919bb052b - - - - - -] Successfully bumped revision number for resource 42236f9d-c09f-4011-902c-562bb57c31dd (type: ports) to 2 2026-09-01 19:53:58.527 8 INFO neutron.db.ovn_revision_numbers_db [None req-821c5805-892f-4aee-b7bd-ea0f1e9b94c4 - - - - - -] Successfully bumped revision number for resource 42236f9d-c09f-4011-902c-562bb57c31dd (type: router_ports) to 2 2026-09-01 19:53:58.921 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-832bd754-6bed-4158-9209-9fbfc894cb92 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] No more DHCP agents 2026-09-01 19:53:58.923 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-832bd754-6bed-4158-9209-9fbfc894cb92 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Unable to schedule network 7f9fba54-4d25-45fd-be25-f855ade60263: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:53:59.030 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9a31b1da-efe4-4a54-a44e-48d88e1f5273 - - - - - -] OVN reports status down for port: d1d615b0-2bb1-4f54-954a-ef8579265a0a 2026-09-01 19:53:59.033 8 INFO neutron.db.ovn_revision_numbers_db [None req-832bd754-6bed-4158-9209-9fbfc894cb92 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource d1d615b0-2bb1-4f54-954a-ef8579265a0a (type: ports) to 1 2026-09-01 19:53:59.557 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9a31b1da-efe4-4a54-a44e-48d88e1f5273 - - - - - -] OVN reports status up for port: d1d615b0-2bb1-4f54-954a-ef8579265a0a 2026-09-01 19:53:59.585 7 INFO neutron.plugins.ml2.plugin [None req-9a31b1da-efe4-4a54-a44e-48d88e1f5273 - - - - - -] Attempt 1 to provision port d1d615b0-2bb1-4f54-954a-ef8579265a0a 2026-09-01 19:53:59.647 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-832bd754-6bed-4158-9209-9fbfc894cb92 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] No more DHCP agents 2026-09-01 19:53:59.649 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-832bd754-6bed-4158-9209-9fbfc894cb92 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Unable to schedule network 7f9fba54-4d25-45fd-be25-f855ade60263: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:53:59.968 8 INFO neutron.db.ovn_revision_numbers_db [None req-832bd754-6bed-4158-9209-9fbfc894cb92 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource d1d615b0-2bb1-4f54-954a-ef8579265a0a (type: router_ports) to 1 [pid: 8|app: 0|req: 1244/2596] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:53:58 2026] PUT /v2.0/routers/51c5e6e4-f52e-401b-b5c2-bf1ebacedc11/add_router_interface => generated 309 bytes in 1897 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:00.284 7 INFO neutron.db.ovn_revision_numbers_db [None req-58cb0b8f-1255-431d-aeb6-5ee4922c4ff7 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource e631fb7d-87fd-435f-bfb9-a8a027e1884c (type: security_groups) to 1 2026-09-01 19:54:00.287 7 INFO neutron.db.ovn_revision_numbers_db [None req-9a31b1da-efe4-4a54-a44e-48d88e1f5273 - - - - - -] Successfully bumped revision number for resource d1d615b0-2bb1-4f54-954a-ef8579265a0a (type: ports) to 2 2026-09-01 19:54:00.303 7 INFO neutron.db.ovn_revision_numbers_db [None req-58cb0b8f-1255-431d-aeb6-5ee4922c4ff7 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource 9362ad9b-350e-4983-9fa0-854c28311f2c (type: security_group_rules) to 0 2026-09-01 19:54:00.337 7 INFO neutron.db.ovn_revision_numbers_db [None req-58cb0b8f-1255-431d-aeb6-5ee4922c4ff7 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource 9433b31e-7810-45db-9239-48b1807ec52b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1353/2597] 10.0.0.4 () {34 vars in 682 bytes} [Tue Sep 1 19:54:00 2026] POST /v2.0/security-groups => generated 1630 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-01 19:54:00.561 7 INFO neutron.db.ovn_revision_numbers_db [None req-39b18097-9596-4c31-87bf-64e1d00986a1 - - - - - -] Successfully bumped revision number for resource d1d615b0-2bb1-4f54-954a-ef8579265a0a (type: router_ports) to 2 2026-09-01 19:54:00.596 8 INFO neutron.db.ovn_revision_numbers_db [None req-e834b6f3-e903-4a37-ba85-682229e7fafc b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource da76a07b-6870-499c-a706-3cee5d8da1d3 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1245/2598] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:54:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2599] 10.0.0.4 () {34 vars in 674 bytes} [Tue Sep 1 19:54:00 2026] POST /v2.0/subnetpools => generated 516 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:00.837 8 INFO neutron.db.ovn_revision_numbers_db [None req-9b776f0c-661a-4540-ae73-7d5d0856b40b b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource fb2835cf-a686-4329-b068-7f91763662e6 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1355/2600] 10.0.0.4 () {34 vars in 757 bytes} [Tue Sep 1 19:54:00 2026] PUT /v2.0/subnetpools/d8312fb1-8dad-4390-bd87-cf6e1d1512ff/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2601] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:54:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2602] 10.0.0.4 () {32 vars in 737 bytes} [Tue Sep 1 19:54:00 2026] GET /v2.0/subnetpools/d8312fb1-8dad-4390-bd87-cf6e1d1512ff/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2603] 10.0.0.4 () {34 vars in 768 bytes} [Tue Sep 1 19:54:00 2026] PUT /v2.0/subnetpools/d8312fb1-8dad-4390-bd87-cf6e1d1512ff/tags/green => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2604] 10.0.0.4 () {32 vars in 737 bytes} [Tue Sep 1 19:54:01 2026] GET /v2.0/subnetpools/d8312fb1-8dad-4390-bd87-cf6e1d1512ff/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:54:01.080 8 INFO neutron.db.ovn_revision_numbers_db [None req-b6fa1ab7-1c1f-41b7-9740-83531852b198 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource 07dc15cb-ed4a-467c-81c9-7ebb81ca24c0 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1359/2605] 10.0.0.4 () {34 vars in 764 bytes} [Tue Sep 1 19:54:01 2026] PUT /v2.0/subnetpools/d8312fb1-8dad-4390-bd87-cf6e1d1512ff/tags/red => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2606] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:54:00 2026] POST /v2.0/security-group-rules => generated 599 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2607] 10.0.0.4 () {32 vars in 737 bytes} [Tue Sep 1 19:54:01 2026] GET /v2.0/subnetpools/d8312fb1-8dad-4390-bd87-cf6e1d1512ff/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2608] 10.0.0.4 () {34 vars in 786 bytes} [Tue Sep 1 19:54:01 2026] PUT /v2.0/subnetpools/d8312fb1-8dad-4390-bd87-cf6e1d1512ff/tags/black.or.white => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2609] 10.0.0.4 () {32 vars in 737 bytes} [Tue Sep 1 19:54:01 2026] GET /v2.0/subnetpools/d8312fb1-8dad-4390-bd87-cf6e1d1512ff/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:54:01.286 8 INFO neutron.db.ovn_revision_numbers_db [None req-12aaea48-16a5-4eff-9275-568f2fc21ecc b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource b22b8571-431f-4634-8881-bdb79956f73b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1363/2610] 10.0.0.4 () {34 vars in 757 bytes} [Tue Sep 1 19:54:01 2026] PUT /v2.0/subnetpools/d8312fb1-8dad-4390-bd87-cf6e1d1512ff/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2611] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:54:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2612] 10.0.0.4 () {32 vars in 737 bytes} [Tue Sep 1 19:54:01 2026] GET /v2.0/subnetpools/d8312fb1-8dad-4390-bd87-cf6e1d1512ff/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2613] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:54:01 2026] GET /v2.0/subnetpools/d8312fb1-8dad-4390-bd87-cf6e1d1512ff/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:54:01.426 7 INFO neutron.api.v2.resource [None req-578f7179-91d1-4424-bfd3-72bbb6a26ac8 b9630f314743414bb6b28c126bbbf7bd c0b62fe944d14ac7aca5d1dd1037b4c1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1366/2614] 10.0.0.4 () {32 vars in 749 bytes} [Tue Sep 1 19:54:01 2026] GET /v2.0/subnetpools/d8312fb1-8dad-4390-bd87-cf6e1d1512ff/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-09-01 19:54:01.480 8 INFO neutron.db.ovn_revision_numbers_db [None req-daed889d-d851-4fcb-a834-7804d271f8dc b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource a1763e1d-94de-4847-95ac-eb1c68a7bb6b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1367/2615] 10.0.0.4 () {32 vars in 748 bytes} [Tue Sep 1 19:54:01 2026] DELETE /v2.0/subnetpools/d8312fb1-8dad-4390-bd87-cf6e1d1512ff/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: 1249/2616] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:54:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2617] 10.0.0.4 () {32 vars in 737 bytes} [Tue Sep 1 19:54:01 2026] GET /v2.0/subnetpools/d8312fb1-8dad-4390-bd87-cf6e1d1512ff/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:54:01.550 7 INFO neutron.api.v2.resource [None req-016cf519-0669-4dc9-88e0-9c468a25636c b9630f314743414bb6b28c126bbbf7bd c0b62fe944d14ac7aca5d1dd1037b4c1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1369/2618] 10.0.0.4 () {32 vars in 752 bytes} [Tue Sep 1 19:54:01 2026] DELETE /v2.0/subnetpools/d8312fb1-8dad-4390-bd87-cf6e1d1512ff/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2619] 10.0.0.4 () {32 vars in 740 bytes} [Tue Sep 1 19:54:01 2026] DELETE /v2.0/subnetpools/d8312fb1-8dad-4390-bd87-cf6e1d1512ff/tags => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2620] 10.0.0.4 () {32 vars in 737 bytes} [Tue Sep 1 19:54:01 2026] GET /v2.0/subnetpools/d8312fb1-8dad-4390-bd87-cf6e1d1512ff/tags => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2621] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:54:01 2026] DELETE /v2.0/subnetpools/d8312fb1-8dad-4390-bd87-cf6e1d1512ff => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:54:01.693 8 INFO neutron.db.ovn_revision_numbers_db [None req-8c5d2cf6-9ec4-4c8d-a8aa-0bc2c06aea7c b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource c49677ec-fce9-407b-ab98-ddb9874d9255 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1250/2622] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:54:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:01.876 7 INFO neutron.db.ovn_revision_numbers_db [None req-73273e79-bff5-483a-84c5-27fcbc405c0b b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource 00105998-4230-45c4-8b09-e29e2e100925 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1373/2623] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:54:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:02.075 8 INFO neutron.db.ovn_revision_numbers_db [None req-09e43ebd-8604-4280-a670-06017b4f7fd1 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource 8fbfb16b-1442-4934-83ad-09e904749835 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1251/2624] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:54:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:02.323 7 INFO neutron.db.ovn_revision_numbers_db [None req-e9130f9a-755e-488d-9b5b-82243c9e7aa2 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource 65d1de6e-968c-4300-be08-a14167bf4bd7 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1374/2625] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:54:02 2026] POST /v2.0/security-group-rules => generated 599 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:02.501 8 INFO neutron.db.ovn_revision_numbers_db [None req-25c023fe-93b3-4a1b-876e-b818a353c497 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource 44843cc9-2737-4bc8-a707-013745d82adb (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1252/2626] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:54:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:02.718 7 INFO neutron.db.ovn_revision_numbers_db [None req-2ed05e93-9cb0-4a40-893c-73a40357f46c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a38a779a-3709-4a49-8837-0b7b9fb8df64 (type: security_groups) to 1 2026-09-01 19:54:02.735 7 INFO neutron.db.ovn_revision_numbers_db [None req-2ed05e93-9cb0-4a40-893c-73a40357f46c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 3ca64de8-9ad5-4d8a-95ce-dc78c6fa0e2e (type: security_group_rules) to 0 2026-09-01 19:54:02.752 7 INFO neutron.db.ovn_revision_numbers_db [None req-2ed05e93-9cb0-4a40-893c-73a40357f46c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 562e7f88-d14c-47e9-93dc-8707e84ab6c0 (type: security_group_rules) to 0 2026-09-01 19:54:02.772 7 INFO neutron.db.ovn_revision_numbers_db [None req-2ed05e93-9cb0-4a40-893c-73a40357f46c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 8e1d4231-ea39-4e9b-b04c-4f139a4a00c9 (type: security_group_rules) to 0 2026-09-01 19:54:02.786 7 INFO neutron.db.ovn_revision_numbers_db [None req-2ed05e93-9cb0-4a40-893c-73a40357f46c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource cc390a9f-4f1a-47e0-b2fb-1a4fd74d51fa (type: security_group_rules) to 0 2026-09-01 19:54:02.798 8 INFO neutron.db.ovn_revision_numbers_db [None req-2fb7599a-932b-4682-89a1-85cd7e2e6177 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource 9007a02f-d950-4b21-aa83-eb5e4302499f (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1375/2627] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:54:02 2026] GET /v2.0/security-groups?tenant_id=c0b62fe944d14ac7aca5d1dd1037b4c1&name=default => generated 2929 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2628] 10.0.0.4 () {34 vars in 693 bytes} [Tue Sep 1 19:54:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2629] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:54:02 2026] DELETE /v2.0/security-groups/a38a779a-3709-4a49-8837-0b7b9fb8df64 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2630] 10.0.0.147 () {34 vars in 1096 bytes} [Tue Sep 1 19:54:03 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1518494741&fields=id&tenant_id=519bbd7904474045a93d0e0b2f7d3ef1 => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:54:03.422 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a461281-5feb-4f2e-a326-f14d1275e3c7 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ba61f4b8-6c8f-46af-8bfe-480bde379c42 (type: security_groups) to 1 2026-09-01 19:54:03.432 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a461281-5feb-4f2e-a326-f14d1275e3c7 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 2c88089e-6a14-4fe2-9401-4ecb4ee7cfaa (type: security_group_rules) to 0 2026-09-01 19:54:03.444 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a461281-5feb-4f2e-a326-f14d1275e3c7 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 82ba9cb6-6336-4895-9363-553293f927cf (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1378/2631] 10.0.0.147 () {34 vars in 982 bytes} [Tue Sep 1 19:54:03 2026] GET /v2.0/networks?id=8b27b849-d5cd-41c6-b4f3-687700042e5d => generated 743 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:03.464 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a461281-5feb-4f2e-a326-f14d1275e3c7 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 99ded658-6186-407e-85fc-1f3244bd4726 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1379/2632] 10.0.0.147 () {34 vars in 965 bytes} [Tue Sep 1 19:54:03 2026] GET /v2.0/quotas/519bbd7904474045a93d0e0b2f7d3ef1 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:03.475 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a461281-5feb-4f2e-a326-f14d1275e3c7 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f6658f63-e903-49a6-934d-4f59559d30e8 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1254/2633] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:54:03 2026] GET /v2.0/security-groups?tenant_id=c438f71ccf694edeaad7ff38c14a8a5c&name=default => generated 2929 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2634] 10.0.0.147 () {34 vars in 1002 bytes} [Tue Sep 1 19:54:03 2026] GET /v2.0/ports?tenant_id=519bbd7904474045a93d0e0b2f7d3ef1&fields=id => generated 287 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2635] 10.0.0.147 () {34 vars in 1008 bytes} [Tue Sep 1 19:54:03 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d?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: 1255/2636] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:54:03 2026] DELETE /v2.0/security-groups/ba61f4b8-6c8f-46af-8bfe-480bde379c42 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2637] 10.0.0.147 () {34 vars in 1108 bytes} [Tue Sep 1 19:54:03 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d?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: 1256/2638] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:54:03 2026] GET /v2.0/ports?device_id=da5ce22e-1391-4558-9961-72594ac1e20d => generated 12 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:54:07.431 7 INFO neutron.db.ovn_revision_numbers_db [None req-64bd5b1f-ba54-4fd8-a5a0-7efb65713b24 c5998e3a3d0c440e925267ceeb378aa0 c703573734224c429ced262b2d496afc - - default default] Successfully bumped revision number for resource 65367883-9c75-43e1-bd5c-fc724f35a6f0 (type: security_groups) to 1 2026-09-01 19:54:07.443 7 INFO neutron.db.ovn_revision_numbers_db [None req-64bd5b1f-ba54-4fd8-a5a0-7efb65713b24 c5998e3a3d0c440e925267ceeb378aa0 c703573734224c429ced262b2d496afc - - default default] Successfully bumped revision number for resource 1284442d-4f57-4773-8a04-247ebb62702a (type: security_group_rules) to 0 2026-09-01 19:54:07.457 7 INFO neutron.db.ovn_revision_numbers_db [None req-64bd5b1f-ba54-4fd8-a5a0-7efb65713b24 c5998e3a3d0c440e925267ceeb378aa0 c703573734224c429ced262b2d496afc - - default default] Successfully bumped revision number for resource 1fd67ad6-f288-4e19-b217-e349185e2f3b (type: security_group_rules) to 0 2026-09-01 19:54:07.473 7 INFO neutron.db.ovn_revision_numbers_db [None req-64bd5b1f-ba54-4fd8-a5a0-7efb65713b24 c5998e3a3d0c440e925267ceeb378aa0 c703573734224c429ced262b2d496afc - - default default] Successfully bumped revision number for resource 3367e12f-0863-422d-85a0-bc7dbc43e7e8 (type: security_group_rules) to 0 2026-09-01 19:54:07.488 7 INFO neutron.db.ovn_revision_numbers_db [None req-64bd5b1f-ba54-4fd8-a5a0-7efb65713b24 c5998e3a3d0c440e925267ceeb378aa0 c703573734224c429ced262b2d496afc - - default default] Successfully bumped revision number for resource 45bf190a-d608-4c21-8b32-ce1f26d3ee22 (type: security_group_rules) to 0 2026-09-01 19:54:07.569 7 INFO neutron.db.segments_db [None req-64bd5b1f-ba54-4fd8-a5a0-7efb65713b24 c5998e3a3d0c440e925267ceeb378aa0 c703573734224c429ced262b2d496afc - - default default] Added segment 1cf16bc9-1a9b-44f5-89fd-8851c8fd2cac of type geneve for network 0c8cd582-66e1-4d52-89d1-27a66898839f 2026-09-01 19:54:07.651 7 INFO neutron.db.ovn_revision_numbers_db [None req-64bd5b1f-ba54-4fd8-a5a0-7efb65713b24 c5998e3a3d0c440e925267ceeb378aa0 c703573734224c429ced262b2d496afc - - default default] Successfully bumped revision number for resource 0c8cd582-66e1-4d52-89d1-27a66898839f (type: networks) to 1 2026-09-01 19:54:07.786 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-64bd5b1f-ba54-4fd8-a5a0-7efb65713b24 c5998e3a3d0c440e925267ceeb378aa0 c703573734224c429ced262b2d496afc - - default default] No more DHCP agents 2026-09-01 19:54:07.787 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-64bd5b1f-ba54-4fd8-a5a0-7efb65713b24 c5998e3a3d0c440e925267ceeb378aa0 c703573734224c429ced262b2d496afc - - default default] Unable to schedule network 0c8cd582-66e1-4d52-89d1-27a66898839f: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:07.844 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-821c5805-892f-4aee-b7bd-ea0f1e9b94c4 - - - - - -] OVN reports status down for port: 4952d6fe-5186-4d1b-8b87-8614a658d46c 2026-09-01 19:54:07.878 7 INFO neutron.db.ovn_revision_numbers_db [None req-64bd5b1f-ba54-4fd8-a5a0-7efb65713b24 c5998e3a3d0c440e925267ceeb378aa0 c703573734224c429ced262b2d496afc - - default default] Successfully bumped revision number for resource 4952d6fe-5186-4d1b-8b87-8614a658d46c (type: ports) to 1 [pid: 7|app: 0|req: 1383/2639] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:54:07 2026] POST /v2.0/networks => generated 670 bytes in 854 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:08.049 8 INFO neutron.db.segments_db [None req-c639dd2d-d215-45e4-889a-fa1233683a17 c5998e3a3d0c440e925267ceeb378aa0 c703573734224c429ced262b2d496afc - - default default] Added segment 9000bff1-7d6e-4c52-bb30-4f9b0d4bc2c1 of type geneve for network 0b36bd69-1276-40f8-81e0-7369d0764263 2026-09-01 19:54:08.141 8 INFO neutron.db.ovn_revision_numbers_db [None req-c639dd2d-d215-45e4-889a-fa1233683a17 c5998e3a3d0c440e925267ceeb378aa0 c703573734224c429ced262b2d496afc - - default default] Successfully bumped revision number for resource 0b36bd69-1276-40f8-81e0-7369d0764263 (type: networks) to 1 2026-09-01 19:54:08.339 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c639dd2d-d215-45e4-889a-fa1233683a17 c5998e3a3d0c440e925267ceeb378aa0 c703573734224c429ced262b2d496afc - - default default] No more DHCP agents 2026-09-01 19:54:08.342 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c639dd2d-d215-45e4-889a-fa1233683a17 c5998e3a3d0c440e925267ceeb378aa0 c703573734224c429ced262b2d496afc - - default default] Unable to schedule network 0b36bd69-1276-40f8-81e0-7369d0764263: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1384/2640] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:54:08 2026] GET /v2.0/networks?id=8b27b849-d5cd-41c6-b4f3-687700042e5d => generated 743 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:08.412 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-821c5805-892f-4aee-b7bd-ea0f1e9b94c4 - - - - - -] OVN reports status down for port: 92620e91-8ee0-4030-91dc-e75f9e66ee3f [pid: 7|app: 0|req: 1385/2641] 162.253.55.86 () {34 vars in 1049 bytes} [Tue Sep 1 19:54:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=519bbd7904474045a93d0e0b2f7d3ef1 => generated 179 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:08.499 8 INFO neutron.db.ovn_revision_numbers_db [None req-c639dd2d-d215-45e4-889a-fa1233683a17 c5998e3a3d0c440e925267ceeb378aa0 c703573734224c429ced262b2d496afc - - default default] Successfully bumped revision number for resource 92620e91-8ee0-4030-91dc-e75f9e66ee3f (type: ports) to 1 [pid: 8|app: 0|req: 1257/2642] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:54:07 2026] POST /v2.0/networks => generated 670 bytes in 652 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2643] 10.0.0.4 () {34 vars in 751 bytes} [Tue Sep 1 19:54:08 2026] PUT /v2.0/networks/0c8cd582-66e1-4d52-89d1-27a66898839f/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2644] 10.0.0.4 () {32 vars in 731 bytes} [Tue Sep 1 19:54:08 2026] GET /v2.0/networks/0c8cd582-66e1-4d52-89d1-27a66898839f/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:54:08.740 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-81d5bbbf-9874-4b3a-abd6-14cb66632172 req-b82ed4e7-c772-4d90-9315-009a09441e16 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] No more DHCP agents 2026-09-01 19:54:08.741 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-81d5bbbf-9874-4b3a-abd6-14cb66632172 req-b82ed4e7-c772-4d90-9315-009a09441e16 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Unable to schedule network 8b27b849-d5cd-41c6-b4f3-687700042e5d: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1260/2645] 10.0.0.4 () {34 vars in 751 bytes} [Tue Sep 1 19:54:08 2026] PUT /v2.0/networks/0b36bd69-1276-40f8-81e0-7369d0764263/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2646] 10.0.0.4 () {32 vars in 731 bytes} [Tue Sep 1 19:54:08 2026] GET /v2.0/networks/0b36bd69-1276-40f8-81e0-7369d0764263/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:54:08.870 7 INFO neutron.db.ovn_revision_numbers_db [req-81d5bbbf-9874-4b3a-abd6-14cb66632172 req-b82ed4e7-c772-4d90-9315-009a09441e16 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource c7630db9-143c-4288-a37e-776939efa9cc (type: ports) to 1 2026-09-01 19:54:08.881 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-821c5805-892f-4aee-b7bd-ea0f1e9b94c4 - - - - - -] OVN reports status down for port: c7630db9-143c-4288-a37e-776939efa9cc [pid: 7|app: 0|req: 1386/2647] 162.253.55.86 () {38 vars in 954 bytes} [Tue Sep 1 19:54:08 2026] POST /v2.0/ports => generated 1179 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2648] 10.0.0.4 () {34 vars in 751 bytes} [Tue Sep 1 19:54:08 2026] PUT /v2.0/networks/0b36bd69-1276-40f8-81e0-7369d0764263/tags => generated 12 bytes in 146 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: 1263/2649] 10.0.0.4 () {32 vars in 731 bytes} [Tue Sep 1 19:54:08 2026] GET /v2.0/networks/0b36bd69-1276-40f8-81e0-7369d0764263/tags => generated 12 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2650] 10.0.0.4 () {32 vars in 731 bytes} [Tue Sep 1 19:54:09 2026] GET /v2.0/networks/0c8cd582-66e1-4d52-89d1-27a66898839f/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:54:09.246 8 INFO neutron_taas.services.taas.taas_plugin [None req-f7975730-866e-468c-bd3f-7e058849b664 c5998e3a3d0c440e925267ceeb378aa0 c703573734224c429ced262b2d496afc - - default default] TaaS: Handle Delete Port: 4952d6fe-5186-4d1b-8b87-8614a658d46c 2026-09-01 19:54:09.248 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7975730-866e-468c-bd3f-7e058849b664 c5998e3a3d0c440e925267ceeb378aa0 c703573734224c429ced262b2d496afc - - default default] Tap Mirror: Handle Delete Port: 4952d6fe-5186-4d1b-8b87-8614a658d46c 2026-09-01 19:54:09.272 7 INFO neutron.db.ovn_revision_numbers_db [req-81d5bbbf-9874-4b3a-abd6-14cb66632172 req-ab306267-1031-42b7-a0c9-40e4a6646c91 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource c7630db9-143c-4288-a37e-776939efa9cc (type: ports) to 2 2026-09-01 19:54:09.484 8 INFO neutron.services.segments.plugin [-] Segment 1cf16bc9-1a9b-44f5-89fd-8851c8fd2cac resource provider aggregate not found 2026-09-01 19:54:09.489 8 INFO neutron.services.segments.plugin [-] Segment 1cf16bc9-1a9b-44f5-89fd-8851c8fd2cac resource provider aggregate not found 2026-09-01 19:54:09.509 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1cf16bc9-1a9b-44f5-89fd-8851c8fd2cac resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cf16bc9-1a9b-44f5-89fd-8851c8fd2cac found for delete ", "request_id": "req-01d42e6c-4329-401f-8343-73a1d9c1063b"}]} 2026-09-01 19:54:09.511 7 INFO neutron.db.ovn_revision_numbers_db [req-81d5bbbf-9874-4b3a-abd6-14cb66632172 req-ab306267-1031-42b7-a0c9-40e4a6646c91 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource c7630db9-143c-4288-a37e-776939efa9cc (type: ports) to 4 2026-09-01 19:54:09.517 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1cf16bc9-1a9b-44f5-89fd-8851c8fd2cac resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cf16bc9-1a9b-44f5-89fd-8851c8fd2cac found for delete ", "request_id": "req-343721a2-be05-4fa8-84a3-cfb6e32559b0"}]} [pid: 7|app: 0|req: 1387/2651] 162.253.55.86 () {38 vars in 1027 bytes} [Tue Sep 1 19:54:08 2026] PUT /v2.0/ports/c7630db9-143c-4288-a37e-776939efa9cc => generated 1429 bytes in 590 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1265/2652] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:54:09 2026] DELETE /v2.0/networks/0c8cd582-66e1-4d52-89d1-27a66898839f => generated 0 bytes in 423 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2653] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:54:09 2026] GET /v2.0/ports?device_id=da5ce22e-1391-4558-9961-72594ac1e20d => generated 1194 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:54:09.590 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-568b1239-18a4-473f-a36f-92bbee61c083'] response: {'name': 'network-changed', 'server_uuid': 'da5ce22e-1391-4558-9961-72594ac1e20d', 'tag': 'c7630db9-143c-4288-a37e-776939efa9cc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1389/2654] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:54:09 2026] GET /v2.0/security-groups?id=e631fb7d-87fd-435f-bfb9-a8a027e1884c&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:09.701 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7205878-83bf-4147-baf7-f55fd6f9e5dc c5998e3a3d0c440e925267ceeb378aa0 c703573734224c429ced262b2d496afc - - default default] TaaS: Handle Delete Port: 92620e91-8ee0-4030-91dc-e75f9e66ee3f 2026-09-01 19:54:09.704 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7205878-83bf-4147-baf7-f55fd6f9e5dc c5998e3a3d0c440e925267ceeb378aa0 c703573734224c429ced262b2d496afc - - default default] Tap Mirror: Handle Delete Port: 92620e91-8ee0-4030-91dc-e75f9e66ee3f [pid: 8|app: 0|req: 1266/2655] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:54:09 2026] DELETE /v2.0/networks/0b36bd69-1276-40f8-81e0-7369d0764263 => 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: 1390/2656] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:54:10 2026] GET /v2.0/ports?tenant_id=519bbd7904474045a93d0e0b2f7d3ef1&device_id=da5ce22e-1391-4558-9961-72594ac1e20d => generated 1432 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2657] 162.253.55.86 () {34 vars in 1017 bytes} [Tue Sep 1 19:54:10 2026] GET /v2.0/networks?tenant_id=519bbd7904474045a93d0e0b2f7d3ef1&shared=False => generated 2499 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2658] 162.253.55.86 () {34 vars in 929 bytes} [Tue Sep 1 19:54:10 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:10.975 8 INFO neutron.db.ovn_revision_numbers_db [None req-60443e22-a0cc-47ed-b0e6-e8fe172f2fec 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e9254b84-17ea-4ce0-b2de-7ea959550d3f (type: security_groups) to 1 2026-09-01 19:54:10.993 8 INFO neutron.db.ovn_revision_numbers_db [None req-60443e22-a0cc-47ed-b0e6-e8fe172f2fec 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 01182b4f-71ca-4862-b2f6-9a91450bbc2a (type: security_group_rules) to 0 2026-09-01 19:54:11.009 8 INFO neutron.db.ovn_revision_numbers_db [None req-60443e22-a0cc-47ed-b0e6-e8fe172f2fec 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 62e89ef6-024f-446e-813a-5e9457620b6f (type: security_group_rules) to 0 2026-09-01 19:54:11.025 8 INFO neutron.db.ovn_revision_numbers_db [None req-60443e22-a0cc-47ed-b0e6-e8fe172f2fec 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 8084813b-ff61-40d0-b414-dc526954eead (type: security_group_rules) to 0 2026-09-01 19:54:11.040 8 INFO neutron.db.ovn_revision_numbers_db [None req-60443e22-a0cc-47ed-b0e6-e8fe172f2fec 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource c35b88a2-304c-4ad2-abec-4d3c91abe3a2 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1268/2659] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:54:10 2026] GET /v2.0/security-groups?tenant_id=04578fbbb25b482d830d371ac74bde8b&name=default => generated 2929 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2660] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:54:11 2026] GET /v2.0/ports?tenant_id=519bbd7904474045a93d0e0b2f7d3ef1&device_id=da5ce22e-1391-4558-9961-72594ac1e20d => generated 1432 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2661] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:54:11 2026] DELETE /v2.0/security-groups/e9254b84-17ea-4ce0-b2de-7ea959550d3f => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2662] 162.253.55.86 () {34 vars in 1055 bytes} [Tue Sep 1 19:54:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.56&port_id=c7630db9-143c-4288-a37e-776939efa9cc => 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: 1393/2663] 162.253.55.86 () {34 vars in 1103 bytes} [Tue Sep 1 19:54:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A173&port_id=c7630db9-143c-4288-a37e-776939efa9cc => 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: 1271/2666] 162.253.55.86 () {34 vars in 1063 bytes} [Tue Sep 1 19:54:11 2026] GET /v2.0/subnets?id=40d1d0d8-97b9-41bd-811a-cba92298a5dd&id=7c772f41-eb20-4d33-a689-e332bf4d0e09 => generated 1411 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2667] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:54:11 2026] GET /v2.0/ports?network_id=8b27b849-d5cd-41c6-b4f3-687700042e5d&device_owner=network%3Adhcp => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:54:11.537 8 INFO neutron.services.segments.plugin [-] Segment 9000bff1-7d6e-4c52-bb30-4f9b0d4bc2c1 resource provider aggregate not found [pid: 7|app: 0|req: 1396/2668] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:54:11 2026] GET /v2.0/security-groups?tenant_id=c703573734224c429ced262b2d496afc&name=default => generated 2929 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:54:11.543 8 INFO neutron.services.segments.plugin [-] Segment 9000bff1-7d6e-4c52-bb30-4f9b0d4bc2c1 resource provider aggregate not found 2026-09-01 19:54:11.561 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9000bff1-7d6e-4c52-bb30-4f9b0d4bc2c1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9000bff1-7d6e-4c52-bb30-4f9b0d4bc2c1 found for delete ", "request_id": "req-a3deaf77-78a9-487d-81f0-3774d63c41ff"}]} 2026-09-01 19:54:11.576 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9000bff1-7d6e-4c52-bb30-4f9b0d4bc2c1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9000bff1-7d6e-4c52-bb30-4f9b0d4bc2c1 found for delete ", "request_id": "req-810fa699-8d3d-4e3d-86aa-072558df96b3"}]} [pid: 8|app: 0|req: 1273/2669] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:54:11 2026] GET /v2.0/ports?network_id=8b27b849-d5cd-41c6-b4f3-687700042e5d&device_owner=network%3Adhcp => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2670] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:54:11 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2671] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:54:11 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2672] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:54:11 2026] DELETE /v2.0/security-groups/65367883-9c75-43e1-bd5c-fc724f35a6f0 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:54:14.378 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-821c5805-892f-4aee-b7bd-ea0f1e9b94c4 - - - - - -] OVN reports status up for port: c7630db9-143c-4288-a37e-776939efa9cc 2026-09-01 19:54:14.398 8 INFO neutron.plugins.ml2.plugin [None req-821c5805-892f-4aee-b7bd-ea0f1e9b94c4 - - - - - -] Attempt 1 to provision port c7630db9-143c-4288-a37e-776939efa9cc 2026-09-01 19:54:14.631 8 INFO neutron.db.ovn_revision_numbers_db [None req-821c5805-892f-4aee-b7bd-ea0f1e9b94c4 - - - - - -] Successfully bumped revision number for resource c7630db9-143c-4288-a37e-776939efa9cc (type: ports) to 5 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1276/2673] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:54:14 2026] GET /v2.0/ports?device_id=da5ce22e-1391-4558-9961-72594ac1e20d => generated 1196 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:54:14.802 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b0c0b7a-b8d8-4540-8e0d-e1a16d34199f'] response: {'server_uuid': 'da5ce22e-1391-4558-9961-72594ac1e20d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c7630db9-143c-4288-a37e-776939efa9cc', 'code': 200} [pid: 7|app: 0|req: 1398/2674] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:54:14 2026] GET /v2.0/security-groups?id=e631fb7d-87fd-435f-bfb9-a8a027e1884c&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:15.660 8 INFO neutron.db.ovn_revision_numbers_db [None req-2a98e250-3307-400a-b9ba-5c3314316ab5 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 283b65e4-a3e8-4718-86ac-96cef2544ec9 (type: security_groups) to 1 2026-09-01 19:54:15.678 8 INFO neutron.db.ovn_revision_numbers_db [None req-2a98e250-3307-400a-b9ba-5c3314316ab5 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 4a072bb6-20e1-469d-a8b7-b8f577734a32 (type: security_group_rules) to 0 2026-09-01 19:54:15.695 8 INFO neutron.db.ovn_revision_numbers_db [None req-2a98e250-3307-400a-b9ba-5c3314316ab5 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource f12e5b6b-83c6-4ad9-bb74-3a1c9fa7c2bb (type: security_group_rules) to 0 2026-09-01 19:54:15.715 8 INFO neutron.db.ovn_revision_numbers_db [None req-2a98e250-3307-400a-b9ba-5c3314316ab5 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource f3d12359-bd35-49eb-be3c-9e3e4b2a860c (type: security_group_rules) to 0 2026-09-01 19:54:15.729 8 INFO neutron.db.ovn_revision_numbers_db [None req-2a98e250-3307-400a-b9ba-5c3314316ab5 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource faa8a778-0d5c-46d0-ae1a-8bd745259985 (type: security_group_rules) to 0 2026-09-01 19:54:15.841 8 INFO neutron.db.segments_db [None req-2a98e250-3307-400a-b9ba-5c3314316ab5 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Added segment 4e1dcbc3-3ddd-4636-9411-f98212c14de3 of type geneve for network a9a74001-5c26-4071-9680-6fda72e15eeb 2026-09-01 19:54:16.010 8 INFO neutron.db.ovn_revision_numbers_db [None req-2a98e250-3307-400a-b9ba-5c3314316ab5 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource a9a74001-5c26-4071-9680-6fda72e15eeb (type: networks) to 1 2026-09-01 19:54:16.156 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2a98e250-3307-400a-b9ba-5c3314316ab5 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] No more DHCP agents 2026-09-01 19:54:16.157 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2a98e250-3307-400a-b9ba-5c3314316ab5 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Unable to schedule network a9a74001-5c26-4071-9680-6fda72e15eeb: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:16.214 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-39b18097-9596-4c31-87bf-64e1d00986a1 - - - - - -] OVN reports status down for port: 0cdef8c5-69a3-4998-9155-3aa983c3e131 2026-09-01 19:54:16.245 8 INFO neutron.db.ovn_revision_numbers_db [None req-2a98e250-3307-400a-b9ba-5c3314316ab5 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 0cdef8c5-69a3-4998-9155-3aa983c3e131 (type: ports) to 1 [pid: 8|app: 0|req: 1277/2675] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:54:15 2026] POST /v2.0/networks => generated 665 bytes in 942 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:16.549 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b69db961-30cf-4c93-822e-80835a06a8a5 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] No more DHCP agents 2026-09-01 19:54:16.550 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b69db961-30cf-4c93-822e-80835a06a8a5 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Unable to schedule network a9a74001-5c26-4071-9680-6fda72e15eeb: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:16.839 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2acde76e-7bc0-40cd-a73f-be7e71fe341d'] response: {'server_uuid': 'da5ce22e-1391-4558-9961-72594ac1e20d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c7630db9-143c-4288-a37e-776939efa9cc', 'code': 200} 2026-09-01 19:54:16.964 7 INFO neutron.db.ovn_revision_numbers_db [None req-a82bed69-4c5a-4707-994e-4ddbefa4efa4 - - - - - -] Successfully bumped revision number for resource 0cdef8c5-69a3-4998-9155-3aa983c3e131 (type: ports) to 2 2026-09-01 19:54:17.004 7 INFO neutron.db.ovn_revision_numbers_db [None req-a82bed69-4c5a-4707-994e-4ddbefa4efa4 - - - - - -] Successfully bumped revision number for resource 21f9a77d-1e75-4e88-b249-76dc125dd2d4 (type: subnets) to 0 [pid: 7|app: 0|req: 1399/2676] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:54:16 2026] POST /v2.0/subnets => generated 626 bytes in 749 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:17.376 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-93884975-3da9-434f-a388-3649d21265c1 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] No more DHCP agents 2026-09-01 19:54:17.377 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-93884975-3da9-434f-a388-3649d21265c1 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:17.486 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-39b18097-9596-4c31-87bf-64e1d00986a1 - - - - - -] OVN reports status down for port: bce32da5-16d7-4e67-a920-373e69195244 2026-09-01 19:54:17.488 8 INFO neutron.db.ovn_revision_numbers_db [None req-93884975-3da9-434f-a388-3649d21265c1 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource bce32da5-16d7-4e67-a920-373e69195244 (type: ports) to 1 2026-09-01 19:54:18.008 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-deb7c733-3afc-49a0-b2df-41f9bbb51836 - - - - - -] Schedule LRP lrp-bce32da5-16d7-4e67-a920-373e69195244 on gateway 981b1d13-d3f6-4b65-a230-c40efece3bd4 with priority 1 2026-09-01 19:54:18.039 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-39b18097-9596-4c31-87bf-64e1d00986a1 - - - - - -] OVN reports status up for port: bce32da5-16d7-4e67-a920-373e69195244 2026-09-01 19:54:18.055 7 INFO neutron.plugins.ml2.plugin [None req-39b18097-9596-4c31-87bf-64e1d00986a1 - - - - - -] Attempt 1 to provision port bce32da5-16d7-4e67-a920-373e69195244 2026-09-01 19:54:18.064 8 INFO neutron.db.ovn_revision_numbers_db [None req-93884975-3da9-434f-a388-3649d21265c1 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource bce32da5-16d7-4e67-a920-373e69195244 (type: router_ports) to 1 2026-09-01 19:54:18.120 8 INFO neutron.db.ovn_revision_numbers_db [None req-93884975-3da9-434f-a388-3649d21265c1 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 015fd196-b587-4151-9059-b88dc569e1cf (type: routers) to 2 [pid: 8|app: 0|req: 1278/2677] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:54:17 2026] POST /v2.0/routers => generated 936 bytes in 1115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:18.584 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-11367800-ae9f-4fe9-bf7e-4a7fbdf54aec d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] No more DHCP agents 2026-09-01 19:54:18.585 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-11367800-ae9f-4fe9-bf7e-4a7fbdf54aec d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Unable to schedule network a9a74001-5c26-4071-9680-6fda72e15eeb: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:18.684 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-40b99ff9-8233-4e93-ac32-2f0709355126 - - - - - -] OVN reports status down for port: 2326e102-f374-42dd-a2db-c35c43fd3999 2026-09-01 19:54:18.697 7 INFO neutron.db.ovn_revision_numbers_db [None req-11367800-ae9f-4fe9-bf7e-4a7fbdf54aec d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 2326e102-f374-42dd-a2db-c35c43fd3999 (type: ports) to 1 2026-09-01 19:54:19.336 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-40b99ff9-8233-4e93-ac32-2f0709355126 - - - - - -] OVN reports status up for port: 2326e102-f374-42dd-a2db-c35c43fd3999 2026-09-01 19:54:19.349 8 INFO neutron.plugins.ml2.plugin [None req-40b99ff9-8233-4e93-ac32-2f0709355126 - - - - - -] Attempt 1 to provision port 2326e102-f374-42dd-a2db-c35c43fd3999 2026-09-01 19:54:19.453 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-11367800-ae9f-4fe9-bf7e-4a7fbdf54aec d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] No more DHCP agents 2026-09-01 19:54:19.454 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-11367800-ae9f-4fe9-bf7e-4a7fbdf54aec d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Unable to schedule network a9a74001-5c26-4071-9680-6fda72e15eeb: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:19.709 7 INFO neutron.db.ovn_revision_numbers_db [None req-11367800-ae9f-4fe9-bf7e-4a7fbdf54aec d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 2326e102-f374-42dd-a2db-c35c43fd3999 (type: router_ports) to 1 [pid: 7|app: 0|req: 1400/2678] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:54:18 2026] PUT /v2.0/routers/015fd196-b587-4151-9059-b88dc569e1cf/add_router_interface => generated 309 bytes in 1566 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:19.737 8 INFO neutron.db.ovn_revision_numbers_db [None req-40b99ff9-8233-4e93-ac32-2f0709355126 - - - - - -] Successfully bumped revision number for resource 2326e102-f374-42dd-a2db-c35c43fd3999 (type: ports) to 2 [pid: 7|app: 0|req: 1401/2679] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:54:19 2026] GET /v2.0/ports?device_id=da5ce22e-1391-4558-9961-72594ac1e20d => generated 1196 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2680] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:54:20 2026] GET /v2.0/security-groups?id=e631fb7d-87fd-435f-bfb9-a8a027e1884c&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-09-01 19:54:20.198 8 INFO neutron.db.ovn_revision_numbers_db [None req-dca9814c-c028-4154-a62d-cebcd38c7d43 - - - - - -] Successfully bumped revision number for resource 2326e102-f374-42dd-a2db-c35c43fd3999 (type: router_ports) to 2 [pid: 7|app: 0|req: 1403/2681] 10.0.0.4 () {32 vars in 816 bytes} [Tue Sep 1 19:54:20 2026] GET /v2.0/ports?network_id=8b27b849-d5cd-41c6-b4f3-687700042e5d&mac_address=fa%3A16%3A3e%3A26%3A0f%3Ac8 => generated 1196 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:54:20.435 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a6cdb55d-6a74-4447-9878-71ebe3508a07 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] No more DHCP agents 2026-09-01 19:54:20.436 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a6cdb55d-6a74-4447-9878-71ebe3508a07 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:20.637 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-20bed3a5-7077-4946-8efe-58ae352d8571 - - - - - -] No more DHCP agents 2026-09-01 19:54:20.638 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-20bed3a5-7077-4946-8efe-58ae352d8571 - - - - - -] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:20.739 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-dca9814c-c028-4154-a62d-cebcd38c7d43 - - - - - -] OVN reports status down for port: 5e367257-c0f4-4a47-a21f-bcf5b9f3c2a7 2026-09-01 19:54:20.800 8 INFO neutron.db.ovn_revision_numbers_db [None req-20bed3a5-7077-4946-8efe-58ae352d8571 - - - - - -] Successfully bumped revision number for resource 5e367257-c0f4-4a47-a21f-bcf5b9f3c2a7 (type: ports) to 1 2026-09-01 19:54:21.162 8 INFO neutron.db.ovn_revision_numbers_db [None req-20bed3a5-7077-4946-8efe-58ae352d8571 - - - - - -] Successfully bumped revision number for resource 5e367257-c0f4-4a47-a21f-bcf5b9f3c2a7 (type: ports) to 3 2026-09-01 19:54:21.271 7 INFO neutron.db.ovn_revision_numbers_db [None req-a6cdb55d-6a74-4447-9878-71ebe3508a07 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource 6f12d8fd-26e0-4f8c-8a7d-2896eadb1a44 (type: floatingips) to 1 2026-09-01 19:54:21.271 7 INFO neutron.db.l3_db [None req-a6cdb55d-6a74-4447-9878-71ebe3508a07 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Floating IP 6f12d8fd-26e0-4f8c-8a7d-2896eadb1a44 associated. External IP: 10.96.250.205, port: c7630db9-143c-4288-a37e-776939efa9cc. 2026-09-01 19:54:21.278 8 INFO neutron.db.segments_db [None req-20bed3a5-7077-4946-8efe-58ae352d8571 - - - - - -] Added segment 5318b4ce-4a00-4d8a-bb7b-4be2cc9a6c33 of type geneve for network bbafb26b-a839-48b7-9290-8d276e1333e3 [pid: 7|app: 0|req: 1404/2682] 10.0.0.4 () {34 vars in 675 bytes} [Tue Sep 1 19:54:20 2026] POST /v2.0/floatingips => generated 854 bytes in 1074 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:21.433 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f4f418d-3060-4a02-87a6-3d4c30c170b0'] response: {'name': 'network-changed', 'server_uuid': 'da5ce22e-1391-4558-9961-72594ac1e20d', 'tag': 'c7630db9-143c-4288-a37e-776939efa9cc', 'status': 'completed', 'code': 200} 2026-09-01 19:54:21.447 8 INFO neutron.db.ovn_revision_numbers_db [None req-4c438588-6999-4c31-a742-6d5198cf37af - - - - - -] Successfully bumped revision number for resource bbafb26b-a839-48b7-9290-8d276e1333e3 (type: networks) to 1 [pid: 7|app: 0|req: 1405/2683] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:54:21 2026] GET /v2.0/ports => generated 19246 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2684] 10.0.0.147 () {34 vars in 1096 bytes} [Tue Sep 1 19:54:21 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1518494741&fields=id&tenant_id=519bbd7904474045a93d0e0b2f7d3ef1 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2685] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:54:21 2026] GET /v2.0/subnets => generated 6147 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2686] 10.0.0.147 () {34 vars in 982 bytes} [Tue Sep 1 19:54:21 2026] GET /v2.0/networks?id=7f9fba54-4d25-45fd-be25-f855ade60263 => generated 743 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2687] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:54:21 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: 1410/2688] 10.0.0.147 () {34 vars in 965 bytes} [Tue Sep 1 19:54:21 2026] GET /v2.0/quotas/519bbd7904474045a93d0e0b2f7d3ef1 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2689] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:54:21 2026] GET /v2.0/network-ip-availabilities => generated 3827 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:54:21.648 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4c438588-6999-4c31-a742-6d5198cf37af - - - - - -] No more DHCP agents 2026-09-01 19:54:21.649 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4c438588-6999-4c31-a742-6d5198cf37af - - - - - -] Unable to schedule network bbafb26b-a839-48b7-9290-8d276e1333e3: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:21.739 8 INFO neutron.db.ovn_revision_numbers_db [None req-4c438588-6999-4c31-a742-6d5198cf37af - - - - - -] Successfully bumped revision number for resource 82ba33e9-bc2a-44f3-b292-5cd16266099e (type: ports) to 1 [pid: 7|app: 0|req: 1412/2690] 10.0.0.147 () {34 vars in 1002 bytes} [Tue Sep 1 19:54:21 2026] GET /v2.0/ports?tenant_id=519bbd7904474045a93d0e0b2f7d3ef1&fields=id => generated 333 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:21.902 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4c438588-6999-4c31-a742-6d5198cf37af - - - - - -] No more DHCP agents 2026-09-01 19:54:21.904 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4c438588-6999-4c31-a742-6d5198cf37af - - - - - -] Unable to schedule network bbafb26b-a839-48b7-9290-8d276e1333e3: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1413/2691] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:54:21 2026] GET /v2.0/floatingips => generated 859 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:21.948 8 INFO neutron.db.ovn_revision_numbers_db [None req-4c438588-6999-4c31-a742-6d5198cf37af - - - - - -] Successfully bumped revision number for resource e886f01e-3d70-44d0-9b24-ed436a9b3aaa (type: subnets) to 0 [pid: 7|app: 0|req: 1414/2692] 10.0.0.147 () {34 vars in 1008 bytes} [Tue Sep 1 19:54:21 2026] GET /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263?fields=segments => generated 14 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2693] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:54:22 2026] GET /v2.0/networks => generated 6294 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2694] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:54:22 2026] GET /v2.0/ports?tenant_id=519bbd7904474045a93d0e0b2f7d3ef1&device_id=da5ce22e-1391-4558-9961-72594ac1e20d => generated 1434 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2695] 10.0.0.147 () {34 vars in 1108 bytes} [Tue Sep 1 19:54:22 2026] GET /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263?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: 1418/2696] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:54:22 2026] GET /v2.0/security-groups => generated 31557 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2697] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:54:22 2026] GET /v2.0/networks?id=8b27b849-d5cd-41c6-b4f3-687700042e5d => 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: 1420/2698] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:54:22 2026] GET /v2.0/subnets => generated 6841 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:54:22.296 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4c438588-6999-4c31-a742-6d5198cf37af - - - - - -] No more DHCP agents 2026-09-01 19:54:22.297 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4c438588-6999-4c31-a742-6d5198cf37af - - - - - -] Unable to schedule network bbafb26b-a839-48b7-9290-8d276e1333e3: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1421/2699] 162.253.55.86 () {34 vars in 1055 bytes} [Tue Sep 1 19:54:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.56&port_id=c7630db9-143c-4288-a37e-776939efa9cc => generated 859 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2700] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:54:22 2026] GET /v2.0/ports?device_id=94d76b71-2f45-4a22-b7c3-9230c65e6a89 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2701] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:54:22 2026] GET /v2.0/routers => generated 1909 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:54:22.412 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-dca9814c-c028-4154-a62d-cebcd38c7d43 - - - - - -] OVN reports status down for port: 9ef9a1b8-cadc-49b1-9230-e7d5075f1522 [pid: 7|app: 0|req: 1424/2702] 162.253.55.86 () {34 vars in 1103 bytes} [Tue Sep 1 19:54:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A173&port_id=c7630db9-143c-4288-a37e-776939efa9cc => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2703] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:54:22 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: 1426/2704] 162.253.55.86 () {34 vars in 1063 bytes} [Tue Sep 1 19:54:22 2026] GET /v2.0/subnets?id=40d1d0d8-97b9-41bd-811a-cba92298a5dd&id=7c772f41-eb20-4d33-a689-e332bf4d0e09 => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:54:22.487 8 INFO neutron.db.ovn_revision_numbers_db [None req-4c438588-6999-4c31-a742-6d5198cf37af - - - - - -] Successfully bumped revision number for resource 9ef9a1b8-cadc-49b1-9230-e7d5075f1522 (type: ports) to 1 [pid: 7|app: 0|req: 1427/2705] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:54:22 2026] GET /v2.0/agents => generated 1214 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2706] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:54:22 2026] GET /v2.0/ports?network_id=8b27b849-d5cd-41c6-b4f3-687700042e5d&device_owner=network%3Adhcp => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2707] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:54:22 2026] GET /v2.0/ports?network_id=8b27b849-d5cd-41c6-b4f3-687700042e5d&device_owner=network%3Adhcp => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2708] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:54:22 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2709] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:54:22 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:54:23.158 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-39b18097-9596-4c31-87bf-64e1d00986a1 - - - - - -] No hosting information found for port bce32da5-16d7-4e67-a920-373e69195244: RuntimeError: No hosting information found for port bce32da5-16d7-4e67-a920-373e69195244 2026-09-01 19:54:23.158 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-39b18097-9596-4c31-87bf-64e1d00986a1 - - - - - -] OVN reports status down for port: 82ba33e9-bc2a-44f3-b292-5cd16266099e 2026-09-01 19:54:23.302 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-dca9814c-c028-4154-a62d-cebcd38c7d43 - - - - - -] OVN reports status up for port: 9ef9a1b8-cadc-49b1-9230-e7d5075f1522 2026-09-01 19:54:23.329 8 INFO neutron.plugins.ml2.plugin [None req-dca9814c-c028-4154-a62d-cebcd38c7d43 - - - - - -] Attempt 1 to provision port 9ef9a1b8-cadc-49b1-9230-e7d5075f1522 2026-09-01 19:54:23.463 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4c438588-6999-4c31-a742-6d5198cf37af - - - - - -] No more DHCP agents 2026-09-01 19:54:23.464 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4c438588-6999-4c31-a742-6d5198cf37af - - - - - -] Unable to schedule network bbafb26b-a839-48b7-9290-8d276e1333e3: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:24.084 8 INFO neutron.db.ovn_revision_numbers_db [None req-dca9814c-c028-4154-a62d-cebcd38c7d43 - - - - - -] Successfully bumped revision number for resource 9ef9a1b8-cadc-49b1-9230-e7d5075f1522 (type: ports) to 2 2026-09-01 19:54:24.407 8 INFO neutron.db.ovn_revision_numbers_db [None req-4c438588-6999-4c31-a742-6d5198cf37af - - - - - -] Successfully bumped revision number for resource 9ef9a1b8-cadc-49b1-9230-e7d5075f1522 (type: router_ports) to 1 2026-09-01 19:54:24.516 8 INFO neutron.db.ovn_revision_numbers_db [None req-5318d419-f045-489f-b8af-cc48d8deb702 - - - - - -] Successfully bumped revision number for resource 9ef9a1b8-cadc-49b1-9230-e7d5075f1522 (type: router_ports) to 2 2026-09-01 19:54:24.660 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4c438588-6999-4c31-a742-6d5198cf37af - - - - - -] No more DHCP agents 2026-09-01 19:54:24.661 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4c438588-6999-4c31-a742-6d5198cf37af - - - - - -] Unable to schedule network bbafb26b-a839-48b7-9290-8d276e1333e3: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:24.754 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-39b18097-9596-4c31-87bf-64e1d00986a1 - - - - - -] OVN reports status down for port: 5ab85428-277d-4f69-9b22-c47e730d3098 2026-09-01 19:54:24.793 8 INFO neutron.db.ovn_revision_numbers_db [None req-4c438588-6999-4c31-a742-6d5198cf37af - - - - - -] Successfully bumped revision number for resource 5ab85428-277d-4f69-9b22-c47e730d3098 (type: ports) to 1 2026-09-01 19:54:25.160 8 INFO neutron.db.ovn_revision_numbers_db [None req-4c438588-6999-4c31-a742-6d5198cf37af - - - - - -] Successfully bumped revision number for resource 5ab85428-277d-4f69-9b22-c47e730d3098 (type: ports) to 3 [pid: 8|app: 0|req: 1279/2710] 10.0.0.4 () {34 vars in 683 bytes} [Tue Sep 1 19:54:19 2026] POST /v2.0/vpn/vpnservices => generated 458 bytes in 5717 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2711] 10.0.0.4 () {34 vars in 683 bytes} [Tue Sep 1 19:54:25 2026] POST /v2.0/vpn/vpnservices => generated 423 bytes in 906 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: 1280/2712] 10.0.0.4 () {34 vars in 682 bytes} [Tue Sep 1 19:54:26 2026] POST /v2.0/vpn/ikepolicies => generated 404 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2713] 10.0.0.4 () {34 vars in 686 bytes} [Tue Sep 1 19:54:26 2026] POST /v2.0/vpn/ipsecpolicies => generated 412 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2716] 10.0.0.4 () {34 vars in 691 bytes} [Tue Sep 1 19:54:26 2026] POST /v2.0/vpn/endpoint-groups => generated 329 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2717] 10.0.0.4 () {34 vars in 691 bytes} [Tue Sep 1 19:54:26 2026] POST /v2.0/vpn/endpoint-groups => generated 319 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2718] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:54:26 2026] GET /v2.0/networks?id=7f9fba54-4d25-45fd-be25-f855ade60263 => generated 743 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2719] 162.253.55.86 () {34 vars in 1049 bytes} [Tue Sep 1 19:54:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=519bbd7904474045a93d0e0b2f7d3ef1 => generated 179 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:27.172 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-084f3f80-3f66-447d-be9a-de4a7326408b req-fbba086e-cd96-4ef5-a56b-ced62a13d0bc b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] No more DHCP agents 2026-09-01 19:54:27.173 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-084f3f80-3f66-447d-be9a-de4a7326408b req-fbba086e-cd96-4ef5-a56b-ced62a13d0bc b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Unable to schedule network 7f9fba54-4d25-45fd-be25-f855ade60263: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:27.330 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-39b18097-9596-4c31-87bf-64e1d00986a1 - - - - - -] OVN reports status down for port: 408f50b2-87cd-4469-921f-804d8f6b43de 2026-09-01 19:54:27.360 8 INFO neutron.db.ovn_revision_numbers_db [req-084f3f80-3f66-447d-be9a-de4a7326408b req-fbba086e-cd96-4ef5-a56b-ced62a13d0bc b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource 408f50b2-87cd-4469-921f-804d8f6b43de (type: ports) to 1 [pid: 8|app: 0|req: 1284/2720] 162.253.55.86 () {38 vars in 954 bytes} [Tue Sep 1 19:54:26 2026] POST /v2.0/ports => generated 1187 bytes in 693 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: 1285/2721] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:54:27 2026] GET /v2.0/ports?device_id=94d76b71-2f45-4a22-b7c3-9230c65e6a89 => generated 1190 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:54:27.526 7 INFO neutron.db.ovn_revision_numbers_db [None req-b9ede508-d24a-4a12-8b78-d17a4bd10c22 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 015fd196-b587-4151-9059-b88dc569e1cf (type: routers) to 5 [pid: 7|app: 0|req: 1437/2722] 10.0.0.4 () {34 vars in 705 bytes} [Tue Sep 1 19:54:26 2026] POST /v2.0/vpn/ipsec-site-connections => generated 801 bytes in 967 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2723] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:54:27 2026] GET /v2.0/security-groups?id=e631fb7d-87fd-435f-bfb9-a8a027e1884c&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2724] 10.0.0.4 () {34 vars in 691 bytes} [Tue Sep 1 19:54:27 2026] POST /v2.0/vpn/endpoint-groups => generated 289 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2725] 10.0.0.68 () {34 vars in 989 bytes} [Tue Sep 1 19:54:27 2026] GET /v2.0/ports?device_id=da5ce22e-1391-4558-9961-72594ac1e20d => generated 1434 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2726] 10.0.0.4 () {32 vars in 746 bytes} [Tue Sep 1 19:54:27 2026] DELETE /v2.0/vpn/endpoint-groups/13b4529a-eebc-4dfb-94c3-fd7823c59d69 => 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: 1442/2727] 10.0.0.68 () {34 vars in 1039 bytes} [Tue Sep 1 19:54:27 2026] GET /v2.0/security-groups?id=e631fb7d-87fd-435f-bfb9-a8a027e1884c&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: 1443/2728] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:27 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: 7|app: 0|req: 1444/2729] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:27 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) 2026-09-01 19:54:28.007 8 INFO neutron.db.ovn_revision_numbers_db [req-084f3f80-3f66-447d-be9a-de4a7326408b req-71dd4d0c-a52d-4555-b084-8474c2137d2f 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource 408f50b2-87cd-4469-921f-804d8f6b43de (type: ports) to 2 2026-09-01 19:54:28.216 8 INFO neutron.db.ovn_revision_numbers_db [req-084f3f80-3f66-447d-be9a-de4a7326408b req-71dd4d0c-a52d-4555-b084-8474c2137d2f 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource 408f50b2-87cd-4469-921f-804d8f6b43de (type: ports) to 4 [pid: 8|app: 0|req: 1286/2730] 162.253.55.86 () {38 vars in 1027 bytes} [Tue Sep 1 19:54:27 2026] PUT /v2.0/ports/408f50b2-87cd-4469-921f-804d8f6b43de => generated 1437 bytes in 721 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:54:28.288 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-66fc37ac-7959-42d7-9d0c-444e5210fba6'] response: {'name': 'network-changed', 'server_uuid': '94d76b71-2f45-4a22-b7c3-9230c65e6a89', 'tag': '408f50b2-87cd-4469-921f-804d8f6b43de', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1445/2731] 10.0.0.4 () {34 vars in 683 bytes} [Tue Sep 1 19:54:28 2026] POST /v2.0/vpn/ikepolicies => generated 403 bytes in 104 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: 1287/2732] 10.0.0.4 () {32 vars in 661 bytes} [Tue Sep 1 19:54:28 2026] GET /v2.0/vpn/ikepolicies => generated 798 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2733] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:54:28 2026] DELETE /v2.0/vpn/ikepolicies/e2335606-2d94-49af-ac6d-32e3bef7fe85 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2734] 10.0.0.4 () {34 vars in 687 bytes} [Tue Sep 1 19:54:28 2026] POST /v2.0/vpn/ipsecpolicies => generated 411 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2735] 10.0.0.4 () {32 vars in 665 bytes} [Tue Sep 1 19:54:28 2026] GET /v2.0/vpn/ipsecpolicies => generated 812 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2736] 10.0.0.4 () {32 vars in 742 bytes} [Tue Sep 1 19:54:28 2026] DELETE /v2.0/vpn/ipsecpolicies/67e6a88e-b4f1-4498-b398-cd354daf3e81 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:54:28.662 7 INFO neutron.db.segments_db [None req-a18f538f-1094-4fb2-ae22-9ab8152ece26 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Added segment f9615e08-e2d6-4028-b19b-b5868ab08beb of type geneve for network a4ead4a4-a6a4-4da1-bc3c-4648d308bf89 2026-09-01 19:54:28.788 7 INFO neutron.db.ovn_revision_numbers_db [None req-a18f538f-1094-4fb2-ae22-9ab8152ece26 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource a4ead4a4-a6a4-4da1-bc3c-4648d308bf89 (type: networks) to 1 [pid: 8|app: 0|req: 1290/2737] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:54:28 2026] GET /v2.0/ports?tenant_id=519bbd7904474045a93d0e0b2f7d3ef1&device_id=94d76b71-2f45-4a22-b7c3-9230c65e6a89 => generated 1440 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2738] 162.253.55.86 () {34 vars in 1017 bytes} [Tue Sep 1 19:54:28 2026] GET /v2.0/networks?tenant_id=519bbd7904474045a93d0e0b2f7d3ef1&shared=False => generated 2499 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:54:28.999 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a18f538f-1094-4fb2-ae22-9ab8152ece26 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] No more DHCP agents 2026-09-01 19:54:29.000 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a18f538f-1094-4fb2-ae22-9ab8152ece26 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Unable to schedule network a4ead4a4-a6a4-4da1-bc3c-4648d308bf89: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:29.035 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-39b18097-9596-4c31-87bf-64e1d00986a1 - - - - - -] OVN reports status down for port: 7df9cb33-bee0-4db8-86d1-fe1e55aad1a3 [pid: 8|app: 0|req: 1292/2739] 162.253.55.86 () {34 vars in 929 bytes} [Tue Sep 1 19:54:28 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:29.101 7 INFO neutron.db.ovn_revision_numbers_db [None req-a18f538f-1094-4fb2-ae22-9ab8152ece26 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 7df9cb33-bee0-4db8-86d1-fe1e55aad1a3 (type: ports) to 1 [pid: 7|app: 0|req: 1448/2740] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:54:28 2026] POST /v2.0/networks => generated 670 bytes in 629 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:29.369 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bb06cc16-60d9-4c86-a039-e5ea7f100a6b d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] No more DHCP agents 2026-09-01 19:54:29.371 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bb06cc16-60d9-4c86-a039-e5ea7f100a6b d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Unable to schedule network a4ead4a4-a6a4-4da1-bc3c-4648d308bf89: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:29.837 8 INFO neutron.db.ovn_revision_numbers_db [None req-c3606eb5-70f2-4a77-b3a2-735b97fd1556 - - - - - -] Successfully bumped revision number for resource 7df9cb33-bee0-4db8-86d1-fe1e55aad1a3 (type: ports) to 2 2026-09-01 19:54:29.895 8 INFO neutron.db.ovn_revision_numbers_db [None req-c3606eb5-70f2-4a77-b3a2-735b97fd1556 - - - - - -] Successfully bumped revision number for resource b12c8319-9a27-4823-90fb-5efb0ae4470e (type: subnets) to 0 [pid: 8|app: 0|req: 1293/2741] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:54:29 2026] POST /v2.0/subnets => generated 629 bytes in 755 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2742] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:54:30 2026] GET /v2.0/ports?tenant_id=519bbd7904474045a93d0e0b2f7d3ef1&device_id=94d76b71-2f45-4a22-b7c3-9230c65e6a89 => generated 1440 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2743] 162.253.55.86 () {34 vars in 1057 bytes} [Tue Sep 1 19:54:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.180&port_id=408f50b2-87cd-4469-921f-804d8f6b43de => 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: 1296/2744] 162.253.55.86 () {34 vars in 1105 bytes} [Tue Sep 1 19:54:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3e5&port_id=408f50b2-87cd-4469-921f-804d8f6b43de => 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: 1297/2745] 162.253.55.86 () {34 vars in 1063 bytes} [Tue Sep 1 19:54:30 2026] GET /v2.0/subnets?id=d9d1061c-8458-47b0-999f-1496c8151fff&id=ea2e2879-70ed-44ce-b53c-ed25df39b41c => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2746] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:54:30 2026] GET /v2.0/ports?network_id=7f9fba54-4d25-45fd-be25-f855ade60263&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: 1299/2747] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:54:30 2026] GET /v2.0/ports?network_id=7f9fba54-4d25-45fd-be25-f855ade60263&device_owner=network%3Adhcp => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:54:30.279 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a2d7518b-a224-42b0-a4e0-0b17dbff1fd2 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] No more DHCP agents 2026-09-01 19:54:30.280 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a2d7518b-a224-42b0-a4e0-0b17dbff1fd2 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1300/2748] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:54:30 2026] GET /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2749] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:54:30 2026] GET /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:54:30.408 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-39b18097-9596-4c31-87bf-64e1d00986a1 - - - - - -] OVN reports status down for port: 0adeb7db-1b3a-453a-953e-26f40a0b0e62 2026-09-01 19:54:30.471 7 INFO neutron.db.ovn_revision_numbers_db [None req-a2d7518b-a224-42b0-a4e0-0b17dbff1fd2 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 0adeb7db-1b3a-453a-953e-26f40a0b0e62 (type: ports) to 1 2026-09-01 19:54:31.167 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-9cc88352-8aab-4dda-808d-e74948856e0d - - - - - -] Schedule LRP lrp-0adeb7db-1b3a-453a-953e-26f40a0b0e62 on gateway 981b1d13-d3f6-4b65-a230-c40efece3bd4 with priority 1 2026-09-01 19:54:31.184 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-39b18097-9596-4c31-87bf-64e1d00986a1 - - - - - -] OVN reports status up for port: 0adeb7db-1b3a-453a-953e-26f40a0b0e62 2026-09-01 19:54:31.227 7 INFO neutron.plugins.ml2.plugin [None req-39b18097-9596-4c31-87bf-64e1d00986a1 - - - - - -] Attempt 1 to provision port 0adeb7db-1b3a-453a-953e-26f40a0b0e62 2026-09-01 19:54:31.246 7 INFO neutron.db.ovn_revision_numbers_db [None req-a2d7518b-a224-42b0-a4e0-0b17dbff1fd2 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 0adeb7db-1b3a-453a-953e-26f40a0b0e62 (type: router_ports) to 1 2026-09-01 19:54:31.397 7 INFO neutron.db.ovn_revision_numbers_db [None req-a2d7518b-a224-42b0-a4e0-0b17dbff1fd2 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource b9c62214-b896-4e6e-8e97-fe3add0bb4a5 (type: routers) to 2 [pid: 7|app: 0|req: 1449/2750] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:54:29 2026] POST /v2.0/routers => generated 936 bytes in 1487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:31.964 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4b520c47-ef6f-44e9-9aa9-38bfe741943d d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] No more DHCP agents 2026-09-01 19:54:31.966 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4b520c47-ef6f-44e9-9aa9-38bfe741943d d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Unable to schedule network a4ead4a4-a6a4-4da1-bc3c-4648d308bf89: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:32.134 8 INFO neutron.db.ovn_revision_numbers_db [None req-4b520c47-ef6f-44e9-9aa9-38bfe741943d d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource b7a33c03-83cb-4c2f-8da2-2ae4a6b6bcfa (type: ports) to 1 2026-09-01 19:54:32.733 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4b520c47-ef6f-44e9-9aa9-38bfe741943d d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] No more DHCP agents 2026-09-01 19:54:32.734 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4b520c47-ef6f-44e9-9aa9-38bfe741943d d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Unable to schedule network a4ead4a4-a6a4-4da1-bc3c-4648d308bf89: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1450/2751] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:54:32 2026] GET /v2.0/ports?device_id=94d76b71-2f45-4a22-b7c3-9230c65e6a89 => generated 1202 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2752] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:54:32 2026] GET /v2.0/security-groups?id=e631fb7d-87fd-435f-bfb9-a8a027e1884c&fields=id&fields=name => generated 112 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:33.134 8 INFO neutron.db.ovn_revision_numbers_db [None req-4b520c47-ef6f-44e9-9aa9-38bfe741943d d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource b7a33c03-83cb-4c2f-8da2-2ae4a6b6bcfa (type: router_ports) to 1 [pid: 8|app: 0|req: 1302/2753] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:54:31 2026] PUT /v2.0/routers/b9c62214-b896-4e6e-8e97-fe3add0bb4a5/add_router_interface => generated 309 bytes in 1721 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:33.697 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-479b68f0-6289-4279-aa1a-ce085a69baa6 - - - - - -] No more DHCP agents 2026-09-01 19:54:33.698 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-479b68f0-6289-4279-aa1a-ce085a69baa6 - - - - - -] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:33.806 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5318d419-f045-489f-b8af-cc48d8deb702 - - - - - -] OVN reports status down for port: d220028f-a93e-43bd-913e-eb0628cea830 2026-09-01 19:54:33.841 7 INFO neutron.db.ovn_revision_numbers_db [None req-479b68f0-6289-4279-aa1a-ce085a69baa6 - - - - - -] Successfully bumped revision number for resource d220028f-a93e-43bd-913e-eb0628cea830 (type: ports) to 1 2026-09-01 19:54:34.071 7 INFO neutron.db.ovn_revision_numbers_db [None req-479b68f0-6289-4279-aa1a-ce085a69baa6 - - - - - -] Successfully bumped revision number for resource d220028f-a93e-43bd-913e-eb0628cea830 (type: ports) to 3 2026-09-01 19:54:34.162 7 INFO neutron.db.segments_db [None req-479b68f0-6289-4279-aa1a-ce085a69baa6 - - - - - -] Added segment 4647f826-f3e6-4f15-abf3-0780b7510566 of type geneve for network 6c6d2a06-ecde-4a11-8abd-3f77c8365b46 2026-09-01 19:54:34.266 7 INFO neutron.db.ovn_revision_numbers_db [None req-b4f1bd3e-ff25-4719-9d90-db9b8bf36f9f - - - - - -] Successfully bumped revision number for resource 6c6d2a06-ecde-4a11-8abd-3f77c8365b46 (type: networks) to 1 2026-09-01 19:54:34.460 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b4f1bd3e-ff25-4719-9d90-db9b8bf36f9f - - - - - -] No more DHCP agents 2026-09-01 19:54:34.462 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b4f1bd3e-ff25-4719-9d90-db9b8bf36f9f - - - - - -] Unable to schedule network 6c6d2a06-ecde-4a11-8abd-3f77c8365b46: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:34.527 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5318d419-f045-489f-b8af-cc48d8deb702 - - - - - -] OVN reports status down for port: c0f01b7c-7d11-46ca-9492-48d30ec1277e 2026-09-01 19:54:34.576 7 INFO neutron.db.ovn_revision_numbers_db [None req-b4f1bd3e-ff25-4719-9d90-db9b8bf36f9f - - - - - -] Successfully bumped revision number for resource c0f01b7c-7d11-46ca-9492-48d30ec1277e (type: ports) to 1 2026-09-01 19:54:34.707 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b4f1bd3e-ff25-4719-9d90-db9b8bf36f9f - - - - - -] No more DHCP agents 2026-09-01 19:54:34.708 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b4f1bd3e-ff25-4719-9d90-db9b8bf36f9f - - - - - -] Unable to schedule network 6c6d2a06-ecde-4a11-8abd-3f77c8365b46: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:34.727 7 INFO neutron.db.ovn_revision_numbers_db [None req-b4f1bd3e-ff25-4719-9d90-db9b8bf36f9f - - - - - -] Successfully bumped revision number for resource 9c278035-1598-42a6-bb6b-ff3a7fd17d27 (type: subnets) to 0 2026-09-01 19:54:35.111 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b4f1bd3e-ff25-4719-9d90-db9b8bf36f9f - - - - - -] No more DHCP agents 2026-09-01 19:54:35.112 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b4f1bd3e-ff25-4719-9d90-db9b8bf36f9f - - - - - -] Unable to schedule network 6c6d2a06-ecde-4a11-8abd-3f77c8365b46: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:35.219 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5318d419-f045-489f-b8af-cc48d8deb702 - - - - - -] OVN reports status down for port: 9d216cbe-86b4-435d-a8a0-7650592cb661 2026-09-01 19:54:35.262 7 INFO neutron.db.ovn_revision_numbers_db [None req-b4f1bd3e-ff25-4719-9d90-db9b8bf36f9f - - - - - -] Successfully bumped revision number for resource 9d216cbe-86b4-435d-a8a0-7650592cb661 (type: ports) to 1 2026-09-01 19:54:35.907 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5318d419-f045-489f-b8af-cc48d8deb702 - - - - - -] OVN reports status up for port: 9d216cbe-86b4-435d-a8a0-7650592cb661 2026-09-01 19:54:35.931 8 INFO neutron.plugins.ml2.plugin [None req-5318d419-f045-489f-b8af-cc48d8deb702 - - - - - -] Attempt 1 to provision port 9d216cbe-86b4-435d-a8a0-7650592cb661 2026-09-01 19:54:36.029 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b4f1bd3e-ff25-4719-9d90-db9b8bf36f9f - - - - - -] No more DHCP agents 2026-09-01 19:54:36.031 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b4f1bd3e-ff25-4719-9d90-db9b8bf36f9f - - - - - -] Unable to schedule network 6c6d2a06-ecde-4a11-8abd-3f77c8365b46: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:36.303 8 INFO neutron.db.ovn_revision_numbers_db [None req-5318d419-f045-489f-b8af-cc48d8deb702 - - - - - -] Successfully bumped revision number for resource 9d216cbe-86b4-435d-a8a0-7650592cb661 (type: ports) to 2 2026-09-01 19:54:36.507 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-39b18097-9596-4c31-87bf-64e1d00986a1 - - - - - -] No hosting information found for port 0adeb7db-1b3a-453a-953e-26f40a0b0e62: RuntimeError: No hosting information found for port 0adeb7db-1b3a-453a-953e-26f40a0b0e62 2026-09-01 19:54:36.508 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-39b18097-9596-4c31-87bf-64e1d00986a1 - - - - - -] OVN reports status down for port: b7a33c03-83cb-4c2f-8da2-2ae4a6b6bcfa 2026-09-01 19:54:36.558 7 INFO neutron.db.ovn_revision_numbers_db [None req-b4f1bd3e-ff25-4719-9d90-db9b8bf36f9f - - - - - -] Successfully bumped revision number for resource 9d216cbe-86b4-435d-a8a0-7650592cb661 (type: router_ports) to 1 2026-09-01 19:54:36.626 8 INFO neutron.db.ovn_revision_numbers_db [None req-d9546a05-f79f-48e4-b944-1404dba240ec - - - - - -] Successfully bumped revision number for resource 9d216cbe-86b4-435d-a8a0-7650592cb661 (type: router_ports) to 2 2026-09-01 19:54:36.628 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-39b18097-9596-4c31-87bf-64e1d00986a1 - - - - - -] OVN reports status up for port: b7a33c03-83cb-4c2f-8da2-2ae4a6b6bcfa 2026-09-01 19:54:36.649 7 INFO neutron.plugins.ml2.plugin [None req-39b18097-9596-4c31-87bf-64e1d00986a1 - - - - - -] Attempt 1 to provision port b7a33c03-83cb-4c2f-8da2-2ae4a6b6bcfa 2026-09-01 19:54:36.941 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b4f1bd3e-ff25-4719-9d90-db9b8bf36f9f - - - - - -] No more DHCP agents 2026-09-01 19:54:36.947 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b4f1bd3e-ff25-4719-9d90-db9b8bf36f9f - - - - - -] Unable to schedule network 6c6d2a06-ecde-4a11-8abd-3f77c8365b46: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:37.233 7 INFO neutron.db.ovn_revision_numbers_db [None req-b4f1bd3e-ff25-4719-9d90-db9b8bf36f9f - - - - - -] Successfully bumped revision number for resource 5199b8c5-c627-43e4-9f29-eacb05604f8e (type: ports) to 1 2026-09-01 19:54:37.445 7 INFO neutron.db.ovn_revision_numbers_db [None req-39b18097-9596-4c31-87bf-64e1d00986a1 - - - - - -] Successfully bumped revision number for resource b7a33c03-83cb-4c2f-8da2-2ae4a6b6bcfa (type: ports) to 2 2026-09-01 19:54:37.622 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-72832925-91cc-4c1d-b74a-8a2f3dbe9049 - - - - - -] OVN reports status up for port: 408f50b2-87cd-4469-921f-804d8f6b43de 2026-09-01 19:54:37.647 7 INFO neutron.plugins.ml2.plugin [None req-72832925-91cc-4c1d-b74a-8a2f3dbe9049 - - - - - -] Attempt 1 to provision port 408f50b2-87cd-4469-921f-804d8f6b43de 2026-09-01 19:54:37.824 7 INFO neutron.db.ovn_revision_numbers_db [None req-b4f1bd3e-ff25-4719-9d90-db9b8bf36f9f - - - - - -] Successfully bumped revision number for resource 5199b8c5-c627-43e4-9f29-eacb05604f8e (type: ports) to 3 2026-09-01 19:54:37.908 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c23396f0-6af1-443f-b9bc-a801df1a12d4'] response: {'server_uuid': '94d76b71-2f45-4a22-b7c3-9230c65e6a89', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '408f50b2-87cd-4469-921f-804d8f6b43de', 'code': 200} [pid: 8|app: 0|req: 1303/2754] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:54:37 2026] GET /v2.0/ports?device_id=94d76b71-2f45-4a22-b7c3-9230c65e6a89 => generated 1204 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2755] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:54:38 2026] GET /v2.0/security-groups?id=e631fb7d-87fd-435f-bfb9-a8a027e1884c&fields=id&fields=name => generated 112 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:38.268 7 INFO neutron.db.ovn_revision_numbers_db [None req-72832925-91cc-4c1d-b74a-8a2f3dbe9049 - - - - - -] Successfully bumped revision number for resource 408f50b2-87cd-4469-921f-804d8f6b43de (type: ports) to 5 [pid: 7|app: 0|req: 1452/2756] 10.0.0.4 () {34 vars in 683 bytes} [Tue Sep 1 19:54:33 2026] POST /v2.0/vpn/vpnservices => generated 458 bytes in 5177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2757] 10.0.0.4 () {32 vars in 661 bytes} [Tue Sep 1 19:54:38 2026] GET /v2.0/vpn/vpnservices => generated 1314 bytes in 22 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-09-01 19:54:38.487 7 INFO neutron.db.ovn_revision_numbers_db [None req-d164e12b-3e16-46e5-8dd3-59e0fe1a12c4 - - - - - -] Successfully bumped revision number for resource b7a33c03-83cb-4c2f-8da2-2ae4a6b6bcfa (type: router_ports) to 2 2026-09-01 19:54:38.488 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d164e12b-3e16-46e5-8dd3-59e0fe1a12c4 - - - - - -] OVN reports status down for port: 5199b8c5-c627-43e4-9f29-eacb05604f8e 2026-09-01 19:54:38.871 7 INFO neutron_taas.services.taas.taas_plugin [None req-033c9fd2-0bd5-48b0-b938-7d1b205f6bdb c69f40dd34004c43ba09bb8e5166194b ae156f15238a4a6d8c9138489a65f1bc - - default default] TaaS: Handle Delete Port: d220028f-a93e-43bd-913e-eb0628cea830 2026-09-01 19:54:38.877 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-033c9fd2-0bd5-48b0-b938-7d1b205f6bdb c69f40dd34004c43ba09bb8e5166194b ae156f15238a4a6d8c9138489a65f1bc - - default default] Tap Mirror: Handle Delete Port: d220028f-a93e-43bd-913e-eb0628cea830 2026-09-01 19:54:39.179 7 INFO neutron_taas.services.taas.taas_plugin [None req-eee73c9f-38c8-479b-9a1c-81db23fffe5d - - - - - -] TaaS: Handle Delete Port: 5199b8c5-c627-43e4-9f29-eacb05604f8e 2026-09-01 19:54:39.182 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eee73c9f-38c8-479b-9a1c-81db23fffe5d - - - - - -] Tap Mirror: Handle Delete Port: 5199b8c5-c627-43e4-9f29-eacb05604f8e 2026-09-01 19:54:39.553 7 INFO neutron_taas.services.taas.taas_plugin [None req-7137ee7a-31d4-4b18-a05e-0b47d2df1d11 - - - - - -] TaaS: Handle Delete Port: 9d216cbe-86b4-435d-a8a0-7650592cb661 2026-09-01 19:54:39.556 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7137ee7a-31d4-4b18-a05e-0b47d2df1d11 - - - - - -] Tap Mirror: Handle Delete Port: 9d216cbe-86b4-435d-a8a0-7650592cb661 2026-09-01 19:54:39.997 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7543d423-b996-424d-8fca-a062358fca61'] response: {'server_uuid': '94d76b71-2f45-4a22-b7c3-9230c65e6a89', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '408f50b2-87cd-4469-921f-804d8f6b43de', 'code': 200} 2026-09-01 19:54:40.474 7 INFO neutron_taas.services.taas.taas_plugin [None req-7137ee7a-31d4-4b18-a05e-0b47d2df1d11 - - - - - -] TaaS: Handle Delete Port: c0f01b7c-7d11-46ca-9492-48d30ec1277e 2026-09-01 19:54:40.478 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7137ee7a-31d4-4b18-a05e-0b47d2df1d11 - - - - - -] Tap Mirror: Handle Delete Port: c0f01b7c-7d11-46ca-9492-48d30ec1277e [pid: 7|app: 0|req: 1453/2758] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:54:38 2026] DELETE /v2.0/vpn/vpnservices/18086791-59f4-4346-b290-90f436a7538c => generated 0 bytes in 2393 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:54:40.806 7 INFO neutron.services.segments.plugin [-] Segment 4647f826-f3e6-4f15-abf3-0780b7510566 resource provider aggregate not found 2026-09-01 19:54:40.828 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4647f826-f3e6-4f15-abf3-0780b7510566 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4647f826-f3e6-4f15-abf3-0780b7510566 found for delete ", "request_id": "req-d9d42686-cda8-422e-81e9-dcf9bd13f4ba"}]} [pid: 8|app: 0|req: 1306/2759] 10.0.0.4 () {34 vars in 691 bytes} [Tue Sep 1 19:54:40 2026] POST /v2.0/vpn/endpoint-groups => generated 300 bytes in 91 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-09-01 19:54:40.864 7 INFO neutron.services.segments.plugin [-] Segment 4647f826-f3e6-4f15-abf3-0780b7510566 resource provider aggregate not found 2026-09-01 19:54:40.894 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4647f826-f3e6-4f15-abf3-0780b7510566 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4647f826-f3e6-4f15-abf3-0780b7510566 found for delete ", "request_id": "req-bb246df8-3117-4335-8d2b-562433cabd97"}]} [pid: 7|app: 0|req: 1454/2760] 10.0.0.4 () {34 vars in 691 bytes} [Tue Sep 1 19:54:40 2026] POST /v2.0/vpn/endpoint-groups => generated 294 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:40.947 8 WARNING neutron.api.v2.base [None req-97392ded-f0d7-4840-993c-b978cbe90cb4 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - 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-09-01 19:54:40.949 8 INFO neutron.api.v2.resource [None req-97392ded-f0d7-4840-993c-b978cbe90cb4 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] create failed (client error): Unrecognized attribute(s) 'peer_cidr' [pid: 8|app: 0|req: 1307/2761] 10.0.0.4 () {34 vars in 705 bytes} [Tue Sep 1 19:54:40 2026] POST /v2.0/vpn/ipsec-site-connections => generated 110 bytes in 14 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2762] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:40 2026] GET /v2.0/vpn/endpoint-groups => generated 1191 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2763] 10.0.0.4 () {32 vars in 746 bytes} [Tue Sep 1 19:54:40 2026] DELETE /v2.0/vpn/endpoint-groups/41e1c1c9-b1f3-4a29-aead-20160fbd3dd1 => 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: 1456/2764] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:41 2026] GET /v2.0/vpn/endpoint-groups => generated 915 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2765] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:41 2026] GET /v2.0/vpn/endpoint-groups => generated 915 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2766] 10.0.0.4 () {32 vars in 746 bytes} [Tue Sep 1 19:54:41 2026] DELETE /v2.0/vpn/endpoint-groups/e30e0f2b-4036-4b03-99b5-dfd7d7d115d1 => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2767] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:41 2026] GET /v2.0/vpn/endpoint-groups => generated 633 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2768] 10.0.0.4 () {34 vars in 691 bytes} [Tue Sep 1 19:54:41 2026] POST /v2.0/vpn/endpoint-groups => generated 301 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2769] 10.0.0.4 () {34 vars in 691 bytes} [Tue Sep 1 19:54:41 2026] POST /v2.0/vpn/endpoint-groups => generated 294 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:41.348 7 INFO neutron.api.v2.resource [None req-43fc6015-60a6-4e30-b77d-28b170aed0b9 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - 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: 1459/2770] 10.0.0.4 () {34 vars in 705 bytes} [Tue Sep 1 19:54:41 2026] POST /v2.0/vpn/ipsec-site-connections => generated 170 bytes in 60 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2771] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:41 2026] GET /v2.0/vpn/endpoint-groups => generated 1192 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2772] 10.0.0.4 () {32 vars in 746 bytes} [Tue Sep 1 19:54:41 2026] DELETE /v2.0/vpn/endpoint-groups/abdd6cd6-a05d-44c2-82d8-9fc0f3d796d5 => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2773] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:41 2026] GET /v2.0/vpn/endpoint-groups => generated 916 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2774] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:41 2026] GET /v2.0/vpn/endpoint-groups => generated 916 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2777] 10.0.0.4 () {32 vars in 746 bytes} [Tue Sep 1 19:54:41 2026] DELETE /v2.0/vpn/endpoint-groups/e5997887-fa9d-42fb-9c00-959a59ca85af => 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: 1464/2778] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:41 2026] GET /v2.0/vpn/endpoint-groups => generated 633 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2779] 10.0.0.4 () {34 vars in 691 bytes} [Tue Sep 1 19:54:41 2026] POST /v2.0/vpn/endpoint-groups => generated 302 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:41.616 7 WARNING neutron.api.v2.base [None req-39508799-9595-468b-aaa4-9a45d0bc6478 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - 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-09-01 19:54:41.617 7 INFO neutron.api.v2.resource [None req-39508799-9595-468b-aaa4-9a45d0bc6478 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] create failed (client error): Failed to parse request. Required attribute 'peer_id' not specified [pid: 7|app: 0|req: 1465/2780] 10.0.0.4 () {34 vars in 705 bytes} [Tue Sep 1 19:54:41 2026] POST /v2.0/vpn/ipsec-site-connections => generated 140 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2781] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:41 2026] GET /v2.0/vpn/endpoint-groups => generated 917 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2782] 10.0.0.4 () {32 vars in 746 bytes} [Tue Sep 1 19:54:41 2026] DELETE /v2.0/vpn/endpoint-groups/143c835f-b5b2-4212-a67e-5525263231ba => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2783] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:41 2026] GET /v2.0/vpn/endpoint-groups => generated 633 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2784] 10.0.0.4 () {34 vars in 691 bytes} [Tue Sep 1 19:54:41 2026] POST /v2.0/vpn/endpoint-groups => generated 293 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:41.782 8 WARNING neutron.api.v2.base [None req-8a85537e-e621-4a51-b58a-0943e6fdb733 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - 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-09-01 19:54:41.783 8 INFO neutron.api.v2.resource [None req-8a85537e-e621-4a51-b58a-0943e6fdb733 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] create failed (client error): Failed to parse request. Required attribute 'peer_id' not specified [pid: 8|app: 0|req: 1318/2785] 10.0.0.4 () {34 vars in 705 bytes} [Tue Sep 1 19:54:41 2026] POST /v2.0/vpn/ipsec-site-connections => generated 140 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2786] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:41 2026] GET /v2.0/vpn/endpoint-groups => generated 908 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2787] 10.0.0.4 () {32 vars in 746 bytes} [Tue Sep 1 19:54:41 2026] DELETE /v2.0/vpn/endpoint-groups/083a90a4-aa46-450e-ad42-59186bff34b7 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2788] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:41 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: 1320/2789] 10.0.0.4 () {34 vars in 691 bytes} [Tue Sep 1 19:54:41 2026] POST /v2.0/vpn/endpoint-groups => generated 289 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2790] 10.0.0.4 () {34 vars in 691 bytes} [Tue Sep 1 19:54:41 2026] POST /v2.0/vpn/endpoint-groups => generated 302 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:42.921 8 INFO neutron.db.ovn_revision_numbers_db [None req-1a5ca37a-a08c-4d71-8fdb-f0be1c83f336 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 015fd196-b587-4151-9059-b88dc569e1cf (type: routers) to 6 [pid: 8|app: 0|req: 1321/2791] 10.0.0.4 () {34 vars in 705 bytes} [Tue Sep 1 19:54:42 2026] POST /v2.0/vpn/ipsec-site-connections => generated 843 bytes in 894 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2792] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:54:43 2026] GET /v2.0/ports?device_id=94d76b71-2f45-4a22-b7c3-9230c65e6a89 => generated 1204 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2793] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:54:43 2026] GET /v2.0/security-groups?id=e631fb7d-87fd-435f-bfb9-a8a027e1884c&fields=id&fields=name => generated 112 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:43.602 7 INFO neutron.db.ovn_revision_numbers_db [None req-cc8f6f68-ab3d-42d7-8203-5face9102a4a d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 015fd196-b587-4151-9059-b88dc569e1cf (type: routers) to 7 [pid: 7|app: 0|req: 1471/2794] 10.0.0.4 () {32 vars in 760 bytes} [Tue Sep 1 19:54:42 2026] DELETE /v2.0/vpn/ipsec-site-connections/ee420ec3-b3db-4786-ba1c-31718b06847f => generated 0 bytes in 629 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2795] 10.0.0.4 () {32 vars in 683 bytes} [Tue Sep 1 19:54:43 2026] GET /v2.0/vpn/ipsec-site-connections => generated 804 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:43.640 7 INFO neutron.api.v2.resource [None req-16e1579b-4483-439f-86e8-723548c575e8 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1473/2796] 10.0.0.4 () {32 vars in 760 bytes} [Tue Sep 1 19:54:43 2026] DELETE /v2.0/vpn/ipsec-site-connections/ee420ec3-b3db-4786-ba1c-31718b06847f => generated 154 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2797] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:43 2026] GET /v2.0/vpn/endpoint-groups => generated 1188 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2798] 10.0.0.4 () {32 vars in 746 bytes} [Tue Sep 1 19:54:43 2026] DELETE /v2.0/vpn/endpoint-groups/ea4b1ad4-e2a6-4e44-9554-89019828635e => 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: 1476/2799] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:43 2026] GET /v2.0/vpn/endpoint-groups => generated 904 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2800] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:43 2026] GET /v2.0/vpn/endpoint-groups => generated 904 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2801] 10.0.0.4 () {32 vars in 746 bytes} [Tue Sep 1 19:54:43 2026] DELETE /v2.0/vpn/endpoint-groups/563416aa-8e2a-4c8a-b679-c2aa944a2382 => generated 0 bytes in 18 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2802] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:43 2026] GET /v2.0/vpn/endpoint-groups => generated 633 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2803] 10.0.0.4 () {32 vars in 816 bytes} [Tue Sep 1 19:54:43 2026] GET /v2.0/ports?network_id=7f9fba54-4d25-45fd-be25-f855ade60263&mac_address=fa%3A16%3A3e%3A15%3Ac1%3Ab8 => generated 1204 bytes in 607 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:54:44.301 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0fcc7b42-63d7-459b-aef7-27545a41cf5b b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] No more DHCP agents 2026-09-01 19:54:44.302 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0fcc7b42-63d7-459b-aef7-27545a41cf5b b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:44.305 7 INFO neutron.db.ovn_revision_numbers_db [None req-2f06f6a3-6d84-4ac7-89d4-ea87c899f3b1 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 015fd196-b587-4151-9059-b88dc569e1cf (type: routers) to 8 [pid: 7|app: 0|req: 1480/2804] 10.0.0.4 () {34 vars in 705 bytes} [Tue Sep 1 19:54:43 2026] POST /v2.0/vpn/ipsec-site-connections => generated 805 bytes in 605 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:44.975 7 INFO neutron.db.ovn_revision_numbers_db [None req-467bf8ea-31cb-4b8c-8282-9c134d77c7ff d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 015fd196-b587-4151-9059-b88dc569e1cf (type: routers) to 9 [pid: 7|app: 0|req: 1481/2805] 10.0.0.4 () {32 vars in 760 bytes} [Tue Sep 1 19:54:44 2026] DELETE /v2.0/vpn/ipsec-site-connections/1067d86b-4316-48aa-bd8f-d381dfcee93d => generated 0 bytes in 663 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: 1482/2806] 10.0.0.4 () {32 vars in 683 bytes} [Tue Sep 1 19:54:45 2026] GET /v2.0/vpn/ipsec-site-connections => generated 804 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:45.047 7 INFO neutron.api.v2.resource [None req-a15d55ea-727e-4b6d-91cb-9d16b32d4a75 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1483/2807] 10.0.0.4 () {32 vars in 760 bytes} [Tue Sep 1 19:54:45 2026] DELETE /v2.0/vpn/ipsec-site-connections/1067d86b-4316-48aa-bd8f-d381dfcee93d => generated 154 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2808] 10.0.0.4 () {34 vars in 691 bytes} [Tue Sep 1 19:54:45 2026] POST /v2.0/vpn/endpoint-groups => generated 289 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:45.142 8 INFO neutron.db.ovn_revision_numbers_db [None req-0fcc7b42-63d7-459b-aef7-27545a41cf5b b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource eb310b36-7392-4e67-97d9-3ab66d96c190 (type: floatingips) to 1 2026-09-01 19:54:45.142 8 INFO neutron.db.l3_db [None req-0fcc7b42-63d7-459b-aef7-27545a41cf5b b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Floating IP eb310b36-7392-4e67-97d9-3ab66d96c190 associated. External IP: 10.96.250.220, port: 408f50b2-87cd-4469-921f-804d8f6b43de. [pid: 7|app: 0|req: 1485/2809] 10.0.0.4 () {30 vars in 700 bytes} [Tue Sep 1 19:54:45 2026] PUT /v2.0/vpn/endpoint-groups/8a6637fe-5aa6-4dd9-851f-3b946652846c => generated 289 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2810] 10.0.0.4 () {32 vars in 743 bytes} [Tue Sep 1 19:54:45 2026] GET /v2.0/vpn/endpoint-groups/8a6637fe-5aa6-4dd9-851f-3b946652846c => generated 289 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2811] 10.0.0.4 () {34 vars in 675 bytes} [Tue Sep 1 19:54:44 2026] POST /v2.0/floatingips => generated 855 bytes in 1115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2812] 10.0.0.4 () {32 vars in 746 bytes} [Tue Sep 1 19:54:45 2026] DELETE /v2.0/vpn/endpoint-groups/8a6637fe-5aa6-4dd9-851f-3b946652846c => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2813] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:45 2026] GET /v2.0/vpn/endpoint-groups => generated 633 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:45.236 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-60467d26-747f-43ce-a312-6355229a0db6'] response: {'name': 'network-changed', 'server_uuid': '94d76b71-2f45-4a22-b7c3-9230c65e6a89', 'tag': '408f50b2-87cd-4469-921f-804d8f6b43de', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1488/2814] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:45 2026] GET /v2.0/vpn/endpoint-groups => generated 633 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2815] 10.0.0.4 () {34 vars in 683 bytes} [Tue Sep 1 19:54:45 2026] POST /v2.0/vpn/ikepolicies => generated 403 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2816] 10.0.0.4 () {30 vars in 693 bytes} [Tue Sep 1 19:54:45 2026] PUT /v2.0/vpn/ikepolicies/3b768817-6fcf-4eff-b425-62e023b108b0 => generated 418 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2817] 10.0.0.4 () {32 vars in 735 bytes} [Tue Sep 1 19:54:45 2026] GET /v2.0/vpn/ikepolicies/3b768817-6fcf-4eff-b425-62e023b108b0 => generated 418 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2818] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:54:45 2026] DELETE /v2.0/vpn/ikepolicies/3b768817-6fcf-4eff-b425-62e023b108b0 => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2819] 10.0.0.4 () {32 vars in 661 bytes} [Tue Sep 1 19:54:45 2026] GET /v2.0/vpn/ikepolicies => generated 408 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2820] 10.0.0.4 () {32 vars in 661 bytes} [Tue Sep 1 19:54:45 2026] GET /v2.0/vpn/ikepolicies => generated 408 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2821] 10.0.0.4 () {34 vars in 687 bytes} [Tue Sep 1 19:54:45 2026] POST /v2.0/vpn/ipsecpolicies => generated 412 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2822] 10.0.0.4 () {30 vars in 697 bytes} [Tue Sep 1 19:54:45 2026] PUT /v2.0/vpn/ipsecpolicies/d7c30af8-af22-4ecc-a20f-a5c5f2eb2cfa => generated 431 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2823] 10.0.0.4 () {32 vars in 742 bytes} [Tue Sep 1 19:54:45 2026] DELETE /v2.0/vpn/ipsecpolicies/d7c30af8-af22-4ecc-a20f-a5c5f2eb2cfa => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:54:45.614 7 INFO neutron.api.v2.resource [None req-df952415-b7b9-47ae-8905-d25bafc88b79 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1493/2824] 10.0.0.4 () {32 vars in 742 bytes} [Tue Sep 1 19:54:45 2026] DELETE /v2.0/vpn/ipsecpolicies/d7c30af8-af22-4ecc-a20f-a5c5f2eb2cfa => generated 145 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:54:45.635 8 INFO neutron.api.v2.resource [None req-3653c130-e54d-4bb1-997e-1fc1ef302aa3 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1332/2825] 10.0.0.4 () {32 vars in 742 bytes} [Tue Sep 1 19:54:45 2026] DELETE /v2.0/vpn/ipsecpolicies/d7c30af8-af22-4ecc-a20f-a5c5f2eb2cfa => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:54:45.759 7 INFO neutron.db.segments_db [None req-f186e78b-7d26-4a58-bb87-58df5a915437 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Added segment cf57ce88-05ab-476e-af28-53a7584f1c9f of type geneve for network 977dcf90-7236-40d3-b5dc-ecb1c17d83f8 [pid: 8|app: 0|req: 1333/2826] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:54:45 2026] GET /v2.0/ports?tenant_id=519bbd7904474045a93d0e0b2f7d3ef1&device_id=94d76b71-2f45-4a22-b7c3-9230c65e6a89 => generated 1442 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2827] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:54:45 2026] GET /v2.0/networks?id=7f9fba54-4d25-45fd-be25-f855ade60263 => generated 842 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2828] 162.253.55.86 () {34 vars in 1057 bytes} [Tue Sep 1 19:54:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.180&port_id=408f50b2-87cd-4469-921f-804d8f6b43de => generated 860 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:45.935 7 INFO neutron.db.ovn_revision_numbers_db [None req-f186e78b-7d26-4a58-bb87-58df5a915437 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 977dcf90-7236-40d3-b5dc-ecb1c17d83f8 (type: networks) to 1 [pid: 8|app: 0|req: 1336/2829] 162.253.55.86 () {34 vars in 1105 bytes} [Tue Sep 1 19:54:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3e5&port_id=408f50b2-87cd-4469-921f-804d8f6b43de => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2830] 162.253.55.86 () {34 vars in 1063 bytes} [Tue Sep 1 19:54:45 2026] GET /v2.0/subnets?id=d9d1061c-8458-47b0-999f-1496c8151fff&id=ea2e2879-70ed-44ce-b53c-ed25df39b41c => generated 1414 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2831] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:54:46 2026] GET /v2.0/ports?network_id=7f9fba54-4d25-45fd-be25-f855ade60263&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: 1339/2832] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:54:46 2026] GET /v2.0/ports?network_id=7f9fba54-4d25-45fd-be25-f855ade60263&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: 1340/2833] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:54:46 2026] GET /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:54:46.147 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f186e78b-7d26-4a58-bb87-58df5a915437 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] No more DHCP agents 2026-09-01 19:54:46.150 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f186e78b-7d26-4a58-bb87-58df5a915437 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Unable to schedule network 977dcf90-7236-40d3-b5dc-ecb1c17d83f8: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1341/2834] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:54:46 2026] GET /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:54:46.229 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d164e12b-3e16-46e5-8dd3-59e0fe1a12c4 - - - - - -] OVN reports status down for port: 1d127042-aa3f-43b5-939e-4f659284aa87 2026-09-01 19:54:46.301 7 INFO neutron.db.ovn_revision_numbers_db [None req-f186e78b-7d26-4a58-bb87-58df5a915437 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 1d127042-aa3f-43b5-939e-4f659284aa87 (type: ports) to 1 [pid: 7|app: 0|req: 1494/2835] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:54:45 2026] POST /v2.0/networks => generated 670 bytes in 731 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:46.588 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2c70b13b-3501-4d1b-a4d8-873ca05df7dc d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] No more DHCP agents 2026-09-01 19:54:46.589 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2c70b13b-3501-4d1b-a4d8-873ca05df7dc d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Unable to schedule network 977dcf90-7236-40d3-b5dc-ecb1c17d83f8: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:47.196 8 INFO neutron.db.ovn_revision_numbers_db [None req-68670459-e1f3-424f-a0ea-9989a5e310bd - - - - - -] Successfully bumped revision number for resource 1d127042-aa3f-43b5-939e-4f659284aa87 (type: ports) to 2 2026-09-01 19:54:47.256 8 INFO neutron.db.ovn_revision_numbers_db [None req-68670459-e1f3-424f-a0ea-9989a5e310bd - - - - - -] Successfully bumped revision number for resource 37616f7b-ed43-482a-91f4-aad7838b9994 (type: subnets) to 0 [pid: 8|app: 0|req: 1342/2836] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:54:46 2026] POST /v2.0/subnets => generated 629 bytes in 898 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:48.418 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c78dd510-8ab5-4432-8eaf-fe1d325c058a d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] No more DHCP agents 2026-09-01 19:54:48.419 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c78dd510-8ab5-4432-8eaf-fe1d325c058a d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:48.529 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d164e12b-3e16-46e5-8dd3-59e0fe1a12c4 - - - - - -] OVN reports status down for port: 1cfa8358-a6e2-4b7d-abc7-bfe63155b6db 2026-09-01 19:54:48.602 7 INFO neutron.db.ovn_revision_numbers_db [None req-c78dd510-8ab5-4432-8eaf-fe1d325c058a d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 1cfa8358-a6e2-4b7d-abc7-bfe63155b6db (type: ports) to 1 2026-09-01 19:54:49.278 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-9cc88352-8aab-4dda-808d-e74948856e0d - - - - - -] Schedule LRP lrp-1cfa8358-a6e2-4b7d-abc7-bfe63155b6db on gateway 981b1d13-d3f6-4b65-a230-c40efece3bd4 with priority 1 2026-09-01 19:54:49.317 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d164e12b-3e16-46e5-8dd3-59e0fe1a12c4 - - - - - -] OVN reports status up for port: 1cfa8358-a6e2-4b7d-abc7-bfe63155b6db 2026-09-01 19:54:49.341 7 INFO neutron.plugins.ml2.plugin [None req-d164e12b-3e16-46e5-8dd3-59e0fe1a12c4 - - - - - -] Attempt 1 to provision port 1cfa8358-a6e2-4b7d-abc7-bfe63155b6db 2026-09-01 19:54:49.368 7 INFO neutron.db.ovn_revision_numbers_db [None req-c78dd510-8ab5-4432-8eaf-fe1d325c058a d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 1cfa8358-a6e2-4b7d-abc7-bfe63155b6db (type: router_ports) to 1 2026-09-01 19:54:49.512 7 INFO neutron.db.ovn_revision_numbers_db [None req-c78dd510-8ab5-4432-8eaf-fe1d325c058a d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 89f040ae-1365-4015-b21e-aa2f7e05366e (type: routers) to 2 [pid: 7|app: 0|req: 1495/2837] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:54:47 2026] POST /v2.0/routers => generated 936 bytes in 2256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:50.194 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-16f8bc76-b8b5-4bb8-a87f-80eae6c28ce9 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] No more DHCP agents 2026-09-01 19:54:50.195 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-16f8bc76-b8b5-4bb8-a87f-80eae6c28ce9 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Unable to schedule network 977dcf90-7236-40d3-b5dc-ecb1c17d83f8: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:50.294 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d9546a05-f79f-48e4-b944-1404dba240ec - - - - - -] OVN reports status down for port: f81f7f82-ea9e-4fbd-829f-df3894466546 2026-09-01 19:54:50.353 8 INFO neutron.db.ovn_revision_numbers_db [None req-16f8bc76-b8b5-4bb8-a87f-80eae6c28ce9 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource f81f7f82-ea9e-4fbd-829f-df3894466546 (type: ports) to 1 [pid: 7|app: 0|req: 1496/2838] 10.0.0.68 () {34 vars in 989 bytes} [Tue Sep 1 19:54:50 2026] GET /v2.0/ports?device_id=94d76b71-2f45-4a22-b7c3-9230c65e6a89 => generated 1442 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2839] 10.0.0.68 () {34 vars in 1039 bytes} [Tue Sep 1 19:54:50 2026] GET /v2.0/security-groups?id=e631fb7d-87fd-435f-bfb9-a8a027e1884c&fields=id&fields=name => generated 112 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:50.943 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d9546a05-f79f-48e4-b944-1404dba240ec - - - - - -] OVN reports status up for port: f81f7f82-ea9e-4fbd-829f-df3894466546 2026-09-01 19:54:50.977 8 INFO neutron.plugins.ml2.plugin [None req-d9546a05-f79f-48e4-b944-1404dba240ec - - - - - -] Attempt 1 to provision port f81f7f82-ea9e-4fbd-829f-df3894466546 2026-09-01 19:54:51.093 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-16f8bc76-b8b5-4bb8-a87f-80eae6c28ce9 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] No more DHCP agents 2026-09-01 19:54:51.096 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-16f8bc76-b8b5-4bb8-a87f-80eae6c28ce9 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Unable to schedule network 977dcf90-7236-40d3-b5dc-ecb1c17d83f8: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:51.615 8 INFO neutron.db.ovn_revision_numbers_db [None req-d9546a05-f79f-48e4-b944-1404dba240ec - - - - - -] Successfully bumped revision number for resource f81f7f82-ea9e-4fbd-829f-df3894466546 (type: ports) to 2 2026-09-01 19:54:51.825 8 INFO neutron.db.ovn_revision_numbers_db [None req-16f8bc76-b8b5-4bb8-a87f-80eae6c28ce9 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource f81f7f82-ea9e-4fbd-829f-df3894466546 (type: router_ports) to 1 [pid: 8|app: 0|req: 1343/2840] 10.0.0.4 () {34 vars in 781 bytes} [Tue Sep 1 19:54:49 2026] PUT /v2.0/routers/89f040ae-1365-4015-b21e-aa2f7e05366e/add_router_interface => generated 309 bytes in 2300 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:51.953 8 INFO neutron.db.ovn_revision_numbers_db [None req-5c54ea84-ccc0-47c8-88f9-8f974b12e946 - - - - - -] Successfully bumped revision number for resource f81f7f82-ea9e-4fbd-829f-df3894466546 (type: router_ports) to 2 2026-09-01 19:54:52.356 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0b987ef4-8f6c-4453-a296-e76ea7189c17 - - - - - -] No more DHCP agents 2026-09-01 19:54:52.357 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0b987ef4-8f6c-4453-a296-e76ea7189c17 - - - - - -] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:52.474 7 INFO neutron.db.ovn_revision_numbers_db [None req-0b987ef4-8f6c-4453-a296-e76ea7189c17 - - - - - -] Successfully bumped revision number for resource 79ddd3a2-5302-47c4-9e78-612cda5f7dfa (type: ports) to 1 2026-09-01 19:54:52.683 7 INFO neutron.db.ovn_revision_numbers_db [None req-0b987ef4-8f6c-4453-a296-e76ea7189c17 - - - - - -] Successfully bumped revision number for resource 79ddd3a2-5302-47c4-9e78-612cda5f7dfa (type: ports) to 3 2026-09-01 19:54:52.750 7 INFO neutron.db.segments_db [None req-0b987ef4-8f6c-4453-a296-e76ea7189c17 - - - - - -] Added segment 243a5f98-c1e3-420d-8fdc-eb5a4fb1e88e of type geneve for network b388cc17-a0fa-416e-bbd0-86e3b0462598 2026-09-01 19:54:52.879 7 INFO neutron.db.ovn_revision_numbers_db [None req-ffb9c529-7dd9-4e76-85ff-34bdc3f4ffd6 - - - - - -] Successfully bumped revision number for resource b388cc17-a0fa-416e-bbd0-86e3b0462598 (type: networks) to 1 2026-09-01 19:54:53.025 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ffb9c529-7dd9-4e76-85ff-34bdc3f4ffd6 - - - - - -] No more DHCP agents 2026-09-01 19:54:53.026 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ffb9c529-7dd9-4e76-85ff-34bdc3f4ffd6 - - - - - -] Unable to schedule network b388cc17-a0fa-416e-bbd0-86e3b0462598: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:53.102 7 INFO neutron.db.ovn_revision_numbers_db [None req-ffb9c529-7dd9-4e76-85ff-34bdc3f4ffd6 - - - - - -] Successfully bumped revision number for resource c1e0de2c-8842-489e-b43e-ebc451321b71 (type: ports) to 1 2026-09-01 19:54:53.207 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ffb9c529-7dd9-4e76-85ff-34bdc3f4ffd6 - - - - - -] No more DHCP agents 2026-09-01 19:54:53.208 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ffb9c529-7dd9-4e76-85ff-34bdc3f4ffd6 - - - - - -] Unable to schedule network b388cc17-a0fa-416e-bbd0-86e3b0462598: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:53.225 7 INFO neutron.db.ovn_revision_numbers_db [None req-ffb9c529-7dd9-4e76-85ff-34bdc3f4ffd6 - - - - - -] Successfully bumped revision number for resource 4dbc28fb-5fa6-4782-b36c-323ce3abaccf (type: subnets) to 0 2026-09-01 19:54:53.535 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ffb9c529-7dd9-4e76-85ff-34bdc3f4ffd6 - - - - - -] No more DHCP agents 2026-09-01 19:54:53.536 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ffb9c529-7dd9-4e76-85ff-34bdc3f4ffd6 - - - - - -] Unable to schedule network b388cc17-a0fa-416e-bbd0-86e3b0462598: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:53.648 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5c54ea84-ccc0-47c8-88f9-8f974b12e946 - - - - - -] OVN reports status down for port: 21bf479b-7523-4466-ac0b-96bea8c0b7c1 2026-09-01 19:54:53.666 7 INFO neutron.db.ovn_revision_numbers_db [None req-ffb9c529-7dd9-4e76-85ff-34bdc3f4ffd6 - - - - - -] Successfully bumped revision number for resource 21bf479b-7523-4466-ac0b-96bea8c0b7c1 (type: ports) to 1 2026-09-01 19:54:54.248 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5c54ea84-ccc0-47c8-88f9-8f974b12e946 - - - - - -] OVN reports status up for port: 21bf479b-7523-4466-ac0b-96bea8c0b7c1 2026-09-01 19:54:54.264 8 INFO neutron.plugins.ml2.plugin [None req-5c54ea84-ccc0-47c8-88f9-8f974b12e946 - - - - - -] Attempt 1 to provision port 21bf479b-7523-4466-ac0b-96bea8c0b7c1 2026-09-01 19:54:54.273 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d164e12b-3e16-46e5-8dd3-59e0fe1a12c4 - - - - - -] No hosting information found for port 1cfa8358-a6e2-4b7d-abc7-bfe63155b6db: RuntimeError: No hosting information found for port 1cfa8358-a6e2-4b7d-abc7-bfe63155b6db 2026-09-01 19:54:54.274 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d164e12b-3e16-46e5-8dd3-59e0fe1a12c4 - - - - - -] OVN reports status down for port: 79ddd3a2-5302-47c4-9e78-612cda5f7dfa 2026-09-01 19:54:54.359 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ffb9c529-7dd9-4e76-85ff-34bdc3f4ffd6 - - - - - -] No more DHCP agents 2026-09-01 19:54:54.361 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ffb9c529-7dd9-4e76-85ff-34bdc3f4ffd6 - - - - - -] Unable to schedule network b388cc17-a0fa-416e-bbd0-86e3b0462598: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:54.400 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d164e12b-3e16-46e5-8dd3-59e0fe1a12c4 - - - - - -] OVN reports status down for port: c1e0de2c-8842-489e-b43e-ebc451321b71 [pid: 8|app: 0|req: 1344/2841] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:54:54 2026] GET /v2.0/subnets/419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 676 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:54.759 8 INFO neutron.db.ovn_revision_numbers_db [None req-5c54ea84-ccc0-47c8-88f9-8f974b12e946 - - - - - -] Successfully bumped revision number for resource 21bf479b-7523-4466-ac0b-96bea8c0b7c1 (type: ports) to 2 2026-09-01 19:54:54.863 7 INFO neutron.db.ovn_revision_numbers_db [None req-ffb9c529-7dd9-4e76-85ff-34bdc3f4ffd6 - - - - - -] Successfully bumped revision number for resource 21bf479b-7523-4466-ac0b-96bea8c0b7c1 (type: router_ports) to 1 2026-09-01 19:54:54.972 8 INFO neutron.db.ovn_revision_numbers_db [None req-01b7f3ad-0edd-4667-8083-7ebedd8c9bdc - - - - - -] Successfully bumped revision number for resource 21bf479b-7523-4466-ac0b-96bea8c0b7c1 (type: router_ports) to 2 2026-09-01 19:54:55.072 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ffb9c529-7dd9-4e76-85ff-34bdc3f4ffd6 - - - - - -] No more DHCP agents 2026-09-01 19:54:55.073 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ffb9c529-7dd9-4e76-85ff-34bdc3f4ffd6 - - - - - -] Unable to schedule network b388cc17-a0fa-416e-bbd0-86e3b0462598: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:55.189 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-01b7f3ad-0edd-4667-8083-7ebedd8c9bdc - - - - - -] OVN reports status down for port: c0fb8f0c-53dd-4aa6-8844-4624823cdf42 2026-09-01 19:54:55.215 7 INFO neutron.db.ovn_revision_numbers_db [None req-ffb9c529-7dd9-4e76-85ff-34bdc3f4ffd6 - - - - - -] Successfully bumped revision number for resource c0fb8f0c-53dd-4aa6-8844-4624823cdf42 (type: ports) to 1 2026-09-01 19:54:55.435 7 INFO neutron.db.ovn_revision_numbers_db [None req-ffb9c529-7dd9-4e76-85ff-34bdc3f4ffd6 - - - - - -] Successfully bumped revision number for resource c0fb8f0c-53dd-4aa6-8844-4624823cdf42 (type: ports) to 3 [pid: 7|app: 0|req: 1498/2842] 10.0.0.4 () {34 vars in 683 bytes} [Tue Sep 1 19:54:51 2026] POST /v2.0/vpn/vpnservices => generated 458 bytes in 3762 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2843] 10.0.0.4 () {32 vars in 661 bytes} [Tue Sep 1 19:54:55 2026] GET /v2.0/vpn/vpnservices => generated 1314 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2844] 10.0.0.31 () {30 vars in 689 bytes} [Tue Sep 1 19:54:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2845] 10.0.0.31 () {30 vars in 691 bytes} [Tue Sep 1 19:54:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2846] 10.0.0.31 () {30 vars in 667 bytes} [Tue Sep 1 19:54:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:55.900 7 INFO neutron_taas.services.taas.taas_plugin [None req-68d1dca0-6713-4381-a30f-02958244a3fd d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] TaaS: Handle Delete Port: 79ddd3a2-5302-47c4-9e78-612cda5f7dfa 2026-09-01 19:54:55.903 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68d1dca0-6713-4381-a30f-02958244a3fd d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Tap Mirror: Handle Delete Port: 79ddd3a2-5302-47c4-9e78-612cda5f7dfa [pid: 8|app: 0|req: 1349/2847] 10.0.0.31 () {30 vars in 703 bytes} [Tue Sep 1 19:54:55 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-09-01 19:54:56.123 7 INFO neutron_taas.services.taas.taas_plugin [None req-7abc7935-3785-4046-b886-f6c524871e30 - - - - - -] TaaS: Handle Delete Port: c0fb8f0c-53dd-4aa6-8844-4624823cdf42 2026-09-01 19:54:56.126 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7abc7935-3785-4046-b886-f6c524871e30 - - - - - -] Tap Mirror: Handle Delete Port: c0fb8f0c-53dd-4aa6-8844-4624823cdf42 2026-09-01 19:54:56.439 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3e8d3f9-ad6f-4104-aafb-f39edf83b95c - - - - - -] TaaS: Handle Delete Port: 21bf479b-7523-4466-ac0b-96bea8c0b7c1 2026-09-01 19:54:56.442 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3e8d3f9-ad6f-4104-aafb-f39edf83b95c - - - - - -] Tap Mirror: Handle Delete Port: 21bf479b-7523-4466-ac0b-96bea8c0b7c1 [pid: 8|app: 0|req: 1350/2848] 10.0.0.31 () {28 vars in 438 bytes} [Tue Sep 1 19:54:56 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: 1351/2849] 10.0.0.31 () {30 vars in 727 bytes} [Tue Sep 1 19:54:56 2026] GET /v2.0/subnets/419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 658 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2852] 10.0.0.31 () {30 vars in 689 bytes} [Tue Sep 1 19:54:56 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: 1355/2853] 10.0.0.31 () {30 vars in 691 bytes} [Tue Sep 1 19:54:56 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: 1356/2854] 10.0.0.31 () {30 vars in 667 bytes} [Tue Sep 1 19:54:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2855] 10.0.0.31 () {30 vars in 703 bytes} [Tue Sep 1 19:54:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2856] 10.0.0.31 () {30 vars in 727 bytes} [Tue Sep 1 19:54:56 2026] GET /v2.0/subnets/419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 676 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2857] 10.0.0.31 () {30 vars in 689 bytes} [Tue Sep 1 19:54:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2858] 10.0.0.31 () {30 vars in 691 bytes} [Tue Sep 1 19:54:56 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: 1361/2859] 10.0.0.31 () {30 vars in 667 bytes} [Tue Sep 1 19:54:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2860] 10.0.0.31 () {30 vars in 703 bytes} [Tue Sep 1 19:54:56 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: 1363/2861] 10.0.0.31 () {30 vars in 729 bytes} [Tue Sep 1 19:54:56 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45 => generated 840 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2862] 10.0.0.31 () {30 vars in 681 bytes} [Tue Sep 1 19:54:56 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:54:57.226 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f5a752be-df7b-4314-bffc-ca208e8f0254 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:54:57.228 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f5a752be-df7b-4314-bffc-ca208e8f0254 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 40a87bfe-7501-48b9-87cf-b61970841d45: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:57.251 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3e8d3f9-ad6f-4104-aafb-f39edf83b95c - - - - - -] TaaS: Handle Delete Port: c1e0de2c-8842-489e-b43e-ebc451321b71 2026-09-01 19:54:57.255 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3e8d3f9-ad6f-4104-aafb-f39edf83b95c - - - - - -] Tap Mirror: Handle Delete Port: c1e0de2c-8842-489e-b43e-ebc451321b71 2026-09-01 19:54:57.347 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-01b7f3ad-0edd-4667-8083-7ebedd8c9bdc - - - - - -] OVN reports status down for port: 7d1056f0-729c-4bba-9162-2f961496a78a 2026-09-01 19:54:57.478 8 INFO neutron.db.ovn_revision_numbers_db [None req-f5a752be-df7b-4314-bffc-ca208e8f0254 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 7d1056f0-729c-4bba-9162-2f961496a78a (type: ports) to 1 2026-09-01 19:54:57.512 7 INFO neutron.services.segments.plugin [-] Segment 243a5f98-c1e3-420d-8fdc-eb5a4fb1e88e resource provider aggregate not found 2026-09-01 19:54:57.522 7 INFO neutron.services.segments.plugin [-] Segment 243a5f98-c1e3-420d-8fdc-eb5a4fb1e88e resource provider aggregate not found 2026-09-01 19:54:57.555 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 243a5f98-c1e3-420d-8fdc-eb5a4fb1e88e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 243a5f98-c1e3-420d-8fdc-eb5a4fb1e88e found for delete ", "request_id": "req-f2c29455-b4a2-4722-8fe4-1c106d036cd6"}]} 2026-09-01 19:54:57.561 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 243a5f98-c1e3-420d-8fdc-eb5a4fb1e88e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 243a5f98-c1e3-420d-8fdc-eb5a4fb1e88e found for delete ", "request_id": "req-8b256ceb-a86a-408f-bc54-cee7d0ce7b52"}]} [pid: 8|app: 0|req: 1365/2863] 10.0.0.31 () {34 vars in 703 bytes} [Tue Sep 1 19:54:56 2026] POST /v2.0/ports => generated 1128 bytes in 688 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2864] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:54:55 2026] DELETE /v2.0/vpn/vpnservices/84a1232f-55fc-4960-8667-8ad6bffb89ec => generated 0 bytes in 1945 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: 1366/2865] 10.0.0.4 () {32 vars in 661 bytes} [Tue Sep 1 19:54:57 2026] GET /v2.0/vpn/vpnservices => generated 870 bytes in 14 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-09-01 19:54:57.681 7 INFO neutron.api.v2.resource [None req-f0893700-dc75-42cc-a915-a440104cf992 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - 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: 1500/2866] 10.0.0.4 () {34 vars in 705 bytes} [Tue Sep 1 19:54:57 2026] POST /v2.0/vpn/ipsec-site-connections => generated 127 bytes in 70 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-09-01 19:54:57.770 8 INFO neutron.api.v2.resource [None req-93bd2f33-7300-49d6-9b85-22834467d273 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - 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: 1367/2867] 10.0.0.4 () {34 vars in 705 bytes} [Tue Sep 1 19:54:57 2026] POST /v2.0/vpn/ipsec-site-connections => generated 136 bytes in 83 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-09-01 19:54:57.786 7 WARNING neutron.api.v2.base [None req-339b5383-4aa6-4d16-8e33-fe30e1c22241 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - 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-09-01 19:54:57.786 7 INFO neutron.api.v2.resource [None req-339b5383-4aa6-4d16-8e33-fe30e1c22241 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] create failed (client error): Invalid input for dpd. Reason: '59' is not a dictionary. [pid: 7|app: 0|req: 1501/2868] 10.0.0.4 () {34 vars in 705 bytes} [Tue Sep 1 19:54:57 2026] POST /v2.0/vpn/ipsec-site-connections => generated 129 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2869] 10.0.0.4 () {34 vars in 691 bytes} [Tue Sep 1 19:54:57 2026] POST /v2.0/vpn/endpoint-groups => generated 294 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:57.939 7 INFO neutron.api.v2.resource [None req-525581bf-173f-4add-a7ab-66c9b65398fe d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - 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: 1502/2870] 10.0.0.4 () {34 vars in 705 bytes} [Tue Sep 1 19:54:57 2026] POST /v2.0/vpn/ipsec-site-connections => generated 149 bytes in 62 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2871] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:57 2026] GET /v2.0/vpn/endpoint-groups => generated 909 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2872] 10.0.0.4 () {32 vars in 746 bytes} [Tue Sep 1 19:54:57 2026] DELETE /v2.0/vpn/endpoint-groups/cf2ab86a-93e8-4fe2-b85a-4c19822b1148 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2873] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:57 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: 1504/2874] 10.0.0.4 () {34 vars in 691 bytes} [Tue Sep 1 19:54:58 2026] POST /v2.0/vpn/endpoint-groups => generated 301 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:58.117 8 INFO neutron.api.v2.resource [None req-d7b56a25-6a15-4f9c-9d25-75463212fa2c d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - 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: 1371/2875] 10.0.0.4 () {34 vars in 705 bytes} [Tue Sep 1 19:54:58 2026] POST /v2.0/vpn/ipsec-site-connections => generated 148 bytes in 37 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2876] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:58 2026] GET /v2.0/vpn/endpoint-groups => generated 916 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2877] 10.0.0.4 () {32 vars in 746 bytes} [Tue Sep 1 19:54:58 2026] DELETE /v2.0/vpn/endpoint-groups/163cada0-629d-4724-a956-5811ca066671 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2878] 10.0.0.4 () {32 vars in 669 bytes} [Tue Sep 1 19:54:58 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) 2026-09-01 19:54:58.190 8 WARNING neutron.api.v2.base [None req-74bb9f45-a3be-4eb3-8ccd-00209193847f d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - 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-09-01 19:54:58.190 8 INFO neutron.api.v2.resource [None req-74bb9f45-a3be-4eb3-8ccd-00209193847f d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - 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: 1373/2879] 10.0.0.4 () {34 vars in 705 bytes} [Tue Sep 1 19:54:58 2026] POST /v2.0/vpn/ipsec-site-connections => generated 149 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-09-01 19:54:58.306 7 INFO neutron.db.segments_db [None req-b3f3ce28-5f05-4554-945f-3a1db9ca35ad d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Added segment f1d46823-0853-4e14-a914-41e10865f4eb of type geneve for network 4b921c09-a34c-4c32-b2e6-84b58e0a50aa 2026-09-01 19:54:58.428 7 INFO neutron.db.ovn_revision_numbers_db [None req-b3f3ce28-5f05-4554-945f-3a1db9ca35ad d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 4b921c09-a34c-4c32-b2e6-84b58e0a50aa (type: networks) to 1 2026-09-01 19:54:58.572 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b3f3ce28-5f05-4554-945f-3a1db9ca35ad d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] No more DHCP agents 2026-09-01 19:54:58.574 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b3f3ce28-5f05-4554-945f-3a1db9ca35ad d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Unable to schedule network 4b921c09-a34c-4c32-b2e6-84b58e0a50aa: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:58.643 7 INFO neutron.db.ovn_revision_numbers_db [None req-b3f3ce28-5f05-4554-945f-3a1db9ca35ad d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 1f30806b-16eb-4b4a-b5e7-d9cce4dc5437 (type: ports) to 1 2026-09-01 19:54:58.645 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-01b7f3ad-0edd-4667-8083-7ebedd8c9bdc - - - - - -] OVN reports status down for port: 1f30806b-16eb-4b4a-b5e7-d9cce4dc5437 [pid: 7|app: 0|req: 1507/2880] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:54:58 2026] POST /v2.0/networks => generated 670 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:58.925 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3abbe78c-a0f3-4f81-b12d-c08d514008a1 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] No more DHCP agents 2026-09-01 19:54:58.927 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3abbe78c-a0f3-4f81-b12d-c08d514008a1 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Unable to schedule network 4b921c09-a34c-4c32-b2e6-84b58e0a50aa: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:59.317 8 INFO neutron.db.ovn_revision_numbers_db [None req-d3565eb7-9c82-440c-a130-e7f9fa7556fd - - - - - -] Successfully bumped revision number for resource 1f30806b-16eb-4b4a-b5e7-d9cce4dc5437 (type: ports) to 2 2026-09-01 19:54:59.350 8 INFO neutron.db.ovn_revision_numbers_db [None req-d3565eb7-9c82-440c-a130-e7f9fa7556fd - - - - - -] Successfully bumped revision number for resource b9e4c5cd-8d3b-44db-992d-5a49adacadd6 (type: subnets) to 0 [pid: 8|app: 0|req: 1374/2881] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:54:58 2026] POST /v2.0/subnets => generated 629 bytes in 698 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:54:59.771 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d2ecfbcc-b6fe-4315-841c-e93b7b58200c d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] No more DHCP agents 2026-09-01 19:54:59.772 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d2ecfbcc-b6fe-4315-841c-e93b7b58200c d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:54:59.918 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d164e12b-3e16-46e5-8dd3-59e0fe1a12c4 - - - - - -] OVN reports status down for port: d07b8976-9899-4608-a08d-f9e427e91b10 2026-09-01 19:54:59.976 7 INFO neutron.db.ovn_revision_numbers_db [None req-d2ecfbcc-b6fe-4315-841c-e93b7b58200c d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource d07b8976-9899-4608-a08d-f9e427e91b10 (type: ports) to 1 [pid: 8|app: 0|req: 1375/2882] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:55:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2883] 162.253.55.86 () {30 vars in 704 bytes} [Tue Sep 1 19:55:00 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: 1377/2884] 162.253.55.86 () {30 vars in 680 bytes} [Tue Sep 1 19:55:00 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: 1378/2885] 162.253.55.86 () {30 vars in 716 bytes} [Tue Sep 1 19:55:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2886] 162.253.55.86 () {30 vars in 736 bytes} [Tue Sep 1 19:55:00 2026] GET /v2.0/ports/7d1056f0-729c-4bba-9162-2f961496a78a => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:55:00.590 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-9cc88352-8aab-4dda-808d-e74948856e0d - - - - - -] Schedule LRP lrp-d07b8976-9899-4608-a08d-f9e427e91b10 on gateway 981b1d13-d3f6-4b65-a230-c40efece3bd4 with priority 1 2026-09-01 19:55:00.649 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d164e12b-3e16-46e5-8dd3-59e0fe1a12c4 - - - - - -] OVN reports status up for port: d07b8976-9899-4608-a08d-f9e427e91b10 2026-09-01 19:55:00.688 7 INFO neutron.plugins.ml2.plugin [None req-d164e12b-3e16-46e5-8dd3-59e0fe1a12c4 - - - - - -] Attempt 1 to provision port d07b8976-9899-4608-a08d-f9e427e91b10 2026-09-01 19:55:00.702 7 INFO neutron.db.ovn_revision_numbers_db [None req-d2ecfbcc-b6fe-4315-841c-e93b7b58200c d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource d07b8976-9899-4608-a08d-f9e427e91b10 (type: router_ports) to 1 [pid: 8|app: 0|req: 1380/2887] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:55:00 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: 1381/2888] 162.253.55.86 () {30 vars in 704 bytes} [Tue Sep 1 19:55:00 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: 1382/2889] 162.253.55.86 () {30 vars in 680 bytes} [Tue Sep 1 19:55:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2890] 162.253.55.86 () {30 vars in 716 bytes} [Tue Sep 1 19:55:00 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-09-01 19:55:00.763 8 INFO neutron.api.v2.resource [None req-7a3ae55e-1865-4996-a23d-bba32edcf5b4 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1384/2891] 162.253.55.86 () {30 vars in 762 bytes} [Tue Sep 1 19:55:00 2026] GET /v2.0/security-groups/lb-8741ecfe-0c45-4656-ac6d-26254e2c72f9 => 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: 1385/2892] 162.253.55.86 () {30 vars in 784 bytes} [Tue Sep 1 19:55:00 2026] GET /v2.0/security-groups?name=lb-8741ecfe-0c45-4656-ac6d-26254e2c72f9 => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:55:00.832 7 INFO neutron.db.ovn_revision_numbers_db [None req-d2ecfbcc-b6fe-4315-841c-e93b7b58200c d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 7e2268f9-64f4-4fd5-ab67-460232a0ba32 (type: routers) to 2 [pid: 7|app: 0|req: 1508/2893] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:54:59 2026] POST /v2.0/routers => generated 937 bytes in 1471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:55:00.976 7 INFO neutron.api.v2.resource [None req-498cfff7-a854-4553-8339-9aa01c9f32a0 c69f40dd34004c43ba09bb8e5166194b ae156f15238a4a6d8c9138489a65f1bc - - 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: 1509/2894] 10.0.0.4 () {34 vars in 683 bytes} [Tue Sep 1 19:55:00 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-09-01 19:55:00.981 8 INFO neutron.db.ovn_revision_numbers_db [None req-6cd0b45c-7a1c-42f2-aeb9-60e572887c56 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 97b625bc-d4fe-40be-b46c-01d39473e0d5 (type: security_groups) to 1 2026-09-01 19:55:00.997 8 INFO neutron.db.ovn_revision_numbers_db [None req-6cd0b45c-7a1c-42f2-aeb9-60e572887c56 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 2b4f7442-8cc6-433f-b211-2446993ef434 (type: security_group_rules) to 0 2026-09-01 19:55:01.008 8 INFO neutron.db.ovn_revision_numbers_db [None req-6cd0b45c-7a1c-42f2-aeb9-60e572887c56 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ffad1a67-5a92-4654-bc4b-7bef753ec683 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1386/2895] 162.253.55.86 () {34 vars in 735 bytes} [Tue Sep 1 19:55:00 2026] POST /v2.0/security-groups => generated 1638 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2896] 162.253.55.86 () {30 vars in 814 bytes} [Tue Sep 1 19:55:01 2026] GET /v2.0/security-group-rules?security_group_id=97b625bc-d4fe-40be-b46c-01d39473e0d5 => generated 1182 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:55:01.102 7 INFO neutron_taas.services.taas.taas_plugin [None req-77fc2974-4f7f-47d8-9a72-e771aad310fd c69f40dd34004c43ba09bb8e5166194b ae156f15238a4a6d8c9138489a65f1bc - - default default] TaaS: Handle Delete Port: 1f30806b-16eb-4b4a-b5e7-d9cce4dc5437 2026-09-01 19:55:01.104 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77fc2974-4f7f-47d8-9a72-e771aad310fd c69f40dd34004c43ba09bb8e5166194b ae156f15238a4a6d8c9138489a65f1bc - - default default] Tap Mirror: Handle Delete Port: 1f30806b-16eb-4b4a-b5e7-d9cce4dc5437 2026-09-01 19:55:01.476 7 INFO neutron.services.segments.plugin [-] Segment f1d46823-0853-4e14-a914-41e10865f4eb resource provider aggregate not found 2026-09-01 19:55:01.488 7 INFO neutron.services.segments.plugin [-] Segment f1d46823-0853-4e14-a914-41e10865f4eb resource provider aggregate not found 2026-09-01 19:55:01.496 8 INFO neutron.db.ovn_revision_numbers_db [None req-5f1f2a60-9fa8-4947-9e4e-8b75f52ef6c7 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 7d1056f0-729c-4bba-9162-2f961496a78a (type: ports) to 2 2026-09-01 19:55:01.509 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f1d46823-0853-4e14-a914-41e10865f4eb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1d46823-0853-4e14-a914-41e10865f4eb found for delete ", "request_id": "req-029136fe-af57-43f0-b2c5-dba2693eb9f7"}]} 2026-09-01 19:55:01.512 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f1d46823-0853-4e14-a914-41e10865f4eb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1d46823-0853-4e14-a914-41e10865f4eb found for delete ", "request_id": "req-11e73c0d-47c1-42e1-bdb0-05f5ffad8898"}]} [pid: 8|app: 0|req: 1388/2897] 162.253.55.86 () {34 vars in 788 bytes} [Tue Sep 1 19:55:01 2026] PUT /v2.0/ports/7d1056f0-729c-4bba-9162-2f961496a78a => generated 1128 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2898] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:55:00 2026] DELETE /v2.0/networks/4b921c09-a34c-4c32-b2e6-84b58e0a50aa => generated 0 bytes in 574 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1511/2899] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:55:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2900] 162.253.55.86 () {30 vars in 704 bytes} [Tue Sep 1 19:55:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2901] 162.253.55.86 () {30 vars in 680 bytes} [Tue Sep 1 19:55:01 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: 1514/2902] 162.253.55.86 () {30 vars in 716 bytes} [Tue Sep 1 19:55:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2903] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:55:01 2026] GET /v2.0/subnets/419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:55:01.870 8 INFO neutron_taas.services.taas.taas_plugin [None req-be59e63b-a9ed-4084-9d47-e2d2f6124a34 c69f40dd34004c43ba09bb8e5166194b ae156f15238a4a6d8c9138489a65f1bc - - default default] TaaS: Handle Delete Port: d07b8976-9899-4608-a08d-f9e427e91b10 2026-09-01 19:55:01.874 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be59e63b-a9ed-4084-9d47-e2d2f6124a34 c69f40dd34004c43ba09bb8e5166194b ae156f15238a4a6d8c9138489a65f1bc - - default default] Tap Mirror: Handle Delete Port: d07b8976-9899-4608-a08d-f9e427e91b10 [pid: 8|app: 0|req: 1389/2904] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:55:01 2026] DELETE /v2.0/routers/7e2268f9-64f4-4fd5-ab67-460232a0ba32 => generated 0 bytes in 1401 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:55:02.980 7 WARNING neutron.api.v2.base [None req-2835f728-58a2-40eb-808a-23f740619e03 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - 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-09-01 19:55:02.981 7 INFO neutron.api.v2.resource [None req-2835f728-58a2-40eb-808a-23f740619e03 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] create failed (client error): Invalid input for description. Reason: 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy' exceeds maximum length of 255. [pid: 7|app: 0|req: 1516/2905] 10.0.0.4 () {34 vars in 683 bytes} [Tue Sep 1 19:55:02 2026] POST /v2.0/vpn/vpnservices => generated 401 bytes in 12 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-09-01 19:55:02.992 8 WARNING neutron.api.v2.base [None req-16fb320d-16a7-4bf5-a6c5-44e54f0aec9e d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - 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-09-01 19:55:02.993 8 INFO neutron.api.v2.resource [None req-16fb320d-16a7-4bf5-a6c5-44e54f0aec9e d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] create failed (client error): Invalid input for name. Reason: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' exceeds maximum length of 255. [pid: 8|app: 0|req: 1390/2906] 10.0.0.4 () {34 vars in 683 bytes} [Tue Sep 1 19:55:02 2026] POST /v2.0/vpn/vpnservices => generated 394 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-09-01 19:55:03.031 7 INFO neutron.api.v2.resource [None req-9b90b558-1007-4e4f-8b9d-40d4872c2740 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - 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: 1517/2907] 10.0.0.4 () {34 vars in 691 bytes} [Tue Sep 1 19:55:02 2026] POST /v2.0/vpn/endpoint-groups => generated 183 bytes in 34 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-09-01 19:55:03.074 8 INFO neutron.api.v2.resource [None req-821efa0b-1ee8-464a-bedd-bba2920ebfff d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - 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: 1391/2908] 10.0.0.4 () {34 vars in 691 bytes} [Tue Sep 1 19:55:03 2026] POST /v2.0/vpn/endpoint-groups => generated 160 bytes in 38 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-09-01 19:55:03.125 7 INFO neutron.api.v2.resource [None req-54cb63f0-c5eb-40a7-b563-17676e66e5a3 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - 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: 1518/2909] 10.0.0.4 () {34 vars in 691 bytes} [Tue Sep 1 19:55:03 2026] POST /v2.0/vpn/endpoint-groups => generated 154 bytes in 43 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2910] 10.0.0.4 () {32 vars in 661 bytes} [Tue Sep 1 19:55:03 2026] GET /v2.0/vpn/ikepolicies => generated 408 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2911] 10.0.0.4 () {32 vars in 665 bytes} [Tue Sep 1 19:55:03 2026] GET /v2.0/vpn/ipsecpolicies => 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: 1393/2912] 10.0.0.4 () {32 vars in 683 bytes} [Tue Sep 1 19:55:03 2026] GET /v2.0/vpn/ipsec-site-connections => generated 804 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2913] 10.0.0.4 () {32 vars in 661 bytes} [Tue Sep 1 19:55:03 2026] GET /v2.0/vpn/vpnservices => generated 870 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2914] 10.0.0.4 () {32 vars in 743 bytes} [Tue Sep 1 19:55:03 2026] GET /v2.0/vpn/endpoint-groups/b6d824d7-6b74-4920-9c4c-b657a9c163bd => generated 329 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2915] 10.0.0.4 () {32 vars in 743 bytes} [Tue Sep 1 19:55:03 2026] GET /v2.0/vpn/endpoint-groups/7103b6c7-459f-4c22-a367-fb6b7309a6d0 => generated 319 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2916] 10.0.0.4 () {32 vars in 735 bytes} [Tue Sep 1 19:55:03 2026] GET /v2.0/vpn/ikepolicies/dd273674-c8ca-48a1-bf19-c32d70f02abf => generated 404 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2917] 10.0.0.4 () {32 vars in 739 bytes} [Tue Sep 1 19:55:03 2026] GET /v2.0/vpn/ipsecpolicies/a8a6b3e9-d76c-47c3-a4bf-aefcf00c5c16 => generated 412 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2918] 10.0.0.4 () {32 vars in 735 bytes} [Tue Sep 1 19:55:03 2026] GET /v2.0/vpn/vpnservices/72e707b7-61c3-41f5-8dc6-5012a5938d9f => generated 458 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:55:04.055 7 INFO neutron.db.ovn_revision_numbers_db [None req-b62119d8-31e8-485e-a3c6-735432ee54f0 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 015fd196-b587-4151-9059-b88dc569e1cf (type: routers) to 10 [pid: 7|app: 0|req: 1523/2919] 10.0.0.4 () {32 vars in 760 bytes} [Tue Sep 1 19:55:03 2026] DELETE /v2.0/vpn/ipsec-site-connections/58db3340-8127-4b8a-aaca-e937809d9c52 => generated 0 bytes in 744 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2920] 10.0.0.4 () {32 vars in 746 bytes} [Tue Sep 1 19:55:04 2026] DELETE /v2.0/vpn/endpoint-groups/b6d824d7-6b74-4920-9c4c-b657a9c163bd => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2921] 10.0.0.4 () {32 vars in 746 bytes} [Tue Sep 1 19:55:04 2026] DELETE /v2.0/vpn/endpoint-groups/7103b6c7-459f-4c22-a367-fb6b7309a6d0 => 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: 1398/2922] 10.0.0.4 () {32 vars in 742 bytes} [Tue Sep 1 19:55:04 2026] DELETE /v2.0/vpn/ipsecpolicies/a8a6b3e9-d76c-47c3-a4bf-aefcf00c5c16 => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2923] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:55:04 2026] DELETE /v2.0/vpn/ikepolicies/dd273674-c8ca-48a1-bf19-c32d70f02abf => 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: 1399/2924] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:55:04 2026] DELETE /v2.0/vpn/vpnservices/72e707b7-61c3-41f5-8dc6-5012a5938d9f => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:55:04.564 7 INFO neutron_taas.services.taas.taas_plugin [None req-a306d6b2-e699-4cc5-a44b-c2d4eff9fea2 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] TaaS: Handle Delete Port: 5e367257-c0f4-4a47-a21f-bcf5b9f3c2a7 2026-09-01 19:55:04.566 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a306d6b2-e699-4cc5-a44b-c2d4eff9fea2 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Tap Mirror: Handle Delete Port: 5e367257-c0f4-4a47-a21f-bcf5b9f3c2a7 2026-09-01 19:55:04.775 7 INFO neutron_taas.services.taas.taas_plugin [None req-84baa4a5-603c-4888-a246-c61c3422b142 - - - - - -] TaaS: Handle Delete Port: 5ab85428-277d-4f69-9b22-c47e730d3098 2026-09-01 19:55:04.778 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84baa4a5-603c-4888-a246-c61c3422b142 - - - - - -] Tap Mirror: Handle Delete Port: 5ab85428-277d-4f69-9b22-c47e730d3098 2026-09-01 19:55:05.090 7 INFO neutron_taas.services.taas.taas_plugin [None req-87df8276-71c7-4a1c-943a-cfb2dca4b10e - - - - - -] TaaS: Handle Delete Port: 9ef9a1b8-cadc-49b1-9230-e7d5075f1522 2026-09-01 19:55:05.093 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87df8276-71c7-4a1c-943a-cfb2dca4b10e - - - - - -] Tap Mirror: Handle Delete Port: 9ef9a1b8-cadc-49b1-9230-e7d5075f1522 2026-09-01 19:55:05.908 7 INFO neutron_taas.services.taas.taas_plugin [None req-87df8276-71c7-4a1c-943a-cfb2dca4b10e - - - - - -] TaaS: Handle Delete Port: 82ba33e9-bc2a-44f3-b292-5cd16266099e 2026-09-01 19:55:05.920 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87df8276-71c7-4a1c-943a-cfb2dca4b10e - - - - - -] Tap Mirror: Handle Delete Port: 82ba33e9-bc2a-44f3-b292-5cd16266099e 2026-09-01 19:55:06.076 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d164e12b-3e16-46e5-8dd3-59e0fe1a12c4 - - - - - -] No port found with ID d07b8976-9899-4608-a08d-f9e427e91b10: RuntimeError: No port found with ID d07b8976-9899-4608-a08d-f9e427e91b10 2026-09-01 19:55:06.141 7 INFO neutron.services.segments.plugin [-] Segment 5318b4ce-4a00-4d8a-bb7b-4be2cc9a6c33 resource provider aggregate not found 2026-09-01 19:55:06.144 7 INFO neutron.services.segments.plugin [-] Segment 5318b4ce-4a00-4d8a-bb7b-4be2cc9a6c33 resource provider aggregate not found 2026-09-01 19:55:06.180 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5318b4ce-4a00-4d8a-bb7b-4be2cc9a6c33 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5318b4ce-4a00-4d8a-bb7b-4be2cc9a6c33 found for delete ", "request_id": "req-57e2dae8-f3c5-4c05-ba1a-6149b21bce29"}]} 2026-09-01 19:55:06.183 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5318b4ce-4a00-4d8a-bb7b-4be2cc9a6c33 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5318b4ce-4a00-4d8a-bb7b-4be2cc9a6c33 found for delete ", "request_id": "req-376cb225-3ff9-445b-a985-2d8e62fed730"}]} [pid: 7|app: 0|req: 1526/2925] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:55:04 2026] DELETE /v2.0/vpn/vpnservices/72e9e8f5-6bef-469b-ac3f-554e196b55bb => generated 0 bytes in 1806 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2926] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:55:06 2026] GET /v2.0/routers/015fd196-b587-4151-9059-b88dc569e1cf => generated 943 bytes in 79 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-09-01 19:55:06.916 7 INFO neutron.db.ovn_revision_numbers_db [None req-e5e73dbe-ad9f-47e8-9352-ef330fb67e45 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 015fd196-b587-4151-9059-b88dc569e1cf (type: routers) to 11 [pid: 7|app: 0|req: 1527/2927] 10.0.0.4 () {34 vars in 740 bytes} [Tue Sep 1 19:55:06 2026] PUT /v2.0/routers/015fd196-b587-4151-9059-b88dc569e1cf => generated 943 bytes in 630 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2928] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:55:06 2026] GET /v2.0/ports?device_id=015fd196-b587-4151-9059-b88dc569e1cf => generated 946 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:55:07.361 7 INFO neutron_taas.services.taas.taas_plugin [None req-7041efb2-b678-4f01-8b95-eff348892eab d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] TaaS: Handle Delete Port: 2326e102-f374-42dd-a2db-c35c43fd3999 2026-09-01 19:55:07.366 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7041efb2-b678-4f01-8b95-eff348892eab d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Tap Mirror: Handle Delete Port: 2326e102-f374-42dd-a2db-c35c43fd3999 [pid: 7|app: 0|req: 1528/2929] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:55:07 2026] PUT /v2.0/routers/015fd196-b587-4151-9059-b88dc569e1cf/remove_router_interface => generated 309 bytes in 834 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:55:08.352 8 INFO neutron_taas.services.taas.taas_plugin [None req-82f1c799-5801-4105-9dd1-b678e87b5c91 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] TaaS: Handle Delete Port: bce32da5-16d7-4e67-a920-373e69195244 2026-09-01 19:55:08.356 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82f1c799-5801-4105-9dd1-b678e87b5c91 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Tap Mirror: Handle Delete Port: bce32da5-16d7-4e67-a920-373e69195244 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1402/2930] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:55:07 2026] DELETE /v2.0/routers/015fd196-b587-4151-9059-b88dc569e1cf => generated 0 bytes in 1432 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2931] 10.0.0.147 () {34 vars in 1016 bytes} [Tue Sep 1 19:55:09 2026] GET /v2.0/security-groups?id=3f31af52-6c9b-4add-a283-d2d0bb252a5b&fields=id => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2932] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:55:09 2026] GET /v2.0/routers/b9c62214-b896-4e6e-8e97-fe3add0bb4a5 => generated 942 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2933] 10.0.0.147 () {34 vars in 982 bytes} [Tue Sep 1 19:55:09 2026] GET /v2.0/networks?id=41733bde-53e7-4701-8456-0c84696ff3c0 => generated 776 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2934] 10.0.0.147 () {34 vars in 965 bytes} [Tue Sep 1 19:55:09 2026] GET /v2.0/quotas/ca4f66caaf7d4451bc8cd4c437dfa4cf => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2935] 10.0.0.147 () {34 vars in 1002 bytes} [Tue Sep 1 19:55:09 2026] GET /v2.0/ports?tenant_id=ca4f66caaf7d4451bc8cd4c437dfa4cf&fields=id => generated 149 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2936] 10.0.0.147 () {34 vars in 1008 bytes} [Tue Sep 1 19:55:09 2026] GET /v2.0/networks/41733bde-53e7-4701-8456-0c84696ff3c0?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: 1534/2937] 10.0.0.147 () {34 vars in 1108 bytes} [Tue Sep 1 19:55:09 2026] GET /v2.0/networks/41733bde-53e7-4701-8456-0c84696ff3c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:55:10.093 8 INFO neutron.db.ovn_revision_numbers_db [None req-e7d8ed52-50db-4561-8858-a0f26ed617c8 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource b9c62214-b896-4e6e-8e97-fe3add0bb4a5 (type: routers) to 5 [pid: 8|app: 0|req: 1404/2938] 10.0.0.4 () {34 vars in 740 bytes} [Tue Sep 1 19:55:09 2026] PUT /v2.0/routers/b9c62214-b896-4e6e-8e97-fe3add0bb4a5 => generated 942 bytes in 675 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2939] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:55:10 2026] GET /v2.0/ports?device_id=b9c62214-b896-4e6e-8e97-fe3add0bb4a5 => generated 950 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2940] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:55:10 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => 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: 1537/2941] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:55:10 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:55:10.507 8 INFO neutron_taas.services.taas.taas_plugin [None req-19296f61-9ec7-4505-ba13-a7f0b5a3b3b2 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] TaaS: Handle Delete Port: b7a33c03-83cb-4c2f-8da2-2ae4a6b6bcfa 2026-09-01 19:55:10.510 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19296f61-9ec7-4505-ba13-a7f0b5a3b3b2 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Tap Mirror: Handle Delete Port: b7a33c03-83cb-4c2f-8da2-2ae4a6b6bcfa [pid: 8|app: 0|req: 1405/2942] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:55:10 2026] PUT /v2.0/routers/b9c62214-b896-4e6e-8e97-fe3add0bb4a5/remove_router_interface => generated 309 bytes in 901 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:55:11.629 7 INFO neutron_taas.services.taas.taas_plugin [None req-903cb467-14aa-4a79-bf14-47b73d1bd5e1 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] TaaS: Handle Delete Port: 0adeb7db-1b3a-453a-953e-26f40a0b0e62 2026-09-01 19:55:11.636 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-903cb467-14aa-4a79-bf14-47b73d1bd5e1 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Tap Mirror: Handle Delete Port: 0adeb7db-1b3a-453a-953e-26f40a0b0e62 [pid: 7|app: 0|req: 1538/2945] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:55:11 2026] DELETE /v2.0/routers/b9c62214-b896-4e6e-8e97-fe3add0bb4a5 => generated 0 bytes in 1524 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: 1408/2946] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:55:12 2026] GET /v2.0/routers/89f040ae-1365-4015-b21e-aa2f7e05366e => generated 942 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2947] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:55:13 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => 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: 1410/2948] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:55:13 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:55:13.393 7 INFO neutron.db.ovn_revision_numbers_db [None req-16d07ce6-eb7b-4fdf-b46e-9739f5948ee8 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Successfully bumped revision number for resource 89f040ae-1365-4015-b21e-aa2f7e05366e (type: routers) to 5 [pid: 7|app: 0|req: 1539/2949] 10.0.0.4 () {34 vars in 740 bytes} [Tue Sep 1 19:55:12 2026] PUT /v2.0/routers/89f040ae-1365-4015-b21e-aa2f7e05366e => generated 942 bytes in 625 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2950] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:55:13 2026] GET /v2.0/ports?device_id=89f040ae-1365-4015-b21e-aa2f7e05366e => generated 950 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:55:13.795 7 INFO neutron_taas.services.taas.taas_plugin [None req-8bf791b9-54a2-46b6-8160-0c90222923f2 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] TaaS: Handle Delete Port: f81f7f82-ea9e-4fbd-829f-df3894466546 2026-09-01 19:55:13.797 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bf791b9-54a2-46b6-8160-0c90222923f2 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Tap Mirror: Handle Delete Port: f81f7f82-ea9e-4fbd-829f-df3894466546 [pid: 7|app: 0|req: 1540/2951] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:55:13 2026] PUT /v2.0/routers/89f040ae-1365-4015-b21e-aa2f7e05366e/remove_router_interface => generated 309 bytes in 796 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: 1412/2952] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:55:14 2026] GET /v2.0/networks?id=41733bde-53e7-4701-8456-0c84696ff3c0 => generated 776 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2953] 162.253.55.86 () {34 vars in 1049 bytes} [Tue Sep 1 19:55:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ca4f66caaf7d4451bc8cd4c437dfa4cf => generated 343 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:55:14.689 7 INFO neutron_taas.services.taas.taas_plugin [None req-5eaaf485-5bbf-4f94-b0f2-5671c44b8ac4 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] TaaS: Handle Delete Port: 1cfa8358-a6e2-4b7d-abc7-bfe63155b6db 2026-09-01 19:55:14.692 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5eaaf485-5bbf-4f94-b0f2-5671c44b8ac4 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Tap Mirror: Handle Delete Port: 1cfa8358-a6e2-4b7d-abc7-bfe63155b6db 2026-09-01 19:55:14.735 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-66bd1591-99f0-4908-9329-dfcd22aee714 req-2f74cb63-de56-4007-b3ad-85d0306d21bb 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:55:14.737 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-66bd1591-99f0-4908-9329-dfcd22aee714 req-2f74cb63-de56-4007-b3ad-85d0306d21bb 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 41733bde-53e7-4701-8456-0c84696ff3c0: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:55:14.872 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-01b7f3ad-0edd-4667-8083-7ebedd8c9bdc - - - - - -] OVN reports status down for port: e39de8ac-fa39-42a0-a1db-265ac695959a 2026-09-01 19:55:14.950 8 INFO neutron.db.ovn_revision_numbers_db [req-66bd1591-99f0-4908-9329-dfcd22aee714 req-2f74cb63-de56-4007-b3ad-85d0306d21bb 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e39de8ac-fa39-42a0-a1db-265ac695959a (type: ports) to 1 [pid: 8|app: 0|req: 1414/2954] 162.253.55.86 () {38 vars in 954 bytes} [Tue Sep 1 19:55:14 2026] POST /v2.0/ports => generated 1078 bytes in 523 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-01 19:55:15.298 8 INFO neutron.db.ovn_revision_numbers_db [req-66bd1591-99f0-4908-9329-dfcd22aee714 req-fdbe492b-59e6-4e0e-b758-3a10e5800dd6 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource e39de8ac-fa39-42a0-a1db-265ac695959a (type: ports) to 2 2026-09-01 19:55:15.569 8 INFO neutron.db.ovn_revision_numbers_db [req-66bd1591-99f0-4908-9329-dfcd22aee714 req-fdbe492b-59e6-4e0e-b758-3a10e5800dd6 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource e39de8ac-fa39-42a0-a1db-265ac695959a (type: ports) to 4 [pid: 8|app: 0|req: 1415/2955] 162.253.55.86 () {38 vars in 1027 bytes} [Tue Sep 1 19:55:14 2026] PUT /v2.0/ports/e39de8ac-fa39-42a0-a1db-265ac695959a => generated 1208 bytes in 622 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:55:15.659 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-892637a1-d755-4e15-9e50-7706e5985a12'] response: {'name': 'network-changed', 'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'tag': 'e39de8ac-fa39-42a0-a1db-265ac695959a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1541/2956] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:55:14 2026] DELETE /v2.0/routers/89f040ae-1365-4015-b21e-aa2f7e05366e => generated 0 bytes in 1369 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-09-01 19:55:15.742 8 INFO neutron.api.v2.resource [None req-5ac06f82-34fb-42d2-97fe-34338aaef0ad d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1416/2957] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:55:15 2026] GET /v2.0/routers/7e2268f9-64f4-4fd5-ab67-460232a0ba32 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2958] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:55:15 2026] DELETE /v2.0/subnets/21f9a77d-1e75-4e88-b249-76dc125dd2d4 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2959] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:55:16 2026] GET /v2.0/ports?tenant_id=ca4f66caaf7d4451bc8cd4c437dfa4cf&device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 1211 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2960] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:55:15 2026] DELETE /v2.0/subnets/b12c8319-9a27-4823-90fb-5efb0ae4470e => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/2961] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:55:16 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 1211 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2962] 162.253.55.86 () {34 vars in 1017 bytes} [Tue Sep 1 19:55:16 2026] GET /v2.0/networks?tenant_id=ca4f66caaf7d4451bc8cd4c437dfa4cf&shared=False => generated 776 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2963] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:55:16 2026] GET /v2.0/security-groups?id=3f31af52-6c9b-4add-a283-d2d0bb252a5b&fields=id&fields=name => generated 96 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2964] 162.253.55.86 () {34 vars in 929 bytes} [Tue Sep 1 19:55:16 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2965] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:55:16 2026] DELETE /v2.0/subnets/37616f7b-ed43-482a-91f4-aad7838b9994 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:55:16.501 7 INFO neutron.pecan_wsgi.hooks.translation [None req-be249006-fc9b-41bc-b986-8138e1ad5e96 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1546/2966] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:55:16 2026] DELETE /v2.0/subnets/b9e4c5cd-8d3b-44db-992d-5a49adacadd6 => 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: 1421/2967] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:55:16 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 1211 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:55:16.638 7 INFO neutron_taas.services.taas.taas_plugin [None req-f08064c9-e854-41ff-ad46-18c4f988a299 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] TaaS: Handle Delete Port: 0cdef8c5-69a3-4998-9155-3aa983c3e131 2026-09-01 19:55:16.643 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f08064c9-e854-41ff-ad46-18c4f988a299 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Tap Mirror: Handle Delete Port: 0cdef8c5-69a3-4998-9155-3aa983c3e131 2026-09-01 19:55:16.830 7 INFO neutron.services.segments.plugin [-] Segment 4e1dcbc3-3ddd-4636-9411-f98212c14de3 resource provider aggregate not found 2026-09-01 19:55:16.836 7 INFO neutron.services.segments.plugin [-] Segment 4e1dcbc3-3ddd-4636-9411-f98212c14de3 resource provider aggregate not found 2026-09-01 19:55:16.856 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4e1dcbc3-3ddd-4636-9411-f98212c14de3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e1dcbc3-3ddd-4636-9411-f98212c14de3 found for delete ", "request_id": "req-4df1b04a-1801-41ca-9c0b-03f0f22ea4e6"}]} 2026-09-01 19:55:16.859 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4e1dcbc3-3ddd-4636-9411-f98212c14de3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e1dcbc3-3ddd-4636-9411-f98212c14de3 found for delete ", "request_id": "req-9b7c6a8a-7079-4079-82b0-de712a61039f"}]} [pid: 7|app: 0|req: 1547/2968] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:55:16 2026] DELETE /v2.0/networks/a9a74001-5c26-4071-9680-6fda72e15eeb => generated 0 bytes in 378 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:55:17.050 8 INFO neutron_taas.services.taas.taas_plugin [None req-b621c6ee-4020-4ed3-8d67-215ba58b2504 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] TaaS: Handle Delete Port: 7df9cb33-bee0-4db8-86d1-fe1e55aad1a3 2026-09-01 19:55:17.054 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b621c6ee-4020-4ed3-8d67-215ba58b2504 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Tap Mirror: Handle Delete Port: 7df9cb33-bee0-4db8-86d1-fe1e55aad1a3 [pid: 8|app: 0|req: 1422/2969] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:55:16 2026] DELETE /v2.0/networks/a4ead4a4-a6a4-4da1-bc3c-4648d308bf89 => generated 0 bytes in 448 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:55:17.352 8 INFO neutron.services.segments.plugin [-] Segment f9615e08-e2d6-4028-b19b-b5868ab08beb resource provider aggregate not found 2026-09-01 19:55:17.354 8 INFO neutron.services.segments.plugin [-] Segment f9615e08-e2d6-4028-b19b-b5868ab08beb resource provider aggregate not found 2026-09-01 19:55:17.368 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f9615e08-e2d6-4028-b19b-b5868ab08beb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9615e08-e2d6-4028-b19b-b5868ab08beb found for delete ", "request_id": "req-1eab0f11-ace0-4b4f-aff8-eadf8e714b73"}]} 2026-09-01 19:55:17.372 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f9615e08-e2d6-4028-b19b-b5868ab08beb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9615e08-e2d6-4028-b19b-b5868ab08beb found for delete ", "request_id": "req-da6ac806-671f-4e16-bb09-3cd651b22fdf"}]} 2026-09-01 19:55:17.528 7 INFO neutron_taas.services.taas.taas_plugin [None req-5fb1f543-d558-4fbb-bdc0-9cb45c87c9ef d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] TaaS: Handle Delete Port: 1d127042-aa3f-43b5-939e-4f659284aa87 2026-09-01 19:55:17.533 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fb1f543-d558-4fbb-bdc0-9cb45c87c9ef d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] Tap Mirror: Handle Delete Port: 1d127042-aa3f-43b5-939e-4f659284aa87 [pid: 8|app: 0|req: 1423/2970] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:55:17 2026] GET /v2.0/ports?tenant_id=ca4f66caaf7d4451bc8cd4c437dfa4cf&device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 1211 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2971] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:55:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.29&port_id=e39de8ac-fa39-42a0-a1db-265ac695959a => 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: 1425/2972] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:55:17 2026] GET /v2.0/subnets?id=73b675dd-2b55-4789-bf75-e08375a0a6f1 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2973] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:55:17 2026] GET /v2.0/ports?network_id=41733bde-53e7-4701-8456-0c84696ff3c0&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: 1427/2974] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:55:17 2026] GET /v2.0/networks/41733bde-53e7-4701-8456-0c84696ff3c0?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2975] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:55:17 2026] GET /v2.0/networks/41733bde-53e7-4701-8456-0c84696ff3c0?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: 1548/2976] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:55:17 2026] DELETE /v2.0/networks/977dcf90-7236-40d3-b5dc-ecb1c17d83f8 => generated 0 bytes in 426 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:55:17.796 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2c0ae1c2-061c-409c-9771-7f72f925b869 d07af5a1f4de41f8a561963cf37204f0 e8c39fead9744741a2cd01daecac1687 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1429/2977] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:55:17 2026] DELETE /v2.0/networks/4b921c09-a34c-4c32-b2e6-84b58e0a50aa => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:55:18.755 7 INFO neutron.db.ovn_revision_numbers_db [None req-b4a63e05-1437-4941-8e08-143cb12ef589 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource da0e5da9-531e-40ab-bddf-1a6531043ed7 (type: security_groups) to 1 2026-09-01 19:55:18.769 7 INFO neutron.db.ovn_revision_numbers_db [None req-b4a63e05-1437-4941-8e08-143cb12ef589 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 48e4a2fe-a7c9-438b-9f80-70d0be97a517 (type: security_group_rules) to 0 2026-09-01 19:55:18.787 7 INFO neutron.db.ovn_revision_numbers_db [None req-b4a63e05-1437-4941-8e08-143cb12ef589 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 68c6c645-5e46-4d54-9528-3c009848dc65 (type: security_group_rules) to 0 2026-09-01 19:55:18.800 7 INFO neutron.db.ovn_revision_numbers_db [None req-b4a63e05-1437-4941-8e08-143cb12ef589 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 879882d3-72a1-4cc9-9d52-2bbfe4973bd4 (type: security_group_rules) to 0 2026-09-01 19:55:18.814 7 INFO neutron.db.ovn_revision_numbers_db [None req-b4a63e05-1437-4941-8e08-143cb12ef589 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ca1721a0-15ba-44f9-8962-1c6ad61ea8d5 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1549/2978] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:55:18 2026] GET /v2.0/security-groups?tenant_id=ae156f15238a4a6d8c9138489a65f1bc&name=default => generated 2929 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:55:18.887 7 INFO neutron.services.segments.plugin [-] Segment cf57ce88-05ab-476e-af28-53a7584f1c9f resource provider aggregate not found 2026-09-01 19:55:18.893 7 INFO neutron.services.segments.plugin [-] Segment cf57ce88-05ab-476e-af28-53a7584f1c9f resource provider aggregate not found 2026-09-01 19:55:18.908 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cf57ce88-05ab-476e-af28-53a7584f1c9f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf57ce88-05ab-476e-af28-53a7584f1c9f found for delete ", "request_id": "req-37406ef3-0b0b-43d6-a3a1-fffc71506c3a"}]} 2026-09-01 19:55:18.911 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cf57ce88-05ab-476e-af28-53a7584f1c9f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf57ce88-05ab-476e-af28-53a7584f1c9f found for delete ", "request_id": "req-bcfcbc55-6b05-4831-99a6-e36930fe53c2"}]} [pid: 8|app: 0|req: 1430/2979] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:55:18 2026] DELETE /v2.0/security-groups/da0e5da9-531e-40ab-bddf-1a6531043ed7 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/2980] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:55:19 2026] GET /v2.0/security-groups?tenant_id=e8c39fead9744741a2cd01daecac1687&name=default => generated 2929 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/2981] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:55:19 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 1211 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2982] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:55:19 2026] DELETE /v2.0/security-groups/283b65e4-a3e8-4718-86ac-96cef2544ec9 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/2983] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:55:19 2026] GET /v2.0/security-groups?id=3f31af52-6c9b-4add-a283-d2d0bb252a5b&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2984] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:55:19 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 1211 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/2985] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:55:20 2026] GET /v2.0/agents => generated 1214 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2986] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:55:20 2026] GET /v2.0/networks => generated 4773 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/2987] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:55:20 2026] GET /v2.0/routers => generated 965 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2988] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:55:21 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/2989] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:55:21 2026] GET /v2.0/floatingips => generated 1702 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2990] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:55:21 2026] GET /v2.0/ports => generated 19722 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/2991] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:55:21 2026] GET /v2.0/subnets => generated 5513 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2992] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:55:21 2026] GET /v2.0/network-ip-availabilities => generated 3189 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/2993] 162.253.55.86 () {34 vars in 993 bytes} [Tue Sep 1 19:55:21 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 1211 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2994] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:55:21 2026] GET /v2.0/security-groups => generated 30267 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/2995] 162.253.55.86 () {34 vars in 1043 bytes} [Tue Sep 1 19:55:21 2026] GET /v2.0/security-groups?id=3f31af52-6c9b-4add-a283-d2d0bb252a5b&fields=id&fields=name => generated 96 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2996] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:55:21 2026] GET /v2.0/subnets => generated 5513 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/2997] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:55:21 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) 2026-09-01 19:55:21.609 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-01b7f3ad-0edd-4667-8083-7ebedd8c9bdc - - - - - -] OVN reports status up for port: e39de8ac-fa39-42a0-a1db-265ac695959a 2026-09-01 19:55:21.626 8 INFO neutron.plugins.ml2.plugin [None req-01b7f3ad-0edd-4667-8083-7ebedd8c9bdc - - - - - -] Attempt 1 to provision port e39de8ac-fa39-42a0-a1db-265ac695959a 2026-09-01 19:55:21.769 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5e091c80-6920-4260-8718-88eb4fff44ef'] response: {'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e39de8ac-fa39-42a0-a1db-265ac695959a', 'code': 200} 2026-09-01 19:55:21.912 8 INFO neutron.db.ovn_revision_numbers_db [None req-01b7f3ad-0edd-4667-8083-7ebedd8c9bdc - - - - - -] Successfully bumped revision number for resource e39de8ac-fa39-42a0-a1db-265ac695959a (type: ports) to 5 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1439/2998] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:55:22 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 1213 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/2999] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:55:22 2026] GET /v2.0/security-groups?id=3f31af52-6c9b-4add-a283-d2d0bb252a5b&fields=id&fields=name => generated 96 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/3000] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:55:22 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 1213 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:55:23.814 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f99bb101-991f-4875-9c31-8ba7fb56eb37'] response: {'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e39de8ac-fa39-42a0-a1db-265ac695959a', 'code': 200} [pid: 7|app: 0|req: 1561/3001] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:55:25 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 1213 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/3002] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:55:25 2026] GET /v2.0/security-groups?id=3f31af52-6c9b-4add-a283-d2d0bb252a5b&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3003] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:55:25 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 1213 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/3010] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:56:00 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: 1566/3011] 162.253.55.86 () {30 vars in 704 bytes} [Tue Sep 1 19:56:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/3012] 162.253.55.86 () {30 vars in 680 bytes} [Tue Sep 1 19:56:00 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: 1567/3013] 162.253.55.86 () {30 vars in 716 bytes} [Tue Sep 1 19:56:00 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: 1447/3014] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:56:00 2026] GET /v2.0/subnets/419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 676 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3015] 162.253.55.86 () {30 vars in 768 bytes} [Tue Sep 1 19:56:00 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 1213 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:56:00.984 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d404afc9-e505-4452-9a3b-c61cb413576f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:56:00.985 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d404afc9-e505-4452-9a3b-c61cb413576f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 40a87bfe-7501-48b9-87cf-b61970841d45: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:56:01.089 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-13ea5f55-cc88-49c5-b3bb-1eb46450785f - - - - - -] OVN reports status down for port: 4ed90768-3e72-42c0-8330-116c64479a6f 2026-09-01 19:56:01.159 8 INFO neutron.db.ovn_revision_numbers_db [None req-d404afc9-e505-4452-9a3b-c61cb413576f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4ed90768-3e72-42c0-8330-116c64479a6f (type: ports) to 1 [pid: 8|app: 0|req: 1448/3016] 162.253.55.86 () {34 vars in 716 bytes} [Tue Sep 1 19:56:00 2026] POST /v2.0/ports => generated 1059 bytes in 629 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3017] 10.0.0.147 () {34 vars in 971 bytes} [Tue Sep 1 19:56:01 2026] GET /v2.0/ports/4ed90768-3e72-42c0-8330-116c64479a6f => generated 1059 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/3018] 10.0.0.147 () {34 vars in 907 bytes} [Tue Sep 1 19:56:01 2026] GET /v2.0/extensions => generated 20541 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3019] 162.253.55.86 () {34 vars in 1261 bytes} [Tue Sep 1 19:56:02 2026] GET /v2.0/ports/4ed90768-3e72-42c0-8330-116c64479a6f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/3020] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:56:02 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3021] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:56:02 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45?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: 1451/3022] 162.253.55.86 () {34 vars in 974 bytes} [Tue Sep 1 19:56:03 2026] GET /v2.0/ports/4ed90768-3e72-42c0-8330-116c64479a6f => generated 1059 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3023] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:56:03 2026] GET /v2.0/networks?id=40a87bfe-7501-48b9-87cf-b61970841d45 => generated 843 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:56:03.805 8 INFO neutron.db.ovn_revision_numbers_db [req-479e37ea-0186-422a-8882-6d70d08b2b10 req-995c5992-5108-445e-9cee-f9d4bd6e291b 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource 4ed90768-3e72-42c0-8330-116c64479a6f (type: ports) to 2 2026-09-01 19:56:04.013 8 INFO neutron.db.ovn_revision_numbers_db [req-479e37ea-0186-422a-8882-6d70d08b2b10 req-995c5992-5108-445e-9cee-f9d4bd6e291b 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource 4ed90768-3e72-42c0-8330-116c64479a6f (type: ports) to 4 [pid: 8|app: 0|req: 1452/3024] 162.253.55.86 () {38 vars in 1027 bytes} [Tue Sep 1 19:56:03 2026] PUT /v2.0/ports/4ed90768-3e72-42c0-8330-116c64479a6f => generated 1218 bytes in 738 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:56:04.059 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a2749a9-6982-4b66-882e-2d32c7476547'] response: {'name': 'network-changed', 'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'tag': '4ed90768-3e72-42c0-8330-116c64479a6f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1573/3025] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:56:04 2026] GET /v2.0/ports?tenant_id=ca4f66caaf7d4451bc8cd4c437dfa4cf&device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 2423 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/3026] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:56:04 2026] GET /v2.0/networks?id=40a87bfe-7501-48b9-87cf-b61970841d45 => generated 843 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3027] 162.253.55.86 () {34 vars in 1057 bytes} [Tue Sep 1 19:56:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.170&port_id=4ed90768-3e72-42c0-8330-116c64479a6f => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/3028] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:56:04 2026] GET /v2.0/subnets?id=419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 679 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3029] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:56:04 2026] GET /v2.0/ports?network_id=40a87bfe-7501-48b9-87cf-b61970841d45&device_owner=network%3Adhcp => generated 12 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/3030] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:56:05 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3031] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:56:05 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45?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: 1456/3032] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:56:06 2026] GET /v2.0/ports?tenant_id=ca4f66caaf7d4451bc8cd4c437dfa4cf&device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 2423 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3033] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:56:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.29&port_id=e39de8ac-fa39-42a0-a1db-265ac695959a => 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: 1457/3034] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:56:06 2026] GET /v2.0/subnets?id=73b675dd-2b55-4789-bf75-e08375a0a6f1 => generated 654 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3035] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:56:06 2026] GET /v2.0/ports?network_id=41733bde-53e7-4701-8456-0c84696ff3c0&device_owner=network%3Adhcp => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3036] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:56:06 2026] GET /v2.0/networks/41733bde-53e7-4701-8456-0c84696ff3c0?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3037] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:56:06 2026] GET /v2.0/networks/41733bde-53e7-4701-8456-0c84696ff3c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/3038] 162.253.55.86 () {34 vars in 1057 bytes} [Tue Sep 1 19:56:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.170&port_id=4ed90768-3e72-42c0-8330-116c64479a6f => 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: 1580/3039] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:56:06 2026] GET /v2.0/subnets?id=419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 679 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3040] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:56:06 2026] GET /v2.0/ports?network_id=40a87bfe-7501-48b9-87cf-b61970841d45&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: 1581/3041] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:56:06 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45?fields=segments => generated 14 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3042] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:56:06 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:56:07.679 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-13ea5f55-cc88-49c5-b3bb-1eb46450785f - - - - - -] OVN reports status up for port: 4ed90768-3e72-42c0-8330-116c64479a6f 2026-09-01 19:56:07.705 8 INFO neutron.plugins.ml2.plugin [None req-13ea5f55-cc88-49c5-b3bb-1eb46450785f - - - - - -] Attempt 1 to provision port 4ed90768-3e72-42c0-8330-116c64479a6f 2026-09-01 19:56:07.828 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce04fcf4-f6da-45c9-8137-7bd1cb9d9ebf'] response: {'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4ed90768-3e72-42c0-8330-116c64479a6f', 'code': 200} 2026-09-01 19:56:07.940 8 INFO neutron.db.ovn_revision_numbers_db [None req-13ea5f55-cc88-49c5-b3bb-1eb46450785f - - - - - -] Successfully bumped revision number for resource 4ed90768-3e72-42c0-8330-116c64479a6f (type: ports) to 5 2026-09-01 19:56:09.899 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ca8a1602-6277-44da-8adc-a83338dd9356'] response: {'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4ed90768-3e72-42c0-8330-116c64479a6f', 'code': 200} [pid: 7|app: 0|req: 1582/3043] 10.0.0.147 () {34 vars in 971 bytes} [Tue Sep 1 19:56:10 2026] GET /v2.0/ports/4ed90768-3e72-42c0-8330-116c64479a6f => generated 1220 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:56:11.541 8 INFO neutron.db.ovn_revision_numbers_db [None req-5df86e06-0e4d-4845-81d2-0d354bfeb86a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4ed90768-3e72-42c0-8330-116c64479a6f (type: ports) to 6 [pid: 8|app: 0|req: 1462/3046] 162.253.55.86 () {34 vars in 788 bytes} [Tue Sep 1 19:56:11 2026] PUT /v2.0/ports/4ed90768-3e72-42c0-8330-116c64479a6f => generated 1252 bytes in 510 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:56:11.593 7 INFO neutron.api.v2.resource [None req-a45ba6af-2e48-4bbd-a89c-9205210bcbb8 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1585/3047] 162.253.55.86 () {30 vars in 762 bytes} [Tue Sep 1 19:56:11 2026] GET /v2.0/security-groups/lb-8741ecfe-0c45-4656-ac6d-26254e2c72f9 => generated 149 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3048] 162.253.55.86 () {30 vars in 784 bytes} [Tue Sep 1 19:56:11 2026] GET /v2.0/security-groups?name=lb-8741ecfe-0c45-4656-ac6d-26254e2c72f9 => generated 1639 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:56:11.937 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3632f633-0be5-4aeb-b02c-88db0e2e0abb'] response: {'name': 'network-changed', 'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'tag': '4ed90768-3e72-42c0-8330-116c64479a6f', 'status': 'completed', 'code': 200} 2026-09-01 19:56:12.053 7 INFO neutron.db.ovn_revision_numbers_db [None req-c6a037f6-8418-4e6e-8802-dccc8b02be99 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4ed90768-3e72-42c0-8330-116c64479a6f (type: ports) to 7 [pid: 7|app: 0|req: 1586/3049] 162.253.55.86 () {34 vars in 788 bytes} [Tue Sep 1 19:56:11 2026] PUT /v2.0/ports/4ed90768-3e72-42c0-8330-116c64479a6f => generated 1290 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:56:12.111 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-997b15a0-581e-4f80-93c1-281f5e810cc8'] response: {'name': 'network-changed', 'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'tag': '4ed90768-3e72-42c0-8330-116c64479a6f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1464/3050] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:56:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1587/3051] 162.253.55.86 () {30 vars in 704 bytes} [Tue Sep 1 19:56:12 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: 1465/3052] 162.253.55.86 () {30 vars in 680 bytes} [Tue Sep 1 19:56:12 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: 1588/3053] 162.253.55.86 () {30 vars in 716 bytes} [Tue Sep 1 19:56:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3054] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:56:12 2026] GET /v2.0/subnets/419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3055] 162.253.55.86 () {30 vars in 736 bytes} [Tue Sep 1 19:56:12 2026] GET /v2.0/ports/7d1056f0-729c-4bba-9162-2f961496a78a => generated 1128 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3056] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:56:12 2026] GET /v2.0/ports?tenant_id=ca4f66caaf7d4451bc8cd4c437dfa4cf&device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 2523 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3057] 162.253.55.86 () {30 vars in 736 bytes} [Tue Sep 1 19:56:12 2026] GET /v2.0/ports/4ed90768-3e72-42c0-8330-116c64479a6f => generated 1318 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3058] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:56:12 2026] GET /v2.0/subnets/419a6ae9-a8d9-49e1-97d7-1b8371857539 => 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: 1468/3059] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:56:12 2026] GET /v2.0/networks?id=40a87bfe-7501-48b9-87cf-b61970841d45 => generated 843 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3060] 162.253.55.86 () {34 vars in 1057 bytes} [Tue Sep 1 19:56:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.170&port_id=4ed90768-3e72-42c0-8330-116c64479a6f => 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: 1592/3061] 162.253.55.86 () {30 vars in 742 bytes} [Tue Sep 1 19:56:12 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45 => generated 840 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3062] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:56:12 2026] GET /v2.0/subnets?id=419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3063] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:56:12 2026] GET /v2.0/ports?network_id=40a87bfe-7501-48b9-87cf-b61970841d45&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: 1593/3064] 162.253.55.86 () {30 vars in 736 bytes} [Tue Sep 1 19:56:12 2026] GET /v2.0/ports/7d1056f0-729c-4bba-9162-2f961496a78a => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3065] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:56:12 2026] GET /v2.0/subnets/419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3066] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:56:12 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45?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: 1595/3067] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:56:12 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45?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: 1473/3068] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:56:13 2026] GET /v2.0/ports?tenant_id=ca4f66caaf7d4451bc8cd4c437dfa4cf&device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 2523 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3069] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:56:13 2026] GET /v2.0/networks?id=40a87bfe-7501-48b9-87cf-b61970841d45 => generated 843 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3070] 162.253.55.86 () {34 vars in 1057 bytes} [Tue Sep 1 19:56:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.170&port_id=4ed90768-3e72-42c0-8330-116c64479a6f => 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: 1597/3071] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:56:13 2026] GET /v2.0/subnets?id=419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 679 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3072] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:56:14 2026] GET /v2.0/ports?network_id=40a87bfe-7501-48b9-87cf-b61970841d45&device_owner=network%3Adhcp => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3073] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:56:14 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3074] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:56:14 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45?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-09-01 19:56:18.525 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2d9a406b-8d6b-4358-8a71-d308a3844322 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] No more DHCP agents 2026-09-01 19:56:18.526 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2d9a406b-8d6b-4358-8a71-d308a3844322 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Unable to schedule network ef59a445-5760-4c1b-9616-3cf3b867f0d6: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:56:19.180 7 INFO neutron.db.ovn_revision_numbers_db [None req-2d9a406b-8d6b-4358-8a71-d308a3844322 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Successfully bumped revision number for resource fc2ba86c-577b-4806-abc4-342c7340c137 (type: floatingips) to 1 2026-09-01 19:56:19.180 7 INFO neutron.db.l3_db [None req-2d9a406b-8d6b-4358-8a71-d308a3844322 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Floating IP fc2ba86c-577b-4806-abc4-342c7340c137 associated. External IP: 10.96.250.203, port: 7d1056f0-729c-4bba-9162-2f961496a78a. [pid: 7|app: 0|req: 1599/3075] 10.0.0.4 () {34 vars in 675 bytes} [Tue Sep 1 19:56:18 2026] POST /v2.0/floatingips => generated 898 bytes in 936 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: 1477/3076] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:56:20 2026] GET /v2.0/networks => generated 4773 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3077] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:56:20 2026] GET /v2.0/ports => generated 22028 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3078] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:56:21 2026] GET /v2.0/network-ip-availabilities => generated 3189 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3079] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:56:21 2026] GET /v2.0/subnets => generated 5513 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3080] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:56:21 2026] GET /v2.0/subnetpools => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3081] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:56:21 2026] GET /v2.0/subnets => generated 5513 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3082] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:56:21 2026] GET /v2.0/routers => generated 965 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3083] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:56:21 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3084] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:56:21 2026] GET /v2.0/floatingips => generated 2588 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3085] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:56:21 2026] GET /v2.0/security-groups => generated 30267 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3086] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:56:21 2026] GET /v2.0/agents => generated 1214 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3087] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:56:22 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: 1483/3088] 162.253.55.86 () {30 vars in 704 bytes} [Tue Sep 1 19:56:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3089] 162.253.55.86 () {30 vars in 680 bytes} [Tue Sep 1 19:56:22 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: 1484/3090] 162.253.55.86 () {30 vars in 716 bytes} [Tue Sep 1 19:56:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:56:22.542 8 INFO neutron.db.ovn_revision_numbers_db [None req-ca1133d8-0f37-47b7-99d1-7a41f25f93dd - - - - - -] Successfully bumped revision number for resource 7d1056f0-729c-4bba-9162-2f961496a78a (type: ports) to 4 2026-09-01 19:56:22.547 7 INFO neutron.api.v2.resource [None req-ffea12b1-f5b1-492f-a157-7ae1be11cf7c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1607/3091] 162.253.55.86 () {30 vars in 762 bytes} [Tue Sep 1 19:56:22 2026] GET /v2.0/security-groups/lb-8741ecfe-0c45-4656-ac6d-26254e2c72f9 => 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: 1485/3092] 162.253.55.86 () {30 vars in 784 bytes} [Tue Sep 1 19:56:22 2026] GET /v2.0/security-groups?name=lb-8741ecfe-0c45-4656-ac6d-26254e2c72f9 => generated 1639 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3093] 162.253.55.86 () {30 vars in 814 bytes} [Tue Sep 1 19:56:22 2026] GET /v2.0/security-group-rules?security_group_id=97b625bc-d4fe-40be-b46c-01d39473e0d5 => generated 1182 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:56:22.826 8 INFO neutron.db.ovn_revision_numbers_db [None req-c34f815f-9980-4a47-80a9-2b27f6a996c6 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 8cdf04da-8edf-43d3-b2d0-95de5c1ad006 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1486/3094] 162.253.55.86 () {34 vars in 746 bytes} [Tue Sep 1 19:56:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:56:23.028 7 INFO neutron.db.ovn_revision_numbers_db [None req-4ceb6e89-7124-41f2-ab3b-be1746f84752 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4a1f05c8-a625-489c-95a2-6cf2e8ed1d64 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1609/3095] 162.253.55.86 () {34 vars in 746 bytes} [Tue Sep 1 19:56:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3098] 10.0.0.147 () {34 vars in 1178 bytes} [Tue Sep 1 19:56:28 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068&device_id=94d76b71-2f45-4a22-b7c3-9230c65e6a89&device_id=da5ce22e-1391-4558-9961-72594ac1e20d => generated 5377 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3099] 10.0.0.147 () {34 vars in 1200 bytes} [Tue Sep 1 19:56:28 2026] GET /v2.0/security-groups?id=e631fb7d-87fd-435f-bfb9-a8a027e1884c&id=97b625bc-d4fe-40be-b46c-01d39473e0d5&id=3f31af52-6c9b-4add-a283-d2d0bb252a5b&fields=id&fields=name => generated 286 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3100] 10.0.0.147 () {34 vars in 1084 bytes} [Tue Sep 1 19:56:29 2026] GET /v2.0/ports?device_id=94d76b71-2f45-4a22-b7c3-9230c65e6a89&device_id=da5ce22e-1391-4558-9961-72594ac1e20d => generated 2865 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3101] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:56:29 2026] GET /v2.0/security-groups?id=e631fb7d-87fd-435f-bfb9-a8a027e1884c&fields=id&fields=name => generated 112 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3102] 10.0.0.31 () {30 vars in 689 bytes} [Tue Sep 1 19:56:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3103] 10.0.0.31 () {30 vars in 691 bytes} [Tue Sep 1 19:56:30 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: 1492/3104] 10.0.0.31 () {30 vars in 667 bytes} [Tue Sep 1 19:56:30 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: 1493/3105] 10.0.0.31 () {30 vars in 703 bytes} [Tue Sep 1 19:56:30 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: 1613/3106] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:56:30 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 2523 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3107] 10.0.0.147 () {34 vars in 1120 bytes} [Tue Sep 1 19:56:30 2026] GET /v2.0/security-groups?id=97b625bc-d4fe-40be-b46c-01d39473e0d5&id=3f31af52-6c9b-4add-a283-d2d0bb252a5b&fields=id&fields=name => generated 195 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3108] 10.0.0.31 () {28 vars in 438 bytes} [Tue Sep 1 19:56:30 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: 1495/3109] 10.0.0.31 () {30 vars in 727 bytes} [Tue Sep 1 19:56:30 2026] GET /v2.0/subnets/7c772f41-eb20-4d33-a689-e332bf4d0e09 => generated 656 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3110] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:56:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3111] 162.253.55.86 () {30 vars in 704 bytes} [Tue Sep 1 19:56:33 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: 1616/3112] 162.253.55.86 () {30 vars in 680 bytes} [Tue Sep 1 19:56:33 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: 1497/3113] 162.253.55.86 () {30 vars in 716 bytes} [Tue Sep 1 19:56:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3114] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:56:33 2026] GET /v2.0/subnets/7c772f41-eb20-4d33-a689-e332bf4d0e09 => generated 674 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3115] 162.253.55.86 () {30 vars in 768 bytes} [Tue Sep 1 19:56:33 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 2523 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3116] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:56:33 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: 1499/3117] 162.253.55.86 () {30 vars in 704 bytes} [Tue Sep 1 19:56:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3118] 162.253.55.86 () {30 vars in 680 bytes} [Tue Sep 1 19:56:33 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: 1500/3119] 162.253.55.86 () {30 vars in 716 bytes} [Tue Sep 1 19:56:33 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-09-01 19:56:34.292 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d69528c0-20fe-4d6d-bcd5-e59211471b96 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:56:34.293 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d69528c0-20fe-4d6d-bcd5-e59211471b96 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 8b27b849-d5cd-41c6-b4f3-687700042e5d: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:56:34.407 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f9bbfb7b-e1cd-4d8b-aec3-3c4c3881bcdb - - - - - -] OVN reports status down for port: f56da4db-a0f9-4b0f-b3f6-6931f1d4016b 2026-09-01 19:56:34.433 7 INFO neutron.db.ovn_revision_numbers_db [None req-d69528c0-20fe-4d6d-bcd5-e59211471b96 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f56da4db-a0f9-4b0f-b3f6-6931f1d4016b (type: ports) to 1 [pid: 7|app: 0|req: 1620/3120] 162.253.55.86 () {34 vars in 716 bytes} [Tue Sep 1 19:56:34 2026] POST /v2.0/ports => generated 1324 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3121] 10.0.0.147 () {34 vars in 971 bytes} [Tue Sep 1 19:56:34 2026] GET /v2.0/ports/f56da4db-a0f9-4b0f-b3f6-6931f1d4016b => generated 1324 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1621/3122] 162.253.55.86 () {34 vars in 1261 bytes} [Tue Sep 1 19:56:35 2026] GET /v2.0/ports/f56da4db-a0f9-4b0f-b3f6-6931f1d4016b?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3123] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:56:36 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3124] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:56:36 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3125] 162.253.55.86 () {34 vars in 974 bytes} [Tue Sep 1 19:56:36 2026] GET /v2.0/ports/f56da4db-a0f9-4b0f-b3f6-6931f1d4016b => generated 1324 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3126] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:56:36 2026] GET /v2.0/networks?id=8b27b849-d5cd-41c6-b4f3-687700042e5d => generated 842 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:56:37.293 8 INFO neutron.db.ovn_revision_numbers_db [req-cebb1667-925d-45d1-ae99-aa928732eb68 req-25231ea3-f8a8-4eae-8fec-806957b5e10a 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource f56da4db-a0f9-4b0f-b3f6-6931f1d4016b (type: ports) to 2 2026-09-01 19:56:37.492 8 INFO neutron.db.ovn_revision_numbers_db [req-cebb1667-925d-45d1-ae99-aa928732eb68 req-25231ea3-f8a8-4eae-8fec-806957b5e10a 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource f56da4db-a0f9-4b0f-b3f6-6931f1d4016b (type: ports) to 4 [pid: 8|app: 0|req: 1504/3127] 162.253.55.86 () {38 vars in 1027 bytes} [Tue Sep 1 19:56:36 2026] PUT /v2.0/ports/f56da4db-a0f9-4b0f-b3f6-6931f1d4016b => generated 1483 bytes in 732 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:56:37.562 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-557ff87b-ddea-4d2c-9ba5-294759d83f39'] response: {'name': 'network-changed', 'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'tag': 'f56da4db-a0f9-4b0f-b3f6-6931f1d4016b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1624/3128] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:56:38 2026] GET /v2.0/ports?tenant_id=ca4f66caaf7d4451bc8cd4c437dfa4cf&device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 3998 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1505/3129] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:56:38 2026] GET /v2.0/networks?id=8b27b849-d5cd-41c6-b4f3-687700042e5d => generated 842 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3130] 162.253.55.86 () {34 vars in 1057 bytes} [Tue Sep 1 19:56:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.230&port_id=f56da4db-a0f9-4b0f-b3f6-6931f1d4016b => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3131] 162.253.55.86 () {34 vars in 1101 bytes} [Tue Sep 1 19:56:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aed&port_id=f56da4db-a0f9-4b0f-b3f6-6931f1d4016b => 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: 1626/3132] 162.253.55.86 () {34 vars in 1063 bytes} [Tue Sep 1 19:56:38 2026] GET /v2.0/subnets?id=40d1d0d8-97b9-41bd-811a-cba92298a5dd&id=7c772f41-eb20-4d33-a689-e332bf4d0e09 => generated 1411 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3133] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:56:38 2026] GET /v2.0/ports?network_id=8b27b849-d5cd-41c6-b4f3-687700042e5d&device_owner=network%3Adhcp => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3134] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:56:38 2026] GET /v2.0/ports?network_id=8b27b849-d5cd-41c6-b4f3-687700042e5d&device_owner=network%3Adhcp => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3135] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:56:38 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3136] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:56:38 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3137] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:56:39 2026] GET /v2.0/ports?tenant_id=ca4f66caaf7d4451bc8cd4c437dfa4cf&device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 3998 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3138] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:56:39 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.29&port_id=e39de8ac-fa39-42a0-a1db-265ac695959a => 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: 1510/3139] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:56:39 2026] GET /v2.0/subnets?id=73b675dd-2b55-4789-bf75-e08375a0a6f1 => generated 654 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3140] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:56:39 2026] GET /v2.0/ports?network_id=41733bde-53e7-4701-8456-0c84696ff3c0&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: 1511/3141] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:56:39 2026] GET /v2.0/networks/41733bde-53e7-4701-8456-0c84696ff3c0?fields=segments => generated 14 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3142] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:56:39 2026] GET /v2.0/networks/41733bde-53e7-4701-8456-0c84696ff3c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3143] 162.253.55.86 () {34 vars in 1057 bytes} [Tue Sep 1 19:56:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.170&port_id=4ed90768-3e72-42c0-8330-116c64479a6f => 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: 1632/3144] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:56:40 2026] GET /v2.0/subnets?id=419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 679 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3145] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:56:40 2026] GET /v2.0/ports?network_id=40a87bfe-7501-48b9-87cf-b61970841d45&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: 1633/3146] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:56:40 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3147] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:56:40 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45?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: 1634/3148] 162.253.55.86 () {34 vars in 1057 bytes} [Tue Sep 1 19:56:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.230&port_id=f56da4db-a0f9-4b0f-b3f6-6931f1d4016b => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3149] 162.253.55.86 () {34 vars in 1101 bytes} [Tue Sep 1 19:56:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aed&port_id=f56da4db-a0f9-4b0f-b3f6-6931f1d4016b => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3150] 162.253.55.86 () {34 vars in 1063 bytes} [Tue Sep 1 19:56:40 2026] GET /v2.0/subnets?id=40d1d0d8-97b9-41bd-811a-cba92298a5dd&id=7c772f41-eb20-4d33-a689-e332bf4d0e09 => generated 1411 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3151] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:56:40 2026] GET /v2.0/ports?network_id=8b27b849-d5cd-41c6-b4f3-687700042e5d&device_owner=network%3Adhcp => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3152] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:56:40 2026] GET /v2.0/ports?network_id=8b27b849-d5cd-41c6-b4f3-687700042e5d&device_owner=network%3Adhcp => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3153] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:56:40 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3154] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:56:40 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:56:41.244 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f9bbfb7b-e1cd-4d8b-aec3-3c4c3881bcdb - - - - - -] OVN reports status up for port: f56da4db-a0f9-4b0f-b3f6-6931f1d4016b 2026-09-01 19:56:41.263 8 INFO neutron.plugins.ml2.plugin [None req-f9bbfb7b-e1cd-4d8b-aec3-3c4c3881bcdb - - - - - -] Attempt 1 to provision port f56da4db-a0f9-4b0f-b3f6-6931f1d4016b 2026-09-01 19:56:41.420 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2df17957-4b1b-454e-a94b-3a73f87d59b5'] response: {'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f56da4db-a0f9-4b0f-b3f6-6931f1d4016b', 'code': 200} 2026-09-01 19:56:41.521 8 INFO neutron.db.ovn_revision_numbers_db [None req-f9bbfb7b-e1cd-4d8b-aec3-3c4c3881bcdb - - - - - -] Successfully bumped revision number for resource f56da4db-a0f9-4b0f-b3f6-6931f1d4016b (type: ports) to 5 2026-09-01 19:56:43.476 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-329f3516-5af9-43af-9971-1ee8c7bad566'] response: {'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f56da4db-a0f9-4b0f-b3f6-6931f1d4016b', 'code': 200} [pid: 7|app: 0|req: 1639/3157] 10.0.0.147 () {34 vars in 971 bytes} [Tue Sep 1 19:56:44 2026] GET /v2.0/ports/f56da4db-a0f9-4b0f-b3f6-6931f1d4016b => generated 1485 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1519/3158] 162.253.55.86 () {30 vars in 742 bytes} [Tue Sep 1 19:56:44 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d => generated 839 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3159] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:56:44 2026] GET /v2.0/subnets/7c772f41-eb20-4d33-a689-e332bf4d0e09 => generated 674 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3160] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:56:44 2026] GET /v2.0/subnets/40d1d0d8-97b9-41bd-811a-cba92298a5dd => generated 744 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3161] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:56:44 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: 1521/3162] 162.253.55.86 () {30 vars in 704 bytes} [Tue Sep 1 19:56:44 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: 1642/3163] 162.253.55.86 () {30 vars in 680 bytes} [Tue Sep 1 19:56:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3164] 162.253.55.86 () {30 vars in 716 bytes} [Tue Sep 1 19:56:44 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: 1643/3165] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:56:44 2026] GET /v2.0/subnets/419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3166] 162.253.55.86 () {30 vars in 736 bytes} [Tue Sep 1 19:56:44 2026] GET /v2.0/ports/7d1056f0-729c-4bba-9162-2f961496a78a => generated 1136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3167] 162.253.55.86 () {30 vars in 736 bytes} [Tue Sep 1 19:56:45 2026] GET /v2.0/ports/4ed90768-3e72-42c0-8330-116c64479a6f => generated 1318 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3168] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:56:45 2026] GET /v2.0/subnets/419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3169] 162.253.55.86 () {30 vars in 742 bytes} [Tue Sep 1 19:56:45 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45 => generated 840 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3170] 162.253.55.86 () {30 vars in 736 bytes} [Tue Sep 1 19:56:45 2026] GET /v2.0/ports/7d1056f0-729c-4bba-9162-2f961496a78a => generated 1136 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3171] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:56:45 2026] GET /v2.0/subnets/419a6ae9-a8d9-49e1-97d7-1b8371857539 => 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: 1526/3172] 10.0.0.31 () {30 vars in 689 bytes} [Tue Sep 1 19:56:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3173] 10.0.0.31 () {30 vars in 691 bytes} [Tue Sep 1 19:56:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3174] 10.0.0.31 () {30 vars in 667 bytes} [Tue Sep 1 19:56:51 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: 1648/3175] 10.0.0.31 () {30 vars in 703 bytes} [Tue Sep 1 19:56:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3176] 10.0.0.31 () {28 vars in 438 bytes} [Tue Sep 1 19:56:51 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: 1649/3177] 10.0.0.31 () {30 vars in 727 bytes} [Tue Sep 1 19:56:51 2026] GET /v2.0/subnets/ea2e2879-70ed-44ce-b53c-ed25df39b41c => generated 656 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3178] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:56:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3179] 162.253.55.86 () {30 vars in 704 bytes} [Tue Sep 1 19:56:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3180] 162.253.55.86 () {30 vars in 680 bytes} [Tue Sep 1 19:56:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3181] 162.253.55.86 () {30 vars in 716 bytes} [Tue Sep 1 19:56:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3182] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:56:53 2026] GET /v2.0/subnets/7c772f41-eb20-4d33-a689-e332bf4d0e09 => generated 674 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3183] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:56:53 2026] GET /v2.0/subnets/ea2e2879-70ed-44ce-b53c-ed25df39b41c => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3184] 162.253.55.86 () {30 vars in 768 bytes} [Tue Sep 1 19:56:53 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 4000 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3185] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:56:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3186] 162.253.55.86 () {30 vars in 704 bytes} [Tue Sep 1 19:56: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: 1654/3187] 162.253.55.86 () {30 vars in 680 bytes} [Tue Sep 1 19:56:53 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: 1534/3188] 162.253.55.86 () {30 vars in 716 bytes} [Tue Sep 1 19:56: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) 2026-09-01 19:56:53.739 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-497f6ff7-6f05-4328-afd7-757fa5dc2b5f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] No more DHCP agents 2026-09-01 19:56:53.742 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-497f6ff7-6f05-4328-afd7-757fa5dc2b5f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Unable to schedule network 7f9fba54-4d25-45fd-be25-f855ade60263: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:56:53.884 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f6bd0646-ca3a-4147-82ed-de1bf3599f36 - - - - - -] OVN reports status down for port: cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 2026-09-01 19:56:53.924 7 INFO neutron.db.ovn_revision_numbers_db [None req-497f6ff7-6f05-4328-afd7-757fa5dc2b5f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 (type: ports) to 1 [pid: 7|app: 0|req: 1655/3189] 162.253.55.86 () {34 vars in 716 bytes} [Tue Sep 1 19:56:53 2026] POST /v2.0/ports => generated 1324 bytes in 576 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3190] 10.0.0.147 () {34 vars in 971 bytes} [Tue Sep 1 19:56:53 2026] GET /v2.0/ports/cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 => generated 1324 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1656/3191] 10.0.0.147 () {34 vars in 907 bytes} [Tue Sep 1 19:56:54 2026] GET /v2.0/extensions => generated 20541 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3192] 162.253.55.86 () {34 vars in 1261 bytes} [Tue Sep 1 19:56:55 2026] GET /v2.0/ports/cfb3f2c9-0dc6-40ef-a2da-c0ec99788056?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3193] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:56:55 2026] GET /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3194] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:56:55 2026] GET /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263?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: 1658/3195] 162.253.55.86 () {34 vars in 974 bytes} [Tue Sep 1 19:56:55 2026] GET /v2.0/ports/cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 => generated 1324 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3196] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:56:55 2026] GET /v2.0/networks?id=7f9fba54-4d25-45fd-be25-f855ade60263 => generated 842 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:56:56.418 7 INFO neutron.db.ovn_revision_numbers_db [req-3c376868-5e02-42a9-8b39-0adecb0c2b73 req-56325d39-2f2f-40e3-8046-4a5c5cdfdf95 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 (type: ports) to 2 2026-09-01 19:56:56.609 7 INFO neutron.db.ovn_revision_numbers_db [req-3c376868-5e02-42a9-8b39-0adecb0c2b73 req-56325d39-2f2f-40e3-8046-4a5c5cdfdf95 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 (type: ports) to 4 [pid: 7|app: 0|req: 1659/3199] 162.253.55.86 () {38 vars in 1027 bytes} [Tue Sep 1 19:56:55 2026] PUT /v2.0/ports/cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 => generated 1483 bytes in 736 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:56:56.695 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-de876c62-f544-43bc-a023-48797785797c'] response: {'name': 'network-changed', 'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'tag': 'cfb3f2c9-0dc6-40ef-a2da-c0ec99788056', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1541/3200] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:56:57 2026] GET /v2.0/ports?tenant_id=ca4f66caaf7d4451bc8cd4c437dfa4cf&device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 5475 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1660/3201] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:56:57 2026] GET /v2.0/networks?id=7f9fba54-4d25-45fd-be25-f855ade60263 => generated 842 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3202] 162.253.55.86 () {34 vars in 1055 bytes} [Tue Sep 1 19:56:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.39&port_id=cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 => 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: 1661/3203] 162.253.55.86 () {34 vars in 1103 bytes} [Tue Sep 1 19:56:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Aad&port_id=cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 => 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: 1543/3204] 162.253.55.86 () {34 vars in 1063 bytes} [Tue Sep 1 19:56:57 2026] GET /v2.0/subnets?id=d9d1061c-8458-47b0-999f-1496c8151fff&id=ea2e2879-70ed-44ce-b53c-ed25df39b41c => generated 1414 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3205] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:56:57 2026] GET /v2.0/ports?network_id=7f9fba54-4d25-45fd-be25-f855ade60263&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: 1544/3206] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:56:57 2026] GET /v2.0/ports?network_id=7f9fba54-4d25-45fd-be25-f855ade60263&device_owner=network%3Adhcp => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3207] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:56:57 2026] GET /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3208] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:56:57 2026] GET /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263?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) [pid: 7|app: 0|req: 1664/3209] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:56:58 2026] GET /v2.0/ports?tenant_id=ca4f66caaf7d4451bc8cd4c437dfa4cf&device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 5475 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3210] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:56:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.29&port_id=e39de8ac-fa39-42a0-a1db-265ac695959a => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3211] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:56:58 2026] GET /v2.0/subnets?id=73b675dd-2b55-4789-bf75-e08375a0a6f1 => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3212] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:56:58 2026] GET /v2.0/ports?network_id=41733bde-53e7-4701-8456-0c84696ff3c0&device_owner=network%3Adhcp => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3213] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:56:58 2026] GET /v2.0/networks/41733bde-53e7-4701-8456-0c84696ff3c0?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3214] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:56:58 2026] GET /v2.0/networks/41733bde-53e7-4701-8456-0c84696ff3c0?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) [pid: 7|app: 0|req: 1667/3215] 162.253.55.86 () {34 vars in 1057 bytes} [Tue Sep 1 19:56:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.170&port_id=4ed90768-3e72-42c0-8330-116c64479a6f => 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: 1549/3216] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:56:59 2026] GET /v2.0/subnets?id=419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 679 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3217] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:56:59 2026] GET /v2.0/ports?network_id=40a87bfe-7501-48b9-87cf-b61970841d45&device_owner=network%3Adhcp => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3218] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:56:59 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3219] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:56:59 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3220] 162.253.55.86 () {34 vars in 1057 bytes} [Tue Sep 1 19:56:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.230&port_id=f56da4db-a0f9-4b0f-b3f6-6931f1d4016b => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3221] 162.253.55.86 () {34 vars in 1101 bytes} [Tue Sep 1 19:56:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aed&port_id=f56da4db-a0f9-4b0f-b3f6-6931f1d4016b => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3222] 162.253.55.86 () {34 vars in 1063 bytes} [Tue Sep 1 19:56:59 2026] GET /v2.0/subnets?id=40d1d0d8-97b9-41bd-811a-cba92298a5dd&id=7c772f41-eb20-4d33-a689-e332bf4d0e09 => generated 1411 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3223] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:56:59 2026] GET /v2.0/ports?network_id=8b27b849-d5cd-41c6-b4f3-687700042e5d&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: 1553/3224] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:56:59 2026] GET /v2.0/ports?network_id=8b27b849-d5cd-41c6-b4f3-687700042e5d&device_owner=network%3Adhcp => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3225] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:56:59 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3226] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:56:59 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3227] 162.253.55.86 () {34 vars in 1055 bytes} [Tue Sep 1 19:56:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.39&port_id=cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3228] 162.253.55.86 () {34 vars in 1103 bytes} [Tue Sep 1 19:56:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Aad&port_id=cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 => 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: 1674/3229] 162.253.55.86 () {34 vars in 1063 bytes} [Tue Sep 1 19:56:59 2026] GET /v2.0/subnets?id=d9d1061c-8458-47b0-999f-1496c8151fff&id=ea2e2879-70ed-44ce-b53c-ed25df39b41c => generated 1414 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3230] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:56:59 2026] GET /v2.0/ports?network_id=7f9fba54-4d25-45fd-be25-f855ade60263&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: 1675/3231] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:56:59 2026] GET /v2.0/ports?network_id=7f9fba54-4d25-45fd-be25-f855ade60263&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: 8|app: 0|req: 1557/3232] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:56:59 2026] GET /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3233] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:56:59 2026] GET /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:57:00.625 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f6bd0646-ca3a-4147-82ed-de1bf3599f36 - - - - - -] OVN reports status up for port: cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 2026-09-01 19:57:00.642 8 INFO neutron.plugins.ml2.plugin [None req-f6bd0646-ca3a-4147-82ed-de1bf3599f36 - - - - - -] Attempt 1 to provision port cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 2026-09-01 19:57:00.774 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-874cde7c-248b-41d8-a3f8-a250f4aa9395'] response: {'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cfb3f2c9-0dc6-40ef-a2da-c0ec99788056', 'code': 200} 2026-09-01 19:57:00.914 8 INFO neutron.db.ovn_revision_numbers_db [None req-f6bd0646-ca3a-4147-82ed-de1bf3599f36 - - - - - -] Successfully bumped revision number for resource cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 (type: ports) to 5 2026-09-01 19:57:02.835 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-233ae56d-c034-4d10-9c00-ead65d1cd3ef'] response: {'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cfb3f2c9-0dc6-40ef-a2da-c0ec99788056', '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: 1558/3234] 10.0.0.147 () {34 vars in 971 bytes} [Tue Sep 1 19:57:04 2026] GET /v2.0/ports/cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 => generated 1485 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3235] 162.253.55.86 () {30 vars in 742 bytes} [Tue Sep 1 19:57:04 2026] GET /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263 => generated 839 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3236] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:57:04 2026] GET /v2.0/subnets/ea2e2879-70ed-44ce-b53c-ed25df39b41c => generated 674 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3237] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:57:04 2026] GET /v2.0/subnets/d9d1061c-8458-47b0-999f-1496c8151fff => generated 747 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3238] 162.253.55.86 () {30 vars in 736 bytes} [Tue Sep 1 19:57:04 2026] GET /v2.0/ports/f56da4db-a0f9-4b0f-b3f6-6931f1d4016b => generated 1485 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:57:04.749 7 INFO neutron.db.ovn_revision_numbers_db [None req-26095079-e689-46ba-b9fa-59d296451f8d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f56da4db-a0f9-4b0f-b3f6-6931f1d4016b (type: ports) to 6 [pid: 7|app: 0|req: 1679/3239] 162.253.55.86 () {34 vars in 789 bytes} [Tue Sep 1 19:57:04 2026] PUT /v2.0/ports/f56da4db-a0f9-4b0f-b3f6-6931f1d4016b => generated 1232 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3240] 162.253.55.86 () {30 vars in 742 bytes} [Tue Sep 1 19:57:04 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d => generated 839 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:57:04.808 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b126a21-fdb4-4679-adea-10f78b7102e5'] response: {'name': 'network-changed', 'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'tag': 'f56da4db-a0f9-4b0f-b3f6-6931f1d4016b', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1680/3241] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:57:04 2026] GET /v2.0/subnets/7c772f41-eb20-4d33-a689-e332bf4d0e09 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3242] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:57:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3243] 162.253.55.86 () {30 vars in 704 bytes} [Tue Sep 1 19:57:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3244] 162.253.55.86 () {30 vars in 680 bytes} [Tue Sep 1 19:57:04 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: 1682/3245] 162.253.55.86 () {30 vars in 716 bytes} [Tue Sep 1 19:57:05 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: 1564/3246] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:57:05 2026] GET /v2.0/subnets/419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3247] 162.253.55.86 () {30 vars in 736 bytes} [Tue Sep 1 19:57:05 2026] GET /v2.0/ports/7d1056f0-729c-4bba-9162-2f961496a78a => generated 1136 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3248] 162.253.55.86 () {30 vars in 736 bytes} [Tue Sep 1 19:57:05 2026] GET /v2.0/ports/4ed90768-3e72-42c0-8330-116c64479a6f => generated 1318 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3249] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:57:05 2026] GET /v2.0/subnets/419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3250] 162.253.55.86 () {30 vars in 742 bytes} [Tue Sep 1 19:57:05 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45 => generated 840 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3251] 162.253.55.86 () {30 vars in 736 bytes} [Tue Sep 1 19:57:05 2026] GET /v2.0/ports/7d1056f0-729c-4bba-9162-2f961496a78a => generated 1136 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3252] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:57:05 2026] GET /v2.0/subnets/419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 676 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3253] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:57:05 2026] GET /v2.0/ports?tenant_id=ca4f66caaf7d4451bc8cd4c437dfa4cf&device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 5252 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3254] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:57:05 2026] GET /v2.0/networks?id=8b27b849-d5cd-41c6-b4f3-687700042e5d => generated 842 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3255] 162.253.55.86 () {34 vars in 1057 bytes} [Tue Sep 1 19:57:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.230&port_id=f56da4db-a0f9-4b0f-b3f6-6931f1d4016b => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3256] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:57:05 2026] GET /v2.0/subnets?id=7c772f41-eb20-4d33-a689-e332bf4d0e09 => generated 677 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3257] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:57:05 2026] GET /v2.0/ports?network_id=8b27b849-d5cd-41c6-b4f3-687700042e5d&device_owner=network%3Adhcp => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3258] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:57:05 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d?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: 1689/3259] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:57:05 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3262] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:57:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3263] 162.253.55.86 () {30 vars in 704 bytes} [Tue Sep 1 19:57:16 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: 1573/3264] 162.253.55.86 () {30 vars in 680 bytes} [Tue Sep 1 19:57:16 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: 1692/3265] 162.253.55.86 () {30 vars in 716 bytes} [Tue Sep 1 19:57:16 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: 1574/3266] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:57:16 2026] GET /v2.0/subnets/7c772f41-eb20-4d33-a689-e332bf4d0e09 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3267] 162.253.55.86 () {30 vars in 768 bytes} [Tue Sep 1 19:57:16 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 5252 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3268] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:57:17 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: 1694/3269] 162.253.55.86 () {30 vars in 704 bytes} [Tue Sep 1 19:57:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3270] 162.253.55.86 () {30 vars in 680 bytes} [Tue Sep 1 19:57:17 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: 1695/3271] 162.253.55.86 () {30 vars in 716 bytes} [Tue Sep 1 19:57:17 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: 1577/3272] 162.253.55.86 () {30 vars in 736 bytes} [Tue Sep 1 19:57:17 2026] GET /v2.0/ports/cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 => generated 1485 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:57:17.688 7 INFO neutron.db.ovn_revision_numbers_db [None req-826b6c10-2d7f-4cc6-b146-8683299c9337 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 (type: ports) to 6 [pid: 7|app: 0|req: 1696/3273] 162.253.55.86 () {34 vars in 789 bytes} [Tue Sep 1 19:57:17 2026] PUT /v2.0/ports/cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 => generated 1284 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:57:17.762 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-07f2b0f7-daed-46b2-97df-100cb263251b'] response: {'name': 'network-changed', 'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'tag': 'cfb3f2c9-0dc6-40ef-a2da-c0ec99788056', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1578/3274] 162.253.55.86 () {30 vars in 742 bytes} [Tue Sep 1 19:57:17 2026] GET /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263 => generated 839 bytes in 64 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: 1697/3275] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:57:17 2026] GET /v2.0/subnets/d9d1061c-8458-47b0-999f-1496c8151fff => generated 747 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3276] 162.253.55.86 () {30 vars in 736 bytes} [Tue Sep 1 19:57:17 2026] GET /v2.0/ports/cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 => generated 1312 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:57:18.302 7 INFO neutron.db.ovn_revision_numbers_db [None req-c774046d-bb35-4831-8c3e-ba183acbd609 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 (type: ports) to 7 [pid: 7|app: 0|req: 1698/3277] 162.253.55.86 () {34 vars in 788 bytes} [Tue Sep 1 19:57:17 2026] PUT /v2.0/ports/cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 => generated 1057 bytes in 395 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: 1580/3278] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:57:18 2026] GET /v2.0/ports?tenant_id=ca4f66caaf7d4451bc8cd4c437dfa4cf&device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 4852 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1699/3279] 162.253.55.86 () {30 vars in 742 bytes} [Tue Sep 1 19:57:18 2026] GET /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263 => generated 839 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3280] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:57:18 2026] GET /v2.0/networks?id=7f9fba54-4d25-45fd-be25-f855ade60263 => generated 842 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1700/3281] 162.253.55.86 () {30 vars in 768 bytes} [Tue Sep 1 19:57:18 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 4852 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3282] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:57:18 2026] GET /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263?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: 1701/3283] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:57:18 2026] GET /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3284] 162.253.55.86 () {30 vars in 768 bytes} [Tue Sep 1 19:57:18 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 4852 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3285] 162.253.55.86 () {30 vars in 768 bytes} [Tue Sep 1 19:57:19 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 4852 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:57:19.812 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2aa34eb9-1120-4764-b427-9e6fcba1c324'] response: {'name': 'network-changed', 'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'tag': 'cfb3f2c9-0dc6-40ef-a2da-c0ec99788056', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1584/3286] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:57:20 2026] GET /v2.0/ports?tenant_id=ca4f66caaf7d4451bc8cd4c437dfa4cf&device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 4852 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3287] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:57:20 2026] GET /v2.0/networks?id=7f9fba54-4d25-45fd-be25-f855ade60263 => generated 842 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3288] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:57:20 2026] GET /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:57:20.563 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f2d35c39-4a22-44d4-a48e-7b42b8c03faa - - - - - -] OVN reports status down for port: cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 [pid: 7|app: 0|req: 1704/3289] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:57:20 2026] GET /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3290] 162.253.55.86 () {34 vars in 974 bytes} [Tue Sep 1 19:57:20 2026] GET /v2.0/ports/cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 => generated 1085 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3291] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:57:20 2026] GET /v2.0/ports/cfb3f2c9-0dc6-40ef-a2da-c0ec99788056?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:57:20.760 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-08aa0f49-cbe3-4289-999c-4d94d8656eee'] response: {'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'cfb3f2c9-0dc6-40ef-a2da-c0ec99788056', 'code': 200} [pid: 7|app: 0|req: 1705/3292] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:57:20 2026] GET /v2.0/networks => generated 4773 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1706/3293] 162.253.55.86 () {34 vars in 1015 bytes} [Tue Sep 1 19:57:20 2026] GET /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263?fields=dns_domain => generated 29 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3294] 162.253.55.86 () {30 vars in 768 bytes} [Tue Sep 1 19:57:20 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 4850 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3295] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:57:20 2026] GET /v2.0/subnets => generated 5513 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1708/3296] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:57:20 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: 1709/3297] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:57:20 2026] GET /v2.0/routers => generated 965 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1710/3298] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:57:21 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1711/3299] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:57:21 2026] GET /v2.0/agents => generated 1214 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:57:21.063 8 INFO neutron.db.ovn_revision_numbers_db [None req-f2d35c39-4a22-44d4-a48e-7b42b8c03faa - - - - - -] Successfully bumped revision number for resource cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 (type: ports) to 8 [pid: 7|app: 0|req: 1712/3300] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:57:21 2026] GET /v2.0/floatingips => generated 2588 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1713/3301] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:57:21 2026] GET /v2.0/subnets => generated 5513 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1714/3302] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:57:21 2026] GET /v2.0/security-groups => generated 31493 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-09-01 19:57:21.392 8 INFO neutron.db.ovn_revision_numbers_db [req-04ae83ff-1a10-4331-9735-359212c4d826 req-cecfac3f-069a-4bf0-a6d8-1d5f6aca30ae 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 (type: ports) to 9 [pid: 8|app: 0|req: 1589/3303] 162.253.55.86 () {38 vars in 1027 bytes} [Tue Sep 1 19:57:20 2026] PUT /v2.0/ports/cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 => generated 917 bytes in 516 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1715/3304] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:57:21 2026] GET /v2.0/ports => generated 24197 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1590/3305] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:57:21 2026] GET /v2.0/network-ip-availabilities => generated 3189 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1716/3306] 162.253.55.86 () {30 vars in 768 bytes} [Tue Sep 1 19:57:21 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 3775 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:57:22.167 8 INFO neutron_taas.services.taas.taas_plugin [None req-476f0629-49df-4e89-b8c4-bab0100c00d7 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 2026-09-01 19:57:22.171 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-476f0629-49df-4e89-b8c4-bab0100c00d7 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 [pid: 8|app: 0|req: 1591/3307] 162.253.55.86 () {32 vars in 758 bytes} [Tue Sep 1 19:57:22 2026] DELETE /v2.0/ports/cfb3f2c9-0dc6-40ef-a2da-c0ec99788056 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1717/3308] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:57:22 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: 1592/3309] 162.253.55.86 () {30 vars in 704 bytes} [Tue Sep 1 19:57:22 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: 1718/3310] 162.253.55.86 () {30 vars in 680 bytes} [Tue Sep 1 19:57:22 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: 1593/3311] 162.253.55.86 () {30 vars in 716 bytes} [Tue Sep 1 19:57:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1719/3312] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:57:22 2026] GET /v2.0/subnets/419a6ae9-a8d9-49e1-97d7-1b8371857539 => 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: 1594/3313] 162.253.55.86 () {30 vars in 736 bytes} [Tue Sep 1 19:57:22 2026] GET /v2.0/ports/7d1056f0-729c-4bba-9162-2f961496a78a => generated 1136 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1720/3314] 162.253.55.86 () {30 vars in 736 bytes} [Tue Sep 1 19:57:22 2026] GET /v2.0/ports/4ed90768-3e72-42c0-8330-116c64479a6f => generated 1318 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3315] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:57:22 2026] GET /v2.0/subnets/419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1721/3316] 162.253.55.86 () {30 vars in 742 bytes} [Tue Sep 1 19:57:22 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45 => generated 840 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3317] 162.253.55.86 () {30 vars in 736 bytes} [Tue Sep 1 19:57:22 2026] GET /v2.0/ports/7d1056f0-729c-4bba-9162-2f961496a78a => generated 1136 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:57:22.823 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0963d332-ac87-4ad6-a422-5b77aa7c1190'] response: {'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'cfb3f2c9-0dc6-40ef-a2da-c0ec99788056', 'code': 200} [pid: 7|app: 0|req: 1722/3318] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:57:22 2026] GET /v2.0/subnets/419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3319] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:57:22 2026] GET /v2.0/ports?tenant_id=ca4f66caaf7d4451bc8cd4c437dfa4cf&device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 3775 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1723/3320] 162.253.55.86 () {34 vars in 1225 bytes} [Tue Sep 1 19:57:23 2026] GET /v2.0/networks?id=41733bde-53e7-4701-8456-0c84696ff3c0&id=40a87bfe-7501-48b9-87cf-b61970841d45&id=8b27b849-d5cd-41c6-b4f3-687700042e5d&id=7f9fba54-4d25-45fd-be25-f855ade60263 => generated 3261 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3321] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:57:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.29&port_id=e39de8ac-fa39-42a0-a1db-265ac695959a => 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: 1724/3322] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:57:23 2026] GET /v2.0/subnets?id=73b675dd-2b55-4789-bf75-e08375a0a6f1 => generated 654 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3323] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:57:23 2026] GET /v2.0/ports?network_id=41733bde-53e7-4701-8456-0c84696ff3c0&device_owner=network%3Adhcp => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1725/3324] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:57:23 2026] GET /v2.0/networks/41733bde-53e7-4701-8456-0c84696ff3c0?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3325] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:57:23 2026] GET /v2.0/networks/41733bde-53e7-4701-8456-0c84696ff3c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1726/3326] 162.253.55.86 () {34 vars in 1057 bytes} [Tue Sep 1 19:57:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.170&port_id=4ed90768-3e72-42c0-8330-116c64479a6f => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3327] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:57:23 2026] GET /v2.0/subnets?id=419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 679 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1727/3328] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:57:23 2026] GET /v2.0/ports?network_id=40a87bfe-7501-48b9-87cf-b61970841d45&device_owner=network%3Adhcp => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3329] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:57:23 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1728/3330] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:57:23 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3331] 162.253.55.86 () {34 vars in 1057 bytes} [Tue Sep 1 19:57:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.230&port_id=f56da4db-a0f9-4b0f-b3f6-6931f1d4016b => 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: 1729/3332] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:57:23 2026] GET /v2.0/subnets?id=7c772f41-eb20-4d33-a689-e332bf4d0e09 => generated 677 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3333] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:57:23 2026] GET /v2.0/ports?network_id=8b27b849-d5cd-41c6-b4f3-687700042e5d&device_owner=network%3Adhcp => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1730/3334] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:57:23 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3335] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:57:23 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3338] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:57:27 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: 1732/3339] 162.253.55.86 () {30 vars in 704 bytes} [Tue Sep 1 19:57:27 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: 1608/3340] 162.253.55.86 () {30 vars in 680 bytes} [Tue Sep 1 19:57:27 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: 1733/3341] 162.253.55.86 () {30 vars in 716 bytes} [Tue Sep 1 19:57:27 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: 1609/3342] 162.253.55.86 () {30 vars in 768 bytes} [Tue Sep 1 19:57:27 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 3775 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1734/3343] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:57:27 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: 1610/3344] 162.253.55.86 () {30 vars in 704 bytes} [Tue Sep 1 19:57:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1735/3345] 162.253.55.86 () {30 vars in 680 bytes} [Tue Sep 1 19:57:27 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: 1611/3346] 162.253.55.86 () {30 vars in 716 bytes} [Tue Sep 1 19:57:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1736/3347] 162.253.55.86 () {30 vars in 736 bytes} [Tue Sep 1 19:57:28 2026] GET /v2.0/ports/f56da4db-a0f9-4b0f-b3f6-6931f1d4016b => generated 1260 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:57:28.515 8 INFO neutron.db.ovn_revision_numbers_db [None req-9a318c7a-3d5b-4ba4-938f-79fd342b1ed7 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f56da4db-a0f9-4b0f-b3f6-6931f1d4016b (type: ports) to 7 [pid: 8|app: 0|req: 1612/3348] 162.253.55.86 () {34 vars in 788 bytes} [Tue Sep 1 19:57:28 2026] PUT /v2.0/ports/f56da4db-a0f9-4b0f-b3f6-6931f1d4016b => generated 1057 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:57:28.588 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-43ae79b0-0bc4-4a45-89a4-ca0e8c236eae'] response: {'name': 'network-changed', 'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'tag': 'f56da4db-a0f9-4b0f-b3f6-6931f1d4016b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1737/3349] 162.253.55.86 () {30 vars in 742 bytes} [Tue Sep 1 19:57:28 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d => generated 839 bytes in 54 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: 1613/3350] 162.253.55.86 () {30 vars in 768 bytes} [Tue Sep 1 19:57:28 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 3600 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1738/3351] 162.253.55.86 () {30 vars in 768 bytes} [Tue Sep 1 19:57:28 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 3600 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3352] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:57:29 2026] GET /v2.0/ports?tenant_id=ca4f66caaf7d4451bc8cd4c437dfa4cf&device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 3600 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1739/3353] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:57:29 2026] GET /v2.0/networks?id=8b27b849-d5cd-41c6-b4f3-687700042e5d => generated 842 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3354] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:57:29 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1740/3355] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:57:29 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d?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: 1616/3356] 162.253.55.86 () {30 vars in 768 bytes} [Tue Sep 1 19:57:29 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 3600 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:57:30.523 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b0791e2a-97fe-4813-b962-88c4a13f190a - - - - - -] OVN reports status down for port: f56da4db-a0f9-4b0f-b3f6-6931f1d4016b [pid: 7|app: 0|req: 1741/3357] 162.253.55.86 () {34 vars in 974 bytes} [Tue Sep 1 19:57:30 2026] GET /v2.0/ports/f56da4db-a0f9-4b0f-b3f6-6931f1d4016b => generated 1085 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3358] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:57:30 2026] GET /v2.0/ports/f56da4db-a0f9-4b0f-b3f6-6931f1d4016b?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:57:30.693 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-63bf4dbf-92a7-4f06-8bf9-fb654a8dd4cb'] response: {'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f56da4db-a0f9-4b0f-b3f6-6931f1d4016b', 'code': 200} [pid: 7|app: 0|req: 1742/3359] 162.253.55.86 () {34 vars in 1015 bytes} [Tue Sep 1 19:57:30 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:57:30.935 8 INFO neutron.db.ovn_revision_numbers_db [None req-b0791e2a-97fe-4813-b962-88c4a13f190a - - - - - -] Successfully bumped revision number for resource f56da4db-a0f9-4b0f-b3f6-6931f1d4016b (type: ports) to 8 [pid: 7|app: 0|req: 1743/3360] 162.253.55.86 () {30 vars in 768 bytes} [Tue Sep 1 19:57:30 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 3598 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:57:31.163 8 INFO neutron.db.ovn_revision_numbers_db [req-6815d2cf-dfcf-4eab-a0f8-098b28472d18 req-7fa55834-364f-4952-ac0a-9fad56cff949 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource f56da4db-a0f9-4b0f-b3f6-6931f1d4016b (type: ports) to 9 [pid: 8|app: 0|req: 1618/3361] 162.253.55.86 () {38 vars in 1027 bytes} [Tue Sep 1 19:57:30 2026] PUT /v2.0/ports/f56da4db-a0f9-4b0f-b3f6-6931f1d4016b => generated 917 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1744/3362] 162.253.55.86 () {30 vars in 768 bytes} [Tue Sep 1 19:57:32 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 2523 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-01 19:57:32.201 8 INFO neutron_taas.services.taas.taas_plugin [None req-abf48a56-935c-41d5-ab55-e8c5f1c25eb1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: f56da4db-a0f9-4b0f-b3f6-6931f1d4016b 2026-09-01 19:57:32.203 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abf48a56-935c-41d5-ab55-e8c5f1c25eb1 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: f56da4db-a0f9-4b0f-b3f6-6931f1d4016b [pid: 8|app: 0|req: 1619/3363] 162.253.55.86 () {32 vars in 758 bytes} [Tue Sep 1 19:57:32 2026] DELETE /v2.0/ports/f56da4db-a0f9-4b0f-b3f6-6931f1d4016b => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1745/3364] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:57:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3365] 162.253.55.86 () {30 vars in 704 bytes} [Tue Sep 1 19:57:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1746/3366] 162.253.55.86 () {30 vars in 680 bytes} [Tue Sep 1 19:57:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3367] 162.253.55.86 () {30 vars in 716 bytes} [Tue Sep 1 19:57:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1747/3368] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:57:32 2026] GET /v2.0/subnets/419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3369] 162.253.55.86 () {30 vars in 736 bytes} [Tue Sep 1 19:57:32 2026] GET /v2.0/ports/7d1056f0-729c-4bba-9162-2f961496a78a => generated 1136 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1748/3370] 162.253.55.86 () {30 vars in 736 bytes} [Tue Sep 1 19:57:32 2026] GET /v2.0/ports/4ed90768-3e72-42c0-8330-116c64479a6f => generated 1318 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3371] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:57:32 2026] GET /v2.0/subnets/419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1749/3372] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:57:32 2026] GET /v2.0/ports?tenant_id=ca4f66caaf7d4451bc8cd4c437dfa4cf&device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 2523 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:57:32.752 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-996a1f72-f87d-4171-b2c1-455c2d213e1b'] response: {'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f56da4db-a0f9-4b0f-b3f6-6931f1d4016b', 'code': 200} [pid: 8|app: 0|req: 1624/3373] 162.253.55.86 () {30 vars in 742 bytes} [Tue Sep 1 19:57:32 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45 => generated 840 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3374] 162.253.55.86 () {30 vars in 736 bytes} [Tue Sep 1 19:57:32 2026] GET /v2.0/ports/7d1056f0-729c-4bba-9162-2f961496a78a => generated 1136 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1750/3375] 162.253.55.86 () {34 vars in 1145 bytes} [Tue Sep 1 19:57:32 2026] GET /v2.0/networks?id=41733bde-53e7-4701-8456-0c84696ff3c0&id=40a87bfe-7501-48b9-87cf-b61970841d45&id=8b27b849-d5cd-41c6-b4f3-687700042e5d => generated 2433 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3376] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:57:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.29&port_id=e39de8ac-fa39-42a0-a1db-265ac695959a => 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: 1627/3377] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:57:32 2026] GET /v2.0/subnets?id=73b675dd-2b55-4789-bf75-e08375a0a6f1 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1751/3378] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:57:32 2026] GET /v2.0/subnets/419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3379] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:57:32 2026] GET /v2.0/ports?network_id=41733bde-53e7-4701-8456-0c84696ff3c0&device_owner=network%3Adhcp => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1752/3380] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:57:32 2026] GET /v2.0/networks/41733bde-53e7-4701-8456-0c84696ff3c0?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3381] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:57:32 2026] GET /v2.0/networks/41733bde-53e7-4701-8456-0c84696ff3c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1753/3382] 162.253.55.86 () {34 vars in 1057 bytes} [Tue Sep 1 19:57:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.170&port_id=4ed90768-3e72-42c0-8330-116c64479a6f => 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: 1630/3383] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:57:33 2026] GET /v2.0/subnets?id=419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 679 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1754/3384] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:57:33 2026] GET /v2.0/ports?network_id=40a87bfe-7501-48b9-87cf-b61970841d45&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: 1631/3385] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:57:33 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1755/3386] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:57:33 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1757/3389] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:57:44 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: 1633/3390] 162.253.55.86 () {30 vars in 704 bytes} [Tue Sep 1 19:57:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1758/3391] 162.253.55.86 () {30 vars in 680 bytes} [Tue Sep 1 19:57:44 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: 1634/3392] 162.253.55.86 () {30 vars in 716 bytes} [Tue Sep 1 19:57:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:57:44.875 7 INFO neutron.api.v2.resource [None req-b3f1e931-0d34-475f-9d2b-84359a8ec61f 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1759/3393] 162.253.55.86 () {30 vars in 762 bytes} [Tue Sep 1 19:57:44 2026] GET /v2.0/security-groups/lb-8741ecfe-0c45-4656-ac6d-26254e2c72f9 => 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: 1635/3394] 162.253.55.86 () {30 vars in 784 bytes} [Tue Sep 1 19:57:44 2026] GET /v2.0/security-groups?name=lb-8741ecfe-0c45-4656-ac6d-26254e2c72f9 => generated 2865 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1760/3395] 162.253.55.86 () {30 vars in 814 bytes} [Tue Sep 1 19:57:44 2026] GET /v2.0/security-group-rules?security_group_id=97b625bc-d4fe-40be-b46c-01d39473e0d5 => generated 2334 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3396] 162.253.55.86 () {32 vars in 788 bytes} [Tue Sep 1 19:57:45 2026] DELETE /v2.0/security-group-rules/4a1f05c8-a625-489c-95a2-6cf2e8ed1d64 => 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: 1761/3397] 162.253.55.86 () {32 vars in 788 bytes} [Tue Sep 1 19:57:45 2026] DELETE /v2.0/security-group-rules/8cdf04da-8edf-43d3-b2d0-95de5c1ad006 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:57:47.627 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5ede503-aa51-4519-a1b2-95d7d3c38d89 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] TaaS: Handle Delete Port: 9f7b06fd-082d-4fcc-922a-b7793833823f 2026-09-01 19:57:47.638 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5ede503-aa51-4519-a1b2-95d7d3c38d89 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Tap Mirror: Handle Delete Port: 9f7b06fd-082d-4fcc-922a-b7793833823f 2026-09-01 19:57:47.990 8 INFO neutron.db.l3_db [None req-f5ede503-aa51-4519-a1b2-95d7d3c38d89 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Floating IP fc2ba86c-577b-4806-abc4-342c7340c137 disassociated (deleted). External IP: 10.96.250.203, port: 7d1056f0-729c-4bba-9162-2f961496a78a. [pid: 8|app: 0|req: 1637/3398] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:57:47 2026] DELETE /v2.0/floatingips/fc2ba86c-577b-4806-abc4-342c7340c137 => generated 0 bytes in 596 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:57:48.093 7 INFO neutron.api.v2.resource [None req-2400559c-4b3c-4869-844f-cac004a083f3 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1762/3399] 10.0.0.4 () {32 vars in 727 bytes} [Tue Sep 1 19:57:48 2026] GET /v2.0/floatingips/fc2ba86c-577b-4806-abc4-342c7340c137 => generated 144 bytes in 66 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: 1638/3400] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:57:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1763/3401] 162.253.55.86 () {30 vars in 704 bytes} [Tue Sep 1 19:57:49 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: 1639/3402] 162.253.55.86 () {30 vars in 680 bytes} [Tue Sep 1 19:57:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1764/3403] 162.253.55.86 () {30 vars in 716 bytes} [Tue Sep 1 19:57:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:57:49.307 8 INFO neutron.api.v2.resource [None req-bd9a16f1-278e-4e1c-8d45-48fc76f33f7b 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1640/3404] 162.253.55.86 () {30 vars in 762 bytes} [Tue Sep 1 19:57:49 2026] GET /v2.0/security-groups/lb-8741ecfe-0c45-4656-ac6d-26254e2c72f9 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1765/3405] 162.253.55.86 () {30 vars in 784 bytes} [Tue Sep 1 19:57:49 2026] GET /v2.0/security-groups?name=lb-8741ecfe-0c45-4656-ac6d-26254e2c72f9 => generated 1639 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3406] 162.253.55.86 () {30 vars in 814 bytes} [Tue Sep 1 19:57:49 2026] GET /v2.0/security-group-rules?security_group_id=97b625bc-d4fe-40be-b46c-01d39473e0d5 => generated 1182 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1766/3407] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:57:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3408] 162.253.55.86 () {30 vars in 704 bytes} [Tue Sep 1 19:57:49 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: 1767/3409] 162.253.55.86 () {30 vars in 680 bytes} [Tue Sep 1 19:57:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3410] 162.253.55.86 () {30 vars in 716 bytes} [Tue Sep 1 19:57:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1768/3411] 162.253.55.86 () {30 vars in 740 bytes} [Tue Sep 1 19:57:49 2026] GET /v2.0/subnets/419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3412] 162.253.55.86 () {30 vars in 768 bytes} [Tue Sep 1 19:57:49 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 2523 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1769/3413] 162.253.55.86 () {30 vars in 768 bytes} [Tue Sep 1 19:57:49 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 2523 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3414] 162.253.55.86 () {30 vars in 768 bytes} [Tue Sep 1 19:57:49 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 2523 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1770/3415] 162.253.55.86 () {30 vars in 768 bytes} [Tue Sep 1 19:57:50 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 2523 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:57:51.633 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-09f8a8d5-ce0a-4fcd-ba84-e722d9734667 - - - - - -] OVN reports status down for port: 7d1056f0-729c-4bba-9162-2f961496a78a [pid: 8|app: 0|req: 1646/3416] 162.253.55.86 () {34 vars in 974 bytes} [Tue Sep 1 19:57:51 2026] GET /v2.0/ports/4ed90768-3e72-42c0-8330-116c64479a6f => generated 1318 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1771/3417] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:57:51 2026] GET /v2.0/ports/4ed90768-3e72-42c0-8330-116c64479a6f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:57:51.847 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-09f8a8d5-ce0a-4fcd-ba84-e722d9734667 - - - - - -] OVN reports status down for port: 4ed90768-3e72-42c0-8330-116c64479a6f 2026-09-01 19:57:52.032 8 INFO neutron.db.ovn_revision_numbers_db [None req-ca1133d8-0f37-47b7-99d1-7a41f25f93dd - - - - - -] Successfully bumped revision number for resource 7d1056f0-729c-4bba-9162-2f961496a78a (type: ports) to 6 [pid: 8|app: 0|req: 1647/3418] 162.253.55.86 () {34 vars in 1015 bytes} [Tue Sep 1 19:57:51 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45?fields=dns_domain => generated 29 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1772/3419] 162.253.55.86 () {30 vars in 768 bytes} [Tue Sep 1 19:57:52 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 2523 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:57:52.189 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec3d1906-994b-40db-8590-72e229b0ed76'] response: {'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '4ed90768-3e72-42c0-8330-116c64479a6f', 'code': 200} 2026-09-01 19:57:52.371 8 INFO neutron.db.ovn_revision_numbers_db [None req-09f8a8d5-ce0a-4fcd-ba84-e722d9734667 - - - - - -] Successfully bumped revision number for resource 4ed90768-3e72-42c0-8330-116c64479a6f (type: ports) to 8 2026-09-01 19:57:52.636 8 INFO neutron.db.ovn_revision_numbers_db [req-34ed8bfc-4071-42ac-aa0d-4430df89e865 req-d12fce0e-aef2-48dc-8313-7a51ae81cc62 41b91499ecc14cbebf9a9487e6b1a31d 94b06728959243febae2877b73ae45c5 - - 65205e82725f486ea0881da803afc095 65205e82725f486ea0881da803afc095] Successfully bumped revision number for resource 4ed90768-3e72-42c0-8330-116c64479a6f (type: ports) to 9 [pid: 8|app: 0|req: 1648/3420] 162.253.55.86 () {38 vars in 1027 bytes} [Tue Sep 1 19:57:52 2026] PUT /v2.0/ports/4ed90768-3e72-42c0-8330-116c64479a6f => generated 1150 bytes in 600 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1773/3421] 162.253.55.86 () {30 vars in 768 bytes} [Tue Sep 1 19:57:53 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 1213 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-01 19:57:53.587 8 INFO neutron.db.ovn_revision_numbers_db [None req-4128f962-8f98-41f1-a079-22e271e4f144 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4ed90768-3e72-42c0-8330-116c64479a6f (type: ports) to 10 [pid: 8|app: 0|req: 1649/3422] 162.253.55.86 () {34 vars in 788 bytes} [Tue Sep 1 19:57:53 2026] PUT /v2.0/ports/4ed90768-3e72-42c0-8330-116c64479a6f => generated 1091 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1774/3423] 162.253.55.86 () {30 vars in 736 bytes} [Tue Sep 1 19:57:53 2026] GET /v2.0/ports/4ed90768-3e72-42c0-8330-116c64479a6f => generated 1091 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1775/3424] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:57:54 2026] GET /v2.0/ports?tenant_id=ca4f66caaf7d4451bc8cd4c437dfa4cf&device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 1213 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1776/3425] 162.253.55.86 () {34 vars in 1065 bytes} [Tue Sep 1 19:57:54 2026] GET /v2.0/networks?id=41733bde-53e7-4701-8456-0c84696ff3c0&id=40a87bfe-7501-48b9-87cf-b61970841d45 => generated 1605 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: 1777/3426] 162.253.55.86 () {34 vars in 1059 bytes} [Tue Sep 1 19:57:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.29&port_id=e39de8ac-fa39-42a0-a1db-265ac695959a => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:57:54.370 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2db98231-c5b8-4a79-8459-0c6387a373fa'] response: {'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '4ed90768-3e72-42c0-8330-116c64479a6f', 'code': 200} [pid: 7|app: 0|req: 1778/3427] 162.253.55.86 () {34 vars in 983 bytes} [Tue Sep 1 19:57:54 2026] GET /v2.0/subnets?id=73b675dd-2b55-4789-bf75-e08375a0a6f1 => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:57:54.403 8 INFO neutron.db.ovn_revision_numbers_db [None req-ca1133d8-0f37-47b7-99d1-7a41f25f93dd - - - - - -] Successfully bumped revision number for resource 7d1056f0-729c-4bba-9162-2f961496a78a (type: ports) to 8 [pid: 7|app: 0|req: 1779/3428] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:57:54 2026] GET /v2.0/ports?network_id=41733bde-53e7-4701-8456-0c84696ff3c0&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-09-01 19:57:54.453 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d6aa00f-c42e-49bf-9490-c44d50f06821 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 4ed90768-3e72-42c0-8330-116c64479a6f 2026-09-01 19:57:54.455 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d6aa00f-c42e-49bf-9490-c44d50f06821 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 4ed90768-3e72-42c0-8330-116c64479a6f [pid: 7|app: 0|req: 1780/3429] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:57:54 2026] GET /v2.0/networks/41733bde-53e7-4701-8456-0c84696ff3c0?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1781/3430] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:57:54 2026] GET /v2.0/networks/41733bde-53e7-4701-8456-0c84696ff3c0?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: 1650/3431] 162.253.55.86 () {32 vars in 758 bytes} [Tue Sep 1 19:57:53 2026] DELETE /v2.0/ports/4ed90768-3e72-42c0-8330-116c64479a6f => generated 0 bytes in 924 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1782/3432] 162.253.55.86 () {30 vars in 702 bytes} [Tue Sep 1 19:57:54 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: 1651/3433] 162.253.55.86 () {30 vars in 704 bytes} [Tue Sep 1 19:57:54 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: 1783/3434] 162.253.55.86 () {30 vars in 680 bytes} [Tue Sep 1 19:57:54 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: 1652/3435] 162.253.55.86 () {30 vars in 716 bytes} [Tue Sep 1 19:57:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:57:54.777 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e2d68567-f790-4259-8565-23b9b225e035 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1784/3436] 162.253.55.86 () {32 vars in 758 bytes} [Tue Sep 1 19:57:54 2026] DELETE /v2.0/ports/4ed90768-3e72-42c0-8330-116c64479a6f => 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: 1653/3437] 162.253.55.86 () {30 vars in 736 bytes} [Tue Sep 1 19:57:54 2026] GET /v2.0/ports/7d1056f0-729c-4bba-9162-2f961496a78a => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:57:54.853 7 INFO neutron.api.v2.resource [None req-1c179718-7355-4ccd-b783-668ec3da6991 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1785/3438] 162.253.55.86 () {30 vars in 762 bytes} [Tue Sep 1 19:57:54 2026] GET /v2.0/security-groups/lb-8741ecfe-0c45-4656-ac6d-26254e2c72f9 => 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: 1654/3439] 162.253.55.86 () {30 vars in 784 bytes} [Tue Sep 1 19:57:54 2026] GET /v2.0/security-groups?name=lb-8741ecfe-0c45-4656-ac6d-26254e2c72f9 => generated 1639 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1786/3440] 162.253.55.86 () {30 vars in 736 bytes} [Tue Sep 1 19:57:54 2026] GET /v2.0/ports/7d1056f0-729c-4bba-9162-2f961496a78a => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:57:55.251 8 INFO neutron.db.ovn_revision_numbers_db [None req-4ff16c6f-483c-41fe-bba8-25d48897a441 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 7d1056f0-729c-4bba-9162-2f961496a78a (type: ports) to 9 [pid: 8|app: 0|req: 1655/3441] 162.253.55.86 () {34 vars in 788 bytes} [Tue Sep 1 19:57:54 2026] PUT /v2.0/ports/7d1056f0-729c-4bba-9162-2f961496a78a => generated 1090 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1787/3442] 162.253.55.86 () {32 vars in 778 bytes} [Tue Sep 1 19:57:55 2026] DELETE /v2.0/security-groups/97b625bc-d4fe-40be-b46c-01d39473e0d5 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:57:55.566 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e66b5f0-6893-4b94-b8e7-f10ed40110db 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: 7d1056f0-729c-4bba-9162-2f961496a78a 2026-09-01 19:57:55.572 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e66b5f0-6893-4b94-b8e7-f10ed40110db 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: 7d1056f0-729c-4bba-9162-2f961496a78a [pid: 8|app: 0|req: 1656/3443] 162.253.55.86 () {32 vars in 758 bytes} [Tue Sep 1 19:57:55 2026] DELETE /v2.0/ports/7d1056f0-729c-4bba-9162-2f961496a78a => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:57:57.213 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-420222d7-e0ad-4614-9b7f-c8ca98e94094 - - - - - -] OVN reports status down for port: e39de8ac-fa39-42a0-a1db-265ac695959a 2026-09-01 19:57:57.366 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-39370f75-c7a8-4704-8cb1-94e90b582ca9'] response: {'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e39de8ac-fa39-42a0-a1db-265ac695959a', 'code': 200} 2026-09-01 19:57:57.510 8 INFO neutron.db.ovn_revision_numbers_db [None req-420222d7-e0ad-4614-9b7f-c8ca98e94094 - - - - - -] Successfully bumped revision number for resource e39de8ac-fa39-42a0-a1db-265ac695959a (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: 1789/3446] 162.253.55.86 () {34 vars in 993 bytes} [Tue Sep 1 19:57:58 2026] GET /v2.0/ports?device_id=f551874a-1fd1-40a6-a499-320850032068 => generated 1211 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:57:58.513 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f3ef86f-1865-425d-95b6-3e27613bcfd8 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] TaaS: Handle Delete Port: 28a6a1b9-337e-45ed-95f8-8d9a2ac03e68 2026-09-01 19:57:58.515 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f3ef86f-1865-425d-95b6-3e27613bcfd8 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Tap Mirror: Handle Delete Port: 28a6a1b9-337e-45ed-95f8-8d9a2ac03e68 2026-09-01 19:57:58.552 7 INFO neutron_taas.services.taas.taas_plugin [req-2b4be503-a897-446d-a880-6c30c3e09702 req-4b7f55ad-0697-4e4b-87aa-bea43048716c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] TaaS: Handle Delete Port: e39de8ac-fa39-42a0-a1db-265ac695959a 2026-09-01 19:57:58.556 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2b4be503-a897-446d-a880-6c30c3e09702 req-4b7f55ad-0697-4e4b-87aa-bea43048716c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Tap Mirror: Handle Delete Port: e39de8ac-fa39-42a0-a1db-265ac695959a [pid: 7|app: 0|req: 1790/3447] 162.253.55.86 () {36 vars in 996 bytes} [Tue Sep 1 19:57:58 2026] DELETE /v2.0/ports/e39de8ac-fa39-42a0-a1db-265ac695959a => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:57:58.766 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-84380506-0f24-4092-8317-c1a3bc967728'] response: {'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'name': 'network-vif-deleted', 'tag': 'e39de8ac-fa39-42a0-a1db-265ac695959a', 'status': 'completed', 'code': 200} 2026-09-01 19:57:58.774 8 INFO neutron.db.l3_db [None req-9f3ef86f-1865-425d-95b6-3e27613bcfd8 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Floating IP eb310b36-7392-4e67-97d9-3ab66d96c190 disassociated (deleted). External IP: 10.96.250.220, port: 408f50b2-87cd-4469-921f-804d8f6b43de. [pid: 8|app: 0|req: 1658/3448] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:57:58 2026] DELETE /v2.0/floatingips/eb310b36-7392-4e67-97d9-3ab66d96c190 => generated 0 bytes in 445 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-09-01 19:57:58.828 7 INFO neutron.api.v2.resource [None req-c9cdd060-2cbe-4824-888e-950065852ec5 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1791/3449] 10.0.0.4 () {32 vars in 727 bytes} [Tue Sep 1 19:57:58 2026] GET /v2.0/floatingips/eb310b36-7392-4e67-97d9-3ab66d96c190 => generated 144 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3450] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:57:59 2026] GET /v2.0/ports?device_id=94d76b71-2f45-4a22-b7c3-9230c65e6a89 => generated 1204 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1792/3451] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:57:59 2026] GET /v2.0/security-groups?id=e631fb7d-87fd-435f-bfb9-a8a027e1884c&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:57:59.418 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d14d06e6-9ef3-4dff-965a-836f617db064'] response: {'server_uuid': 'f551874a-1fd1-40a6-a499-320850032068', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e39de8ac-fa39-42a0-a1db-265ac695959a', 'code': 200} 2026-09-01 19:57:59.418 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d14d06e6-9ef3-4dff-965a-836f617db064'] response: {'name': 'network-changed', 'server_uuid': '94d76b71-2f45-4a22-b7c3-9230c65e6a89', 'tag': '408f50b2-87cd-4469-921f-804d8f6b43de', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1660/3452] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:57:59 2026] GET /v2.0/ports?tenant_id=519bbd7904474045a93d0e0b2f7d3ef1&device_id=94d76b71-2f45-4a22-b7c3-9230c65e6a89 => generated 1442 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1793/3453] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:57:59 2026] GET /v2.0/networks?id=7f9fba54-4d25-45fd-be25-f855ade60263 => generated 842 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3454] 162.253.55.86 () {34 vars in 1057 bytes} [Tue Sep 1 19:58:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.180&port_id=408f50b2-87cd-4469-921f-804d8f6b43de => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:58:00.107 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d164e12b-3e16-46e5-8dd3-59e0fe1a12c4 - - - - - -] OVN reports status down for port: 408f50b2-87cd-4469-921f-804d8f6b43de [pid: 7|app: 0|req: 1794/3455] 162.253.55.86 () {34 vars in 1105 bytes} [Tue Sep 1 19:58:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3e5&port_id=408f50b2-87cd-4469-921f-804d8f6b43de => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3456] 162.253.55.86 () {34 vars in 1063 bytes} [Tue Sep 1 19:58:00 2026] GET /v2.0/subnets?id=d9d1061c-8458-47b0-999f-1496c8151fff&id=ea2e2879-70ed-44ce-b53c-ed25df39b41c => generated 1414 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1795/3457] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:58:00 2026] GET /v2.0/ports?network_id=7f9fba54-4d25-45fd-be25-f855ade60263&device_owner=network%3Adhcp => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3458] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:58:00 2026] GET /v2.0/ports?network_id=7f9fba54-4d25-45fd-be25-f855ade60263&device_owner=network%3Adhcp => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1796/3459] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:58:00 2026] GET /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263?fields=segments => generated 14 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3460] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:58:00 2026] GET /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:58:00.498 7 INFO neutron.db.ovn_revision_numbers_db [None req-d164e12b-3e16-46e5-8dd3-59e0fe1a12c4 - - - - - -] Successfully bumped revision number for resource 408f50b2-87cd-4469-921f-804d8f6b43de (type: ports) to 6 2026-09-01 19:58:00.834 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6229eb63-e4ab-487f-966c-86fd1bccbec9'] response: {'server_uuid': '94d76b71-2f45-4a22-b7c3-9230c65e6a89', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '408f50b2-87cd-4469-921f-804d8f6b43de', 'code': 200} 2026-09-01 19:58:00.834 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6229eb63-e4ab-487f-966c-86fd1bccbec9'] response: {'server_uuid': '94d76b71-2f45-4a22-b7c3-9230c65e6a89', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '408f50b2-87cd-4469-921f-804d8f6b43de', '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: 1797/3461] 162.253.55.86 () {34 vars in 993 bytes} [Tue Sep 1 19:58:01 2026] GET /v2.0/ports?device_id=94d76b71-2f45-4a22-b7c3-9230c65e6a89 => generated 1202 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:58:01.579 8 INFO neutron_taas.services.taas.taas_plugin [req-d257f962-4fac-406f-aa44-45297bcccae7 req-fdbe1bff-3e88-4614-a7f4-c8caade721c0 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] TaaS: Handle Delete Port: 408f50b2-87cd-4469-921f-804d8f6b43de 2026-09-01 19:58:01.582 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d257f962-4fac-406f-aa44-45297bcccae7 req-fdbe1bff-3e88-4614-a7f4-c8caade721c0 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Tap Mirror: Handle Delete Port: 408f50b2-87cd-4469-921f-804d8f6b43de [pid: 8|app: 0|req: 1665/3462] 162.253.55.86 () {36 vars in 996 bytes} [Tue Sep 1 19:58:01 2026] DELETE /v2.0/ports/408f50b2-87cd-4469-921f-804d8f6b43de => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:58:01.787 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1a6dce38-b989-4b55-98c6-b7a490ad4aad'] response: {'server_uuid': '94d76b71-2f45-4a22-b7c3-9230c65e6a89', 'name': 'network-vif-deleted', 'tag': '408f50b2-87cd-4469-921f-804d8f6b43de', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1798/3463] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:58:04 2026] GET /v2.0/ports?device_id=94d76b71-2f45-4a22-b7c3-9230c65e6a89 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:58:09.584 8 INFO neutron_taas.services.taas.taas_plugin [None req-25fcc668-35c3-49c5-9e56-399979918211 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] TaaS: Handle Delete Port: 6b6e9e15-b345-456e-88c4-126492a5a128 2026-09-01 19:58:09.589 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25fcc668-35c3-49c5-9e56-399979918211 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Tap Mirror: Handle Delete Port: 6b6e9e15-b345-456e-88c4-126492a5a128 2026-09-01 19:58:09.789 8 INFO neutron.db.l3_db [None req-25fcc668-35c3-49c5-9e56-399979918211 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Floating IP 6f12d8fd-26e0-4f8c-8a7d-2896eadb1a44 disassociated (deleted). External IP: 10.96.250.205, port: c7630db9-143c-4288-a37e-776939efa9cc. [pid: 8|app: 0|req: 1666/3464] 10.0.0.4 () {32 vars in 730 bytes} [Tue Sep 1 19:58:09 2026] DELETE /v2.0/floatingips/6f12d8fd-26e0-4f8c-8a7d-2896eadb1a44 => generated 0 bytes in 450 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:58:09.874 7 INFO neutron.api.v2.resource [None req-e7aa20bf-6937-458b-92dd-f4cd122d23bd b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1799/3465] 10.0.0.4 () {32 vars in 727 bytes} [Tue Sep 1 19:58:09 2026] GET /v2.0/floatingips/6f12d8fd-26e0-4f8c-8a7d-2896eadb1a44 => generated 144 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:58:09.907 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-05c85bc1-ae7e-429d-bf2a-d31291f12f3b'] response: {'name': 'network-changed', 'server_uuid': 'da5ce22e-1391-4558-9961-72594ac1e20d', 'tag': 'c7630db9-143c-4288-a37e-776939efa9cc', '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: 1667/3466] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:58:10 2026] GET /v2.0/ports?device_id=da5ce22e-1391-4558-9961-72594ac1e20d => generated 1196 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1800/3467] 10.0.0.147 () {34 vars in 1040 bytes} [Tue Sep 1 19:58:10 2026] GET /v2.0/security-groups?id=e631fb7d-87fd-435f-bfb9-a8a027e1884c&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: 8|app: 0|req: 1668/3468] 162.253.55.86 () {34 vars in 1079 bytes} [Tue Sep 1 19:58:10 2026] GET /v2.0/ports?tenant_id=519bbd7904474045a93d0e0b2f7d3ef1&device_id=da5ce22e-1391-4558-9961-72594ac1e20d => generated 1434 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1801/3469] 162.253.55.86 () {34 vars in 985 bytes} [Tue Sep 1 19:58:10 2026] GET /v2.0/networks?id=8b27b849-d5cd-41c6-b4f3-687700042e5d => generated 842 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3470] 162.253.55.86 () {34 vars in 1055 bytes} [Tue Sep 1 19:58:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.56&port_id=c7630db9-143c-4288-a37e-776939efa9cc => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1802/3471] 162.253.55.86 () {34 vars in 1103 bytes} [Tue Sep 1 19:58:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A173&port_id=c7630db9-143c-4288-a37e-776939efa9cc => 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: 1670/3472] 162.253.55.86 () {34 vars in 1063 bytes} [Tue Sep 1 19:58:10 2026] GET /v2.0/subnets?id=40d1d0d8-97b9-41bd-811a-cba92298a5dd&id=7c772f41-eb20-4d33-a689-e332bf4d0e09 => generated 1411 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1803/3473] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:58:10 2026] GET /v2.0/ports?network_id=8b27b849-d5cd-41c6-b4f3-687700042e5d&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: 1671/3474] 162.253.55.86 () {34 vars in 1051 bytes} [Tue Sep 1 19:58:10 2026] GET /v2.0/ports?network_id=8b27b849-d5cd-41c6-b4f3-687700042e5d&device_owner=network%3Adhcp => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1804/3475] 162.253.55.86 () {34 vars in 1011 bytes} [Tue Sep 1 19:58:10 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3476] 162.253.55.86 () {34 vars in 1111 bytes} [Tue Sep 1 19:58:10 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:58:11.099 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e77fcccb-6172-47fd-b1a5-8d3050062125 - - - - - -] OVN reports status down for port: c7630db9-143c-4288-a37e-776939efa9cc 2026-09-01 19:58:11.340 8 INFO neutron.db.ovn_revision_numbers_db [None req-e77fcccb-6172-47fd-b1a5-8d3050062125 - - - - - -] Successfully bumped revision number for resource c7630db9-143c-4288-a37e-776939efa9cc (type: ports) to 6 2026-09-01 19:58:11.960 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-393bf546-fccc-48bf-bd2a-697b192ad618'] response: {'server_uuid': 'da5ce22e-1391-4558-9961-72594ac1e20d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c7630db9-143c-4288-a37e-776939efa9cc', 'code': 200} 2026-09-01 19:58:11.961 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-393bf546-fccc-48bf-bd2a-697b192ad618'] response: {'server_uuid': 'da5ce22e-1391-4558-9961-72594ac1e20d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c7630db9-143c-4288-a37e-776939efa9cc', 'code': 200} [pid: 7|app: 0|req: 1806/3479] 162.253.55.86 () {34 vars in 993 bytes} [Tue Sep 1 19:58:12 2026] GET /v2.0/ports?device_id=da5ce22e-1391-4558-9961-72594ac1e20d => generated 1194 bytes in 75 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-09-01 19:58:12.514 8 INFO neutron_taas.services.taas.taas_plugin [req-baf3f168-0dbf-4345-bcb5-8afb0c2b62e7 req-dd71e168-7148-4663-adf8-91593f79309c b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] TaaS: Handle Delete Port: c7630db9-143c-4288-a37e-776939efa9cc 2026-09-01 19:58:12.517 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-baf3f168-0dbf-4345-bcb5-8afb0c2b62e7 req-dd71e168-7148-4663-adf8-91593f79309c b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Tap Mirror: Handle Delete Port: c7630db9-143c-4288-a37e-776939efa9cc [pid: 8|app: 0|req: 1674/3480] 162.253.55.86 () {36 vars in 996 bytes} [Tue Sep 1 19:58:12 2026] DELETE /v2.0/ports/c7630db9-143c-4288-a37e-776939efa9cc => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:58:14.021 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-02aa8f4b-0e21-480d-b778-d3d6289fb2e7'] response: {'server_uuid': 'da5ce22e-1391-4558-9961-72594ac1e20d', 'name': 'network-vif-deleted', 'tag': 'c7630db9-143c-4288-a37e-776939efa9cc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1807/3481] 10.0.0.147 () {34 vars in 990 bytes} [Tue Sep 1 19:58:15 2026] GET /v2.0/ports?device_id=da5ce22e-1391-4558-9961-72594ac1e20d => 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: 1675/3482] 10.0.0.4 () {32 vars in 748 bytes} [Tue Sep 1 19:58:20 2026] DELETE /v2.0/security-group-rules/9007a02f-d950-4b21-aa83-eb5e4302499f => generated 0 bytes in 249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:58:20.694 8 INFO neutron.api.v2.resource [None req-c811ec57-a508-40d4-b480-dceaac867047 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1676/3483] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:58:20 2026] GET /v2.0/security-group-rules/9007a02f-d950-4b21-aa83-eb5e4302499f => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1808/3484] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:58:20 2026] GET /v2.0/ports => generated 12560 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1809/3485] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:58:20 2026] GET /v2.0/subnets => generated 5513 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3486] 10.0.0.4 () {32 vars in 748 bytes} [Tue Sep 1 19:58:20 2026] DELETE /v2.0/security-group-rules/44843cc9-2737-4bc8-a707-013745d82adb => generated 0 bytes in 187 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:58:20.905 8 INFO neutron.api.v2.resource [None req-ae4fd13b-9144-4034-b6da-3790e17e9935 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1678/3487] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:58:20 2026] GET /v2.0/security-group-rules/44843cc9-2737-4bc8-a707-013745d82adb => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1810/3488] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:58:20 2026] GET /v2.0/subnets => generated 5513 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1811/3489] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:58:20 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: 1812/3490] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:58:20 2026] GET /v2.0/security-groups => generated 27423 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1813/3491] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:58:21 2026] GET /v2.0/floatingips => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1814/3492] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:58:21 2026] GET /v2.0/network-ip-availabilities => generated 3189 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3493] 10.0.0.4 () {32 vars in 748 bytes} [Tue Sep 1 19:58:20 2026] DELETE /v2.0/security-group-rules/65d1de6e-968c-4300-be08-a14167bf4bd7 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:58:21.084 8 INFO neutron.api.v2.resource [None req-125a1480-f8e2-4caf-9c81-d2540fa02f16 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1680/3494] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:58:21 2026] GET /v2.0/security-group-rules/65d1de6e-968c-4300-be08-a14167bf4bd7 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1815/3495] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:58:21 2026] GET /v2.0/routers => generated 965 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1816/3496] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:58:21 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: 1817/3497] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:58:21 2026] GET /v2.0/agents => generated 1214 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1818/3498] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:58:21 2026] GET /v2.0/networks => generated 4773 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3499] 10.0.0.4 () {32 vars in 748 bytes} [Tue Sep 1 19:58:21 2026] DELETE /v2.0/security-group-rules/8fbfb16b-1442-4934-83ad-09e904749835 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:58:21.316 7 INFO neutron.api.v2.resource [None req-1514d339-5e20-49be-a7d3-d56cb67ef79e b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1819/3500] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:58:21 2026] GET /v2.0/security-group-rules/8fbfb16b-1442-4934-83ad-09e904749835 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3501] 10.0.0.4 () {32 vars in 748 bytes} [Tue Sep 1 19:58:21 2026] DELETE /v2.0/security-group-rules/00105998-4230-45c4-8b09-e29e2e100925 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:58:21.500 7 INFO neutron.api.v2.resource [None req-8b07a258-175e-42d7-becb-b5c45f59a3ca b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1820/3502] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:58:21 2026] GET /v2.0/security-group-rules/00105998-4230-45c4-8b09-e29e2e100925 => 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: 1683/3503] 10.0.0.4 () {32 vars in 748 bytes} [Tue Sep 1 19:58:21 2026] DELETE /v2.0/security-group-rules/c49677ec-fce9-407b-ab98-ddb9874d9255 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:58:21.687 7 INFO neutron.api.v2.resource [None req-ba8226a9-fb71-485c-9cf9-fb80cbf2d6be b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1821/3504] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:58:21 2026] GET /v2.0/security-group-rules/c49677ec-fce9-407b-ab98-ddb9874d9255 => 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: 1684/3505] 10.0.0.4 () {32 vars in 748 bytes} [Tue Sep 1 19:58:21 2026] DELETE /v2.0/security-group-rules/a1763e1d-94de-4847-95ac-eb1c68a7bb6b => generated 0 bytes in 185 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:58:21.891 7 INFO neutron.api.v2.resource [None req-3fb03254-c8e5-487b-92f3-bb3dbce4fb83 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1822/3506] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:58:21 2026] GET /v2.0/security-group-rules/a1763e1d-94de-4847-95ac-eb1c68a7bb6b => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3507] 10.0.0.4 () {32 vars in 748 bytes} [Tue Sep 1 19:58:21 2026] DELETE /v2.0/security-group-rules/b22b8571-431f-4634-8881-bdb79956f73b => generated 0 bytes in 189 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:58:22.104 7 INFO neutron.api.v2.resource [None req-86aede38-a657-4e92-b02d-0a18a02d3dde b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1823/3508] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:58:22 2026] GET /v2.0/security-group-rules/b22b8571-431f-4634-8881-bdb79956f73b => 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: 1686/3509] 10.0.0.4 () {32 vars in 748 bytes} [Tue Sep 1 19:58:22 2026] DELETE /v2.0/security-group-rules/07dc15cb-ed4a-467c-81c9-7ebb81ca24c0 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:58:22.269 7 INFO neutron.api.v2.resource [None req-0b229bf7-5254-455e-a373-ff3f9dc14cb3 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1824/3510] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:58:22 2026] GET /v2.0/security-group-rules/07dc15cb-ed4a-467c-81c9-7ebb81ca24c0 => 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: 1687/3511] 10.0.0.4 () {32 vars in 748 bytes} [Tue Sep 1 19:58:22 2026] DELETE /v2.0/security-group-rules/fb2835cf-a686-4329-b068-7f91763662e6 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:58:22.479 7 INFO neutron.api.v2.resource [None req-51a8a727-7575-41a7-bb36-160b86f50ad5 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1825/3512] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:58:22 2026] GET /v2.0/security-group-rules/fb2835cf-a686-4329-b068-7f91763662e6 => 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: 1688/3513] 10.0.0.4 () {32 vars in 748 bytes} [Tue Sep 1 19:58:22 2026] DELETE /v2.0/security-group-rules/da76a07b-6870-499c-a706-3cee5d8da1d3 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:58:22.658 7 INFO neutron.api.v2.resource [None req-b9c88d84-6a83-460f-97c4-e46f802a5113 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1826/3514] 10.0.0.4 () {32 vars in 745 bytes} [Tue Sep 1 19:58:22 2026] GET /v2.0/security-group-rules/da76a07b-6870-499c-a706-3cee5d8da1d3 => 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: 1689/3515] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:58:22 2026] DELETE /v2.0/security-groups/e631fb7d-87fd-435f-bfb9-a8a027e1884c => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:58:22.855 7 INFO neutron.api.v2.resource [None req-047bf3b3-1a74-4b94-890b-b0fd0e4d677c b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1827/3516] 10.0.0.4 () {32 vars in 735 bytes} [Tue Sep 1 19:58:22 2026] GET /v2.0/security-groups/e631fb7d-87fd-435f-bfb9-a8a027e1884c => generated 146 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:58:23.210 8 INFO neutron_taas.services.taas.taas_plugin [None req-60ce431c-8fae-4de8-bd5a-067560e98b84 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] TaaS: Handle Delete Port: d1d615b0-2bb1-4f54-954a-ef8579265a0a 2026-09-01 19:58:23.213 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60ce431c-8fae-4de8-bd5a-067560e98b84 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Tap Mirror: Handle Delete Port: d1d615b0-2bb1-4f54-954a-ef8579265a0a [pid: 8|app: 0|req: 1690/3517] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:58:22 2026] PUT /v2.0/routers/51c5e6e4-f52e-401b-b5c2-bf1ebacedc11/remove_router_interface => generated 309 bytes in 846 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:58:23.920 7 INFO neutron.api.v2.resource [None req-55f67042-2fa2-4bb6-800d-6ab3e6af875d b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1828/3518] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:58:23 2026] PUT /v2.0/routers/51c5e6e4-f52e-401b-b5c2-bf1ebacedc11/remove_router_interface => generated 198 bytes in 141 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-09-01 19:58:24.196 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ebeb405-0e54-43e8-a1b5-1100a437eddc b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] TaaS: Handle Delete Port: 42236f9d-c09f-4011-902c-562bb57c31dd 2026-09-01 19:58:24.199 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ebeb405-0e54-43e8-a1b5-1100a437eddc b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Tap Mirror: Handle Delete Port: 42236f9d-c09f-4011-902c-562bb57c31dd [pid: 8|app: 0|req: 1691/3519] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:58:23 2026] PUT /v2.0/routers/51c5e6e4-f52e-401b-b5c2-bf1ebacedc11/remove_router_interface => generated 309 bytes in 832 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:58:24.922 7 INFO neutron.api.v2.resource [None req-d78b469f-374c-45b8-96d8-01b3374283cb b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1829/3520] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:58:24 2026] PUT /v2.0/routers/51c5e6e4-f52e-401b-b5c2-bf1ebacedc11/remove_router_interface => generated 198 bytes in 159 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-09-01 19:58:25.270 8 INFO neutron_taas.services.taas.taas_plugin [None req-3244c84a-a061-495a-a319-38e7d5744076 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] TaaS: Handle Delete Port: c27d0637-d0e6-408a-802e-ac08f566a52d 2026-09-01 19:58:25.273 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3244c84a-a061-495a-a319-38e7d5744076 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Tap Mirror: Handle Delete Port: c27d0637-d0e6-408a-802e-ac08f566a52d [pid: 8|app: 0|req: 1692/3521] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:58:24 2026] PUT /v2.0/routers/51c5e6e4-f52e-401b-b5c2-bf1ebacedc11/remove_router_interface => generated 309 bytes in 879 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:58:25.997 7 INFO neutron.api.v2.resource [None req-0b2e2276-06b4-43aa-9ff9-14df2d35d194 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1830/3522] 10.0.0.4 () {34 vars in 787 bytes} [Tue Sep 1 19:58:25 2026] PUT /v2.0/routers/51c5e6e4-f52e-401b-b5c2-bf1ebacedc11/remove_router_interface => generated 198 bytes in 183 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-09-01 19:58:26.382 8 INFO neutron_taas.services.taas.taas_plugin [None req-80db6e4c-c511-41cb-a8f3-7f3d9d9f740e b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] TaaS: Handle Delete Port: eadb92a3-2f9b-4310-bf6b-18181697966c 2026-09-01 19:58:26.384 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80db6e4c-c511-41cb-a8f3-7f3d9d9f740e b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Tap Mirror: Handle Delete Port: eadb92a3-2f9b-4310-bf6b-18181697966c [pid: 8|app: 0|req: 1693/3525] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:58:26 2026] DELETE /v2.0/routers/51c5e6e4-f52e-401b-b5c2-bf1ebacedc11 => generated 0 bytes in 1354 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:58:27.392 7 INFO neutron.api.v2.resource [None req-29ca5909-7b55-41b1-a734-9c610bef04a2 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1833/3526] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:58:27 2026] GET /v2.0/routers/51c5e6e4-f52e-401b-b5c2-bf1ebacedc11 => generated 135 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1694/3527] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:58:27 2026] DELETE /v2.0/subnets/d9d1061c-8458-47b0-999f-1496c8151fff => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:58:27.560 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b88eba3e-15f5-4234-bcc5-7ffdb0ff1e3f b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1834/3528] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:58:27 2026] GET /v2.0/subnets/d9d1061c-8458-47b0-999f-1496c8151fff => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1695/3529] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:58:27 2026] DELETE /v2.0/subnets/ea2e2879-70ed-44ce-b53c-ed25df39b41c => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:58:27.787 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93127fb7-18d8-41b5-acce-2cee4e436664 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1835/3530] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:58:27 2026] GET /v2.0/subnets/ea2e2879-70ed-44ce-b53c-ed25df39b41c => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:58:27.972 8 INFO neutron_taas.services.taas.taas_plugin [None req-decd90ee-85a1-4a09-b18a-8d7fd3afcea9 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] TaaS: Handle Delete Port: 9ac41e89-6169-4a00-9b60-59ed1154b1f3 2026-09-01 19:58:27.977 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-decd90ee-85a1-4a09-b18a-8d7fd3afcea9 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Tap Mirror: Handle Delete Port: 9ac41e89-6169-4a00-9b60-59ed1154b1f3 2026-09-01 19:58:28.190 8 INFO neutron.services.segments.plugin [-] Segment 21abf3a4-b39f-4d89-b765-8bf3bb941e0c resource provider aggregate not found 2026-09-01 19:58:28.197 8 INFO neutron.services.segments.plugin [-] Segment 21abf3a4-b39f-4d89-b765-8bf3bb941e0c resource provider aggregate not found 2026-09-01 19:58:28.216 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 21abf3a4-b39f-4d89-b765-8bf3bb941e0c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21abf3a4-b39f-4d89-b765-8bf3bb941e0c found for delete ", "request_id": "req-5c25a3ba-3a3c-4ca2-a0c7-834596022760"}]} 2026-09-01 19:58:28.218 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 21abf3a4-b39f-4d89-b765-8bf3bb941e0c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21abf3a4-b39f-4d89-b765-8bf3bb941e0c found for delete ", "request_id": "req-f2c57146-837d-4304-aa9c-17ca1e1a005f"}]} [pid: 8|app: 0|req: 1696/3531] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:58:27 2026] DELETE /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263 => generated 0 bytes in 459 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:58:28.275 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81ee7d94-3e50-493c-b6ca-1662c03e5826 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1836/3532] 10.0.0.4 () {32 vars in 721 bytes} [Tue Sep 1 19:58:28 2026] GET /v2.0/networks/7f9fba54-4d25-45fd-be25-f855ade60263 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3533] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:58:28 2026] DELETE /v2.0/subnets/40d1d0d8-97b9-41bd-811a-cba92298a5dd => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:58:28.437 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e8c3c43f-4a10-4420-9f1f-dd24aeae508b b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1837/3534] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:58:28 2026] GET /v2.0/subnets/40d1d0d8-97b9-41bd-811a-cba92298a5dd => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1698/3535] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:58:28 2026] DELETE /v2.0/subnets/7c772f41-eb20-4d33-a689-e332bf4d0e09 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:58:28.607 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7ed265a9-4d19-40d0-be7b-acf46c8a6b86 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1838/3536] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:58:28 2026] GET /v2.0/subnets/7c772f41-eb20-4d33-a689-e332bf4d0e09 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:58:28.740 8 INFO neutron_taas.services.taas.taas_plugin [None req-b66f16ab-551c-4675-8a9a-2465b864f45d b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] TaaS: Handle Delete Port: f3545fff-fb38-476f-be25-c1fe13eb0c5e 2026-09-01 19:58:28.743 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b66f16ab-551c-4675-8a9a-2465b864f45d b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Tap Mirror: Handle Delete Port: f3545fff-fb38-476f-be25-c1fe13eb0c5e [pid: 8|app: 0|req: 1699/3537] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:58:28 2026] DELETE /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d => generated 0 bytes in 415 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:58:29.051 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d25d3155-2aa3-4270-a7a2-0b9cdabdbdbb b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1839/3538] 10.0.0.4 () {32 vars in 721 bytes} [Tue Sep 1 19:58:29 2026] GET /v2.0/networks/8b27b849-d5cd-41c6-b4f3-687700042e5d => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1700/3539] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:58:29 2026] DELETE /v2.0/subnets/a1057948-416b-41b2-a4b5-400e7a810e97 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:58:29.224 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4c4fd53b-b76e-44c9-a97d-f7fb32010cda b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1840/3540] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:58:29 2026] GET /v2.0/subnets/a1057948-416b-41b2-a4b5-400e7a810e97 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1701/3541] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:58:29 2026] DELETE /v2.0/subnets/419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:58:29.395 7 INFO neutron.pecan_wsgi.hooks.translation [None req-081b693c-6538-4bcf-834c-24068ff5aa03 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1841/3542] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:58:29 2026] GET /v2.0/subnets/419a6ae9-a8d9-49e1-97d7-1b8371857539 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:58:29.517 8 INFO neutron_taas.services.taas.taas_plugin [None req-e86fd7fa-59ec-4af1-b5c4-6bec7dcef5f4 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] TaaS: Handle Delete Port: 8d4e41ce-b65e-4aa4-8b1f-aa6e1ea05b7a 2026-09-01 19:58:29.520 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e86fd7fa-59ec-4af1-b5c4-6bec7dcef5f4 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] Tap Mirror: Handle Delete Port: 8d4e41ce-b65e-4aa4-8b1f-aa6e1ea05b7a [pid: 8|app: 0|req: 1702/3543] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:58:29 2026] DELETE /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45 => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:58:29.807 7 INFO neutron.pecan_wsgi.hooks.translation [None req-90053d3e-87e1-40eb-86cd-f97dc8c0ad65 b127fac225854cd1bb4a0a7db28d0b62 519bbd7904474045a93d0e0b2f7d3ef1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1842/3544] 10.0.0.4 () {32 vars in 721 bytes} [Tue Sep 1 19:58:29 2026] GET /v2.0/networks/40a87bfe-7501-48b9-87cf-b61970841d45 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:58:30.239 8 INFO neutron.services.segments.plugin [-] Segment a251d5b6-879d-40ee-8594-57207d8476a1 resource provider aggregate not found 2026-09-01 19:58:30.245 8 INFO neutron.services.segments.plugin [-] Segment a251d5b6-879d-40ee-8594-57207d8476a1 resource provider aggregate not found 2026-09-01 19:58:30.260 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a251d5b6-879d-40ee-8594-57207d8476a1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a251d5b6-879d-40ee-8594-57207d8476a1 found for delete ", "request_id": "req-46f67f8a-9d70-420b-bcdd-326ecb45c031"}]} 2026-09-01 19:58:30.264 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a251d5b6-879d-40ee-8594-57207d8476a1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a251d5b6-879d-40ee-8594-57207d8476a1 found for delete ", "request_id": "req-6b3b2572-3bd9-4cdc-a153-57e998863453"}]} 2026-09-01 19:58:30.280 8 INFO neutron.services.segments.plugin [-] Segment b9f68ff6-af45-440b-8637-0873b151932f resource provider aggregate not found 2026-09-01 19:58:30.287 8 INFO neutron.services.segments.plugin [-] Segment b9f68ff6-af45-440b-8637-0873b151932f resource provider aggregate not found 2026-09-01 19:58:30.302 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b9f68ff6-af45-440b-8637-0873b151932f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9f68ff6-af45-440b-8637-0873b151932f found for delete ", "request_id": "req-f8558c09-4375-4a8b-913d-3e4ade4a8404"}]} 2026-09-01 19:58:30.303 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b9f68ff6-af45-440b-8637-0873b151932f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9f68ff6-af45-440b-8637-0873b151932f found for delete ", "request_id": "req-771ad96c-b7e0-46f8-bbc3-64bedf396dbe"}]} 2026-09-01 19:58:32.436 8 INFO neutron.db.ovn_revision_numbers_db [None req-0ae8f458-e55c-4e0a-99d0-515c66f68234 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource a38be364-399b-4f1e-8a4a-afd599e6bebd (type: security_groups) to 1 2026-09-01 19:58:32.450 8 INFO neutron.db.ovn_revision_numbers_db [None req-0ae8f458-e55c-4e0a-99d0-515c66f68234 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 58264bcf-e5c7-4d29-8f12-ed0ba948746c (type: security_group_rules) to 0 2026-09-01 19:58:32.465 8 INFO neutron.db.ovn_revision_numbers_db [None req-0ae8f458-e55c-4e0a-99d0-515c66f68234 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 5ac255ef-99c1-4f1d-b941-5cfd447f8ebb (type: security_group_rules) to 0 2026-09-01 19:58:32.480 8 INFO neutron.db.ovn_revision_numbers_db [None req-0ae8f458-e55c-4e0a-99d0-515c66f68234 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e30754e1-333c-47c9-816b-a037f5ff117a (type: security_group_rules) to 0 2026-09-01 19:58:32.494 8 INFO neutron.db.ovn_revision_numbers_db [None req-0ae8f458-e55c-4e0a-99d0-515c66f68234 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f9e935db-46a0-4a79-89a0-83c54959ed1e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1703/3545] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:58:32 2026] GET /v2.0/security-groups?tenant_id=62aa9b2a1a7d4289be74ace3f14ea481&name=default => generated 2929 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1843/3546] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:58:32 2026] DELETE /v2.0/security-groups/a38be364-399b-4f1e-8a4a-afd599e6bebd => generated 0 bytes in 422 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3547] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:58:33 2026] GET /v2.0/security-groups?tenant_id=519bbd7904474045a93d0e0b2f7d3ef1&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1844/3548] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:58:33 2026] DELETE /v2.0/security-groups/27c85412-af9b-4778-8a65-bd7f6925fed5 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:58:33.702 8 INFO neutron.db.ovn_revision_numbers_db [None req-f8a8931f-9420-4b33-a2aa-9c3219c7ec65 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 278d7040-7ebf-4b86-8c1c-7a1abb248001 (type: security_groups) to 1 2026-09-01 19:58:33.717 8 INFO neutron.db.ovn_revision_numbers_db [None req-f8a8931f-9420-4b33-a2aa-9c3219c7ec65 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 6534792a-3914-4073-8bf1-ab80bb8345c2 (type: security_group_rules) to 0 2026-09-01 19:58:33.732 8 INFO neutron.db.ovn_revision_numbers_db [None req-f8a8931f-9420-4b33-a2aa-9c3219c7ec65 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 76db9cf1-06f7-40db-84a1-fde744dacd4c (type: security_group_rules) to 0 2026-09-01 19:58:33.747 8 INFO neutron.db.ovn_revision_numbers_db [None req-f8a8931f-9420-4b33-a2aa-9c3219c7ec65 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 9d23e9c7-9caf-46f4-8986-648769ab599d (type: security_group_rules) to 0 2026-09-01 19:58:33.763 8 INFO neutron.db.ovn_revision_numbers_db [None req-f8a8931f-9420-4b33-a2aa-9c3219c7ec65 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e09b48ab-3f0c-4637-86aa-3b6d481aaa8d (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1705/3549] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:58:33 2026] GET /v2.0/security-groups?tenant_id=8fedb371001f41c99fe45bbcf6a2a612&name=default => generated 2929 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1845/3550] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:58:33 2026] DELETE /v2.0/security-groups/278d7040-7ebf-4b86-8c1c-7a1abb248001 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:58:34.380 8 INFO neutron.db.ovn_revision_numbers_db [None req-01afd3a0-fa7a-4fc8-8e42-772c0d67fb91 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b9f8bc03-d37b-4dde-adad-c56ff2379704 (type: security_groups) to 1 2026-09-01 19:58:34.396 8 INFO neutron.db.ovn_revision_numbers_db [None req-01afd3a0-fa7a-4fc8-8e42-772c0d67fb91 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 78a85a6c-f00f-40e2-be8b-6afa1677cfcc (type: security_group_rules) to 0 2026-09-01 19:58:34.410 8 INFO neutron.db.ovn_revision_numbers_db [None req-01afd3a0-fa7a-4fc8-8e42-772c0d67fb91 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 811498d0-3595-4648-a854-e12f04d76a1b (type: security_group_rules) to 0 2026-09-01 19:58:34.424 8 INFO neutron.db.ovn_revision_numbers_db [None req-01afd3a0-fa7a-4fc8-8e42-772c0d67fb91 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource cf527583-be99-4fdb-8237-5c7d026ea118 (type: security_group_rules) to 0 2026-09-01 19:58:34.439 8 INFO neutron.db.ovn_revision_numbers_db [None req-01afd3a0-fa7a-4fc8-8e42-772c0d67fb91 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource debdde92-026d-4ea9-b4ec-412c61f0df2a (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1706/3551] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:58:34 2026] GET /v2.0/security-groups?tenant_id=34d57f88a9fa48259d16a8a129e297a1&name=default => generated 2929 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1846/3552] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:58:34 2026] DELETE /v2.0/security-groups/b9f8bc03-d37b-4dde-adad-c56ff2379704 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:58:34.996 8 INFO neutron.db.ovn_revision_numbers_db [None req-eb3cee18-29fc-4785-b2f9-14d154f61f74 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource ea571485-ddae-43b6-b64a-2821e109a441 (type: security_groups) to 1 2026-09-01 19:58:35.007 8 INFO neutron.db.ovn_revision_numbers_db [None req-eb3cee18-29fc-4785-b2f9-14d154f61f74 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 23df404c-2fbb-4c5a-8a05-e35b024980d6 (type: security_group_rules) to 0 2026-09-01 19:58:35.019 8 INFO neutron.db.ovn_revision_numbers_db [None req-eb3cee18-29fc-4785-b2f9-14d154f61f74 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 3155571b-4c0a-403e-ad30-1d20e1b62e59 (type: security_group_rules) to 0 2026-09-01 19:58:35.033 8 INFO neutron.db.ovn_revision_numbers_db [None req-eb3cee18-29fc-4785-b2f9-14d154f61f74 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 31bf880e-8876-446f-b734-41a31b4e3831 (type: security_group_rules) to 0 2026-09-01 19:58:35.048 8 INFO neutron.db.ovn_revision_numbers_db [None req-eb3cee18-29fc-4785-b2f9-14d154f61f74 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 9486fbff-0f3a-49da-b5ca-5711ef790216 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1707/3553] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:58:34 2026] GET /v2.0/security-groups?tenant_id=d9151ee2193549b69dbd291011c4465f&name=default => generated 2929 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1847/3554] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:58:35 2026] DELETE /v2.0/security-groups/ea571485-ddae-43b6-b64a-2821e109a441 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:58:35.740 8 INFO neutron.db.ovn_revision_numbers_db [None req-9a0a9d59-f0b3-4ccd-990c-5aabf5570f6c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 8fd6173d-1de5-4daf-9638-dff8427676fc (type: security_groups) to 1 2026-09-01 19:58:35.757 8 INFO neutron.db.ovn_revision_numbers_db [None req-9a0a9d59-f0b3-4ccd-990c-5aabf5570f6c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 258da529-612e-4050-9b41-63eeb92729d2 (type: security_group_rules) to 0 2026-09-01 19:58:35.776 8 INFO neutron.db.ovn_revision_numbers_db [None req-9a0a9d59-f0b3-4ccd-990c-5aabf5570f6c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 779ac614-9014-40de-a966-ec80aad778ce (type: security_group_rules) to 0 2026-09-01 19:58:35.794 8 INFO neutron.db.ovn_revision_numbers_db [None req-9a0a9d59-f0b3-4ccd-990c-5aabf5570f6c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource c39acf44-7743-4528-83ee-58766fd9d7ef (type: security_group_rules) to 0 2026-09-01 19:58:35.811 8 INFO neutron.db.ovn_revision_numbers_db [None req-9a0a9d59-f0b3-4ccd-990c-5aabf5570f6c 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource c67b9b41-73dd-4178-b094-3a6803e37f36 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1708/3555] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:58:35 2026] GET /v2.0/security-groups?tenant_id=a7910fd782564028a6c4cc89d55401c3&name=default => generated 2929 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1848/3556] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:58:35 2026] DELETE /v2.0/security-groups/8fd6173d-1de5-4daf-9638-dff8427676fc => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:58:36.497 8 INFO neutron.db.ovn_revision_numbers_db [None req-fe06f857-7c6d-4037-81b4-d30494fe2c10 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource e2bbf9aa-c36d-4f63-91df-5ded20863955 (type: security_groups) to 1 2026-09-01 19:58:36.508 8 INFO neutron.db.ovn_revision_numbers_db [None req-fe06f857-7c6d-4037-81b4-d30494fe2c10 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 293339a4-8b8c-463c-b00d-5918b86cec2e (type: security_group_rules) to 0 2026-09-01 19:58:36.519 8 INFO neutron.db.ovn_revision_numbers_db [None req-fe06f857-7c6d-4037-81b4-d30494fe2c10 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4b15297a-3127-4edf-8c20-ffe0d9cc9286 (type: security_group_rules) to 0 2026-09-01 19:58:36.530 8 INFO neutron.db.ovn_revision_numbers_db [None req-fe06f857-7c6d-4037-81b4-d30494fe2c10 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b7d992fb-1d25-438d-9042-33388e111148 (type: security_group_rules) to 0 2026-09-01 19:58:36.541 8 INFO neutron.db.ovn_revision_numbers_db [None req-fe06f857-7c6d-4037-81b4-d30494fe2c10 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource bd1fd8ee-62b6-4c22-8a8e-9a9de641d5f2 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1709/3557] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:58:36 2026] GET /v2.0/security-groups?tenant_id=d9e680c52b4946bcaee940833597a6df&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: 1849/3558] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:58:36 2026] DELETE /v2.0/security-groups/e2bbf9aa-c36d-4f63-91df-5ded20863955 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:58:41.645 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c5078bb-89fe-44d3-9815-f7d01ae8bd0e 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] Successfully bumped revision number for resource 6547c6e0-5cee-4efc-8166-0fc9b541a96a (type: security_groups) to 1 2026-09-01 19:58:41.661 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c5078bb-89fe-44d3-9815-f7d01ae8bd0e 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] Successfully bumped revision number for resource 51a0bffa-52a7-491f-897b-5df405e930b0 (type: security_group_rules) to 0 2026-09-01 19:58:41.678 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c5078bb-89fe-44d3-9815-f7d01ae8bd0e 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] Successfully bumped revision number for resource 804ffc02-e6ef-40ef-b408-924f165e5282 (type: security_group_rules) to 0 2026-09-01 19:58:41.696 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c5078bb-89fe-44d3-9815-f7d01ae8bd0e 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] Successfully bumped revision number for resource ea35950f-79e5-40ea-8f75-05c11b84ec8f (type: security_group_rules) to 0 2026-09-01 19:58:41.714 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c5078bb-89fe-44d3-9815-f7d01ae8bd0e 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] Successfully bumped revision number for resource f66582da-2ec6-40c7-894c-fe114438e4f7 (type: security_group_rules) to 0 2026-09-01 19:58:41.808 8 INFO neutron.db.segments_db [None req-6c5078bb-89fe-44d3-9815-f7d01ae8bd0e 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] Added segment 9adcb6fb-330b-48ae-972f-085fb614a9d7 of type geneve for network 1d98da4f-345c-4ce8-bab0-88070d22a596 2026-09-01 19:58:41.915 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c5078bb-89fe-44d3-9815-f7d01ae8bd0e 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] Successfully bumped revision number for resource 1d98da4f-345c-4ce8-bab0-88070d22a596 (type: networks) to 1 2026-09-01 19:58:42.149 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6c5078bb-89fe-44d3-9815-f7d01ae8bd0e 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] No more DHCP agents 2026-09-01 19:58:42.151 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6c5078bb-89fe-44d3-9815-f7d01ae8bd0e 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] Unable to schedule network 1d98da4f-345c-4ce8-bab0-88070d22a596: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:58:42.227 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-dbd3113f-1516-4054-986b-63aa166d315a - - - - - -] OVN reports status down for port: bbb50b1a-1088-4ff6-9422-4529a06e65d0 2026-09-01 19:58:42.257 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c5078bb-89fe-44d3-9815-f7d01ae8bd0e 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] Successfully bumped revision number for resource bbb50b1a-1088-4ff6-9422-4529a06e65d0 (type: ports) to 1 [pid: 8|app: 0|req: 1710/3561] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:58:41 2026] POST /v2.0/networks => generated 768 bytes in 1042 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:58:42.491 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e78e1c21-9393-48b3-ac73-66bb8e3ff9b6 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] No more DHCP agents 2026-09-01 19:58:42.492 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e78e1c21-9393-48b3-ac73-66bb8e3ff9b6 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] Unable to schedule network 1d98da4f-345c-4ce8-bab0-88070d22a596: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:58:43.046 7 INFO neutron.db.ovn_revision_numbers_db [None req-d55acca7-b42e-41ec-b633-423ff3d54523 - - - - - -] Successfully bumped revision number for resource bbb50b1a-1088-4ff6-9422-4529a06e65d0 (type: ports) to 2 2026-09-01 19:58:43.086 7 INFO neutron.db.ovn_revision_numbers_db [None req-d55acca7-b42e-41ec-b633-423ff3d54523 - - - - - -] Successfully bumped revision number for resource cb6305e2-d53b-4f73-b405-96f428b50f2b (type: subnets) to 0 [pid: 7|app: 0|req: 1852/3562] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:58:42 2026] POST /v2.0/subnets => generated 644 bytes in 811 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:58:43.122 8 WARNING neutron.api.v2.base [None req-af44faf8-f116-486d-8223-93f078ff0d27 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - 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-09-01 19:58:43.123 8 INFO neutron.api.v2.resource [None req-af44faf8-f116-486d-8223-93f078ff0d27 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1711/3563] 10.0.0.4 () {34 vars in 679 bytes} [Tue Sep 1 19:58:43 2026] POST /v2.0/rbac-policies => generated 143 bytes in 14 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-09-01 19:58:43.276 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4a20b5e-a011-41bf-9c8a-955bff33b1a9 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] TaaS: Handle Delete Port: bbb50b1a-1088-4ff6-9422-4529a06e65d0 2026-09-01 19:58:43.281 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4a20b5e-a011-41bf-9c8a-955bff33b1a9 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] Tap Mirror: Handle Delete Port: bbb50b1a-1088-4ff6-9422-4529a06e65d0 2026-09-01 19:58:43.584 7 INFO neutron.services.segments.plugin [-] Segment 9adcb6fb-330b-48ae-972f-085fb614a9d7 resource provider aggregate not found 2026-09-01 19:58:43.589 7 INFO neutron.services.segments.plugin [-] Segment 9adcb6fb-330b-48ae-972f-085fb614a9d7 resource provider aggregate not found 2026-09-01 19:58:43.609 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9adcb6fb-330b-48ae-972f-085fb614a9d7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9adcb6fb-330b-48ae-972f-085fb614a9d7 found for delete ", "request_id": "req-0f3a659a-49ba-49c9-8a1d-09b96078511f"}]} 2026-09-01 19:58:43.610 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9adcb6fb-330b-48ae-972f-085fb614a9d7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9adcb6fb-330b-48ae-972f-085fb614a9d7 found for delete ", "request_id": "req-d3d497eb-be1b-48a5-901b-06f0c714d907"}]} [pid: 7|app: 0|req: 1853/3564] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:58:43 2026] DELETE /v2.0/networks/1d98da4f-345c-4ce8-bab0-88070d22a596 => generated 0 bytes in 501 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:58:43.739 8 INFO neutron.db.segments_db [None req-798f40e9-3a96-47a7-a991-56e62f098d2f 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] Added segment a05990cf-002c-47eb-a00c-3a551990cdf0 of type geneve for network 290151d0-8d3a-4491-af85-9d90c955ce8d 2026-09-01 19:58:43.841 8 INFO neutron.db.ovn_revision_numbers_db [None req-798f40e9-3a96-47a7-a991-56e62f098d2f 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] Successfully bumped revision number for resource 290151d0-8d3a-4491-af85-9d90c955ce8d (type: networks) to 1 2026-09-01 19:58:44.069 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-798f40e9-3a96-47a7-a991-56e62f098d2f 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] No more DHCP agents 2026-09-01 19:58:44.070 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-798f40e9-3a96-47a7-a991-56e62f098d2f 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] Unable to schedule network 290151d0-8d3a-4491-af85-9d90c955ce8d: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:58:44.121 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1e50a8ab-908f-4790-b87b-ac90d26f7dba - - - - - -] OVN reports status down for port: 09b07aec-ff36-4ff2-9b90-4c53a495991b 2026-09-01 19:58:44.192 8 INFO neutron.db.ovn_revision_numbers_db [None req-798f40e9-3a96-47a7-a991-56e62f098d2f 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] Successfully bumped revision number for resource 09b07aec-ff36-4ff2-9b90-4c53a495991b (type: ports) to 1 [pid: 8|app: 0|req: 1712/3565] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:58:43 2026] POST /v2.0/networks => generated 768 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:58:44.407 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c8c1b9b8-c844-4bc4-bcad-89bd3155ad42 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] No more DHCP agents 2026-09-01 19:58:44.409 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c8c1b9b8-c844-4bc4-bcad-89bd3155ad42 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] Unable to schedule network 290151d0-8d3a-4491-af85-9d90c955ce8d: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:58:44.754 7 INFO neutron.db.ovn_revision_numbers_db [None req-8b21c293-4781-4489-bd7d-4e112eeebc67 - - - - - -] Successfully bumped revision number for resource 09b07aec-ff36-4ff2-9b90-4c53a495991b (type: ports) to 2 2026-09-01 19:58:44.782 7 INFO neutron.db.ovn_revision_numbers_db [None req-8b21c293-4781-4489-bd7d-4e112eeebc67 - - - - - -] Successfully bumped revision number for resource 53231181-8430-4d2c-965c-3a70e781eac8 (type: subnets) to 0 [pid: 7|app: 0|req: 1854/3566] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:58:44 2026] POST /v2.0/subnets => generated 647 bytes in 563 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:58:44.824 8 WARNING neutron.api.v2.base [None req-2dce2778-0718-4310-abbf-e8296b93073e 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - 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-09-01 19:58:44.824 8 INFO neutron.api.v2.resource [None req-2dce2778-0718-4310-abbf-e8296b93073e 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1713/3567] 10.0.0.4 () {34 vars in 679 bytes} [Tue Sep 1 19:58:44 2026] POST /v2.0/rbac-policies => generated 547 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-09-01 19:58:45.045 7 INFO neutron_taas.services.taas.taas_plugin [None req-a924ee88-00e1-40f6-af83-e90fbfdb452d 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] TaaS: Handle Delete Port: 09b07aec-ff36-4ff2-9b90-4c53a495991b 2026-09-01 19:58:45.047 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a924ee88-00e1-40f6-af83-e90fbfdb452d 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] Tap Mirror: Handle Delete Port: 09b07aec-ff36-4ff2-9b90-4c53a495991b [pid: 7|app: 0|req: 1855/3568] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:58:44 2026] DELETE /v2.0/networks/290151d0-8d3a-4491-af85-9d90c955ce8d => generated 0 bytes in 570 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:58:45.534 8 INFO neutron.db.segments_db [None req-c0e932d8-6fa5-4ed4-bdbe-c71db55ca3ba 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] Added segment e01994b7-4cef-4d67-91ac-10cab206aaaf of type geneve for network 92aa554d-c5a1-4643-8ea7-603e8c0d7375 2026-09-01 19:58:45.630 7 INFO neutron.services.segments.plugin [-] Segment a05990cf-002c-47eb-a00c-3a551990cdf0 resource provider aggregate not found 2026-09-01 19:58:45.633 7 INFO neutron.services.segments.plugin [-] Segment a05990cf-002c-47eb-a00c-3a551990cdf0 resource provider aggregate not found 2026-09-01 19:58:45.655 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a05990cf-002c-47eb-a00c-3a551990cdf0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a05990cf-002c-47eb-a00c-3a551990cdf0 found for delete ", "request_id": "req-4d8bcced-df5b-41c1-a59c-9f5ad1bc0649"}]} 2026-09-01 19:58:45.655 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a05990cf-002c-47eb-a00c-3a551990cdf0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a05990cf-002c-47eb-a00c-3a551990cdf0 found for delete ", "request_id": "req-9ff580b1-c754-4439-b54b-a6cfb3025cb2"}]} 2026-09-01 19:58:45.687 8 INFO neutron.db.ovn_revision_numbers_db [None req-c0e932d8-6fa5-4ed4-bdbe-c71db55ca3ba 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] Successfully bumped revision number for resource 92aa554d-c5a1-4643-8ea7-603e8c0d7375 (type: networks) to 1 2026-09-01 19:58:45.910 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c0e932d8-6fa5-4ed4-bdbe-c71db55ca3ba 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] No more DHCP agents 2026-09-01 19:58:45.914 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c0e932d8-6fa5-4ed4-bdbe-c71db55ca3ba 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] Unable to schedule network 92aa554d-c5a1-4643-8ea7-603e8c0d7375: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:58:45.997 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-dbd3113f-1516-4054-986b-63aa166d315a - - - - - -] OVN reports status down for port: 9d41529f-41d2-4ca0-ac45-433fe103592b 2026-09-01 19:58:46.022 8 INFO neutron.db.ovn_revision_numbers_db [None req-c0e932d8-6fa5-4ed4-bdbe-c71db55ca3ba 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] Successfully bumped revision number for resource 9d41529f-41d2-4ca0-ac45-433fe103592b (type: ports) to 1 [pid: 8|app: 0|req: 1714/3569] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:58:45 2026] POST /v2.0/networks => generated 768 bytes in 632 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:58:46.240 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-71fa1087-af1b-47e2-bfd6-8684f1159dda 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] No more DHCP agents 2026-09-01 19:58:46.242 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-71fa1087-af1b-47e2-bfd6-8684f1159dda 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] Unable to schedule network 92aa554d-c5a1-4643-8ea7-603e8c0d7375: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:58:46.694 7 INFO neutron.db.ovn_revision_numbers_db [None req-8e446559-f1e3-42b3-95ed-4f74def6ec73 - - - - - -] Successfully bumped revision number for resource 9d41529f-41d2-4ca0-ac45-433fe103592b (type: ports) to 2 2026-09-01 19:58:46.742 7 INFO neutron.db.ovn_revision_numbers_db [None req-8e446559-f1e3-42b3-95ed-4f74def6ec73 - - - - - -] Successfully bumped revision number for resource 5c921ac0-208f-4c21-98ce-3e45b2c7f4e3 (type: subnets) to 0 [pid: 7|app: 0|req: 1856/3570] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:58:46 2026] POST /v2.0/subnets => generated 647 bytes in 723 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1715/3571] 10.0.0.4 () {34 vars in 679 bytes} [Tue Sep 1 19:58:46 2026] POST /v2.0/rbac-policies => generated 324 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1857/3572] 10.0.0.4 () {32 vars in 721 bytes} [Tue Sep 1 19:58:47 2026] GET /v2.0/networks/92aa554d-c5a1-4643-8ea7-603e8c0d7375 => generated 693 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:58:48.009 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ff06cd4c-d2bc-41e4-849d-f963347b7a1a 7b7c48f9fa8d462591fc79f41faedc4c 6d0506cb288a4a37abee49ec3e7f192c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1716/3573] 10.0.0.4 () {32 vars in 721 bytes} [Tue Sep 1 19:58:47 2026] GET /v2.0/networks/92aa554d-c5a1-4643-8ea7-603e8c0d7375 => generated 138 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:58:48.173 7 INFO neutron_taas.services.taas.taas_plugin [None req-aedadb33-85d4-42a8-bc9a-7922a307842e 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] TaaS: Handle Delete Port: 9d41529f-41d2-4ca0-ac45-433fe103592b 2026-09-01 19:58:48.179 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aedadb33-85d4-42a8-bc9a-7922a307842e 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] Tap Mirror: Handle Delete Port: 9d41529f-41d2-4ca0-ac45-433fe103592b 2026-09-01 19:58:48.515 7 INFO neutron.services.segments.plugin [-] Segment e01994b7-4cef-4d67-91ac-10cab206aaaf resource provider aggregate not found 2026-09-01 19:58:48.519 7 INFO neutron.services.segments.plugin [-] Segment e01994b7-4cef-4d67-91ac-10cab206aaaf resource provider aggregate not found 2026-09-01 19:58:48.536 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e01994b7-4cef-4d67-91ac-10cab206aaaf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e01994b7-4cef-4d67-91ac-10cab206aaaf found for delete ", "request_id": "req-70d38112-0189-4ec2-9df8-f85a07b9f7bc"}]} 2026-09-01 19:58:48.539 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e01994b7-4cef-4d67-91ac-10cab206aaaf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e01994b7-4cef-4d67-91ac-10cab206aaaf found for delete ", "request_id": "req-794f985a-eeac-47da-ab15-dac4dc456d17"}]} [pid: 7|app: 0|req: 1858/3574] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:58:48 2026] DELETE /v2.0/networks/92aa554d-c5a1-4643-8ea7-603e8c0d7375 => generated 0 bytes in 551 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:58:48.592 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1d8ab981-1c92-475a-8663-a2d1a5b7f0bd 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1717/3575] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:58:48 2026] DELETE /v2.0/subnets/cb6305e2-d53b-4f73-b405-96f428b50f2b => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:58:48.617 7 INFO neutron.pecan_wsgi.hooks.translation [None req-36171584-9384-48b5-80ad-f3b917e7ff99 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1859/3576] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:58:48 2026] DELETE /v2.0/subnets/53231181-8430-4d2c-965c-3a70e781eac8 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:58:48.641 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b08d5968-7a22-49fa-9615-06793af86ab3 2b324a8f673b45c287f1fcd5e6d727d2 c12c6664b30b444896692fa5ac5ed7eb - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1718/3577] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:58:48 2026] DELETE /v2.0/subnets/5c921ac0-208f-4c21-98ce-3e45b2c7f4e3 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-01 19:58:49.904 7 INFO neutron.db.ovn_revision_numbers_db [None req-c4410a0d-8d4f-40ec-bc10-f31213524072 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b85e12c8-3297-48f6-a9b6-8355c22aef1b (type: security_groups) to 1 2026-09-01 19:58:49.928 7 INFO neutron.db.ovn_revision_numbers_db [None req-c4410a0d-8d4f-40ec-bc10-f31213524072 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 0175486b-88e7-4791-bff8-47d1b87f4d96 (type: security_group_rules) to 0 2026-09-01 19:58:49.954 7 INFO neutron.db.ovn_revision_numbers_db [None req-c4410a0d-8d4f-40ec-bc10-f31213524072 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 9664f7d6-5589-41c0-8265-a4b4ec506ffb (type: security_group_rules) to 0 2026-09-01 19:58:49.977 7 INFO neutron.db.ovn_revision_numbers_db [None req-c4410a0d-8d4f-40ec-bc10-f31213524072 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b8937f10-9ca3-4070-ac15-3a1aaa11be39 (type: security_group_rules) to 0 2026-09-01 19:58:49.997 7 INFO neutron.db.ovn_revision_numbers_db [None req-c4410a0d-8d4f-40ec-bc10-f31213524072 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource daceebf3-9876-4751-b0d3-fc10bb66bf25 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1860/3578] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:58:49 2026] GET /v2.0/security-groups?tenant_id=818cc0367200453194957979ccadbbe6&name=default => generated 2929 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1719/3579] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:58:50 2026] DELETE /v2.0/security-groups/b85e12c8-3297-48f6-a9b6-8355c22aef1b => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:58:50.615 7 INFO neutron.db.ovn_revision_numbers_db [None req-05d6f931-3d4b-4ff3-9e1d-d5fe08c1ae08 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource eafd5e64-45ad-494e-ba44-df0d6cea4d39 (type: security_groups) to 1 2026-09-01 19:58:50.629 7 INFO neutron.db.ovn_revision_numbers_db [None req-05d6f931-3d4b-4ff3-9e1d-d5fe08c1ae08 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 0e96cd19-e29e-4cde-ac16-3534e3d5137b (type: security_group_rules) to 0 2026-09-01 19:58:50.642 7 INFO neutron.db.ovn_revision_numbers_db [None req-05d6f931-3d4b-4ff3-9e1d-d5fe08c1ae08 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 1f079b1b-0b2a-4cc4-86f3-068152f2598d (type: security_group_rules) to 0 2026-09-01 19:58:50.659 7 INFO neutron.db.ovn_revision_numbers_db [None req-05d6f931-3d4b-4ff3-9e1d-d5fe08c1ae08 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 48c2b1eb-a743-4cf9-8b83-dace3eb21476 (type: security_group_rules) to 0 2026-09-01 19:58:50.674 7 INFO neutron.db.ovn_revision_numbers_db [None req-05d6f931-3d4b-4ff3-9e1d-d5fe08c1ae08 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource bb184745-9741-4689-be9d-093d55614763 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1861/3580] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:58:50 2026] GET /v2.0/security-groups?tenant_id=6d0506cb288a4a37abee49ec3e7f192c&name=default => generated 2929 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1720/3581] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:58:50 2026] DELETE /v2.0/security-groups/eafd5e64-45ad-494e-ba44-df0d6cea4d39 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1862/3582] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:58:51 2026] GET /v2.0/security-groups?tenant_id=c12c6664b30b444896692fa5ac5ed7eb&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1721/3583] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:58:51 2026] DELETE /v2.0/security-groups/6547c6e0-5cee-4efc-8166-0fc9b541a96a => generated 0 bytes in 250 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:58:56.313 7 INFO neutron.db.ovn_revision_numbers_db [None req-1f4d2fd1-8e52-4cf9-9d0e-8bb31b52bb6b 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Successfully bumped revision number for resource 5fae6ec7-1927-4ebc-92ec-1e1e94e6f922 (type: security_groups) to 1 2026-09-01 19:58:56.329 7 INFO neutron.db.ovn_revision_numbers_db [None req-1f4d2fd1-8e52-4cf9-9d0e-8bb31b52bb6b 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Successfully bumped revision number for resource 75d03dc2-155f-4cae-bddb-72f205dee6ac (type: security_group_rules) to 0 2026-09-01 19:58:56.355 7 INFO neutron.db.ovn_revision_numbers_db [None req-1f4d2fd1-8e52-4cf9-9d0e-8bb31b52bb6b 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Successfully bumped revision number for resource d7bb58bc-7330-483d-98a7-86ace5d1b47c (type: security_group_rules) to 0 2026-09-01 19:58:56.375 7 INFO neutron.db.ovn_revision_numbers_db [None req-1f4d2fd1-8e52-4cf9-9d0e-8bb31b52bb6b 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Successfully bumped revision number for resource e94680fc-0a34-4ff9-a8eb-58494daa48d6 (type: security_group_rules) to 0 2026-09-01 19:58:56.395 7 INFO neutron.db.ovn_revision_numbers_db [None req-1f4d2fd1-8e52-4cf9-9d0e-8bb31b52bb6b 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Successfully bumped revision number for resource f0a9c860-d5e9-42c5-817f-af283bb625c1 (type: security_group_rules) to 0 2026-09-01 19:58:56.516 7 INFO neutron.db.segments_db [None req-1f4d2fd1-8e52-4cf9-9d0e-8bb31b52bb6b 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Added segment b5cd6e9f-a3c3-47c8-9bb6-1c8cab1566b6 of type geneve for network 2e61578d-d09a-46c0-acf9-a5036761bd1f 2026-09-01 19:58:56.662 7 INFO neutron.db.ovn_revision_numbers_db [None req-1f4d2fd1-8e52-4cf9-9d0e-8bb31b52bb6b 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Successfully bumped revision number for resource 2e61578d-d09a-46c0-acf9-a5036761bd1f (type: networks) to 1 2026-09-01 19:58:56.871 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1f4d2fd1-8e52-4cf9-9d0e-8bb31b52bb6b 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] No more DHCP agents 2026-09-01 19:58:56.872 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1f4d2fd1-8e52-4cf9-9d0e-8bb31b52bb6b 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Unable to schedule network 2e61578d-d09a-46c0-acf9-a5036761bd1f: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:58:56.954 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1e50a8ab-908f-4790-b87b-ac90d26f7dba - - - - - -] OVN reports status down for port: 30648e82-6be6-4476-aa19-123f2d196df6 2026-09-01 19:58:56.963 7 INFO neutron.db.ovn_revision_numbers_db [None req-1f4d2fd1-8e52-4cf9-9d0e-8bb31b52bb6b 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Successfully bumped revision number for resource 30648e82-6be6-4476-aa19-123f2d196df6 (type: ports) to 1 [pid: 7|app: 0|req: 1863/3586] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:58:55 2026] POST /v2.0/networks => generated 670 bytes in 1067 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:58:57.341 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8f283315-e4a7-4a92-88a2-2b79fb2f44db 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] No more DHCP agents 2026-09-01 19:58:57.342 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8f283315-e4a7-4a92-88a2-2b79fb2f44db 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Unable to schedule network 2e61578d-d09a-46c0-acf9-a5036761bd1f: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:58:57.412 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1e50a8ab-908f-4790-b87b-ac90d26f7dba - - - - - -] OVN reports status down for port: f612719a-9c4f-4586-a590-ce198b55c481 2026-09-01 19:58:57.479 8 INFO neutron.db.ovn_revision_numbers_db [None req-8f283315-e4a7-4a92-88a2-2b79fb2f44db 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Successfully bumped revision number for resource f612719a-9c4f-4586-a590-ce198b55c481 (type: ports) to 1 [pid: 8|app: 0|req: 1724/3587] 10.0.0.4 () {34 vars in 662 bytes} [Tue Sep 1 19:58:57 2026] POST /v2.0/ports => generated 743 bytes in 574 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1864/3588] 10.0.0.4 () {34 vars in 664 bytes} [Tue Sep 1 19:58:57 2026] POST /v2.0/trunks => generated 409 bytes in 233 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-09-01 19:58:57.975 8 INFO neutron.db.segments_db [None req-e796b6ca-3c65-43f0-88d5-a5d9eb4ba47b 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Added segment ffe9f1ee-353e-447b-90ec-40c56f7530da of type geneve for network a0ff8abe-0959-454b-91d1-60f6579fbcfb 2026-09-01 19:58:58.119 8 INFO neutron.db.ovn_revision_numbers_db [None req-e796b6ca-3c65-43f0-88d5-a5d9eb4ba47b 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Successfully bumped revision number for resource a0ff8abe-0959-454b-91d1-60f6579fbcfb (type: networks) to 1 2026-09-01 19:58:58.331 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e796b6ca-3c65-43f0-88d5-a5d9eb4ba47b 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] No more DHCP agents 2026-09-01 19:58:58.333 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e796b6ca-3c65-43f0-88d5-a5d9eb4ba47b 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Unable to schedule network a0ff8abe-0959-454b-91d1-60f6579fbcfb: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:58:58.387 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1e50a8ab-908f-4790-b87b-ac90d26f7dba - - - - - -] OVN reports status down for port: a36645d3-ff4e-4e74-9dac-1aeb0d186379 2026-09-01 19:58:58.467 8 INFO neutron.db.ovn_revision_numbers_db [None req-e796b6ca-3c65-43f0-88d5-a5d9eb4ba47b 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Successfully bumped revision number for resource a36645d3-ff4e-4e74-9dac-1aeb0d186379 (type: ports) to 1 [pid: 8|app: 0|req: 1725/3589] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:58:57 2026] POST /v2.0/networks => generated 669 bytes in 712 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:58:58.765 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8da7b93d-ca44-4cd6-959e-0c32d53c24f7 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] No more DHCP agents 2026-09-01 19:58:58.766 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8da7b93d-ca44-4cd6-959e-0c32d53c24f7 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Unable to schedule network a0ff8abe-0959-454b-91d1-60f6579fbcfb: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:58:58.842 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-dbd3113f-1516-4054-986b-63aa166d315a - - - - - -] OVN reports status down for port: 15f0f8ca-64ec-48db-a027-9b763be8dfd0 2026-09-01 19:58:58.939 7 INFO neutron.db.ovn_revision_numbers_db [None req-8da7b93d-ca44-4cd6-959e-0c32d53c24f7 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Successfully bumped revision number for resource 15f0f8ca-64ec-48db-a027-9b763be8dfd0 (type: ports) to 1 [pid: 7|app: 0|req: 1865/3590] 10.0.0.4 () {34 vars in 662 bytes} [Tue Sep 1 19:58:58 2026] POST /v2.0/ports => generated 743 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1726/3591] 10.0.0.4 () {34 vars in 664 bytes} [Tue Sep 1 19:58:59 2026] POST /v2.0/trunks => generated 409 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-01 19:58:59.413 7 INFO neutron.db.segments_db [None req-cb777c72-1837-4ff2-8097-63704cd9859a 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Added segment 84b158eb-e79c-497f-bb74-62ebf2db5ef5 of type geneve for network f492106e-5697-4e44-b841-962de5a48609 2026-09-01 19:58:59.514 7 INFO neutron.db.ovn_revision_numbers_db [None req-cb777c72-1837-4ff2-8097-63704cd9859a 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Successfully bumped revision number for resource f492106e-5697-4e44-b841-962de5a48609 (type: networks) to 1 2026-09-01 19:58:59.694 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cb777c72-1837-4ff2-8097-63704cd9859a 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] No more DHCP agents 2026-09-01 19:58:59.696 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cb777c72-1837-4ff2-8097-63704cd9859a 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Unable to schedule network f492106e-5697-4e44-b841-962de5a48609: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:58:59.748 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-dbd3113f-1516-4054-986b-63aa166d315a - - - - - -] OVN reports status down for port: c5a30193-53f4-4e0e-ac18-2057c03f74bd 2026-09-01 19:58:59.815 7 INFO neutron.db.ovn_revision_numbers_db [None req-cb777c72-1837-4ff2-8097-63704cd9859a 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Successfully bumped revision number for resource c5a30193-53f4-4e0e-ac18-2057c03f74bd (type: ports) to 1 [pid: 7|app: 0|req: 1866/3592] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:58:59 2026] POST /v2.0/networks => generated 670 bytes in 566 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:59:00.221 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b76b0845-59a0-46b9-bfc5-0fdff203ae5d 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] No more DHCP agents 2026-09-01 19:59:00.222 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b76b0845-59a0-46b9-bfc5-0fdff203ae5d 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Unable to schedule network f492106e-5697-4e44-b841-962de5a48609: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:59:00.284 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-dbd3113f-1516-4054-986b-63aa166d315a - - - - - -] OVN reports status down for port: 4aba0a2e-fdf2-4991-9828-c916468b5ca9 2026-09-01 19:59:00.315 8 INFO neutron.db.ovn_revision_numbers_db [None req-b76b0845-59a0-46b9-bfc5-0fdff203ae5d 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Successfully bumped revision number for resource 4aba0a2e-fdf2-4991-9828-c916468b5ca9 (type: ports) to 1 [pid: 8|app: 0|req: 1727/3593] 10.0.0.4 () {34 vars in 662 bytes} [Tue Sep 1 19:58:59 2026] POST /v2.0/ports => generated 743 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1867/3594] 10.0.0.4 () {34 vars in 664 bytes} [Tue Sep 1 19:59:00 2026] POST /v2.0/trunks => generated 409 bytes in 231 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-09-01 19:59:00.737 8 INFO neutron.db.segments_db [None req-0c04333d-ddf3-41d3-bda8-f5d77d61b929 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Added segment 8953a2fb-f816-45e2-b0ea-e83200f96ecf of type geneve for network 25347a28-f231-40c3-9ded-f02124c4ecf2 2026-09-01 19:59:00.898 8 INFO neutron.db.ovn_revision_numbers_db [None req-0c04333d-ddf3-41d3-bda8-f5d77d61b929 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Successfully bumped revision number for resource 25347a28-f231-40c3-9ded-f02124c4ecf2 (type: networks) to 1 2026-09-01 19:59:01.054 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0c04333d-ddf3-41d3-bda8-f5d77d61b929 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] No more DHCP agents 2026-09-01 19:59:01.056 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0c04333d-ddf3-41d3-bda8-f5d77d61b929 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Unable to schedule network 25347a28-f231-40c3-9ded-f02124c4ecf2: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:59:01.103 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-dbd3113f-1516-4054-986b-63aa166d315a - - - - - -] OVN reports status down for port: 6b9d42be-449b-47ce-b15b-78df6a8ec7d3 2026-09-01 19:59:01.128 8 INFO neutron.db.ovn_revision_numbers_db [None req-0c04333d-ddf3-41d3-bda8-f5d77d61b929 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Successfully bumped revision number for resource 6b9d42be-449b-47ce-b15b-78df6a8ec7d3 (type: ports) to 1 [pid: 8|app: 0|req: 1728/3595] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:59:00 2026] POST /v2.0/networks => generated 670 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:59:01.416 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ad522263-a1f9-440b-a1ae-425a90b58e47 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] No more DHCP agents 2026-09-01 19:59:01.417 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ad522263-a1f9-440b-a1ae-425a90b58e47 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Unable to schedule network 25347a28-f231-40c3-9ded-f02124c4ecf2: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:59:01.476 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1e50a8ab-908f-4790-b87b-ac90d26f7dba - - - - - -] OVN reports status down for port: a3dab3bd-0334-49f4-b47c-a8d4f6ed7a38 2026-09-01 19:59:01.493 7 INFO neutron.db.ovn_revision_numbers_db [None req-ad522263-a1f9-440b-a1ae-425a90b58e47 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Successfully bumped revision number for resource a3dab3bd-0334-49f4-b47c-a8d4f6ed7a38 (type: ports) to 1 [pid: 7|app: 0|req: 1868/3596] 10.0.0.4 () {34 vars in 662 bytes} [Tue Sep 1 19:59:01 2026] POST /v2.0/ports => generated 743 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1729/3597] 10.0.0.4 () {34 vars in 664 bytes} [Tue Sep 1 19:59:01 2026] POST /v2.0/trunks => generated 409 bytes in 268 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-09-01 19:59:01.967 7 INFO neutron.db.segments_db [None req-70227077-105d-4397-ba9f-f61a73ad170e 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Added segment 31c663ca-c868-4c83-b2f9-4de302bb7e7c of type geneve for network 71e2b06a-e68e-4534-8227-dabcacd2aaad 2026-09-01 19:59:02.135 7 INFO neutron.db.ovn_revision_numbers_db [None req-70227077-105d-4397-ba9f-f61a73ad170e 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Successfully bumped revision number for resource 71e2b06a-e68e-4534-8227-dabcacd2aaad (type: networks) to 1 2026-09-01 19:59:02.330 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-70227077-105d-4397-ba9f-f61a73ad170e 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] No more DHCP agents 2026-09-01 19:59:02.331 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-70227077-105d-4397-ba9f-f61a73ad170e 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Unable to schedule network 71e2b06a-e68e-4534-8227-dabcacd2aaad: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:59:02.390 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1e50a8ab-908f-4790-b87b-ac90d26f7dba - - - - - -] OVN reports status down for port: e73c1b22-36fe-4ae7-b433-0824ed46eaed 2026-09-01 19:59:02.440 7 INFO neutron.db.ovn_revision_numbers_db [None req-70227077-105d-4397-ba9f-f61a73ad170e 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Successfully bumped revision number for resource e73c1b22-36fe-4ae7-b433-0824ed46eaed (type: ports) to 1 [pid: 7|app: 0|req: 1869/3598] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:59:01 2026] POST /v2.0/networks => generated 669 bytes in 635 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:59:02.769 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-01fc9073-dc22-425e-9d87-9acb776f16b7 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] No more DHCP agents 2026-09-01 19:59:02.771 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-01fc9073-dc22-425e-9d87-9acb776f16b7 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Unable to schedule network 71e2b06a-e68e-4534-8227-dabcacd2aaad: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:59:02.830 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1e50a8ab-908f-4790-b87b-ac90d26f7dba - - - - - -] OVN reports status down for port: c578cb33-c4aa-414e-bb1f-cc38c8fdc202 2026-09-01 19:59:02.903 8 INFO neutron.db.ovn_revision_numbers_db [None req-01fc9073-dc22-425e-9d87-9acb776f16b7 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Successfully bumped revision number for resource c578cb33-c4aa-414e-bb1f-cc38c8fdc202 (type: ports) to 1 [pid: 8|app: 0|req: 1730/3599] 10.0.0.4 () {34 vars in 662 bytes} [Tue Sep 1 19:59:02 2026] POST /v2.0/ports => generated 743 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1870/3600] 10.0.0.4 () {34 vars in 664 bytes} [Tue Sep 1 19:59:03 2026] POST /v2.0/trunks => generated 409 bytes in 218 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: 1731/3601] 10.0.0.4 () {34 vars in 747 bytes} [Tue Sep 1 19:59:03 2026] PUT /v2.0/trunks/cb9a0dfe-2f8b-4883-b6ec-4ff7ecd145f1/tags => generated 17 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1871/3602] 10.0.0.4 () {34 vars in 747 bytes} [Tue Sep 1 19:59:03 2026] PUT /v2.0/trunks/0268ebaf-50fb-4a2b-aea2-0016ade40336/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1732/3603] 10.0.0.4 () {34 vars in 747 bytes} [Tue Sep 1 19:59:03 2026] PUT /v2.0/trunks/1abb364c-4202-4e16-aede-3138c523ba7a/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1872/3604] 10.0.0.4 () {34 vars in 747 bytes} [Tue Sep 1 19:59:03 2026] PUT /v2.0/trunks/d134ba18-2524-42e4-a69b-1267a3b770cc/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1733/3605] 10.0.0.4 () {32 vars in 660 bytes} [Tue Sep 1 19:59:03 2026] GET /v2.0/trunks?tags=red => generated 1252 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1873/3606] 10.0.0.4 () {32 vars in 674 bytes} [Tue Sep 1 19:59:03 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 847 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1734/3607] 10.0.0.4 () {32 vars in 670 bytes} [Tue Sep 1 19:59:03 2026] GET /v2.0/trunks?tags-any=blue => generated 847 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1874/3608] 10.0.0.4 () {32 vars in 682 bytes} [Tue Sep 1 19:59:03 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1252 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1735/3609] 10.0.0.4 () {32 vars in 668 bytes} [Tue Sep 1 19:59:03 2026] GET /v2.0/trunks?not-tags=red => generated 819 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1875/3610] 10.0.0.4 () {32 vars in 682 bytes} [Tue Sep 1 19:59:03 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1224 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1736/3611] 10.0.0.4 () {32 vars in 678 bytes} [Tue Sep 1 19:59:03 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1224 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1876/3612] 10.0.0.4 () {32 vars in 690 bytes} [Tue Sep 1 19:59:03 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 819 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1737/3613] 10.0.0.4 () {32 vars in 717 bytes} [Tue Sep 1 19:59:03 2026] GET /v2.0/trunks/cb9a0dfe-2f8b-4883-b6ec-4ff7ecd145f1 => generated 414 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1877/3614] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:59:03 2026] GET /v2.0/ports/f612719a-9c4f-4586-a590-ce198b55c481 => generated 826 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1738/3615] 10.0.0.4 () {32 vars in 720 bytes} [Tue Sep 1 19:59:03 2026] DELETE /v2.0/trunks/cb9a0dfe-2f8b-4883-b6ec-4ff7ecd145f1 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1878/3616] 10.0.0.4 () {32 vars in 717 bytes} [Tue Sep 1 19:59:04 2026] GET /v2.0/trunks/0268ebaf-50fb-4a2b-aea2-0016ade40336 => generated 422 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1739/3617] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:59:04 2026] GET /v2.0/ports/15f0f8ca-64ec-48db-a027-9b763be8dfd0 => generated 826 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1879/3618] 10.0.0.4 () {32 vars in 720 bytes} [Tue Sep 1 19:59:04 2026] DELETE /v2.0/trunks/0268ebaf-50fb-4a2b-aea2-0016ade40336 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1740/3619] 10.0.0.4 () {32 vars in 717 bytes} [Tue Sep 1 19:59:04 2026] GET /v2.0/trunks/1abb364c-4202-4e16-aede-3138c523ba7a => generated 431 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1880/3620] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:59:04 2026] GET /v2.0/ports/4aba0a2e-fdf2-4991-9828-c916468b5ca9 => generated 826 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1741/3621] 10.0.0.4 () {32 vars in 720 bytes} [Tue Sep 1 19:59:04 2026] DELETE /v2.0/trunks/1abb364c-4202-4e16-aede-3138c523ba7a => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1881/3622] 10.0.0.4 () {32 vars in 717 bytes} [Tue Sep 1 19:59:04 2026] GET /v2.0/trunks/d134ba18-2524-42e4-a69b-1267a3b770cc => generated 416 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1742/3623] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:59:04 2026] GET /v2.0/ports/a3dab3bd-0334-49f4-b47c-a8d4f6ed7a38 => generated 826 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1882/3624] 10.0.0.4 () {32 vars in 720 bytes} [Tue Sep 1 19:59:04 2026] DELETE /v2.0/trunks/d134ba18-2524-42e4-a69b-1267a3b770cc => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1743/3625] 10.0.0.4 () {32 vars in 717 bytes} [Tue Sep 1 19:59:04 2026] GET /v2.0/trunks/9bd93480-b3ed-414c-8d5b-6872d8ef3652 => generated 409 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1883/3626] 10.0.0.4 () {32 vars in 715 bytes} [Tue Sep 1 19:59:04 2026] GET /v2.0/ports/c578cb33-c4aa-414e-bb1f-cc38c8fdc202 => generated 826 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1744/3627] 10.0.0.4 () {32 vars in 720 bytes} [Tue Sep 1 19:59:04 2026] DELETE /v2.0/trunks/9bd93480-b3ed-414c-8d5b-6872d8ef3652 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:59:05.075 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c073702-f58c-4b93-81c1-b67626166a7f 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] TaaS: Handle Delete Port: f612719a-9c4f-4586-a590-ce198b55c481 2026-09-01 19:59:05.078 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c073702-f58c-4b93-81c1-b67626166a7f 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Tap Mirror: Handle Delete Port: f612719a-9c4f-4586-a590-ce198b55c481 [pid: 7|app: 0|req: 1884/3628] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:59:04 2026] DELETE /v2.0/ports/f612719a-9c4f-4586-a590-ce198b55c481 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:59:05.341 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3464043-85dd-4966-b54a-92051fbe3ad3 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] TaaS: Handle Delete Port: 15f0f8ca-64ec-48db-a027-9b763be8dfd0 2026-09-01 19:59:05.346 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3464043-85dd-4966-b54a-92051fbe3ad3 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Tap Mirror: Handle Delete Port: 15f0f8ca-64ec-48db-a027-9b763be8dfd0 [pid: 8|app: 0|req: 1745/3629] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:59:05 2026] DELETE /v2.0/ports/15f0f8ca-64ec-48db-a027-9b763be8dfd0 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:59:05.628 7 INFO neutron_taas.services.taas.taas_plugin [None req-201c207e-f11e-4e38-a27d-c4eb24589889 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] TaaS: Handle Delete Port: 4aba0a2e-fdf2-4991-9828-c916468b5ca9 2026-09-01 19:59:05.633 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-201c207e-f11e-4e38-a27d-c4eb24589889 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Tap Mirror: Handle Delete Port: 4aba0a2e-fdf2-4991-9828-c916468b5ca9 [pid: 7|app: 0|req: 1885/3630] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:59:05 2026] DELETE /v2.0/ports/4aba0a2e-fdf2-4991-9828-c916468b5ca9 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:59:05.940 8 INFO neutron_taas.services.taas.taas_plugin [None req-82b7f1fe-5df3-4c29-ad71-36b2366f5181 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] TaaS: Handle Delete Port: a3dab3bd-0334-49f4-b47c-a8d4f6ed7a38 2026-09-01 19:59:05.945 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82b7f1fe-5df3-4c29-ad71-36b2366f5181 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Tap Mirror: Handle Delete Port: a3dab3bd-0334-49f4-b47c-a8d4f6ed7a38 [pid: 8|app: 0|req: 1746/3631] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:59:05 2026] DELETE /v2.0/ports/a3dab3bd-0334-49f4-b47c-a8d4f6ed7a38 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:59:06.237 7 INFO neutron_taas.services.taas.taas_plugin [None req-a42cb8ff-cb17-454f-b6ea-f6b9f8ef6bb9 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] TaaS: Handle Delete Port: c578cb33-c4aa-414e-bb1f-cc38c8fdc202 2026-09-01 19:59:06.240 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a42cb8ff-cb17-454f-b6ea-f6b9f8ef6bb9 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Tap Mirror: Handle Delete Port: c578cb33-c4aa-414e-bb1f-cc38c8fdc202 [pid: 7|app: 0|req: 1886/3632] 10.0.0.4 () {32 vars in 718 bytes} [Tue Sep 1 19:59:06 2026] DELETE /v2.0/ports/c578cb33-c4aa-414e-bb1f-cc38c8fdc202 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:59:06.464 8 INFO neutron_taas.services.taas.taas_plugin [None req-1ac75d5e-cf91-4d8b-a3a0-5fa2661566df 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] TaaS: Handle Delete Port: 30648e82-6be6-4476-aa19-123f2d196df6 2026-09-01 19:59:06.467 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ac75d5e-cf91-4d8b-a3a0-5fa2661566df 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Tap Mirror: Handle Delete Port: 30648e82-6be6-4476-aa19-123f2d196df6 2026-09-01 19:59:06.630 8 INFO neutron.services.segments.plugin [-] Segment b5cd6e9f-a3c3-47c8-9bb6-1c8cab1566b6 resource provider aggregate not found 2026-09-01 19:59:06.635 8 INFO neutron.services.segments.plugin [-] Segment b5cd6e9f-a3c3-47c8-9bb6-1c8cab1566b6 resource provider aggregate not found 2026-09-01 19:59:06.651 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b5cd6e9f-a3c3-47c8-9bb6-1c8cab1566b6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5cd6e9f-a3c3-47c8-9bb6-1c8cab1566b6 found for delete ", "request_id": "req-69c32c55-2ac7-4de6-abec-e2c40e6c3177"}]} 2026-09-01 19:59:06.656 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b5cd6e9f-a3c3-47c8-9bb6-1c8cab1566b6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5cd6e9f-a3c3-47c8-9bb6-1c8cab1566b6 found for delete ", "request_id": "req-9cdaf6e2-f95e-4c41-a775-ff6559dface9"}]} [pid: 8|app: 0|req: 1747/3633] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:59:06 2026] DELETE /v2.0/networks/2e61578d-d09a-46c0-acf9-a5036761bd1f => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:59:06.811 7 INFO neutron_taas.services.taas.taas_plugin [None req-e78616c0-9ec8-444c-98fe-3a4a2cdbbab5 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] TaaS: Handle Delete Port: a36645d3-ff4e-4e74-9dac-1aeb0d186379 2026-09-01 19:59:06.813 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e78616c0-9ec8-444c-98fe-3a4a2cdbbab5 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Tap Mirror: Handle Delete Port: a36645d3-ff4e-4e74-9dac-1aeb0d186379 2026-09-01 19:59:07.073 7 INFO neutron.services.segments.plugin [-] Segment ffe9f1ee-353e-447b-90ec-40c56f7530da resource provider aggregate not found 2026-09-01 19:59:07.082 7 INFO neutron.services.segments.plugin [-] Segment ffe9f1ee-353e-447b-90ec-40c56f7530da resource provider aggregate not found 2026-09-01 19:59:07.101 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ffe9f1ee-353e-447b-90ec-40c56f7530da resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffe9f1ee-353e-447b-90ec-40c56f7530da found for delete ", "request_id": "req-9e1457c3-38b9-42a2-9f12-5a74322ff420"}]} 2026-09-01 19:59:07.107 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ffe9f1ee-353e-447b-90ec-40c56f7530da resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffe9f1ee-353e-447b-90ec-40c56f7530da found for delete ", "request_id": "req-6db794a1-763c-4a04-970d-24b141b93a4a"}]} [pid: 7|app: 0|req: 1887/3634] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:59:06 2026] DELETE /v2.0/networks/a0ff8abe-0959-454b-91d1-60f6579fbcfb => generated 0 bytes in 456 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:59:07.288 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ab24649-9077-4431-b475-0360905b75d2 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] TaaS: Handle Delete Port: c5a30193-53f4-4e0e-ac18-2057c03f74bd 2026-09-01 19:59:07.291 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ab24649-9077-4431-b475-0360905b75d2 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Tap Mirror: Handle Delete Port: c5a30193-53f4-4e0e-ac18-2057c03f74bd [pid: 8|app: 0|req: 1748/3635] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:59:07 2026] DELETE /v2.0/networks/f492106e-5697-4e44-b841-962de5a48609 => generated 0 bytes in 372 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:59:07.660 7 INFO neutron_taas.services.taas.taas_plugin [None req-e64b6dec-a4bc-4e9f-a25b-946e38cb451b 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] TaaS: Handle Delete Port: 6b9d42be-449b-47ce-b15b-78df6a8ec7d3 2026-09-01 19:59:07.663 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e64b6dec-a4bc-4e9f-a25b-946e38cb451b 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Tap Mirror: Handle Delete Port: 6b9d42be-449b-47ce-b15b-78df6a8ec7d3 [pid: 7|app: 0|req: 1888/3636] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:59:07 2026] DELETE /v2.0/networks/25347a28-f231-40c3-9ded-f02124c4ecf2 => generated 0 bytes in 402 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:59:08.071 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a0de214-0911-47c4-a2ae-d664464498a4 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] TaaS: Handle Delete Port: e73c1b22-36fe-4ae7-b433-0824ed46eaed 2026-09-01 19:59:08.074 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a0de214-0911-47c4-a2ae-d664464498a4 45747265ddd44948b6f06f89e89c00ed 66c2dc7096354cbfbac10dc34021afad - - default default] Tap Mirror: Handle Delete Port: e73c1b22-36fe-4ae7-b433-0824ed46eaed [pid: 8|app: 0|req: 1749/3637] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:59:07 2026] DELETE /v2.0/networks/71e2b06a-e68e-4534-8227-dabcacd2aaad => generated 0 bytes in 368 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:59:08.679 8 INFO neutron.services.segments.plugin [-] Segment 84b158eb-e79c-497f-bb74-62ebf2db5ef5 resource provider aggregate not found 2026-09-01 19:59:08.683 8 INFO neutron.services.segments.plugin [-] Segment 84b158eb-e79c-497f-bb74-62ebf2db5ef5 resource provider aggregate not found 2026-09-01 19:59:08.701 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 84b158eb-e79c-497f-bb74-62ebf2db5ef5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84b158eb-e79c-497f-bb74-62ebf2db5ef5 found for delete ", "request_id": "req-b4f0949b-f377-4454-aff0-232bab50aa47"}]} 2026-09-01 19:59:08.707 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 84b158eb-e79c-497f-bb74-62ebf2db5ef5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84b158eb-e79c-497f-bb74-62ebf2db5ef5 found for delete ", "request_id": "req-1c9510ea-00cb-4fc5-b6f1-1e69db8325c1"}]} 2026-09-01 19:59:08.724 8 INFO neutron.services.segments.plugin [-] Segment 31c663ca-c868-4c83-b2f9-4de302bb7e7c resource provider aggregate not found 2026-09-01 19:59:08.730 8 INFO neutron.services.segments.plugin [-] Segment 31c663ca-c868-4c83-b2f9-4de302bb7e7c resource provider aggregate not found 2026-09-01 19:59:08.746 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 31c663ca-c868-4c83-b2f9-4de302bb7e7c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31c663ca-c868-4c83-b2f9-4de302bb7e7c found for delete ", "request_id": "req-6d5d7394-d653-4aed-a03f-e1ba3d582afe"}]} 2026-09-01 19:59:08.748 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 31c663ca-c868-4c83-b2f9-4de302bb7e7c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31c663ca-c868-4c83-b2f9-4de302bb7e7c found for delete ", "request_id": "req-e74dcd91-59f7-47bc-b136-93939167bf05"}]} 2026-09-01 19:59:09.128 7 INFO neutron.services.segments.plugin [-] Segment 8953a2fb-f816-45e2-b0ea-e83200f96ecf resource provider aggregate not found 2026-09-01 19:59:09.133 7 INFO neutron.services.segments.plugin [-] Segment 8953a2fb-f816-45e2-b0ea-e83200f96ecf resource provider aggregate not found 2026-09-01 19:59:09.148 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8953a2fb-f816-45e2-b0ea-e83200f96ecf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8953a2fb-f816-45e2-b0ea-e83200f96ecf found for delete ", "request_id": "req-5df4b0de-a88c-46bb-9415-fffd32966eee"}]} 2026-09-01 19:59:09.151 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8953a2fb-f816-45e2-b0ea-e83200f96ecf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8953a2fb-f816-45e2-b0ea-e83200f96ecf found for delete ", "request_id": "req-fe62e508-ee33-497a-adc6-2f123c850103"}]} 2026-09-01 19:59:09.495 7 INFO neutron.db.ovn_revision_numbers_db [None req-e7709cff-4a8a-406f-b2c0-a597dee7dd6a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 33a30857-41ae-4721-9eb7-f44e628006b9 (type: security_groups) to 1 2026-09-01 19:59:09.506 7 INFO neutron.db.ovn_revision_numbers_db [None req-e7709cff-4a8a-406f-b2c0-a597dee7dd6a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 23721429-bc6c-4adc-8728-9670572a7c28 (type: security_group_rules) to 0 2026-09-01 19:59:09.519 7 INFO neutron.db.ovn_revision_numbers_db [None req-e7709cff-4a8a-406f-b2c0-a597dee7dd6a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 3b902758-27df-45fd-a3bc-83c87cd5c16f (type: security_group_rules) to 0 2026-09-01 19:59:09.534 7 INFO neutron.db.ovn_revision_numbers_db [None req-e7709cff-4a8a-406f-b2c0-a597dee7dd6a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource b0c76ed7-00f2-40a5-931c-902d08732c3a (type: security_group_rules) to 0 2026-09-01 19:59:09.546 7 INFO neutron.db.ovn_revision_numbers_db [None req-e7709cff-4a8a-406f-b2c0-a597dee7dd6a 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource c39fc52d-5901-4c37-869d-e093f11887b5 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1889/3638] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:59:09 2026] GET /v2.0/security-groups?tenant_id=931b068809684b23b828c91ba23c5214&name=default => generated 2929 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1750/3639] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:59:09 2026] DELETE /v2.0/security-groups/33a30857-41ae-4721-9eb7-f44e628006b9 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1890/3640] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:59:10 2026] GET /v2.0/security-groups?tenant_id=66c2dc7096354cbfbac10dc34021afad&name=default => generated 2929 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1751/3641] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:59:10 2026] DELETE /v2.0/security-groups/5fae6ec7-1927-4ebc-92ec-1e1e94e6f922 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:59:10.671 7 INFO neutron.db.ovn_revision_numbers_db [None req-d607c50f-c625-478a-96c9-1e201074b55e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 11e1ffd4-5851-4694-9d0a-e08fe5d5ce02 (type: security_groups) to 1 2026-09-01 19:59:10.684 7 INFO neutron.db.ovn_revision_numbers_db [None req-d607c50f-c625-478a-96c9-1e201074b55e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 2ceb0b64-c8f7-4a6d-b23e-50795260b798 (type: security_group_rules) to 0 2026-09-01 19:59:10.697 7 INFO neutron.db.ovn_revision_numbers_db [None req-d607c50f-c625-478a-96c9-1e201074b55e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 4c5d9dd9-af24-4391-8d07-bff6f3bb285f (type: security_group_rules) to 0 2026-09-01 19:59:10.710 7 INFO neutron.db.ovn_revision_numbers_db [None req-d607c50f-c625-478a-96c9-1e201074b55e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 659e64b0-3003-4f74-b4e3-1b21a70a948f (type: security_group_rules) to 0 2026-09-01 19:59:10.721 7 INFO neutron.db.ovn_revision_numbers_db [None req-d607c50f-c625-478a-96c9-1e201074b55e 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource f3b5dcfa-4858-4bcd-85b3-69c9a2f089a9 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1891/3642] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:59:10 2026] GET /v2.0/security-groups?tenant_id=80f9b3ff9b2a43a29cfcf956390ad4a8&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: 1752/3643] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:59:10 2026] DELETE /v2.0/security-groups/11e1ffd4-5851-4694-9d0a-e08fe5d5ce02 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:59:14.772 8 INFO neutron.db.ovn_revision_numbers_db [None req-9998e594-ecc5-4538-9f2d-be66be1c6d51 a8b0f77603184a2899fe991c01aaf2b3 f0dc908790ce45e2a62c2647327e82fe - - default default] Successfully bumped revision number for resource ce56dc98-b517-4721-a687-f79c068fa0f8 (type: security_groups) to 1 2026-09-01 19:59:14.790 8 INFO neutron.db.ovn_revision_numbers_db [None req-9998e594-ecc5-4538-9f2d-be66be1c6d51 a8b0f77603184a2899fe991c01aaf2b3 f0dc908790ce45e2a62c2647327e82fe - - default default] Successfully bumped revision number for resource aa5c3500-a97f-4d8c-b56e-732a5304d5fa (type: security_group_rules) to 0 2026-09-01 19:59:14.812 8 INFO neutron.db.ovn_revision_numbers_db [None req-9998e594-ecc5-4538-9f2d-be66be1c6d51 a8b0f77603184a2899fe991c01aaf2b3 f0dc908790ce45e2a62c2647327e82fe - - default default] Successfully bumped revision number for resource b010a8d4-d226-4bef-bd69-8face07c2666 (type: security_group_rules) to 0 2026-09-01 19:59:14.834 8 INFO neutron.db.ovn_revision_numbers_db [None req-9998e594-ecc5-4538-9f2d-be66be1c6d51 a8b0f77603184a2899fe991c01aaf2b3 f0dc908790ce45e2a62c2647327e82fe - - default default] Successfully bumped revision number for resource c74a2ef9-3c91-485f-8cf4-1fbc076524c4 (type: security_group_rules) to 0 2026-09-01 19:59:14.850 8 INFO neutron.db.ovn_revision_numbers_db [None req-9998e594-ecc5-4538-9f2d-be66be1c6d51 a8b0f77603184a2899fe991c01aaf2b3 f0dc908790ce45e2a62c2647327e82fe - - default default] Successfully bumped revision number for resource de295e39-4773-460c-9481-244e9e493ba7 (type: security_group_rules) to 0 2026-09-01 19:59:14.964 8 INFO neutron.db.segments_db [None req-9998e594-ecc5-4538-9f2d-be66be1c6d51 a8b0f77603184a2899fe991c01aaf2b3 f0dc908790ce45e2a62c2647327e82fe - - default default] Added segment b6a82138-055c-48bc-819b-d734bada133b of type geneve for network 0990ac4b-85d5-44f2-a455-a2ba001f8a99 2026-09-01 19:59:15.088 8 INFO neutron.db.ovn_revision_numbers_db [None req-9998e594-ecc5-4538-9f2d-be66be1c6d51 a8b0f77603184a2899fe991c01aaf2b3 f0dc908790ce45e2a62c2647327e82fe - - default default] Successfully bumped revision number for resource 0990ac4b-85d5-44f2-a455-a2ba001f8a99 (type: networks) to 1 2026-09-01 19:59:15.218 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9998e594-ecc5-4538-9f2d-be66be1c6d51 a8b0f77603184a2899fe991c01aaf2b3 f0dc908790ce45e2a62c2647327e82fe - - default default] No more DHCP agents 2026-09-01 19:59:15.219 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9998e594-ecc5-4538-9f2d-be66be1c6d51 a8b0f77603184a2899fe991c01aaf2b3 f0dc908790ce45e2a62c2647327e82fe - - default default] Unable to schedule network 0990ac4b-85d5-44f2-a455-a2ba001f8a99: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:59:15.254 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1e50a8ab-908f-4790-b87b-ac90d26f7dba - - - - - -] OVN reports status down for port: 1d19584f-6808-4bb3-828c-cc7a12869661 2026-09-01 19:59:15.322 8 INFO neutron.db.ovn_revision_numbers_db [None req-9998e594-ecc5-4538-9f2d-be66be1c6d51 a8b0f77603184a2899fe991c01aaf2b3 f0dc908790ce45e2a62c2647327e82fe - - default default] Successfully bumped revision number for resource 1d19584f-6808-4bb3-828c-cc7a12869661 (type: ports) to 1 [pid: 8|app: 0|req: 1754/3646] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:59:14 2026] POST /v2.0/networks => generated 670 bytes in 942 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1893/3647] 10.0.0.4 () {34 vars in 751 bytes} [Tue Sep 1 19:59:15 2026] PUT /v2.0/networks/0990ac4b-85d5-44f2-a455-a2ba001f8a99/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1755/3648] 10.0.0.4 () {32 vars in 731 bytes} [Tue Sep 1 19:59:15 2026] GET /v2.0/networks/0990ac4b-85d5-44f2-a455-a2ba001f8a99/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1894/3649] 10.0.0.4 () {34 vars in 762 bytes} [Tue Sep 1 19:59:15 2026] PUT /v2.0/networks/0990ac4b-85d5-44f2-a455-a2ba001f8a99/tags/green => generated 4 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1756/3650] 10.0.0.4 () {32 vars in 731 bytes} [Tue Sep 1 19:59:15 2026] GET /v2.0/networks/0990ac4b-85d5-44f2-a455-a2ba001f8a99/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1895/3651] 10.0.0.4 () {34 vars in 758 bytes} [Tue Sep 1 19:59:15 2026] PUT /v2.0/networks/0990ac4b-85d5-44f2-a455-a2ba001f8a99/tags/red => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1757/3652] 10.0.0.4 () {32 vars in 731 bytes} [Tue Sep 1 19:59:15 2026] GET /v2.0/networks/0990ac4b-85d5-44f2-a455-a2ba001f8a99/tags => generated 34 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1896/3653] 10.0.0.4 () {34 vars in 780 bytes} [Tue Sep 1 19:59:15 2026] PUT /v2.0/networks/0990ac4b-85d5-44f2-a455-a2ba001f8a99/tags/black.or.white => generated 4 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1758/3654] 10.0.0.4 () {32 vars in 731 bytes} [Tue Sep 1 19:59:15 2026] GET /v2.0/networks/0990ac4b-85d5-44f2-a455-a2ba001f8a99/tags => generated 52 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1897/3655] 10.0.0.4 () {34 vars in 751 bytes} [Tue Sep 1 19:59:16 2026] PUT /v2.0/networks/0990ac4b-85d5-44f2-a455-a2ba001f8a99/tags => generated 37 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1759/3656] 10.0.0.4 () {32 vars in 731 bytes} [Tue Sep 1 19:59:16 2026] GET /v2.0/networks/0990ac4b-85d5-44f2-a455-a2ba001f8a99/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1898/3657] 10.0.0.4 () {32 vars in 739 bytes} [Tue Sep 1 19:59:16 2026] GET /v2.0/networks/0990ac4b-85d5-44f2-a455-a2ba001f8a99/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:59:16.362 8 INFO neutron.api.v2.resource [None req-09e6ff5c-75a5-4a23-b47e-f518a3dcfdce a8b0f77603184a2899fe991c01aaf2b3 f0dc908790ce45e2a62c2647327e82fe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1760/3658] 10.0.0.4 () {32 vars in 743 bytes} [Tue Sep 1 19:59:16 2026] GET /v2.0/networks/0990ac4b-85d5-44f2-a455-a2ba001f8a99/tags/green => generated 99 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1899/3659] 10.0.0.4 () {32 vars in 742 bytes} [Tue Sep 1 19:59:16 2026] DELETE /v2.0/networks/0990ac4b-85d5-44f2-a455-a2ba001f8a99/tags/red => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1761/3660] 10.0.0.4 () {32 vars in 731 bytes} [Tue Sep 1 19:59:16 2026] GET /v2.0/networks/0990ac4b-85d5-44f2-a455-a2ba001f8a99/tags => generated 30 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:59:16.582 7 INFO neutron.api.v2.resource [None req-17de3389-14cd-4aa0-98f3-ae5245e42da2 a8b0f77603184a2899fe991c01aaf2b3 f0dc908790ce45e2a62c2647327e82fe - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1900/3661] 10.0.0.4 () {32 vars in 746 bytes} [Tue Sep 1 19:59:16 2026] DELETE /v2.0/networks/0990ac4b-85d5-44f2-a455-a2ba001f8a99/tags/green => generated 99 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1762/3662] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:59:16 2026] DELETE /v2.0/networks/0990ac4b-85d5-44f2-a455-a2ba001f8a99/tags => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1901/3663] 10.0.0.4 () {32 vars in 731 bytes} [Tue Sep 1 19:59:16 2026] GET /v2.0/networks/0990ac4b-85d5-44f2-a455-a2ba001f8a99/tags => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:59:16.959 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f42bcce-fcdb-40bf-997c-7e5097ea7fe6 a8b0f77603184a2899fe991c01aaf2b3 f0dc908790ce45e2a62c2647327e82fe - - default default] TaaS: Handle Delete Port: 1d19584f-6808-4bb3-828c-cc7a12869661 2026-09-01 19:59:16.964 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f42bcce-fcdb-40bf-997c-7e5097ea7fe6 a8b0f77603184a2899fe991c01aaf2b3 f0dc908790ce45e2a62c2647327e82fe - - default default] Tap Mirror: Handle Delete Port: 1d19584f-6808-4bb3-828c-cc7a12869661 2026-09-01 19:59:17.192 8 INFO neutron.services.segments.plugin [-] Segment b6a82138-055c-48bc-819b-d734bada133b resource provider aggregate not found 2026-09-01 19:59:17.204 8 INFO neutron.services.segments.plugin [-] Segment b6a82138-055c-48bc-819b-d734bada133b resource provider aggregate not found 2026-09-01 19:59:17.228 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b6a82138-055c-48bc-819b-d734bada133b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6a82138-055c-48bc-819b-d734bada133b found for delete ", "request_id": "req-673795fd-17f6-43be-bb30-b4518535324c"}]} 2026-09-01 19:59:17.229 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b6a82138-055c-48bc-819b-d734bada133b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6a82138-055c-48bc-819b-d734bada133b found for delete ", "request_id": "req-ea3c57ef-75fd-486a-be98-24d5c9c755a1"}]} [pid: 8|app: 0|req: 1763/3664] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:59:16 2026] DELETE /v2.0/networks/0990ac4b-85d5-44f2-a455-a2ba001f8a99 => generated 0 bytes in 515 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:59:18.215 7 INFO neutron.db.ovn_revision_numbers_db [None req-11a5692c-c1c3-4805-bf0d-13768b8dc993 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 6edb1607-9ef9-423d-8ddc-a15eef1cb250 (type: security_groups) to 1 2026-09-01 19:59:18.228 7 INFO neutron.db.ovn_revision_numbers_db [None req-11a5692c-c1c3-4805-bf0d-13768b8dc993 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 64dcaf49-81c4-4248-abc2-1595b867d423 (type: security_group_rules) to 0 2026-09-01 19:59:18.239 7 INFO neutron.db.ovn_revision_numbers_db [None req-11a5692c-c1c3-4805-bf0d-13768b8dc993 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 7c5a81ea-92ff-4e37-a8c2-57d676decbab (type: security_group_rules) to 0 2026-09-01 19:59:18.251 7 INFO neutron.db.ovn_revision_numbers_db [None req-11a5692c-c1c3-4805-bf0d-13768b8dc993 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 93664091-190b-4c87-b33a-16c55dce767f (type: security_group_rules) to 0 2026-09-01 19:59:18.266 7 INFO neutron.db.ovn_revision_numbers_db [None req-11a5692c-c1c3-4805-bf0d-13768b8dc993 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 97eea6d8-be12-47a3-b5a7-2928b6ee7c06 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1902/3665] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:59:17 2026] GET /v2.0/security-groups?tenant_id=a280af95d5d143258ca281aae0c2d723&name=default => generated 2929 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1764/3666] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:59:18 2026] DELETE /v2.0/security-groups/6edb1607-9ef9-423d-8ddc-a15eef1cb250 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1903/3667] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:59:18 2026] GET /v2.0/security-groups?tenant_id=f0dc908790ce45e2a62c2647327e82fe&name=default => generated 2929 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1765/3668] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:59:18 2026] DELETE /v2.0/security-groups/ce56dc98-b517-4721-a687-f79c068fa0f8 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1904/3669] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:59:20 2026] GET /v2.0/floatingips => generated 19 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1766/3670] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:59:20 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1905/3671] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 19:59:20 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: 8|app: 0|req: 1767/3672] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 19:59:20 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1906/3673] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:59:20 2026] GET /v2.0/subnets => generated 1308 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1768/3674] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 19:59:20 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: 1907/3675] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 19:59:20 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: 1769/3676] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 19:59:21 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: 1908/3677] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 19:59:21 2026] GET /v2.0/ports => generated 5171 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1770/3678] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 19:59:21 2026] GET /v2.0/security-groups => generated 17397 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1909/3679] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 19:59:21 2026] GET /v2.0/agents => generated 1214 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-01 19:59:22.761 8 INFO neutron.db.ovn_revision_numbers_db [None req-7b1768b3-fe61-42c6-960b-63cf6d8cb2da 3430020f671b47758f6be59e4b847c61 477daf4380a04eda9aa564f00fd20997 - - default default] Successfully bumped revision number for resource 96e21184-b8cd-47c6-bef9-e638d47c56d0 (type: routers) to 1 [pid: 8|app: 0|req: 1771/3680] 10.0.0.4 () {34 vars in 666 bytes} [Tue Sep 1 19:59:22 2026] POST /v2.0/routers => generated 570 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1910/3681] 10.0.0.4 () {34 vars in 749 bytes} [Tue Sep 1 19:59:22 2026] PUT /v2.0/routers/96e21184-b8cd-47c6-bef9-e638d47c56d0/tags => generated 25 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1772/3682] 10.0.0.4 () {32 vars in 729 bytes} [Tue Sep 1 19:59:22 2026] GET /v2.0/routers/96e21184-b8cd-47c6-bef9-e638d47c56d0/tags => generated 25 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1911/3683] 10.0.0.4 () {34 vars in 760 bytes} [Tue Sep 1 19:59:23 2026] PUT /v2.0/routers/96e21184-b8cd-47c6-bef9-e638d47c56d0/tags/green => generated 4 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1773/3684] 10.0.0.4 () {32 vars in 729 bytes} [Tue Sep 1 19:59:23 2026] GET /v2.0/routers/96e21184-b8cd-47c6-bef9-e638d47c56d0/tags => generated 34 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1912/3685] 10.0.0.4 () {34 vars in 756 bytes} [Tue Sep 1 19:59:23 2026] PUT /v2.0/routers/96e21184-b8cd-47c6-bef9-e638d47c56d0/tags/red => generated 4 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1774/3686] 10.0.0.4 () {32 vars in 729 bytes} [Tue Sep 1 19:59:23 2026] GET /v2.0/routers/96e21184-b8cd-47c6-bef9-e638d47c56d0/tags => generated 34 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1913/3687] 10.0.0.4 () {34 vars in 778 bytes} [Tue Sep 1 19:59:23 2026] PUT /v2.0/routers/96e21184-b8cd-47c6-bef9-e638d47c56d0/tags/black.or.white => generated 4 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1775/3688] 10.0.0.4 () {32 vars in 729 bytes} [Tue Sep 1 19:59:23 2026] GET /v2.0/routers/96e21184-b8cd-47c6-bef9-e638d47c56d0/tags => generated 52 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1914/3689] 10.0.0.4 () {34 vars in 749 bytes} [Tue Sep 1 19:59:23 2026] PUT /v2.0/routers/96e21184-b8cd-47c6-bef9-e638d47c56d0/tags => generated 37 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1776/3690] 10.0.0.4 () {32 vars in 729 bytes} [Tue Sep 1 19:59:23 2026] GET /v2.0/routers/96e21184-b8cd-47c6-bef9-e638d47c56d0/tags => generated 37 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1915/3691] 10.0.0.4 () {32 vars in 737 bytes} [Tue Sep 1 19:59:23 2026] GET /v2.0/routers/96e21184-b8cd-47c6-bef9-e638d47c56d0/tags/red => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:59:24.111 8 INFO neutron.api.v2.resource [None req-d7a57281-6cec-46ec-a782-6db73efcdd09 3430020f671b47758f6be59e4b847c61 477daf4380a04eda9aa564f00fd20997 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1777/3692] 10.0.0.4 () {32 vars in 741 bytes} [Tue Sep 1 19:59:24 2026] GET /v2.0/routers/96e21184-b8cd-47c6-bef9-e638d47c56d0/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1916/3693] 10.0.0.4 () {32 vars in 740 bytes} [Tue Sep 1 19:59:24 2026] DELETE /v2.0/routers/96e21184-b8cd-47c6-bef9-e638d47c56d0/tags/red => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1778/3694] 10.0.0.4 () {32 vars in 729 bytes} [Tue Sep 1 19:59:24 2026] GET /v2.0/routers/96e21184-b8cd-47c6-bef9-e638d47c56d0/tags => generated 30 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:59:24.382 7 INFO neutron.api.v2.resource [None req-7ca43b45-8dd2-4da1-a192-6563fe78b21d 3430020f671b47758f6be59e4b847c61 477daf4380a04eda9aa564f00fd20997 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1917/3695] 10.0.0.4 () {32 vars in 744 bytes} [Tue Sep 1 19:59:24 2026] DELETE /v2.0/routers/96e21184-b8cd-47c6-bef9-e638d47c56d0/tags/green => generated 99 bytes in 86 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1779/3696] 10.0.0.4 () {32 vars in 732 bytes} [Tue Sep 1 19:59:24 2026] DELETE /v2.0/routers/96e21184-b8cd-47c6-bef9-e638d47c56d0/tags => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1918/3697] 10.0.0.4 () {32 vars in 729 bytes} [Tue Sep 1 19:59:24 2026] GET /v2.0/routers/96e21184-b8cd-47c6-bef9-e638d47c56d0/tags => generated 12 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1780/3698] 10.0.0.4 () {32 vars in 719 bytes} [Tue Sep 1 19:59:24 2026] GET /v2.0/routers/96e21184-b8cd-47c6-bef9-e638d47c56d0 => generated 576 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-01 19:59:24.921 7 INFO neutron.db.ovn_revision_numbers_db [None req-e66e1796-5255-4ecc-9863-d1f99dae9aec 3430020f671b47758f6be59e4b847c61 477daf4380a04eda9aa564f00fd20997 - - default default] Successfully bumped revision number for resource 96e21184-b8cd-47c6-bef9-e638d47c56d0 (type: routers) to 7 [pid: 7|app: 0|req: 1919/3699] 10.0.0.4 () {34 vars in 740 bytes} [Tue Sep 1 19:59:24 2026] PUT /v2.0/routers/96e21184-b8cd-47c6-bef9-e638d47c56d0 => generated 576 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1781/3700] 10.0.0.4 () {32 vars in 734 bytes} [Tue Sep 1 19:59:24 2026] GET /v2.0/ports?device_id=96e21184-b8cd-47c6-bef9-e638d47c56d0 => 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: 1920/3701] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:59:24 2026] DELETE /v2.0/routers/96e21184-b8cd-47c6-bef9-e638d47c56d0 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:59:26.162 8 INFO neutron.db.ovn_revision_numbers_db [None req-9f89973f-b2d5-4898-b286-b442dbc2655d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 3c0ff3af-40c0-41b3-a947-8ae6150f9b47 (type: security_groups) to 1 2026-09-01 19:59:26.178 8 INFO neutron.db.ovn_revision_numbers_db [None req-9f89973f-b2d5-4898-b286-b442dbc2655d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 0af4b9d6-b071-4bcb-a3ba-93e81a107adb (type: security_group_rules) to 0 2026-09-01 19:59:26.194 8 INFO neutron.db.ovn_revision_numbers_db [None req-9f89973f-b2d5-4898-b286-b442dbc2655d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 6d2a78b5-e0ee-4697-9752-5302eb39665d (type: security_group_rules) to 0 2026-09-01 19:59:26.210 8 INFO neutron.db.ovn_revision_numbers_db [None req-9f89973f-b2d5-4898-b286-b442dbc2655d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 87a302e4-5ee5-466c-b993-705322d9a274 (type: security_group_rules) to 0 2026-09-01 19:59:26.224 8 INFO neutron.db.ovn_revision_numbers_db [None req-9f89973f-b2d5-4898-b286-b442dbc2655d 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource dfb95689-4878-4f6d-b425-344dbfe97664 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1782/3702] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:59:25 2026] GET /v2.0/security-groups?tenant_id=26fb4e72649c4c45a5d79a29ef9e6c64&name=default => generated 2929 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1921/3705] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:59:26 2026] DELETE /v2.0/security-groups/3c0ff3af-40c0-41b3-a947-8ae6150f9b47 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:59:26.838 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d75ff74-bbaa-4e65-b5ff-ad1c7c27cee9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 57687b8f-3fe4-43c2-b294-39e96d21e615 (type: security_groups) to 1 2026-09-01 19:59:26.850 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d75ff74-bbaa-4e65-b5ff-ad1c7c27cee9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 15ff8dcc-75c4-4e83-a5a9-1a39f5608834 (type: security_group_rules) to 0 2026-09-01 19:59:26.868 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d75ff74-bbaa-4e65-b5ff-ad1c7c27cee9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 331e4c1c-bcd0-4e79-a793-f6c0b36a3e1a (type: security_group_rules) to 0 2026-09-01 19:59:26.887 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d75ff74-bbaa-4e65-b5ff-ad1c7c27cee9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 8a0515e4-c839-48e8-9e1a-5f3c53c7ffb2 (type: security_group_rules) to 0 2026-09-01 19:59:26.905 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d75ff74-bbaa-4e65-b5ff-ad1c7c27cee9 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource c5b6a9c3-8e67-40a8-8878-5a61ae65a849 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1785/3706] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:59:26 2026] GET /v2.0/security-groups?tenant_id=477daf4380a04eda9aa564f00fd20997&name=default => generated 2929 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1922/3707] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:59:26 2026] DELETE /v2.0/security-groups/57687b8f-3fe4-43c2-b294-39e96d21e615 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:59:31.044 8 INFO neutron.db.ovn_revision_numbers_db [None req-b80515bc-36e4-4fa6-9027-ae7fc9727805 6dba19de99564966868c60b14e6e998a dad58aa156f14b398a7ba6faf50f995a - - default default] Successfully bumped revision number for resource fe12c6d9-27a6-40de-a675-51fb7e74998b (type: security_groups) to 1 2026-09-01 19:59:31.061 8 INFO neutron.db.ovn_revision_numbers_db [None req-b80515bc-36e4-4fa6-9027-ae7fc9727805 6dba19de99564966868c60b14e6e998a dad58aa156f14b398a7ba6faf50f995a - - default default] Successfully bumped revision number for resource 06c3c73a-ae36-4499-b42f-a7e5ecf91d62 (type: security_group_rules) to 0 2026-09-01 19:59:31.079 8 INFO neutron.db.ovn_revision_numbers_db [None req-b80515bc-36e4-4fa6-9027-ae7fc9727805 6dba19de99564966868c60b14e6e998a dad58aa156f14b398a7ba6faf50f995a - - default default] Successfully bumped revision number for resource 4c67baf6-65be-46eb-9ce5-7d7fdd658fb6 (type: security_group_rules) to 0 2026-09-01 19:59:31.097 8 INFO neutron.db.ovn_revision_numbers_db [None req-b80515bc-36e4-4fa6-9027-ae7fc9727805 6dba19de99564966868c60b14e6e998a dad58aa156f14b398a7ba6faf50f995a - - default default] Successfully bumped revision number for resource 4d25b2f7-2844-40c7-b749-e1c8c1ba0d5f (type: security_group_rules) to 0 2026-09-01 19:59:31.113 8 INFO neutron.db.ovn_revision_numbers_db [None req-b80515bc-36e4-4fa6-9027-ae7fc9727805 6dba19de99564966868c60b14e6e998a dad58aa156f14b398a7ba6faf50f995a - - default default] Successfully bumped revision number for resource 4db40645-a693-4eee-bdf7-5d95dab56ac0 (type: security_group_rules) to 0 2026-09-01 19:59:31.223 8 INFO neutron.db.segments_db [None req-b80515bc-36e4-4fa6-9027-ae7fc9727805 6dba19de99564966868c60b14e6e998a dad58aa156f14b398a7ba6faf50f995a - - default default] Added segment 338a6114-e8ae-494e-87ac-e181ac8cbdc8 of type geneve for network 58201d9e-bc1d-4035-8ab6-da9060b3c378 2026-09-01 19:59:31.378 8 INFO neutron.db.ovn_revision_numbers_db [None req-b80515bc-36e4-4fa6-9027-ae7fc9727805 6dba19de99564966868c60b14e6e998a dad58aa156f14b398a7ba6faf50f995a - - default default] Successfully bumped revision number for resource 58201d9e-bc1d-4035-8ab6-da9060b3c378 (type: networks) to 1 2026-09-01 19:59:31.605 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b80515bc-36e4-4fa6-9027-ae7fc9727805 6dba19de99564966868c60b14e6e998a dad58aa156f14b398a7ba6faf50f995a - - default default] No more DHCP agents 2026-09-01 19:59:31.607 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b80515bc-36e4-4fa6-9027-ae7fc9727805 6dba19de99564966868c60b14e6e998a dad58aa156f14b398a7ba6faf50f995a - - default default] Unable to schedule network 58201d9e-bc1d-4035-8ab6-da9060b3c378: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:59:31.660 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-dbd3113f-1516-4054-986b-63aa166d315a - - - - - -] OVN reports status down for port: 28b48af4-ecdb-4b3a-b288-8102bdc9055b 2026-09-01 19:59:31.696 8 INFO neutron.db.ovn_revision_numbers_db [None req-b80515bc-36e4-4fa6-9027-ae7fc9727805 6dba19de99564966868c60b14e6e998a dad58aa156f14b398a7ba6faf50f995a - - default default] Successfully bumped revision number for resource 28b48af4-ecdb-4b3a-b288-8102bdc9055b (type: ports) to 1 [pid: 8|app: 0|req: 1786/3708] 10.0.0.4 () {34 vars in 668 bytes} [Tue Sep 1 19:59:30 2026] POST /v2.0/networks => generated 670 bytes in 1091 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-01 19:59:32.045 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-86873b48-9a57-40b6-845a-75bc75861707 6dba19de99564966868c60b14e6e998a dad58aa156f14b398a7ba6faf50f995a - - default default] No more DHCP agents 2026-09-01 19:59:32.049 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-86873b48-9a57-40b6-845a-75bc75861707 6dba19de99564966868c60b14e6e998a dad58aa156f14b398a7ba6faf50f995a - - default default] Unable to schedule network 58201d9e-bc1d-4035-8ab6-da9060b3c378: no agents available; will retry on subsequent port and subnet creation events. 2026-09-01 19:59:32.511 7 INFO neutron.db.ovn_revision_numbers_db [None req-d1980e95-4887-44ab-81ed-c900e993d204 - - - - - -] Successfully bumped revision number for resource 28b48af4-ecdb-4b3a-b288-8102bdc9055b (type: ports) to 2 2026-09-01 19:59:32.545 7 INFO neutron.db.ovn_revision_numbers_db [None req-d1980e95-4887-44ab-81ed-c900e993d204 - - - - - -] Successfully bumped revision number for resource 3401d529-8ac8-461e-bb2f-70865a251236 (type: subnets) to 0 [pid: 7|app: 0|req: 1923/3709] 10.0.0.4 () {34 vars in 667 bytes} [Tue Sep 1 19:59:31 2026] POST /v2.0/subnets => generated 626 bytes in 838 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1787/3710] 10.0.0.4 () {34 vars in 749 bytes} [Tue Sep 1 19:59:32 2026] PUT /v2.0/subnets/3401d529-8ac8-461e-bb2f-70865a251236/tags => generated 25 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1924/3711] 10.0.0.4 () {32 vars in 729 bytes} [Tue Sep 1 19:59:32 2026] GET /v2.0/subnets/3401d529-8ac8-461e-bb2f-70865a251236/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1788/3712] 10.0.0.4 () {34 vars in 760 bytes} [Tue Sep 1 19:59:32 2026] PUT /v2.0/subnets/3401d529-8ac8-461e-bb2f-70865a251236/tags/green => generated 4 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1925/3713] 10.0.0.4 () {32 vars in 729 bytes} [Tue Sep 1 19:59:32 2026] GET /v2.0/subnets/3401d529-8ac8-461e-bb2f-70865a251236/tags => generated 34 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1789/3714] 10.0.0.4 () {34 vars in 756 bytes} [Tue Sep 1 19:59:32 2026] PUT /v2.0/subnets/3401d529-8ac8-461e-bb2f-70865a251236/tags/red => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1926/3715] 10.0.0.4 () {32 vars in 729 bytes} [Tue Sep 1 19:59:33 2026] GET /v2.0/subnets/3401d529-8ac8-461e-bb2f-70865a251236/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1790/3716] 10.0.0.4 () {34 vars in 778 bytes} [Tue Sep 1 19:59:33 2026] PUT /v2.0/subnets/3401d529-8ac8-461e-bb2f-70865a251236/tags/black.or.white => generated 4 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1927/3717] 10.0.0.4 () {32 vars in 729 bytes} [Tue Sep 1 19:59:33 2026] GET /v2.0/subnets/3401d529-8ac8-461e-bb2f-70865a251236/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1791/3718] 10.0.0.4 () {34 vars in 749 bytes} [Tue Sep 1 19:59:33 2026] PUT /v2.0/subnets/3401d529-8ac8-461e-bb2f-70865a251236/tags => generated 37 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1928/3719] 10.0.0.4 () {32 vars in 729 bytes} [Tue Sep 1 19:59:33 2026] GET /v2.0/subnets/3401d529-8ac8-461e-bb2f-70865a251236/tags => generated 37 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1792/3720] 10.0.0.4 () {32 vars in 737 bytes} [Tue Sep 1 19:59:33 2026] GET /v2.0/subnets/3401d529-8ac8-461e-bb2f-70865a251236/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-01 19:59:33.490 7 INFO neutron.api.v2.resource [None req-7534977b-e351-45c6-9195-9424d2973d0f 6dba19de99564966868c60b14e6e998a dad58aa156f14b398a7ba6faf50f995a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1929/3721] 10.0.0.4 () {32 vars in 741 bytes} [Tue Sep 1 19:59:33 2026] GET /v2.0/subnets/3401d529-8ac8-461e-bb2f-70865a251236/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1793/3722] 10.0.0.4 () {32 vars in 740 bytes} [Tue Sep 1 19:59:33 2026] DELETE /v2.0/subnets/3401d529-8ac8-461e-bb2f-70865a251236/tags/red => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1930/3723] 10.0.0.4 () {32 vars in 729 bytes} [Tue Sep 1 19:59:33 2026] GET /v2.0/subnets/3401d529-8ac8-461e-bb2f-70865a251236/tags => generated 30 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-01 19:59:33.700 8 INFO neutron.api.v2.resource [None req-161a263b-0085-45bf-b93a-960e6d7a7b62 6dba19de99564966868c60b14e6e998a dad58aa156f14b398a7ba6faf50f995a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1794/3724] 10.0.0.4 () {32 vars in 744 bytes} [Tue Sep 1 19:59:33 2026] DELETE /v2.0/subnets/3401d529-8ac8-461e-bb2f-70865a251236/tags/green => generated 99 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1931/3725] 10.0.0.4 () {32 vars in 732 bytes} [Tue Sep 1 19:59:33 2026] DELETE /v2.0/subnets/3401d529-8ac8-461e-bb2f-70865a251236/tags => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1795/3726] 10.0.0.4 () {32 vars in 729 bytes} [Tue Sep 1 19:59:33 2026] GET /v2.0/subnets/3401d529-8ac8-461e-bb2f-70865a251236/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1932/3727] 10.0.0.4 () {32 vars in 722 bytes} [Tue Sep 1 19:59:33 2026] DELETE /v2.0/subnets/3401d529-8ac8-461e-bb2f-70865a251236 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:59:34.330 8 INFO neutron_taas.services.taas.taas_plugin [None req-d6bb5779-e465-40e3-a11a-06762d2d6098 6dba19de99564966868c60b14e6e998a dad58aa156f14b398a7ba6faf50f995a - - default default] TaaS: Handle Delete Port: 28b48af4-ecdb-4b3a-b288-8102bdc9055b 2026-09-01 19:59:34.332 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6bb5779-e465-40e3-a11a-06762d2d6098 6dba19de99564966868c60b14e6e998a dad58aa156f14b398a7ba6faf50f995a - - default default] Tap Mirror: Handle Delete Port: 28b48af4-ecdb-4b3a-b288-8102bdc9055b 2026-09-01 19:59:34.516 8 INFO neutron.services.segments.plugin [-] Segment 338a6114-e8ae-494e-87ac-e181ac8cbdc8 resource provider aggregate not found 2026-09-01 19:59:34.522 8 INFO neutron.services.segments.plugin [-] Segment 338a6114-e8ae-494e-87ac-e181ac8cbdc8 resource provider aggregate not found 2026-09-01 19:59:34.534 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 338a6114-e8ae-494e-87ac-e181ac8cbdc8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 338a6114-e8ae-494e-87ac-e181ac8cbdc8 found for delete ", "request_id": "req-64e063a1-0db4-429b-8140-13b466b4a50a"}]} 2026-09-01 19:59:34.544 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 338a6114-e8ae-494e-87ac-e181ac8cbdc8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 338a6114-e8ae-494e-87ac-e181ac8cbdc8 found for delete ", "request_id": "req-dcad315d-b09f-4bcd-9439-555d6bea1dde"}]} [pid: 8|app: 0|req: 1796/3728] 10.0.0.4 () {32 vars in 724 bytes} [Tue Sep 1 19:59:34 2026] DELETE /v2.0/networks/58201d9e-bc1d-4035-8ab6-da9060b3c378 => generated 0 bytes in 411 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-01 19:59:35.615 7 INFO neutron.db.ovn_revision_numbers_db [None req-53674ae8-c9f8-46e4-9126-d287b554fd11 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 079b9122-1623-4817-96b5-e80fa2278b21 (type: security_groups) to 1 2026-09-01 19:59:35.629 7 INFO neutron.db.ovn_revision_numbers_db [None req-53674ae8-c9f8-46e4-9126-d287b554fd11 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 8341aa08-65ed-427d-9291-faee57566f47 (type: security_group_rules) to 0 2026-09-01 19:59:35.650 7 INFO neutron.db.ovn_revision_numbers_db [None req-53674ae8-c9f8-46e4-9126-d287b554fd11 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource 974c790f-ba0f-4572-b8e4-e713a9356583 (type: security_group_rules) to 0 2026-09-01 19:59:35.664 7 INFO neutron.db.ovn_revision_numbers_db [None req-53674ae8-c9f8-46e4-9126-d287b554fd11 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource cae53c4a-9471-4f96-993a-9d1b409de121 (type: security_group_rules) to 0 2026-09-01 19:59:35.676 7 INFO neutron.db.ovn_revision_numbers_db [None req-53674ae8-c9f8-46e4-9126-d287b554fd11 331ef6915d1c47f48eb19a176564ad23 ca4f66caaf7d4451bc8cd4c437dfa4cf - - default default] Successfully bumped revision number for resource db7feae7-f791-4348-ad13-4e1ab5b57fb9 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1933/3729] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:59:35 2026] GET /v2.0/security-groups?tenant_id=df8e4f4abe3a4590a41c00ad1df2ba76&name=default => generated 2929 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1797/3730] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:59:35 2026] DELETE /v2.0/security-groups/079b9122-1623-4817-96b5-e80fa2278b21 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1934/3731] 10.0.0.4 () {32 vars in 772 bytes} [Tue Sep 1 19:59:36 2026] GET /v2.0/security-groups?tenant_id=dad58aa156f14b398a7ba6faf50f995a&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1798/3732] 10.0.0.4 () {32 vars in 738 bytes} [Tue Sep 1 19:59:36 2026] DELETE /v2.0/security-groups/fe12c6d9-27a6-40de-a675-51fb7e74998b => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1935/3733] 10.0.0.4 () {32 vars in 647 bytes} [Tue Sep 1 19:59:38 2026] GET /v2.0/networks => generated 2288 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1799/3734] 10.0.0.4 () {32 vars in 653 bytes} [Tue Sep 1 19:59:40 2026] GET /v2.0/floatingips => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1936/3735] 10.0.0.4 () {32 vars in 645 bytes} [Tue Sep 1 19:59:40 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: 1800/3736] 10.0.0.4 () {32 vars in 641 bytes} [Tue Sep 1 19:59:40 2026] GET /v2.0/ports => generated 5171 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1937/3737] 10.0.0.4 () {32 vars in 645 bytes} [Tue Sep 1 19:59:40 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1801/3738] 10.0.0.4 () {32 vars in 647 bytes} [Tue Sep 1 19:59:40 2026] GET /v2.0/networks => generated 2288 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1938/3739] 10.0.0.4 () {32 vars in 661 bytes} [Tue Sep 1 19:59:40 2026] GET /v2.0/security-groups => generated 17397 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1802/3740] 10.0.0.4 () {32 vars in 653 bytes} [Tue Sep 1 19:59:40 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: 1806/3747] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 20:00:20 2026] GET /v2.0/floatingips => generated 19 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1942/3748] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 20:00:20 2026] GET /v2.0/networks => generated 2288 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1807/3749] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 20:00:20 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: 1943/3750] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 20:00:20 2026] GET /v2.0/ports => generated 5171 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1808/3751] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 20:00:20 2026] GET /v2.0/routers => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1944/3752] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 20:00:20 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1809/3753] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 20:00:20 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1945/3754] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 20:00:20 2026] GET /v2.0/subnets => generated 1308 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1810/3755] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 20:00:21 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: 1946/3756] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 20:00:21 2026] GET /v2.0/agents => generated 1214 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1811/3757] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 20:00:21 2026] GET /v2.0/security-groups => generated 17397 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1951/3766] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 20:01:20 2026] GET /v2.0/subnets => generated 1308 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1816/3767] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 20:01:20 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1952/3768] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 20:01:20 2026] GET /v2.0/networks => generated 2288 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1817/3769] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 20:01:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1953/3770] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 20:01:20 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1818/3771] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 20:01:20 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1954/3772] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 20:01:20 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: 1819/3773] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 20:01:20 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: 1955/3774] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 20:01:21 2026] GET /v2.0/subnetpools => 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: 1820/3775] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 20:01:21 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: 1956/3776] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 20:01:21 2026] GET /v2.0/ports => generated 5171 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1961/3785] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 20:02:20 2026] GET /v2.0/subnets => generated 1308 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1825/3786] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 20:02:20 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: 1962/3787] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 20:02:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1826/3788] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 20:02:20 2026] GET /v2.0/ports => generated 5171 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1963/3789] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 20:02:20 2026] GET /v2.0/routers => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1827/3790] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 20:02:20 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1964/3791] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 20:02:20 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: 1828/3792] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 20:02:20 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: 1965/3793] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 20:02:21 2026] GET /v2.0/networks => generated 2288 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1829/3794] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 20:02:21 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: 1966/3795] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 20:02:21 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1834/3804] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 20:03:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1971/3805] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 20:03:20 2026] GET /v2.0/ports => generated 5171 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1835/3806] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 20:03:20 2026] GET /v2.0/networks => generated 2288 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1972/3807] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 20:03:20 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: 1836/3808] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 20:03:20 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1973/3809] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 20:03:20 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: 1837/3810] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 20:03:20 2026] GET /v2.0/agents => generated 1214 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1974/3811] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 20:03:20 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1838/3812] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 20:03:20 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1975/3813] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 20:03:21 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: 1839/3814] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 20:03:21 2026] GET /v2.0/subnets => generated 1308 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1980/3823] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 20:04:20 2026] GET /v2.0/floatingips => generated 19 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1844/3824] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 20:04:20 2026] GET /v2.0/networks => generated 2288 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1981/3825] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 20:04:20 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1845/3826] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 20:04:20 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: 1982/3827] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 20:04:20 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: 1846/3828] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 20:04:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1983/3829] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 20:04:20 2026] GET /v2.0/ports => generated 5171 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1847/3830] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 20:04:20 2026] GET /v2.0/agents => generated 1214 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1984/3831] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 20:04:21 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: 8|app: 0|req: 1848/3832] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 20:04:21 2026] GET /v2.0/routers => generated 15 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1985/3833] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 20:04:21 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1990/3842] 10.0.0.78 () {28 vars in 580 bytes} [Tue Sep 1 20:05:20 2026] GET /v2.0/agents => generated 1214 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1853/3843] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 20:05:20 2026] GET /v2.0/subnets => generated 1308 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1991/3844] 10.0.0.78 () {28 vars in 578 bytes} [Tue Sep 1 20:05:20 2026] GET /v2.0/ports => generated 5171 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1854/3845] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 20:05:20 2026] GET /v2.0/routers => generated 15 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1992/3846] 10.0.0.78 () {28 vars in 623 bytes} [Tue Sep 1 20:05:20 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1855/3847] 10.0.0.78 () {28 vars in 618 bytes} [Tue Sep 1 20:05:20 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1993/3848] 10.0.0.78 () {28 vars in 598 bytes} [Tue Sep 1 20:05:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1856/3849] 10.0.0.78 () {28 vars in 584 bytes} [Tue Sep 1 20:05:20 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: 1994/3850] 10.0.0.78 () {28 vars in 582 bytes} [Tue Sep 1 20:05:21 2026] GET /v2.0/subnets => generated 1308 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1857/3851] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 20:05:21 2026] GET /v2.0/subnetpools => generated 19 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1995/3852] 10.0.0.78 () {28 vars in 590 bytes} [Tue Sep 1 20:05:21 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)