+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /tmp/pod-shared/ovn.ini' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/neutron_ovn_vpn_agent.ini' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/ovn.ini --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/neutron_ovn_vpn_agent.ini --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Mon Sep 7 11:29:20 2026] *** compiled with version: 13.3.0 on 06 August 2026 01:02:38 os: Linux-5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 nodename: neutron-server-5bbc469f8d-tf2cd machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f3880138668 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: 6, cores: 1) spawned uWSGI worker 2 (pid: 7, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-09-07 11:29:25.134 7 INFO neutron.common.config [-] Logging enabled! 2026-09-07 11:29:25.134 7 INFO neutron.common.config [-] uwsgi version 27.0.19.dev7 2026-09-07 11:29:25.328 6 INFO neutron.common.config [-] Logging enabled! 2026-09-07 11:29:25.329 6 INFO neutron.common.config [-] uwsgi version 27.0.19.dev7 2026-09-07 11:29:25.518 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-09-07 11:29:25.720 6 INFO neutron.manager [-] Loading core plugin: ml2 2026-09-07 11:29:27.025 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-09-07 11:29:27.027 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-09-07 11:29:27.031 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-09-07 11:29:27.031 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-09-07 11:29:27.031 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-09-07 11:29:27.031 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['geneve'] 2026-09-07 11:29:27.031 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-07 11:29:27.039 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-07 11:29:27.039 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-07 11:29:27.039 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-09-07 11:29:27.237 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-09-07 11:29:27.237 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-09-07 11:29:27.237 7 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-09-07 11:29:27.266 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-09-07 11:29:27.266 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-09-07 11:29:27.266 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-09-07 11:29:27.266 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-09-07 11:29:27.330 6 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-09-07 11:29:27.333 6 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-09-07 11:29:27.337 6 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-09-07 11:29:27.337 6 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-09-07 11:29:27.337 6 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-09-07 11:29:27.337 6 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['geneve'] 2026-09-07 11:29:27.337 6 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-07 11:29:27.346 6 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-07 11:29:27.346 6 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-07 11:29:27.346 6 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-09-07 11:29:27.575 6 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-09-07 11:29:27.576 6 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-09-07 11:29:27.576 6 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-09-07 11:29:27.608 6 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-09-07 11:29:27.608 6 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-09-07 11:29:27.608 6 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-09-07 11:29:27.609 6 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-09-07 11:29:29.357 7 INFO neutron.plugins.ml2.managers [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Initializing driver for type 'vlan' 2026-09-07 11:29:29.365 6 INFO neutron.plugins.ml2.managers [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Initializing driver for type 'vlan' 2026-09-07 11:29:29.505 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] VlanTypeDriver initialization complete 2026-09-07 11:29:29.505 7 INFO neutron.plugins.ml2.managers [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-09-07 11:29:29.505 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-09-07 11:29:29.505 7 INFO neutron.plugins.ml2.managers [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Initializing extension driver 'port_security' 2026-09-07 11:29:29.505 7 INFO neutron.plugins.ml2.extensions.port_security [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] PortSecurityExtensionDriver initialization complete 2026-09-07 11:29:29.506 7 INFO neutron.plugins.ml2.managers [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Initializing extension driver 'qos' 2026-09-07 11:29:29.506 7 INFO neutron.plugins.ml2.managers [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Initializing mechanism driver 'ovn' 2026-09-07 11:29:29.506 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Starting OVNMechanismDriver 2026-09-07 11:29:29.509 7 INFO neutron.services.logapi.drivers.ovn.driver [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] OVN logging driver registered 2026-09-07 11:29:29.515 7 INFO neutron.quota [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded quota_driver: . 2026-09-07 11:29:29.516 7 INFO neutron.plugins.ml2.plugin [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Modular L2 Plugin initialization complete 2026-09-07 11:29:29.516 7 INFO neutron.plugins.ml2.managers [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-09-07 11:29:29.516 7 INFO neutron.plugins.ml2.managers [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-09-07 11:29:29.517 7 INFO neutron.plugins.ml2.managers [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Got port-security extension from driver 'port_security' 2026-09-07 11:29:29.517 7 INFO neutron.manager [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loading Plugin: qos 2026-09-07 11:29:29.531 7 INFO neutron.manager [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loading Plugin: ovn-router 2026-09-07 11:29:29.566 7 INFO neutron.services.ovn_l3.plugin [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Starting OVNL3RouterPlugin 2026-09-07 11:29:29.571 7 INFO neutron.manager [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loading Plugin: segments 2026-09-07 11:29:29.578 6 INFO neutron.plugins.ml2.drivers.type_vlan [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] VlanTypeDriver initialization complete 2026-09-07 11:29:29.578 6 INFO neutron.plugins.ml2.managers [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-09-07 11:29:29.578 6 INFO neutron.plugins.ml2.extensions.dns_integration [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-09-07 11:29:29.579 6 INFO neutron.plugins.ml2.managers [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Initializing extension driver 'port_security' 2026-09-07 11:29:29.579 6 INFO neutron.plugins.ml2.extensions.port_security [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-09-07 11:29:29.579 6 INFO neutron.plugins.ml2.managers [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Initializing extension driver 'qos' 2026-09-07 11:29:29.579 6 INFO neutron.plugins.ml2.managers [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Initializing mechanism driver 'ovn' 2026-09-07 11:29:29.579 6 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Starting OVNMechanismDriver 2026-09-07 11:29:29.582 6 INFO neutron.services.logapi.drivers.ovn.driver [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] OVN logging driver registered 2026-09-07 11:29:29.588 6 INFO neutron.quota [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded quota_driver: . 2026-09-07 11:29:29.589 6 INFO neutron.plugins.ml2.plugin [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Modular L2 Plugin initialization complete 2026-09-07 11:29:29.589 6 INFO neutron.plugins.ml2.managers [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-09-07 11:29:29.589 6 INFO neutron.plugins.ml2.managers [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-09-07 11:29:29.589 6 INFO neutron.plugins.ml2.managers [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Got port-security extension from driver 'port_security' 2026-09-07 11:29:29.589 6 INFO neutron.manager [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loading Plugin: qos 2026-09-07 11:29:29.602 6 INFO neutron.manager [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loading Plugin: ovn-router 2026-09-07 11:29:29.633 6 INFO neutron.services.ovn_l3.plugin [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Starting OVNL3RouterPlugin 2026-09-07 11:29:29.637 6 INFO neutron.manager [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loading Plugin: segments 2026-09-07 11:29:29.692 7 INFO neutron.manager [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loading Plugin: trunk 2026-09-07 11:29:29.706 7 INFO neutron.manager [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loading Plugin: log 2026-09-07 11:29:29.711 7 INFO neutron.manager [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loading Plugin: ovn-vpnaas 2026-09-07 11:29:29.737 6 INFO neutron.manager [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loading Plugin: trunk 2026-09-07 11:29:29.748 6 INFO neutron.manager [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loading Plugin: log 2026-09-07 11:29:29.752 6 INFO neutron.manager [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loading Plugin: ovn-vpnaas 2026-09-07 11:29:29.770 7 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-09-07 11:29:29.771 7 WARNING stevedore.named [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-09-07 11:29:29.805 6 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-09-07 11:29:29.806 6 WARNING stevedore.named [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-09-07 11:29:29.813 7 INFO neutron_vpnaas.services.vpn.plugin [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-09-07 11:29:29.813 7 INFO neutron.common.utils [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Disable filter validation extension by service plugin VPNOVNDriverPlugin. 2026-09-07 11:29:29.813 7 INFO neutron.manager [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loading Plugin: taas 2026-09-07 11:29:29.833 7 WARNING stevedore.named [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-09-07 11:29:29.840 7 INFO neutron_taas.services.taas.taas_plugin [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-09-07 11:29:29.841 7 INFO neutron.manager [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loading Plugin: tapmirror 2026-09-07 11:29:29.845 6 INFO neutron_vpnaas.services.vpn.plugin [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-09-07 11:29:29.845 6 INFO neutron.common.utils [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Disable filter validation extension by service plugin VPNOVNDriverPlugin. 2026-09-07 11:29:29.846 6 INFO neutron.manager [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loading Plugin: taas 2026-09-07 11:29:29.852 7 WARNING stevedore.named [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-09-07 11:29:29.853 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-09-07 11:29:29.853 7 INFO neutron.manager [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loading Plugin: auto_allocate 2026-09-07 11:29:29.860 7 INFO neutron.manager [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loading Plugin: tag 2026-09-07 11:29:29.865 6 WARNING stevedore.named [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-09-07 11:29:29.869 7 INFO neutron.manager [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loading Plugin: timestamp 2026-09-07 11:29:29.871 6 INFO neutron_taas.services.taas.taas_plugin [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-09-07 11:29:29.871 6 INFO neutron.manager [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loading Plugin: tapmirror 2026-09-07 11:29:29.871 7 INFO neutron.manager [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loading Plugin: network_ip_availability 2026-09-07 11:29:29.875 7 INFO neutron.manager [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loading Plugin: flavors 2026-09-07 11:29:29.878 7 INFO neutron.manager [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loading Plugin: revisions 2026-09-07 11:29:29.878 6 WARNING stevedore.named [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-09-07 11:29:29.879 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-09-07 11:29:29.879 6 INFO neutron.manager [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loading Plugin: auto_allocate 2026-09-07 11:29:29.881 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Initializing extension manager. 2026-09-07 11:29:29.882 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: address-group 2026-09-07 11:29:29.883 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: address-scope 2026-09-07 11:29:29.883 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-09-07 11:29:29.884 6 INFO neutron.manager [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loading Plugin: tag 2026-09-07 11:29:29.884 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: agent 2026-09-07 11:29:29.885 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-09-07 11:29:29.886 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: allowed-address-pairs 2026-09-07 11:29:29.887 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: auto-allocated-topology 2026-09-07 11:29:29.888 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: availability_zone 2026-09-07 11:29:29.888 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-09-07 11:29:29.889 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-09-07 11:29:29.889 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: default-subnetpools 2026-09-07 11:29:29.891 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-09-07 11:29:29.891 6 INFO neutron.manager [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loading Plugin: timestamp 2026-09-07 11:29:29.891 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: dns-integration 2026-09-07 11:29:29.892 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: dns-domain-ports 2026-09-07 11:29:29.893 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-09-07 11:29:29.893 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension dvr not supported by any of loaded plugins 2026-09-07 11:29:29.893 6 INFO neutron.manager [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loading Plugin: network_ip_availability 2026-09-07 11:29:29.894 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-09-07 11:29:29.894 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: empty-string-filtering 2026-09-07 11:29:29.895 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-09-07 11:29:29.895 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-09-07 11:29:29.896 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: external-net 2026-09-07 11:29:29.897 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: extra_dhcp_opt 2026-09-07 11:29:29.897 6 INFO neutron.manager [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loading Plugin: flavors 2026-09-07 11:29:29.897 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: extraroute 2026-09-07 11:29:29.898 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension extraroute-atomic not supported by any of loaded plugins 2026-09-07 11:29:29.899 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-09-07 11:29:29.899 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-09-07 11:29:29.900 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-09-07 11:29:29.900 6 INFO neutron.manager [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loading Plugin: revisions 2026-09-07 11:29:29.900 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-09-07 11:29:29.901 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: fip-port-details 2026-09-07 11:29:29.902 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: flavors 2026-09-07 11:29:29.903 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-09-07 11:29:29.903 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Initializing extension manager. 2026-09-07 11:29:29.904 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: floatingip-pools 2026-09-07 11:29:29.904 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: ip_allocation 2026-09-07 11:29:29.904 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: address-group 2026-09-07 11:29:29.905 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-09-07 11:29:29.905 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: l2_adjacency 2026-09-07 11:29:29.905 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: address-scope 2026-09-07 11:29:29.906 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-09-07 11:29:29.906 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: router 2026-09-07 11:29:29.907 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: agent 2026-09-07 11:29:29.907 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-09-07 11:29:29.908 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: allowed-address-pairs 2026-09-07 11:29:29.908 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-09-07 11:29:29.909 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: auto-allocated-topology 2026-09-07 11:29:29.909 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: enable-default-route-bfd 2026-09-07 11:29:29.910 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: enable-default-route-ecmp 2026-09-07 11:29:29.910 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: availability_zone 2026-09-07 11:29:29.910 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: ext-gw-mode 2026-09-07 11:29:29.910 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-09-07 11:29:29.911 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: l3-ha 2026-09-07 11:29:29.911 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-09-07 11:29:29.911 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: default-subnetpools 2026-09-07 11:29:29.913 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-09-07 11:29:29.913 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-09-07 11:29:29.913 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: dns-integration 2026-09-07 11:29:29.913 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: external-gateway-multihoming 2026-09-07 11:29:29.914 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: dns-domain-ports 2026-09-07 11:29:29.914 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: l3-flavors 2026-09-07 11:29:29.914 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-09-07 11:29:29.915 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension dvr not supported by any of loaded plugins 2026-09-07 11:29:29.915 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-09-07 11:29:29.915 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-09-07 11:29:29.915 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-09-07 11:29:29.916 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: empty-string-filtering 2026-09-07 11:29:29.916 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-09-07 11:29:29.916 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-09-07 11:29:29.917 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: external-net 2026-09-07 11:29:29.917 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: extra_dhcp_opt 2026-09-07 11:29:29.918 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: extraroute 2026-09-07 11:29:29.918 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension l3_agent_scheduler not supported by any of loaded plugins 2026-09-07 11:29:29.918 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension extraroute-atomic not supported by any of loaded plugins 2026-09-07 11:29:29.919 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-09-07 11:29:29.919 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-09-07 11:29:29.919 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-09-07 11:29:29.920 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-09-07 11:29:29.920 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-09-07 11:29:29.921 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: logging 2026-09-07 11:29:29.921 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: fip-port-details 2026-09-07 11:29:29.922 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: flavors 2026-09-07 11:29:29.922 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension metering not supported by any of loaded plugins 2026-09-07 11:29:29.922 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-09-07 11:29:29.923 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: multi-provider 2026-09-07 11:29:29.923 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-09-07 11:29:29.923 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: net-mtu 2026-09-07 11:29:29.924 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: floatingip-pools 2026-09-07 11:29:29.924 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: net-mtu-writable 2026-09-07 11:29:29.924 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: ip_allocation 2026-09-07 11:29:29.925 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-09-07 11:29:29.925 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: network_availability_zone 2026-09-07 11:29:29.925 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: l2_adjacency 2026-09-07 11:29:29.925 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-09-07 11:29:29.926 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: network-ip-availability 2026-09-07 11:29:29.926 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: router 2026-09-07 11:29:29.927 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-09-07 11:29:29.927 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: pagination 2026-09-07 11:29:29.928 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: port-device-profile 2026-09-07 11:29:29.928 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-09-07 11:29:29.928 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-09-07 11:29:29.929 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: enable-default-route-bfd 2026-09-07 11:29:29.929 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-09-07 11:29:29.929 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: enable-default-route-ecmp 2026-09-07 11:29:29.929 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-09-07 11:29:29.930 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: ext-gw-mode 2026-09-07 11:29:29.930 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: l3-ha 2026-09-07 11:29:29.930 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-09-07 11:29:29.931 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-09-07 11:29:29.931 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-09-07 11:29:29.932 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-09-07 11:29:29.932 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-09-07 11:29:29.932 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: port-resource-request 2026-09-07 11:29:29.933 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: external-gateway-multihoming 2026-09-07 11:29:29.933 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: port-resource-request-groups 2026-09-07 11:29:29.933 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: l3-flavors 2026-09-07 11:29:29.933 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-09-07 11:29:29.934 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-09-07 11:29:29.934 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: binding 2026-09-07 11:29:29.934 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-09-07 11:29:29.935 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: binding-extended 2026-09-07 11:29:29.935 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: port-security 2026-09-07 11:29:29.936 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: project-id 2026-09-07 11:29:29.936 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: provider 2026-09-07 11:29:29.936 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension l3_agent_scheduler not supported by any of loaded plugins 2026-09-07 11:29:29.937 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: qinq 2026-09-07 11:29:29.938 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-09-07 11:29:29.939 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: logging 2026-09-07 11:29:29.939 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: qos 2026-09-07 11:29:29.940 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension metering not supported by any of loaded plugins 2026-09-07 11:29:29.940 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-09-07 11:29:29.940 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-09-07 11:29:29.941 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: multi-provider 2026-09-07 11:29:29.941 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-09-07 11:29:29.941 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: net-mtu 2026-09-07 11:29:29.942 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: qos-default 2026-09-07 11:29:29.942 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: net-mtu-writable 2026-09-07 11:29:29.942 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: network_availability_zone 2026-09-07 11:29:29.942 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: qos-fip 2026-09-07 11:29:29.943 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-09-07 11:29:29.943 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-09-07 11:29:29.943 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: qos-gateway-ip 2026-09-07 11:29:29.943 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: network-ip-availability 2026-09-07 11:29:29.944 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: qos-port-network-policy 2026-09-07 11:29:29.945 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-09-07 11:29:29.945 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: qos-pps-minimum 2026-09-07 11:29:29.945 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: pagination 2026-09-07 11:29:29.945 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-09-07 11:29:29.945 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: port-device-profile 2026-09-07 11:29:29.946 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-09-07 11:29:29.946 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: qos-pps 2026-09-07 11:29:29.946 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-09-07 11:29:29.947 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: qos-rule-type-details 2026-09-07 11:29:29.947 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-09-07 11:29:29.947 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: qos-rule-type-filter 2026-09-07 11:29:29.947 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-09-07 11:29:29.948 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-09-07 11:29:29.948 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: qos-rules-alias 2026-09-07 11:29:29.948 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-09-07 11:29:29.949 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: quota-check-limit 2026-09-07 11:29:29.949 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-09-07 11:29:29.949 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: port-resource-request 2026-09-07 11:29:29.949 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: quota-check-limit-default 2026-09-07 11:29:29.950 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: port-resource-request-groups 2026-09-07 11:29:29.950 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-09-07 11:29:29.951 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: binding 2026-09-07 11:29:29.952 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: binding-extended 2026-09-07 11:29:29.952 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: quotas 2026-09-07 11:29:29.952 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: port-security 2026-09-07 11:29:29.953 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: project-id 2026-09-07 11:29:29.953 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: quota_details 2026-09-07 11:29:29.953 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: provider 2026-09-07 11:29:29.954 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: qinq 2026-09-07 11:29:29.955 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: rbac-policies 2026-09-07 11:29:29.955 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-09-07 11:29:29.956 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: rbac-address-scope 2026-09-07 11:29:29.956 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: rbac-security-groups 2026-09-07 11:29:29.957 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: qos 2026-09-07 11:29:29.957 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-09-07 11:29:29.957 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-09-07 11:29:29.958 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: revision-if-match 2026-09-07 11:29:29.958 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-09-07 11:29:29.958 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: standard-attr-revisions 2026-09-07 11:29:29.958 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: qos-default 2026-09-07 11:29:29.959 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: qos-fip 2026-09-07 11:29:29.959 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: router_availability_zone 2026-09-07 11:29:29.959 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-09-07 11:29:29.959 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-09-07 11:29:29.960 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: qos-gateway-ip 2026-09-07 11:29:29.961 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: qos-port-network-policy 2026-09-07 11:29:29.961 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: qos-pps-minimum 2026-09-07 11:29:29.961 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: security-groups-default-rules 2026-09-07 11:29:29.962 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-09-07 11:29:29.962 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-09-07 11:29:29.963 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-09-07 11:29:29.963 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: qos-pps 2026-09-07 11:29:29.963 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-09-07 11:29:29.963 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: qos-rule-type-details 2026-09-07 11:29:29.964 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: qos-rule-type-filter 2026-09-07 11:29:29.964 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-09-07 11:29:29.964 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-09-07 11:29:29.964 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: qos-rules-alias 2026-09-07 11:29:29.965 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: quota-check-limit 2026-09-07 11:29:29.966 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: quota-check-limit-default 2026-09-07 11:29:29.968 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: quotas 2026-09-07 11:29:29.969 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: security-group 2026-09-07 11:29:29.970 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: quota_details 2026-09-07 11:29:29.971 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: segment 2026-09-07 11:29:29.972 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-09-07 11:29:29.972 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: rbac-policies 2026-09-07 11:29:29.972 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-09-07 11:29:29.972 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: service-type 2026-09-07 11:29:29.973 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: sorting 2026-09-07 11:29:29.973 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: rbac-address-scope 2026-09-07 11:29:29.973 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: standard-attr-segment 2026-09-07 11:29:29.973 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: rbac-security-groups 2026-09-07 11:29:29.974 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-09-07 11:29:29.974 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: standard-attr-description 2026-09-07 11:29:29.975 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: revision-if-match 2026-09-07 11:29:29.975 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: stateful-security-group 2026-09-07 11:29:29.975 7 WARNING neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-09-07 11:29:29.975 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: standard-attr-revisions 2026-09-07 11:29:29.976 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-09-07 11:29:29.976 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: router_availability_zone 2026-09-07 11:29:29.976 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: subnet-external-network 2026-09-07 11:29:29.977 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-09-07 11:29:29.977 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension subnet_onboard not supported by any of loaded plugins 2026-09-07 11:29:29.978 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-09-07 11:29:29.978 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: subnet-service-types 2026-09-07 11:29:29.979 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: security-groups-default-rules 2026-09-07 11:29:29.979 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: subnet_allocation 2026-09-07 11:29:29.980 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-09-07 11:29:29.980 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-09-07 11:29:29.980 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-09-07 11:29:29.981 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-09-07 11:29:29.981 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: tag-creation 2026-09-07 11:29:29.981 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-09-07 11:29:29.982 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-09-07 11:29:29.982 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-09-07 11:29:29.986 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: standard-attr-tag 2026-09-07 11:29:29.986 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: security-group 2026-09-07 11:29:29.987 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: standard-attr-timestamp 2026-09-07 11:29:29.987 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: segment 2026-09-07 11:29:29.988 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: trunk 2026-09-07 11:29:29.988 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-09-07 11:29:29.988 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: trunk-details 2026-09-07 11:29:29.988 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: service-type 2026-09-07 11:29:29.989 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: sorting 2026-09-07 11:29:29.989 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-09-07 11:29:29.989 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: standard-attr-segment 2026-09-07 11:29:29.989 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-09-07 11:29:29.990 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: standard-attr-description 2026-09-07 11:29:29.990 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: vlan-transparent 2026-09-07 11:29:29.990 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: stateful-security-group 2026-09-07 11:29:29.991 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: vpn-aes-ctr 2026-09-07 11:29:29.991 6 WARNING neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-09-07 11:29:29.991 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-09-07 11:29:29.992 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: subnet-external-network 2026-09-07 11:29:29.992 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension subnet_onboard not supported by any of loaded plugins 2026-09-07 11:29:29.993 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-09-07 11:29:29.993 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: vpn-agent-scheduler 2026-09-07 11:29:29.993 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: subnet-service-types 2026-09-07 11:29:29.994 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-09-07 11:29:29.994 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: subnet_allocation 2026-09-07 11:29:29.994 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: vpn-flavors 2026-09-07 11:29:29.994 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-09-07 11:29:29.995 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: tag-creation 2026-09-07 11:29:29.995 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-09-07 11:29:29.996 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: vpnaas 2026-09-07 11:29:29.997 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: taas 2026-09-07 11:29:29.998 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: tap-mirror 2026-09-07 11:29:29.999 7 INFO neutron.api.extensions [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Loaded extension: taas-vlan-filter 2026-09-07 11:29:29.999 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: standard-attr-tag 2026-09-07 11:29:30.000 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: standard-attr-timestamp 2026-09-07 11:29:30.000 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: trunk 2026-09-07 11:29:30.001 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: trunk-details 2026-09-07 11:29:30.001 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-09-07 11:29:30.002 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-09-07 11:29:30.002 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of TrackedResource for resource:network 2026-09-07 11:29:30.002 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-09-07 11:29:30.002 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 11:29:30.002 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: vlan-transparent 2026-09-07 11:29:30.002 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of TrackedResource for resource:port 2026-09-07 11:29:30.003 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: vpn-aes-ctr 2026-09-07 11:29:30.005 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: vpn-agent-scheduler 2026-09-07 11:29:30.005 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-09-07 11:29:30.006 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: vpn-flavors 2026-09-07 11:29:30.006 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-07 11:29:30.007 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-07 11:29:30.008 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: vpnaas 2026-09-07 11:29:30.009 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: taas 2026-09-07 11:29:30.010 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: tap-mirror 2026-09-07 11:29:30.010 6 INFO neutron.api.extensions [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Loaded extension: taas-vlan-filter 2026-09-07 11:29:30.012 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of TrackedResource for resource:network 2026-09-07 11:29:30.013 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-09-07 11:29:30.012 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-07 11:29:30.013 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 11:29:30.013 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of TrackedResource for resource:port 2026-09-07 11:29:30.013 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-07 11:29:30.014 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-07 11:29:30.015 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 11:29:30.015 7 WARNING neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] subnetpool is already registered 2026-09-07 11:29:30.015 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-07 11:29:30.016 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-07 11:29:30.016 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-07 11:29:30.016 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-07 11:29:30.016 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-07 11:29:30.017 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-07 11:29:30.017 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-07 11:29:30.018 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-07 11:29:30.018 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-07 11:29:30.018 7 WARNING neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] ipsecpolicy is already registered 2026-09-07 11:29:30.019 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-07 11:29:30.019 7 WARNING neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] ikepolicy is already registered 2026-09-07 11:29:30.020 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-07 11:29:30.021 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-07 11:29:30.021 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-07 11:29:30.022 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 11:29:30.022 6 WARNING neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] subnetpool is already registered 2026-09-07 11:29:30.023 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-07 11:29:30.023 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-07 11:29:30.023 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-07 11:29:30.024 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-07 11:29:30.024 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-07 11:29:30.024 7 WARNING neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] router is already registered 2026-09-07 11:29:30.024 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-07 11:29:30.024 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-07 11:29:30.025 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-07 11:29:30.025 7 WARNING neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] floatingip is already registered 2026-09-07 11:29:30.025 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-07 11:29:30.025 6 WARNING neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] ipsecpolicy is already registered 2026-09-07 11:29:30.025 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-07 11:29:30.026 6 WARNING neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] ikepolicy is already registered 2026-09-07 11:29:30.029 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-07 11:29:30.029 7 WARNING neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] rbac_policy is already registered 2026-09-07 11:29:30.029 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-07 11:29:30.030 6 WARNING neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] router is already registered 2026-09-07 11:29:30.030 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-07 11:29:30.030 7 WARNING neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] security_group is already registered 2026-09-07 11:29:30.030 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-07 11:29:30.030 6 WARNING neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] floatingip is already registered 2026-09-07 11:29:30.030 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-07 11:29:30.030 7 WARNING neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] security_group_rule is already registered 2026-09-07 11:29:30.032 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 11:29:30.032 7 WARNING neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] subnetpool is already registered 2026-09-07 11:29:30.033 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-07 11:29:30.033 7 WARNING neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] trunk is already registered 2026-09-07 11:29:30.033 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-07 11:29:30.033 7 WARNING neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] ikepolicy is already registered 2026-09-07 11:29:30.034 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-07 11:29:30.034 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-07 11:29:30.034 7 WARNING neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] ipsecpolicy is already registered 2026-09-07 11:29:30.034 6 WARNING neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] rbac_policy is already registered 2026-09-07 11:29:30.034 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-07 11:29:30.034 7 WARNING neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] endpoint_group is already registered 2026-09-07 11:29:30.034 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-07 11:29:30.035 6 WARNING neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] security_group is already registered 2026-09-07 11:29:30.035 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-07 11:29:30.035 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-07 11:29:30.035 7 WARNING neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] vpnservice is already registered 2026-09-07 11:29:30.035 6 WARNING neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] security_group_rule is already registered 2026-09-07 11:29:30.035 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-07 11:29:30.035 7 WARNING neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] ipsec_site_connection is already registered 2026-09-07 11:29:30.036 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-07 11:29:30.036 7 WARNING neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] ipsecpolicy is already registered 2026-09-07 11:29:30.037 7 INFO neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-07 11:29:30.037 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 11:29:30.037 7 WARNING neutron.quota.resource_registry [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] ikepolicy is already registered 2026-09-07 11:29:30.037 6 WARNING neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] subnetpool is already registered 2026-09-07 11:29:30.037 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-07 11:29:30.037 6 WARNING neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] trunk is already registered 2026-09-07 11:29:30.038 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-07 11:29:30.038 6 WARNING neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] ikepolicy is already registered 2026-09-07 11:29:30.038 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-07 11:29:30.038 6 WARNING neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] ipsecpolicy is already registered 2026-09-07 11:29:30.038 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-07 11:29:30.039 6 WARNING neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] endpoint_group is already registered 2026-09-07 11:29:30.039 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-07 11:29:30.039 6 WARNING neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] vpnservice is already registered 2026-09-07 11:29:30.039 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-07 11:29:30.040 6 WARNING neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] ipsec_site_connection is already registered 2026-09-07 11:29:30.040 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-07 11:29:30.040 6 WARNING neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] ipsecpolicy is already registered 2026-09-07 11:29:30.040 6 INFO neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-07 11:29:30.041 6 WARNING neutron.quota.resource_registry [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] ikepolicy is already registered 2026-09-07 11:29:30.073 7 WARNING keystonemiddleware._common.config [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-09-07 11:29:30.074 6 WARNING keystonemiddleware._common.config [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-09-07 11:29:30.080 7 WARNING oslo_config.cfg [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-09-07 11:29:30.080 6 WARNING oslo_config.cfg [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-09-07 11:29:30.095 6 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] uWSGI must provide a start time using the configuration parameter "start-time %t" in the configuration file 2026-09-07 11:29:30.099 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] uWSGI must provide a start time using the configuration parameter "start-time %t" in the configuration file 2026-09-07 11:29:30.107 6 INFO neutron.db.ovn_hash_ring_db [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Nodes from host "neutron-server-5bbc469f8d-tf2cd" and group "mechanism_driver" removed from the Hash Ring created at 2026-09-07 11:29:30+00:00 2026-09-07 11:29:30.109 6 INFO neutron.db.ovn_hash_ring_db [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Node 3babb4d28a5f5c5ab41dc459d61f7471 from host "neutron-server-5bbc469f8d-tf2cd" and group "mechanism_driver" added to the Hash Ring 2026-09-07 11:29:30.115 7 INFO neutron.db.ovn_hash_ring_db [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Nodes from host "neutron-server-5bbc469f8d-tf2cd" and group "mechanism_driver" removed from the Hash Ring created at 2026-09-07 11:29:30+00:00 2026-09-07 11:29:30.117 6 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Hash Ring probing thread for node 3babb4d28a5f5c5ab41dc459d61f7471 has started 2026-09-07 11:29:30.117 6 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-09-07 11:29:30.118 7 INFO neutron.db.ovn_hash_ring_db [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Node 04c4ea481bb2560888bdf9b8756cf1dc from host "neutron-server-5bbc469f8d-tf2cd" and group "mechanism_driver" added to the Hash Ring 2026-09-07 11:29:30.125 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Hash Ring probing thread for node 04c4ea481bb2560888bdf9b8756cf1dc has started 2026-09-07 11:29:30.125 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-09-07 11:29:30.142 6 INFO ovsdbapp.backend.ovs_idl.vlog [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] tcp:10.108.205.176:6641: connecting... 2026-09-07 11:29:30.143 6 INFO ovsdbapp.backend.ovs_idl.vlog [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] tcp:10.108.205.176:6641: connected 2026-09-07 11:29:30.151 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] tcp:10.108.205.176:6641: connecting... 2026-09-07 11:29:30.152 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] tcp:10.108.205.176:6641: connected 2026-09-07 11:29:30.174 6 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-09-07 11:29:30.183 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-09-07 11:29:30.190 6 INFO ovsdbapp.backend.ovs_idl.vlog [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] tcp:10.98.170.108:6642: connecting... 2026-09-07 11:29:30.190 6 INFO ovsdbapp.backend.ovs_idl.vlog [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] tcp:10.98.170.108:6642: connected 2026-09-07 11:29:30.204 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] tcp:10.98.170.108:6642: connecting... 2026-09-07 11:29:30.204 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] tcp:10.98.170.108:6642: connected 2026-09-07 11:29:30.219 6 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] WorkerService process has finished the post initialization 2026-09-07 11:29:30.219 6 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension 2026-09-07 11:29:30.220 6 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [-] Starting OVNClientPlacementExtension 2026-09-07 11:29:30.233 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] WorkerService process has finished the post initialization 2026-09-07 11:29:30.237 6 INFO ovsdbapp.backend.ovs_idl.vlog [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] tcp:10.108.205.176:6641: connecting... 2026-09-07 11:29:30.237 6 INFO ovsdbapp.backend.ovs_idl.vlog [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] tcp:10.108.205.176:6641: connected 2026-09-07 11:29:30.249 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] tcp:10.108.205.176:6641: connecting... 2026-09-07 11:29:30.250 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] tcp:10.108.205.176:6641: connected 2026-09-07 11:29:30.424 6 INFO ovsdbapp.backend.ovs_idl.vlog [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] tcp:10.108.205.176:6641: connecting... 2026-09-07 11:29:30.425 6 INFO ovsdbapp.backend.ovs_idl.vlog [None req-b83fc6ba-3fa8-49d4-b890-2e01dcdf23b6 - - - - - -] tcp:10.108.205.176:6641: connected WSGI app 0 (mountpoint='') ready in 10 seconds on interpreter 0x7f3880138668 pid: 6 (default app) 2026-09-07 11:29:30.458 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] tcp:10.108.205.176:6641: connecting... 2026-09-07 11:29:30.458 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-3fdeb44b-c21a-45e3-94ed-cc7b7255823d - - - - - -] tcp:10.108.205.176:6641: connected WSGI app 0 (mountpoint='') ready in 10 seconds on interpreter 0x7f3880138668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-07 11:29:37.570 6 INFO neutron.pecan_wsgi.hooks.translation [None req-50ea6c17-dc8e-449f-b67f-4582e37c40bb f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 4/4] 162.253.55.19 () {44 vars in 924 bytes} [Mon Sep 7 11:29:36 2026] GET /v2.0/networks/public => generated 108 bytes in 772 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/5] 162.253.55.19 () {44 vars in 946 bytes} [Mon Sep 7 11:29:37 2026] GET /v2.0/networks?name=public => generated 15 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-07 11:29:38.166 6 INFO neutron.db.ovn_revision_numbers_db [None req-c8574bde-0b3a-4d22-98e9-4fa1f13a18e8 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 4253e711-663b-4fff-bd91-b9394fe039a9 (type: security_groups) to 1 2026-09-07 11:29:38.183 6 INFO neutron.db.ovn_revision_numbers_db [None req-c8574bde-0b3a-4d22-98e9-4fa1f13a18e8 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 2e3b3a6b-ee45-42f8-a559-f369a2c222ba (type: security_group_rules) to 0 2026-09-07 11:29:38.193 6 INFO neutron.db.ovn_revision_numbers_db [None req-c8574bde-0b3a-4d22-98e9-4fa1f13a18e8 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource d159b20c-3ed1-47fc-9b0f-2b4a042f6185 (type: security_group_rules) to 0 2026-09-07 11:29:38.203 6 INFO neutron.db.ovn_revision_numbers_db [None req-c8574bde-0b3a-4d22-98e9-4fa1f13a18e8 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource e838832c-3e8c-4dea-9930-d86539b6c5e7 (type: security_group_rules) to 0 2026-09-07 11:29:38.215 6 INFO neutron.db.ovn_revision_numbers_db [None req-c8574bde-0b3a-4d22-98e9-4fa1f13a18e8 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource f2e3db85-c1a7-41bd-a72b-e352997df510 (type: security_group_rules) to 0 2026-09-07 11:29:38.293 6 WARNING neutron.services.revisions.revision_plugin [None req-c8574bde-0b3a-4d22-98e9-4fa1f13a18e8 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Could not find related network for resource to bump revision. 2026-09-07 11:29:38.317 6 INFO neutron.db.segments_db [None req-c8574bde-0b3a-4d22-98e9-4fa1f13a18e8 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Added segment 9ae28901-8c0d-4abb-802b-9bdb289f58bc of type flat for network 2d59b389-9aeb-4aa4-99ea-788ecad13b60 2026-09-07 11:29:38.457 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status down for port: provnet-9ae28901-8c0d-4abb-802b-9bdb289f58bc 2026-09-07 11:29:38.479 6 INFO neutron.db.ovn_revision_numbers_db [None req-c8574bde-0b3a-4d22-98e9-4fa1f13a18e8 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 2d59b389-9aeb-4aa4-99ea-788ecad13b60 (type: networks) to 1 2026-09-07 11:29:38.938 6 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c8574bde-0b3a-4d22-98e9-4fa1f13a18e8 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] No more DHCP agents 2026-09-07 11:29:38.940 6 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c8574bde-0b3a-4d22-98e9-4fa1f13a18e8 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Unable to schedule network 2d59b389-9aeb-4aa4-99ea-788ecad13b60: no agents available; will retry on subsequent port and subnet creation events. 2026-09-07 11:29:39.012 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-47bc46f8-a1c7-4dc9-95b7-2ae277b5e868 - - - - - -] OVN reports status down for port: 997f2c7f-0165-4ed2-825a-ea4a5663cdab 2026-09-07 11:29:39.092 6 INFO neutron.db.ovn_revision_numbers_db [None req-c8574bde-0b3a-4d22-98e9-4fa1f13a18e8 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 997f2c7f-0165-4ed2-825a-ea4a5663cdab (type: ports) to 1 [pid: 6|app: 0|req: 5/7] 162.253.55.19 () {48 vars in 964 bytes} [Mon Sep 7 11:29:37 2026] POST /v2.0/networks => generated 744 bytes in 1331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-07 11:29:39.177 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-47bc46f8-a1c7-4dc9-95b7-2ae277b5e868 - - - - - -] Starting OVNClientQosExtension 2026-09-07 11:29:39.178 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [None req-47bc46f8-a1c7-4dc9-95b7-2ae277b5e868 - - - - - -] Starting OVNClientPlacementExtension 2026-09-07 11:29:40.577 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f4890835-7f3a-45a9-85bb-b5de4dc1c006 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/8] 162.253.55.19 () {44 vars in 924 bytes} [Mon Sep 7 11:29:40 2026] GET /v2.0/networks/public => generated 108 bytes in 420 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 6/9] 162.253.55.19 () {44 vars in 946 bytes} [Mon Sep 7 11:29:40 2026] GET /v2.0/networks?name=public => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-07 11:29:40.709 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ca530999-c5cd-4f47-9756-41c25edf55ea f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 162.253.55.19 () {44 vars in 1031 bytes} [Mon Sep 7 11:29:40 2026] GET /v2.0/subnets/public-subnet?network_id=2d59b389-9aeb-4aa4-99ea-788ecad13b60 => generated 113 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 7/11] 162.253.55.19 () {44 vars in 1054 bytes} [Mon Sep 7 11:29:40 2026] GET /v2.0/subnets?name=public-subnet&network_id=2d59b389-9aeb-4aa4-99ea-788ecad13b60 => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-07 11:29:41.275 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5ee691e9-f573-4eaa-b5a2-f7d3252a3438 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] No more DHCP agents 2026-09-07 11:29:41.276 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5ee691e9-f573-4eaa-b5a2-f7d3252a3438 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Unable to schedule network 2d59b389-9aeb-4aa4-99ea-788ecad13b60: no agents available; will retry on subsequent port and subnet creation events. 2026-09-07 11:29:42.016 7 INFO neutron.db.ovn_revision_numbers_db [None req-e043de0b-9862-48db-8a8d-76af4ee93bfd - - - - - -] Successfully bumped revision number for resource 997f2c7f-0165-4ed2-825a-ea4a5663cdab (type: ports) to 2 2026-09-07 11:29:42.083 7 INFO neutron.db.ovn_revision_numbers_db [None req-e043de0b-9862-48db-8a8d-76af4ee93bfd - - - - - -] Successfully bumped revision number for resource b0229656-4b79-40fd-94d5-b3c187c24dc0 (type: subnets) to 0 [pid: 7|app: 0|req: 5/12] 162.253.55.19 () {48 vars in 962 bytes} [Mon Sep 7 11:29:40 2026] POST /v2.0/subnets => generated 664 bytes in 1347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-07 11:34:39.424 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3d92ffed-1bdb-430f-9716-3f8454ae25e4 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 25/51] 162.253.55.19 () {44 vars in 934 bytes} [Mon Sep 7 11:34:39 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 174 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 27/52] 162.253.55.19 () {44 vars in 956 bytes} [Mon Sep 7 11:34:39 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-07 11:34:39.577 7 INFO neutron.db.segments_db [None req-a25e6f12-1b81-409e-be6e-bf3792185eb0 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Added segment 5fb518cc-de3b-4a1a-b229-520cbb1cffec of type geneve for network 14c8d715-a64f-4c57-bcc8-d1a20010405e 2026-09-07 11:34:39.747 7 INFO neutron.db.ovn_revision_numbers_db [None req-a25e6f12-1b81-409e-be6e-bf3792185eb0 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 14c8d715-a64f-4c57-bcc8-d1a20010405e (type: networks) to 1 2026-09-07 11:34:39.965 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a25e6f12-1b81-409e-be6e-bf3792185eb0 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] No more DHCP agents 2026-09-07 11:34:39.966 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a25e6f12-1b81-409e-be6e-bf3792185eb0 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Unable to schedule network 14c8d715-a64f-4c57-bcc8-d1a20010405e: no agents available; will retry on subsequent port and subnet creation events. 2026-09-07 11:34:40.018 6 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status down for port: 10c99620-4fff-4507-a6e7-22ab049596b8 2026-09-07 11:34:40.065 7 INFO neutron.db.ovn_revision_numbers_db [None req-a25e6f12-1b81-409e-be6e-bf3792185eb0 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 10c99620-4fff-4507-a6e7-22ab049596b8 (type: ports) to 1 [pid: 7|app: 0|req: 26/53] 162.253.55.19 () {48 vars in 963 bytes} [Mon Sep 7 11:34:39 2026] POST /v2.0/networks => generated 748 bytes in 623 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-07 11:34:41.112 6 INFO neutron.pecan_wsgi.hooks.translation [None req-bd5d01b6-e26a-4faa-acb9-25b0f2c25b0c f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 28/54] 162.253.55.19 () {44 vars in 934 bytes} [Mon Sep 7 11:34:41 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/55] 162.253.55.19 () {44 vars in 956 bytes} [Mon Sep 7 11:34:41 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 738 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-07 11:34:41.214 6 INFO neutron.pecan_wsgi.hooks.translation [None req-305ee680-9345-44c4-b7ea-337a023d939c f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 29/56] 162.253.55.19 () {44 vars in 1033 bytes} [Mon Sep 7 11:34:41 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=14c8d715-a64f-4c57-bcc8-d1a20010405e => generated 114 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 28/57] 162.253.55.19 () {44 vars in 1056 bytes} [Mon Sep 7 11:34:41 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=14c8d715-a64f-4c57-bcc8-d1a20010405e => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-07 11:34:41.535 6 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-33d22758-91a2-4188-84c6-50a2f3181381 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] No more DHCP agents 2026-09-07 11:34:41.537 6 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-33d22758-91a2-4188-84c6-50a2f3181381 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Unable to schedule network 14c8d715-a64f-4c57-bcc8-d1a20010405e: no agents available; will retry on subsequent port and subnet creation events. 2026-09-07 11:34:42.029 6 INFO neutron.db.ovn_revision_numbers_db [None req-beac9b61-c567-4890-a78e-df8466a5ccd0 - - - - - -] Successfully bumped revision number for resource 10c99620-4fff-4507-a6e7-22ab049596b8 (type: ports) to 2 2026-09-07 11:34:42.072 6 INFO neutron.db.ovn_revision_numbers_db [None req-beac9b61-c567-4890-a78e-df8466a5ccd0 - - - - - -] Successfully bumped revision number for resource 572d025f-08e7-49cd-92ca-359ad883a5d7 (type: subnets) to 0 [pid: 6|app: 0|req: 30/58] 162.253.55.19 () {48 vars in 962 bytes} [Mon Sep 7 11:34:41 2026] POST /v2.0/subnets => generated 651 bytes in 841 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-07 11:34:43.298 7 INFO neutron.api.v2.resource [None req-b3816e0e-27bb-460a-802d-69578aaddfd8 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 29/59] 162.253.55.19 () {44 vars in 968 bytes} [Mon Sep 7 11:34:43 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 31/60] 162.253.55.19 () {44 vars in 990 bytes} [Mon Sep 7 11:34:43 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-07 11:34:43.572 7 INFO neutron.db.ovn_revision_numbers_db [None req-7d0d9ed2-d85f-403f-b9b7-0f3e6e831cfb f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 1b2e799d-4d22-424e-9494-71eb69ac80ae (type: security_groups) to 1 2026-09-07 11:34:43.591 7 INFO neutron.db.ovn_revision_numbers_db [None req-7d0d9ed2-d85f-403f-b9b7-0f3e6e831cfb f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 4c436224-6011-4b6d-accc-bd33fec9eaae (type: security_group_rules) to 0 2026-09-07 11:34:43.602 7 INFO neutron.db.ovn_revision_numbers_db [None req-7d0d9ed2-d85f-403f-b9b7-0f3e6e831cfb f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 97c2641a-97ad-46d8-b632-bb102e52f5f2 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 30/61] 162.253.55.19 () {48 vars in 977 bytes} [Mon Sep 7 11:34:43 2026] POST /v2.0/security-groups => generated 1616 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 32/62] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:34:44 2026] GET /v2.0/security-groups/1b2e799d-4d22-424e-9494-71eb69ac80ae => generated 1616 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/63] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:34:44 2026] GET /v2.0/security-groups/1b2e799d-4d22-424e-9494-71eb69ac80ae => generated 1616 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 33/64] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:34:44 2026] GET /v2.0/security-groups/1b2e799d-4d22-424e-9494-71eb69ac80ae => generated 1616 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-07 11:34:45.100 7 INFO neutron.db.ovn_revision_numbers_db [None req-1130a9c5-22a9-45f5-81a4-c917a1501b28 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource b66d27d1-76f8-4a3c-a607-8225d2c0e24c (type: security_group_rules) to 0 [pid: 7|app: 0|req: 32/65] 162.253.55.19 () {48 vars in 988 bytes} [Mon Sep 7 11:34:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 34/66] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:34:46 2026] GET /v2.0/security-groups/1b2e799d-4d22-424e-9494-71eb69ac80ae => generated 2230 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/67] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:34:46 2026] GET /v2.0/security-groups/1b2e799d-4d22-424e-9494-71eb69ac80ae => generated 2230 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 35/68] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:34:46 2026] GET /v2.0/security-groups/1b2e799d-4d22-424e-9494-71eb69ac80ae => generated 2230 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-07 11:34:46.430 7 INFO neutron.db.ovn_revision_numbers_db [None req-9f9b4963-fbbd-415f-ac93-86c4fcdd558a f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 39a7b90c-1592-42cf-84ae-d313152c35aa (type: security_group_rules) to 0 [pid: 7|app: 0|req: 34/69] 162.253.55.19 () {48 vars in 988 bytes} [Mon Sep 7 11:34:46 2026] POST /v2.0/security-group-rules => generated 603 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 36/70] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:34:47 2026] GET /v2.0/security-groups/1b2e799d-4d22-424e-9494-71eb69ac80ae => generated 2846 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/71] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:34:47 2026] GET /v2.0/security-groups/1b2e799d-4d22-424e-9494-71eb69ac80ae => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 37/72] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:34:47 2026] GET /v2.0/security-groups/1b2e799d-4d22-424e-9494-71eb69ac80ae => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-07 11:34:47.699 7 INFO neutron.db.ovn_revision_numbers_db [None req-ddb5bad8-b47e-4340-9abf-c975bb6bee66 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 4ff75fe5-2005-4816-bc67-31a73baea51d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 36/73] 162.253.55.19 () {48 vars in 988 bytes} [Mon Sep 7 11:34:47 2026] POST /v2.0/security-group-rules => generated 603 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 38/74] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:34:48 2026] GET /v2.0/security-groups/1b2e799d-4d22-424e-9494-71eb69ac80ae => generated 3462 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/75] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:34:48 2026] GET /v2.0/security-groups/1b2e799d-4d22-424e-9494-71eb69ac80ae => generated 3462 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 39/76] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:34:48 2026] GET /v2.0/security-groups/1b2e799d-4d22-424e-9494-71eb69ac80ae => generated 3462 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-07 11:34:48.974 7 INFO neutron.db.ovn_revision_numbers_db [None req-eac319b5-6411-4517-a541-fc162824cabd f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 39e8b5ac-18e9-491b-93f1-11873278b660 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 38/77] 162.253.55.19 () {48 vars in 988 bytes} [Mon Sep 7 11:34:48 2026] POST /v2.0/security-group-rules => generated 603 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 40/78] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:34:49 2026] GET /v2.0/security-groups/1b2e799d-4d22-424e-9494-71eb69ac80ae => generated 4078 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/79] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:34:49 2026] GET /v2.0/security-groups/1b2e799d-4d22-424e-9494-71eb69ac80ae => generated 4078 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 41/80] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:34:49 2026] GET /v2.0/security-groups/1b2e799d-4d22-424e-9494-71eb69ac80ae => generated 4078 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-07 11:34:50.227 7 INFO neutron.db.ovn_revision_numbers_db [None req-4e6f112f-8f93-4837-a8a7-34eb18956849 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 2cdc421c-297c-4a07-a208-f109fd6c65a0 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 40/81] 162.253.55.19 () {48 vars in 988 bytes} [Mon Sep 7 11:34:50 2026] POST /v2.0/security-group-rules => generated 603 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 42/82] 162.253.55.19 () {44 vars in 984 bytes} [Mon Sep 7 11:34:51 2026] GET /v2.0/networks/14c8d715-a64f-4c57-bcc8-d1a20010405e => generated 773 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-07 11:34:51.675 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7f64b926-97cd-473a-bad4-48d4aed92594 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 41/83] 162.253.55.19 () {44 vars in 1073 bytes} [Mon Sep 7 11:34:51 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=14c8d715-a64f-4c57-bcc8-d1a20010405e => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 43/84] 162.253.55.19 () {44 vars in 1096 bytes} [Mon Sep 7 11:34:51 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=14c8d715-a64f-4c57-bcc8-d1a20010405e => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/85] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:34:51 2026] GET /v2.0/security-groups/1b2e799d-4d22-424e-9494-71eb69ac80ae => generated 4694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-07 11:34:52.084 6 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-62c29f50-a572-4c4e-a902-ef3044655f05 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] No more DHCP agents 2026-09-07 11:34:52.085 6 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-62c29f50-a572-4c4e-a902-ef3044655f05 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Unable to schedule network 14c8d715-a64f-4c57-bcc8-d1a20010405e: no agents available; will retry on subsequent port and subnet creation events. 2026-09-07 11:34:52.218 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-47bc46f8-a1c7-4dc9-95b7-2ae277b5e868 - - - - - -] OVN reports status down for port: c189450c-ca42-4648-8f4f-a91f29460fa3 2026-09-07 11:34:52.256 6 INFO neutron.db.ovn_revision_numbers_db [None req-62c29f50-a572-4c4e-a902-ef3044655f05 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource c189450c-ca42-4648-8f4f-a91f29460fa3 (type: ports) to 1 [pid: 6|app: 0|req: 44/86] 162.253.55.19 () {48 vars in 958 bytes} [Mon Sep 7 11:34:51 2026] POST /v2.0/ports => generated 1096 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-07 11:35:00.095 6 INFO neutron.pecan_wsgi.hooks.translation [None req-1baa5cf7-5061-4880-b87a-a1e9a44b1e05 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 46/89] 162.253.55.19 () {44 vars in 976 bytes} [Mon Sep 7 11:35:00 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/90] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:35:00 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-07 11:35:00.879 6 INFO neutron.db.ovn_revision_numbers_db [None req-cd026c03-2c05-4374-b7bc-1de2ef13efe1 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource c189450c-ca42-4648-8f4f-a91f29460fa3 (type: ports) to 4 [pid: 6|app: 0|req: 47/91] 162.253.55.19 () {48 vars in 1028 bytes} [Mon Sep 7 11:35:00 2026] PUT /v2.0/ports/c189450c-ca42-4648-8f4f-a91f29460fa3 => generated 1214 bytes in 735 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/92] 162.253.55.19 () {44 vars in 917 bytes} [Mon Sep 7 11:35:02 2026] GET /v2.0/ports => generated 3331 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-07 11:35:03.669 6 INFO neutron.api.v2.resource [None req-988af2cb-d8a3-421d-bd90-b69d5d2b859a f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 48/93] 162.253.55.19 () {44 vars in 956 bytes} [Mon Sep 7 11:35:03 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/94] 162.253.55.19 () {44 vars in 978 bytes} [Mon Sep 7 11:35:03 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-07 11:35:03.823 6 INFO neutron.db.ovn_revision_numbers_db [None req-f0099d1b-6e7e-4a71-b6df-9c60008defe1 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 2581c5e0-98dd-4cbc-bc94-f0f3c06e5b92 (type: security_groups) to 1 2026-09-07 11:35:03.835 6 INFO neutron.db.ovn_revision_numbers_db [None req-f0099d1b-6e7e-4a71-b6df-9c60008defe1 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource c3fdf444-c5e6-4cd6-a290-97614326cc24 (type: security_group_rules) to 0 2026-09-07 11:35:03.852 6 INFO neutron.db.ovn_revision_numbers_db [None req-f0099d1b-6e7e-4a71-b6df-9c60008defe1 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource eeb6b62a-24fc-4128-aaf7-47c7fabc36ac (type: security_group_rules) to 0 [pid: 6|app: 0|req: 49/95] 162.253.55.19 () {48 vars in 977 bytes} [Mon Sep 7 11:35:03 2026] POST /v2.0/security-groups => generated 1610 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/96] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:35:04 2026] GET /v2.0/security-groups/2581c5e0-98dd-4cbc-bc94-f0f3c06e5b92 => generated 1610 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 50/97] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:35:04 2026] GET /v2.0/security-groups/2581c5e0-98dd-4cbc-bc94-f0f3c06e5b92 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/98] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:35:04 2026] GET /v2.0/security-groups/2581c5e0-98dd-4cbc-bc94-f0f3c06e5b92 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-07 11:35:05.131 6 INFO neutron.db.ovn_revision_numbers_db [None req-3733e34b-0bf7-4d7a-8c79-47495ef01143 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 6805fddb-d19c-4ac0-9316-275e8c03d1be (type: security_group_rules) to 0 [pid: 6|app: 0|req: 51/99] 162.253.55.19 () {48 vars in 988 bytes} [Mon Sep 7 11:35:05 2026] POST /v2.0/security-group-rules => generated 621 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/100] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:35:06 2026] GET /v2.0/security-groups/2581c5e0-98dd-4cbc-bc94-f0f3c06e5b92 => generated 2244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 52/101] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:35:06 2026] GET /v2.0/security-groups/2581c5e0-98dd-4cbc-bc94-f0f3c06e5b92 => generated 2244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/102] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:35:06 2026] GET /v2.0/security-groups/2581c5e0-98dd-4cbc-bc94-f0f3c06e5b92 => generated 2244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-07 11:35:06.306 6 INFO neutron.db.ovn_revision_numbers_db [None req-f77772f7-65cf-4040-8daf-33d3dafef725 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 6dac22a9-ac5b-4990-849a-bbd1598a4f77 (type: security_group_rules) to 0 [pid: 6|app: 0|req: 53/103] 162.253.55.19 () {48 vars in 988 bytes} [Mon Sep 7 11:35:06 2026] POST /v2.0/security-group-rules => generated 625 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/114] 162.253.55.19 () {44 vars in 972 bytes} [Mon Sep 7 11:36:11 2026] GET /v2.0/quotas/d5ce42919e794f5b8f94675b4a3eaa1e => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 59/115] 162.253.55.19 () {48 vars in 1024 bytes} [Mon Sep 7 11:36:12 2026] PUT /v2.0/quotas/d5ce42919e794f5b8f94675b4a3eaa1e => generated 291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-07 11:38:33.301 6 INFO neutron.pecan_wsgi.hooks.translation [None req-d268b899-ace7-4f40-9e78-66c8de96a7f4 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 69/134] 162.253.55.19 () {30 vars in 740 bytes} [Mon Sep 7 11:38:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 140 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: 66/135] 162.253.55.19 () {30 vars in 762 bytes} [Mon Sep 7 11:38:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1217 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-07 11:38:35.229 6 INFO neutron.pecan_wsgi.hooks.translation [None req-027fc3e3-4967-46b5-9f56-c7fc9f02e923 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 70/136] 162.253.55.19 () {30 vars in 740 bytes} [Mon Sep 7 11:38:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 70 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/137] 162.253.55.19 () {30 vars in 762 bytes} [Mon Sep 7 11:38:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1217 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-07 11:38:36.274 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-47bc46f8-a1c7-4dc9-95b7-2ae277b5e868 - - - - - -] OVN reports status up for port: c189450c-ca42-4648-8f4f-a91f29460fa3 2026-09-07 11:38:36.304 7 INFO neutron.plugins.ml2.plugin [None req-47bc46f8-a1c7-4dc9-95b7-2ae277b5e868 - - - - - -] Attempt 1 to provision port c189450c-ca42-4648-8f4f-a91f29460fa3 2026-09-07 11:38:36.571 7 INFO neutron.db.ovn_revision_numbers_db [None req-47bc46f8-a1c7-4dc9-95b7-2ae277b5e868 - - - - - -] Successfully bumped revision number for resource c189450c-ca42-4648-8f4f-a91f29460fa3 (type: ports) to 5 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-07 11:44:43.084 7 INFO neutron.api.v2.resource [None req-4f6ac194-bef1-4a71-897b-9003b1695880 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 93/188] 162.253.55.19 () {44 vars in 1071 bytes} [Mon Sep 7 11:44:42 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=6fb5da023ad846ed94c406d9a4dd8b9a => generated 139 bytes in 175 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-07 11:44:43.257 6 INFO neutron.db.ovn_revision_numbers_db [None req-90828600-84a3-4010-ac32-6554dac87440 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 24360472-499f-42b5-aefe-62d190e473f5 (type: security_groups) to 1 2026-09-07 11:44:43.270 6 INFO neutron.db.ovn_revision_numbers_db [None req-90828600-84a3-4010-ac32-6554dac87440 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 3d7355fa-8839-45d4-92d3-19b6ec426c4f (type: security_group_rules) to 0 2026-09-07 11:44:43.284 6 INFO neutron.db.ovn_revision_numbers_db [None req-90828600-84a3-4010-ac32-6554dac87440 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 7ce99213-50c4-48cb-bc13-1f28ab139919 (type: security_group_rules) to 0 2026-09-07 11:44:43.301 6 INFO neutron.db.ovn_revision_numbers_db [None req-90828600-84a3-4010-ac32-6554dac87440 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 803acbd0-1ca5-4b08-b01e-0c471483c3b9 (type: security_group_rules) to 0 2026-09-07 11:44:43.318 6 INFO neutron.db.ovn_revision_numbers_db [None req-90828600-84a3-4010-ac32-6554dac87440 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 86251445-b419-4a60-a6cc-7be4b3ac57c4 (type: security_group_rules) to 0 [pid: 6|app: 0|req: 96/189] 162.253.55.19 () {44 vars in 1094 bytes} [Mon Sep 7 11:44:43 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=6fb5da023ad846ed94c406d9a4dd8b9a => generated 23 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-07 11:44:43.632 7 INFO neutron.db.ovn_revision_numbers_db [None req-d3dc6770-bd20-4b47-bbe2-5051ada0a623 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 76951293-18e3-4815-b01d-d68ac73ce820 (type: security_groups) to 1 2026-09-07 11:44:43.644 7 INFO neutron.db.ovn_revision_numbers_db [None req-d3dc6770-bd20-4b47-bbe2-5051ada0a623 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 01be060d-bf6a-4ef1-89b3-b446850721ca (type: security_group_rules) to 0 2026-09-07 11:44:43.655 7 INFO neutron.db.ovn_revision_numbers_db [None req-d3dc6770-bd20-4b47-bbe2-5051ada0a623 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource dc3e08bb-74aa-43f6-8369-3db66829063b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 94/190] 162.253.55.19 () {48 vars in 978 bytes} [Mon Sep 7 11:44:43 2026] POST /v2.0/security-groups => generated 1624 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 97/191] 162.253.55.19 () {44 vars in 1085 bytes} [Mon Sep 7 11:44:44 2026] GET /v2.0/security-groups/76951293-18e3-4815-b01d-d68ac73ce820?project_id=6fb5da023ad846ed94c406d9a4dd8b9a => generated 1624 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 95/192] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:44:44 2026] GET /v2.0/security-groups/76951293-18e3-4815-b01d-d68ac73ce820 => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 98/193] 162.253.55.19 () {44 vars in 1085 bytes} [Mon Sep 7 11:44:44 2026] GET /v2.0/security-groups/76951293-18e3-4815-b01d-d68ac73ce820?project_id=6fb5da023ad846ed94c406d9a4dd8b9a => generated 1624 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-07 11:44:45.169 7 INFO neutron.db.ovn_revision_numbers_db [None req-ce302f63-a97c-44c9-9f8f-fedbbcc53bbe f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource f5b622d5-d7aa-4c30-8cb7-f15d4787314b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 96/194] 162.253.55.19 () {48 vars in 988 bytes} [Mon Sep 7 11:44:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 99/195] 162.253.55.19 () {44 vars in 1085 bytes} [Mon Sep 7 11:44:46 2026] GET /v2.0/security-groups/76951293-18e3-4815-b01d-d68ac73ce820?project_id=6fb5da023ad846ed94c406d9a4dd8b9a => generated 2234 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 97/196] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:44:46 2026] GET /v2.0/security-groups/76951293-18e3-4815-b01d-d68ac73ce820 => generated 2234 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 100/197] 162.253.55.19 () {44 vars in 1085 bytes} [Mon Sep 7 11:44:46 2026] GET /v2.0/security-groups/76951293-18e3-4815-b01d-d68ac73ce820?project_id=6fb5da023ad846ed94c406d9a4dd8b9a => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-07 11:44:46.656 7 INFO neutron.db.ovn_revision_numbers_db [None req-6340b2d4-1f9d-4a6c-9fd3-14ab0fff1034 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 80ebabfb-55e1-48e7-a52d-fd604d1748d2 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 98/198] 162.253.55.19 () {48 vars in 988 bytes} [Mon Sep 7 11:44:46 2026] POST /v2.0/security-group-rules => generated 599 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 101/199] 162.253.55.19 () {44 vars in 1085 bytes} [Mon Sep 7 11:44:47 2026] GET /v2.0/security-groups/76951293-18e3-4815-b01d-d68ac73ce820?project_id=6fb5da023ad846ed94c406d9a4dd8b9a => generated 2846 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/200] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:44:47 2026] GET /v2.0/security-groups/76951293-18e3-4815-b01d-d68ac73ce820 => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 102/201] 162.253.55.19 () {44 vars in 1085 bytes} [Mon Sep 7 11:44:47 2026] GET /v2.0/security-groups/76951293-18e3-4815-b01d-d68ac73ce820?project_id=6fb5da023ad846ed94c406d9a4dd8b9a => generated 2846 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-07 11:44:47.997 7 INFO neutron.db.ovn_revision_numbers_db [None req-075d8517-fbed-408d-b40c-4b35da889fdc f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 6f144859-bb8c-4ad4-9d36-e7cd13fda8f4 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 100/202] 162.253.55.19 () {48 vars in 988 bytes} [Mon Sep 7 11:44:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 103/203] 162.253.55.19 () {44 vars in 1085 bytes} [Mon Sep 7 11:44:49 2026] GET /v2.0/security-groups/76951293-18e3-4815-b01d-d68ac73ce820?project_id=6fb5da023ad846ed94c406d9a4dd8b9a => generated 3460 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/204] 162.253.55.19 () {44 vars in 998 bytes} [Mon Sep 7 11:44:49 2026] GET /v2.0/security-groups/76951293-18e3-4815-b01d-d68ac73ce820 => generated 3460 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 104/205] 162.253.55.19 () {44 vars in 1085 bytes} [Mon Sep 7 11:44:49 2026] GET /v2.0/security-groups/76951293-18e3-4815-b01d-d68ac73ce820?project_id=6fb5da023ad846ed94c406d9a4dd8b9a => generated 3460 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-07 11:44:49.550 7 INFO neutron.db.ovn_revision_numbers_db [None req-0e97d877-cd03-418c-af19-9cd429f68388 f8810a13e83348cd87368ecf1fdb7e3e d5ce42919e794f5b8f94675b4a3eaa1e - - default default] Successfully bumped revision number for resource 4524572b-ad79-464e-a20c-33efb1ef376a (type: security_group_rules) to 0 [pid: 7|app: 0|req: 102/206] 162.253.55.19 () {48 vars in 988 bytes} [Mon Sep 7 11:44:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 113/227] 162.253.55.19 () {30 vars in 739 bytes} [Mon Sep 7 11:47:13 2026] GET /v2.0/networks?tenant_id=6fb5da023ad846ed94c406d9a4dd8b9a&shared=False => generated 15 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-07 11:47:14.128 6 INFO neutron.db.segments_db [None req-0240dc3f-07c8-400a-922c-a0a0c47bc393 4818143315b04ccd88e44cc09c5fce00 6fb5da023ad846ed94c406d9a4dd8b9a - - 9dfdfeefd7d5403284d8be9c7ce13f4b 9dfdfeefd7d5403284d8be9c7ce13f4b] Added segment 5713957d-206b-47b8-a879-2222f9f291aa of type geneve for network 89c326f3-6bbe-492a-9c3c-9ea613460673 2026-09-07 11:47:14.306 6 INFO neutron.db.ovn_revision_numbers_db [None req-0240dc3f-07c8-400a-922c-a0a0c47bc393 4818143315b04ccd88e44cc09c5fce00 6fb5da023ad846ed94c406d9a4dd8b9a - - 9dfdfeefd7d5403284d8be9c7ce13f4b 9dfdfeefd7d5403284d8be9c7ce13f4b] Successfully bumped revision number for resource 89c326f3-6bbe-492a-9c3c-9ea613460673 (type: networks) to 1 2026-09-07 11:47:14.460 6 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0240dc3f-07c8-400a-922c-a0a0c47bc393 4818143315b04ccd88e44cc09c5fce00 6fb5da023ad846ed94c406d9a4dd8b9a - - 9dfdfeefd7d5403284d8be9c7ce13f4b 9dfdfeefd7d5403284d8be9c7ce13f4b] No more DHCP agents 2026-09-07 11:47:14.462 6 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0240dc3f-07c8-400a-922c-a0a0c47bc393 4818143315b04ccd88e44cc09c5fce00 6fb5da023ad846ed94c406d9a4dd8b9a - - 9dfdfeefd7d5403284d8be9c7ce13f4b 9dfdfeefd7d5403284d8be9c7ce13f4b] Unable to schedule network 89c326f3-6bbe-492a-9c3c-9ea613460673: no agents available; will retry on subsequent port and subnet creation events. 2026-09-07 11:47:14.528 6 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-90e0cf11-1a61-4176-a13a-f670b1091517 - - - - - -] OVN reports status down for port: 9a6000ba-f3a9-415a-b07c-ca26f832b06b 2026-09-07 11:47:14.591 6 INFO neutron.db.ovn_revision_numbers_db [None req-0240dc3f-07c8-400a-922c-a0a0c47bc393 4818143315b04ccd88e44cc09c5fce00 6fb5da023ad846ed94c406d9a4dd8b9a - - 9dfdfeefd7d5403284d8be9c7ce13f4b 9dfdfeefd7d5403284d8be9c7ce13f4b] Successfully bumped revision number for resource 9a6000ba-f3a9-415a-b07c-ca26f832b06b (type: ports) to 1 [pid: 6|app: 0|req: 115/228] 162.253.55.19 () {34 vars in 681 bytes} [Mon Sep 7 11:47:13 2026] POST /v2.0/networks => generated 758 bytes in 657 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/229] 162.253.55.19 () {30 vars in 721 bytes} [Mon Sep 7 11:47:14 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 116/230] 162.253.55.19 () {30 vars in 632 bytes} [Mon Sep 7 11:47:14 2026] GET /v2.0/extensions => generated 20541 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-09-07 11:47:14.901 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c9048187-2c72-47c7-8270-67536036b645 4818143315b04ccd88e44cc09c5fce00 6fb5da023ad846ed94c406d9a4dd8b9a - - 9dfdfeefd7d5403284d8be9c7ce13f4b 9dfdfeefd7d5403284d8be9c7ce13f4b] No more DHCP agents 2026-09-07 11:47:14.902 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c9048187-2c72-47c7-8270-67536036b645 4818143315b04ccd88e44cc09c5fce00 6fb5da023ad846ed94c406d9a4dd8b9a - - 9dfdfeefd7d5403284d8be9c7ce13f4b 9dfdfeefd7d5403284d8be9c7ce13f4b] Unable to schedule network 89c326f3-6bbe-492a-9c3c-9ea613460673: no agents available; will retry on subsequent port and subnet creation events. 2026-09-07 11:47:14.941 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8fa28c42-a328-4ca9-9448-fdb30dd6f1e0 - - - - - -] OVN reports status down for port: 12a1de0b-fd97-4c43-8922-4b6d868ff5b5 2026-09-07 11:47:14.991 7 INFO neutron.db.ovn_revision_numbers_db [None req-c9048187-2c72-47c7-8270-67536036b645 4818143315b04ccd88e44cc09c5fce00 6fb5da023ad846ed94c406d9a4dd8b9a - - 9dfdfeefd7d5403284d8be9c7ce13f4b 9dfdfeefd7d5403284d8be9c7ce13f4b] Successfully bumped revision number for resource 12a1de0b-fd97-4c43-8922-4b6d868ff5b5 (type: ports) to 1 2026-09-07 11:47:15.225 7 INFO neutron.db.ovn_revision_numbers_db [None req-c9048187-2c72-47c7-8270-67536036b645 4818143315b04ccd88e44cc09c5fce00 6fb5da023ad846ed94c406d9a4dd8b9a - - 9dfdfeefd7d5403284d8be9c7ce13f4b 9dfdfeefd7d5403284d8be9c7ce13f4b] Successfully bumped revision number for resource 12a1de0b-fd97-4c43-8922-4b6d868ff5b5 (type: ports) to 3 [pid: 7|app: 0|req: 115/231] 162.253.55.19 () {34 vars in 676 bytes} [Mon Sep 7 11:47:14 2026] POST /v2.0/ports => generated 968 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 117/232] 162.253.55.19 () {30 vars in 702 bytes} [Mon Sep 7 11:47:15 2026] GET /v2.0/networks/89c326f3-6bbe-492a-9c3c-9ea613460673 => generated 745 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-07 11:47:16.064 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8fa28c42-a328-4ca9-9448-fdb30dd6f1e0 - - - - - -] OVN reports status up for port: 12a1de0b-fd97-4c43-8922-4b6d868ff5b5 2026-09-07 11:47:16.075 7 INFO neutron.plugins.ml2.plugin [None req-8fa28c42-a328-4ca9-9448-fdb30dd6f1e0 - - - - - -] Attempt 1 to provision port 12a1de0b-fd97-4c43-8922-4b6d868ff5b5 2026-09-07 11:47:16.302 7 INFO neutron.db.ovn_revision_numbers_db [None req-8fa28c42-a328-4ca9-9448-fdb30dd6f1e0 - - - - - -] Successfully bumped revision number for resource 12a1de0b-fd97-4c43-8922-4b6d868ff5b5 (type: ports) to 4 [pid: 7|app: 0|req: 116/233] 162.253.55.19 () {30 vars in 721 bytes} [Mon Sep 7 11:47:17 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 118/234] 162.253.55.19 () {30 vars in 702 bytes} [Mon Sep 7 11:47:17 2026] GET /v2.0/networks/89c326f3-6bbe-492a-9c3c-9ea613460673 => generated 745 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/237] 162.253.55.19 () {44 vars in 972 bytes} [Mon Sep 7 11:47:35 2026] GET /v2.0/quotas/6fb5da023ad846ed94c406d9a4dd8b9a => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 120/238] 162.253.55.19 () {48 vars in 1024 bytes} [Mon Sep 7 11:47:36 2026] PUT /v2.0/quotas/6fb5da023ad846ed94c406d9a4dd8b9a => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/251] 10.0.0.43 () {28 vars in 580 bytes} [Mon Sep 7 11:48:55 2026] GET /v2.0/agents => generated 1214 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 127/252] 10.0.0.43 () {28 vars in 578 bytes} [Mon Sep 7 11:48:55 2026] GET /v2.0/ports => generated 5171 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/253] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:48:55 2026] GET /v2.0/routers => generated 15 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 128/254] 10.0.0.43 () {28 vars in 623 bytes} [Mon Sep 7 11:48:56 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/255] 10.0.0.43 () {28 vars in 584 bytes} [Mon Sep 7 11:48:56 2026] GET /v2.0/networks => generated 2287 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 129/256] 10.0.0.43 () {28 vars in 618 bytes} [Mon Sep 7 11:48:56 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/257] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:48:56 2026] GET /v2.0/subnets => generated 1308 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 130/258] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:48:56 2026] GET /v2.0/subnets => generated 1308 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/259] 10.0.0.43 () {28 vars in 590 bytes} [Mon Sep 7 11:48:56 2026] GET /v2.0/subnetpools => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 131/260] 10.0.0.43 () {28 vars in 590 bytes} [Mon Sep 7 11:48:56 2026] GET /v2.0/floatingips => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/261] 10.0.0.43 () {28 vars in 598 bytes} [Mon Sep 7 11:48:56 2026] GET /v2.0/security-groups => generated 17397 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/270] 10.0.0.43 () {28 vars in 584 bytes} [Mon Sep 7 11:49:55 2026] GET /v2.0/networks => generated 2287 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 136/271] 10.0.0.43 () {28 vars in 598 bytes} [Mon Sep 7 11:49:55 2026] GET /v2.0/security-groups => generated 17397 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/272] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:49:55 2026] GET /v2.0/routers => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 137/273] 10.0.0.43 () {28 vars in 623 bytes} [Mon Sep 7 11:49:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/274] 10.0.0.43 () {28 vars in 618 bytes} [Mon Sep 7 11:49:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 138/275] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:49:55 2026] GET /v2.0/subnets => generated 1308 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/276] 10.0.0.43 () {28 vars in 578 bytes} [Mon Sep 7 11:49:56 2026] GET /v2.0/ports => generated 5171 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 139/277] 10.0.0.43 () {28 vars in 580 bytes} [Mon Sep 7 11:49:56 2026] GET /v2.0/agents => generated 1214 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/278] 10.0.0.43 () {28 vars in 590 bytes} [Mon Sep 7 11:49:56 2026] GET /v2.0/floatingips => generated 19 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 140/279] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:49:56 2026] GET /v2.0/subnets => generated 1308 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/280] 10.0.0.43 () {28 vars in 590 bytes} [Mon Sep 7 11:49:56 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 145/289] 10.0.0.43 () {28 vars in 580 bytes} [Mon Sep 7 11:50:55 2026] GET /v2.0/agents => generated 1214 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/290] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:50:55 2026] GET /v2.0/subnets => generated 1308 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 146/291] 10.0.0.43 () {28 vars in 590 bytes} [Mon Sep 7 11:50:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/292] 10.0.0.43 () {28 vars in 584 bytes} [Mon Sep 7 11:50:55 2026] GET /v2.0/networks => generated 2287 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 147/293] 10.0.0.43 () {28 vars in 598 bytes} [Mon Sep 7 11:50:55 2026] GET /v2.0/security-groups => generated 17397 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/294] 10.0.0.43 () {28 vars in 578 bytes} [Mon Sep 7 11:50:56 2026] GET /v2.0/ports => generated 5171 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 148/295] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:50:56 2026] GET /v2.0/routers => generated 15 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/296] 10.0.0.43 () {28 vars in 623 bytes} [Mon Sep 7 11:50:56 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 149/297] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:50:56 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 149/298] 10.0.0.43 () {28 vars in 618 bytes} [Mon Sep 7 11:50:56 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 150/299] 10.0.0.43 () {28 vars in 590 bytes} [Mon Sep 7 11:50:56 2026] GET /v2.0/floatingips => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 155/308] 10.0.0.43 () {28 vars in 584 bytes} [Mon Sep 7 11:51:55 2026] GET /v2.0/networks => generated 2287 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/309] 10.0.0.43 () {28 vars in 578 bytes} [Mon Sep 7 11:51:55 2026] GET /v2.0/ports => generated 5171 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 156/310] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:51:55 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/311] 10.0.0.43 () {28 vars in 590 bytes} [Mon Sep 7 11:51:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 157/312] 10.0.0.43 () {28 vars in 598 bytes} [Mon Sep 7 11:51:55 2026] GET /v2.0/security-groups => generated 17397 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/313] 10.0.0.43 () {28 vars in 618 bytes} [Mon Sep 7 11:51:56 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 158/314] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:51:56 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/315] 10.0.0.43 () {28 vars in 623 bytes} [Mon Sep 7 11:51:56 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 159/316] 10.0.0.43 () {28 vars in 580 bytes} [Mon Sep 7 11:51:56 2026] GET /v2.0/agents => generated 1214 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 158/317] 10.0.0.43 () {28 vars in 590 bytes} [Mon Sep 7 11:51:56 2026] GET /v2.0/floatingips => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 160/318] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:51:56 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/327] 10.0.0.43 () {28 vars in 590 bytes} [Mon Sep 7 11:52:55 2026] GET /v2.0/floatingips => generated 19 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 165/328] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:52:55 2026] GET /v2.0/subnets => generated 1308 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/329] 10.0.0.43 () {28 vars in 590 bytes} [Mon Sep 7 11:52:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 166/330] 10.0.0.43 () {28 vars in 584 bytes} [Mon Sep 7 11:52:55 2026] GET /v2.0/networks => generated 2287 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/331] 10.0.0.43 () {28 vars in 580 bytes} [Mon Sep 7 11:52:55 2026] GET /v2.0/agents => generated 1214 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 167/332] 10.0.0.43 () {28 vars in 618 bytes} [Mon Sep 7 11:52:56 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/333] 10.0.0.43 () {28 vars in 598 bytes} [Mon Sep 7 11:52:56 2026] GET /v2.0/security-groups => generated 17397 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 168/334] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:52:56 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/335] 10.0.0.43 () {28 vars in 578 bytes} [Mon Sep 7 11:52:56 2026] GET /v2.0/ports => generated 5171 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 169/336] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:52:56 2026] GET /v2.0/routers => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/337] 10.0.0.43 () {28 vars in 623 bytes} [Mon Sep 7 11:52:56 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 174/346] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:53:55 2026] GET /v2.0/subnets => generated 1308 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/347] 10.0.0.43 () {28 vars in 590 bytes} [Mon Sep 7 11:53:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 175/348] 10.0.0.43 () {28 vars in 584 bytes} [Mon Sep 7 11:53:55 2026] GET /v2.0/networks => generated 2287 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/349] 10.0.0.43 () {28 vars in 578 bytes} [Mon Sep 7 11:53:55 2026] GET /v2.0/ports => generated 5171 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 176/350] 10.0.0.43 () {28 vars in 598 bytes} [Mon Sep 7 11:53:55 2026] GET /v2.0/security-groups => generated 17397 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/351] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:53:56 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 177/352] 10.0.0.43 () {28 vars in 623 bytes} [Mon Sep 7 11:53:56 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/353] 10.0.0.43 () {28 vars in 618 bytes} [Mon Sep 7 11:53:56 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 178/354] 10.0.0.43 () {28 vars in 590 bytes} [Mon Sep 7 11:53:56 2026] GET /v2.0/floatingips => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/355] 10.0.0.43 () {28 vars in 580 bytes} [Mon Sep 7 11:53:56 2026] GET /v2.0/agents => generated 1214 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 179/356] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:53:56 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 184/365] 10.0.0.43 () {28 vars in 590 bytes} [Mon Sep 7 11:54:55 2026] GET /v2.0/floatingips => generated 19 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/366] 10.0.0.43 () {28 vars in 584 bytes} [Mon Sep 7 11:54:55 2026] GET /v2.0/networks => generated 2287 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 185/367] 10.0.0.43 () {28 vars in 598 bytes} [Mon Sep 7 11:54:56 2026] GET /v2.0/security-groups => generated 17397 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/368] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:54:56 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 186/369] 10.0.0.43 () {28 vars in 590 bytes} [Mon Sep 7 11:54:56 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/370] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:54:56 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 187/371] 10.0.0.43 () {28 vars in 623 bytes} [Mon Sep 7 11:54:56 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/372] 10.0.0.43 () {28 vars in 580 bytes} [Mon Sep 7 11:54:56 2026] GET /v2.0/agents => generated 1214 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 188/373] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:54:56 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/374] 10.0.0.43 () {28 vars in 578 bytes} [Mon Sep 7 11:54:56 2026] GET /v2.0/ports => generated 5171 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 189/375] 10.0.0.43 () {28 vars in 618 bytes} [Mon Sep 7 11:54:56 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/384] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:55:55 2026] GET /v2.0/routers => generated 15 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 194/385] 10.0.0.43 () {28 vars in 623 bytes} [Mon Sep 7 11:55:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/386] 10.0.0.43 () {28 vars in 584 bytes} [Mon Sep 7 11:55:55 2026] GET /v2.0/networks => generated 2287 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 195/387] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:55:56 2026] GET /v2.0/subnets => generated 1308 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/388] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:55:56 2026] GET /v2.0/subnets => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 196/389] 10.0.0.43 () {28 vars in 590 bytes} [Mon Sep 7 11:55:56 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/390] 10.0.0.43 () {28 vars in 598 bytes} [Mon Sep 7 11:55:56 2026] GET /v2.0/security-groups => generated 17397 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 197/391] 10.0.0.43 () {28 vars in 590 bytes} [Mon Sep 7 11:55:56 2026] GET /v2.0/floatingips => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/392] 10.0.0.43 () {28 vars in 580 bytes} [Mon Sep 7 11:55:56 2026] GET /v2.0/agents => generated 1214 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 198/393] 10.0.0.43 () {28 vars in 618 bytes} [Mon Sep 7 11:55:56 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/394] 10.0.0.43 () {28 vars in 578 bytes} [Mon Sep 7 11:55:56 2026] GET /v2.0/ports => generated 5171 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 203/403] 10.0.0.43 () {28 vars in 590 bytes} [Mon Sep 7 11:56:55 2026] GET /v2.0/floatingips => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/404] 10.0.0.43 () {28 vars in 578 bytes} [Mon Sep 7 11:56:55 2026] GET /v2.0/ports => generated 5171 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 204/405] 10.0.0.43 () {28 vars in 598 bytes} [Mon Sep 7 11:56:55 2026] GET /v2.0/security-groups => generated 17397 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/406] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:56:55 2026] GET /v2.0/subnets => generated 1308 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 205/407] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:56:56 2026] GET /v2.0/routers => generated 15 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/408] 10.0.0.43 () {28 vars in 623 bytes} [Mon Sep 7 11:56:56 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 206/409] 10.0.0.43 () {28 vars in 582 bytes} [Mon Sep 7 11:56:56 2026] GET /v2.0/subnets => generated 1308 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/410] 10.0.0.43 () {28 vars in 590 bytes} [Mon Sep 7 11:56:56 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 207/411] 10.0.0.43 () {28 vars in 584 bytes} [Mon Sep 7 11:56:56 2026] GET /v2.0/networks => generated 2287 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/412] 10.0.0.43 () {28 vars in 580 bytes} [Mon Sep 7 11:56:56 2026] GET /v2.0/agents => generated 1214 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 208/413] 10.0.0.43 () {28 vars in 618 bytes} [Mon Sep 7 11:56:56 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)