+ 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 [Wed Apr 22 03:24:08 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-6858499fcf-rsp5g 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, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f75ebc29668 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-04-22 03:24:12.993 8 INFO neutron.common.config [-] Logging enabled! 2026-04-22 03:24:12.994 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-22 03:24:13.005 7 INFO neutron.common.config [-] Logging enabled! 2026-04-22 03:24:13.005 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-22 03:24:14.054 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-22 03:24:14.218 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-22 03:24:15.547 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-04-22 03:24:15.549 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-22 03:24:15.553 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-22 03:24:15.553 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-04-22 03:24:15.553 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-04-22 03:24:15.554 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['geneve'] 2026-04-22 03:24:15.554 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-22 03:24:15.561 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-22 03:24:15.562 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-22 03:24:15.562 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-04-22 03:24:15.785 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-04-22 03:24:15.785 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-04-22 03:24:15.785 8 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-04-22 03:24:15.810 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-22 03:24:15.810 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-22 03:24:15.810 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-04-22 03:24:15.810 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-04-22 03:24:15.905 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-04-22 03:24:15.908 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-22 03:24:15.912 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-22 03:24:15.913 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-04-22 03:24:15.913 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-04-22 03:24:15.914 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['geneve'] 2026-04-22 03:24:15.914 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-22 03:24:15.922 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-22 03:24:15.922 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-22 03:24:15.922 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-04-22 03:24:16.163 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-04-22 03:24:16.163 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-04-22 03:24:16.163 7 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-04-22 03:24:16.189 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-22 03:24:16.189 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-22 03:24:16.189 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-04-22 03:24:16.189 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-04-22 03:24:16.796 7 INFO neutron.plugins.ml2.managers [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Initializing driver for type 'vlan' 2026-04-22 03:24:17.177 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] VlanTypeDriver initialization complete 2026-04-22 03:24:17.177 7 INFO neutron.plugins.ml2.managers [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-22 03:24:17.178 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-22 03:24:17.178 7 INFO neutron.plugins.ml2.managers [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Initializing extension driver 'port_security' 2026-04-22 03:24:17.178 7 INFO neutron.plugins.ml2.extensions.port_security [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-22 03:24:17.178 7 INFO neutron.plugins.ml2.managers [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Initializing extension driver 'qos' 2026-04-22 03:24:17.179 7 INFO neutron.plugins.ml2.managers [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Initializing mechanism driver 'ovn' 2026-04-22 03:24:17.179 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Starting OVNMechanismDriver 2026-04-22 03:24:17.183 7 INFO neutron.services.logapi.drivers.ovn.driver [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] OVN logging driver registered 2026-04-22 03:24:17.192 7 INFO neutron.quota [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded quota_driver: . 2026-04-22 03:24:17.193 7 INFO neutron.plugins.ml2.plugin [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Modular L2 Plugin initialization complete 2026-04-22 03:24:17.193 7 INFO neutron.plugins.ml2.managers [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-22 03:24:17.193 7 INFO neutron.plugins.ml2.managers [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-22 03:24:17.193 7 INFO neutron.plugins.ml2.managers [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Got port-security extension from driver 'port_security' 2026-04-22 03:24:17.194 7 INFO neutron.manager [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loading Plugin: qos 2026-04-22 03:24:17.208 7 INFO neutron.manager [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loading Plugin: ovn-router 2026-04-22 03:24:17.246 7 INFO neutron.services.ovn_l3.plugin [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Starting OVNL3RouterPlugin 2026-04-22 03:24:17.253 7 INFO neutron.manager [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loading Plugin: segments 2026-04-22 03:24:17.356 7 INFO neutron.manager [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loading Plugin: trunk 2026-04-22 03:24:17.369 7 INFO neutron.manager [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loading Plugin: log 2026-04-22 03:24:17.372 7 INFO neutron.manager [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loading Plugin: ovn-vpnaas 2026-04-22 03:24:17.434 7 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-04-22 03:24:17.435 7 WARNING stevedore.named [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-04-22 03:24:17.440 8 INFO neutron.plugins.ml2.managers [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Initializing driver for type 'vlan' 2026-04-22 03:24:17.478 7 INFO neutron_vpnaas.services.vpn.plugin [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-22 03:24:17.478 7 INFO neutron.common.utils [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Disable filter validation extension by service plugin VPNOVNDriverPlugin. 2026-04-22 03:24:17.478 7 INFO neutron.manager [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loading Plugin: taas 2026-04-22 03:24:17.501 7 WARNING stevedore.named [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-04-22 03:24:17.502 7 WARNING stevedore.named [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-04-22 03:24:17.509 7 INFO neutron_taas.services.taas.taas_plugin [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-22 03:24:17.510 7 INFO neutron.manager [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loading Plugin: tapmirror 2026-04-22 03:24:17.518 7 WARNING stevedore.named [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-04-22 03:24:17.519 7 WARNING stevedore.named [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-04-22 03:24:17.520 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-22 03:24:17.520 7 INFO neutron.manager [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loading Plugin: auto_allocate 2026-04-22 03:24:17.525 7 INFO neutron.manager [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loading Plugin: tag 2026-04-22 03:24:17.535 7 INFO neutron.manager [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loading Plugin: timestamp 2026-04-22 03:24:17.538 7 INFO neutron.manager [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loading Plugin: network_ip_availability 2026-04-22 03:24:17.542 7 INFO neutron.manager [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loading Plugin: flavors 2026-04-22 03:24:17.545 7 INFO neutron.manager [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loading Plugin: revisions 2026-04-22 03:24:17.549 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Initializing extension manager. 2026-04-22 03:24:17.551 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: address-group 2026-04-22 03:24:17.552 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: address-scope 2026-04-22 03:24:17.552 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-04-22 03:24:17.554 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: agent 2026-04-22 03:24:17.555 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-04-22 03:24:17.559 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: allowed-address-pairs 2026-04-22 03:24:17.561 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: auto-allocated-topology 2026-04-22 03:24:17.562 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: availability_zone 2026-04-22 03:24:17.563 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-04-22 03:24:17.564 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-22 03:24:17.565 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: default-subnetpools 2026-04-22 03:24:17.567 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-22 03:24:17.568 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: dns-integration 2026-04-22 03:24:17.569 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: dns-domain-ports 2026-04-22 03:24:17.571 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-04-22 03:24:17.571 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension dvr not supported by any of loaded plugins 2026-04-22 03:24:17.572 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-22 03:24:17.573 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: empty-string-filtering 2026-04-22 03:24:17.573 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-22 03:24:17.576 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-22 03:24:17.578 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: external-net 2026-04-22 03:24:17.579 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-22 03:24:17.579 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: extraroute 2026-04-22 03:24:17.580 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension extraroute-atomic not supported by any of loaded plugins 2026-04-22 03:24:17.581 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-22 03:24:17.582 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-22 03:24:17.583 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-22 03:24:17.584 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-22 03:24:17.584 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: fip-port-details 2026-04-22 03:24:17.585 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: flavors 2026-04-22 03:24:17.587 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-22 03:24:17.588 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: floatingip-pools 2026-04-22 03:24:17.589 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: ip_allocation 2026-04-22 03:24:17.590 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-04-22 03:24:17.590 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: l2_adjacency 2026-04-22 03:24:17.591 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: router 2026-04-22 03:24:17.593 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-22 03:24:17.594 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: enable-default-route-bfd 2026-04-22 03:24:17.595 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: enable-default-route-ecmp 2026-04-22 03:24:17.595 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: ext-gw-mode 2026-04-22 03:24:17.596 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: l3-ha 2026-04-22 03:24:17.596 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-22 03:24:17.597 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: external-gateway-multihoming 2026-04-22 03:24:17.597 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: l3-flavors 2026-04-22 03:24:17.598 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-22 03:24:17.599 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-04-22 03:24:17.601 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension l3_agent_scheduler not supported by any of loaded plugins 2026-04-22 03:24:17.602 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-22 03:24:17.605 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: logging 2026-04-22 03:24:17.606 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-22 03:24:17.607 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-22 03:24:17.607 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: multi-provider 2026-04-22 03:24:17.608 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: net-mtu 2026-04-22 03:24:17.608 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: net-mtu-writable 2026-04-22 03:24:17.609 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: network_availability_zone 2026-04-22 03:24:17.609 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-04-22 03:24:17.610 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: network-ip-availability 2026-04-22 03:24:17.611 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-22 03:24:17.612 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: pagination 2026-04-22 03:24:17.612 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: port-device-profile 2026-04-22 03:24:17.613 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-22 03:24:17.614 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-22 03:24:17.614 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-22 03:24:17.615 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-04-22 03:24:17.615 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-22 03:24:17.616 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-22 03:24:17.616 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-22 03:24:17.617 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: port-resource-request 2026-04-22 03:24:17.618 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: port-resource-request-groups 2026-04-22 03:24:17.618 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-22 03:24:17.619 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: binding 2026-04-22 03:24:17.620 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: binding-extended 2026-04-22 03:24:17.620 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: port-security 2026-04-22 03:24:17.621 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: project-id 2026-04-22 03:24:17.621 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: provider 2026-04-22 03:24:17.622 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: qinq 2026-04-22 03:24:17.625 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: qos 2026-04-22 03:24:17.625 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-22 03:24:17.626 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-22 03:24:17.626 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: qos-default 2026-04-22 03:24:17.627 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: qos-fip 2026-04-22 03:24:17.627 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-22 03:24:17.628 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: qos-gateway-ip 2026-04-22 03:24:17.628 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: qos-port-network-policy 2026-04-22 03:24:17.629 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: qos-pps-minimum 2026-04-22 03:24:17.630 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-22 03:24:17.631 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: qos-pps 2026-04-22 03:24:17.631 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: qos-rule-type-details 2026-04-22 03:24:17.632 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-22 03:24:17.632 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: qos-rules-alias 2026-04-22 03:24:17.633 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: quota-check-limit 2026-04-22 03:24:17.633 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: quota-check-limit-default 2026-04-22 03:24:17.636 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: quotas 2026-04-22 03:24:17.637 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: quota_details 2026-04-22 03:24:17.638 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: rbac-policies 2026-04-22 03:24:17.639 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-04-22 03:24:17.639 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: rbac-address-scope 2026-04-22 03:24:17.640 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: rbac-security-groups 2026-04-22 03:24:17.640 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-04-22 03:24:17.641 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: revision-if-match 2026-04-22 03:24:17.642 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: standard-attr-revisions 2026-04-22 03:24:17.643 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: router_availability_zone 2026-04-22 03:24:17.643 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-22 03:24:17.645 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: security-groups-default-rules 2026-04-22 03:24:17.646 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-22 03:24:17.647 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-04-22 03:24:17.647 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-22 03:24:17.648 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-22 03:24:17.648 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-22 03:24:17.653 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: security-group 2026-04-22 03:24:17.654 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: segment 2026-04-22 03:24:17.655 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-22 03:24:17.655 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: service-type 2026-04-22 03:24:17.656 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: sorting 2026-04-22 03:24:17.656 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: standard-attr-segment 2026-04-22 03:24:17.657 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: standard-attr-description 2026-04-22 03:24:17.657 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: stateful-security-group 2026-04-22 03:24:17.658 7 WARNING neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-22 03:24:17.658 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-04-22 03:24:17.659 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: subnet-external-network 2026-04-22 03:24:17.660 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension subnet_onboard not supported by any of loaded plugins 2026-04-22 03:24:17.660 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-22 03:24:17.661 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: subnet-service-types 2026-04-22 03:24:17.661 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: subnet_allocation 2026-04-22 03:24:17.662 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-22 03:24:17.663 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: tag-creation 2026-04-22 03:24:17.663 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-22 03:24:17.668 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: standard-attr-tag 2026-04-22 03:24:17.668 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-22 03:24:17.669 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: trunk 2026-04-22 03:24:17.669 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: trunk-details 2026-04-22 03:24:17.670 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-22 03:24:17.670 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-22 03:24:17.671 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: vlan-transparent 2026-04-22 03:24:17.672 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-22 03:24:17.674 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: vpn-agent-scheduler 2026-04-22 03:24:17.674 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-22 03:24:17.675 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: vpn-flavors 2026-04-22 03:24:17.677 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: vpnaas 2026-04-22 03:24:17.678 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: taas 2026-04-22 03:24:17.679 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: tap-mirror 2026-04-22 03:24:17.680 7 INFO neutron.api.extensions [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Loaded extension: taas-vlan-filter 2026-04-22 03:24:17.683 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-22 03:24:17.683 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-22 03:24:17.684 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-22 03:24:17.684 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-22 03:24:17.687 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-22 03:24:17.688 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-22 03:24:17.693 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-22 03:24:17.693 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-22 03:24:17.695 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-22 03:24:17.696 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-22 03:24:17.696 7 WARNING neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] subnetpool is already registered 2026-04-22 03:24:17.697 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-22 03:24:17.697 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-22 03:24:17.697 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-22 03:24:17.698 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-22 03:24:17.698 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-22 03:24:17.699 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-22 03:24:17.699 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-22 03:24:17.700 7 WARNING neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] ipsecpolicy is already registered 2026-04-22 03:24:17.702 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-22 03:24:17.702 7 WARNING neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] ikepolicy is already registered 2026-04-22 03:24:17.711 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-22 03:24:17.711 7 WARNING neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] router is already registered 2026-04-22 03:24:17.711 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-22 03:24:17.712 7 WARNING neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] floatingip is already registered 2026-04-22 03:24:17.716 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-22 03:24:17.716 7 WARNING neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] rbac_policy is already registered 2026-04-22 03:24:17.717 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-22 03:24:17.717 7 WARNING neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] security_group is already registered 2026-04-22 03:24:17.717 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-22 03:24:17.718 7 WARNING neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] security_group_rule is already registered 2026-04-22 03:24:17.719 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-22 03:24:17.719 7 WARNING neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] subnetpool is already registered 2026-04-22 03:24:17.719 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-22 03:24:17.719 7 WARNING neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] trunk is already registered 2026-04-22 03:24:17.720 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-22 03:24:17.720 7 WARNING neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] ikepolicy is already registered 2026-04-22 03:24:17.721 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-22 03:24:17.721 7 WARNING neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] ipsecpolicy is already registered 2026-04-22 03:24:17.721 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-22 03:24:17.721 7 WARNING neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] endpoint_group is already registered 2026-04-22 03:24:17.722 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-22 03:24:17.722 7 WARNING neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] vpnservice is already registered 2026-04-22 03:24:17.722 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-22 03:24:17.722 7 WARNING neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] ipsec_site_connection is already registered 2026-04-22 03:24:17.723 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-22 03:24:17.723 7 WARNING neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] ipsecpolicy is already registered 2026-04-22 03:24:17.723 7 INFO neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-22 03:24:17.724 7 WARNING neutron.quota.resource_registry [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] ikepolicy is already registered 2026-04-22 03:24:17.736 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] VlanTypeDriver initialization complete 2026-04-22 03:24:17.737 8 INFO neutron.plugins.ml2.managers [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-22 03:24:17.737 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-22 03:24:17.737 8 INFO neutron.plugins.ml2.managers [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Initializing extension driver 'port_security' 2026-04-22 03:24:17.737 8 INFO neutron.plugins.ml2.extensions.port_security [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-22 03:24:17.737 8 INFO neutron.plugins.ml2.managers [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Initializing extension driver 'qos' 2026-04-22 03:24:17.737 8 INFO neutron.plugins.ml2.managers [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Initializing mechanism driver 'ovn' 2026-04-22 03:24:17.737 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Starting OVNMechanismDriver 2026-04-22 03:24:17.740 8 INFO neutron.services.logapi.drivers.ovn.driver [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] OVN logging driver registered 2026-04-22 03:24:17.747 8 INFO neutron.quota [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded quota_driver: . 2026-04-22 03:24:17.748 8 INFO neutron.plugins.ml2.plugin [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Modular L2 Plugin initialization complete 2026-04-22 03:24:17.748 8 INFO neutron.plugins.ml2.managers [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-22 03:24:17.749 8 INFO neutron.plugins.ml2.managers [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-22 03:24:17.749 8 INFO neutron.plugins.ml2.managers [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-22 03:24:17.749 8 INFO neutron.manager [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loading Plugin: qos 2026-04-22 03:24:17.763 8 INFO neutron.manager [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loading Plugin: ovn-router 2026-04-22 03:24:17.768 7 WARNING keystonemiddleware._common.config [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-22 03:24:17.777 7 WARNING oslo_config.cfg [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-22 03:24:17.800 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] uWSGI must provide a start time using the configuration parameter "start-time %t" in the configuration file 2026-04-22 03:24:17.801 8 INFO neutron.services.ovn_l3.plugin [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Starting OVNL3RouterPlugin 2026-04-22 03:24:17.806 8 INFO neutron.manager [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loading Plugin: segments 2026-04-22 03:24:17.813 7 INFO neutron.db.ovn_hash_ring_db [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Nodes from host "neutron-server-6858499fcf-rsp5g" and group "mechanism_driver" removed from the Hash Ring created at 2026-04-22 03:24:17+00:00 2026-04-22 03:24:17.815 7 INFO neutron.db.ovn_hash_ring_db [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Node beb26e66460054219ded2d3a6d1e58c4 from host "neutron-server-6858499fcf-rsp5g" and group "mechanism_driver" added to the Hash Ring 2026-04-22 03:24:17.823 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Hash Ring probing thread for node beb26e66460054219ded2d3a6d1e58c4 has started 2026-04-22 03:24:17.824 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-04-22 03:24:17.856 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] tcp:10.106.34.232:6641: connecting... 2026-04-22 03:24:17.856 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] tcp:10.106.34.232:6641: connected 2026-04-22 03:24:17.906 8 INFO neutron.manager [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loading Plugin: trunk 2026-04-22 03:24:17.918 8 INFO neutron.manager [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loading Plugin: log 2026-04-22 03:24:17.921 8 INFO neutron.manager [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loading Plugin: ovn-vpnaas 2026-04-22 03:24:17.945 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-04-22 03:24:17.965 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] tcp:10.102.131.90:6642: connecting... 2026-04-22 03:24:17.965 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] tcp:10.102.131.90:6642: connected 2026-04-22 03:24:17.976 8 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-04-22 03:24:17.976 8 WARNING stevedore.named [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-04-22 03:24:18.018 8 INFO neutron_vpnaas.services.vpn.plugin [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-22 03:24:18.018 8 INFO neutron.common.utils [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Disable filter validation extension by service plugin VPNOVNDriverPlugin. 2026-04-22 03:24:18.018 8 INFO neutron.manager [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loading Plugin: taas 2026-04-22 03:24:18.043 8 WARNING stevedore.named [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-04-22 03:24:18.043 8 WARNING stevedore.named [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-04-22 03:24:18.043 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] WorkerService process has finished the post initialization 2026-04-22 03:24:18.052 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-22 03:24:18.052 8 INFO neutron.manager [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loading Plugin: tapmirror 2026-04-22 03:24:18.061 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension 2026-04-22 03:24:18.064 8 WARNING stevedore.named [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-04-22 03:24:18.064 8 WARNING stevedore.named [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-04-22 03:24:18.065 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-22 03:24:18.065 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [-] Starting OVNClientPlacementExtension 2026-04-22 03:24:18.066 8 INFO neutron.manager [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loading Plugin: auto_allocate 2026-04-22 03:24:18.068 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] tcp:10.106.34.232:6641: connecting... 2026-04-22 03:24:18.068 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] tcp:10.106.34.232:6641: connected 2026-04-22 03:24:18.073 8 INFO neutron.manager [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loading Plugin: tag 2026-04-22 03:24:18.083 8 INFO neutron.manager [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loading Plugin: timestamp 2026-04-22 03:24:18.087 8 INFO neutron.manager [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loading Plugin: network_ip_availability 2026-04-22 03:24:18.092 8 INFO neutron.manager [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loading Plugin: flavors 2026-04-22 03:24:18.097 8 INFO neutron.manager [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loading Plugin: revisions 2026-04-22 03:24:18.102 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Initializing extension manager. 2026-04-22 03:24:18.104 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: address-group 2026-04-22 03:24:18.106 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: address-scope 2026-04-22 03:24:18.106 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-04-22 03:24:18.108 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: agent 2026-04-22 03:24:18.108 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-04-22 03:24:18.110 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-22 03:24:18.111 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-22 03:24:18.114 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: availability_zone 2026-04-22 03:24:18.114 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] tcp:10.106.34.232:6641: connecting... 2026-04-22 03:24:18.115 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-383b0a3f-4c3b-47c7-8207-3564beefe84d - - - - - -] tcp:10.106.34.232:6641: connected 2026-04-22 03:24:18.115 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-04-22 03:24:18.116 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-22 03:24:18.116 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: default-subnetpools 2026-04-22 03:24:18.119 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-22 03:24:18.119 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: dns-integration 2026-04-22 03:24:18.120 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: dns-domain-ports 2026-04-22 03:24:18.121 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-04-22 03:24:18.122 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension dvr not supported by any of loaded plugins 2026-04-22 03:24:18.122 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-22 03:24:18.123 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: empty-string-filtering 2026-04-22 03:24:18.124 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-22 03:24:18.125 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-22 03:24:18.125 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: external-net 2026-04-22 03:24:18.126 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-22 03:24:18.127 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: extraroute 2026-04-22 03:24:18.128 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension extraroute-atomic not supported by any of loaded plugins 2026-04-22 03:24:18.128 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-22 03:24:18.129 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-22 03:24:18.130 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-22 03:24:18.131 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-22 03:24:18.131 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: fip-port-details 2026-04-22 03:24:18.132 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: flavors 2026-04-22 03:24:18.134 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-22 03:24:18.135 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: floatingip-pools WSGI app 0 (mountpoint='') ready in 10 seconds on interpreter 0x7f75ebc29668 pid: 7 (default app) 2026-04-22 03:24:18.136 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: ip_allocation 2026-04-22 03:24:18.137 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-04-22 03:24:18.137 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: l2_adjacency 2026-04-22 03:24:18.139 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: router 2026-04-22 03:24:18.142 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-22 03:24:18.143 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: enable-default-route-bfd 2026-04-22 03:24:18.143 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: enable-default-route-ecmp 2026-04-22 03:24:18.144 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: ext-gw-mode 2026-04-22 03:24:18.145 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: l3-ha 2026-04-22 03:24:18.146 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-22 03:24:18.146 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: external-gateway-multihoming 2026-04-22 03:24:18.147 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: l3-flavors 2026-04-22 03:24:18.149 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-22 03:24:18.149 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-04-22 03:24:18.153 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension l3_agent_scheduler not supported by any of loaded plugins 2026-04-22 03:24:18.155 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-22 03:24:18.156 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: logging 2026-04-22 03:24:18.158 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-22 03:24:18.159 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-22 03:24:18.159 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: multi-provider 2026-04-22 03:24:18.160 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: net-mtu 2026-04-22 03:24:18.161 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: net-mtu-writable 2026-04-22 03:24:18.162 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: network_availability_zone 2026-04-22 03:24:18.162 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-04-22 03:24:18.163 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: network-ip-availability 2026-04-22 03:24:18.165 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-22 03:24:18.166 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: pagination 2026-04-22 03:24:18.166 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: port-device-profile 2026-04-22 03:24:18.167 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-22 03:24:18.168 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-22 03:24:18.168 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-22 03:24:18.169 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-04-22 03:24:18.170 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-22 03:24:18.171 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-22 03:24:18.171 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-22 03:24:18.172 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: port-resource-request 2026-04-22 03:24:18.173 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-22 03:24:18.174 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-22 03:24:18.174 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: binding 2026-04-22 03:24:18.175 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: binding-extended 2026-04-22 03:24:18.176 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: port-security 2026-04-22 03:24:18.177 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: project-id 2026-04-22 03:24:18.177 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: provider 2026-04-22 03:24:18.178 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: qinq 2026-04-22 03:24:18.182 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: qos 2026-04-22 03:24:18.183 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-22 03:24:18.184 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-22 03:24:18.184 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: qos-default 2026-04-22 03:24:18.185 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: qos-fip 2026-04-22 03:24:18.186 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-22 03:24:18.187 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-22 03:24:18.187 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-22 03:24:18.188 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-22 03:24:18.189 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-22 03:24:18.190 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: qos-pps 2026-04-22 03:24:18.191 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-22 03:24:18.191 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-22 03:24:18.192 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: qos-rules-alias 2026-04-22 03:24:18.193 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: quota-check-limit 2026-04-22 03:24:18.194 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-22 03:24:18.197 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: quotas 2026-04-22 03:24:18.199 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: quota_details 2026-04-22 03:24:18.201 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: rbac-policies 2026-04-22 03:24:18.202 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-04-22 03:24:18.203 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: rbac-address-scope 2026-04-22 03:24:18.203 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: rbac-security-groups 2026-04-22 03:24:18.204 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-04-22 03:24:18.205 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: revision-if-match 2026-04-22 03:24:18.206 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-22 03:24:18.207 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: router_availability_zone 2026-04-22 03:24:18.208 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-22 03:24:18.210 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-22 03:24:18.211 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-22 03:24:18.212 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-04-22 03:24:18.213 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-22 03:24:18.213 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-22 03:24:18.214 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-22 03:24:18.221 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: security-group 2026-04-22 03:24:18.223 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: segment 2026-04-22 03:24:18.224 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-22 03:24:18.225 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: service-type 2026-04-22 03:24:18.226 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: sorting 2026-04-22 03:24:18.226 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: standard-attr-segment 2026-04-22 03:24:18.227 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: standard-attr-description 2026-04-22 03:24:18.228 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: stateful-security-group 2026-04-22 03:24:18.229 8 WARNING neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-22 03:24:18.230 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-04-22 03:24:18.230 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: subnet-external-network 2026-04-22 03:24:18.231 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension subnet_onboard not supported by any of loaded plugins 2026-04-22 03:24:18.232 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-22 03:24:18.233 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: subnet-service-types 2026-04-22 03:24:18.234 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: subnet_allocation 2026-04-22 03:24:18.236 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-22 03:24:18.238 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: tag-creation 2026-04-22 03:24:18.239 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-22 03:24:18.246 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: standard-attr-tag 2026-04-22 03:24:18.246 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-22 03:24:18.247 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: trunk 2026-04-22 03:24:18.247 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: trunk-details 2026-04-22 03:24:18.248 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-22 03:24:18.248 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-22 03:24:18.249 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: vlan-transparent 2026-04-22 03:24:18.250 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-22 03:24:18.252 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: vpn-agent-scheduler 2026-04-22 03:24:18.253 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-22 03:24:18.254 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: vpn-flavors 2026-04-22 03:24:18.255 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: vpnaas 2026-04-22 03:24:18.257 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: taas 2026-04-22 03:24:18.258 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: tap-mirror 2026-04-22 03:24:18.259 8 INFO neutron.api.extensions [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-22 03:24:18.261 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-22 03:24:18.261 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-22 03:24:18.262 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-22 03:24:18.262 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-22 03:24:18.265 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-22 03:24:18.265 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-22 03:24:18.270 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-22 03:24:18.271 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-22 03:24:18.271 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-22 03:24:18.272 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-22 03:24:18.272 8 WARNING neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] subnetpool is already registered 2026-04-22 03:24:18.272 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-22 03:24:18.273 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-22 03:24:18.273 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-22 03:24:18.274 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-22 03:24:18.274 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-22 03:24:18.274 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-22 03:24:18.275 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-22 03:24:18.275 8 WARNING neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] ipsecpolicy is already registered 2026-04-22 03:24:18.275 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-22 03:24:18.275 8 WARNING neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] ikepolicy is already registered 2026-04-22 03:24:18.280 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-22 03:24:18.280 8 WARNING neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] router is already registered 2026-04-22 03:24:18.281 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-22 03:24:18.281 8 WARNING neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] floatingip is already registered 2026-04-22 03:24:18.286 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-22 03:24:18.286 8 WARNING neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] rbac_policy is already registered 2026-04-22 03:24:18.287 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-22 03:24:18.287 8 WARNING neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] security_group is already registered 2026-04-22 03:24:18.288 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-22 03:24:18.288 8 WARNING neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] security_group_rule is already registered 2026-04-22 03:24:18.289 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-22 03:24:18.289 8 WARNING neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] subnetpool is already registered 2026-04-22 03:24:18.289 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-22 03:24:18.289 8 WARNING neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] trunk is already registered 2026-04-22 03:24:18.290 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-22 03:24:18.290 8 WARNING neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] ikepolicy is already registered 2026-04-22 03:24:18.291 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-22 03:24:18.291 8 WARNING neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] ipsecpolicy is already registered 2026-04-22 03:24:18.291 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-22 03:24:18.292 8 WARNING neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] endpoint_group is already registered 2026-04-22 03:24:18.292 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-22 03:24:18.292 8 WARNING neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] vpnservice is already registered 2026-04-22 03:24:18.293 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-22 03:24:18.293 8 WARNING neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] ipsec_site_connection is already registered 2026-04-22 03:24:18.293 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-22 03:24:18.294 8 WARNING neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] ipsecpolicy is already registered 2026-04-22 03:24:18.294 8 INFO neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-22 03:24:18.294 8 WARNING neutron.quota.resource_registry [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] ikepolicy is already registered 2026-04-22 03:24:18.338 8 WARNING keystonemiddleware._common.config [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-22 03:24:18.345 8 WARNING oslo_config.cfg [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-22 03:24:18.363 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] uWSGI must provide a start time using the configuration parameter "start-time %t" in the configuration file 2026-04-22 03:24:18.375 8 INFO neutron.db.ovn_hash_ring_db [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Nodes from host "neutron-server-6858499fcf-rsp5g" and group "mechanism_driver" removed from the Hash Ring created at 2026-04-22 03:24:18+00:00 2026-04-22 03:24:18.377 8 INFO neutron.db.ovn_hash_ring_db [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Node 3a8349c7e01453e38c65e37690baa51b from host "neutron-server-6858499fcf-rsp5g" and group "mechanism_driver" added to the Hash Ring 2026-04-22 03:24:18.384 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Hash Ring probing thread for node 3a8349c7e01453e38c65e37690baa51b has started 2026-04-22 03:24:18.384 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-04-22 03:24:18.411 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] tcp:10.106.34.232:6641: connecting... 2026-04-22 03:24:18.411 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] tcp:10.106.34.232:6641: connected 2026-04-22 03:24:18.493 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-04-22 03:24:18.512 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] tcp:10.102.131.90:6642: connecting... 2026-04-22 03:24:18.513 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] tcp:10.102.131.90:6642: connected 2026-04-22 03:24:18.562 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] WorkerService process has finished the post initialization 2026-04-22 03:24:18.563 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension 2026-04-22 03:24:18.564 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [-] Starting OVNClientPlacementExtension 2026-04-22 03:24:18.586 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] tcp:10.106.34.232:6641: connecting... 2026-04-22 03:24:18.587 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] tcp:10.106.34.232:6641: connected 2026-04-22 03:24:18.628 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] tcp:10.106.34.232:6641: connecting... 2026-04-22 03:24:18.628 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-4d3f8511-3700-424c-a71e-f70971a285e5 - - - - - -] tcp:10.106.34.232:6641: connected WSGI app 0 (mountpoint='') ready in 10 seconds on interpreter 0x7f75ebc29668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-22 03:24:21.256 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7dd341d4-948a-411f-adb1-e49611364c4f ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1/4] 199.204.45.209 () {44 vars in 927 bytes} [Wed Apr 22 03:24:20 2026] GET /v2.0/networks/public => generated 108 bytes in 843 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: 4/5] 199.204.45.209 () {44 vars in 949 bytes} [Wed Apr 22 03:24:21 2026] GET /v2.0/networks?name=public => generated 15 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-22 03:24:22.123 8 INFO neutron.db.ovn_revision_numbers_db [None req-a33f06ed-1c1c-46bc-9a6c-e5cedec65b50 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource 9a4cf88e-5931-4417-a7ef-d7e6c2f9940c (type: security_groups) to 1 2026-04-22 03:24:22.142 8 INFO neutron.db.ovn_revision_numbers_db [None req-a33f06ed-1c1c-46bc-9a6c-e5cedec65b50 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource 6ca13209-e157-4349-80a4-d17ab5c89c9d (type: security_group_rules) to 0 2026-04-22 03:24:22.154 8 INFO neutron.db.ovn_revision_numbers_db [None req-a33f06ed-1c1c-46bc-9a6c-e5cedec65b50 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource 7dd169d0-a021-4804-b622-9bc308444c14 (type: security_group_rules) to 0 2026-04-22 03:24:22.170 8 INFO neutron.db.ovn_revision_numbers_db [None req-a33f06ed-1c1c-46bc-9a6c-e5cedec65b50 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource 7e72c5f9-1a01-4504-99fc-3964f27e7854 (type: security_group_rules) to 0 2026-04-22 03:24:22.185 8 INFO neutron.db.ovn_revision_numbers_db [None req-a33f06ed-1c1c-46bc-9a6c-e5cedec65b50 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource c851637e-5431-4f72-8e6f-10e071887ce7 (type: security_group_rules) to 0 2026-04-22 03:24:22.321 8 WARNING neutron.services.revisions.revision_plugin [None req-a33f06ed-1c1c-46bc-9a6c-e5cedec65b50 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Could not find related network for resource to bump revision. 2026-04-22 03:24:22.354 8 INFO neutron.db.segments_db [None req-a33f06ed-1c1c-46bc-9a6c-e5cedec65b50 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Added segment 010b372c-5bfb-4e8f-99f9-ff0b55c5ac3f of type flat for network df3ae91e-ac17-4b5a-a9bb-f179549bb20a 2026-04-22 03:24:22.551 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status down for port: provnet-010b372c-5bfb-4e8f-99f9-ff0b55c5ac3f 2026-04-22 03:24:22.628 8 INFO neutron.db.ovn_revision_numbers_db [None req-a33f06ed-1c1c-46bc-9a6c-e5cedec65b50 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource df3ae91e-ac17-4b5a-a9bb-f179549bb20a (type: networks) to 1 2026-04-22 03:24:22.902 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a33f06ed-1c1c-46bc-9a6c-e5cedec65b50 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] No more DHCP agents 2026-04-22 03:24:22.903 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a33f06ed-1c1c-46bc-9a6c-e5cedec65b50 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Unable to schedule network df3ae91e-ac17-4b5a-a9bb-f179549bb20a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-22 03:24:23.219 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-19eb7e0c-6c94-48f4-ba4a-de2b5eaf9490 - - - - - -] OVN reports status down for port: 2a2b0203-e42a-4404-ab35-a569cff3a53e 2026-04-22 03:24:23.304 8 INFO neutron.db.ovn_revision_numbers_db [None req-a33f06ed-1c1c-46bc-9a6c-e5cedec65b50 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource 2a2b0203-e42a-4404-ab35-a569cff3a53e (type: ports) to 1 [pid: 8|app: 0|req: 2/6] 199.204.45.209 () {48 vars in 967 bytes} [Wed Apr 22 03:24:21 2026] POST /v2.0/networks => generated 744 bytes in 1697 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-22 03:24:24.733 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e46e36d9-157d-45fd-9ddd-cdc5432f5a04 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.209 () {44 vars in 927 bytes} [Wed Apr 22 03:24:24 2026] GET /v2.0/networks/public => generated 108 bytes in 382 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.209 () {44 vars in 949 bytes} [Wed Apr 22 03:24:24 2026] GET /v2.0/networks?name=public => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-22 03:24:24.821 7 INFO neutron.pecan_wsgi.hooks.translation [None req-39e0c97a-3397-46e2-88ea-2e6be0dc5c5f ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.209 () {44 vars in 1034 bytes} [Wed Apr 22 03:24:24 2026] GET /v2.0/subnets/public-subnet?network_id=df3ae91e-ac17-4b5a-a9bb-f179549bb20a => generated 113 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4/10] 199.204.45.209 () {44 vars in 1057 bytes} [Wed Apr 22 03:24:24 2026] GET /v2.0/subnets?name=public-subnet&network_id=df3ae91e-ac17-4b5a-a9bb-f179549bb20a => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-22 03:24:25.338 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-73f1bb2f-ffbd-4672-bbdd-657bc8384aea ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] No more DHCP agents 2026-04-22 03:24:25.340 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-73f1bb2f-ffbd-4672-bbdd-657bc8384aea ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Unable to schedule network df3ae91e-ac17-4b5a-a9bb-f179549bb20a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-22 03:24:26.344 7 INFO neutron.db.ovn_revision_numbers_db [None req-ca8e9f68-6013-407a-9898-2253a4f208c7 - - - - - -] Successfully bumped revision number for resource 2a2b0203-e42a-4404-ab35-a569cff3a53e (type: ports) to 2 2026-04-22 03:24:26.385 7 INFO neutron.db.ovn_revision_numbers_db [None req-ca8e9f68-6013-407a-9898-2253a4f208c7 - - - - - -] Successfully bumped revision number for resource 0bd47d1a-40b5-4e34-a205-b5d83651cab0 (type: subnets) to 0 [pid: 7|app: 0|req: 7/11] 199.204.45.209 () {48 vars in 965 bytes} [Wed Apr 22 03:24:24 2026] POST /v2.0/subnets => generated 664 bytes in 1542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-22 03:29:25.080 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e703ef2a-867b-45e0-b1da-d17db0f4bd3a ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 26/49] 199.204.45.209 () {44 vars in 937 bytes} [Wed Apr 22 03:29:24 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 24/50] 199.204.45.209 () {44 vars in 959 bytes} [Wed Apr 22 03:29:25 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-22 03:29:25.209 7 INFO neutron.db.segments_db [None req-99cd44be-adb8-4830-bf68-bef8c97c83f1 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Added segment ffb83f7c-2057-4eee-bac7-18007400b205 of type geneve for network f022eeca-59eb-4cac-8db6-54e50d0618d7 2026-04-22 03:29:25.416 7 INFO neutron.db.ovn_revision_numbers_db [None req-99cd44be-adb8-4830-bf68-bef8c97c83f1 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource f022eeca-59eb-4cac-8db6-54e50d0618d7 (type: networks) to 1 2026-04-22 03:29:25.576 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-99cd44be-adb8-4830-bf68-bef8c97c83f1 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] No more DHCP agents 2026-04-22 03:29:25.577 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-99cd44be-adb8-4830-bf68-bef8c97c83f1 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Unable to schedule network f022eeca-59eb-4cac-8db6-54e50d0618d7: no agents available; will retry on subsequent port and subnet creation events. 2026-04-22 03:29:25.652 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-19eb7e0c-6c94-48f4-ba4a-de2b5eaf9490 - - - - - -] OVN reports status down for port: 8dd3915b-a299-4f8c-acb7-06b08809e4c5 2026-04-22 03:29:25.692 7 INFO neutron.db.ovn_revision_numbers_db [None req-99cd44be-adb8-4830-bf68-bef8c97c83f1 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource 8dd3915b-a299-4f8c-acb7-06b08809e4c5 (type: ports) to 1 [pid: 7|app: 0|req: 27/51] 199.204.45.209 () {48 vars in 966 bytes} [Wed Apr 22 03:29:25 2026] POST /v2.0/networks => generated 728 bytes in 601 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-22 03:29:26.719 8 INFO neutron.pecan_wsgi.hooks.translation [None req-30a7de89-8f3f-4eff-b552-66c315644934 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 25/52] 199.204.45.209 () {44 vars in 937 bytes} [Wed Apr 22 03:29:26 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 28/53] 199.204.45.209 () {44 vars in 959 bytes} [Wed Apr 22 03:29:26 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 737 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-22 03:29:26.796 8 INFO neutron.pecan_wsgi.hooks.translation [None req-862eb0e2-4fc6-431f-99ac-3ec1d57043be ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 26/54] 199.204.45.209 () {44 vars in 1036 bytes} [Wed Apr 22 03:29:26 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=f022eeca-59eb-4cac-8db6-54e50d0618d7 => generated 114 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/55] 199.204.45.209 () {44 vars in 1059 bytes} [Wed Apr 22 03:29:26 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=f022eeca-59eb-4cac-8db6-54e50d0618d7 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-22 03:29:27.008 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9b1f3b4c-de32-44d0-88c8-a931293dd2dc ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] No more DHCP agents 2026-04-22 03:29:27.010 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9b1f3b4c-de32-44d0-88c8-a931293dd2dc ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Unable to schedule network f022eeca-59eb-4cac-8db6-54e50d0618d7: no agents available; will retry on subsequent port and subnet creation events. 2026-04-22 03:29:27.548 8 INFO neutron.db.ovn_revision_numbers_db [None req-398bf286-7ff8-4278-b1bf-3043acbadefd - - - - - -] Successfully bumped revision number for resource 8dd3915b-a299-4f8c-acb7-06b08809e4c5 (type: ports) to 2 2026-04-22 03:29:27.647 8 INFO neutron.db.ovn_revision_numbers_db [None req-398bf286-7ff8-4278-b1bf-3043acbadefd - - - - - -] Successfully bumped revision number for resource 6790326d-236a-41a2-85d2-f0444cc1c0d1 (type: subnets) to 0 [pid: 8|app: 0|req: 27/56] 199.204.45.209 () {48 vars in 965 bytes} [Wed Apr 22 03:29:26 2026] POST /v2.0/subnets => generated 651 bytes in 840 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-22 03:29:28.804 7 INFO neutron.api.v2.resource [None req-62cf7010-8dc9-42fd-b5c1-23493ebe803b ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 30/57] 199.204.45.209 () {44 vars in 971 bytes} [Wed Apr 22 03:29:28 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 28/58] 199.204.45.209 () {44 vars in 993 bytes} [Wed Apr 22 03:29:28 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-22 03:29:29.066 7 INFO neutron.db.ovn_revision_numbers_db [None req-434e1940-95d7-4a8e-82f5-bd5527efac09 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource a9e475be-edd6-495c-b4ec-a2959862bbd3 (type: security_groups) to 1 2026-04-22 03:29:29.081 7 INFO neutron.db.ovn_revision_numbers_db [None req-434e1940-95d7-4a8e-82f5-bd5527efac09 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource 1349e829-976e-4edf-9842-6d8dd45196ce (type: security_group_rules) to 0 2026-04-22 03:29:29.094 7 INFO neutron.db.ovn_revision_numbers_db [None req-434e1940-95d7-4a8e-82f5-bd5527efac09 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource 8868d859-6d4a-4138-a01e-34b6cdbfa594 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 31/59] 199.204.45.209 () {48 vars in 980 bytes} [Wed Apr 22 03:29:28 2026] POST /v2.0/security-groups => generated 1616 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 29/60] 199.204.45.209 () {44 vars in 1001 bytes} [Wed Apr 22 03:29:30 2026] GET /v2.0/security-groups/a9e475be-edd6-495c-b4ec-a2959862bbd3 => generated 1616 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/61] 199.204.45.209 () {44 vars in 1001 bytes} [Wed Apr 22 03:29:30 2026] GET /v2.0/security-groups/a9e475be-edd6-495c-b4ec-a2959862bbd3 => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/62] 199.204.45.209 () {44 vars in 1001 bytes} [Wed Apr 22 03:29:30 2026] GET /v2.0/security-groups/a9e475be-edd6-495c-b4ec-a2959862bbd3 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-22 03:29:30.411 7 INFO neutron.db.ovn_revision_numbers_db [None req-19de7595-059c-470e-9cc7-2f640a0c531b ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource 90676d42-bee4-4248-98ed-dd94e87954c7 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 33/63] 199.204.45.209 () {48 vars in 991 bytes} [Wed Apr 22 03:29:30 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) [pid: 8|app: 0|req: 31/64] 199.204.45.209 () {44 vars in 1001 bytes} [Wed Apr 22 03:29:31 2026] GET /v2.0/security-groups/a9e475be-edd6-495c-b4ec-a2959862bbd3 => generated 2230 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/65] 199.204.45.209 () {44 vars in 1001 bytes} [Wed Apr 22 03:29:31 2026] GET /v2.0/security-groups/a9e475be-edd6-495c-b4ec-a2959862bbd3 => generated 2230 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/66] 199.204.45.209 () {44 vars in 1001 bytes} [Wed Apr 22 03:29:31 2026] GET /v2.0/security-groups/a9e475be-edd6-495c-b4ec-a2959862bbd3 => generated 2230 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-22 03:29:31.547 7 INFO neutron.db.ovn_revision_numbers_db [None req-4e8d7115-d27b-4ebb-9636-c2d055c0e985 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource ace3adbf-89e4-4a38-bcb7-65ca8ff4d086 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 35/67] 199.204.45.209 () {48 vars in 991 bytes} [Wed Apr 22 03:29:31 2026] POST /v2.0/security-group-rules => generated 603 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/68] 199.204.45.209 () {44 vars in 1001 bytes} [Wed Apr 22 03:29:32 2026] GET /v2.0/security-groups/a9e475be-edd6-495c-b4ec-a2959862bbd3 => generated 2846 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/69] 199.204.45.209 () {44 vars in 1001 bytes} [Wed Apr 22 03:29:32 2026] GET /v2.0/security-groups/a9e475be-edd6-495c-b4ec-a2959862bbd3 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/70] 199.204.45.209 () {44 vars in 1001 bytes} [Wed Apr 22 03:29:32 2026] GET /v2.0/security-groups/a9e475be-edd6-495c-b4ec-a2959862bbd3 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-22 03:29:32.703 7 INFO neutron.db.ovn_revision_numbers_db [None req-71553fe8-00a1-4029-b7cd-ead99f555e70 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource 027742f5-c4b3-4b52-88b9-f7ca5d3b8f61 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 37/71] 199.204.45.209 () {48 vars in 991 bytes} [Wed Apr 22 03:29:32 2026] POST /v2.0/security-group-rules => generated 603 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/72] 199.204.45.209 () {44 vars in 1001 bytes} [Wed Apr 22 03:29:33 2026] GET /v2.0/security-groups/a9e475be-edd6-495c-b4ec-a2959862bbd3 => generated 3462 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/73] 199.204.45.209 () {44 vars in 1001 bytes} [Wed Apr 22 03:29:33 2026] GET /v2.0/security-groups/a9e475be-edd6-495c-b4ec-a2959862bbd3 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/74] 199.204.45.209 () {44 vars in 1001 bytes} [Wed Apr 22 03:29:33 2026] GET /v2.0/security-groups/a9e475be-edd6-495c-b4ec-a2959862bbd3 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-22 03:29:33.851 7 INFO neutron.db.ovn_revision_numbers_db [None req-7d09b589-2523-4567-9c7d-583db7fdec74 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource 80e5481f-b483-4c2b-981b-f40d7f8ada79 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 39/75] 199.204.45.209 () {48 vars in 991 bytes} [Wed Apr 22 03:29:33 2026] POST /v2.0/security-group-rules => generated 603 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/76] 199.204.45.209 () {44 vars in 1001 bytes} [Wed Apr 22 03:29:34 2026] GET /v2.0/security-groups/a9e475be-edd6-495c-b4ec-a2959862bbd3 => generated 4078 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/79] 199.204.45.209 () {44 vars in 1001 bytes} [Wed Apr 22 03:29:34 2026] GET /v2.0/security-groups/a9e475be-edd6-495c-b4ec-a2959862bbd3 => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/80] 199.204.45.209 () {44 vars in 1001 bytes} [Wed Apr 22 03:29:34 2026] GET /v2.0/security-groups/a9e475be-edd6-495c-b4ec-a2959862bbd3 => generated 4078 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-22 03:29:35.038 7 INFO neutron.db.ovn_revision_numbers_db [None req-faf0b755-98cc-4516-b475-36451248d6e7 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource a2db31c2-6526-43a2-ade1-9631c33ea16d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 41/81] 199.204.45.209 () {48 vars in 991 bytes} [Wed Apr 22 03:29:34 2026] POST /v2.0/security-group-rules => generated 603 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/82] 199.204.45.209 () {44 vars in 987 bytes} [Wed Apr 22 03:29:36 2026] GET /v2.0/networks/f022eeca-59eb-4cac-8db6-54e50d0618d7 => generated 772 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-22 03:29:36.215 7 INFO neutron.pecan_wsgi.hooks.translation [None req-043d9edb-ee46-4cfd-a9d4-7352d55eae7a ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 42/83] 199.204.45.209 () {44 vars in 1076 bytes} [Wed Apr 22 03:29:36 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=f022eeca-59eb-4cac-8db6-54e50d0618d7 => 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: 42/84] 199.204.45.209 () {44 vars in 1099 bytes} [Wed Apr 22 03:29:36 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=f022eeca-59eb-4cac-8db6-54e50d0618d7 => 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: 43/85] 199.204.45.209 () {44 vars in 1001 bytes} [Wed Apr 22 03:29:36 2026] GET /v2.0/security-groups/a9e475be-edd6-495c-b4ec-a2959862bbd3 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-22 03:29:36.563 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a3ec99e8-604c-43b7-839d-95552c95a053 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] No more DHCP agents 2026-04-22 03:29:36.564 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a3ec99e8-604c-43b7-839d-95552c95a053 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Unable to schedule network f022eeca-59eb-4cac-8db6-54e50d0618d7: no agents available; will retry on subsequent port and subnet creation events. 2026-04-22 03:29:36.686 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-19eb7e0c-6c94-48f4-ba4a-de2b5eaf9490 - - - - - -] OVN reports status down for port: ec4723c0-bac1-48cd-93cb-de2a3bf983b3 2026-04-22 03:29:36.760 8 INFO neutron.db.ovn_revision_numbers_db [None req-a3ec99e8-604c-43b7-839d-95552c95a053 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource ec4723c0-bac1-48cd-93cb-de2a3bf983b3 (type: ports) to 1 [pid: 8|app: 0|req: 43/86] 199.204.45.209 () {48 vars in 961 bytes} [Wed Apr 22 03:29:36 2026] POST /v2.0/ports => generated 1100 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-22 03:29:44.043 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9bdcfd00-de77-4df0-8ea1-7080a8611bf1 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 44/87] 199.204.45.209 () {44 vars in 979 bytes} [Wed Apr 22 03:29:43 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 56 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: 44/88] 199.204.45.209 () {44 vars in 1001 bytes} [Wed Apr 22 03:29:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-22 03:29:44.722 7 INFO neutron.db.ovn_revision_numbers_db [None req-fde1a727-87f5-421f-8bb6-48281caeae4f ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource ec4723c0-bac1-48cd-93cb-de2a3bf983b3 (type: ports) to 4 [pid: 7|app: 0|req: 45/89] 199.204.45.209 () {48 vars in 1031 bytes} [Wed Apr 22 03:29:44 2026] PUT /v2.0/ports/ec4723c0-bac1-48cd-93cb-de2a3bf983b3 => generated 1218 bytes in 626 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/90] 199.204.45.209 () {44 vars in 920 bytes} [Wed Apr 22 03:29:46 2026] GET /v2.0/ports => generated 3335 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-22 03:29:47.470 7 INFO neutron.api.v2.resource [None req-67b5f3c4-35a5-4d6b-aa6d-ca405bd8625b ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 46/91] 199.204.45.209 () {44 vars in 959 bytes} [Wed Apr 22 03:29:47 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/92] 199.204.45.209 () {44 vars in 981 bytes} [Wed Apr 22 03:29:47 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-22 03:29:47.635 7 INFO neutron.db.ovn_revision_numbers_db [None req-17d38cf5-7843-4665-b60a-3b366c378c26 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource a7d408d6-ce97-497b-aabc-832498dd927e (type: security_groups) to 1 2026-04-22 03:29:47.649 7 INFO neutron.db.ovn_revision_numbers_db [None req-17d38cf5-7843-4665-b60a-3b366c378c26 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource 10bbe3cb-b125-4381-a19c-92f18e441aa1 (type: security_group_rules) to 0 2026-04-22 03:29:47.661 7 INFO neutron.db.ovn_revision_numbers_db [None req-17d38cf5-7843-4665-b60a-3b366c378c26 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource 5685e4b4-97f6-41cb-83a9-9272445dc344 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 47/93] 199.204.45.209 () {48 vars in 980 bytes} [Wed Apr 22 03:29:47 2026] POST /v2.0/security-groups => generated 1610 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/94] 199.204.45.209 () {44 vars in 1001 bytes} [Wed Apr 22 03:29:48 2026] GET /v2.0/security-groups/a7d408d6-ce97-497b-aabc-832498dd927e => generated 1610 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/95] 199.204.45.209 () {44 vars in 1001 bytes} [Wed Apr 22 03:29:48 2026] GET /v2.0/security-groups/a7d408d6-ce97-497b-aabc-832498dd927e => generated 1610 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/96] 199.204.45.209 () {44 vars in 1001 bytes} [Wed Apr 22 03:29:48 2026] GET /v2.0/security-groups/a7d408d6-ce97-497b-aabc-832498dd927e => generated 1610 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-22 03:29:48.910 7 INFO neutron.db.ovn_revision_numbers_db [None req-73061603-bccd-45bd-b734-8438c6273aba ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource 5b15442a-6ac7-40e0-be10-77688cf68925 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 49/97] 199.204.45.209 () {48 vars in 991 bytes} [Wed Apr 22 03:29:48 2026] POST /v2.0/security-group-rules => generated 623 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/100] 199.204.45.209 () {44 vars in 1001 bytes} [Wed Apr 22 03:29:49 2026] GET /v2.0/security-groups/a7d408d6-ce97-497b-aabc-832498dd927e => generated 2246 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/101] 199.204.45.209 () {44 vars in 1001 bytes} [Wed Apr 22 03:29:49 2026] GET /v2.0/security-groups/a7d408d6-ce97-497b-aabc-832498dd927e => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/102] 199.204.45.209 () {44 vars in 1001 bytes} [Wed Apr 22 03:29:49 2026] GET /v2.0/security-groups/a7d408d6-ce97-497b-aabc-832498dd927e => generated 2246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-22 03:29:50.044 7 INFO neutron.db.ovn_revision_numbers_db [None req-8c405d91-975f-4977-990e-07e3b23059df ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] Successfully bumped revision number for resource 211327c4-5df5-47b4-bd00-fab6a86067a9 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 53/103] 199.204.45.209 () {48 vars in 991 bytes} [Wed Apr 22 03:29:49 2026] POST /v2.0/security-group-rules => generated 627 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/110] 199.204.45.209 () {44 vars in 975 bytes} [Wed Apr 22 03:30:48 2026] GET /v2.0/quotas/dfd5a1a03627458d8f488e3703268efc => 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: 57/111] 199.204.45.209 () {48 vars in 1027 bytes} [Wed Apr 22 03:30:48 2026] PUT /v2.0/quotas/dfd5a1a03627458d8f488e3703268efc => generated 291 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-22 03:33:09.464 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4a0e52cf-d28e-4834-b332-f6c4ff744202 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 65/132] 199.204.45.209 () {30 vars in 741 bytes} [Wed Apr 22 03:33:09 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 117 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: 68/133] 199.204.45.209 () {30 vars in 763 bytes} [Wed Apr 22 03:33:09 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1221 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-22 03:33:11.511 8 INFO neutron.pecan_wsgi.hooks.translation [None req-27a3d908-88c7-45ee-bb03-449c50a55226 ce99c79bd97d431eb23ee781d750636b dfd5a1a03627458d8f488e3703268efc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 66/134] 199.204.45.209 () {30 vars in 741 bytes} [Wed Apr 22 03:33:11 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/135] 199.204.45.209 () {30 vars in 763 bytes} [Wed Apr 22 03:33:11 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1221 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-22 03:33:12.540 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-19eb7e0c-6c94-48f4-ba4a-de2b5eaf9490 - - - - - -] OVN reports status up for port: ec4723c0-bac1-48cd-93cb-de2a3bf983b3 2026-04-22 03:33:12.567 8 INFO neutron.plugins.ml2.plugin [None req-19eb7e0c-6c94-48f4-ba4a-de2b5eaf9490 - - - - - -] Attempt 1 to provision port ec4723c0-bac1-48cd-93cb-de2a3bf983b3 2026-04-22 03:33:12.810 8 INFO neutron.db.ovn_revision_numbers_db [None req-19eb7e0c-6c94-48f4-ba4a-de2b5eaf9490 - - - - - -] Successfully bumped revision number for resource ec4723c0-bac1-48cd-93cb-de2a3bf983b3 (type: ports) to 5