+ 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 [Thu May 14 10:11:17 2026] *** compiled with version: 13.3.0 on 13 May 2026 13:11:37 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-6b6b5d4b67-zqzn9 machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 3 2026, 12:15:18) [GCC 13.3.0] Python main interpreter initialized at 0x7fe590349668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... /var/lib/openstack/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:41: EventletDeprecationWarning: Eventlet is deprecated. It is currently being maintained in bugfix mode, and we strongly recommend against using it for new projects. If you are already using Eventlet, we recommend migrating to a different framework. For more detail see https://eventlet.readthedocs.io/en/latest/asyncio/migration.html import eventlet /var/lib/openstack/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:41: EventletDeprecationWarning: Eventlet is deprecated. It is currently being maintained in bugfix mode, and we strongly recommend against using it for new projects. If you are already using Eventlet, we recommend migrating to a different framework. For more detail see https://eventlet.readthedocs.io/en/latest/asyncio/migration.html import eventlet 2026-05-14 10:11:21.811 7 INFO neutron.common.config [-] Logging enabled! 2026-05-14 10:11:21.812 7 INFO neutron.common.config [-] uwsgi version 28.1.0.dev173 2026-05-14 10:11:21.884 8 INFO neutron.common.config [-] Logging enabled! 2026-05-14 10:11:21.885 8 INFO neutron.common.config [-] uwsgi version 28.1.0.dev173 2026-05-14 10:11:22.923 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-14 10:11:22.962 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-14 10:11:24.333 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-05-14 10:11:24.335 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-14 10:11:24.339 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-14 10:11:24.339 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-05-14 10:11:24.339 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-05-14 10:11:24.340 8 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-05-14 10:11:24.340 8 INFO neutron.plugins.ml2.managers [-] Project network_types: ['geneve'] 2026-05-14 10:11:24.340 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-14 10:11:24.347 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-14 10:11:24.347 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-14 10:11:24.347 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-05-14 10:11:24.515 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-05-14 10:11:24.519 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-14 10:11:24.523 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-14 10:11:24.523 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-05-14 10:11:24.523 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-05-14 10:11:24.524 7 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-05-14 10:11:24.524 7 INFO neutron.plugins.ml2.managers [-] Project network_types: ['geneve'] 2026-05-14 10:11:24.524 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-14 10:11:24.533 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-14 10:11:24.533 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-14 10:11:24.533 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-05-14 10:11:24.564 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-05-14 10:11:24.564 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-05-14 10:11:24.564 8 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-05-14 10:11:24.589 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-14 10:11:24.589 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-14 10:11:24.589 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-05-14 10:11:24.589 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-05-14 10:11:24.780 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-05-14 10:11:24.781 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-05-14 10:11:24.781 7 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-05-14 10:11:24.806 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-14 10:11:24.806 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-14 10:11:24.806 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-05-14 10:11:24.807 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-05-14 10:11:26.871 8 INFO neutron.plugins.ml2.managers [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Initializing driver for type 'vlan' 2026-05-14 10:11:26.880 7 INFO neutron.plugins.ml2.managers [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Initializing driver for type 'vlan' 2026-05-14 10:11:27.035 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] VlanTypeDriver initialization complete 2026-05-14 10:11:27.035 8 INFO neutron.plugins.ml2.managers [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-14 10:11:27.035 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-14 10:11:27.036 8 INFO neutron.plugins.ml2.managers [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Initializing extension driver 'port_security' 2026-05-14 10:11:27.036 8 INFO neutron.plugins.ml2.extensions.port_security [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-14 10:11:27.036 8 INFO neutron.plugins.ml2.managers [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Initializing extension driver 'qos' 2026-05-14 10:11:27.036 8 INFO neutron.plugins.ml2.managers [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Initializing mechanism driver 'ovn' 2026-05-14 10:11:27.036 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Starting OVNMechanismDriver 2026-05-14 10:11:27.043 8 INFO neutron.services.logapi.drivers.ovn.driver [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] OVN logging driver registered 2026-05-14 10:11:27.050 8 INFO neutron.quota [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded quota_driver: . 2026-05-14 10:11:27.052 8 INFO neutron.plugins.ml2.plugin [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Modular L2 Plugin initialization complete 2026-05-14 10:11:27.052 8 INFO neutron.plugins.ml2.managers [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-14 10:11:27.052 8 INFO neutron.plugins.ml2.managers [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-14 10:11:27.053 8 INFO neutron.plugins.ml2.managers [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Got port-security extension from driver 'port_security' 2026-05-14 10:11:27.053 8 INFO neutron.manager [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loading Plugin: qos 2026-05-14 10:11:27.061 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] VlanTypeDriver initialization complete 2026-05-14 10:11:27.061 7 INFO neutron.plugins.ml2.managers [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-14 10:11:27.061 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-14 10:11:27.062 7 INFO neutron.plugins.ml2.managers [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Initializing extension driver 'port_security' 2026-05-14 10:11:27.062 7 INFO neutron.plugins.ml2.extensions.port_security [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-14 10:11:27.062 7 INFO neutron.plugins.ml2.managers [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Initializing extension driver 'qos' 2026-05-14 10:11:27.062 7 INFO neutron.plugins.ml2.managers [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Initializing mechanism driver 'ovn' 2026-05-14 10:11:27.062 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Starting OVNMechanismDriver 2026-05-14 10:11:27.065 7 INFO neutron.services.logapi.drivers.ovn.driver [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] OVN logging driver registered 2026-05-14 10:11:27.067 8 INFO neutron.manager [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loading Plugin: ovn-router 2026-05-14 10:11:27.072 7 INFO neutron.quota [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded quota_driver: . 2026-05-14 10:11:27.072 7 INFO neutron.plugins.ml2.plugin [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Modular L2 Plugin initialization complete 2026-05-14 10:11:27.073 7 INFO neutron.plugins.ml2.managers [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-14 10:11:27.073 7 INFO neutron.plugins.ml2.managers [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-14 10:11:27.073 7 INFO neutron.plugins.ml2.managers [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-14 10:11:27.073 7 INFO neutron.manager [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loading Plugin: qos 2026-05-14 10:11:27.087 7 INFO neutron.manager [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loading Plugin: ovn-router 2026-05-14 10:11:27.101 8 INFO neutron.services.ovn_l3.plugin [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Starting OVNL3RouterPlugin 2026-05-14 10:11:27.106 8 INFO neutron.manager [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loading Plugin: segments 2026-05-14 10:11:27.123 7 INFO neutron.services.ovn_l3.plugin [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Starting OVNL3RouterPlugin 2026-05-14 10:11:27.128 7 INFO neutron.manager [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loading Plugin: segments 2026-05-14 10:11:27.201 8 INFO neutron.manager [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loading Plugin: trunk 2026-05-14 10:11:27.212 8 INFO neutron.manager [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loading Plugin: log 2026-05-14 10:11:27.215 8 INFO neutron.manager [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loading Plugin: ovn-vpnaas 2026-05-14 10:11:27.231 7 INFO neutron.manager [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loading Plugin: trunk 2026-05-14 10:11:27.243 7 INFO neutron.manager [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loading Plugin: log 2026-05-14 10:11:27.245 7 INFO neutron.manager [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loading Plugin: ovn-vpnaas 2026-05-14 10:11:27.272 8 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-05-14 10:11:27.272 8 WARNING stevedore.named [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-05-14 10:11:27.311 8 INFO neutron_vpnaas.services.vpn.plugin [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-14 10:11:27.311 8 INFO neutron.manager [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loading Plugin: taas 2026-05-14 10:11:27.313 7 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-05-14 10:11:27.314 7 WARNING stevedore.named [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-05-14 10:11:27.332 8 WARNING stevedore.named [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-05-14 10:11:27.338 8 INFO neutron_taas.services.taas.taas_plugin [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-14 10:11:27.338 8 INFO neutron.manager [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loading Plugin: tapmirror 2026-05-14 10:11:27.346 8 WARNING stevedore.named [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-05-14 10:11:27.347 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-14 10:11:27.347 8 INFO neutron.manager [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loading Plugin: auto_allocate 2026-05-14 10:11:27.352 8 INFO neutron.manager [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loading Plugin: tag 2026-05-14 10:11:27.358 8 INFO neutron.manager [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loading Plugin: timestamp 2026-05-14 10:11:27.361 8 INFO neutron.manager [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loading Plugin: network_ip_availability 2026-05-14 10:11:27.363 7 INFO neutron_vpnaas.services.vpn.plugin [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-14 10:11:27.364 7 INFO neutron.manager [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loading Plugin: taas 2026-05-14 10:11:27.365 8 INFO neutron.manager [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loading Plugin: flavors 2026-05-14 10:11:27.368 8 INFO neutron.manager [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loading Plugin: revisions 2026-05-14 10:11:27.372 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Initializing extension manager. 2026-05-14 10:11:27.373 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: address-group 2026-05-14 10:11:27.374 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: address-scope 2026-05-14 10:11:27.375 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-05-14 10:11:27.375 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: agent 2026-05-14 10:11:27.376 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-05-14 10:11:27.377 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: allowed-address-pairs 2026-05-14 10:11:27.378 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: auto-allocated-topology 2026-05-14 10:11:27.379 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: availability_zone 2026-05-14 10:11:27.379 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-05-14 10:11:27.380 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-14 10:11:27.380 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: default-subnetpools 2026-05-14 10:11:27.381 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-14 10:11:27.382 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: dns-integration 2026-05-14 10:11:27.382 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: dns-domain-ports 2026-05-14 10:11:27.383 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-05-14 10:11:27.384 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension dvr not supported by any of loaded plugins 2026-05-14 10:11:27.384 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-14 10:11:27.385 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: empty-string-filtering 2026-05-14 10:11:27.385 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-14 10:11:27.386 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-14 10:11:27.386 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: external-net 2026-05-14 10:11:27.387 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-14 10:11:27.387 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: extraroute 2026-05-14 10:11:27.388 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: extraroute-atomic 2026-05-14 10:11:27.388 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: filter-validation 2026-05-14 10:11:27.389 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-14 10:11:27.389 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-14 10:11:27.390 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-14 10:11:27.390 7 WARNING stevedore.named [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-05-14 10:11:27.390 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: fip-port-details 2026-05-14 10:11:27.391 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: flavors 2026-05-14 10:11:27.392 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-14 10:11:27.393 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: floatingip-pools 2026-05-14 10:11:27.393 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: ip_allocation 2026-05-14 10:11:27.394 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-05-14 10:11:27.394 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: l2_adjacency 2026-05-14 10:11:27.395 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: router 2026-05-14 10:11:27.396 7 INFO neutron_taas.services.taas.taas_plugin [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-14 10:11:27.396 7 INFO neutron.manager [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loading Plugin: tapmirror 2026-05-14 10:11:27.397 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-14 10:11:27.398 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: enable-default-route-bfd 2026-05-14 10:11:27.399 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: enable-default-route-ecmp 2026-05-14 10:11:27.399 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: ext-gw-mode 2026-05-14 10:11:27.400 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: l3-ha 2026-05-14 10:11:27.400 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-14 10:11:27.401 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: external-gateway-multihoming 2026-05-14 10:11:27.401 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: l3-flavors 2026-05-14 10:11:27.402 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-14 10:11:27.402 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-05-14 10:11:27.404 7 WARNING stevedore.named [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-05-14 10:11:27.405 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension l3_agent_scheduler not supported by any of loaded plugins 2026-05-14 10:11:27.405 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-14 10:11:27.405 7 INFO neutron.manager [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loading Plugin: auto_allocate 2026-05-14 10:11:27.406 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-14 10:11:27.407 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: logging 2026-05-14 10:11:27.408 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-14 10:11:27.409 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-14 10:11:27.409 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: multi-provider 2026-05-14 10:11:27.410 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: net-mtu 2026-05-14 10:11:27.410 7 INFO neutron.manager [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loading Plugin: tag 2026-05-14 10:11:27.410 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: net-mtu-writable 2026-05-14 10:11:27.411 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: network_availability_zone 2026-05-14 10:11:27.411 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-05-14 10:11:27.412 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: network-ip-availability 2026-05-14 10:11:27.413 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: network-ip-availability-details 2026-05-14 10:11:27.414 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-14 10:11:27.414 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: pagination 2026-05-14 10:11:27.415 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: port-device-profile 2026-05-14 10:11:27.415 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-14 10:11:27.416 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-14 10:11:27.416 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-14 10:11:27.417 7 INFO neutron.manager [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loading Plugin: timestamp 2026-05-14 10:11:27.417 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-05-14 10:11:27.417 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-14 10:11:27.418 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-14 10:11:27.418 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-14 10:11:27.419 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: port-resource-request 2026-05-14 10:11:27.419 7 INFO neutron.manager [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loading Plugin: network_ip_availability 2026-05-14 10:11:27.419 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: port-resource-request-groups 2026-05-14 10:11:27.420 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-14 10:11:27.420 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: binding 2026-05-14 10:11:27.421 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: binding-extended 2026-05-14 10:11:27.422 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: port-security 2026-05-14 10:11:27.422 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: project-id 2026-05-14 10:11:27.423 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: provider 2026-05-14 10:11:27.423 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: qinq 2026-05-14 10:11:27.423 7 INFO neutron.manager [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loading Plugin: flavors 2026-05-14 10:11:27.425 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: qos 2026-05-14 10:11:27.426 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-14 10:11:27.426 7 INFO neutron.manager [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loading Plugin: revisions 2026-05-14 10:11:27.426 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-14 10:11:27.427 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: qos-default 2026-05-14 10:11:27.427 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: qos-fip 2026-05-14 10:11:27.428 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-14 10:11:27.428 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: qos-gateway-ip 2026-05-14 10:11:27.429 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: qos-port-network-policy 2026-05-14 10:11:27.430 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Initializing extension manager. 2026-05-14 10:11:27.430 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: qos-pps-minimum 2026-05-14 10:11:27.430 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-14 10:11:27.431 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: address-group 2026-05-14 10:11:27.431 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: qos-pps 2026-05-14 10:11:27.432 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: qos-rule-type-details 2026-05-14 10:11:27.432 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: address-scope 2026-05-14 10:11:27.432 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-14 10:11:27.432 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-05-14 10:11:27.433 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: qos-rules-alias 2026-05-14 10:11:27.433 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: quota-check-limit 2026-05-14 10:11:27.433 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: agent 2026-05-14 10:11:27.434 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-05-14 10:11:27.434 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: quota-check-limit-default 2026-05-14 10:11:27.435 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-14 10:11:27.436 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-14 10:11:27.436 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: quotas 2026-05-14 10:11:27.436 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: availability_zone 2026-05-14 10:11:27.437 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-05-14 10:11:27.437 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: quota_details 2026-05-14 10:11:27.437 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-14 10:11:27.438 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: default-subnetpools 2026-05-14 10:11:27.438 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: rbac-policies 2026-05-14 10:11:27.439 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-05-14 10:11:27.439 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-14 10:11:27.440 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: rbac-address-scope 2026-05-14 10:11:27.440 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: dns-integration 2026-05-14 10:11:27.440 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: rbac-security-groups 2026-05-14 10:11:27.440 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: dns-domain-ports 2026-05-14 10:11:27.441 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-05-14 10:11:27.441 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-05-14 10:11:27.441 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: revision-if-match 2026-05-14 10:11:27.441 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension dvr not supported by any of loaded plugins 2026-05-14 10:11:27.442 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: standard-attr-revisions 2026-05-14 10:11:27.442 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-14 10:11:27.442 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: router_availability_zone 2026-05-14 10:11:27.442 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: empty-string-filtering 2026-05-14 10:11:27.443 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: router-enable-snat 2026-05-14 10:11:27.443 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-14 10:11:27.443 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-14 10:11:27.443 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-14 10:11:27.444 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: external-net 2026-05-14 10:11:27.444 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-14 10:11:27.445 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: extraroute 2026-05-14 10:11:27.445 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: security-groups-default-rules 2026-05-14 10:11:27.445 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-14 10:11:27.445 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: extraroute-atomic 2026-05-14 10:11:27.446 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-05-14 10:11:27.446 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: filter-validation 2026-05-14 10:11:27.446 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-14 10:11:27.447 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-14 10:11:27.447 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-14 10:11:27.447 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-14 10:11:27.447 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-14 10:11:27.448 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-14 10:11:27.448 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: fip-port-details 2026-05-14 10:11:27.449 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: flavors 2026-05-14 10:11:27.450 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-14 10:11:27.451 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: floatingip-pools 2026-05-14 10:11:27.451 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: ip_allocation 2026-05-14 10:11:27.452 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-05-14 10:11:27.452 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: security-group 2026-05-14 10:11:27.452 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: l2_adjacency 2026-05-14 10:11:27.453 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: segment 2026-05-14 10:11:27.453 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: router 2026-05-14 10:11:27.453 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-14 10:11:27.454 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: service-type 2026-05-14 10:11:27.455 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: sorting 2026-05-14 10:11:27.455 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-14 10:11:27.455 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: standard-attr-segment 2026-05-14 10:11:27.456 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: enable-default-route-bfd 2026-05-14 10:11:27.456 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: standard-attr-description 2026-05-14 10:11:27.456 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: enable-default-route-ecmp 2026-05-14 10:11:27.456 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: stateful-security-group 2026-05-14 10:11:27.457 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: ext-gw-mode 2026-05-14 10:11:27.457 8 WARNING neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-14 10:11:27.457 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: l3-ha 2026-05-14 10:11:27.457 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-05-14 10:11:27.458 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-14 10:11:27.458 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: subnet-external-network 2026-05-14 10:11:27.458 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: external-gateway-multihoming 2026-05-14 10:11:27.458 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension subnet_onboard not supported by any of loaded plugins 2026-05-14 10:11:27.459 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: l3-flavors 2026-05-14 10:11:27.459 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-14 10:11:27.459 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: subnet-service-types 2026-05-14 10:11:27.459 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-14 10:11:27.460 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-05-14 10:11:27.460 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: subnet_allocation 2026-05-14 10:11:27.461 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-14 10:11:27.461 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: tag-creation 2026-05-14 10:11:27.462 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-14 10:11:27.462 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension l3_agent_scheduler not supported by any of loaded plugins 2026-05-14 10:11:27.463 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-14 10:11:27.464 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: logging 2026-05-14 10:11:27.465 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-14 10:11:27.466 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-14 10:11:27.467 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: multi-provider 2026-05-14 10:11:27.467 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: standard-attr-tag 2026-05-14 10:11:27.467 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: net-mtu 2026-05-14 10:11:27.468 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: net-mtu-writable 2026-05-14 10:11:27.468 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: network_availability_zone 2026-05-14 10:11:27.469 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-05-14 10:11:27.470 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: network-ip-availability 2026-05-14 10:11:27.470 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-14 10:11:27.470 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: network-ip-availability-details 2026-05-14 10:11:27.471 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-14 10:11:27.471 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: trunk 2026-05-14 10:11:27.472 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: pagination 2026-05-14 10:11:27.472 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: port-device-profile 2026-05-14 10:11:27.473 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: trunk-details 2026-05-14 10:11:27.473 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-14 10:11:27.473 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-14 10:11:27.474 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-14 10:11:27.474 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-14 10:11:27.474 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-05-14 10:11:27.475 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-14 10:11:27.475 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-14 10:11:27.475 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-14 10:11:27.476 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-14 10:11:27.476 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: port-resource-request 2026-05-14 10:11:27.477 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-14 10:11:27.477 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: vlan-transparent 2026-05-14 10:11:27.477 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-14 10:11:27.478 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: binding 2026-05-14 10:11:27.478 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-14 10:11:27.479 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: binding-extended 2026-05-14 10:11:27.479 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: port-security 2026-05-14 10:11:27.480 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: project-id 2026-05-14 10:11:27.480 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: provider 2026-05-14 10:11:27.481 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: qinq 2026-05-14 10:11:27.482 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: vpn-agent-scheduler 2026-05-14 10:11:27.483 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: qos 2026-05-14 10:11:27.483 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-14 10:11:27.483 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-14 10:11:27.484 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-14 10:11:27.484 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: vpn-flavors 2026-05-14 10:11:27.484 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: qos-default 2026-05-14 10:11:27.485 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: qos-fip 2026-05-14 10:11:27.485 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-14 10:11:27.486 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-14 10:11:27.486 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: vpnaas 2026-05-14 10:11:27.486 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-14 10:11:27.487 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-14 10:11:27.488 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-14 10:11:27.488 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: taas 2026-05-14 10:11:27.488 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: qos-pps 2026-05-14 10:11:27.489 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-14 10:11:27.489 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: tap-mirror 2026-05-14 10:11:27.489 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-14 10:11:27.490 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: qos-rules-alias 2026-05-14 10:11:27.490 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: tap-mirror-both-direction 2026-05-14 10:11:27.490 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: quota-check-limit 2026-05-14 10:11:27.491 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-14 10:11:27.491 8 INFO neutron.api.extensions [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Loaded extension: taas-vlan-filter 2026-05-14 10:11:27.493 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: quotas 2026-05-14 10:11:27.494 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: quota_details 2026-05-14 10:11:27.494 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-14 10:11:27.495 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-14 10:11:27.495 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 10:11:27.495 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-14 10:11:27.496 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: rbac-policies 2026-05-14 10:11:27.496 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-05-14 10:11:27.497 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: rbac-address-scope 2026-05-14 10:11:27.497 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: rbac-security-groups 2026-05-14 10:11:27.498 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-05-14 10:11:27.498 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: revision-if-match 2026-05-14 10:11:27.499 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-14 10:11:27.499 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-14 10:11:27.499 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: router_availability_zone 2026-05-14 10:11:27.500 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-14 10:11:27.500 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: router-enable-snat 2026-05-14 10:11:27.500 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-14 10:11:27.502 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-14 10:11:27.503 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-14 10:11:27.503 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-05-14 10:11:27.503 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-14 10:11:27.504 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-14 10:11:27.504 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-14 10:11:27.504 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-14 10:11:27.505 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-14 10:11:27.505 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-14 10:11:27.506 8 WARNING neutron.api.api_common [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] The plugin class neutron.db.servicetype_db.ServiceTypeManager should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.506 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 10:11:27.507 8 WARNING neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] subnetpool is already registered 2026-05-14 10:11:27.507 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-14 10:11:27.507 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 10:11:27.508 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 10:11:27.508 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-14 10:11:27.509 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-14 10:11:27.509 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: security-group 2026-05-14 10:11:27.509 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-14 10:11:27.510 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 10:11:27.510 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: segment 2026-05-14 10:11:27.510 8 WARNING neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] ipsecpolicy is already registered 2026-05-14 10:11:27.510 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-14 10:11:27.510 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 10:11:27.510 8 WARNING neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] ikepolicy is already registered 2026-05-14 10:11:27.511 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: service-type 2026-05-14 10:11:27.511 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: sorting 2026-05-14 10:11:27.512 8 WARNING neutron.api.api_common [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.512 8 WARNING neutron.api.api_common [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.512 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: standard-attr-segment 2026-05-14 10:11:27.512 8 WARNING neutron.api.api_common [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.513 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: standard-attr-description 2026-05-14 10:11:27.513 8 WARNING neutron.api.api_common [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] The plugin class neutron.db.servicetype_db.ServiceTypeManager should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.513 8 WARNING neutron.api.api_common [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.513 8 WARNING neutron.api.api_common [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.513 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: stateful-security-group 2026-05-14 10:11:27.513 8 WARNING neutron.api.api_common [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.513 8 WARNING neutron.api.api_common [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.513 8 WARNING neutron.api.api_common [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.514 7 WARNING neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-14 10:11:27.514 8 WARNING neutron.api.api_common [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.514 8 WARNING neutron.api.api_common [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.514 8 WARNING neutron.api.api_common [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.514 8 WARNING neutron.api.api_common [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.514 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-05-14 10:11:27.514 8 WARNING neutron.api.api_common [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.514 8 WARNING neutron.api.api_common [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.515 8 WARNING neutron.api.api_common [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.515 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: subnet-external-network 2026-05-14 10:11:27.515 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension subnet_onboard not supported by any of loaded plugins 2026-05-14 10:11:27.516 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-14 10:11:27.516 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: subnet-service-types 2026-05-14 10:11:27.517 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: subnet_allocation 2026-05-14 10:11:27.517 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-14 10:11:27.518 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-14 10:11:27.518 8 WARNING neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] router is already registered 2026-05-14 10:11:27.518 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: tag-creation 2026-05-14 10:11:27.518 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-14 10:11:27.518 8 WARNING neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] floatingip is already registered 2026-05-14 10:11:27.518 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-14 10:11:27.522 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: standard-attr-tag 2026-05-14 10:11:27.522 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-14 10:11:27.523 8 WARNING neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] rbac_policy is already registered 2026-05-14 10:11:27.523 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-14 10:11:27.523 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-14 10:11:27.523 8 WARNING neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] security_group is already registered 2026-05-14 10:11:27.524 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: trunk 2026-05-14 10:11:27.524 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-14 10:11:27.524 8 WARNING neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] security_group_rule is already registered 2026-05-14 10:11:27.524 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: trunk-details 2026-05-14 10:11:27.524 8 WARNING neutron.api.api_common [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] The plugin class neutron.db.servicetype_db.ServiceTypeManager should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.525 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-14 10:11:27.525 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 10:11:27.525 8 WARNING neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] subnetpool is already registered 2026-05-14 10:11:27.525 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-14 10:11:27.525 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-14 10:11:27.526 8 WARNING neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] trunk is already registered 2026-05-14 10:11:27.526 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: vlan-transparent 2026-05-14 10:11:27.526 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 10:11:27.526 8 WARNING neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] ikepolicy is already registered 2026-05-14 10:11:27.527 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 10:11:27.527 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-14 10:11:27.527 8 WARNING neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] ipsecpolicy is already registered 2026-05-14 10:11:27.527 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-14 10:11:27.527 8 WARNING neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] endpoint_group is already registered 2026-05-14 10:11:27.528 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-14 10:11:27.528 8 WARNING neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] vpnservice is already registered 2026-05-14 10:11:27.528 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-14 10:11:27.528 8 WARNING neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] ipsec_site_connection is already registered 2026-05-14 10:11:27.529 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 10:11:27.529 8 WARNING neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] ipsecpolicy is already registered 2026-05-14 10:11:27.529 8 INFO neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 10:11:27.529 8 WARNING neutron.quota.resource_registry [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] ikepolicy is already registered 2026-05-14 10:11:27.530 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: vpn-agent-scheduler 2026-05-14 10:11:27.531 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-14 10:11:27.531 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: vpn-flavors 2026-05-14 10:11:27.533 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: vpnaas 2026-05-14 10:11:27.534 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: taas 2026-05-14 10:11:27.535 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: tap-mirror 2026-05-14 10:11:27.536 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-05-14 10:11:27.536 7 INFO neutron.api.extensions [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-14 10:11:27.539 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-14 10:11:27.539 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-14 10:11:27.539 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 10:11:27.539 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-14 10:11:27.543 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-14 10:11:27.543 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-14 10:11:27.547 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-14 10:11:27.548 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-14 10:11:27.548 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-14 10:11:27.549 7 WARNING neutron.api.api_common [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] The plugin class neutron.db.servicetype_db.ServiceTypeManager should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.549 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 10:11:27.550 7 WARNING neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] subnetpool is already registered 2026-05-14 10:11:27.550 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-14 10:11:27.551 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 10:11:27.551 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 10:11:27.551 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-14 10:11:27.552 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-14 10:11:27.552 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-14 10:11:27.553 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 10:11:27.553 7 WARNING neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] ipsecpolicy is already registered 2026-05-14 10:11:27.553 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 10:11:27.553 7 WARNING neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] ikepolicy is already registered 2026-05-14 10:11:27.554 7 WARNING neutron.api.api_common [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.554 7 WARNING neutron.api.api_common [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.555 7 WARNING neutron.api.api_common [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.555 7 WARNING neutron.api.api_common [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] The plugin class neutron.db.servicetype_db.ServiceTypeManager should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.555 7 WARNING neutron.api.api_common [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.555 7 WARNING neutron.api.api_common [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.556 7 WARNING neutron.api.api_common [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.556 7 WARNING neutron.api.api_common [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.556 7 WARNING neutron.api.api_common [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.556 7 WARNING neutron.api.api_common [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.556 7 WARNING neutron.api.api_common [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.556 7 WARNING neutron.api.api_common [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.556 7 WARNING neutron.api.api_common [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.556 7 WARNING neutron.api.api_common [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.557 7 WARNING neutron.api.api_common [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.557 7 WARNING neutron.api.api_common [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.559 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-14 10:11:27.560 7 WARNING neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] router is already registered 2026-05-14 10:11:27.560 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-14 10:11:27.560 7 WARNING neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] floatingip is already registered 2026-05-14 10:11:27.564 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-14 10:11:27.564 7 WARNING neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] rbac_policy is already registered 2026-05-14 10:11:27.565 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-14 10:11:27.565 7 WARNING neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] security_group is already registered 2026-05-14 10:11:27.565 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-14 10:11:27.566 7 WARNING neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] security_group_rule is already registered 2026-05-14 10:11:27.566 7 WARNING neutron.api.api_common [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] The plugin class neutron.db.servicetype_db.ServiceTypeManager should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-14 10:11:27.567 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 10:11:27.567 7 WARNING neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] subnetpool is already registered 2026-05-14 10:11:27.567 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-14 10:11:27.567 7 WARNING neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] trunk is already registered 2026-05-14 10:11:27.568 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 10:11:27.568 7 WARNING neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] ikepolicy is already registered 2026-05-14 10:11:27.568 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 10:11:27.568 7 WARNING neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] ipsecpolicy is already registered 2026-05-14 10:11:27.569 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-14 10:11:27.569 7 WARNING neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] endpoint_group is already registered 2026-05-14 10:11:27.569 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-14 10:11:27.569 7 WARNING neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] vpnservice is already registered 2026-05-14 10:11:27.570 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-14 10:11:27.570 7 WARNING neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] ipsec_site_connection is already registered 2026-05-14 10:11:27.570 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 10:11:27.570 7 WARNING neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] ipsecpolicy is already registered 2026-05-14 10:11:27.571 7 INFO neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 10:11:27.571 7 WARNING neutron.quota.resource_registry [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] ikepolicy is already registered 2026-05-14 10:11:27.571 8 WARNING keystonemiddleware._common.config [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-14 10:11:27.579 8 WARNING oslo_config.cfg [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-14 10:11:27.603 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] uWSGI must provide a start time using the configuration parameter "start-time %t" in the configuration file 2026-05-14 10:11:27.610 7 WARNING keystonemiddleware._common.config [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-14 10:11:27.616 7 WARNING oslo_config.cfg [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-14 10:11:27.619 8 INFO neutron.db.ovn_hash_ring_db [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Nodes from host "neutron-server-6b6b5d4b67-zqzn9" and group "mechanism_driver" removed from the Hash Ring created at 2026-05-14 10:11:27+00:00 2026-05-14 10:11:27.622 8 INFO neutron.db.ovn_hash_ring_db [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Node caafbe06ef1d5e369f6ad936f184d696 from host "neutron-server-6b6b5d4b67-zqzn9" and group "mechanism_driver" added to the Hash Ring 2026-05-14 10:11:27.637 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] uWSGI must provide a start time using the configuration parameter "start-time %t" in the configuration file 2026-05-14 10:11:27.836 7 INFO neutron.db.ovn_hash_ring_db [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Nodes from host "neutron-server-6b6b5d4b67-zqzn9" and group "mechanism_driver" removed from the Hash Ring created at 2026-05-14 10:11:27+00:00 2026-05-14 10:11:27.840 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Hash Ring probing thread for node caafbe06ef1d5e369f6ad936f184d696 has started 2026-05-14 10:11:27.841 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-05-14 10:11:27.843 7 INFO neutron.db.ovn_hash_ring_db [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Node e13dd4526e025e7d81f2b6bb13e1f844 from host "neutron-server-6b6b5d4b67-zqzn9" and group "mechanism_driver" added to the Hash Ring 2026-05-14 10:11:27.855 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Hash Ring probing thread for node e13dd4526e025e7d81f2b6bb13e1f844 has started 2026-05-14 10:11:27.856 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-05-14 10:11:27.876 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] tcp:10.109.111.152:6641: connecting... 2026-05-14 10:11:27.877 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] tcp:10.109.111.152:6641: connected 2026-05-14 10:11:27.886 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] tcp:10.109.111.152:6641: connecting... 2026-05-14 10:11:27.886 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] tcp:10.109.111.152:6641: connected 2026-05-14 10:11:27.915 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-05-14 10:11:27.921 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-05-14 10:11:27.943 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] tcp:10.100.215.154:6642: connecting... 2026-05-14 10:11:27.943 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] tcp:10.100.215.154:6642: connected 2026-05-14 10:11:27.958 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] tcp:10.100.215.154:6642: connecting... 2026-05-14 10:11:27.958 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] tcp:10.100.215.154:6642: connected 2026-05-14 10:11:27.971 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] WorkerService process has finished the post initialization 2026-05-14 10:11:27.994 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] tcp:10.109.111.152:6641: connecting... 2026-05-14 10:11:27.995 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] tcp:10.109.111.152:6641: connected 2026-05-14 10:11:27.999 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] WorkerService process has finished the post initialization 2026-05-14 10:11:27.999 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension 2026-05-14 10:11:28.000 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [-] Starting OVNClientPlacementExtension 2026-05-14 10:11:28.017 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] tcp:10.109.111.152:6641: connecting... 2026-05-14 10:11:28.018 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] tcp:10.109.111.152:6641: connected 2026-05-14 10:11:28.033 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] tcp:10.109.111.152:6641: connecting... 2026-05-14 10:11:28.033 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-689c40e1-940c-4782-b3d2-d71ad0f77a33 - - - - - -] tcp:10.109.111.152:6641: connected 2026-05-14 10:11:28.059 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] tcp:10.109.111.152:6641: connecting... 2026-05-14 10:11:28.059 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-f7789c58-95e8-432a-a3fb-d8e57d58e1bf - - - - - -] tcp:10.109.111.152:6641: connected WSGI app 0 (mountpoint='') ready in 11 seconds on interpreter 0x7fe590349668 pid: 7 (default app) WSGI app 0 (mountpoint='') ready in 11 seconds on interpreter 0x7fe590349668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-14 10:11:35.632 7 INFO neutron.pecan_wsgi.hooks.translation [None req-19117950-f7b6-437a-b125-1ff6f481b88e f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.74 () {44 vars in 923 bytes} [Thu May 14 10:11:34 2026] GET /v2.0/networks/public => generated 108 bytes in 1148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.204.45.74 () {44 vars in 945 bytes} [Thu May 14 10:11:35 2026] GET /v2.0/networks?name=public => generated 15 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 10:11:36.639 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-0251b70b-bf6e-4d4f-9708-dcbb7d53fdc9 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Starting OVNClientQosExtension 2026-05-14 10:11:36.640 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [None req-0251b70b-bf6e-4d4f-9708-dcbb7d53fdc9 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Starting OVNClientPlacementExtension 2026-05-14 10:11:36.683 7 INFO neutron.db.ovn_revision_numbers_db [None req-0251b70b-bf6e-4d4f-9708-dcbb7d53fdc9 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource c4e52763-1cbb-4ec3-ad35-2f9d82228ee5 (type: security_groups) to 1 2026-05-14 10:11:36.698 7 INFO neutron.db.ovn_revision_numbers_db [None req-0251b70b-bf6e-4d4f-9708-dcbb7d53fdc9 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 0c68af71-74d9-4640-9d92-acbc6476bca8 (type: security_group_rules) to 0 2026-05-14 10:11:36.709 7 INFO neutron.db.ovn_revision_numbers_db [None req-0251b70b-bf6e-4d4f-9708-dcbb7d53fdc9 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource a1e96fd6-de29-4147-944f-5c4ea1644458 (type: security_group_rules) to 0 2026-05-14 10:11:36.720 7 INFO neutron.db.ovn_revision_numbers_db [None req-0251b70b-bf6e-4d4f-9708-dcbb7d53fdc9 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource ce3454e5-1e6b-4e3a-bcc6-757045d1a031 (type: security_group_rules) to 0 2026-05-14 10:11:36.733 7 INFO neutron.db.ovn_revision_numbers_db [None req-0251b70b-bf6e-4d4f-9708-dcbb7d53fdc9 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource fb37e1be-86d1-4dc8-8524-83588bd33e96 (type: security_group_rules) to 0 2026-05-14 10:11:36.819 7 WARNING neutron.services.revisions.revision_plugin [None req-0251b70b-bf6e-4d4f-9708-dcbb7d53fdc9 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Could not find related network for resource to bump revision. 2026-05-14 10:11:36.874 7 INFO neutron.db.segments_db [None req-0251b70b-bf6e-4d4f-9708-dcbb7d53fdc9 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Added segment d2e90a14-b0d4-452e-9b28-cdb24c290817 of type flat for network 6d5d34ad-f0aa-4631-a623-e3357ff70688 2026-05-14 10:11:37.078 7 INFO neutron.db.ovn_revision_numbers_db [None req-0251b70b-bf6e-4d4f-9708-dcbb7d53fdc9 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 6d5d34ad-f0aa-4631-a623-e3357ff70688 (type: networks) to 1 2026-05-14 10:11:37.363 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0251b70b-bf6e-4d4f-9708-dcbb7d53fdc9 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] No more DHCP agents 2026-05-14 10:11:37.364 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0251b70b-bf6e-4d4f-9708-dcbb7d53fdc9 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Unable to schedule network 6d5d34ad-f0aa-4631-a623-e3357ff70688: no agents available; will retry on subsequent port and subnet creation events. 2026-05-14 10:11:37.421 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status down for port: ebd565b4-7bb9-4090-96bd-ceef489e0eb2 2026-05-14 10:11:37.817 7 INFO neutron.db.ovn_revision_numbers_db [None req-0251b70b-bf6e-4d4f-9708-dcbb7d53fdc9 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource ebd565b4-7bb9-4090-96bd-ceef489e0eb2 (type: ports) to 1 [pid: 7|app: 0|req: 5/6] 199.204.45.74 () {48 vars in 963 bytes} [Thu May 14 10:11:36 2026] POST /v2.0/networks => generated 744 bytes in 1748 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 10:11:39.309 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c012be4d-672a-4d1d-a27c-40bc2d5df99b f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/7] 199.204.45.74 () {44 vars in 923 bytes} [Thu May 14 10:11:38 2026] GET /v2.0/networks/public => generated 108 bytes in 412 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/8] 199.204.45.74 () {44 vars in 945 bytes} [Thu May 14 10:11:39 2026] GET /v2.0/networks?name=public => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 10:11:39.399 8 INFO neutron.pecan_wsgi.hooks.translation [None req-732ce0dc-f7fc-4273-b449-af039797ca78 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/9] 199.204.45.74 () {44 vars in 1030 bytes} [Thu May 14 10:11:39 2026] GET /v2.0/subnets/public-subnet?network_id=6d5d34ad-f0aa-4631-a623-e3357ff70688 => generated 113 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/10] 199.204.45.74 () {44 vars in 1053 bytes} [Thu May 14 10:11:39 2026] GET /v2.0/subnets?name=public-subnet&network_id=6d5d34ad-f0aa-4631-a623-e3357ff70688 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 10:11:40.307 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f89e31f8-7916-4996-a1d3-9b4e5a66f57d f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] No more DHCP agents 2026-05-14 10:11:40.308 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f89e31f8-7916-4996-a1d3-9b4e5a66f57d f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Unable to schedule network 6d5d34ad-f0aa-4631-a623-e3357ff70688: no agents available; will retry on subsequent port and subnet creation events. 2026-05-14 10:11:41.365 8 INFO neutron.db.ovn_revision_numbers_db [None req-f89e31f8-7916-4996-a1d3-9b4e5a66f57d f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource ebd565b4-7bb9-4090-96bd-ceef489e0eb2 (type: ports) to 2 2026-05-14 10:11:41.410 8 INFO neutron.db.ovn_revision_numbers_db [None req-f89e31f8-7916-4996-a1d3-9b4e5a66f57d f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 057108f6-46ca-4779-a4e3-1993f2a3bbcd (type: subnets) to 0 [pid: 8|app: 0|req: 4/11] 199.204.45.74 () {48 vars in 961 bytes} [Thu May 14 10:11:39 2026] POST /v2.0/subnets => generated 664 bytes in 1997 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 10:16:42.379 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6c39855c-3188-46fb-ac59-ea22a113e145 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 27/50] 199.204.45.74 () {44 vars in 933 bytes} [Thu May 14 10:16:42 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 24/51] 199.204.45.74 () {44 vars in 955 bytes} [Thu May 14 10:16:42 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 10:16:42.506 7 INFO neutron.db.segments_db [None req-69a956e9-8a5b-4b76-a803-c60af5dd7241 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Added segment 66b43eb2-adbf-4cfb-94f9-edd4bd634ce3 of type geneve for network 0db82b95-4153-4495-a27c-b5480e958c36 2026-05-14 10:16:42.636 7 INFO neutron.db.ovn_revision_numbers_db [None req-69a956e9-8a5b-4b76-a803-c60af5dd7241 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 0db82b95-4153-4495-a27c-b5480e958c36 (type: networks) to 1 2026-05-14 10:16:42.807 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-69a956e9-8a5b-4b76-a803-c60af5dd7241 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] No more DHCP agents 2026-05-14 10:16:42.808 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-69a956e9-8a5b-4b76-a803-c60af5dd7241 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Unable to schedule network 0db82b95-4153-4495-a27c-b5480e958c36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-14 10:16:42.850 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status down for port: f2644b67-7731-4136-b238-5fa51071da58 2026-05-14 10:16:42.891 7 INFO neutron.db.ovn_revision_numbers_db [None req-69a956e9-8a5b-4b76-a803-c60af5dd7241 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource f2644b67-7731-4136-b238-5fa51071da58 (type: ports) to 1 [pid: 7|app: 0|req: 28/52] 199.204.45.74 () {48 vars in 962 bytes} [Thu May 14 10:16:42 2026] POST /v2.0/networks => generated 748 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 10:16:43.845 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2e2b672a-eda7-4e50-b3f4-abf5eeabc250 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 25/53] 199.204.45.74 () {44 vars in 933 bytes} [Thu May 14 10:16:43 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/54] 199.204.45.74 () {44 vars in 955 bytes} [Thu May 14 10:16:43 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 738 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 10:16:43.912 8 INFO neutron.pecan_wsgi.hooks.translation [None req-21e248b2-bf65-4d96-adc8-094274fb11fa f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 26/55] 199.204.45.74 () {44 vars in 1032 bytes} [Thu May 14 10:16:43 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=0db82b95-4153-4495-a27c-b5480e958c36 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/56] 199.204.45.74 () {44 vars in 1055 bytes} [Thu May 14 10:16:43 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=0db82b95-4153-4495-a27c-b5480e958c36 => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 10:16:44.085 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d0a8956b-5b10-4744-a440-a5fb8809d679 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] No more DHCP agents 2026-05-14 10:16:44.087 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d0a8956b-5b10-4744-a440-a5fb8809d679 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Unable to schedule network 0db82b95-4153-4495-a27c-b5480e958c36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-14 10:16:44.469 8 INFO neutron.db.ovn_revision_numbers_db [None req-d0a8956b-5b10-4744-a440-a5fb8809d679 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource f2644b67-7731-4136-b238-5fa51071da58 (type: ports) to 2 2026-05-14 10:16:44.507 8 INFO neutron.db.ovn_revision_numbers_db [None req-d0a8956b-5b10-4744-a440-a5fb8809d679 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 599e8920-dabd-45be-bda3-341c9d0a0076 (type: subnets) to 0 [pid: 8|app: 0|req: 27/57] 199.204.45.74 () {48 vars in 961 bytes} [Thu May 14 10:16:43 2026] POST /v2.0/subnets => generated 651 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 10:16:45.700 7 INFO neutron.api.v2.resource [None req-a543947c-e37e-45f1-a5b2-c82f8925ea66 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 31/58] 199.204.45.74 () {44 vars in 967 bytes} [Thu May 14 10:16:45 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 28/59] 199.204.45.74 () {44 vars in 989 bytes} [Thu May 14 10:16:45 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-05-14 10:16:45.891 7 INFO neutron.db.ovn_revision_numbers_db [None req-01d4467a-fcfb-4f31-aadd-93cc5f035ad0 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 7b6301d5-318e-433c-8805-8f0bbf8ffad8 (type: security_groups) to 1 2026-05-14 10:16:45.903 7 INFO neutron.db.ovn_revision_numbers_db [None req-01d4467a-fcfb-4f31-aadd-93cc5f035ad0 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 024096b8-5353-485f-8f3a-9142a864bd79 (type: security_group_rules) to 0 2026-05-14 10:16:45.917 7 INFO neutron.db.ovn_revision_numbers_db [None req-01d4467a-fcfb-4f31-aadd-93cc5f035ad0 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 8a502ce6-feb6-407e-8a6c-a9699ef390da (type: security_group_rules) to 0 [pid: 7|app: 0|req: 32/60] 199.204.45.74 () {48 vars in 976 bytes} [Thu May 14 10:16:45 2026] POST /v2.0/security-groups => generated 1616 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 29/61] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:16:47 2026] GET /v2.0/security-groups/7b6301d5-318e-433c-8805-8f0bbf8ffad8 => generated 1616 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/62] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:16:47 2026] GET /v2.0/security-groups/7b6301d5-318e-433c-8805-8f0bbf8ffad8 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/63] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:16:47 2026] GET /v2.0/security-groups/7b6301d5-318e-433c-8805-8f0bbf8ffad8 => generated 1616 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 10:16:47.377 7 INFO neutron.db.ovn_revision_numbers_db [None req-93519c47-574b-4a06-ab00-190a76360ef3 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 118a16a0-984c-4933-8e64-3cb16fa3a055 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 34/64] 199.204.45.74 () {48 vars in 987 bytes} [Thu May 14 10:16:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/65] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:16:48 2026] GET /v2.0/security-groups/7b6301d5-318e-433c-8805-8f0bbf8ffad8 => generated 2230 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/66] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:16:48 2026] GET /v2.0/security-groups/7b6301d5-318e-433c-8805-8f0bbf8ffad8 => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/67] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:16:48 2026] GET /v2.0/security-groups/7b6301d5-318e-433c-8805-8f0bbf8ffad8 => generated 2230 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 10:16:48.527 7 INFO neutron.db.ovn_revision_numbers_db [None req-03cb8de3-e0da-4048-8867-c9c36490afb9 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 614c2fd5-2b16-4e01-a819-bda8cf5000ce (type: security_group_rules) to 0 [pid: 7|app: 0|req: 36/68] 199.204.45.74 () {48 vars in 987 bytes} [Thu May 14 10:16:48 2026] POST /v2.0/security-group-rules => generated 603 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/69] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:16:49 2026] GET /v2.0/security-groups/7b6301d5-318e-433c-8805-8f0bbf8ffad8 => generated 2846 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/70] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:16:49 2026] GET /v2.0/security-groups/7b6301d5-318e-433c-8805-8f0bbf8ffad8 => 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/71] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:16:49 2026] GET /v2.0/security-groups/7b6301d5-318e-433c-8805-8f0bbf8ffad8 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 10:16:49.622 7 INFO neutron.db.ovn_revision_numbers_db [None req-86610a52-db0d-4316-8b4b-a8463f112d13 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource e82c9a0b-81b9-40d6-a309-c75bad8b7565 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 38/72] 199.204.45.74 () {48 vars in 987 bytes} [Thu May 14 10:16:49 2026] POST /v2.0/security-group-rules => generated 603 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/73] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:16:50 2026] GET /v2.0/security-groups/7b6301d5-318e-433c-8805-8f0bbf8ffad8 => 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: 39/74] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:16:50 2026] GET /v2.0/security-groups/7b6301d5-318e-433c-8805-8f0bbf8ffad8 => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:16:50 2026] GET /v2.0/security-groups/7b6301d5-318e-433c-8805-8f0bbf8ffad8 => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 10:16:50.750 7 INFO neutron.db.ovn_revision_numbers_db [None req-fe40a22b-4824-45fe-a5af-e8fe8d8cecc7 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 8d0dcda1-632d-4df6-8ffd-edfc90010bf6 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 40/76] 199.204.45.74 () {48 vars in 987 bytes} [Thu May 14 10:16:50 2026] POST /v2.0/security-group-rules => generated 603 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/79] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:16:51 2026] GET /v2.0/security-groups/7b6301d5-318e-433c-8805-8f0bbf8ffad8 => generated 4078 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/80] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:16:51 2026] GET /v2.0/security-groups/7b6301d5-318e-433c-8805-8f0bbf8ffad8 => generated 4078 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/81] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:16:51 2026] GET /v2.0/security-groups/7b6301d5-318e-433c-8805-8f0bbf8ffad8 => generated 4078 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 10:16:51.871 8 INFO neutron.db.ovn_revision_numbers_db [None req-c1a9ecbb-bbe5-4ba7-97ad-2fed776a61fb f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource b436a082-2c32-40e9-8495-9ca9d6d035de (type: security_group_rules) to 0 [pid: 8|app: 0|req: 39/82] 199.204.45.74 () {48 vars in 987 bytes} [Thu May 14 10:16:51 2026] POST /v2.0/security-group-rules => generated 603 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/83] 199.204.45.74 () {44 vars in 983 bytes} [Thu May 14 10:16:52 2026] GET /v2.0/networks/0db82b95-4153-4495-a27c-b5480e958c36 => generated 773 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 10:16:53.023 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f10d21c4-3d2e-49fd-84e6-283a3a2793a1 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 40/84] 199.204.45.74 () {44 vars in 1072 bytes} [Thu May 14 10:16:52 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=0db82b95-4153-4495-a27c-b5480e958c36 => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/85] 199.204.45.74 () {44 vars in 1095 bytes} [Thu May 14 10:16:53 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=0db82b95-4153-4495-a27c-b5480e958c36 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/86] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:16:53 2026] GET /v2.0/security-groups/7b6301d5-318e-433c-8805-8f0bbf8ffad8 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 10:16:53.389 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-67b55bdc-ead3-4d21-a267-c86b8fde2bfe f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] No more DHCP agents 2026-05-14 10:16:53.390 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-67b55bdc-ead3-4d21-a267-c86b8fde2bfe f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Unable to schedule network 0db82b95-4153-4495-a27c-b5480e958c36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-14 10:16:53.545 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-acbac338-bbb2-4bbe-9887-efa819c87065 - - - - - -] OVN reports status down for port: 73a76fc5-dd6c-42d0-a292-1a0b6021c6c8 2026-05-14 10:16:53.607 7 INFO neutron.db.ovn_revision_numbers_db [None req-67b55bdc-ead3-4d21-a267-c86b8fde2bfe f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 73a76fc5-dd6c-42d0-a292-1a0b6021c6c8 (type: ports) to 1 [pid: 7|app: 0|req: 46/87] 199.204.45.74 () {48 vars in 957 bytes} [Thu May 14 10:16:53 2026] POST /v2.0/ports => generated 1096 bytes in 531 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-14 10:17:00.683 8 INFO neutron.pecan_wsgi.hooks.translation [None req-16ac91af-3b63-4acf-b287-e77173abce5e f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 42/88] 199.204.45.74 () {44 vars in 976 bytes} [Thu May 14 10:17:00 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 42 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: 47/89] 199.204.45.74 () {44 vars in 998 bytes} [Thu May 14 10:17:00 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 10:17:01.373 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c8fe486-1abb-484c-a17d-3f53f92a1941 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 73a76fc5-dd6c-42d0-a292-1a0b6021c6c8 (type: ports) to 4 [pid: 8|app: 0|req: 43/90] 199.204.45.74 () {48 vars in 1028 bytes} [Thu May 14 10:17:00 2026] PUT /v2.0/ports/73a76fc5-dd6c-42d0-a292-1a0b6021c6c8 => generated 1237 bytes in 635 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/91] 199.204.45.74 () {44 vars in 916 bytes} [Thu May 14 10:17:03 2026] GET /v2.0/ports => generated 3354 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-14 10:17:04.239 8 INFO neutron.api.v2.resource [None req-444f91a7-6e83-4d4c-ad8e-cac06bc7c263 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 44/92] 199.204.45.74 () {44 vars in 955 bytes} [Thu May 14 10:17:04 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/93] 199.204.45.74 () {44 vars in 977 bytes} [Thu May 14 10:17:04 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 10:17:04.406 8 INFO neutron.db.ovn_revision_numbers_db [None req-15c7f7bd-c319-4852-b38f-4a809cdb8915 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 09d1025d-26be-4713-8571-699c207a6cec (type: security_groups) to 1 2026-05-14 10:17:04.416 8 INFO neutron.db.ovn_revision_numbers_db [None req-15c7f7bd-c319-4852-b38f-4a809cdb8915 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 6d33dad0-798d-494a-b706-73f7d9cd4022 (type: security_group_rules) to 0 2026-05-14 10:17:04.428 8 INFO neutron.db.ovn_revision_numbers_db [None req-15c7f7bd-c319-4852-b38f-4a809cdb8915 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource c7f3bbbe-fc42-4b0f-8d88-1699a5006365 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 45/94] 199.204.45.74 () {48 vars in 976 bytes} [Thu May 14 10:17:04 2026] POST /v2.0/security-groups => generated 1610 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/95] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:17:05 2026] GET /v2.0/security-groups/09d1025d-26be-4713-8571-699c207a6cec => generated 1610 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/96] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:17:05 2026] GET /v2.0/security-groups/09d1025d-26be-4713-8571-699c207a6cec => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/97] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:17:05 2026] GET /v2.0/security-groups/09d1025d-26be-4713-8571-699c207a6cec => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 10:17:05.575 8 INFO neutron.db.ovn_revision_numbers_db [None req-401dad53-7e12-4737-8d18-856559a74394 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 374c3e02-64ce-4c0f-bf1d-5a69709c6f34 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 47/98] 199.204.45.74 () {48 vars in 987 bytes} [Thu May 14 10:17:05 2026] POST /v2.0/security-group-rules => generated 621 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/101] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:17:06 2026] GET /v2.0/security-groups/09d1025d-26be-4713-8571-699c207a6cec => generated 2244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/102] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:17:06 2026] GET /v2.0/security-groups/09d1025d-26be-4713-8571-699c207a6cec => generated 2244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:17:06 2026] GET /v2.0/security-groups/09d1025d-26be-4713-8571-699c207a6cec => generated 2244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 10:17:06.656 7 INFO neutron.db.ovn_revision_numbers_db [None req-d93e203b-9cc9-4866-a2c3-d6f416c94e88 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 03bb7590-1e54-46e6-823c-df33829db824 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 54/104] 199.204.45.74 () {48 vars in 987 bytes} [Thu May 14 10:17:06 2026] POST /v2.0/security-group-rules => generated 625 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/113] 199.204.45.74 () {44 vars in 971 bytes} [Thu May 14 10:18:15 2026] GET /v2.0/quotas/7207ea9ac55d40cb95d43baae578e419 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/114] 199.204.45.74 () {48 vars in 1023 bytes} [Thu May 14 10:18:16 2026] PUT /v2.0/quotas/7207ea9ac55d40cb95d43baae578e419 => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-14 10:20:36.151 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f2070d67-fbf1-4f64-9220-1f162b7426d9 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 66/135] 199.204.45.74 () {30 vars in 741 bytes} [Thu May 14 10:20:36 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 119 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: 70/136] 199.204.45.74 () {30 vars in 763 bytes} [Thu May 14 10:20:36 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1240 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 10:20:38.087 8 INFO neutron.pecan_wsgi.hooks.translation [None req-970d3e4c-9e12-4039-8690-3df090d98727 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 67/137] 199.204.45.74 () {30 vars in 741 bytes} [Thu May 14 10:20:38 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 71/138] 199.204.45.74 () {30 vars in 763 bytes} [Thu May 14 10:20:38 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 10:20:39.115 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-acbac338-bbb2-4bbe-9887-efa819c87065 - - - - - -] OVN reports status up for port: 73a76fc5-dd6c-42d0-a292-1a0b6021c6c8 2026-05-14 10:20:39.134 7 INFO neutron.plugins.ml2.plugin [None req-acbac338-bbb2-4bbe-9887-efa819c87065 - - - - - -] Attempt 1 to provision port 73a76fc5-dd6c-42d0-a292-1a0b6021c6c8 2026-05-14 10:20:39.381 7 INFO neutron.db.ovn_revision_numbers_db [None req-acbac338-bbb2-4bbe-9887-efa819c87065 - - - - - -] Successfully bumped revision number for resource 73a76fc5-dd6c-42d0-a292-1a0b6021c6c8 (type: ports) to 5 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-14 10:26:26.227 7 INFO neutron.api.v2.resource [None req-e9c195b4-d79c-4af2-87de-853168d532e2 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 95/185] 199.204.45.74 () {44 vars in 1070 bytes} [Thu May 14 10:26:26 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=73364de5f00c44a58191ad7e10a6669e => generated 139 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 10:26:26.366 8 INFO neutron.db.ovn_revision_numbers_db [None req-8ab665b0-f38d-4f8f-a2f6-21eddc207c40 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 882070f2-d1f6-4b1f-b80b-95e896691511 (type: security_groups) to 1 2026-05-14 10:26:26.376 8 INFO neutron.db.ovn_revision_numbers_db [None req-8ab665b0-f38d-4f8f-a2f6-21eddc207c40 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 3120bbc0-479d-45d8-92b8-5eebefba8b90 (type: security_group_rules) to 0 2026-05-14 10:26:26.386 8 INFO neutron.db.ovn_revision_numbers_db [None req-8ab665b0-f38d-4f8f-a2f6-21eddc207c40 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 8967cbca-98b2-4859-ade2-56d652103be7 (type: security_group_rules) to 0 2026-05-14 10:26:26.396 8 INFO neutron.db.ovn_revision_numbers_db [None req-8ab665b0-f38d-4f8f-a2f6-21eddc207c40 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource d59e408a-29bf-461b-a8e2-9071ed41b829 (type: security_group_rules) to 0 2026-05-14 10:26:26.406 8 INFO neutron.db.ovn_revision_numbers_db [None req-8ab665b0-f38d-4f8f-a2f6-21eddc207c40 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource ed0783ed-1a19-46bd-89c1-44949c3d88df (type: security_group_rules) to 0 [pid: 8|app: 0|req: 91/186] 199.204.45.74 () {44 vars in 1093 bytes} [Thu May 14 10:26:26 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=73364de5f00c44a58191ad7e10a6669e => generated 23 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 10:26:27.186 7 INFO neutron.db.ovn_revision_numbers_db [None req-7a1316e9-f037-4d98-a0de-911365f40c5d f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 70abd3e4-4d53-4694-873a-c85c972b1e3c (type: security_groups) to 1 2026-05-14 10:26:27.200 7 INFO neutron.db.ovn_revision_numbers_db [None req-7a1316e9-f037-4d98-a0de-911365f40c5d f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 1ce2148a-9719-4973-9cbf-42ce530e7692 (type: security_group_rules) to 0 2026-05-14 10:26:27.208 7 INFO neutron.db.ovn_revision_numbers_db [None req-7a1316e9-f037-4d98-a0de-911365f40c5d f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource af77730b-516d-46c1-9b4b-127d553d79cc (type: security_group_rules) to 0 [pid: 7|app: 0|req: 96/187] 199.204.45.74 () {48 vars in 977 bytes} [Thu May 14 10:26:26 2026] POST /v2.0/security-groups => generated 1624 bytes in 724 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 92/188] 199.204.45.74 () {44 vars in 1084 bytes} [Thu May 14 10:26:28 2026] GET /v2.0/security-groups/70abd3e4-4d53-4694-873a-c85c972b1e3c?project_id=73364de5f00c44a58191ad7e10a6669e => generated 1624 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 97/189] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:26:28 2026] GET /v2.0/security-groups/70abd3e4-4d53-4694-873a-c85c972b1e3c => generated 1624 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 93/190] 199.204.45.74 () {44 vars in 1084 bytes} [Thu May 14 10:26:28 2026] GET /v2.0/security-groups/70abd3e4-4d53-4694-873a-c85c972b1e3c?project_id=73364de5f00c44a58191ad7e10a6669e => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 10:26:28.447 7 INFO neutron.db.ovn_revision_numbers_db [None req-339f45c9-9d73-44fd-b4a2-f5df27d12047 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource b5ae0228-c73b-4334-98b6-691b9198c40b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 98/191] 199.204.45.74 () {48 vars in 987 bytes} [Thu May 14 10:26:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 94/192] 199.204.45.74 () {44 vars in 1084 bytes} [Thu May 14 10:26:29 2026] GET /v2.0/security-groups/70abd3e4-4d53-4694-873a-c85c972b1e3c?project_id=73364de5f00c44a58191ad7e10a6669e => generated 2234 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/193] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:26:29 2026] GET /v2.0/security-groups/70abd3e4-4d53-4694-873a-c85c972b1e3c => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 95/194] 199.204.45.74 () {44 vars in 1084 bytes} [Thu May 14 10:26:29 2026] GET /v2.0/security-groups/70abd3e4-4d53-4694-873a-c85c972b1e3c?project_id=73364de5f00c44a58191ad7e10a6669e => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 10:26:29.632 7 INFO neutron.db.ovn_revision_numbers_db [None req-9721d5a6-7344-41cc-a8a0-35132205cfc1 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 13278808-ba28-406a-950f-0943bfd7d7a1 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 100/195] 199.204.45.74 () {48 vars in 987 bytes} [Thu May 14 10:26:29 2026] POST /v2.0/security-group-rules => generated 599 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 96/196] 199.204.45.74 () {44 vars in 1084 bytes} [Thu May 14 10:26:30 2026] GET /v2.0/security-groups/70abd3e4-4d53-4694-873a-c85c972b1e3c?project_id=73364de5f00c44a58191ad7e10a6669e => generated 2846 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/197] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:26:30 2026] GET /v2.0/security-groups/70abd3e4-4d53-4694-873a-c85c972b1e3c => 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: 97/198] 199.204.45.74 () {44 vars in 1084 bytes} [Thu May 14 10:26:30 2026] GET /v2.0/security-groups/70abd3e4-4d53-4694-873a-c85c972b1e3c?project_id=73364de5f00c44a58191ad7e10a6669e => generated 2846 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 10:26:30.832 7 INFO neutron.db.ovn_revision_numbers_db [None req-9e091f1a-4ba7-4b12-bec8-8b6654d60174 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource dc2828b9-30e9-45cb-8b31-3506d6c2a2a3 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 102/199] 199.204.45.74 () {48 vars in 987 bytes} [Thu May 14 10:26:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 98/200] 199.204.45.74 () {44 vars in 1084 bytes} [Thu May 14 10:26:31 2026] GET /v2.0/security-groups/70abd3e4-4d53-4694-873a-c85c972b1e3c?project_id=73364de5f00c44a58191ad7e10a6669e => generated 3460 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/201] 199.204.45.74 () {44 vars in 997 bytes} [Thu May 14 10:26:31 2026] GET /v2.0/security-groups/70abd3e4-4d53-4694-873a-c85c972b1e3c => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/202] 199.204.45.74 () {44 vars in 1084 bytes} [Thu May 14 10:26:31 2026] GET /v2.0/security-groups/70abd3e4-4d53-4694-873a-c85c972b1e3c?project_id=73364de5f00c44a58191ad7e10a6669e => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 10:26:32.119 7 INFO neutron.db.ovn_revision_numbers_db [None req-8bf76fd6-b307-4ba4-a23a-20eabb44f196 f166fa63606f481880a1cfff31f8a13b 7207ea9ac55d40cb95d43baae578e419 - - default default] Successfully bumped revision number for resource 452cf988-52b8-4280-b669-d5c73e333333 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 104/203] 199.204.45.74 () {48 vars in 987 bytes} [Thu May 14 10:26:32 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0)