+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /tmp/pod-shared/ovn.ini' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/neutron_ovn_vpn_agent.ini' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/ovn.ini --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/neutron_ovn_vpn_agent.ini --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu May 28 01:19:50 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-86c7cb8684-vhbhx machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f78a54fd668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-05-28 01:19:54.813 8 INFO neutron.common.config [-] Logging enabled! 2026-05-28 01:19:54.813 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-28 01:19:55.036 7 INFO neutron.common.config [-] Logging enabled! 2026-05-28 01:19:55.037 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-28 01:19:55.825 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-28 01:19:56.200 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-28 01:19:57.290 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-05-28 01:19:57.293 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-28 01:19:57.297 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-28 01:19:57.297 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-05-28 01:19:57.297 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-05-28 01:19:57.297 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['geneve'] 2026-05-28 01:19:57.297 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 01:19:57.305 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 01:19:57.305 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 01:19:57.305 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-05-28 01:19:57.519 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-05-28 01:19:57.520 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-05-28 01:19:57.520 8 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-05-28 01:19:57.548 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-28 01:19:57.549 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-28 01:19:57.549 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-05-28 01:19:57.549 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-05-28 01:19:57.928 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-05-28 01:19:57.931 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-28 01:19:57.935 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-28 01:19:57.935 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-05-28 01:19:57.935 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-05-28 01:19:57.935 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['geneve'] 2026-05-28 01:19:57.935 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 01:19:57.943 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 01:19:57.943 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 01:19:57.943 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-05-28 01:19:58.167 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-05-28 01:19:58.167 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-05-28 01:19:58.167 7 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-05-28 01:19:58.197 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-28 01:19:58.198 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-28 01:19:58.198 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-05-28 01:19:58.198 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-05-28 01:19:59.977 8 INFO neutron.plugins.ml2.managers [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Initializing driver for type 'vlan' 2026-05-28 01:20:00.016 7 INFO neutron.plugins.ml2.managers [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Initializing driver for type 'vlan' 2026-05-28 01:20:00.367 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] VlanTypeDriver initialization complete 2026-05-28 01:20:00.367 7 INFO neutron.plugins.ml2.managers [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-28 01:20:00.367 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-28 01:20:00.367 7 INFO neutron.plugins.ml2.managers [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Initializing extension driver 'port_security' 2026-05-28 01:20:00.367 7 INFO neutron.plugins.ml2.extensions.port_security [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-28 01:20:00.368 7 INFO neutron.plugins.ml2.managers [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Initializing extension driver 'qos' 2026-05-28 01:20:00.368 7 INFO neutron.plugins.ml2.managers [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Initializing mechanism driver 'ovn' 2026-05-28 01:20:00.368 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Starting OVNMechanismDriver 2026-05-28 01:20:00.371 7 INFO neutron.services.logapi.drivers.ovn.driver [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] OVN logging driver registered 2026-05-28 01:20:00.379 7 INFO neutron.quota [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded quota_driver: . 2026-05-28 01:20:00.380 7 INFO neutron.plugins.ml2.plugin [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Modular L2 Plugin initialization complete 2026-05-28 01:20:00.380 7 INFO neutron.plugins.ml2.managers [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-28 01:20:00.380 7 INFO neutron.plugins.ml2.managers [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-28 01:20:00.380 7 INFO neutron.plugins.ml2.managers [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-28 01:20:00.381 7 INFO neutron.manager [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loading Plugin: qos 2026-05-28 01:20:00.393 7 INFO neutron.manager [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loading Plugin: ovn-router 2026-05-28 01:20:00.426 7 INFO neutron.services.ovn_l3.plugin [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Starting OVNL3RouterPlugin 2026-05-28 01:20:00.431 7 INFO neutron.manager [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loading Plugin: segments 2026-05-28 01:20:00.484 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] VlanTypeDriver initialization complete 2026-05-28 01:20:00.484 8 INFO neutron.plugins.ml2.managers [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-28 01:20:00.484 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-28 01:20:00.485 8 INFO neutron.plugins.ml2.managers [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Initializing extension driver 'port_security' 2026-05-28 01:20:00.485 8 INFO neutron.plugins.ml2.extensions.port_security [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-28 01:20:00.485 8 INFO neutron.plugins.ml2.managers [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Initializing extension driver 'qos' 2026-05-28 01:20:00.485 8 INFO neutron.plugins.ml2.managers [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Initializing mechanism driver 'ovn' 2026-05-28 01:20:00.485 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Starting OVNMechanismDriver 2026-05-28 01:20:00.488 8 INFO neutron.services.logapi.drivers.ovn.driver [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] OVN logging driver registered 2026-05-28 01:20:00.494 8 INFO neutron.quota [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded quota_driver: . 2026-05-28 01:20:00.495 8 INFO neutron.plugins.ml2.plugin [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Modular L2 Plugin initialization complete 2026-05-28 01:20:00.495 8 INFO neutron.plugins.ml2.managers [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-28 01:20:00.495 8 INFO neutron.plugins.ml2.managers [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-28 01:20:00.495 8 INFO neutron.plugins.ml2.managers [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Got port-security extension from driver 'port_security' 2026-05-28 01:20:00.495 8 INFO neutron.manager [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loading Plugin: qos 2026-05-28 01:20:00.508 8 INFO neutron.manager [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loading Plugin: ovn-router 2026-05-28 01:20:00.529 7 INFO neutron.manager [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loading Plugin: trunk 2026-05-28 01:20:00.539 8 INFO neutron.services.ovn_l3.plugin [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Starting OVNL3RouterPlugin 2026-05-28 01:20:00.541 7 INFO neutron.manager [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loading Plugin: log 2026-05-28 01:20:00.543 7 INFO neutron.manager [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loading Plugin: ovn-vpnaas 2026-05-28 01:20:00.544 8 INFO neutron.manager [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loading Plugin: segments 2026-05-28 01:20:00.599 7 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-05-28 01:20:00.599 7 WARNING stevedore.named [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-05-28 01:20:00.638 7 INFO neutron_vpnaas.services.vpn.plugin [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-28 01:20:00.639 7 INFO neutron.common.utils [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Disable filter validation extension by service plugin VPNOVNDriverPlugin. 2026-05-28 01:20:00.639 7 INFO neutron.manager [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loading Plugin: taas 2026-05-28 01:20:00.643 8 INFO neutron.manager [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loading Plugin: trunk 2026-05-28 01:20:00.654 8 INFO neutron.manager [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loading Plugin: log 2026-05-28 01:20:00.657 8 INFO neutron.manager [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loading Plugin: ovn-vpnaas 2026-05-28 01:20:00.662 7 WARNING stevedore.named [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-05-28 01:20:00.662 7 WARNING stevedore.named [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-05-28 01:20:00.668 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-28 01:20:00.668 7 INFO neutron.manager [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loading Plugin: tapmirror 2026-05-28 01:20:00.675 7 WARNING stevedore.named [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-05-28 01:20:00.676 7 WARNING stevedore.named [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-05-28 01:20:00.676 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-28 01:20:00.677 7 INFO neutron.manager [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loading Plugin: auto_allocate 2026-05-28 01:20:00.683 7 INFO neutron.manager [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loading Plugin: tag 2026-05-28 01:20:00.696 7 INFO neutron.manager [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loading Plugin: timestamp 2026-05-28 01:20:00.698 7 INFO neutron.manager [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loading Plugin: network_ip_availability 2026-05-28 01:20:00.702 7 INFO neutron.manager [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loading Plugin: flavors 2026-05-28 01:20:00.706 7 INFO neutron.manager [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loading Plugin: revisions 2026-05-28 01:20:00.709 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Initializing extension manager. 2026-05-28 01:20:00.711 8 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-05-28 01:20:00.711 8 WARNING stevedore.named [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-05-28 01:20:00.711 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: address-group 2026-05-28 01:20:00.712 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: address-scope 2026-05-28 01:20:00.713 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-05-28 01:20:00.714 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: agent 2026-05-28 01:20:00.715 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-05-28 01:20:00.716 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-28 01:20:00.717 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-28 01:20:00.720 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: availability_zone 2026-05-28 01:20:00.720 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-05-28 01:20:00.721 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-28 01:20:00.721 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: default-subnetpools 2026-05-28 01:20:00.723 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-28 01:20:00.723 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: dns-integration 2026-05-28 01:20:00.724 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: dns-domain-ports 2026-05-28 01:20:00.725 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-05-28 01:20:00.725 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension dvr not supported by any of loaded plugins 2026-05-28 01:20:00.726 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-28 01:20:00.727 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: empty-string-filtering 2026-05-28 01:20:00.727 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 01:20:00.728 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-28 01:20:00.728 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: external-net 2026-05-28 01:20:00.729 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-28 01:20:00.729 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: extraroute 2026-05-28 01:20:00.730 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension extraroute-atomic not supported by any of loaded plugins 2026-05-28 01:20:00.731 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-28 01:20:00.731 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-28 01:20:00.732 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-28 01:20:00.732 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-28 01:20:00.733 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: fip-port-details 2026-05-28 01:20:00.733 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: flavors 2026-05-28 01:20:00.735 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-28 01:20:00.736 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: floatingip-pools 2026-05-28 01:20:00.736 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: ip_allocation 2026-05-28 01:20:00.737 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-05-28 01:20:00.737 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: l2_adjacency 2026-05-28 01:20:00.738 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: router 2026-05-28 01:20:00.741 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 01:20:00.741 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: enable-default-route-bfd 2026-05-28 01:20:00.742 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: enable-default-route-ecmp 2026-05-28 01:20:00.743 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: ext-gw-mode 2026-05-28 01:20:00.743 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: l3-ha 2026-05-28 01:20:00.744 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-28 01:20:00.744 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: external-gateway-multihoming 2026-05-28 01:20:00.745 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: l3-flavors 2026-05-28 01:20:00.746 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-28 01:20:00.747 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-05-28 01:20:00.749 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension l3_agent_scheduler not supported by any of loaded plugins 2026-05-28 01:20:00.750 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-28 01:20:00.751 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: logging 2026-05-28 01:20:00.752 8 INFO neutron_vpnaas.services.vpn.plugin [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-28 01:20:00.752 8 INFO neutron.common.utils [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Disable filter validation extension by service plugin VPNOVNDriverPlugin. 2026-05-28 01:20:00.752 8 INFO neutron.manager [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loading Plugin: taas 2026-05-28 01:20:00.753 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-28 01:20:00.753 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-28 01:20:00.754 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: multi-provider 2026-05-28 01:20:00.755 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: net-mtu 2026-05-28 01:20:00.755 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: net-mtu-writable 2026-05-28 01:20:00.756 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: network_availability_zone 2026-05-28 01:20:00.756 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-05-28 01:20:00.757 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: network-ip-availability 2026-05-28 01:20:00.758 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-28 01:20:00.759 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: pagination 2026-05-28 01:20:00.759 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: port-device-profile 2026-05-28 01:20:00.760 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-28 01:20:00.760 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-28 01:20:00.761 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-28 01:20:00.761 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-05-28 01:20:00.762 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-28 01:20:00.763 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-28 01:20:00.763 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-28 01:20:00.764 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: port-resource-request 2026-05-28 01:20:00.765 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-28 01:20:00.765 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-28 01:20:00.766 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: binding 2026-05-28 01:20:00.767 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: binding-extended 2026-05-28 01:20:00.767 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: port-security 2026-05-28 01:20:00.768 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: project-id 2026-05-28 01:20:00.768 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: provider 2026-05-28 01:20:00.769 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: qinq 2026-05-28 01:20:00.772 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: qos 2026-05-28 01:20:00.773 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-28 01:20:00.773 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-28 01:20:00.774 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: qos-default 2026-05-28 01:20:00.774 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: qos-fip 2026-05-28 01:20:00.775 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-28 01:20:00.775 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-28 01:20:00.775 8 WARNING stevedore.named [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-05-28 01:20:00.776 8 WARNING stevedore.named [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-05-28 01:20:00.776 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-28 01:20:00.777 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-28 01:20:00.777 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-28 01:20:00.778 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: qos-pps 2026-05-28 01:20:00.779 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-28 01:20:00.779 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-28 01:20:00.780 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: qos-rules-alias 2026-05-28 01:20:00.780 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: quota-check-limit 2026-05-28 01:20:00.781 8 INFO neutron_taas.services.taas.taas_plugin [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-28 01:20:00.781 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-28 01:20:00.781 8 INFO neutron.manager [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loading Plugin: tapmirror 2026-05-28 01:20:00.784 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: quotas 2026-05-28 01:20:00.785 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: quota_details 2026-05-28 01:20:00.786 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: rbac-policies 2026-05-28 01:20:00.787 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-05-28 01:20:00.787 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: rbac-address-scope 2026-05-28 01:20:00.788 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: rbac-security-groups 2026-05-28 01:20:00.789 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-05-28 01:20:00.789 8 WARNING stevedore.named [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-05-28 01:20:00.789 8 WARNING stevedore.named [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-05-28 01:20:00.789 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: revision-if-match 2026-05-28 01:20:00.790 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-28 01:20:00.790 8 INFO neutron.manager [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loading Plugin: auto_allocate 2026-05-28 01:20:00.790 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-28 01:20:00.791 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: router_availability_zone 2026-05-28 01:20:00.791 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-28 01:20:00.793 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-28 01:20:00.794 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-28 01:20:00.794 8 INFO neutron.manager [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loading Plugin: tag 2026-05-28 01:20:00.794 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-05-28 01:20:00.795 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-28 01:20:00.795 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-28 01:20:00.796 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-28 01:20:00.801 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: security-group 2026-05-28 01:20:00.801 8 INFO neutron.manager [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loading Plugin: timestamp 2026-05-28 01:20:00.802 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: segment 2026-05-28 01:20:00.802 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-28 01:20:00.803 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: service-type 2026-05-28 01:20:00.803 8 INFO neutron.manager [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loading Plugin: network_ip_availability 2026-05-28 01:20:00.804 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: sorting 2026-05-28 01:20:00.804 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: standard-attr-segment 2026-05-28 01:20:00.805 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: standard-attr-description 2026-05-28 01:20:00.805 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: stateful-security-group 2026-05-28 01:20:00.806 7 WARNING neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-28 01:20:00.807 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-05-28 01:20:00.807 8 INFO neutron.manager [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loading Plugin: flavors 2026-05-28 01:20:00.807 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: subnet-external-network 2026-05-28 01:20:00.808 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension subnet_onboard not supported by any of loaded plugins 2026-05-28 01:20:00.808 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-28 01:20:00.809 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: subnet-service-types 2026-05-28 01:20:00.810 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: subnet_allocation 2026-05-28 01:20:00.810 8 INFO neutron.manager [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loading Plugin: revisions 2026-05-28 01:20:00.811 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-28 01:20:00.811 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: tag-creation 2026-05-28 01:20:00.812 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-28 01:20:00.813 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Initializing extension manager. 2026-05-28 01:20:00.814 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: address-group 2026-05-28 01:20:00.815 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: address-scope 2026-05-28 01:20:00.816 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-05-28 01:20:00.816 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: standard-attr-tag 2026-05-28 01:20:00.816 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: agent 2026-05-28 01:20:00.817 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-28 01:20:00.817 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-05-28 01:20:00.818 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: trunk 2026-05-28 01:20:00.818 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: allowed-address-pairs 2026-05-28 01:20:00.818 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: trunk-details 2026-05-28 01:20:00.819 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-28 01:20:00.819 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: auto-allocated-topology 2026-05-28 01:20:00.819 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-28 01:20:00.820 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: vlan-transparent 2026-05-28 01:20:00.821 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: availability_zone 2026-05-28 01:20:00.821 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-28 01:20:00.821 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-05-28 01:20:00.822 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-28 01:20:00.822 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: default-subnetpools 2026-05-28 01:20:00.823 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: vpn-agent-scheduler 2026-05-28 01:20:00.823 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-28 01:20:00.823 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-28 01:20:00.824 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: dns-integration 2026-05-28 01:20:00.824 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: vpn-flavors 2026-05-28 01:20:00.824 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: dns-domain-ports 2026-05-28 01:20:00.825 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-05-28 01:20:00.826 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension dvr not supported by any of loaded plugins 2026-05-28 01:20:00.826 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: vpnaas 2026-05-28 01:20:00.826 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-28 01:20:00.827 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: empty-string-filtering 2026-05-28 01:20:00.827 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 01:20:00.827 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: taas 2026-05-28 01:20:00.827 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-28 01:20:00.828 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: external-net 2026-05-28 01:20:00.828 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-28 01:20:00.829 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: tap-mirror 2026-05-28 01:20:00.829 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: extraroute 2026-05-28 01:20:00.829 7 INFO neutron.api.extensions [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-28 01:20:00.829 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension extraroute-atomic not supported by any of loaded plugins 2026-05-28 01:20:00.830 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-28 01:20:00.831 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-28 01:20:00.831 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-28 01:20:00.832 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-28 01:20:00.832 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-28 01:20:00.832 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-28 01:20:00.832 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: fip-port-details 2026-05-28 01:20:00.832 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 01:20:00.832 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-28 01:20:00.833 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: flavors 2026-05-28 01:20:00.834 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-28 01:20:00.835 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: floatingip-pools 2026-05-28 01:20:00.835 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: ip_allocation 2026-05-28 01:20:00.835 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-28 01:20:00.836 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-05-28 01:20:00.836 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 01:20:00.836 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: l2_adjacency 2026-05-28 01:20:00.837 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: router 2026-05-28 01:20:00.839 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 01:20:00.839 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: enable-default-route-bfd 2026-05-28 01:20:00.840 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: enable-default-route-ecmp 2026-05-28 01:20:00.840 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: ext-gw-mode 2026-05-28 01:20:00.841 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 01:20:00.841 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: l3-ha 2026-05-28 01:20:00.841 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-28 01:20:00.841 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 01:20:00.842 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: external-gateway-multihoming 2026-05-28 01:20:00.842 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 01:20:00.842 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: l3-flavors 2026-05-28 01:20:00.843 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 01:20:00.843 7 WARNING neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] subnetpool is already registered 2026-05-28 01:20:00.843 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-28 01:20:00.843 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 01:20:00.844 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-05-28 01:20:00.844 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 01:20:00.844 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 01:20:00.845 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 01:20:00.845 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 01:20:00.845 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 01:20:00.846 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension l3_agent_scheduler not supported by any of loaded plugins 2026-05-28 01:20:00.846 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 01:20:00.846 7 WARNING neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] ipsecpolicy is already registered 2026-05-28 01:20:00.846 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 01:20:00.846 7 WARNING neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] ikepolicy is already registered 2026-05-28 01:20:00.847 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-28 01:20:00.848 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: logging 2026-05-28 01:20:00.849 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-28 01:20:00.850 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-28 01:20:00.850 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: multi-provider 2026-05-28 01:20:00.851 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: net-mtu 2026-05-28 01:20:00.851 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: net-mtu-writable 2026-05-28 01:20:00.851 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-28 01:20:00.852 7 WARNING neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] router is already registered 2026-05-28 01:20:00.852 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: network_availability_zone 2026-05-28 01:20:00.852 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 01:20:00.852 7 WARNING neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] floatingip is already registered 2026-05-28 01:20:00.852 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-05-28 01:20:00.853 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: network-ip-availability 2026-05-28 01:20:00.854 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-28 01:20:00.854 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: pagination 2026-05-28 01:20:00.855 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: port-device-profile 2026-05-28 01:20:00.855 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-28 01:20:00.856 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-28 01:20:00.856 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-28 01:20:00.857 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-05-28 01:20:00.857 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-28 01:20:00.857 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 01:20:00.857 7 WARNING neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] rbac_policy is already registered 2026-05-28 01:20:00.858 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-28 01:20:00.858 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 01:20:00.858 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-28 01:20:00.858 7 WARNING neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] security_group is already registered 2026-05-28 01:20:00.859 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 01:20:00.859 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: port-resource-request 2026-05-28 01:20:00.859 7 WARNING neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] security_group_rule is already registered 2026-05-28 01:20:00.859 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: port-resource-request-groups 2026-05-28 01:20:00.860 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 01:20:00.860 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-28 01:20:00.860 7 WARNING neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] subnetpool is already registered 2026-05-28 01:20:00.860 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: binding 2026-05-28 01:20:00.860 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 01:20:00.860 7 WARNING neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] trunk is already registered 2026-05-28 01:20:00.861 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 01:20:00.861 7 WARNING neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] ikepolicy is already registered 2026-05-28 01:20:00.861 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: binding-extended 2026-05-28 01:20:00.861 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 01:20:00.861 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: port-security 2026-05-28 01:20:00.861 7 WARNING neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] ipsecpolicy is already registered 2026-05-28 01:20:00.862 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: project-id 2026-05-28 01:20:00.862 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 01:20:00.862 7 WARNING neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] endpoint_group is already registered 2026-05-28 01:20:00.862 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: provider 2026-05-28 01:20:00.862 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 01:20:00.862 7 WARNING neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] vpnservice is already registered 2026-05-28 01:20:00.863 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 01:20:00.863 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: qinq 2026-05-28 01:20:00.863 7 WARNING neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] ipsec_site_connection is already registered 2026-05-28 01:20:00.863 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 01:20:00.863 7 WARNING neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] ipsecpolicy is already registered 2026-05-28 01:20:00.864 7 INFO neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 01:20:00.864 7 WARNING neutron.quota.resource_registry [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] ikepolicy is already registered 2026-05-28 01:20:00.865 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: qos 2026-05-28 01:20:00.866 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-28 01:20:00.866 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-28 01:20:00.867 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: qos-default 2026-05-28 01:20:00.867 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: qos-fip 2026-05-28 01:20:00.868 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-28 01:20:00.868 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: qos-gateway-ip 2026-05-28 01:20:00.869 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: qos-port-network-policy 2026-05-28 01:20:00.869 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: qos-pps-minimum 2026-05-28 01:20:00.870 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-28 01:20:00.871 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: qos-pps 2026-05-28 01:20:00.871 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: qos-rule-type-details 2026-05-28 01:20:00.871 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-28 01:20:00.872 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: qos-rules-alias 2026-05-28 01:20:00.873 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: quota-check-limit 2026-05-28 01:20:00.873 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: quota-check-limit-default 2026-05-28 01:20:00.875 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: quotas 2026-05-28 01:20:00.876 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: quota_details 2026-05-28 01:20:00.878 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: rbac-policies 2026-05-28 01:20:00.878 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-05-28 01:20:00.879 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: rbac-address-scope 2026-05-28 01:20:00.879 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: rbac-security-groups 2026-05-28 01:20:00.880 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-05-28 01:20:00.880 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: revision-if-match 2026-05-28 01:20:00.881 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: standard-attr-revisions 2026-05-28 01:20:00.881 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: router_availability_zone 2026-05-28 01:20:00.882 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-28 01:20:00.883 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: security-groups-default-rules 2026-05-28 01:20:00.884 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-28 01:20:00.884 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-05-28 01:20:00.885 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-28 01:20:00.885 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-28 01:20:00.886 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-28 01:20:00.891 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: security-group 2026-05-28 01:20:00.892 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: segment 2026-05-28 01:20:00.892 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-28 01:20:00.893 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: service-type 2026-05-28 01:20:00.893 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: sorting 2026-05-28 01:20:00.894 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: standard-attr-segment 2026-05-28 01:20:00.894 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: standard-attr-description 2026-05-28 01:20:00.895 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: stateful-security-group 2026-05-28 01:20:00.895 8 WARNING neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-28 01:20:00.896 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-05-28 01:20:00.896 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: subnet-external-network 2026-05-28 01:20:00.897 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension subnet_onboard not supported by any of loaded plugins 2026-05-28 01:20:00.897 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-28 01:20:00.898 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: subnet-service-types 2026-05-28 01:20:00.898 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: subnet_allocation 2026-05-28 01:20:00.899 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-28 01:20:00.900 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: tag-creation 2026-05-28 01:20:00.900 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-28 01:20:00.901 7 WARNING keystonemiddleware._common.config [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-28 01:20:00.904 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: standard-attr-tag 2026-05-28 01:20:00.905 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-28 01:20:00.905 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: trunk 2026-05-28 01:20:00.906 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: trunk-details 2026-05-28 01:20:00.906 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-28 01:20:00.907 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-28 01:20:00.907 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: vlan-transparent 2026-05-28 01:20:00.908 7 WARNING oslo_config.cfg [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-28 01:20:00.908 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-28 01:20:00.910 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: vpn-agent-scheduler 2026-05-28 01:20:00.910 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-28 01:20:00.911 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: vpn-flavors 2026-05-28 01:20:00.912 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: vpnaas 2026-05-28 01:20:00.914 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: taas 2026-05-28 01:20:00.915 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: tap-mirror 2026-05-28 01:20:00.915 8 INFO neutron.api.extensions [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Loaded extension: taas-vlan-filter 2026-05-28 01:20:00.917 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-28 01:20:00.918 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-28 01:20:00.918 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 01:20:00.918 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-28 01:20:00.921 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-28 01:20:00.921 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 01:20:00.926 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 01:20:00.927 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 01:20:00.927 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 01:20:00.928 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 01:20:00.928 8 WARNING neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] subnetpool is already registered 2026-05-28 01:20:00.928 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 01:20:00.929 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 01:20:00.929 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 01:20:00.930 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 01:20:00.930 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] uWSGI must provide a start time using the configuration parameter "start-time %t" in the configuration file 2026-05-28 01:20:00.930 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 01:20:00.930 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 01:20:00.931 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 01:20:00.931 8 WARNING neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] ipsecpolicy is already registered 2026-05-28 01:20:00.931 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 01:20:00.931 8 WARNING neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] ikepolicy is already registered 2026-05-28 01:20:00.936 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-28 01:20:00.936 8 WARNING neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] router is already registered 2026-05-28 01:20:00.936 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 01:20:00.936 8 WARNING neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] floatingip is already registered 2026-05-28 01:20:00.941 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 01:20:00.941 8 WARNING neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] rbac_policy is already registered 2026-05-28 01:20:00.941 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 01:20:00.942 8 WARNING neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] security_group is already registered 2026-05-28 01:20:00.942 7 INFO neutron.db.ovn_hash_ring_db [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Nodes from host "neutron-server-86c7cb8684-vhbhx" and group "mechanism_driver" removed from the Hash Ring created at 2026-05-28 01:20:00+00:00 2026-05-28 01:20:00.942 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 01:20:00.942 8 WARNING neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] security_group_rule is already registered 2026-05-28 01:20:00.943 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 01:20:00.943 8 WARNING neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] subnetpool is already registered 2026-05-28 01:20:00.943 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 01:20:00.944 8 WARNING neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] trunk is already registered 2026-05-28 01:20:00.944 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 01:20:00.944 8 WARNING neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] ikepolicy is already registered 2026-05-28 01:20:00.944 7 INFO neutron.db.ovn_hash_ring_db [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Node f67cb6ee7b0f593cb7f02e0ad3be6d95 from host "neutron-server-86c7cb8684-vhbhx" and group "mechanism_driver" added to the Hash Ring 2026-05-28 01:20:00.945 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 01:20:00.945 8 WARNING neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] ipsecpolicy is already registered 2026-05-28 01:20:00.945 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 01:20:00.945 8 WARNING neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] endpoint_group is already registered 2026-05-28 01:20:00.946 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 01:20:00.946 8 WARNING neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] vpnservice is already registered 2026-05-28 01:20:00.946 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 01:20:00.946 8 WARNING neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] ipsec_site_connection is already registered 2026-05-28 01:20:00.946 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 01:20:00.947 8 WARNING neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] ipsecpolicy is already registered 2026-05-28 01:20:00.947 8 INFO neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 01:20:00.947 8 WARNING neutron.quota.resource_registry [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] ikepolicy is already registered 2026-05-28 01:20:00.953 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Hash Ring probing thread for node f67cb6ee7b0f593cb7f02e0ad3be6d95 has started 2026-05-28 01:20:00.953 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-05-28 01:20:00.981 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] tcp:10.99.82.181:6641: connecting... 2026-05-28 01:20:00.981 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] tcp:10.99.82.181:6641: connected 2026-05-28 01:20:00.983 8 WARNING keystonemiddleware._common.config [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-28 01:20:01.000 8 WARNING oslo_config.cfg [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-28 01:20:01.025 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] uWSGI must provide a start time using the configuration parameter "start-time %t" in the configuration file 2026-05-28 01:20:01.042 8 INFO neutron.db.ovn_hash_ring_db [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Nodes from host "neutron-server-86c7cb8684-vhbhx" and group "mechanism_driver" removed from the Hash Ring created at 2026-05-28 01:20:01+00:00 2026-05-28 01:20:01.045 8 INFO neutron.db.ovn_hash_ring_db [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Node 275bf2757ff2550892fedaa39e6e82e1 from host "neutron-server-86c7cb8684-vhbhx" and group "mechanism_driver" added to the Hash Ring 2026-05-28 01:20:01.054 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Hash Ring probing thread for node 275bf2757ff2550892fedaa39e6e82e1 has started 2026-05-28 01:20:01.055 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-05-28 01:20:01.077 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-05-28 01:20:01.086 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] tcp:10.99.82.181:6641: connecting... 2026-05-28 01:20:01.087 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] tcp:10.99.82.181:6641: connected 2026-05-28 01:20:01.098 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] tcp:10.105.201.29:6642: connecting... 2026-05-28 01:20:01.098 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] tcp:10.105.201.29:6642: connected 2026-05-28 01:20:01.162 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-05-28 01:20:01.165 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] WorkerService process has finished the post initialization 2026-05-28 01:20:01.185 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] tcp:10.99.82.181:6641: connecting... 2026-05-28 01:20:01.185 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] tcp:10.99.82.181:6641: connected 2026-05-28 01:20:01.186 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] tcp:10.105.201.29:6642: connecting... 2026-05-28 01:20:01.186 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] tcp:10.105.201.29:6642: connected 2026-05-28 01:20:01.225 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] tcp:10.99.82.181:6641: connecting... 2026-05-28 01:20:01.225 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-cb8e8e10-6275-4041-9232-5f1b58d550e1 - - - - - -] tcp:10.99.82.181:6641: connected 2026-05-28 01:20:01.242 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] WorkerService process has finished the post initialization 2026-05-28 01:20:01.243 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension 2026-05-28 01:20:01.245 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [-] Starting OVNClientPlacementExtension WSGI app 0 (mountpoint='') ready in 11 seconds on interpreter 0x7f78a54fd668 pid: 7 (default app) 2026-05-28 01:20:01.270 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] tcp:10.99.82.181:6641: connecting... 2026-05-28 01:20:01.271 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] tcp:10.99.82.181:6641: connected 2026-05-28 01:20:01.341 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] tcp:10.99.82.181:6641: connecting... 2026-05-28 01:20:01.342 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-e6396225-0baf-46d6-97f5-098f5ae261fa - - - - - -] tcp:10.99.82.181:6641: connected WSGI app 0 (mountpoint='') ready in 11 seconds on interpreter 0x7f78a54fd668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 01:20:08.376 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5318f123-ed3b-48a8-ba19-77dfcb4d1a5b 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1/4] 162.253.55.186 () {44 vars in 928 bytes} [Thu May 28 01:20:07 2026] GET /v2.0/networks/public => generated 108 bytes in 1073 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 4/5] 162.253.55.186 () {44 vars in 950 bytes} [Thu May 28 01:20:08 2026] GET /v2.0/networks?name=public => generated 15 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 01:20:09.194 8 INFO neutron.db.ovn_revision_numbers_db [None req-1a52e293-3c9d-4977-811f-20a1380d1adc 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource 4360d7fe-4cdb-456d-9436-5a2420a24f27 (type: security_groups) to 1 2026-05-28 01:20:09.216 8 INFO neutron.db.ovn_revision_numbers_db [None req-1a52e293-3c9d-4977-811f-20a1380d1adc 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource 0b1156b4-b9e5-48eb-9594-1c441a4051a5 (type: security_group_rules) to 0 2026-05-28 01:20:09.229 8 INFO neutron.db.ovn_revision_numbers_db [None req-1a52e293-3c9d-4977-811f-20a1380d1adc 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource 2fba0f39-a8a2-4936-a636-31ada735a22d (type: security_group_rules) to 0 2026-05-28 01:20:09.240 8 INFO neutron.db.ovn_revision_numbers_db [None req-1a52e293-3c9d-4977-811f-20a1380d1adc 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource 95ea0632-edb6-426a-9a3c-e6f301182390 (type: security_group_rules) to 0 2026-05-28 01:20:09.254 8 INFO neutron.db.ovn_revision_numbers_db [None req-1a52e293-3c9d-4977-811f-20a1380d1adc 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource c9ed2ff6-36f0-498d-89fb-317474da91cb (type: security_group_rules) to 0 2026-05-28 01:20:09.384 8 WARNING neutron.services.revisions.revision_plugin [None req-1a52e293-3c9d-4977-811f-20a1380d1adc 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Could not find related network for resource to bump revision. 2026-05-28 01:20:09.414 8 INFO neutron.db.segments_db [None req-1a52e293-3c9d-4977-811f-20a1380d1adc 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Added segment b413d2d7-1987-429f-bb71-a16027310ac5 of type flat for network 13eef3eb-ed04-45fa-b07f-3c64aca32f21 2026-05-28 01:20:09.602 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status down for port: provnet-b413d2d7-1987-429f-bb71-a16027310ac5 2026-05-28 01:20:09.673 8 INFO neutron.db.ovn_revision_numbers_db [None req-1a52e293-3c9d-4977-811f-20a1380d1adc 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource 13eef3eb-ed04-45fa-b07f-3c64aca32f21 (type: networks) to 1 2026-05-28 01:20:09.984 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1a52e293-3c9d-4977-811f-20a1380d1adc 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] No more DHCP agents 2026-05-28 01:20:09.985 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1a52e293-3c9d-4977-811f-20a1380d1adc 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Unable to schedule network 13eef3eb-ed04-45fa-b07f-3c64aca32f21: no agents available; will retry on subsequent port and subnet creation events. 2026-05-28 01:20:10.317 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-bd5dc93f-b890-4db7-9b0b-2321cf512236 - - - - - -] OVN reports status down for port: 119773b6-c45f-4d9e-993a-44436afbf2cc 2026-05-28 01:20:10.416 8 INFO neutron.db.ovn_revision_numbers_db [None req-1a52e293-3c9d-4977-811f-20a1380d1adc 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource 119773b6-c45f-4d9e-993a-44436afbf2cc (type: ports) to 1 [pid: 8|app: 0|req: 2/6] 162.253.55.186 () {48 vars in 968 bytes} [Thu May 28 01:20:08 2026] POST /v2.0/networks => generated 744 bytes in 1728 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 01:20:11.998 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81232b82-498c-456c-aa92-54a527af7c36 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 162.253.55.186 () {44 vars in 928 bytes} [Thu May 28 01:20:11 2026] GET /v2.0/networks/public => generated 108 bytes in 422 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 162.253.55.186 () {44 vars in 950 bytes} [Thu May 28 01:20:12 2026] GET /v2.0/networks?name=public => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 01:20:12.088 7 INFO neutron.pecan_wsgi.hooks.translation [None req-58f6ecf7-f4cf-4e59-99f4-7ffef1882b9f 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 162.253.55.186 () {44 vars in 1035 bytes} [Thu May 28 01:20:12 2026] GET /v2.0/subnets/public-subnet?network_id=13eef3eb-ed04-45fa-b07f-3c64aca32f21 => generated 113 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4/10] 162.253.55.186 () {44 vars in 1058 bytes} [Thu May 28 01:20:12 2026] GET /v2.0/subnets?name=public-subnet&network_id=13eef3eb-ed04-45fa-b07f-3c64aca32f21 => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 01:20:12.918 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ec632b51-8ebe-49d9-a8bf-0eb12ce2c218 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] No more DHCP agents 2026-05-28 01:20:12.920 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ec632b51-8ebe-49d9-a8bf-0eb12ce2c218 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Unable to schedule network 13eef3eb-ed04-45fa-b07f-3c64aca32f21: no agents available; will retry on subsequent port and subnet creation events. 2026-05-28 01:20:12.920 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-ec632b51-8ebe-49d9-a8bf-0eb12ce2c218 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Starting OVNClientQosExtension 2026-05-28 01:20:12.920 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [None req-ec632b51-8ebe-49d9-a8bf-0eb12ce2c218 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Starting OVNClientPlacementExtension 2026-05-28 01:20:13.928 7 INFO neutron.db.ovn_revision_numbers_db [None req-7842511a-d302-4c3e-93da-a0a0a56667e9 - - - - - -] Successfully bumped revision number for resource 119773b6-c45f-4d9e-993a-44436afbf2cc (type: ports) to 2 2026-05-28 01:20:14.002 7 INFO neutron.db.ovn_revision_numbers_db [None req-7842511a-d302-4c3e-93da-a0a0a56667e9 - - - - - -] Successfully bumped revision number for resource 51486f14-c299-45b1-a466-3d43e85392f0 (type: subnets) to 0 [pid: 7|app: 0|req: 7/11] 162.253.55.186 () {48 vars in 966 bytes} [Thu May 28 01:20:12 2026] POST /v2.0/subnets => generated 664 bytes in 1919 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 01:25:07.507 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0704994e-9a48-4cac-80b7-4fca936b5155 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 24/49] 162.253.55.186 () {44 vars in 938 bytes} [Thu May 28 01:25:07 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/50] 162.253.55.186 () {44 vars in 960 bytes} [Thu May 28 01:25:07 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 01:25:07.632 8 INFO neutron.db.segments_db [None req-156cc521-e541-4666-971c-68184eda1507 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Added segment 082443f2-7d8a-4007-a035-0dcdd5f437bc of type geneve for network d0dc3901-61dc-4ae2-82b0-a755a202a51f 2026-05-28 01:25:07.836 8 INFO neutron.db.ovn_revision_numbers_db [None req-156cc521-e541-4666-971c-68184eda1507 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource d0dc3901-61dc-4ae2-82b0-a755a202a51f (type: networks) to 1 2026-05-28 01:25:07.961 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-156cc521-e541-4666-971c-68184eda1507 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] No more DHCP agents 2026-05-28 01:25:07.963 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-156cc521-e541-4666-971c-68184eda1507 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Unable to schedule network d0dc3901-61dc-4ae2-82b0-a755a202a51f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-28 01:25:08.028 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-bd5dc93f-b890-4db7-9b0b-2321cf512236 - - - - - -] OVN reports status down for port: dd376629-3a4c-41f5-9153-4485bf7d94a1 2026-05-28 01:25:08.083 8 INFO neutron.db.ovn_revision_numbers_db [None req-156cc521-e541-4666-971c-68184eda1507 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource dd376629-3a4c-41f5-9153-4485bf7d94a1 (type: ports) to 1 [pid: 8|app: 0|req: 25/51] 162.253.55.186 () {48 vars in 967 bytes} [Thu May 28 01:25:07 2026] POST /v2.0/networks => generated 729 bytes in 579 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 01:25:09.060 7 INFO neutron.pecan_wsgi.hooks.translation [None req-976d39b2-8612-4667-95f7-64aa37bd1392 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 27/52] 162.253.55.186 () {44 vars in 938 bytes} [Thu May 28 01:25:09 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 26/53] 162.253.55.186 () {44 vars in 960 bytes} [Thu May 28 01:25:09 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 738 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 01:25:09.123 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0f5bf9c9-6fd0-41df-bd80-6362219ab8d5 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 28/54] 162.253.55.186 () {44 vars in 1037 bytes} [Thu May 28 01:25:09 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=d0dc3901-61dc-4ae2-82b0-a755a202a51f => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 27/55] 162.253.55.186 () {44 vars in 1060 bytes} [Thu May 28 01:25:09 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=d0dc3901-61dc-4ae2-82b0-a755a202a51f => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 01:25:09.275 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-63913709-902e-4bb8-8f05-07b1db75dab8 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] No more DHCP agents 2026-05-28 01:25:09.276 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-63913709-902e-4bb8-8f05-07b1db75dab8 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Unable to schedule network d0dc3901-61dc-4ae2-82b0-a755a202a51f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-28 01:25:09.690 7 INFO neutron.db.ovn_revision_numbers_db [None req-84a29de3-e821-47bd-be2f-b5759e2145d3 - - - - - -] Successfully bumped revision number for resource dd376629-3a4c-41f5-9153-4485bf7d94a1 (type: ports) to 2 2026-05-28 01:25:09.769 7 INFO neutron.db.ovn_revision_numbers_db [None req-84a29de3-e821-47bd-be2f-b5759e2145d3 - - - - - -] Successfully bumped revision number for resource 4e3b86a0-02a1-4d4a-ad2b-2c0632e0136e (type: subnets) to 0 [pid: 7|app: 0|req: 29/56] 162.253.55.186 () {48 vars in 966 bytes} [Thu May 28 01:25:09 2026] POST /v2.0/subnets => generated 651 bytes in 636 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 01:25:10.813 8 INFO neutron.api.v2.resource [None req-f0151572-3b5f-4fd6-872b-c3f4ca382f0c 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 28/57] 162.253.55.186 () {44 vars in 972 bytes} [Thu May 28 01:25:10 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/58] 162.253.55.186 () {44 vars in 994 bytes} [Thu May 28 01:25:10 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 01:25:11.058 8 INFO neutron.db.ovn_revision_numbers_db [None req-15d3e931-1e7a-4f76-812f-6834ea270068 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource 05ef43bc-0631-4ae2-b685-eaac93f766c7 (type: security_groups) to 1 2026-05-28 01:25:11.073 8 INFO neutron.db.ovn_revision_numbers_db [None req-15d3e931-1e7a-4f76-812f-6834ea270068 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource 00a27ee2-727f-47e9-a3c5-948659f3152c (type: security_group_rules) to 0 2026-05-28 01:25:11.085 8 INFO neutron.db.ovn_revision_numbers_db [None req-15d3e931-1e7a-4f76-812f-6834ea270068 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource c67708ae-2c73-432c-960c-e4da6ed899ff (type: security_group_rules) to 0 [pid: 8|app: 0|req: 29/59] 162.253.55.186 () {48 vars in 981 bytes} [Thu May 28 01:25:10 2026] POST /v2.0/security-groups => generated 1616 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/60] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:25:12 2026] GET /v2.0/security-groups/05ef43bc-0631-4ae2-b685-eaac93f766c7 => generated 1616 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/61] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:25:12 2026] GET /v2.0/security-groups/05ef43bc-0631-4ae2-b685-eaac93f766c7 => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/62] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:25:12 2026] GET /v2.0/security-groups/05ef43bc-0631-4ae2-b685-eaac93f766c7 => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 01:25:12.372 8 INFO neutron.db.ovn_revision_numbers_db [None req-27c1a866-8018-4b3a-9903-f8b1a14f8e64 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource e0775971-a15b-48a4-8bbd-912cb365526d (type: security_group_rules) to 0 [pid: 8|app: 0|req: 31/63] 162.253.55.186 () {48 vars in 992 bytes} [Thu May 28 01:25:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/64] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:25:13 2026] GET /v2.0/security-groups/05ef43bc-0631-4ae2-b685-eaac93f766c7 => generated 2230 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/65] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:25:13 2026] GET /v2.0/security-groups/05ef43bc-0631-4ae2-b685-eaac93f766c7 => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/66] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:25:13 2026] GET /v2.0/security-groups/05ef43bc-0631-4ae2-b685-eaac93f766c7 => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 01:25:13.498 8 INFO neutron.db.ovn_revision_numbers_db [None req-57e8fdd0-58a4-45f9-bfec-965d4defbc8a 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource 8ec7937f-54da-44c2-9bc3-f8012be78a8e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 33/67] 162.253.55.186 () {48 vars in 992 bytes} [Thu May 28 01:25:13 2026] POST /v2.0/security-group-rules => generated 603 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/68] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:25:14 2026] GET /v2.0/security-groups/05ef43bc-0631-4ae2-b685-eaac93f766c7 => generated 2846 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/69] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:25:14 2026] GET /v2.0/security-groups/05ef43bc-0631-4ae2-b685-eaac93f766c7 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/70] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:25:14 2026] GET /v2.0/security-groups/05ef43bc-0631-4ae2-b685-eaac93f766c7 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 01:25:14.621 8 INFO neutron.db.ovn_revision_numbers_db [None req-95e30080-3bd6-427d-b598-43671decb990 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource 75609c5e-401f-46bd-ab01-a1e20ba64a19 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 35/71] 162.253.55.186 () {48 vars in 992 bytes} [Thu May 28 01:25:14 2026] POST /v2.0/security-group-rules => generated 603 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/72] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:25:15 2026] GET /v2.0/security-groups/05ef43bc-0631-4ae2-b685-eaac93f766c7 => generated 3462 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/73] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:25:15 2026] GET /v2.0/security-groups/05ef43bc-0631-4ae2-b685-eaac93f766c7 => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/74] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:25:15 2026] GET /v2.0/security-groups/05ef43bc-0631-4ae2-b685-eaac93f766c7 => generated 3462 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 01:25:15.769 8 INFO neutron.db.ovn_revision_numbers_db [None req-91e104e8-1dea-4afa-85f6-5bf111490d2e 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource a9a41da6-932c-4102-a6d0-3340965d9bb3 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 37/75] 162.253.55.186 () {48 vars in 992 bytes} [Thu May 28 01:25:15 2026] POST /v2.0/security-group-rules => generated 603 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/76] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:25:16 2026] GET /v2.0/security-groups/05ef43bc-0631-4ae2-b685-eaac93f766c7 => generated 4078 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/77] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:25:16 2026] GET /v2.0/security-groups/05ef43bc-0631-4ae2-b685-eaac93f766c7 => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/78] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:25:16 2026] GET /v2.0/security-groups/05ef43bc-0631-4ae2-b685-eaac93f766c7 => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 01:25:16.854 8 INFO neutron.db.ovn_revision_numbers_db [None req-9258da79-7dce-45e2-9979-7116c4e5bdcf 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource 006b2b2f-150c-4f47-89bd-f4a366b1d085 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 39/79] 162.253.55.186 () {48 vars in 992 bytes} [Thu May 28 01:25:16 2026] POST /v2.0/security-group-rules => generated 603 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/80] 162.253.55.186 () {44 vars in 988 bytes} [Thu May 28 01:25:17 2026] GET /v2.0/networks/d0dc3901-61dc-4ae2-82b0-a755a202a51f => generated 773 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 01:25:17.973 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5eb9dbf2-abeb-47c1-af4a-b85a844361cd 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 40/81] 162.253.55.186 () {44 vars in 1077 bytes} [Thu May 28 01:25:17 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=d0dc3901-61dc-4ae2-82b0-a755a202a51f => generated 132 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/82] 162.253.55.186 () {44 vars in 1100 bytes} [Thu May 28 01:25:17 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=d0dc3901-61dc-4ae2-82b0-a755a202a51f => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/83] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:25:18 2026] GET /v2.0/security-groups/05ef43bc-0631-4ae2-b685-eaac93f766c7 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 01:25:18.298 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b59f08c4-1b91-49d5-a4bf-b1dc33a3b828 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] No more DHCP agents 2026-05-28 01:25:18.299 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b59f08c4-1b91-49d5-a4bf-b1dc33a3b828 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Unable to schedule network d0dc3901-61dc-4ae2-82b0-a755a202a51f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-28 01:25:18.406 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-bd5dc93f-b890-4db7-9b0b-2321cf512236 - - - - - -] OVN reports status down for port: d930014d-1540-4f67-b63e-24347af3bf8c 2026-05-28 01:25:18.461 7 INFO neutron.db.ovn_revision_numbers_db [None req-b59f08c4-1b91-49d5-a4bf-b1dc33a3b828 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource d930014d-1540-4f67-b63e-24347af3bf8c (type: ports) to 1 [pid: 7|app: 0|req: 43/84] 162.253.55.186 () {48 vars in 962 bytes} [Thu May 28 01:25:18 2026] POST /v2.0/ports => generated 1100 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 01:25:27.191 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f235f4e7-24b5-4eb5-be5a-a12907ca1f5d 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 43/87] 162.253.55.186 () {44 vars in 980 bytes} [Thu May 28 01:25:27 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /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: 45/88] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:25:27 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 01:25:27.870 8 INFO neutron.db.ovn_revision_numbers_db [None req-9be688af-620b-483f-a3b0-8e119556aecc 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource d930014d-1540-4f67-b63e-24347af3bf8c (type: ports) to 4 [pid: 8|app: 0|req: 44/89] 162.253.55.186 () {48 vars in 1032 bytes} [Thu May 28 01:25:27 2026] PUT /v2.0/ports/d930014d-1540-4f67-b63e-24347af3bf8c => generated 1218 bytes in 632 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/90] 162.253.55.186 () {44 vars in 921 bytes} [Thu May 28 01:25:29 2026] GET /v2.0/ports => generated 3335 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 01:25:30.648 8 INFO neutron.api.v2.resource [None req-8c96a07d-417e-4708-a2fd-14778c303e75 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 45/91] 162.253.55.186 () {44 vars in 960 bytes} [Thu May 28 01:25:30 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/92] 162.253.55.186 () {44 vars in 982 bytes} [Thu May 28 01:25:30 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 01:25:30.800 8 INFO neutron.db.ovn_revision_numbers_db [None req-9eace684-2abe-40f7-96aa-9ce6602328d1 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource e64803d6-8e32-41d5-8096-10f3cb14f870 (type: security_groups) to 1 2026-05-28 01:25:30.809 8 INFO neutron.db.ovn_revision_numbers_db [None req-9eace684-2abe-40f7-96aa-9ce6602328d1 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource 7e3fdcc7-ca35-483d-aac8-3a310846bcfc (type: security_group_rules) to 0 2026-05-28 01:25:30.819 8 INFO neutron.db.ovn_revision_numbers_db [None req-9eace684-2abe-40f7-96aa-9ce6602328d1 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource b8e47f61-7a6d-4f22-b3c7-75f7ca575341 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 46/93] 162.253.55.186 () {48 vars in 981 bytes} [Thu May 28 01:25:30 2026] POST /v2.0/security-groups => generated 1610 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/94] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:25:31 2026] GET /v2.0/security-groups/e64803d6-8e32-41d5-8096-10f3cb14f870 => generated 1610 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/95] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:25:31 2026] GET /v2.0/security-groups/e64803d6-8e32-41d5-8096-10f3cb14f870 => generated 1610 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/96] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:25:31 2026] GET /v2.0/security-groups/e64803d6-8e32-41d5-8096-10f3cb14f870 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 01:25:32.012 8 INFO neutron.db.ovn_revision_numbers_db [None req-d5d9d937-4040-4ada-8cf3-c847753b3533 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource b3c77647-6df7-4812-a2fe-316237f1433c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 48/97] 162.253.55.186 () {48 vars in 992 bytes} [Thu May 28 01:25:31 2026] POST /v2.0/security-group-rules => generated 623 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/98] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:25:32 2026] GET /v2.0/security-groups/e64803d6-8e32-41d5-8096-10f3cb14f870 => generated 2246 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/99] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:25:32 2026] GET /v2.0/security-groups/e64803d6-8e32-41d5-8096-10f3cb14f870 => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/100] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:25:32 2026] GET /v2.0/security-groups/e64803d6-8e32-41d5-8096-10f3cb14f870 => generated 2246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 01:25:33.136 8 INFO neutron.db.ovn_revision_numbers_db [None req-b54654bb-25e8-4727-9ee1-b1eb1746164b 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource b86471aa-dfb8-4823-87ce-e1e4fca8c203 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 50/101] 162.253.55.186 () {48 vars in 992 bytes} [Thu May 28 01:25:33 2026] POST /v2.0/security-group-rules => generated 627 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/112] 162.253.55.186 () {44 vars in 976 bytes} [Thu May 28 01:26:36 2026] GET /v2.0/quotas/12b388d12e73439ba19cb979ad269666 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/113] 162.253.55.186 () {48 vars in 1028 bytes} [Thu May 28 01:26:37 2026] PUT /v2.0/quotas/12b388d12e73439ba19cb979ad269666 => generated 291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 01:28:57.506 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b02a417e-3ec7-4371-9b1f-022f4a44c0f3 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 66/132] 162.253.55.186 () {30 vars in 741 bytes} [Thu May 28 01:28:57 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 67/133] 162.253.55.186 () {30 vars in 763 bytes} [Thu May 28 01:28:57 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1221 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 01:28:59.656 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1617ec74-e865-4594-bfea-88a4d7366d4a 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 67/134] 162.253.55.186 () {30 vars in 741 bytes} [Thu May 28 01:28:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/135] 162.253.55.186 () {30 vars in 763 bytes} [Thu May 28 01:28:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1221 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 01:29:00.466 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-bd5dc93f-b890-4db7-9b0b-2321cf512236 - - - - - -] OVN reports status up for port: d930014d-1540-4f67-b63e-24347af3bf8c 2026-05-28 01:29:00.485 8 INFO neutron.plugins.ml2.plugin [None req-bd5dc93f-b890-4db7-9b0b-2321cf512236 - - - - - -] Attempt 1 to provision port d930014d-1540-4f67-b63e-24347af3bf8c 2026-05-28 01:29:00.711 8 INFO neutron.db.ovn_revision_numbers_db [None req-bd5dc93f-b890-4db7-9b0b-2321cf512236 - - - - - -] Successfully bumped revision number for resource d930014d-1540-4f67-b63e-24347af3bf8c (type: ports) to 5 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 01:35:19.882 8 INFO neutron.api.v2.resource [None req-d3988c87-1e33-4154-aa17-db88c47ed4f5 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 94/188] 162.253.55.186 () {44 vars in 1075 bytes} [Thu May 28 01:35:19 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=0c428fad7f9c4cde80ad5c2ff0d6e635 => generated 139 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 01:35:20.073 7 INFO neutron.db.ovn_revision_numbers_db [None req-479c9520-b805-4c4c-850b-ecb867ec12f5 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource aba04869-1511-4100-afe3-52574d0f78d9 (type: security_groups) to 1 2026-05-28 01:35:20.088 7 INFO neutron.db.ovn_revision_numbers_db [None req-479c9520-b805-4c4c-850b-ecb867ec12f5 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource 5bf35e76-2cef-4600-9ef7-5ae00d25cfa6 (type: security_group_rules) to 0 2026-05-28 01:35:20.096 7 INFO neutron.db.ovn_revision_numbers_db [None req-479c9520-b805-4c4c-850b-ecb867ec12f5 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource 6b388247-10d7-4310-9942-f60a2c80e806 (type: security_group_rules) to 0 2026-05-28 01:35:20.107 7 INFO neutron.db.ovn_revision_numbers_db [None req-479c9520-b805-4c4c-850b-ecb867ec12f5 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource d229089e-851c-4f51-996d-6d7535b1fae6 (type: security_group_rules) to 0 2026-05-28 01:35:20.117 7 INFO neutron.db.ovn_revision_numbers_db [None req-479c9520-b805-4c4c-850b-ecb867ec12f5 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource e25f32ab-771c-42ac-be45-8ea9a9fc15d4 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 95/189] 162.253.55.186 () {44 vars in 1098 bytes} [Thu May 28 01:35:19 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=0c428fad7f9c4cde80ad5c2ff0d6e635 => generated 23 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 01:35:20.432 8 INFO neutron.db.ovn_revision_numbers_db [None req-58cbe6fb-611c-433f-83c7-b3a62ea2203d 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource 10cd30e9-0ac9-47ac-b8b2-19f18769e265 (type: security_groups) to 1 2026-05-28 01:35:20.443 8 INFO neutron.db.ovn_revision_numbers_db [None req-58cbe6fb-611c-433f-83c7-b3a62ea2203d 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource 2e0557e9-9b0c-4552-afe4-c62f56b333fa (type: security_group_rules) to 0 2026-05-28 01:35:20.457 8 INFO neutron.db.ovn_revision_numbers_db [None req-58cbe6fb-611c-433f-83c7-b3a62ea2203d 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource 35853efa-4500-4942-a39c-7ffd888b6c4b (type: security_group_rules) to 0 [pid: 8|app: 0|req: 95/190] 162.253.55.186 () {48 vars in 982 bytes} [Thu May 28 01:35:20 2026] POST /v2.0/security-groups => generated 1624 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 96/191] 162.253.55.186 () {44 vars in 1089 bytes} [Thu May 28 01:35:21 2026] GET /v2.0/security-groups/10cd30e9-0ac9-47ac-b8b2-19f18769e265?project_id=0c428fad7f9c4cde80ad5c2ff0d6e635 => generated 1624 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 96/192] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:35:21 2026] GET /v2.0/security-groups/10cd30e9-0ac9-47ac-b8b2-19f18769e265 => generated 1624 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 97/193] 162.253.55.186 () {44 vars in 1089 bytes} [Thu May 28 01:35:21 2026] GET /v2.0/security-groups/10cd30e9-0ac9-47ac-b8b2-19f18769e265?project_id=0c428fad7f9c4cde80ad5c2ff0d6e635 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 01:35:21.822 8 INFO neutron.db.ovn_revision_numbers_db [None req-4485fa65-0f97-4786-bdd5-13bb9bd6e0f8 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource 4b758b84-916c-4f71-b884-9e83cc8ea35e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 97/194] 162.253.55.186 () {48 vars in 992 bytes} [Thu May 28 01:35:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 98/195] 162.253.55.186 () {44 vars in 1089 bytes} [Thu May 28 01:35:22 2026] GET /v2.0/security-groups/10cd30e9-0ac9-47ac-b8b2-19f18769e265?project_id=0c428fad7f9c4cde80ad5c2ff0d6e635 => generated 2234 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 98/196] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:35:22 2026] GET /v2.0/security-groups/10cd30e9-0ac9-47ac-b8b2-19f18769e265 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/197] 162.253.55.186 () {44 vars in 1089 bytes} [Thu May 28 01:35:22 2026] GET /v2.0/security-groups/10cd30e9-0ac9-47ac-b8b2-19f18769e265?project_id=0c428fad7f9c4cde80ad5c2ff0d6e635 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 01:35:22.987 8 INFO neutron.db.ovn_revision_numbers_db [None req-1453f14a-78c3-44f5-8f4d-0ca1e96774b9 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource 9babd306-b1ae-47d5-9cb6-bee3903dba75 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 99/198] 162.253.55.186 () {48 vars in 992 bytes} [Thu May 28 01:35:22 2026] POST /v2.0/security-group-rules => generated 599 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/199] 162.253.55.186 () {44 vars in 1089 bytes} [Thu May 28 01:35:23 2026] GET /v2.0/security-groups/10cd30e9-0ac9-47ac-b8b2-19f18769e265?project_id=0c428fad7f9c4cde80ad5c2ff0d6e635 => generated 2846 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/200] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:35:24 2026] GET /v2.0/security-groups/10cd30e9-0ac9-47ac-b8b2-19f18769e265 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/201] 162.253.55.186 () {44 vars in 1089 bytes} [Thu May 28 01:35:24 2026] GET /v2.0/security-groups/10cd30e9-0ac9-47ac-b8b2-19f18769e265?project_id=0c428fad7f9c4cde80ad5c2ff0d6e635 => generated 2846 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 01:35:24.314 8 INFO neutron.db.ovn_revision_numbers_db [None req-fc1aff78-18d4-42e2-9fb0-78e79c1ac4c4 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource 61a46e33-a573-4010-9dd0-974f7d002ff8 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 101/202] 162.253.55.186 () {48 vars in 992 bytes} [Thu May 28 01:35:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/203] 162.253.55.186 () {44 vars in 1089 bytes} [Thu May 28 01:35:25 2026] GET /v2.0/security-groups/10cd30e9-0ac9-47ac-b8b2-19f18769e265?project_id=0c428fad7f9c4cde80ad5c2ff0d6e635 => generated 3460 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/204] 162.253.55.186 () {44 vars in 1002 bytes} [Thu May 28 01:35:25 2026] GET /v2.0/security-groups/10cd30e9-0ac9-47ac-b8b2-19f18769e265 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/205] 162.253.55.186 () {44 vars in 1089 bytes} [Thu May 28 01:35:25 2026] GET /v2.0/security-groups/10cd30e9-0ac9-47ac-b8b2-19f18769e265?project_id=0c428fad7f9c4cde80ad5c2ff0d6e635 => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 01:35:25.683 8 INFO neutron.db.ovn_revision_numbers_db [None req-4ada2924-ac36-457d-9724-93e10988251c 6ea8e92386994906850bd25d05d92b9d 12b388d12e73439ba19cb979ad269666 - - default default] Successfully bumped revision number for resource c4faeeef-62a5-4292-af17-2512b7f4b5cd (type: security_group_rules) to 0 [pid: 8|app: 0|req: 103/206] 162.253.55.186 () {48 vars in 992 bytes} [Thu May 28 01:35:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/225] 162.253.55.186 () {30 vars in 740 bytes} [Thu May 28 01:37:48 2026] GET /v2.0/networks?tenant_id=0c428fad7f9c4cde80ad5c2ff0d6e635&shared=False => generated 15 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 01:37:48.705 8 INFO neutron.db.segments_db [None req-a84036ff-a445-4c21-ac5a-9a7992fdaada 25749a6880a846aebca7d8b547d221d9 0c428fad7f9c4cde80ad5c2ff0d6e635 - - a5f3d1571b6c4326ba8ffd558da817d0 a5f3d1571b6c4326ba8ffd558da817d0] Added segment a1acae73-8878-4c69-9256-2b95e79049cb of type geneve for network 5dfb406b-28ca-4ef6-b2a7-38c124bb57ce 2026-05-28 01:37:48.888 8 INFO neutron.db.ovn_revision_numbers_db [None req-a84036ff-a445-4c21-ac5a-9a7992fdaada 25749a6880a846aebca7d8b547d221d9 0c428fad7f9c4cde80ad5c2ff0d6e635 - - a5f3d1571b6c4326ba8ffd558da817d0 a5f3d1571b6c4326ba8ffd558da817d0] Successfully bumped revision number for resource 5dfb406b-28ca-4ef6-b2a7-38c124bb57ce (type: networks) to 1 2026-05-28 01:37:49.036 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a84036ff-a445-4c21-ac5a-9a7992fdaada 25749a6880a846aebca7d8b547d221d9 0c428fad7f9c4cde80ad5c2ff0d6e635 - - a5f3d1571b6c4326ba8ffd558da817d0 a5f3d1571b6c4326ba8ffd558da817d0] No more DHCP agents 2026-05-28 01:37:49.037 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a84036ff-a445-4c21-ac5a-9a7992fdaada 25749a6880a846aebca7d8b547d221d9 0c428fad7f9c4cde80ad5c2ff0d6e635 - - a5f3d1571b6c4326ba8ffd558da817d0 a5f3d1571b6c4326ba8ffd558da817d0] Unable to schedule network 5dfb406b-28ca-4ef6-b2a7-38c124bb57ce: no agents available; will retry on subsequent port and subnet creation events. 2026-05-28 01:37:49.111 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4aa41c29-7971-4402-a339-f2d1e09db0ab - - - - - -] OVN reports status down for port: 0adfe13d-68ef-4839-9143-48f2ae6a92de 2026-05-28 01:37:49.174 8 INFO neutron.db.ovn_revision_numbers_db [None req-a84036ff-a445-4c21-ac5a-9a7992fdaada 25749a6880a846aebca7d8b547d221d9 0c428fad7f9c4cde80ad5c2ff0d6e635 - - a5f3d1571b6c4326ba8ffd558da817d0 a5f3d1571b6c4326ba8ffd558da817d0] Successfully bumped revision number for resource 0adfe13d-68ef-4839-9143-48f2ae6a92de (type: ports) to 1 [pid: 8|app: 0|req: 113/228] 162.253.55.186 () {34 vars in 682 bytes} [Thu May 28 01:37:48 2026] POST /v2.0/networks => generated 740 bytes in 608 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/229] 162.253.55.186 () {30 vars in 722 bytes} [Thu May 28 01:37:49 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/230] 162.253.55.186 () {30 vars in 633 bytes} [Thu May 28 01:37:49 2026] GET /v2.0/extensions => generated 20541 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-28 01:37:49.513 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-86d96e03-026e-4b0a-9473-d539af19f9ea 25749a6880a846aebca7d8b547d221d9 0c428fad7f9c4cde80ad5c2ff0d6e635 - - a5f3d1571b6c4326ba8ffd558da817d0 a5f3d1571b6c4326ba8ffd558da817d0] No more DHCP agents 2026-05-28 01:37:49.514 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-86d96e03-026e-4b0a-9473-d539af19f9ea 25749a6880a846aebca7d8b547d221d9 0c428fad7f9c4cde80ad5c2ff0d6e635 - - a5f3d1571b6c4326ba8ffd558da817d0 a5f3d1571b6c4326ba8ffd558da817d0] Unable to schedule network 5dfb406b-28ca-4ef6-b2a7-38c124bb57ce: no agents available; will retry on subsequent port and subnet creation events. 2026-05-28 01:37:49.595 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4aa41c29-7971-4402-a339-f2d1e09db0ab - - - - - -] OVN reports status down for port: 34005b21-2f90-46da-8702-65cd93fcf2fe 2026-05-28 01:37:49.637 7 INFO neutron.db.ovn_revision_numbers_db [None req-86d96e03-026e-4b0a-9473-d539af19f9ea 25749a6880a846aebca7d8b547d221d9 0c428fad7f9c4cde80ad5c2ff0d6e635 - - a5f3d1571b6c4326ba8ffd558da817d0 a5f3d1571b6c4326ba8ffd558da817d0] Successfully bumped revision number for resource 34005b21-2f90-46da-8702-65cd93fcf2fe (type: ports) to 1 2026-05-28 01:37:49.856 7 INFO neutron.db.ovn_revision_numbers_db [None req-86d96e03-026e-4b0a-9473-d539af19f9ea 25749a6880a846aebca7d8b547d221d9 0c428fad7f9c4cde80ad5c2ff0d6e635 - - a5f3d1571b6c4326ba8ffd558da817d0 a5f3d1571b6c4326ba8ffd558da817d0] Successfully bumped revision number for resource 34005b21-2f90-46da-8702-65cd93fcf2fe (type: ports) to 3 [pid: 7|app: 0|req: 117/231] 162.253.55.186 () {34 vars in 677 bytes} [Thu May 28 01:37:49 2026] POST /v2.0/ports => generated 968 bytes in 581 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/232] 162.253.55.186 () {30 vars in 703 bytes} [Thu May 28 01:37:49 2026] GET /v2.0/networks/5dfb406b-28ca-4ef6-b2a7-38c124bb57ce => generated 746 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 01:37:50.536 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4aa41c29-7971-4402-a339-f2d1e09db0ab - - - - - -] OVN reports status up for port: 34005b21-2f90-46da-8702-65cd93fcf2fe 2026-05-28 01:37:50.550 8 INFO neutron.plugins.ml2.plugin [None req-4aa41c29-7971-4402-a339-f2d1e09db0ab - - - - - -] Attempt 1 to provision port 34005b21-2f90-46da-8702-65cd93fcf2fe 2026-05-28 01:37:50.712 8 INFO neutron.db.ovn_revision_numbers_db [None req-4aa41c29-7971-4402-a339-f2d1e09db0ab - - - - - -] Successfully bumped revision number for resource 34005b21-2f90-46da-8702-65cd93fcf2fe (type: ports) to 4 [pid: 7|app: 0|req: 118/233] 162.253.55.186 () {30 vars in 722 bytes} [Thu May 28 01:37:51 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/234] 162.253.55.186 () {30 vars in 703 bytes} [Thu May 28 01:37:51 2026] GET /v2.0/networks/5dfb406b-28ca-4ef6-b2a7-38c124bb57ce => generated 746 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/237] 162.253.55.186 () {44 vars in 976 bytes} [Thu May 28 01:38:07 2026] GET /v2.0/quotas/0c428fad7f9c4cde80ad5c2ff0d6e635 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/238] 162.253.55.186 () {48 vars in 1028 bytes} [Thu May 28 01:38:07 2026] PUT /v2.0/quotas/0c428fad7f9c4cde80ad5c2ff0d6e635 => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/245] 10.0.0.25 () {28 vars in 584 bytes} [Thu May 28 01:38:54 2026] GET /v2.0/networks => generated 2288 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/246] 10.0.0.25 () {28 vars in 582 bytes} [Thu May 28 01:38:54 2026] GET /v2.0/subnets => generated 1308 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/247] 10.0.0.25 () {28 vars in 580 bytes} [Thu May 28 01:38:54 2026] GET /v2.0/agents => generated 1214 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/248] 10.0.0.25 () {28 vars in 618 bytes} [Thu May 28 01:38:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/249] 10.0.0.25 () {28 vars in 590 bytes} [Thu May 28 01:38:54 2026] GET /v2.0/floatingips => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/250] 10.0.0.25 () {28 vars in 598 bytes} [Thu May 28 01:38:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/251] 10.0.0.25 () {28 vars in 578 bytes} [Thu May 28 01:38:55 2026] GET /v2.0/ports => generated 5175 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/252] 10.0.0.25 () {28 vars in 582 bytes} [Thu May 28 01:38:55 2026] GET /v2.0/routers => generated 15 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/253] 10.0.0.25 () {28 vars in 623 bytes} [Thu May 28 01:38:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/254] 10.0.0.25 () {28 vars in 582 bytes} [Thu May 28 01:38:55 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/255] 10.0.0.25 () {28 vars in 590 bytes} [Thu May 28 01:38:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/264] 10.0.0.25 () {28 vars in 618 bytes} [Thu May 28 01:39:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/265] 10.0.0.25 () {28 vars in 582 bytes} [Thu May 28 01:39:54 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/266] 10.0.0.25 () {28 vars in 590 bytes} [Thu May 28 01:39:54 2026] GET /v2.0/subnetpools => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/267] 10.0.0.25 () {28 vars in 598 bytes} [Thu May 28 01:39:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/268] 10.0.0.25 () {28 vars in 582 bytes} [Thu May 28 01:39:54 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: 8|app: 0|req: 134/269] 10.0.0.25 () {28 vars in 582 bytes} [Thu May 28 01:39:54 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/270] 10.0.0.25 () {28 vars in 623 bytes} [Thu May 28 01:39:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/271] 10.0.0.25 () {28 vars in 580 bytes} [Thu May 28 01:39:54 2026] GET /v2.0/agents => generated 1214 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/272] 10.0.0.25 () {28 vars in 584 bytes} [Thu May 28 01:39:54 2026] GET /v2.0/networks => generated 2288 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/273] 10.0.0.25 () {28 vars in 578 bytes} [Thu May 28 01:39:54 2026] GET /v2.0/ports => generated 5175 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/274] 10.0.0.25 () {28 vars in 590 bytes} [Thu May 28 01:39:55 2026] GET /v2.0/floatingips => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/283] 10.0.0.25 () {28 vars in 590 bytes} [Thu May 28 01:40:54 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: 143/284] 10.0.0.25 () {28 vars in 580 bytes} [Thu May 28 01:40:54 2026] GET /v2.0/agents => generated 1214 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/285] 10.0.0.25 () {28 vars in 582 bytes} [Thu May 28 01:40:54 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/286] 10.0.0.25 () {28 vars in 590 bytes} [Thu May 28 01:40:54 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: 8|app: 0|req: 143/287] 10.0.0.25 () {28 vars in 578 bytes} [Thu May 28 01:40:54 2026] GET /v2.0/ports => generated 5175 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/288] 10.0.0.25 () {28 vars in 618 bytes} [Thu May 28 01:40:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/289] 10.0.0.25 () {28 vars in 584 bytes} [Thu May 28 01:40:54 2026] GET /v2.0/networks => generated 2288 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/290] 10.0.0.25 () {28 vars in 598 bytes} [Thu May 28 01:40:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/291] 10.0.0.25 () {28 vars in 582 bytes} [Thu May 28 01:40:54 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/292] 10.0.0.25 () {28 vars in 582 bytes} [Thu May 28 01:40:54 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/293] 10.0.0.25 () {28 vars in 623 bytes} [Thu May 28 01:40:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/302] 10.0.0.25 () {28 vars in 582 bytes} [Thu May 28 01:41:54 2026] GET /v2.0/routers => generated 15 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/303] 10.0.0.25 () {28 vars in 623 bytes} [Thu May 28 01:41:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/304] 10.0.0.25 () {28 vars in 590 bytes} [Thu May 28 01:41:54 2026] GET /v2.0/floatingips => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/305] 10.0.0.25 () {28 vars in 580 bytes} [Thu May 28 01:41:54 2026] GET /v2.0/agents => generated 1214 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/306] 10.0.0.25 () {28 vars in 618 bytes} [Thu May 28 01:41:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 153/307] 10.0.0.25 () {28 vars in 598 bytes} [Thu May 28 01:41:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/308] 10.0.0.25 () {28 vars in 582 bytes} [Thu May 28 01:41:54 2026] GET /v2.0/subnets => generated 1308 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 154/309] 10.0.0.25 () {28 vars in 582 bytes} [Thu May 28 01:41:54 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/310] 10.0.0.25 () {28 vars in 590 bytes} [Thu May 28 01:41:54 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 155/311] 10.0.0.25 () {28 vars in 578 bytes} [Thu May 28 01:41:54 2026] GET /v2.0/ports => generated 5175 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/312] 10.0.0.25 () {28 vars in 584 bytes} [Thu May 28 01:41:54 2026] GET /v2.0/networks => generated 2288 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/321] 10.0.0.25 () {28 vars in 580 bytes} [Thu May 28 01:42:54 2026] GET /v2.0/agents => generated 1214 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/322] 10.0.0.25 () {28 vars in 618 bytes} [Thu May 28 01:42:54 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: 7|app: 0|req: 163/323] 10.0.0.25 () {28 vars in 590 bytes} [Thu May 28 01:42:54 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: 8|app: 0|req: 161/324] 10.0.0.25 () {28 vars in 582 bytes} [Thu May 28 01:42:54 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: 164/325] 10.0.0.25 () {28 vars in 590 bytes} [Thu May 28 01:42:54 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/326] 10.0.0.25 () {28 vars in 578 bytes} [Thu May 28 01:42:54 2026] GET /v2.0/ports => generated 5175 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/327] 10.0.0.25 () {28 vars in 582 bytes} [Thu May 28 01:42:54 2026] GET /v2.0/routers => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 163/328] 10.0.0.25 () {28 vars in 623 bytes} [Thu May 28 01:42:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/329] 10.0.0.25 () {28 vars in 584 bytes} [Thu May 28 01:42:54 2026] GET /v2.0/networks => generated 2288 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 164/330] 10.0.0.25 () {28 vars in 598 bytes} [Thu May 28 01:42:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/331] 10.0.0.25 () {28 vars in 582 bytes} [Thu May 28 01:42:54 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/340] 10.0.0.25 () {28 vars in 590 bytes} [Thu May 28 01:43:54 2026] GET /v2.0/floatingips => generated 19 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/341] 10.0.0.25 () {28 vars in 584 bytes} [Thu May 28 01:43:54 2026] GET /v2.0/networks => generated 2288 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/342] 10.0.0.25 () {28 vars in 598 bytes} [Thu May 28 01:43:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/343] 10.0.0.25 () {28 vars in 582 bytes} [Thu May 28 01:43:54 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/344] 10.0.0.25 () {28 vars in 590 bytes} [Thu May 28 01:43:54 2026] GET /v2.0/subnetpools => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/345] 10.0.0.25 () {28 vars in 582 bytes} [Thu May 28 01:43:54 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/346] 10.0.0.25 () {28 vars in 582 bytes} [Thu May 28 01:43:54 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: 8|app: 0|req: 172/347] 10.0.0.25 () {28 vars in 623 bytes} [Thu May 28 01:43:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/348] 10.0.0.25 () {28 vars in 580 bytes} [Thu May 28 01:43:54 2026] GET /v2.0/agents => generated 1214 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/349] 10.0.0.25 () {28 vars in 618 bytes} [Thu May 28 01:43:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/350] 10.0.0.25 () {28 vars in 578 bytes} [Thu May 28 01:43:54 2026] GET /v2.0/ports => generated 5175 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)