+ COMMAND=start + start + start_ovn + exec neutron-server --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/plugins/ml2/ml2_conf.ini /var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py:55: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-08-21 03:06:37.665 1 INFO neutron.common.config [-] Logging enabled! 2026-08-21 03:06:37.665 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-server version 24.2.2.dev7 2026-08-21 03:06:38.092 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-21 03:06:38.853 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-08-21 03:06:38.855 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-21 03:06:38.858 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-08-21 03:06:38.858 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-08-21 03:06:38.858 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-08-21 03:06:38.858 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['geneve'] 2026-08-21 03:06:38.859 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-21 03:06:38.863 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-21 03:06:38.864 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-21 03:06:38.864 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-08-21 03:06:39.099 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-08-21 03:06:39.100 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-08-21 03:06:39.100 1 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-08-21 03:06:39.119 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-21 03:06:39.119 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-21 03:06:39.119 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-08-21 03:06:39.119 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-08-21 03:06:39.129 1 WARNING oslo_policy.policy [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Policies ['delete_port', 'update_port:allowed_address_pairs', 'update_port:allowed_address_pairs:ip_address', 'update_port:allowed_address_pairs:mac_address', 'update_port:fixed_ips', 'update_port:mac_address'] reference a rule that is not defined. 2026-08-21 03:06:41.686 1 INFO neutron.plugins.ml2.managers [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Initializing driver for type 'vlan' 2026-08-21 03:06:41.883 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] VlanTypeDriver initialization complete 2026-08-21 03:06:41.884 1 INFO neutron.plugins.ml2.managers [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-21 03:06:41.884 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-21 03:06:41.885 1 INFO neutron.plugins.ml2.managers [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Initializing extension driver 'port_security' 2026-08-21 03:06:41.885 1 INFO neutron.plugins.ml2.extensions.port_security [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-21 03:06:41.885 1 INFO neutron.plugins.ml2.managers [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Initializing extension driver 'qos' 2026-08-21 03:06:41.885 1 INFO neutron.plugins.ml2.managers [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Initializing mechanism driver 'ovn' 2026-08-21 03:06:41.885 1 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Starting OVNMechanismDriver 2026-08-21 03:06:41.890 1 INFO neutron.services.logapi.drivers.ovn.driver [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] OVN logging driver registered 2026-08-21 03:06:41.898 1 INFO neutron.quota [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded quota_driver: . 2026-08-21 03:06:41.898 1 INFO neutron.plugins.ml2.plugin [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Modular L2 Plugin initialization complete 2026-08-21 03:06:41.898 1 INFO neutron.plugins.ml2.managers [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-21 03:06:41.899 1 INFO neutron.plugins.ml2.managers [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-21 03:06:41.899 1 INFO neutron.plugins.ml2.managers [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-21 03:06:41.899 1 INFO neutron.extensions.vlantransparent [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Disabled vlantransparent extension. 2026-08-21 03:06:41.899 1 INFO neutron.manager [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loading Plugin: qos 2026-08-21 03:06:41.909 1 INFO neutron.manager [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loading Plugin: ovn-router 2026-08-21 03:06:41.935 1 INFO neutron.services.ovn_l3.plugin [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Starting OVNL3RouterPlugin 2026-08-21 03:06:41.939 1 INFO neutron.manager [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loading Plugin: segments 2026-08-21 03:06:42.013 1 INFO neutron.manager [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loading Plugin: trunk 2026-08-21 03:06:42.020 1 INFO neutron.manager [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loading Plugin: log 2026-08-21 03:06:42.022 1 INFO neutron.manager [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loading Plugin: ovn-vpnaas 2026-08-21 03:06:42.064 1 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-08-21 03:06:42.065 1 WARNING stevedore.named [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-08-21 03:06:42.127 1 INFO neutron_vpnaas.services.vpn.plugin [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-21 03:06:42.127 1 INFO neutron.common.utils [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Disable filter validation extension by service plugin VPNOVNDriverPlugin. 2026-08-21 03:06:42.127 1 INFO neutron.manager [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loading Plugin: auto_allocate 2026-08-21 03:06:42.131 1 INFO neutron.manager [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loading Plugin: tag 2026-08-21 03:06:42.137 1 INFO neutron.manager [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loading Plugin: timestamp 2026-08-21 03:06:42.140 1 INFO neutron.manager [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loading Plugin: network_ip_availability 2026-08-21 03:06:42.144 1 INFO neutron.manager [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loading Plugin: flavors 2026-08-21 03:06:42.146 1 INFO neutron.manager [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loading Plugin: revisions 2026-08-21 03:06:42.149 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Initializing extension manager. 2026-08-21 03:06:42.150 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: address-group 2026-08-21 03:06:42.152 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: address-scope 2026-08-21 03:06:42.152 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-08-21 03:06:42.153 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: agent 2026-08-21 03:06:42.154 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-08-21 03:06:42.155 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-21 03:06:42.156 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-21 03:06:42.157 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: availability_zone 2026-08-21 03:06:42.157 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-08-21 03:06:42.158 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-21 03:06:42.158 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: default-subnetpools 2026-08-21 03:06:42.159 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-21 03:06:42.160 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: dns-integration 2026-08-21 03:06:42.161 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: dns-domain-ports 2026-08-21 03:06:42.161 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-08-21 03:06:42.162 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension dvr not supported by any of loaded plugins 2026-08-21 03:06:42.162 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-21 03:06:42.163 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: empty-string-filtering 2026-08-21 03:06:42.163 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-21 03:06:42.164 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-21 03:06:42.164 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: external-net 2026-08-21 03:06:42.165 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-21 03:06:42.165 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: extraroute 2026-08-21 03:06:42.166 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension extraroute-atomic not supported by any of loaded plugins 2026-08-21 03:06:42.167 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-21 03:06:42.167 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-21 03:06:42.168 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-21 03:06:42.168 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-21 03:06:42.169 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: fip-port-details 2026-08-21 03:06:42.170 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: flavors 2026-08-21 03:06:42.171 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-21 03:06:42.171 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: floatingip-pools 2026-08-21 03:06:42.172 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: ip_allocation 2026-08-21 03:06:42.172 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-08-21 03:06:42.173 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: l2_adjacency 2026-08-21 03:06:42.174 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: router 2026-08-21 03:06:42.176 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-21 03:06:42.177 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: enable-default-route-bfd 2026-08-21 03:06:42.178 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: enable-default-route-ecmp 2026-08-21 03:06:42.178 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: ext-gw-mode 2026-08-21 03:06:42.179 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: l3-ha 2026-08-21 03:06:42.179 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-21 03:06:42.180 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: external-gateway-multihoming 2026-08-21 03:06:42.180 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: l3-flavors 2026-08-21 03:06:42.181 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-21 03:06:42.182 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-08-21 03:06:42.183 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension l3_agent_scheduler not supported by any of loaded plugins 2026-08-21 03:06:42.184 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-21 03:06:42.185 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: logging 2026-08-21 03:06:42.186 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-21 03:06:42.186 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-21 03:06:42.187 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: multi-provider 2026-08-21 03:06:42.187 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: net-mtu 2026-08-21 03:06:42.188 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: net-mtu-writable 2026-08-21 03:06:42.188 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: network_availability_zone 2026-08-21 03:06:42.189 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-08-21 03:06:42.189 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: network-ip-availability 2026-08-21 03:06:42.190 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-21 03:06:42.191 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: pagination 2026-08-21 03:06:42.191 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: port-device-profile 2026-08-21 03:06:42.191 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-21 03:06:42.192 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-21 03:06:42.193 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-21 03:06:42.193 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-08-21 03:06:42.194 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-21 03:06:42.194 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-21 03:06:42.195 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: port-resource-request 2026-08-21 03:06:42.195 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-21 03:06:42.195 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: binding 2026-08-21 03:06:42.196 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: binding-extended 2026-08-21 03:06:42.197 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: port-security 2026-08-21 03:06:42.197 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: project-id 2026-08-21 03:06:42.198 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: provider 2026-08-21 03:06:42.199 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: qos 2026-08-21 03:06:42.200 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-21 03:06:42.200 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-21 03:06:42.201 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: qos-default 2026-08-21 03:06:42.201 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: qos-fip 2026-08-21 03:06:42.202 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-21 03:06:42.202 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-21 03:06:42.202 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-21 03:06:42.203 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-21 03:06:42.203 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-21 03:06:42.205 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: qos-pps 2026-08-21 03:06:42.206 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-21 03:06:42.206 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-21 03:06:42.207 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: qos-rules-alias 2026-08-21 03:06:42.207 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: quota-check-limit 2026-08-21 03:06:42.209 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: quotas 2026-08-21 03:06:42.210 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: quota_details 2026-08-21 03:06:42.211 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: rbac-policies 2026-08-21 03:06:42.211 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-08-21 03:06:42.212 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: rbac-address-scope 2026-08-21 03:06:42.212 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: rbac-security-groups 2026-08-21 03:06:42.213 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-08-21 03:06:42.213 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: revision-if-match 2026-08-21 03:06:42.214 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-21 03:06:42.214 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: router_availability_zone 2026-08-21 03:06:42.215 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-21 03:06:42.216 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-21 03:06:42.217 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-21 03:06:42.217 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-08-21 03:06:42.218 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-21 03:06:42.218 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-21 03:06:42.219 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-21 03:06:42.225 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: security-group 2026-08-21 03:06:42.226 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: segment 2026-08-21 03:06:42.227 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-21 03:06:42.227 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: service-type 2026-08-21 03:06:42.228 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: sorting 2026-08-21 03:06:42.228 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: standard-attr-segment 2026-08-21 03:06:42.229 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: standard-attr-description 2026-08-21 03:06:42.230 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: stateful-security-group 2026-08-21 03:06:42.230 1 WARNING neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-08-21 03:06:42.231 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-08-21 03:06:42.231 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension subnet_onboard not supported by any of loaded plugins 2026-08-21 03:06:42.232 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-21 03:06:42.232 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: subnet-service-types 2026-08-21 03:06:42.233 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: subnet_allocation 2026-08-21 03:06:42.233 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-21 03:06:42.234 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-21 03:06:42.236 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: standard-attr-tag 2026-08-21 03:06:42.237 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-21 03:06:42.237 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: trunk 2026-08-21 03:06:42.238 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: trunk-details 2026-08-21 03:06:42.238 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-21 03:06:42.239 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-21 03:06:42.241 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: vpn-agent-scheduler 2026-08-21 03:06:42.241 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-21 03:06:42.242 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: vpn-flavors 2026-08-21 03:06:42.243 1 INFO neutron.api.extensions [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Loaded extension: vpnaas 2026-08-21 03:06:42.245 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-21 03:06:42.246 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-21 03:06:42.246 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-21 03:06:42.246 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-21 03:06:42.251 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-21 03:06:42.252 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-21 03:06:42.259 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-21 03:06:42.260 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-21 03:06:42.261 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-21 03:06:42.262 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-21 03:06:42.270 1 WARNING neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] subnetpool is already registered 2026-08-21 03:06:42.272 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-21 03:06:42.273 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-21 03:06:42.275 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-21 03:06:42.276 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-21 03:06:42.277 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-21 03:06:42.278 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-21 03:06:42.284 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-21 03:06:42.285 1 WARNING neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] router is already registered 2026-08-21 03:06:42.285 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-21 03:06:42.285 1 WARNING neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] floatingip is already registered 2026-08-21 03:06:42.290 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-21 03:06:42.290 1 WARNING neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] rbac_policy is already registered 2026-08-21 03:06:42.291 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-21 03:06:42.291 1 WARNING neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] security_group is already registered 2026-08-21 03:06:42.292 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-21 03:06:42.292 1 WARNING neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] security_group_rule is already registered 2026-08-21 03:06:42.293 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-21 03:06:42.293 1 WARNING neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] subnetpool is already registered 2026-08-21 03:06:42.294 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-21 03:06:42.294 1 WARNING neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] trunk is already registered 2026-08-21 03:06:42.294 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-21 03:06:42.295 1 WARNING neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] endpoint_group is already registered 2026-08-21 03:06:42.295 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-21 03:06:42.295 1 WARNING neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] vpnservice is already registered 2026-08-21 03:06:42.296 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-21 03:06:42.296 1 WARNING neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] ipsec_site_connection is already registered 2026-08-21 03:06:42.296 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-21 03:06:42.297 1 WARNING neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] ipsecpolicy is already registered 2026-08-21 03:06:42.297 1 INFO neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-21 03:06:42.297 1 WARNING neutron.quota.resource_registry [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] ikepolicy is already registered 2026-08-21 03:06:42.330 1 WARNING keystonemiddleware._common.config [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-21 03:06:42.337 1 WARNING oslo_config.cfg [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-08-21 03:06:42.341 1 INFO oslo_service.service [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Starting 2 workers 2026-08-21 03:06:42.348 1 INFO neutron.service [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Neutron service started, listening on 0.0.0.0:9696 2026-08-21 03:06:42.374 10 INFO neutron.db.ovn_hash_ring_db [None req-ec1f38cd-a385-4ab3-966a-b2d6c0daf1c7 - - - - - -] Nodes from host "neutron-server-7b8c8c86c8-kcvbj" and group "mechanism_driver" removed from the Hash Ring 2026-08-21 03:06:42.375 1 INFO oslo_service.service [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Starting 2 workers 2026-08-21 03:06:42.384 10 INFO neutron.db.ovn_hash_ring_db [None req-ec1f38cd-a385-4ab3-966a-b2d6c0daf1c7 - - - - - -] Node c6b35d60-d7eb-434e-8ca8-dc744f23ba8d from host "neutron-server-7b8c8c86c8-kcvbj" and group "mechanism_driver" added to the Hash Ring 2026-08-21 03:06:42.384 1 INFO oslo_service.service [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Starting 1 workers 2026-08-21 03:06:42.386 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-ec1f38cd-a385-4ab3-966a-b2d6c0daf1c7 - - - - - -] Hash Ring probing thread has started 2026-08-21 03:06:42.387 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-ec1f38cd-a385-4ab3-966a-b2d6c0daf1c7 - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-08-21 03:06:42.388 1 INFO oslo_service.service [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Starting 1 workers 2026-08-21 03:06:42.391 12 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for RpcWorker with retry 2026-08-21 03:06:42.392 1 INFO oslo_service.service [None req-95817733-d052-429b-97de-db243dd81185 - - - - - -] Starting 1 workers 2026-08-21 03:06:42.394 13 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for RpcWorker with retry 2026-08-21 03:06:42.400 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for MaintenanceWorker with retry 2026-08-21 03:06:42.407 1 WARNING oslo_config.cfg [-] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated for removal (The auth_uri option is deprecated in favor of www_authenticate_uri and will be removed in the S release.). Its value may be silently ignored in the future. 2026-08-21 03:06:42.415 9 INFO neutron.db.ovn_hash_ring_db [None req-9317e330-e5c2-4091-9344-6ccb7d564520 - - - - - -] Node 7154df50-f76f-4272-b24a-e507354f25fb from host "neutron-server-7b8c8c86c8-kcvbj" and group "mechanism_driver" added to the Hash Ring 2026-08-21 03:06:42.417 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-9317e330-e5c2-4091-9344-6ccb7d564520 - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-08-21 03:06:42.423 10 INFO ovsdbapp.backend.ovs_idl.vlog [None req-ec1f38cd-a385-4ab3-966a-b2d6c0daf1c7 - - - - - -] tcp:10.108.33.106:6641: connecting... 2026-08-21 03:06:42.423 10 INFO ovsdbapp.backend.ovs_idl.vlog [None req-ec1f38cd-a385-4ab3-966a-b2d6c0daf1c7 - - - - - -] tcp:10.108.33.106:6641: connected 2026-08-21 03:06:42.425 12 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9f13c3d2-1af2-4075-9764-231dae209c6b - - - - - -] tcp:10.108.33.106:6641: connecting... 2026-08-21 03:06:42.426 12 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9f13c3d2-1af2-4075-9764-231dae209c6b - - - - - -] tcp:10.108.33.106:6641: connected 2026-08-21 03:06:42.430 13 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d94a890d-e1fb-4433-9ff2-fead80768d56 - - - - - -] tcp:10.108.33.106:6641: connecting... 2026-08-21 03:06:42.431 13 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d94a890d-e1fb-4433-9ff2-fead80768d56 - - - - - -] tcp:10.108.33.106:6641: connected 2026-08-21 03:06:42.437 15 INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.108.33.106:6641: connecting... 2026-08-21 03:06:42.437 15 INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.108.33.106:6641: connected 2026-08-21 03:06:42.452 9 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9317e330-e5c2-4091-9344-6ccb7d564520 - - - - - -] tcp:10.108.33.106:6641: connecting... 2026-08-21 03:06:42.452 9 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9317e330-e5c2-4091-9344-6ccb7d564520 - - - - - -] tcp:10.108.33.106:6641: connected 2026-08-21 03:06:42.468 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [-] Getting OvsdbSbOvnIdl for MaintenanceWorker with retry 2026-08-21 03:06:42.478 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-ec1f38cd-a385-4ab3-966a-b2d6c0daf1c7 - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-08-21 03:06:42.487 12 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-9f13c3d2-1af2-4075-9764-231dae209c6b - - - - - -] Getting OvsdbSbOvnIdl for RpcWorker with retry 2026-08-21 03:06:42.490 13 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-d94a890d-e1fb-4433-9ff2-fead80768d56 - - - - - -] Getting OvsdbSbOvnIdl for RpcWorker with retry 2026-08-21 03:06:42.491 15 INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.104.111.211:6642: connecting... 2026-08-21 03:06:42.491 15 INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.104.111.211:6642: connected 2026-08-21 03:06:42.507 10 INFO ovsdbapp.backend.ovs_idl.vlog [None req-ec1f38cd-a385-4ab3-966a-b2d6c0daf1c7 - - - - - -] tcp:10.104.111.211:6642: connecting... 2026-08-21 03:06:42.507 10 INFO ovsdbapp.backend.ovs_idl.vlog [None req-ec1f38cd-a385-4ab3-966a-b2d6c0daf1c7 - - - - - -] tcp:10.104.111.211:6642: connected 2026-08-21 03:06:42.515 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-9317e330-e5c2-4091-9344-6ccb7d564520 - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-08-21 03:06:42.516 12 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9f13c3d2-1af2-4075-9764-231dae209c6b - - - - - -] tcp:10.104.111.211:6642: connecting... 2026-08-21 03:06:42.516 12 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9f13c3d2-1af2-4075-9764-231dae209c6b - - - - - -] tcp:10.104.111.211:6642: connected 2026-08-21 03:06:42.517 13 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d94a890d-e1fb-4433-9ff2-fead80768d56 - - - - - -] tcp:10.104.111.211:6642: connecting... 2026-08-21 03:06:42.517 13 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d94a890d-e1fb-4433-9ff2-fead80768d56 - - - - - -] tcp:10.104.111.211:6642: connected 2026-08-21 03:06:42.530 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension 2026-08-21 03:06:42.531 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [-] Starting OVNClientPlacementExtension 2026-08-21 03:06:42.531 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension 2026-08-21 03:06:42.538 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] Maintenance task thread has started 2026-08-21 03:06:42.538 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] MaintenanceWorker process has finished the post initialization 2026-08-21 03:06:42.543 9 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9317e330-e5c2-4091-9344-6ccb7d564520 - - - - - -] tcp:10.104.111.211:6642: connecting... 2026-08-21 03:06:42.543 9 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9317e330-e5c2-4091-9344-6ccb7d564520 - - - - - -] tcp:10.104.111.211:6642: connected 2026-08-21 03:06:42.560 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-ec1f38cd-a385-4ab3-966a-b2d6c0daf1c7 - - - - - -] WorkerService process has finished the post initialization 2026-08-21 03:06:42.561 10 INFO neutron.wsgi [-] (10) wsgi starting up on http://0.0.0.0:9696 2026-08-21 03:06:42.561 12 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9f13c3d2-1af2-4075-9764-231dae209c6b - - - - - -] RpcWorker process has finished the post initialization 2026-08-21 03:06:42.561 13 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d94a890d-e1fb-4433-9ff2-fead80768d56 - - - - - -] RpcWorker process has finished the post initialization 2026-08-21 03:06:42.588 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9317e330-e5c2-4091-9344-6ccb7d564520 - - - - - -] WorkerService process has finished the post initialization 2026-08-21 03:06:42.589 9 INFO neutron.wsgi [-] (9) wsgi starting up on http://0.0.0.0:9696 2026-08-21 03:06:42.757 15 INFO neutron.db.ovn_hash_ring_db [None req-3a1b9fbe-be2a-48c7-b5f4-6edb24004b35 - - - - - -] Cleaned up Hash Ring nodes older than 5 days 2026-08-21 03:06:47.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025654 /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-21 03:06:51.971 9 INFO neutron.pecan_wsgi.hooks.translation [None req-7f5194ab-fe05-4858-aec2-c84f48682955 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] GET failed (client error): The resource could not be found. 2026-08-21 03:06:51.973 9 INFO neutron.wsgi [None req-7f5194ab-fe05-4858-aec2-c84f48682955 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/networks/public HTTP/1.1" status: 404 len: 290 time: 0.7456508 2026-08-21 03:06:51.994 9 INFO neutron.wsgi [None req-98bd1bdb-fb9a-4ded-8a3e-53a0fa0c5b8b 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/networks?name=public HTTP/1.1" status: 200 len: 189 time: 0.0173078 2026-08-21 03:06:52.138 9 WARNING oslo_policy.policy [None req-2cb2086a-9ed8-4cea-847e-06aba3e2b8a3 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Policies ['get_subnets_tags'] reference a rule that is not defined. 2026-08-21 03:06:52.280 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-2cb2086a-9ed8-4cea-847e-06aba3e2b8a3 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Starting OVNClientQosExtension 2026-08-21 03:06:52.280 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [None req-2cb2086a-9ed8-4cea-847e-06aba3e2b8a3 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Starting OVNClientPlacementExtension 2026-08-21 03:06:52.324 9 INFO neutron.db.ovn_revision_numbers_db [None req-2cb2086a-9ed8-4cea-847e-06aba3e2b8a3 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 099d279b-51fb-4b14-b978-30496c9ed08d (type: security_groups) to 1 2026-08-21 03:06:52.346 9 INFO neutron.db.ovn_revision_numbers_db [None req-2cb2086a-9ed8-4cea-847e-06aba3e2b8a3 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 0e8acf61-a2cc-4d4a-942e-25af21bc809f (type: security_group_rules) to 0 2026-08-21 03:06:52.359 9 INFO neutron.db.ovn_revision_numbers_db [None req-2cb2086a-9ed8-4cea-847e-06aba3e2b8a3 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 30f87ec6-00b3-4aa1-8e41-d38651fc5e7b (type: security_group_rules) to 0 2026-08-21 03:06:52.372 9 INFO neutron.db.ovn_revision_numbers_db [None req-2cb2086a-9ed8-4cea-847e-06aba3e2b8a3 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 796792f6-973e-412d-8a49-8629cec44fb6 (type: security_group_rules) to 0 2026-08-21 03:06:52.386 9 INFO neutron.db.ovn_revision_numbers_db [None req-2cb2086a-9ed8-4cea-847e-06aba3e2b8a3 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 94a9e9f6-f829-40f6-9465-1c849eb52981 (type: security_group_rules) to 0 2026-08-21 03:06:52.403 9 WARNING neutron.services.revisions.revision_plugin [None req-2cb2086a-9ed8-4cea-847e-06aba3e2b8a3 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Could not find related network for resource to bump revision. 2026-08-21 03:06:52.462 9 INFO neutron.db.segments_db [None req-2cb2086a-9ed8-4cea-847e-06aba3e2b8a3 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Added segment d99ee6e6-e837-441b-98d5-a623d86b9940 of type flat for network 6e901514-b960-4223-aad8-d65f5f07da10 2026-08-21 03:06:52.576 15 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-95d1ea2b-8394-4946-802e-40ba0ca38e89 - - - - - -] New host instance found in OVN SB DB, but not in Neutron. Add its SegmentHostMapping in Neutron 2026-08-21 03:06:52.747 9 INFO neutron.db.ovn_revision_numbers_db [None req-2cb2086a-9ed8-4cea-847e-06aba3e2b8a3 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 6e901514-b960-4223-aad8-d65f5f07da10 (type: networks) to 1 2026-08-21 03:06:52.764 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-bd10b373-7b19-4153-8b65-f4d5d1ccfab4 - - - - - -] Starting OVNClientQosExtension 2026-08-21 03:06:52.776 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-bd10b373-7b19-4153-8b65-f4d5d1ccfab4 - - - - - -] Starting OVNClientQosExtension 2026-08-21 03:06:53.087 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2cb2086a-9ed8-4cea-847e-06aba3e2b8a3 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] No more DHCP agents 2026-08-21 03:06:53.089 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2cb2086a-9ed8-4cea-847e-06aba3e2b8a3 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Unable to schedule network 6e901514-b960-4223-aad8-d65f5f07da10: no agents available; will retry on subsequent port and subnet creation events. 2026-08-21 03:06:53.236 9 INFO neutron.db.ovn_revision_numbers_db [None req-2cb2086a-9ed8-4cea-847e-06aba3e2b8a3 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 9b6c9bc3-47c3-4598-9964-1767d111def4 (type: ports) to 1 2026-08-21 03:06:53.269 9 INFO neutron.wsgi [None req-2cb2086a-9ed8-4cea-847e-06aba3e2b8a3 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "POST /v2.0/networks HTTP/1.1" status: 201 len: 886 time: 1.2689886 2026-08-21 03:06:54.452 9 INFO neutron.pecan_wsgi.hooks.translation [None req-4aae887e-033d-4fe0-beaf-263f10b58b70 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] GET failed (client error): The resource could not be found. 2026-08-21 03:06:54.453 9 INFO neutron.wsgi [None req-4aae887e-033d-4fe0-beaf-263f10b58b70 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/networks/public HTTP/1.1" status: 404 len: 290 time: 0.0513093 2026-08-21 03:06:54.532 9 INFO neutron.wsgi [None req-d36f1801-429b-4f7c-827a-8d5aa499bd7f 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/networks?name=public HTTP/1.1" status: 200 len: 890 time: 0.0728505 2026-08-21 03:06:54.564 9 INFO neutron.pecan_wsgi.hooks.translation [None req-7c2b48f4-52eb-4e3d-8b36-1cddadea6444 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] GET failed (client error): The resource could not be found. 2026-08-21 03:06:54.565 9 INFO neutron.wsgi [None req-7c2b48f4-52eb-4e3d-8b36-1cddadea6444 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/subnets/public-subnet?network_id=6e901514-b960-4223-aad8-d65f5f07da10 HTTP/1.1" status: 404 len: 295 time: 0.0247595 2026-08-21 03:06:54.592 9 INFO neutron.wsgi [None req-7adcb244-d3f3-4ec0-a058-8839c5a3f4fa 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/subnets?name=public-subnet&network_id=6e901514-b960-4223-aad8-d65f5f07da10 HTTP/1.1" status: 200 len: 188 time: 0.0221467 2026-08-21 03:06:54.923 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-60a3ee90-63d3-444e-8d26-24f8b8e874fe 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] No more DHCP agents 2026-08-21 03:06:54.927 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-60a3ee90-63d3-444e-8d26-24f8b8e874fe 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Unable to schedule network 6e901514-b960-4223-aad8-d65f5f07da10: no agents available; will retry on subsequent port and subnet creation events. 2026-08-21 03:06:55.534 9 INFO neutron.db.ovn_revision_numbers_db [None req-60a3ee90-63d3-444e-8d26-24f8b8e874fe 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 9b6c9bc3-47c3-4598-9964-1767d111def4 (type: ports) to 2 2026-08-21 03:06:55.585 9 INFO neutron.db.ovn_revision_numbers_db [None req-60a3ee90-63d3-444e-8d26-24f8b8e874fe 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 36b13ef6-a434-4d27-83cc-8957b1e20a0f (type: subnets) to 0 2026-08-21 03:06:55.602 9 INFO neutron.wsgi [None req-60a3ee90-63d3-444e-8d26-24f8b8e874fe 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 821 time: 1.0032876 2026-08-21 03:07:02.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0031536 2026-08-21 03:07:17.409 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0034194 2026-08-21 03:07:32.409 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0034711 2026-08-21 03:07:47.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0020413 2026-08-21 03:07:47.409 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0012250 2026-08-21 03:08:02.409 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0032542 2026-08-21 03:08:02.409 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0030179 2026-08-21 03:08:17.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017097 2026-08-21 03:08:17.410 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0015409 2026-08-21 03:08:32.407 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024934 2026-08-21 03:08:32.412 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0030539 2026-08-21 03:08:47.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028045 2026-08-21 03:08:47.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0029798 2026-08-21 03:09:02.407 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022340 2026-08-21 03:09:02.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0029142 2026-08-21 03:09:17.412 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0062850 2026-08-21 03:09:17.417 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0042906 2026-08-21 03:09:32.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0016162 2026-08-21 03:09:32.409 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0013862 2026-08-21 03:09:47.410 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0048792 2026-08-21 03:09:47.411 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0052073 2026-08-21 03:10:02.407 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025220 2026-08-21 03:10:02.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026822 2026-08-21 03:10:17.406 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0013266 2026-08-21 03:10:17.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0020792 2026-08-21 03:10:32.409 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0034115 2026-08-21 03:10:32.410 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0038095 2026-08-21 03:10:47.407 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0021141 2026-08-21 03:10:47.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028136 2026-08-21 03:11:02.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028143 2026-08-21 03:11:02.411 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0018899 2026-08-21 03:11:17.406 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0019627 2026-08-21 03:11:17.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0011766 2026-08-21 03:11:32.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025518 2026-08-21 03:11:32.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0033715 2026-08-21 03:11:36.515 9 INFO neutron.pecan_wsgi.hooks.translation [None req-12aa491f-fcff-43c7-accc-907b35261003 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] GET failed (client error): The resource could not be found. 2026-08-21 03:11:36.517 9 INFO neutron.wsgi [None req-12aa491f-fcff-43c7-accc-907b35261003 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/networks/lb-mgmt-net HTTP/1.1" status: 404 len: 295 time: 0.1321633 2026-08-21 03:11:36.543 9 INFO neutron.wsgi [None req-bed1e1b7-cd4b-421d-a13d-7f353e5942db 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/networks?name=lb-mgmt-net HTTP/1.1" status: 200 len: 189 time: 0.0212092 2026-08-21 03:11:36.644 9 INFO neutron.db.segments_db [None req-c1312a36-6143-4c04-9c87-f4ec6fe28ee2 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Added segment 7bae32af-6748-4a27-9829-cd61e6bddf5b of type geneve for network 5af8a885-99b4-44d9-8a1a-8bce9a155998 2026-08-21 03:11:36.862 9 INFO neutron.db.ovn_revision_numbers_db [None req-c1312a36-6143-4c04-9c87-f4ec6fe28ee2 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 5af8a885-99b4-44d9-8a1a-8bce9a155998 (type: networks) to 1 2026-08-21 03:11:37.050 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c1312a36-6143-4c04-9c87-f4ec6fe28ee2 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] No more DHCP agents 2026-08-21 03:11:37.052 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c1312a36-6143-4c04-9c87-f4ec6fe28ee2 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Unable to schedule network 5af8a885-99b4-44d9-8a1a-8bce9a155998: no agents available; will retry on subsequent port and subnet creation events. 2026-08-21 03:11:37.137 9 INFO neutron.db.ovn_revision_numbers_db [None req-c1312a36-6143-4c04-9c87-f4ec6fe28ee2 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 2786611f-56a1-4f3e-bb4c-c42ac0b825fd (type: ports) to 1 2026-08-21 03:11:37.162 9 INFO neutron.wsgi [None req-c1312a36-6143-4c04-9c87-f4ec6fe28ee2 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "POST /v2.0/networks HTTP/1.1" status: 201 len: 890 time: 0.6144133 /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-21 03:11:38.677 10 INFO neutron.pecan_wsgi.hooks.translation [None req-9f72744e-398f-4c3a-940b-29d29e84c17b 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] GET failed (client error): The resource could not be found. 2026-08-21 03:11:38.680 10 INFO neutron.wsgi [None req-9f72744e-398f-4c3a-940b-29d29e84c17b 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/networks/lb-mgmt-net HTTP/1.1" status: 404 len: 295 time: 0.6086328 2026-08-21 03:11:38.896 10 WARNING oslo_policy.policy [None req-4acca040-fcab-45d1-9129-eb3c2c6a7a3a 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Policies ['get_subnets_tags'] reference a rule that is not defined. 2026-08-21 03:11:38.900 10 INFO neutron.wsgi [None req-4acca040-fcab-45d1-9129-eb3c2c6a7a3a 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/networks?name=lb-mgmt-net HTTP/1.1" status: 200 len: 875 time: 0.2160490 2026-08-21 03:11:38.928 10 INFO neutron.pecan_wsgi.hooks.translation [None req-d609347d-635d-4952-96a8-d1f1f973c3f6 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] GET failed (client error): The resource could not be found. 2026-08-21 03:11:38.929 10 INFO neutron.wsgi [None req-d609347d-635d-4952-96a8-d1f1f973c3f6 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/subnets/lb-mgmt-subnet?network_id=5af8a885-99b4-44d9-8a1a-8bce9a155998 HTTP/1.1" status: 404 len: 296 time: 0.0225208 2026-08-21 03:11:38.952 10 INFO neutron.wsgi [None req-dd868f10-cf0f-440a-b4a1-46ead565fb68 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=5af8a885-99b4-44d9-8a1a-8bce9a155998 HTTP/1.1" status: 200 len: 188 time: 0.0194488 2026-08-21 03:11:39.176 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6b1717c0-e66f-4570-86eb-3466c8b4fa80 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] No more DHCP agents 2026-08-21 03:11:39.179 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6b1717c0-e66f-4570-86eb-3466c8b4fa80 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Unable to schedule network 5af8a885-99b4-44d9-8a1a-8bce9a155998: no agents available; will retry on subsequent port and subnet creation events. 2026-08-21 03:11:39.180 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-6b1717c0-e66f-4570-86eb-3466c8b4fa80 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Starting OVNClientQosExtension 2026-08-21 03:11:39.181 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [None req-6b1717c0-e66f-4570-86eb-3466c8b4fa80 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Starting OVNClientPlacementExtension 2026-08-21 03:11:39.942 10 INFO neutron.db.ovn_revision_numbers_db [None req-6b1717c0-e66f-4570-86eb-3466c8b4fa80 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 2786611f-56a1-4f3e-bb4c-c42ac0b825fd (type: ports) to 2 2026-08-21 03:11:39.988 10 INFO neutron.db.ovn_revision_numbers_db [None req-6b1717c0-e66f-4570-86eb-3466c8b4fa80 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 01d8c34a-471b-4344-87bd-344e864d9666 (type: subnets) to 0 2026-08-21 03:11:40.006 10 INFO neutron.wsgi [None req-6b1717c0-e66f-4570-86eb-3466c8b4fa80 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 807 time: 1.0483973 2026-08-21 03:11:41.078 10 INFO neutron.api.v2.resource [None req-45e36dd8-5466-45f9-876b-ae5c98c39e8e 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] show failed (client error): The resource could not be found. 2026-08-21 03:11:41.079 10 INFO neutron.wsgi [None req-45e36dd8-5466-45f9-876b-ae5c98c39e8e 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/lb-health-mgr-sec-grp HTTP/1.1" status: 404 len: 313 time: 0.0573428 2026-08-21 03:11:41.120 10 INFO neutron.wsgi [None req-7a0f7a30-2d76-49a8-b130-e87ccd7bed1e 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups?name=lb-health-mgr-sec-grp HTTP/1.1" status: 200 len: 197 time: 0.0358751 2026-08-21 03:11:41.283 10 INFO neutron.db.ovn_revision_numbers_db [None req-4858e6c6-a4e8-47f9-9e67-3710bb9f3134 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 9376bce1-ebb6-4af2-855c-a97f684f747b (type: security_groups) to 1 2026-08-21 03:11:41.301 10 INFO neutron.db.ovn_revision_numbers_db [None req-4858e6c6-a4e8-47f9-9e67-3710bb9f3134 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource d961f3d3-e829-4745-86f5-17637fe99334 (type: security_group_rules) to 0 2026-08-21 03:11:41.315 10 INFO neutron.db.ovn_revision_numbers_db [None req-4858e6c6-a4e8-47f9-9e67-3710bb9f3134 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource f77b6236-b1d4-446b-ab47-071fe59676de (type: security_group_rules) to 0 2026-08-21 03:11:41.337 10 INFO neutron.wsgi [None req-4858e6c6-a4e8-47f9-9e67-3710bb9f3134 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1797 time: 0.2113676 2026-08-21 03:11:42.428 10 INFO neutron.wsgi [None req-fb551ac8-a5ba-466f-87c7-3325c2ccf003 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/9376bce1-ebb6-4af2-855c-a97f684f747b HTTP/1.1" status: 200 len: 1792 time: 0.0585041 2026-08-21 03:11:42.509 10 INFO neutron.wsgi [None req-410cfdc5-1946-4260-b57f-a1c52b540238 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/9376bce1-ebb6-4af2-855c-a97f684f747b HTTP/1.1" status: 200 len: 1792 time: 0.0729840 2026-08-21 03:11:42.537 10 INFO neutron.wsgi [None req-616a1e93-8027-4038-b252-e76d19fe30f4 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/9376bce1-ebb6-4af2-855c-a97f684f747b HTTP/1.1" status: 200 len: 1792 time: 0.0202131 2026-08-21 03:11:42.645 10 INFO neutron.db.ovn_revision_numbers_db [None req-cdb2d7bb-93ba-4fec-9666-fbc49ce433c8 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource a098b556-7da9-415f-b8b4-4d80eb945992 (type: security_group_rules) to 0 2026-08-21 03:11:42.681 10 INFO neutron.wsgi [None req-cdb2d7bb-93ba-4fec-9666-fbc49ce433c8 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 781 time: 0.1369917 2026-08-21 03:11:42.888 15 INFO neutron.db.ovn_revision_numbers_db [None req-3a1b9fbe-be2a-48c7-b5f4-6edb24004b35 - - - - - -] Successfully bumped revision number for resource 6e901514-b960-4223-aad8-d65f5f07da10 (type: networks) to 2 2026-08-21 03:11:42.888 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-3a1b9fbe-be2a-48c7-b5f4-6edb24004b35 - - - - - -] Maintenance task: Synchronization completed (took 0.20 seconds) 2026-08-21 03:11:43.631 9 INFO neutron.wsgi [None req-3a274d3f-d53d-4d6e-a2ef-bd36561fcc95 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/9376bce1-ebb6-4af2-855c-a97f684f747b HTTP/1.1" status: 200 len: 2406 time: 0.0594172 2026-08-21 03:11:43.675 9 INFO neutron.wsgi [None req-37174dbc-cc3d-4d08-a542-57cbaa0fa7ac 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/9376bce1-ebb6-4af2-855c-a97f684f747b HTTP/1.1" status: 200 len: 2406 time: 0.0346429 2026-08-21 03:11:43.707 9 INFO neutron.wsgi [None req-d14ab86c-8259-4259-a8cf-0b780fb27ce2 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/9376bce1-ebb6-4af2-855c-a97f684f747b HTTP/1.1" status: 200 len: 2406 time: 0.0273700 2026-08-21 03:11:43.883 9 INFO neutron.db.ovn_revision_numbers_db [None req-3d90e381-93bd-49b8-9a6b-fbc1986dbc92 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 1ac84777-2c28-4cb5-a228-804ca5a417b5 (type: security_group_rules) to 0 2026-08-21 03:11:43.913 9 INFO neutron.wsgi [None req-3d90e381-93bd-49b8-9a6b-fbc1986dbc92 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 783 time: 0.1991749 2026-08-21 03:11:44.904 9 INFO neutron.wsgi [None req-6808e0fe-f625-4885-b4b5-91de597b9ef6 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/9376bce1-ebb6-4af2-855c-a97f684f747b HTTP/1.1" status: 200 len: 3022 time: 0.0652401 2026-08-21 03:11:44.942 9 INFO neutron.wsgi [None req-a82ffa36-3726-4e54-b1f0-b349afcf37b2 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/9376bce1-ebb6-4af2-855c-a97f684f747b HTTP/1.1" status: 200 len: 3022 time: 0.0310042 2026-08-21 03:11:44.982 9 INFO neutron.wsgi [None req-ed2e1615-eb95-487d-ab68-ca8da933a6d0 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/9376bce1-ebb6-4af2-855c-a97f684f747b HTTP/1.1" status: 200 len: 3022 time: 0.0325491 2026-08-21 03:11:45.133 9 INFO neutron.db.ovn_revision_numbers_db [None req-053c1f35-0758-4255-a16e-c03bc9a8a945 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource e01f08a6-0c8a-43eb-98e3-4b7b34ff54d6 (type: security_group_rules) to 0 2026-08-21 03:11:45.162 9 INFO neutron.wsgi [None req-053c1f35-0758-4255-a16e-c03bc9a8a945 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 783 time: 0.1735899 2026-08-21 03:11:46.117 10 INFO neutron.wsgi [None req-383370cd-9251-4be7-a8b3-ec42d0af869e 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/9376bce1-ebb6-4af2-855c-a97f684f747b HTTP/1.1" status: 200 len: 3638 time: 0.0594728 2026-08-21 03:11:46.158 10 INFO neutron.wsgi [None req-9ee4c0f5-6967-470c-9666-fca2fa8fc024 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/9376bce1-ebb6-4af2-855c-a97f684f747b HTTP/1.1" status: 200 len: 3638 time: 0.0339715 2026-08-21 03:11:46.197 10 INFO neutron.wsgi [None req-a6705135-51d9-425e-b0f5-39bae8d81896 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/9376bce1-ebb6-4af2-855c-a97f684f747b HTTP/1.1" status: 200 len: 3638 time: 0.0292940 2026-08-21 03:11:46.335 10 INFO neutron.db.ovn_revision_numbers_db [None req-650dc03b-2abb-4fc6-9b37-de1e93f68dac 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 8aab7ee8-d536-415c-a9a6-e29a3db30108 (type: security_group_rules) to 0 2026-08-21 03:11:46.365 10 INFO neutron.wsgi [None req-650dc03b-2abb-4fc6-9b37-de1e93f68dac 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 783 time: 0.1618445 2026-08-21 03:11:47.301 9 INFO neutron.wsgi [None req-32588b9e-2051-4ad8-b62a-a623f93e45ff 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/9376bce1-ebb6-4af2-855c-a97f684f747b HTTP/1.1" status: 200 len: 4254 time: 0.0645552 2026-08-21 03:11:47.349 9 INFO neutron.wsgi [None req-b3711e24-b0b4-44e3-9d1c-8e8b65767d37 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/9376bce1-ebb6-4af2-855c-a97f684f747b HTTP/1.1" status: 200 len: 4254 time: 0.0397592 2026-08-21 03:11:47.391 9 INFO neutron.wsgi [None req-ffae5c82-aa4a-4be1-84c7-23669eab499f 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/9376bce1-ebb6-4af2-855c-a97f684f747b HTTP/1.1" status: 200 len: 4254 time: 0.0350180 2026-08-21 03:11:47.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028996 2026-08-21 03:11:47.410 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0012360 2026-08-21 03:11:47.557 9 INFO neutron.db.ovn_revision_numbers_db [None req-71dfab9e-b62a-4908-8b21-85dbdf47e059 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 8fcfe9e9-450f-4b67-b94c-e2ae1ec7b114 (type: security_group_rules) to 0 2026-08-21 03:11:47.584 9 INFO neutron.wsgi [None req-71dfab9e-b62a-4908-8b21-85dbdf47e059 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 783 time: 0.1852407 2026-08-21 03:11:48.786 10 INFO neutron.wsgi [None req-054dfdc6-dcb3-4ee3-9f7c-fba38d9f7c06 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/networks/5af8a885-99b4-44d9-8a1a-8bce9a155998 HTTP/1.1" status: 200 len: 910 time: 0.1217370 2026-08-21 03:11:48.828 10 INFO neutron.pecan_wsgi.hooks.translation [None req-39557f3f-f6e1-408c-a8ca-3ea5a85b59cd 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] GET failed (client error): The resource could not be found. 2026-08-21 03:11:48.830 10 INFO neutron.wsgi [None req-39557f3f-f6e1-408c-a8ca-3ea5a85b59cd 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/ports/octavia-health-manager-port-instance?network_id=5af8a885-99b4-44d9-8a1a-8bce9a155998 HTTP/1.1" status: 404 len: 314 time: 0.0350201 2026-08-21 03:11:48.867 10 INFO neutron.wsgi [None req-0fa5378e-0cc5-43a1-99e1-50e9e5ca2a03 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=5af8a885-99b4-44d9-8a1a-8bce9a155998 HTTP/1.1" status: 200 len: 186 time: 0.0330825 2026-08-21 03:11:48.919 10 INFO neutron.wsgi [None req-c08f66b3-c2a6-4e11-b482-9b84b63f0d3b 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/9376bce1-ebb6-4af2-855c-a97f684f747b HTTP/1.1" status: 200 len: 4870 time: 0.0474057 2026-08-21 03:11:49.230 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8d479d24-85bb-457f-947f-fc32d27e1e56 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] No more DHCP agents 2026-08-21 03:11:49.232 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8d479d24-85bb-457f-947f-fc32d27e1e56 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Unable to schedule network 5af8a885-99b4-44d9-8a1a-8bce9a155998: no agents available; will retry on subsequent port and subnet creation events. 2026-08-21 03:11:49.390 10 INFO neutron.db.ovn_revision_numbers_db [None req-8d479d24-85bb-457f-947f-fc32d27e1e56 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 78393911-00d8-4eaf-b48a-b452b0a07231 (type: ports) to 1 2026-08-21 03:11:49.420 10 INFO neutron.wsgi [None req-8d479d24-85bb-457f-947f-fc32d27e1e56 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1277 time: 0.4898238 2026-08-21 03:11:55.429 9 INFO neutron.pecan_wsgi.hooks.translation [None req-fa4662ff-29d4-419c-9d1f-837e21a83572 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] GET failed (client error): The resource could not be found. 2026-08-21 03:11:55.431 9 INFO neutron.wsgi [None req-fa4662ff-29d4-419c-9d1f-837e21a83572 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/ports/octavia-health-manager-port-instance HTTP/1.1" status: 404 len: 314 time: 0.0612853 2026-08-21 03:11:55.577 9 INFO neutron.wsgi [None req-0998157c-7e7f-4a62-aacf-e7902eecc2bc 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/ports?name=octavia-health-manager-port-instance HTTP/1.1" status: 200 len: 1275 time: 0.1400590 2026-08-21 03:11:56.035 9 INFO neutron.db.ovn_revision_numbers_db [None req-510ef53c-4322-499a-bf4b-50529902f254 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 78393911-00d8-4eaf-b48a-b452b0a07231 (type: ports) to 1 2026-08-21 03:11:56.302 9 INFO neutron.db.ovn_revision_numbers_db [None req-510ef53c-4322-499a-bf4b-50529902f254 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 78393911-00d8-4eaf-b48a-b452b0a07231 (type: ports) to 2 2026-08-21 03:11:56.325 9 INFO neutron.wsgi [None req-510ef53c-4322-499a-bf4b-50529902f254 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "PUT /v2.0/ports/78393911-00d8-4eaf-b48a-b452b0a07231 HTTP/1.1" status: 200 len: 1362 time: 0.7380788 /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-21 03:11:57.947 9 INFO neutron.wsgi [None req-fb0d61c9-b2cb-44c7-b650-9a4837fc62df 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/ports HTTP/1.1" status: 200 len: 3507 time: 0.0925071 /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-21 03:11:58.997 10 INFO neutron.api.v2.resource [None req-995c9dde-064f-493c-9237-ef28721a607e 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] show failed (client error): The resource could not be found. 2026-08-21 03:11:58.999 10 INFO neutron.wsgi [None req-995c9dde-064f-493c-9237-ef28721a607e 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/lb-mgmt-sec-grp HTTP/1.1" status: 404 len: 307 time: 0.0461278 2026-08-21 03:11:59.036 10 INFO neutron.wsgi [None req-942a8069-45b0-4552-8827-73c4453b432f 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups?name=lb-mgmt-sec-grp HTTP/1.1" status: 200 len: 197 time: 0.0330024 2026-08-21 03:11:59.199 10 INFO neutron.db.ovn_revision_numbers_db [None req-06e70a66-9498-4e9e-9922-3aabdda9af0d 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 6513cf9a-06a6-4b9d-9e82-8f9bcb695608 (type: security_groups) to 1 2026-08-21 03:11:59.217 10 INFO neutron.db.ovn_revision_numbers_db [None req-06e70a66-9498-4e9e-9922-3aabdda9af0d 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 2be2a0d1-2341-4976-872d-a1c269e8ed90 (type: security_group_rules) to 0 2026-08-21 03:11:59.234 10 INFO neutron.db.ovn_revision_numbers_db [None req-06e70a66-9498-4e9e-9922-3aabdda9af0d 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 5c717f45-5b7b-4546-a9fc-8095a9273a51 (type: security_group_rules) to 0 2026-08-21 03:11:59.258 10 INFO neutron.wsgi [None req-06e70a66-9498-4e9e-9922-3aabdda9af0d 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1791 time: 0.2144921 2026-08-21 03:12:00.372 10 INFO neutron.wsgi [None req-86babb7c-f628-432d-aaa4-1f8837327aba 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/6513cf9a-06a6-4b9d-9e82-8f9bcb695608 HTTP/1.1" status: 200 len: 1786 time: 0.0661447 2026-08-21 03:12:00.409 10 INFO neutron.wsgi [None req-c2ddb865-7d04-4cf2-b27f-f91f735c9c45 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/6513cf9a-06a6-4b9d-9e82-8f9bcb695608 HTTP/1.1" status: 200 len: 1786 time: 0.0321906 2026-08-21 03:12:00.441 10 INFO neutron.wsgi [None req-24d65d2c-a6a9-44e2-96cf-06020538391e 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/6513cf9a-06a6-4b9d-9e82-8f9bcb695608 HTTP/1.1" status: 200 len: 1786 time: 0.0270185 2026-08-21 03:12:00.595 10 INFO neutron.db.ovn_revision_numbers_db [None req-ccd902fe-6847-4e41-8037-d37535378440 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource cbee451a-095b-44ae-a2df-f590db4f1b05 (type: security_group_rules) to 0 2026-08-21 03:12:00.626 10 INFO neutron.wsgi [None req-ccd902fe-6847-4e41-8037-d37535378440 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 801 time: 0.1778650 2026-08-21 03:12:01.542 9 INFO neutron.wsgi [None req-1cfefc98-daea-466d-a7c9-07b1a361fb4d 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/6513cf9a-06a6-4b9d-9e82-8f9bcb695608 HTTP/1.1" status: 200 len: 2420 time: 0.0612397 2026-08-21 03:12:01.578 9 INFO neutron.wsgi [None req-dcbbe945-a5b9-470c-9f35-cff9a0df764e 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/6513cf9a-06a6-4b9d-9e82-8f9bcb695608 HTTP/1.1" status: 200 len: 2420 time: 0.0283053 2026-08-21 03:12:01.622 9 INFO neutron.wsgi [None req-a7997c92-38a2-423a-b977-36a66ce7fc8c 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/security-groups/6513cf9a-06a6-4b9d-9e82-8f9bcb695608 HTTP/1.1" status: 200 len: 2420 time: 0.0365207 2026-08-21 03:12:01.802 9 INFO neutron.db.ovn_revision_numbers_db [None req-97de9207-b76e-4395-b940-4ff029be8cab 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] Successfully bumped revision number for resource 12f487fd-dad1-41eb-b3d5-dc9b5d9703e1 (type: security_group_rules) to 0 2026-08-21 03:12:01.829 9 INFO neutron.wsgi [None req-97de9207-b76e-4395-b940-4ff029be8cab 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 805 time: 0.1992476 2026-08-21 03:12:02.406 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0015724 2026-08-21 03:12:02.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0032160 2026-08-21 03:12:17.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0032394 2026-08-21 03:12:17.413 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0019779 2026-08-21 03:12:32.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0037260 2026-08-21 03:12:32.409 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0041168 2026-08-21 03:12:47.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025589 2026-08-21 03:12:47.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0029845 2026-08-21 03:13:02.405 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0016789 2026-08-21 03:13:02.407 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0032644 2026-08-21 03:13:04.870 10 INFO neutron.wsgi [None req-645d3a49-07af-4fb7-9962-67011e94b510 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "GET /v2.0/quotas/702d9d3d6cb14c25ad5c77e5534f3684 HTTP/1.1" status: 200 len: 467 time: 0.0178020 /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/quotasv2.py:139: UserWarning: Neutron quota engine will require "--force" parameter to set a quota limit without checking the resource usage. warnings.warn('Neutron quota engine will require "--force" ' 2026-08-21 03:13:05.302 10 INFO neutron.wsgi [None req-653a3245-e114-4d64-8a73-307144a0a914 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116,10.0.0.231 "PUT /v2.0/quotas/702d9d3d6cb14c25ad5c77e5534f3684 HTTP/1.1" status: 200 len: 466 time: 0.0342994 2026-08-21 03:13:17.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0027785 2026-08-21 03:13:17.412 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022171 2026-08-21 03:13:32.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026727 2026-08-21 03:13:32.409 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0031347 2026-08-21 03:13:47.409 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0040519 2026-08-21 03:13:47.412 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0021777 2026-08-21 03:14:02.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0030887 2026-08-21 03:14:02.409 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0035319 2026-08-21 03:14:17.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0029702 2026-08-21 03:14:17.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028608 2026-08-21 03:14:32.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0029809 2026-08-21 03:14:32.413 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0041232 2026-08-21 03:14:47.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0029190 2026-08-21 03:14:47.413 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0033360 2026-08-21 03:15:02.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028596 2026-08-21 03:15:02.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0032251 /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-21 03:15:14.541 9 INFO neutron.pecan_wsgi.hooks.translation [None req-10797ef2-8f9a-4e0a-add9-d980d2c73eba 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] GET failed (client error): The resource could not be found. 2026-08-21 03:15:14.543 9 INFO neutron.wsgi [None req-10797ef2-8f9a-4e0a-add9-d980d2c73eba 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116 "GET /v2.0/ports/octavia-health-manager-port-instance HTTP/1.1" status: 404 len: 338 time: 0.1403589 2026-08-21 03:15:14.587 9 INFO neutron.wsgi [None req-944e9783-efa0-4db8-9549-b79ab9af4805 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116 "GET /v2.0/ports?name=octavia-health-manager-port-instance HTTP/1.1" status: 200 len: 1417 time: 0.0380130 2026-08-21 03:15:16.536 9 INFO neutron.pecan_wsgi.hooks.translation [None req-f83271c7-3915-4299-a49f-d37550a8c623 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] GET failed (client error): The resource could not be found. 2026-08-21 03:15:16.539 9 INFO neutron.wsgi [None req-f83271c7-3915-4299-a49f-d37550a8c623 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116 "GET /v2.0/ports/octavia-health-manager-port-instance HTTP/1.1" status: 404 len: 338 time: 0.1039214 2026-08-21 03:15:16.578 9 INFO neutron.wsgi [None req-41a49d94-c95b-44a6-b456-0841f5f21382 9212efcc4dd3408ab1b629ce04ba1108 702d9d3d6cb14c25ad5c77e5534f3684 - - default default] 199.204.45.116 "GET /v2.0/ports?name=octavia-health-manager-port-instance HTTP/1.1" status: 200 len: 1417 time: 0.0334196 2026-08-21 03:15:17.416 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022275 2026-08-21 03:15:17.419 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0020170 2026-08-21 03:15:17.420 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status up for port: 78393911-00d8-4eaf-b48a-b452b0a07231 2026-08-21 03:15:17.463 10 INFO neutron.plugins.ml2.plugin [None req-0e781c5a-58f4-4f51-9722-a1dc39a0b508 - - - - - -] Attempt 1 to provision port 78393911-00d8-4eaf-b48a-b452b0a07231 2026-08-21 03:15:17.751 10 INFO neutron.db.ovn_revision_numbers_db [None req-0e781c5a-58f4-4f51-9722-a1dc39a0b508 - - - - - -] Successfully bumped revision number for resource 78393911-00d8-4eaf-b48a-b452b0a07231 (type: ports) to 4 2026-08-21 03:15:32.407 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0020020 2026-08-21 03:15:32.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0027213 2026-08-21 03:15:47.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025048 2026-08-21 03:15:47.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0040092 2026-08-21 03:16:02.407 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023639 2026-08-21 03:16:02.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0035551 2026-08-21 03:16:17.422 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0018005 2026-08-21 03:16:17.425 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0018277 2026-08-21 03:16:32.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0027528 2026-08-21 03:16:32.411 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0018008 2026-08-21 03:16:42.866 15 INFO neutron.db.ovn_revision_numbers_db [None req-3a1b9fbe-be2a-48c7-b5f4-6edb24004b35 - - - - - -] Successfully bumped revision number for resource 5af8a885-99b4-44d9-8a1a-8bce9a155998 (type: networks) to 2 2026-08-21 03:16:42.930 15 INFO neutron.db.ovn_revision_numbers_db [None req-3a1b9fbe-be2a-48c7-b5f4-6edb24004b35 - - - - - -] Successfully bumped revision number for resource 9376bce1-ebb6-4af2-855c-a97f684f747b (type: security_groups) to 6 2026-08-21 03:16:42.992 15 INFO neutron.db.ovn_revision_numbers_db [None req-3a1b9fbe-be2a-48c7-b5f4-6edb24004b35 - - - - - -] Successfully bumped revision number for resource 6513cf9a-06a6-4b9d-9e82-8f9bcb695608 (type: security_groups) to 3 2026-08-21 03:16:42.993 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-3a1b9fbe-be2a-48c7-b5f4-6edb24004b35 - - - - - -] Maintenance task: Synchronization completed (took 0.27 seconds) 2026-08-21 03:16:47.409 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0040934 2026-08-21 03:16:47.412 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0013790 2026-08-21 03:17:02.406 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0016816 2026-08-21 03:17:02.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026479 2026-08-21 03:17:17.406 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0018079 2026-08-21 03:17:17.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0029263 2026-08-21 03:17:32.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025051 2026-08-21 03:17:32.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0034583 2026-08-21 03:17:47.407 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023639 2026-08-21 03:17:47.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026197 2026-08-21 03:18:02.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025470 2026-08-21 03:18:02.410 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0013752 2026-08-21 03:18:17.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0030470 2026-08-21 03:18:17.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023611 2026-08-21 03:18:32.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025330 2026-08-21 03:18:32.409 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022974 2026-08-21 03:18:47.407 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026803 2026-08-21 03:18:47.411 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028279 2026-08-21 03:19:02.406 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0020504 2026-08-21 03:19:02.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0030341 2026-08-21 03:19:17.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023832 2026-08-21 03:19:17.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0030711 2026-08-21 03:19:32.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0030580 2026-08-21 03:19:32.409 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0030394 2026-08-21 03:19:47.406 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0016961 2026-08-21 03:19:47.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0032187 2026-08-21 03:20:02.407 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028493 2026-08-21 03:20:02.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0029655 2026-08-21 03:20:17.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026777 2026-08-21 03:20:17.409 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0037663 2026-08-21 03:20:32.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0030625 2026-08-21 03:20:32.409 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0044138 2026-08-21 03:20:47.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026829 2026-08-21 03:20:47.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028877 2026-08-21 03:21:02.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028305 2026-08-21 03:21:02.409 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0039783 2026-08-21 03:21:17.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0029733 2026-08-21 03:21:17.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0032094 2026-08-21 03:21:32.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0030100 2026-08-21 03:21:32.409 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0040982 2026-08-21 03:21:47.413 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0066013 2026-08-21 03:21:47.416 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0014601 2026-08-21 03:22:02.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025413 2026-08-21 03:22:02.410 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0012379 2026-08-21 03:22:17.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0020378 2026-08-21 03:22:17.410 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0020223 2026-08-21 03:22:32.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026762 2026-08-21 03:22:32.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0027287 2026-08-21 03:22:47.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022776 2026-08-21 03:22:47.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0032980 2026-08-21 03:23:02.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028911 2026-08-21 03:23:02.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0037551 2026-08-21 03:23:17.407 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0019104 2026-08-21 03:23:17.409 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0016122 2026-08-21 03:23:32.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0019934 2026-08-21 03:23:32.407 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024397 2026-08-21 03:23:47.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025518 2026-08-21 03:23:47.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0035205 2026-08-21 03:24:02.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0032351 2026-08-21 03:24:02.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028868 2026-08-21 03:24:17.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025229 2026-08-21 03:24:17.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0033982 2026-08-21 03:24:32.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0019858 2026-08-21 03:24:32.411 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0058422 2026-08-21 03:24:47.410 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0051243 2026-08-21 03:24:47.413 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0018916 2026-08-21 03:25:02.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0018759 2026-08-21 03:25:02.410 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022917 2026-08-21 03:25:17.407 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025384 2026-08-21 03:25:17.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028429 2026-08-21 03:25:32.406 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0019994 2026-08-21 03:25:32.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0036187 2026-08-21 03:25:47.406 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0018439 2026-08-21 03:25:47.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0030942 2026-08-21 03:26:02.406 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0014801 2026-08-21 03:26:02.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025256 2026-08-21 03:26:17.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024745 2026-08-21 03:26:17.409 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0041075 2026-08-21 03:26:32.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0019670 2026-08-21 03:26:32.407 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0021260 2026-08-21 03:26:47.407 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025413 2026-08-21 03:26:47.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028358 2026-08-21 03:27:02.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028355 2026-08-21 03:27:02.409 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0036714 2026-08-21 03:27:17.408 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0029161 2026-08-21 03:27:17.409 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0032153 2026-08-21 03:27:32.407 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028191 2026-08-21 03:27:32.408 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0027344 2026-08-21 03:27:47.406 10 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0020704 2026-08-21 03:27:47.407 9 INFO neutron.wsgi [-] 10.0.0.231 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0027757