+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /tmp/pod-shared/ovn.ini' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/neutron_ovn_vpn_agent.ini' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/ovn.ini --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/neutron_ovn_vpn_agent.ini --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Sun Aug 9 13:34:22 2026] *** compiled with version: 13.3.0 on 03 July 2026 22:28:27 os: Linux-5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 nodename: neutron-server-5885f466cc-4npz9 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 0x7f65e8a3a668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-08-09 13:34:26.347 8 INFO neutron.common.config [-] Logging enabled! 2026-08-09 13:34:26.347 8 INFO neutron.common.config [-] uwsgi version 28.1.0.dev560 2026-08-09 13:34:26.422 7 INFO neutron.common.config [-] Logging enabled! 2026-08-09 13:34:26.422 7 INFO neutron.common.config [-] uwsgi version 28.1.0.dev560 2026-08-09 13:34:27.461 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-09 13:34:27.679 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-09 13:34:28.841 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-08-09 13:34:28.843 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-09 13:34:28.847 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-09 13:34:28.847 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-08-09 13:34:28.847 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-08-09 13:34:28.848 8 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-08-09 13:34:28.848 8 INFO neutron.plugins.ml2.managers [-] Project network_types: ['geneve'] 2026-08-09 13:34:28.848 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-09 13:34:28.855 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-09 13:34:28.856 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-09 13:34:28.856 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-08-09 13:34:29.074 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-08-09 13:34:29.074 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-08-09 13:34:29.074 8 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-08-09 13:34:29.102 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-09 13:34:29.102 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-09 13:34:29.103 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-08-09 13:34:29.103 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-08-09 13:34:29.205 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-08-09 13:34:29.207 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-09 13:34:29.211 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-09 13:34:29.211 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-08-09 13:34:29.212 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-08-09 13:34:29.212 7 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-08-09 13:34:29.212 7 INFO neutron.plugins.ml2.managers [-] Project network_types: ['geneve'] 2026-08-09 13:34:29.212 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-09 13:34:29.220 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-09 13:34:29.220 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-09 13:34:29.220 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-08-09 13:34:29.463 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-08-09 13:34:29.463 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-08-09 13:34:29.463 7 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-08-09 13:34:29.491 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-09 13:34:29.491 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-09 13:34:29.491 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-08-09 13:34:29.491 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-08-09 13:34:31.291 8 INFO neutron.plugins.ml2.managers [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Initializing driver for type 'vlan' 2026-08-09 13:34:31.396 7 INFO neutron.plugins.ml2.managers [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Initializing driver for type 'vlan' 2026-08-09 13:34:31.471 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] VlanTypeDriver initialization complete 2026-08-09 13:34:31.472 8 INFO neutron.plugins.ml2.managers [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-09 13:34:31.472 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-09 13:34:31.472 8 INFO neutron.plugins.ml2.managers [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Initializing extension driver 'port_security' 2026-08-09 13:34:31.472 8 INFO neutron.plugins.ml2.extensions.port_security [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-09 13:34:31.472 8 INFO neutron.plugins.ml2.managers [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Initializing extension driver 'qos' 2026-08-09 13:34:31.472 8 INFO neutron.plugins.ml2.managers [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Initializing mechanism driver 'ovn' 2026-08-09 13:34:31.472 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Starting OVNMechanismDriver 2026-08-09 13:34:31.475 8 INFO neutron.services.logapi.drivers.ovn.driver [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] OVN logging driver registered 2026-08-09 13:34:31.481 8 INFO neutron.quota [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded quota_driver: . 2026-08-09 13:34:31.482 8 INFO neutron.plugins.ml2.plugin [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Modular L2 Plugin initialization complete 2026-08-09 13:34:31.482 8 INFO neutron.plugins.ml2.managers [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-09 13:34:31.482 8 INFO neutron.plugins.ml2.managers [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-09 13:34:31.482 8 INFO neutron.plugins.ml2.managers [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Got port-security extension from driver 'port_security' 2026-08-09 13:34:31.482 8 INFO neutron.manager [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loading Plugin: qos 2026-08-09 13:34:31.494 8 INFO neutron.manager [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loading Plugin: ovn-router 2026-08-09 13:34:31.530 8 INFO neutron.services.ovn_l3.plugin [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Starting OVNL3RouterPlugin 2026-08-09 13:34:31.535 8 INFO neutron.manager [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loading Plugin: segments 2026-08-09 13:34:31.549 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] VlanTypeDriver initialization complete 2026-08-09 13:34:31.549 7 INFO neutron.plugins.ml2.managers [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-09 13:34:31.549 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-09 13:34:31.549 7 INFO neutron.plugins.ml2.managers [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Initializing extension driver 'port_security' 2026-08-09 13:34:31.549 7 INFO neutron.plugins.ml2.extensions.port_security [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-09 13:34:31.549 7 INFO neutron.plugins.ml2.managers [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Initializing extension driver 'qos' 2026-08-09 13:34:31.550 7 INFO neutron.plugins.ml2.managers [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Initializing mechanism driver 'ovn' 2026-08-09 13:34:31.550 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Starting OVNMechanismDriver 2026-08-09 13:34:31.553 7 INFO neutron.services.logapi.drivers.ovn.driver [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] OVN logging driver registered 2026-08-09 13:34:31.558 7 INFO neutron.quota [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded quota_driver: . 2026-08-09 13:34:31.559 7 INFO neutron.plugins.ml2.plugin [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Modular L2 Plugin initialization complete 2026-08-09 13:34:31.559 7 INFO neutron.plugins.ml2.managers [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-09 13:34:31.559 7 INFO neutron.plugins.ml2.managers [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-09 13:34:31.559 7 INFO neutron.plugins.ml2.managers [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-09 13:34:31.560 7 INFO neutron.manager [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loading Plugin: qos 2026-08-09 13:34:31.572 7 INFO neutron.manager [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loading Plugin: ovn-router 2026-08-09 13:34:31.608 7 INFO neutron.services.ovn_l3.plugin [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Starting OVNL3RouterPlugin 2026-08-09 13:34:31.613 7 INFO neutron.manager [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loading Plugin: segments 2026-08-09 13:34:31.631 8 INFO neutron.manager [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loading Plugin: trunk 2026-08-09 13:34:31.642 8 INFO neutron.manager [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loading Plugin: log 2026-08-09 13:34:31.645 8 INFO neutron.manager [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loading Plugin: ovn-vpnaas 2026-08-09 13:34:31.703 8 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-08-09 13:34:31.704 8 WARNING stevedore.named [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-08-09 13:34:31.709 7 INFO neutron.manager [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loading Plugin: trunk 2026-08-09 13:34:31.719 7 INFO neutron.manager [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loading Plugin: log 2026-08-09 13:34:31.722 7 INFO neutron.manager [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loading Plugin: ovn-vpnaas 2026-08-09 13:34:31.746 8 INFO neutron_vpnaas.services.vpn.plugin [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-09 13:34:31.746 8 INFO neutron.manager [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loading Plugin: taas 2026-08-09 13:34:31.770 8 WARNING stevedore.named [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-08-09 13:34:31.776 8 INFO neutron_taas.services.taas.taas_plugin [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-09 13:34:31.776 8 INFO neutron.manager [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loading Plugin: tapmirror 2026-08-09 13:34:31.778 7 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-08-09 13:34:31.778 7 WARNING stevedore.named [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-08-09 13:34:31.784 8 WARNING stevedore.named [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-08-09 13:34:31.785 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-09 13:34:31.785 8 INFO neutron.manager [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loading Plugin: auto_allocate 2026-08-09 13:34:31.790 8 INFO neutron.manager [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loading Plugin: tag 2026-08-09 13:34:31.797 8 INFO neutron.manager [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loading Plugin: timestamp 2026-08-09 13:34:31.799 8 INFO neutron.manager [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loading Plugin: network_ip_availability 2026-08-09 13:34:31.803 8 INFO neutron.manager [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loading Plugin: flavors 2026-08-09 13:34:31.807 8 INFO neutron.manager [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loading Plugin: revisions 2026-08-09 13:34:31.810 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Initializing extension manager. 2026-08-09 13:34:31.811 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension aap-reject-multicast not supported by any of loaded plugins 2026-08-09 13:34:31.812 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: address-group 2026-08-09 13:34:31.813 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: address-scope 2026-08-09 13:34:31.813 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-08-09 13:34:31.814 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: agent 2026-08-09 13:34:31.814 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-08-09 13:34:31.815 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension agent_sort_key not supported by any of loaded plugins 2026-08-09 13:34:31.816 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: allowed-address-pairs 2026-08-09 13:34:31.817 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: auto-allocated-topology 2026-08-09 13:34:31.817 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: availability_zone 2026-08-09 13:34:31.818 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-08-09 13:34:31.818 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-09 13:34:31.819 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: default-subnetpools 2026-08-09 13:34:31.820 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-09 13:34:31.821 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: dns-integration 2026-08-09 13:34:31.821 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: dns-domain-ports 2026-08-09 13:34:31.822 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-08-09 13:34:31.823 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension dvr not supported by any of loaded plugins 2026-08-09 13:34:31.823 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-09 13:34:31.824 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: empty-string-filtering 2026-08-09 13:34:31.824 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension evpn not supported by any of loaded plugins 2026-08-09 13:34:31.825 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-09 13:34:31.825 7 INFO neutron_vpnaas.services.vpn.plugin [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-09 13:34:31.825 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-09 13:34:31.825 7 INFO neutron.manager [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loading Plugin: taas 2026-08-09 13:34:31.825 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: external-net 2026-08-09 13:34:31.826 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-09 13:34:31.827 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: extraroute 2026-08-09 13:34:31.827 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: extraroute-atomic 2026-08-09 13:34:31.828 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: filter-validation 2026-08-09 13:34:31.829 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-09 13:34:31.829 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-09 13:34:31.830 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-09 13:34:31.830 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: fip-port-details 2026-08-09 13:34:31.831 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: flavors 2026-08-09 13:34:31.833 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-09 13:34:31.834 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: floatingip-pools 2026-08-09 13:34:31.834 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: ip_allocation 2026-08-09 13:34:31.835 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-08-09 13:34:31.835 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: l2_adjacency 2026-08-09 13:34:31.836 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: router 2026-08-09 13:34:31.837 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: l3-agent-scheduler-ha-chassis-priority 2026-08-09 13:34:31.840 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-09 13:34:31.840 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: enable-default-route-bfd 2026-08-09 13:34:31.841 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: enable-default-route-ecmp 2026-08-09 13:34:31.842 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: ext-gw-mode 2026-08-09 13:34:31.842 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: l3-ha 2026-08-09 13:34:31.843 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-09 13:34:31.843 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: external-gateway-multihoming 2026-08-09 13:34:31.844 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: l3-flavors 2026-08-09 13:34:31.845 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-09 13:34:31.845 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-08-09 13:34:31.847 7 WARNING stevedore.named [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-08-09 13:34:31.848 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-09 13:34:31.849 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-09 13:34:31.850 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: logging 2026-08-09 13:34:31.851 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-09 13:34:31.852 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-09 13:34:31.852 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: multi-provider 2026-08-09 13:34:31.852 7 INFO neutron_taas.services.taas.taas_plugin [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-09 13:34:31.852 7 INFO neutron.manager [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loading Plugin: tapmirror 2026-08-09 13:34:31.853 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: net-mtu 2026-08-09 13:34:31.853 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: net-mtu-writable 2026-08-09 13:34:31.854 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: network_availability_zone 2026-08-09 13:34:31.854 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-08-09 13:34:31.855 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: network-ip-availability 2026-08-09 13:34:31.856 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: network-ip-availability-details 2026-08-09 13:34:31.857 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-09 13:34:31.857 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: pagination 2026-08-09 13:34:31.858 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: port-device-profile 2026-08-09 13:34:31.858 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-09 13:34:31.859 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-09 13:34:31.859 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-09 13:34:31.860 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-08-09 13:34:31.860 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-09 13:34:31.860 7 WARNING stevedore.named [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-08-09 13:34:31.861 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-09 13:34:31.861 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-09 13:34:31.861 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-09 13:34:31.861 7 INFO neutron.manager [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loading Plugin: auto_allocate 2026-08-09 13:34:31.861 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: port-resource-request 2026-08-09 13:34:31.862 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: port-resource-request-groups 2026-08-09 13:34:31.863 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-09 13:34:31.863 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: binding 2026-08-09 13:34:31.864 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: binding-extended 2026-08-09 13:34:31.864 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: port-security 2026-08-09 13:34:31.865 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: project-id 2026-08-09 13:34:31.865 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: provider 2026-08-09 13:34:31.866 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension pvlan not supported by any of loaded plugins 2026-08-09 13:34:31.866 7 INFO neutron.manager [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loading Plugin: tag 2026-08-09 13:34:31.866 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: qinq 2026-08-09 13:34:31.868 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: qos 2026-08-09 13:34:31.869 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-09 13:34:31.870 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-09 13:34:31.870 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: qos-default 2026-08-09 13:34:31.871 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: qos-fip 2026-08-09 13:34:31.871 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-09 13:34:31.872 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: qos-gateway-ip 2026-08-09 13:34:31.872 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: qos-port-network-policy 2026-08-09 13:34:31.872 7 INFO neutron.manager [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loading Plugin: timestamp 2026-08-09 13:34:31.873 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: qos-pps-minimum 2026-08-09 13:34:31.873 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-09 13:34:31.874 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: qos-pps 2026-08-09 13:34:31.874 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: qos-rule-type-details 2026-08-09 13:34:31.875 7 INFO neutron.manager [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loading Plugin: network_ip_availability 2026-08-09 13:34:31.875 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-09 13:34:31.875 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: qos-rules-alias 2026-08-09 13:34:31.876 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: quota-check-limit 2026-08-09 13:34:31.876 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: quota-check-limit-default 2026-08-09 13:34:31.879 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: quotas 2026-08-09 13:34:31.879 7 INFO neutron.manager [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loading Plugin: flavors 2026-08-09 13:34:31.880 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: quota_details 2026-08-09 13:34:31.881 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: rbac-policies 2026-08-09 13:34:31.881 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-08-09 13:34:31.882 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: rbac-address-scope 2026-08-09 13:34:31.882 7 INFO neutron.manager [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loading Plugin: revisions 2026-08-09 13:34:31.882 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: rbac-security-groups 2026-08-09 13:34:31.883 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-08-09 13:34:31.883 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: revision-if-match 2026-08-09 13:34:31.884 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: standard-attr-revisions 2026-08-09 13:34:31.885 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: router_availability_zone 2026-08-09 13:34:31.885 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: router-enable-snat 2026-08-09 13:34:31.885 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Initializing extension manager. 2026-08-09 13:34:31.886 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-09 13:34:31.886 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension aap-reject-multicast not supported by any of loaded plugins 2026-08-09 13:34:31.887 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: address-group 2026-08-09 13:34:31.887 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: security-groups-default-rules 2026-08-09 13:34:31.888 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: security-groups-default-statefulness 2026-08-09 13:34:31.888 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: address-scope 2026-08-09 13:34:31.888 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-09 13:34:31.889 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-08-09 13:34:31.889 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-08-09 13:34:31.889 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-09 13:34:31.889 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: agent 2026-08-09 13:34:31.890 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-09 13:34:31.890 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-08-09 13:34:31.890 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-09 13:34:31.890 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension agent_sort_key not supported by any of loaded plugins 2026-08-09 13:34:31.891 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-09 13:34:31.892 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-09 13:34:31.893 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: availability_zone 2026-08-09 13:34:31.893 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-08-09 13:34:31.894 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-09 13:34:31.894 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: default-subnetpools 2026-08-09 13:34:31.896 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-09 13:34:31.895 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: security-group 2026-08-09 13:34:31.896 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: dns-integration 2026-08-09 13:34:31.897 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: dns-domain-ports 2026-08-09 13:34:31.897 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: segment 2026-08-09 13:34:31.897 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-08-09 13:34:31.897 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-09 13:34:31.898 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension dvr not supported by any of loaded plugins 2026-08-09 13:34:31.898 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: service-type 2026-08-09 13:34:31.898 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-09 13:34:31.899 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: sorting 2026-08-09 13:34:31.899 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: empty-string-filtering 2026-08-09 13:34:31.899 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: standard-attr-segment 2026-08-09 13:34:31.899 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension evpn not supported by any of loaded plugins 2026-08-09 13:34:31.900 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: standard-attr-description 2026-08-09 13:34:31.900 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-09 13:34:31.900 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-09 13:34:31.900 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: stateful-security-group 2026-08-09 13:34:31.901 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: external-net 2026-08-09 13:34:31.901 8 WARNING neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-09 13:34:31.901 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-08-09 13:34:31.901 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-09 13:34:31.902 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: subnet-external-network 2026-08-09 13:34:31.902 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: extraroute 2026-08-09 13:34:31.903 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: subnet_onboard 2026-08-09 13:34:31.903 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: extraroute-atomic 2026-08-09 13:34:31.903 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-09 13:34:31.903 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: filter-validation 2026-08-09 13:34:31.904 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: subnet-service-types 2026-08-09 13:34:31.904 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-09 13:34:31.904 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-09 13:34:31.904 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: subnet_allocation 2026-08-09 13:34:31.905 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-09 13:34:31.905 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-09 13:34:31.905 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: fip-port-details 2026-08-09 13:34:31.906 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: tag-creation 2026-08-09 13:34:31.906 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: flavors 2026-08-09 13:34:31.906 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-09 13:34:31.907 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-09 13:34:31.908 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: floatingip-pools 2026-08-09 13:34:31.908 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: ip_allocation 2026-08-09 13:34:31.909 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-08-09 13:34:31.909 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: l2_adjacency 2026-08-09 13:34:31.910 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: standard-attr-tag 2026-08-09 13:34:31.911 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-09 13:34:31.910 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: router 2026-08-09 13:34:31.911 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: l3-agent-scheduler-ha-chassis-priority 2026-08-09 13:34:31.911 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: trunk 2026-08-09 13:34:31.912 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: trunk-details 2026-08-09 13:34:31.912 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-09 13:34:31.913 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-09 13:34:31.913 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-09 13:34:31.913 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: vlan-transparent 2026-08-09 13:34:31.913 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: enable-default-route-bfd 2026-08-09 13:34:31.914 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: enable-default-route-ecmp 2026-08-09 13:34:31.914 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-09 13:34:31.914 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: ext-gw-mode 2026-08-09 13:34:31.915 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: l3-ha 2026-08-09 13:34:31.915 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-09 13:34:31.916 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: vpn-agent-scheduler 2026-08-09 13:34:31.916 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: external-gateway-multihoming 2026-08-09 13:34:31.916 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: l3-flavors 2026-08-09 13:34:31.917 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-09 13:34:31.917 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-09 13:34:31.917 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: vpn-flavors 2026-08-09 13:34:31.918 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-08-09 13:34:31.919 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: vpnaas 2026-08-09 13:34:31.920 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-09 13:34:31.920 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: taas 2026-08-09 13:34:31.921 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: tap-mirror 2026-08-09 13:34:31.921 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-09 13:34:31.922 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: tap-mirror-both-direction 2026-08-09 13:34:31.922 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: logging 2026-08-09 13:34:31.922 8 INFO neutron.api.extensions [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Loaded extension: taas-vlan-filter 2026-08-09 13:34:31.923 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-09 13:34:31.924 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-09 13:34:31.925 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: multi-provider 2026-08-09 13:34:31.925 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-09 13:34:31.925 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-09 13:34:31.925 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: net-mtu 2026-08-09 13:34:31.925 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-09 13:34:31.925 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-09 13:34:31.926 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: net-mtu-writable 2026-08-09 13:34:31.926 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: network_availability_zone 2026-08-09 13:34:31.927 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-08-09 13:34:31.927 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of CountableResource for resource:router_route 2026-08-09 13:34:31.928 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: network-ip-availability 2026-08-09 13:34:31.928 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: network-ip-availability-details 2026-08-09 13:34:31.929 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-09 13:34:31.929 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-09 13:34:31.929 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-09 13:34:31.930 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: pagination 2026-08-09 13:34:31.930 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: port-device-profile 2026-08-09 13:34:31.931 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-09 13:34:31.931 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-09 13:34:31.932 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-09 13:34:31.932 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-08-09 13:34:31.933 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-09 13:34:31.933 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-09 13:34:31.934 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-09 13:34:31.934 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-09 13:34:31.934 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: port-resource-request 2026-08-09 13:34:31.934 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-09 13:34:31.935 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-09 13:34:31.935 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-09 13:34:31.935 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-09 13:34:31.936 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: binding 2026-08-09 13:34:31.936 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-09 13:34:31.936 8 WARNING neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] subnetpool is already registered 2026-08-09 13:34:31.936 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-09 13:34:31.936 8 WARNING neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] subnetpool is already registered 2026-08-09 13:34:31.937 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: binding-extended 2026-08-09 13:34:31.937 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-09 13:34:31.937 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: port-security 2026-08-09 13:34:31.937 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-09 13:34:31.938 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: project-id 2026-08-09 13:34:31.938 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-09 13:34:31.938 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: provider 2026-08-09 13:34:31.938 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-09 13:34:31.938 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-09 13:34:31.939 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension pvlan not supported by any of loaded plugins 2026-08-09 13:34:31.939 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-09 13:34:31.939 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: qinq 2026-08-09 13:34:31.939 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-09 13:34:31.939 8 WARNING neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] ipsecpolicy is already registered 2026-08-09 13:34:31.940 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-09 13:34:31.940 8 WARNING neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] ikepolicy is already registered 2026-08-09 13:34:31.941 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: qos 2026-08-09 13:34:31.942 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-09 13:34:31.942 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-09 13:34:31.943 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: qos-default 2026-08-09 13:34:31.943 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of CountableResource for resource:router_route 2026-08-09 13:34:31.943 8 WARNING neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] router_route is already registered 2026-08-09 13:34:31.943 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: qos-fip 2026-08-09 13:34:31.944 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-09 13:34:31.944 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-09 13:34:31.945 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-09 13:34:31.945 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-09 13:34:31.945 8 WARNING neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] router is already registered 2026-08-09 13:34:31.945 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-09 13:34:31.945 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-09 13:34:31.945 8 WARNING neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] floatingip is already registered 2026-08-09 13:34:31.946 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-09 13:34:31.947 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: qos-pps 2026-08-09 13:34:31.947 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-09 13:34:31.948 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-09 13:34:31.948 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: qos-rules-alias 2026-08-09 13:34:31.949 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: quota-check-limit 2026-08-09 13:34:31.949 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-09 13:34:31.950 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-09 13:34:31.950 8 WARNING neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] rbac_policy is already registered 2026-08-09 13:34:31.951 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-09 13:34:31.951 8 WARNING neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] security_group is already registered 2026-08-09 13:34:31.951 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-09 13:34:31.951 8 WARNING neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] security_group_rule is already registered 2026-08-09 13:34:31.951 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: quotas 2026-08-09 13:34:31.952 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-09 13:34:31.952 8 WARNING neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] subnetpool is already registered 2026-08-09 13:34:31.953 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-09 13:34:31.953 8 WARNING neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] subnetpool is already registered 2026-08-09 13:34:31.953 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: quota_details 2026-08-09 13:34:31.953 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-09 13:34:31.953 8 WARNING neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] trunk is already registered 2026-08-09 13:34:31.954 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-09 13:34:31.954 8 WARNING neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] ikepolicy is already registered 2026-08-09 13:34:31.954 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-09 13:34:31.954 8 WARNING neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] ipsecpolicy is already registered 2026-08-09 13:34:31.955 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: rbac-policies 2026-08-09 13:34:31.955 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-09 13:34:31.955 8 WARNING neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] endpoint_group is already registered 2026-08-09 13:34:31.955 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-09 13:34:31.955 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-08-09 13:34:31.955 8 WARNING neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] vpnservice is already registered 2026-08-09 13:34:31.956 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-09 13:34:31.956 8 WARNING neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] ipsec_site_connection is already registered 2026-08-09 13:34:31.956 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: rbac-address-scope 2026-08-09 13:34:31.956 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-09 13:34:31.956 8 WARNING neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] ipsecpolicy is already registered 2026-08-09 13:34:31.957 8 INFO neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-09 13:34:31.957 8 WARNING neutron.quota.resource_registry [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] ikepolicy is already registered 2026-08-09 13:34:31.957 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: rbac-security-groups 2026-08-09 13:34:31.957 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-08-09 13:34:31.958 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: revision-if-match 2026-08-09 13:34:31.959 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-09 13:34:31.959 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: router_availability_zone 2026-08-09 13:34:31.960 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: router-enable-snat 2026-08-09 13:34:31.961 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-09 13:34:31.962 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-09 13:34:31.963 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: security-groups-default-statefulness 2026-08-09 13:34:31.964 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-09 13:34:31.964 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-08-09 13:34:31.965 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-09 13:34:31.965 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-09 13:34:31.966 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-09 13:34:31.970 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: security-group 2026-08-09 13:34:31.972 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: segment 2026-08-09 13:34:31.973 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-09 13:34:31.974 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: service-type 2026-08-09 13:34:31.974 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: sorting 2026-08-09 13:34:31.975 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: standard-attr-segment 2026-08-09 13:34:31.976 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: standard-attr-description 2026-08-09 13:34:31.976 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: stateful-security-group 2026-08-09 13:34:31.977 7 WARNING neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-09 13:34:31.977 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-08-09 13:34:31.978 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: subnet-external-network 2026-08-09 13:34:31.979 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: subnet_onboard 2026-08-09 13:34:31.979 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-09 13:34:31.980 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: subnet-service-types 2026-08-09 13:34:31.981 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: subnet_allocation 2026-08-09 13:34:31.981 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-09 13:34:31.982 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: tag-creation 2026-08-09 13:34:31.982 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-09 13:34:31.986 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: standard-attr-tag 2026-08-09 13:34:31.987 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-09 13:34:31.988 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: trunk 2026-08-09 13:34:31.988 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: trunk-details 2026-08-09 13:34:31.989 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-09 13:34:31.989 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-09 13:34:31.990 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: vlan-transparent 2026-08-09 13:34:31.991 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-09 13:34:31.993 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: vpn-agent-scheduler 2026-08-09 13:34:31.994 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-09 13:34:31.994 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: vpn-flavors 2026-08-09 13:34:31.996 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: vpnaas 2026-08-09 13:34:31.996 8 WARNING keystonemiddleware._common.config [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-09 13:34:31.997 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: taas 2026-08-09 13:34:31.998 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: tap-mirror 2026-08-09 13:34:31.999 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-08-09 13:34:32.000 7 INFO neutron.api.extensions [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-09 13:34:32.002 8 WARNING keystonemiddleware.auth_token [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint 2026-08-09 13:34:32.003 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-09 13:34:32.003 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-09 13:34:32.003 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-09 13:34:32.003 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-09 13:34:32.005 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of CountableResource for resource:router_route 2026-08-09 13:34:32.007 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-09 13:34:32.007 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-09 13:34:32.012 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-09 13:34:32.012 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-09 13:34:32.013 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-09 13:34:32.014 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-09 13:34:32.014 7 WARNING neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] subnetpool is already registered 2026-08-09 13:34:32.014 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-09 13:34:32.015 7 WARNING neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] subnetpool is already registered 2026-08-09 13:34:32.015 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-09 13:34:32.015 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-09 13:34:32.016 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-09 13:34:32.016 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-09 13:34:32.017 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-09 13:34:32.017 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-09 13:34:32.017 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-09 13:34:32.018 7 WARNING neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] ipsecpolicy is already registered 2026-08-09 13:34:32.018 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-09 13:34:32.018 7 WARNING neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] ikepolicy is already registered 2026-08-09 13:34:32.021 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] uWSGI must provide a start time using the configuration parameter "start-time %t" in the configuration file 2026-08-09 13:34:32.021 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of CountableResource for resource:router_route 2026-08-09 13:34:32.022 7 WARNING neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] router_route is already registered 2026-08-09 13:34:32.023 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-09 13:34:32.023 7 WARNING neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] router is already registered 2026-08-09 13:34:32.024 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-09 13:34:32.024 7 WARNING neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] floatingip is already registered 2026-08-09 13:34:32.029 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-09 13:34:32.029 7 WARNING neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] rbac_policy is already registered 2026-08-09 13:34:32.030 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-09 13:34:32.030 7 WARNING neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] security_group is already registered 2026-08-09 13:34:32.031 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-09 13:34:32.031 7 WARNING neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] security_group_rule is already registered 2026-08-09 13:34:32.032 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-09 13:34:32.032 7 WARNING neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] subnetpool is already registered 2026-08-09 13:34:32.032 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-09 13:34:32.032 7 WARNING neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] subnetpool is already registered 2026-08-09 13:34:32.033 8 INFO neutron.db.ovn_hash_ring_db [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Nodes from host "neutron-server-5885f466cc-4npz9" and group "mechanism_driver" removed from the Hash Ring created at 2026-08-09 13:34:32+00:00 2026-08-09 13:34:32.033 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-09 13:34:32.033 7 WARNING neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] trunk is already registered 2026-08-09 13:34:32.033 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-09 13:34:32.033 7 WARNING neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] ikepolicy is already registered 2026-08-09 13:34:32.034 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-09 13:34:32.034 7 WARNING neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] ipsecpolicy is already registered 2026-08-09 13:34:32.034 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-09 13:34:32.034 7 WARNING neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] endpoint_group is already registered 2026-08-09 13:34:32.035 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-09 13:34:32.035 8 INFO neutron.db.ovn_hash_ring_db [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Node af83e2a0d552517c8a36eef57c650e35 from host "neutron-server-5885f466cc-4npz9" and group "mechanism_driver" added to the Hash Ring 2026-08-09 13:34:32.035 7 WARNING neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] vpnservice is already registered 2026-08-09 13:34:32.035 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-09 13:34:32.036 7 WARNING neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] ipsec_site_connection is already registered 2026-08-09 13:34:32.036 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-09 13:34:32.036 7 WARNING neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] ipsecpolicy is already registered 2026-08-09 13:34:32.037 7 INFO neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-09 13:34:32.037 7 WARNING neutron.quota.resource_registry [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] ikepolicy is already registered 2026-08-09 13:34:32.044 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Hash Ring probing thread for node af83e2a0d552517c8a36eef57c650e35 has started 2026-08-09 13:34:32.044 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-08-09 13:34:32.077 7 WARNING keystonemiddleware._common.config [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-09 13:34:32.083 7 WARNING keystonemiddleware.auth_token [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint 2026-08-09 13:34:32.103 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] uWSGI must provide a start time using the configuration parameter "start-time %t" in the configuration file 2026-08-09 13:34:32.117 7 INFO neutron.db.ovn_hash_ring_db [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Nodes from host "neutron-server-5885f466cc-4npz9" and group "mechanism_driver" removed from the Hash Ring created at 2026-08-09 13:34:32+00:00 2026-08-09 13:34:32.124 7 INFO neutron.db.ovn_hash_ring_db [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Node f250161fc27b5740bbd8d651e624b5ce from host "neutron-server-5885f466cc-4npz9" and group "mechanism_driver" added to the Hash Ring 2026-08-09 13:34:32.137 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Hash Ring probing thread for node f250161fc27b5740bbd8d651e624b5ce has started 2026-08-09 13:34:32.137 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-08-09 13:34:32.246 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] tcp:10.103.238.75:6641: connecting... 2026-08-09 13:34:32.247 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] tcp:10.103.238.75:6641: connected 2026-08-09 13:34:32.289 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-08-09 13:34:32.313 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] tcp:10.105.102.41:6642: connecting... 2026-08-09 13:34:32.313 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] tcp:10.105.102.41:6642: connected 2026-08-09 13:34:32.343 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] WorkerService process has finished the post initialization 2026-08-09 13:34:32.369 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] tcp:10.103.238.75:6641: connecting... 2026-08-09 13:34:32.369 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] tcp:10.103.238.75:6641: connected 2026-08-09 13:34:32.389 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] tcp:10.103.238.75:6641: connecting... 2026-08-09 13:34:32.389 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] tcp:10.103.238.75:6641: connected 2026-08-09 13:34:32.407 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-08-09 13:34:32.428 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] tcp:10.103.238.75:6641: connecting... 2026-08-09 13:34:32.428 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-4af3ec60-47a5-4d80-a313-f53cc5fa408d - - - - - -] tcp:10.103.238.75:6641: connected 2026-08-09 13:34:32.434 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] tcp:10.105.102.41:6642: connecting... 2026-08-09 13:34:32.434 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] tcp:10.105.102.41:6642: connected WSGI app 0 (mountpoint='') ready in 10 seconds on interpreter 0x7f65e8a3a668 pid: 8 (default app) 2026-08-09 13:34:32.471 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] WorkerService process has finished the post initialization 2026-08-09 13:34:32.479 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension 2026-08-09 13:34:32.481 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [-] Starting OVNClientPlacementExtension 2026-08-09 13:34:32.515 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] tcp:10.103.238.75:6641: connecting... 2026-08-09 13:34:32.515 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] tcp:10.103.238.75:6641: connected 2026-08-09 13:34:32.562 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] tcp:10.103.238.75:6641: connecting... 2026-08-09 13:34:32.562 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-95ac00ec-894c-4439-86be-e976fc25e4c8 - - - - - -] tcp:10.103.238.75:6641: connected WSGI app 0 (mountpoint='') ready in 10 seconds on interpreter 0x7f65e8a3a668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-09 13:34:34.484 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3dfde4f1-bc20-4294-83e7-4793829ea878 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.129 () {44 vars in 928 bytes} [Sun Aug 9 13:34:33 2026] GET /v2.0/networks/public => generated 108 bytes in 615 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.129 () {44 vars in 950 bytes} [Sun Aug 9 13:34:34 2026] GET /v2.0/networks?name=public => generated 15 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-09 13:34:34.937 8 ERROR stevedore.extension [None req-01c84186-5253-4cca-a4ec-8170bd8ca8c1 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Could not load 'neutron-dynamic-routing': module 'neutron.conf.policies.base' has no attribute 'ADMIN' 2026-08-09 13:34:34.948 8 ERROR stevedore.extension [None req-01c84186-5253-4cca-a4ec-8170bd8ca8c1 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Could not load 'neutron-vpnaas': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-08-09 13:34:34.949 8 ERROR stevedore.extension [None req-01c84186-5253-4cca-a4ec-8170bd8ca8c1 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Could not load 'tap-as-a-service': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-08-09 13:34:35.211 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-01c84186-5253-4cca-a4ec-8170bd8ca8c1 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Starting OVNClientQosExtension 2026-08-09 13:34:35.211 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [None req-01c84186-5253-4cca-a4ec-8170bd8ca8c1 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Starting OVNClientPlacementExtension 2026-08-09 13:34:35.250 8 INFO neutron.db.ovn_revision_numbers_db [None req-01c84186-5253-4cca-a4ec-8170bd8ca8c1 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource a9244e62-e7cf-4f25-acca-d2f10dd1a443 (type: security_groups) to 1 2026-08-09 13:34:35.265 8 INFO neutron.db.ovn_revision_numbers_db [None req-01c84186-5253-4cca-a4ec-8170bd8ca8c1 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource c4d102e3-bb83-4648-8515-c7bbf96aa617 (type: security_group_rules) to 0 2026-08-09 13:34:35.279 8 INFO neutron.db.ovn_revision_numbers_db [None req-01c84186-5253-4cca-a4ec-8170bd8ca8c1 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource cc142ef8-bd7e-4462-8d31-16cebd6d3b35 (type: security_group_rules) to 0 2026-08-09 13:34:35.295 8 INFO neutron.db.ovn_revision_numbers_db [None req-01c84186-5253-4cca-a4ec-8170bd8ca8c1 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource d012f0e2-37b6-4158-b419-8c4e04caac6c (type: security_group_rules) to 0 2026-08-09 13:34:35.308 8 INFO neutron.db.ovn_revision_numbers_db [None req-01c84186-5253-4cca-a4ec-8170bd8ca8c1 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource e997b088-c2e4-4098-af2b-1f49685eace9 (type: security_group_rules) to 0 2026-08-09 13:34:35.399 8 WARNING neutron.services.revisions.revision_plugin [None req-01c84186-5253-4cca-a4ec-8170bd8ca8c1 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Could not find related network for resource to bump revision. 2026-08-09 13:34:35.424 8 INFO neutron.db.segments_db [None req-01c84186-5253-4cca-a4ec-8170bd8ca8c1 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Added segment 9c99e5b6-8148-4961-af35-8cae1bcfb733 of type flat for network 57c22b75-5ee4-4811-9b32-326e514fb2b5 2026-08-09 13:34:35.612 8 INFO neutron.db.ovn_revision_numbers_db [None req-01c84186-5253-4cca-a4ec-8170bd8ca8c1 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource 57c22b75-5ee4-4811-9b32-326e514fb2b5 (type: networks) to 1 2026-08-09 13:34:36.158 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-01c84186-5253-4cca-a4ec-8170bd8ca8c1 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] No more DHCP agents 2026-08-09 13:34:36.160 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-01c84186-5253-4cca-a4ec-8170bd8ca8c1 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Unable to schedule network 57c22b75-5ee4-4811-9b32-326e514fb2b5: no agents available; will retry on subsequent port and subnet creation events. 2026-08-09 13:34:36.219 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status down for port: 70fe6042-ac23-4827-a3ce-cbb61b7b5595 2026-08-09 13:34:36.283 8 INFO neutron.db.ovn_revision_numbers_db [None req-01c84186-5253-4cca-a4ec-8170bd8ca8c1 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource 70fe6042-ac23-4827-a3ce-cbb61b7b5595 (type: ports) to 1 [pid: 8|app: 0|req: 4/5] 199.204.45.129 () {48 vars in 968 bytes} [Sun Aug 9 13:34:34 2026] POST /v2.0/networks => generated 744 bytes in 1615 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-09 13:34:37.816 7 INFO neutron.pecan_wsgi.hooks.translation [None req-84292078-95e6-4bdf-984e-802b1f5d73f6 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 199.204.45.129 () {44 vars in 928 bytes} [Sun Aug 9 13:34:37 2026] GET /v2.0/networks/public => generated 108 bytes in 367 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/7] 199.204.45.129 () {44 vars in 950 bytes} [Sun Aug 9 13:34:37 2026] GET /v2.0/networks?name=public => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-09 13:34:37.896 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9978521b-4bb7-4f9c-ad93-66270df49f96 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/8] 199.204.45.129 () {44 vars in 1035 bytes} [Sun Aug 9 13:34:37 2026] GET /v2.0/subnets/public-subnet?network_id=57c22b75-5ee4-4811-9b32-326e514fb2b5 => generated 113 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/9] 199.204.45.129 () {44 vars in 1058 bytes} [Sun Aug 9 13:34:37 2026] GET /v2.0/subnets?name=public-subnet&network_id=57c22b75-5ee4-4811-9b32-326e514fb2b5 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-09 13:34:38.146 7 ERROR stevedore.extension [None req-a5317485-4e3f-4cf1-b138-0611b0b17c99 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Could not load 'neutron-dynamic-routing': module 'neutron.conf.policies.base' has no attribute 'ADMIN' 2026-08-09 13:34:38.157 7 ERROR stevedore.extension [None req-a5317485-4e3f-4cf1-b138-0611b0b17c99 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Could not load 'neutron-vpnaas': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-08-09 13:34:38.158 7 ERROR stevedore.extension [None req-a5317485-4e3f-4cf1-b138-0611b0b17c99 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Could not load 'tap-as-a-service': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-08-09 13:34:38.532 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a5317485-4e3f-4cf1-b138-0611b0b17c99 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] No more DHCP agents 2026-08-09 13:34:38.533 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a5317485-4e3f-4cf1-b138-0611b0b17c99 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Unable to schedule network 57c22b75-5ee4-4811-9b32-326e514fb2b5: no agents available; will retry on subsequent port and subnet creation events. 2026-08-09 13:34:39.310 7 INFO neutron.db.ovn_revision_numbers_db [None req-a5317485-4e3f-4cf1-b138-0611b0b17c99 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource 70fe6042-ac23-4827-a3ce-cbb61b7b5595 (type: ports) to 2 2026-08-09 13:34:39.344 7 INFO neutron.db.ovn_revision_numbers_db [None req-a5317485-4e3f-4cf1-b138-0611b0b17c99 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource 5fc889a8-f60e-4d5a-9aff-8d0aaadf9f39 (type: subnets) to 0 [pid: 7|app: 0|req: 4/10] 199.204.45.129 () {48 vars in 966 bytes} [Sun Aug 9 13:34:37 2026] POST /v2.0/subnets => generated 664 bytes in 1431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-09 13:39:36.921 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a7a7979b-7348-40cf-9795-d78f23822a98 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 23/48] 199.204.45.129 () {44 vars in 938 bytes} [Sun Aug 9 13:39:36 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 26/49] 199.204.45.129 () {44 vars in 960 bytes} [Sun Aug 9 13:39:36 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-09 13:39:37.044 7 INFO neutron.db.segments_db [None req-7d98978d-31ea-46ef-a75f-322adc41b9b8 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Added segment 96deeb7a-f057-4888-b3e0-1f337009801d of type geneve for network 92b333f5-c2a5-445e-bad4-3a68eb0a4e17 2026-08-09 13:39:37.193 7 INFO neutron.db.ovn_revision_numbers_db [None req-7d98978d-31ea-46ef-a75f-322adc41b9b8 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource 92b333f5-c2a5-445e-bad4-3a68eb0a4e17 (type: networks) to 1 2026-08-09 13:39:37.391 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7d98978d-31ea-46ef-a75f-322adc41b9b8 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] No more DHCP agents 2026-08-09 13:39:37.393 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7d98978d-31ea-46ef-a75f-322adc41b9b8 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Unable to schedule network 92b333f5-c2a5-445e-bad4-3a68eb0a4e17: no agents available; will retry on subsequent port and subnet creation events. 2026-08-09 13:39:37.452 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8fd5e472-43f2-48bb-90c0-852663f5487d - - - - - -] OVN reports status down for port: a23d3b73-5d29-4890-995f-d8c59ce9434a 2026-08-09 13:39:37.478 7 INFO neutron.db.ovn_revision_numbers_db [None req-7d98978d-31ea-46ef-a75f-322adc41b9b8 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource a23d3b73-5d29-4890-995f-d8c59ce9434a (type: ports) to 1 [pid: 7|app: 0|req: 24/50] 199.204.45.129 () {48 vars in 967 bytes} [Sun Aug 9 13:39:36 2026] POST /v2.0/networks => generated 748 bytes in 548 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-09 13:39:38.422 8 INFO neutron.pecan_wsgi.hooks.translation [None req-53cbca84-ada9-47e0-9c13-9fb975586c3a f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 27/51] 199.204.45.129 () {44 vars in 938 bytes} [Sun Aug 9 13:39:38 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 25/52] 199.204.45.129 () {44 vars in 960 bytes} [Sun Aug 9 13:39:38 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 738 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-09 13:39:38.532 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c980bfa6-e06e-46a2-a7ab-69b4a277f788 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 28/53] 199.204.45.129 () {44 vars in 1037 bytes} [Sun Aug 9 13:39:38 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=92b333f5-c2a5-445e-bad4-3a68eb0a4e17 => generated 114 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/54] 199.204.45.129 () {44 vars in 1060 bytes} [Sun Aug 9 13:39:38 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=92b333f5-c2a5-445e-bad4-3a68eb0a4e17 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-09 13:39:38.759 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ff1512a4-f92e-4ec0-be04-28c73309d0d3 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] No more DHCP agents 2026-08-09 13:39:38.759 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ff1512a4-f92e-4ec0-be04-28c73309d0d3 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Unable to schedule network 92b333f5-c2a5-445e-bad4-3a68eb0a4e17: no agents available; will retry on subsequent port and subnet creation events. 2026-08-09 13:39:39.170 8 INFO neutron.db.ovn_revision_numbers_db [None req-ff1512a4-f92e-4ec0-be04-28c73309d0d3 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource a23d3b73-5d29-4890-995f-d8c59ce9434a (type: ports) to 2 2026-08-09 13:39:39.201 8 INFO neutron.db.ovn_revision_numbers_db [None req-ff1512a4-f92e-4ec0-be04-28c73309d0d3 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource 554a0c5b-93f1-4261-b41a-86cda87c9410 (type: subnets) to 0 [pid: 8|app: 0|req: 29/55] 199.204.45.129 () {48 vars in 966 bytes} [Sun Aug 9 13:39:38 2026] POST /v2.0/subnets => generated 651 bytes in 632 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-09 13:39:40.205 7 INFO neutron.api.v2.resource [None req-89fdf7b4-4a6f-47c0-8b23-67fb8be34a21 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 27/56] 199.204.45.129 () {44 vars in 972 bytes} [Sun Aug 9 13:39:40 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/57] 199.204.45.129 () {44 vars in 994 bytes} [Sun Aug 9 13:39:40 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-09 13:39:40.403 7 INFO neutron.db.ovn_revision_numbers_db [None req-5e03baa2-fea3-4b89-9180-aa004f03fae3 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource 7ddb4e48-1766-40ee-b6dd-23ed864f3d1a (type: security_groups) to 1 2026-08-09 13:39:40.417 7 INFO neutron.db.ovn_revision_numbers_db [None req-5e03baa2-fea3-4b89-9180-aa004f03fae3 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource 098ae337-91e6-49d6-80f8-b517994c13ba (type: security_group_rules) to 0 2026-08-09 13:39:40.428 7 INFO neutron.db.ovn_revision_numbers_db [None req-5e03baa2-fea3-4b89-9180-aa004f03fae3 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource 135fb626-1540-4467-a6fc-3ca073a8e41d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 28/58] 199.204.45.129 () {48 vars in 981 bytes} [Sun Aug 9 13:39:40 2026] POST /v2.0/security-groups => generated 1616 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/59] 199.204.45.129 () {44 vars in 1002 bytes} [Sun Aug 9 13:39:41 2026] GET /v2.0/security-groups/7ddb4e48-1766-40ee-b6dd-23ed864f3d1a => generated 1616 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/60] 199.204.45.129 () {44 vars in 1002 bytes} [Sun Aug 9 13:39:41 2026] GET /v2.0/security-groups/7ddb4e48-1766-40ee-b6dd-23ed864f3d1a => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/61] 199.204.45.129 () {44 vars in 1002 bytes} [Sun Aug 9 13:39:41 2026] GET /v2.0/security-groups/7ddb4e48-1766-40ee-b6dd-23ed864f3d1a => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-09 13:39:41.617 7 INFO neutron.db.ovn_revision_numbers_db [None req-298de460-2fbd-4efb-b83a-5d76ac6b49b4 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource 06b0aefa-9aa3-4890-a433-b26567bbf39c (type: security_group_rules) to 0 [pid: 7|app: 0|req: 30/62] 199.204.45.129 () {48 vars in 992 bytes} [Sun Aug 9 13:39:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/63] 199.204.45.129 () {44 vars in 1002 bytes} [Sun Aug 9 13:39:42 2026] GET /v2.0/security-groups/7ddb4e48-1766-40ee-b6dd-23ed864f3d1a => generated 2230 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/64] 199.204.45.129 () {44 vars in 1002 bytes} [Sun Aug 9 13:39:42 2026] GET /v2.0/security-groups/7ddb4e48-1766-40ee-b6dd-23ed864f3d1a => generated 2230 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/65] 199.204.45.129 () {44 vars in 1002 bytes} [Sun Aug 9 13:39:42 2026] GET /v2.0/security-groups/7ddb4e48-1766-40ee-b6dd-23ed864f3d1a => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-09 13:39:42.716 7 INFO neutron.db.ovn_revision_numbers_db [None req-cba93dde-f740-4863-86ed-ba770ffb111e f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource 31fc1e35-f615-4fb1-a416-683c577ab218 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 32/66] 199.204.45.129 () {48 vars in 992 bytes} [Sun Aug 9 13:39:42 2026] POST /v2.0/security-group-rules => generated 603 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/67] 199.204.45.129 () {44 vars in 1002 bytes} [Sun Aug 9 13:39:43 2026] GET /v2.0/security-groups/7ddb4e48-1766-40ee-b6dd-23ed864f3d1a => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/68] 199.204.45.129 () {44 vars in 1002 bytes} [Sun Aug 9 13:39:43 2026] GET /v2.0/security-groups/7ddb4e48-1766-40ee-b6dd-23ed864f3d1a => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/69] 199.204.45.129 () {44 vars in 1002 bytes} [Sun Aug 9 13:39:43 2026] GET /v2.0/security-groups/7ddb4e48-1766-40ee-b6dd-23ed864f3d1a => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-09 13:39:43.739 7 INFO neutron.db.ovn_revision_numbers_db [None req-533d963d-be34-46ab-9c6c-20a0dcb42dda f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource 04a6191d-b09c-4ff7-bf6a-1f5f9082de4b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 34/70] 199.204.45.129 () {48 vars in 992 bytes} [Sun Aug 9 13:39:43 2026] POST /v2.0/security-group-rules => generated 603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/71] 199.204.45.129 () {44 vars in 1002 bytes} [Sun Aug 9 13:39:44 2026] GET /v2.0/security-groups/7ddb4e48-1766-40ee-b6dd-23ed864f3d1a => generated 3462 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/72] 199.204.45.129 () {44 vars in 1002 bytes} [Sun Aug 9 13:39:44 2026] GET /v2.0/security-groups/7ddb4e48-1766-40ee-b6dd-23ed864f3d1a => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/73] 199.204.45.129 () {44 vars in 1002 bytes} [Sun Aug 9 13:39:44 2026] GET /v2.0/security-groups/7ddb4e48-1766-40ee-b6dd-23ed864f3d1a => generated 3462 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-09 13:39:44.783 7 INFO neutron.db.ovn_revision_numbers_db [None req-c3234231-23c6-41d1-aeac-837d485c2cfa f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource 62e0206e-6ea2-47b6-a270-bff84d980fc9 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 36/74] 199.204.45.129 () {48 vars in 992 bytes} [Sun Aug 9 13:39:44 2026] POST /v2.0/security-group-rules => generated 603 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/75] 199.204.45.129 () {44 vars in 1002 bytes} [Sun Aug 9 13:39:45 2026] GET /v2.0/security-groups/7ddb4e48-1766-40ee-b6dd-23ed864f3d1a => generated 4078 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/76] 199.204.45.129 () {44 vars in 1002 bytes} [Sun Aug 9 13:39:45 2026] GET /v2.0/security-groups/7ddb4e48-1766-40ee-b6dd-23ed864f3d1a => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/77] 199.204.45.129 () {44 vars in 1002 bytes} [Sun Aug 9 13:39:45 2026] GET /v2.0/security-groups/7ddb4e48-1766-40ee-b6dd-23ed864f3d1a => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-09 13:39:45.877 7 INFO neutron.db.ovn_revision_numbers_db [None req-3171a756-e2d0-46fc-9fa2-b53761b7e229 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource d0c9c8b3-0168-4220-8734-df725f0e829a (type: security_group_rules) to 0 [pid: 7|app: 0|req: 38/78] 199.204.45.129 () {48 vars in 992 bytes} [Sun Aug 9 13:39:45 2026] POST /v2.0/security-group-rules => generated 603 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/81] 199.204.45.129 () {44 vars in 988 bytes} [Sun Aug 9 13:39:46 2026] GET /v2.0/networks/92b333f5-c2a5-445e-bad4-3a68eb0a4e17 => generated 773 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-09 13:39:46.969 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ee2008de-f34a-4eec-aa60-761aafce35c0 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/82] 199.204.45.129 () {44 vars in 1077 bytes} [Sun Aug 9 13:39:46 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=92b333f5-c2a5-445e-bad4-3a68eb0a4e17 => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/83] 199.204.45.129 () {44 vars in 1100 bytes} [Sun Aug 9 13:39:46 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=92b333f5-c2a5-445e-bad4-3a68eb0a4e17 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/84] 199.204.45.129 () {44 vars in 1002 bytes} [Sun Aug 9 13:39:47 2026] GET /v2.0/security-groups/7ddb4e48-1766-40ee-b6dd-23ed864f3d1a => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-09 13:39:47.342 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1248acf7-78b2-4a3b-833b-d030f3bd41a3 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] No more DHCP agents 2026-08-09 13:39:47.344 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1248acf7-78b2-4a3b-833b-d030f3bd41a3 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Unable to schedule network 92b333f5-c2a5-445e-bad4-3a68eb0a4e17: no agents available; will retry on subsequent port and subnet creation events. 2026-08-09 13:39:47.438 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status down for port: 181e315f-3bb7-4dc1-a386-fea3da8e4a13 2026-08-09 13:39:47.467 8 INFO neutron.db.ovn_revision_numbers_db [None req-1248acf7-78b2-4a3b-833b-d030f3bd41a3 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource 181e315f-3bb7-4dc1-a386-fea3da8e4a13 (type: ports) to 1 [pid: 8|app: 0|req: 44/85] 199.204.45.129 () {48 vars in 962 bytes} [Sun Aug 9 13:39:47 2026] POST /v2.0/ports => generated 1100 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-09 13:39:54.578 7 INFO neutron.pecan_wsgi.hooks.translation [None req-12df0535-29a6-4028-b645-5f41fbd1b5e0 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 42/86] 199.204.45.129 () {44 vars in 981 bytes} [Sun Aug 9 13:39:54 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 45/87] 199.204.45.129 () {44 vars in 1003 bytes} [Sun Aug 9 13:39:54 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-09 13:39:55.173 7 INFO neutron.db.ovn_revision_numbers_db [None req-9bb619db-74e1-4a86-b4a7-daaf7c7333e0 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource 181e315f-3bb7-4dc1-a386-fea3da8e4a13 (type: ports) to 4 [pid: 7|app: 0|req: 43/88] 199.204.45.129 () {48 vars in 1033 bytes} [Sun Aug 9 13:39:54 2026] PUT /v2.0/ports/181e315f-3bb7-4dc1-a386-fea3da8e4a13 => generated 1240 bytes in 544 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/89] 199.204.45.129 () {44 vars in 921 bytes} [Sun Aug 9 13:39:56 2026] GET /v2.0/ports => generated 3357 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-09 13:39:57.790 7 INFO neutron.api.v2.resource [None req-95d6d807-af50-46f6-a54d-554c3a127f78 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 44/90] 199.204.45.129 () {44 vars in 960 bytes} [Sun Aug 9 13:39:57 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/91] 199.204.45.129 () {44 vars in 982 bytes} [Sun Aug 9 13:39:57 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-09 13:39:57.936 7 INFO neutron.db.ovn_revision_numbers_db [None req-791a824f-fc70-40a9-bf50-3c1cb4ea40ac f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource 09ef607e-c180-41a1-88f3-be7f1c0a1ff8 (type: security_groups) to 1 2026-08-09 13:39:57.947 7 INFO neutron.db.ovn_revision_numbers_db [None req-791a824f-fc70-40a9-bf50-3c1cb4ea40ac f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource 91847114-2605-4404-82c3-d4d654fd7682 (type: security_group_rules) to 0 2026-08-09 13:39:57.958 7 INFO neutron.db.ovn_revision_numbers_db [None req-791a824f-fc70-40a9-bf50-3c1cb4ea40ac f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource a57c8ae1-2518-4c19-a4dc-9c8e9b7dd391 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 45/92] 199.204.45.129 () {48 vars in 981 bytes} [Sun Aug 9 13:39:57 2026] POST /v2.0/security-groups => generated 1610 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/93] 199.204.45.129 () {44 vars in 1002 bytes} [Sun Aug 9 13:39:58 2026] GET /v2.0/security-groups/09ef607e-c180-41a1-88f3-be7f1c0a1ff8 => generated 1610 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/94] 199.204.45.129 () {44 vars in 1002 bytes} [Sun Aug 9 13:39:58 2026] GET /v2.0/security-groups/09ef607e-c180-41a1-88f3-be7f1c0a1ff8 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/95] 199.204.45.129 () {44 vars in 1002 bytes} [Sun Aug 9 13:39:58 2026] GET /v2.0/security-groups/09ef607e-c180-41a1-88f3-be7f1c0a1ff8 => generated 1610 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-09 13:39:59.084 7 INFO neutron.db.ovn_revision_numbers_db [None req-dfd33ff5-45b5-4101-b8d2-a08b89859d20 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource 0011cf49-a9e4-4e97-88ff-53d5a5f9726b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 47/96] 199.204.45.129 () {48 vars in 992 bytes} [Sun Aug 9 13:39:58 2026] POST /v2.0/security-group-rules => generated 623 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/97] 199.204.45.129 () {44 vars in 1002 bytes} [Sun Aug 9 13:39:59 2026] GET /v2.0/security-groups/09ef607e-c180-41a1-88f3-be7f1c0a1ff8 => generated 2246 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/98] 199.204.45.129 () {44 vars in 1002 bytes} [Sun Aug 9 13:39:59 2026] GET /v2.0/security-groups/09ef607e-c180-41a1-88f3-be7f1c0a1ff8 => generated 2246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/99] 199.204.45.129 () {44 vars in 1002 bytes} [Sun Aug 9 13:39:59 2026] GET /v2.0/security-groups/09ef607e-c180-41a1-88f3-be7f1c0a1ff8 => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-09 13:40:00.133 7 INFO neutron.db.ovn_revision_numbers_db [None req-6f12209b-14c6-4367-a4e4-e3b82f7e11ad f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] Successfully bumped revision number for resource 0fdc7cbf-877c-4be4-920d-a948ea04a3f4 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 49/100] 199.204.45.129 () {48 vars in 992 bytes} [Sun Aug 9 13:40:00 2026] POST /v2.0/security-group-rules => generated 627 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/139] 199.204.45.129 () {44 vars in 976 bytes} [Sun Aug 9 13:44:43 2026] GET /v2.0/quotas/b79fa30bb74e4062919efc21224c4e87 => generated 312 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 71/140] 199.204.45.129 () {48 vars in 1028 bytes} [Sun Aug 9 13:44:43 2026] PUT /v2.0/quotas/b79fa30bb74e4062919efc21224c4e87 => generated 311 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-09 13:47:04.701 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c455bde2-0efb-44de-8f8c-8d5e41e92c57 f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 82/161] 199.204.45.129 () {30 vars in 742 bytes} [Sun Aug 9 13:47:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 109 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: 80/162] 199.204.45.129 () {30 vars in 764 bytes} [Sun Aug 9 13:47:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1243 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-09 13:47:06.795 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eec797d5-cf38-477b-a3f3-ad6f8907216b f7b42ae2a9e24a70bbc2804edcbf7459 b79fa30bb74e4062919efc21224c4e87 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 83/163] 199.204.45.129 () {30 vars in 742 bytes} [Sun Aug 9 13:47:06 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 81/164] 199.204.45.129 () {30 vars in 764 bytes} [Sun Aug 9 13:47:06 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1243 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-09 13:47:08.244 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b56fa5ee-384f-4dea-a66d-cb0a157c4107 - - - - - -] OVN reports status up for port: 181e315f-3bb7-4dc1-a386-fea3da8e4a13 2026-08-09 13:47:08.263 7 INFO neutron.plugins.ml2.plugin [None req-b56fa5ee-384f-4dea-a66d-cb0a157c4107 - - - - - -] Attempt 1 to provision port 181e315f-3bb7-4dc1-a386-fea3da8e4a13 2026-08-09 13:47:08.510 7 INFO neutron.db.ovn_revision_numbers_db [None req-b56fa5ee-384f-4dea-a66d-cb0a157c4107 - - - - - -] Successfully bumped revision number for resource 181e315f-3bb7-4dc1-a386-fea3da8e4a13 (type: ports) to 5