+ 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/plugins/ml2/ml2_conf.ini /var/lib/openstack/lib/python3.10/site-packages/munch/__init__.py:24: 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-04-07 00:42:04.851 1 INFO neutron.common.config [-] Logging enabled! 2026-04-07 00:42:04.851 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-server version 21.2.2.dev24 2026-04-07 00:42:04.852 1 INFO neutron.common.config [-] Logging enabled! 2026-04-07 00:42:04.853 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-server version 21.2.2.dev24 2026-04-07 00:42:05.062 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-07 00:42:05.720 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-04-07 00:42:05.722 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-07 00:42:05.725 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-04-07 00:42:05.725 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-04-07 00:42:05.725 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-04-07 00:42:05.725 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['geneve'] 2026-04-07 00:42:05.726 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-07 00:42:05.732 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-07 00:42:05.732 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-07 00:42:05.732 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-04-07 00:42:06.030 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-04-07 00:42:06.030 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-04-07 00:42:06.030 1 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-04-07 00:42:06.056 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-07 00:42:06.056 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-07 00:42:06.056 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-04-07 00:42:06.057 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-04-07 00:42:08.171 1 INFO neutron.plugins.ml2.managers [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Initializing driver for type 'vlan' 2026-04-07 00:42:08.324 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] VlanTypeDriver initialization complete 2026-04-07 00:42:08.325 1 INFO neutron.plugins.ml2.managers [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-07 00:42:08.325 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-07 00:42:08.325 1 INFO neutron.plugins.ml2.managers [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Initializing extension driver 'port_security' 2026-04-07 00:42:08.326 1 INFO neutron.plugins.ml2.extensions.port_security [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-07 00:42:08.326 1 INFO neutron.plugins.ml2.managers [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Initializing extension driver 'qos' 2026-04-07 00:42:08.326 1 INFO neutron.plugins.ml2.managers [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Initializing mechanism driver 'ovn' 2026-04-07 00:42:08.327 1 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Starting OVNMechanismDriver 2026-04-07 00:42:08.351 1 INFO neutron.services.logapi.drivers.ovn.driver [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] OVN logging driver registered 2026-04-07 00:42:08.356 1 INFO neutron.quota [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded quota_driver: . 2026-04-07 00:42:08.357 1 INFO neutron.plugins.ml2.plugin [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Modular L2 Plugin initialization complete 2026-04-07 00:42:08.357 1 INFO neutron.plugins.ml2.managers [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-07 00:42:08.357 1 INFO neutron.plugins.ml2.managers [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-07 00:42:08.358 1 INFO neutron.plugins.ml2.managers [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-07 00:42:08.358 1 INFO neutron.extensions.vlantransparent [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Disabled vlantransparent extension. 2026-04-07 00:42:08.358 1 INFO neutron.manager [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loading Plugin: qos 2026-04-07 00:42:08.367 1 INFO neutron.manager [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loading Plugin: ovn-router 2026-04-07 00:42:08.381 1 INFO neutron.services.ovn_l3.plugin [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Starting OVNL3RouterPlugin 2026-04-07 00:42:08.382 1 INFO neutron.manager [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loading Plugin: segments 2026-04-07 00:42:08.451 1 INFO neutron.manager [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loading Plugin: trunk 2026-04-07 00:42:08.457 1 INFO neutron.manager [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loading Plugin: log 2026-04-07 00:42:08.459 1 INFO neutron.manager [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loading Plugin: auto_allocate 2026-04-07 00:42:08.462 1 INFO neutron.manager [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loading Plugin: tag 2026-04-07 00:42:08.466 1 INFO neutron.manager [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loading Plugin: timestamp 2026-04-07 00:42:08.468 1 INFO neutron.manager [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loading Plugin: network_ip_availability 2026-04-07 00:42:08.471 1 INFO neutron.manager [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loading Plugin: flavors 2026-04-07 00:42:08.474 1 INFO neutron.manager [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loading Plugin: revisions 2026-04-07 00:42:08.476 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Initializing extension manager. 2026-04-07 00:42:08.477 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: address-group 2026-04-07 00:42:08.478 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: address-scope 2026-04-07 00:42:08.479 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-04-07 00:42:08.479 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: agent 2026-04-07 00:42:08.480 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-04-07 00:42:08.481 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-07 00:42:08.482 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-07 00:42:08.482 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: availability_zone 2026-04-07 00:42:08.483 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-04-07 00:42:08.483 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-07 00:42:08.484 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: default-subnetpools 2026-04-07 00:42:08.485 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-07 00:42:08.486 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: dns-integration 2026-04-07 00:42:08.486 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: dns-domain-ports 2026-04-07 00:42:08.487 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-04-07 00:42:08.488 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension dvr not supported by any of loaded plugins 2026-04-07 00:42:08.488 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-07 00:42:08.489 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension empty-string-filtering not supported by any of loaded plugins 2026-04-07 00:42:08.489 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-07 00:42:08.490 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-07 00:42:08.490 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: external-net 2026-04-07 00:42:08.491 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-07 00:42:08.491 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: extraroute 2026-04-07 00:42:08.492 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension extraroute-atomic not supported by any of loaded plugins 2026-04-07 00:42:08.493 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: filter-validation 2026-04-07 00:42:08.493 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-07 00:42:08.494 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-07 00:42:08.494 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-07 00:42:08.495 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: fip-port-details 2026-04-07 00:42:08.495 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: flavors 2026-04-07 00:42:08.496 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-07 00:42:08.497 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: floatingip-pools 2026-04-07 00:42:08.497 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: ip_allocation 2026-04-07 00:42:08.498 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-04-07 00:42:08.498 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: l2_adjacency 2026-04-07 00:42:08.499 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: router 2026-04-07 00:42:08.501 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-07 00:42:08.501 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: ext-gw-mode 2026-04-07 00:42:08.502 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension l3-ha not supported by any of loaded plugins 2026-04-07 00:42:08.502 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-07 00:42:08.503 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension l3-flavors not supported by any of loaded plugins 2026-04-07 00:42:08.504 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-07 00:42:08.505 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-04-07 00:42:08.506 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension l3_agent_scheduler not supported by any of loaded plugins 2026-04-07 00:42:08.507 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-07 00:42:08.508 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: logging 2026-04-07 00:42:08.509 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-07 00:42:08.509 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-07 00:42:08.510 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: multi-provider 2026-04-07 00:42:08.510 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: net-mtu 2026-04-07 00:42:08.511 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: net-mtu-writable 2026-04-07 00:42:08.511 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: network_availability_zone 2026-04-07 00:42:08.512 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: network-ip-availability 2026-04-07 00:42:08.513 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-07 00:42:08.513 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: pagination 2026-04-07 00:42:08.514 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: port-device-profile 2026-04-07 00:42:08.514 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-04-07 00:42:08.515 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-07 00:42:08.515 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-07 00:42:08.516 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: port-resource-request 2026-04-07 00:42:08.516 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-07 00:42:08.517 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: binding 2026-04-07 00:42:08.517 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: binding-extended 2026-04-07 00:42:08.518 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: port-security 2026-04-07 00:42:08.518 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: project-id 2026-04-07 00:42:08.519 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: provider 2026-04-07 00:42:08.520 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: qos 2026-04-07 00:42:08.521 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-07 00:42:08.521 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-07 00:42:08.522 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: qos-default 2026-04-07 00:42:08.522 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: qos-fip 2026-04-07 00:42:08.523 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-07 00:42:08.523 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-07 00:42:08.524 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-07 00:42:08.524 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-07 00:42:08.525 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-07 00:42:08.526 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: qos-pps 2026-04-07 00:42:08.526 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-07 00:42:08.526 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-07 00:42:08.527 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: qos-rules-alias 2026-04-07 00:42:08.528 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: quota-check-limit 2026-04-07 00:42:08.529 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: quotas 2026-04-07 00:42:08.530 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: quota_details 2026-04-07 00:42:08.531 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: rbac-policies 2026-04-07 00:42:08.531 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-04-07 00:42:08.532 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: rbac-address-scope 2026-04-07 00:42:08.532 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: rbac-security-groups 2026-04-07 00:42:08.533 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-04-07 00:42:08.533 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: revision-if-match 2026-04-07 00:42:08.534 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-07 00:42:08.535 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: router_availability_zone 2026-04-07 00:42:08.535 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-07 00:42:08.536 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-07 00:42:08.536 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-04-07 00:42:08.536 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-07 00:42:08.537 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-07 00:42:08.543 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: security-group 2026-04-07 00:42:08.544 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: segment 2026-04-07 00:42:08.544 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-07 00:42:08.545 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: service-type 2026-04-07 00:42:08.545 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: sorting 2026-04-07 00:42:08.546 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: standard-attr-segment 2026-04-07 00:42:08.546 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: standard-attr-description 2026-04-07 00:42:08.547 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: stateful-security-group 2026-04-07 00:42:08.547 1 WARNING neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-04-07 00:42:08.548 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-04-07 00:42:08.548 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension subnet_onboard not supported by any of loaded plugins 2026-04-07 00:42:08.549 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-07 00:42:08.549 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: subnet-service-types 2026-04-07 00:42:08.550 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: subnet_allocation 2026-04-07 00:42:08.551 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-07 00:42:08.551 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-07 00:42:08.553 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: standard-attr-tag 2026-04-07 00:42:08.553 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-07 00:42:08.554 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: trunk 2026-04-07 00:42:08.554 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Loaded extension: trunk-details 2026-04-07 00:42:08.555 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-07 00:42:08.555 1 INFO neutron.api.extensions [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-07 00:42:08.557 1 INFO neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-07 00:42:08.557 1 INFO neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-07 00:42:08.557 1 INFO neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:42:08.558 1 INFO neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-07 00:42:08.558 1 INFO neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-07 00:42:08.559 1 INFO neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-07 00:42:08.560 1 INFO neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-07 00:42:08.561 1 INFO neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-07 00:42:08.561 1 INFO neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-07 00:42:08.561 1 INFO neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:42:08.561 1 WARNING neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] subnetpool is already registered 2026-04-07 00:42:08.562 1 INFO neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-07 00:42:08.564 1 INFO neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-07 00:42:08.564 1 WARNING neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] router is already registered 2026-04-07 00:42:08.564 1 INFO neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-07 00:42:08.564 1 WARNING neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] floatingip is already registered 2026-04-07 00:42:08.565 1 INFO neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-07 00:42:08.565 1 WARNING neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] rbac_policy is already registered 2026-04-07 00:42:08.565 1 INFO neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-07 00:42:08.566 1 WARNING neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] security_group is already registered 2026-04-07 00:42:08.566 1 INFO neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-07 00:42:08.566 1 WARNING neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] security_group_rule is already registered 2026-04-07 00:42:08.566 1 INFO neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:42:08.566 1 WARNING neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] subnetpool is already registered 2026-04-07 00:42:08.567 1 INFO neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-07 00:42:08.567 1 WARNING neutron.quota.resource_registry [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] trunk is already registered 2026-04-07 00:42:08.593 1 WARNING keystonemiddleware._common.config [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-07 00:42:08.599 1 WARNING oslo_config.cfg [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-07 00:42:08.602 1 INFO oslo_service.service [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Starting 2 workers 2026-04-07 00:42:08.607 1 INFO neutron.service [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Neutron service started, listening on 0.0.0.0:9696 2026-04-07 00:42:08.625 1 INFO oslo_service.service [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Starting 2 workers 2026-04-07 00:42:08.631 9 INFO neutron.db.ovn_hash_ring_db [None req-afcbc05d-b7ba-4555-b46b-131b4beff041 - - - - - -] Nodes from host "neutron-server-5477f5f986-2mbhk" and group "mechanism_driver" removed from the Hash Ring 2026-04-07 00:42:08.632 1 INFO oslo_service.service [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Starting 1 workers 2026-04-07 00:42:08.636 1 INFO oslo_service.service [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Starting 1 workers 2026-04-07 00:42:08.638 12 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for RpcWorker with retry 2026-04-07 00:42:08.639 13 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for RpcWorker with retry 2026-04-07 00:42:08.639 1 INFO oslo_service.service [None req-96a8d9d2-6b0d-435d-b54c-9683dee38cc1 - - - - - -] Starting 1 workers 2026-04-07 00:42:08.640 9 INFO neutron.db.ovn_hash_ring_db [None req-afcbc05d-b7ba-4555-b46b-131b4beff041 - - - - - -] Node 8039e7bf-af14-4f66-ba1e-7b574ca11d26 from host "neutron-server-5477f5f986-2mbhk" and group "mechanism_driver" added to the Hash Ring 2026-04-07 00:42:08.644 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-afcbc05d-b7ba-4555-b46b-131b4beff041 - - - - - -] Hash Ring probing thread has started 2026-04-07 00:42:08.645 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-afcbc05d-b7ba-4555-b46b-131b4beff041 - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-04-07 00:42:08.646 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for MaintenanceWorker with retry 2026-04-07 00:42:08.651 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-04-07 00:42:08.670 12 INFO ovsdbapp.backend.ovs_idl.vlog [None req-bdfa04a4-880f-4bab-9d65-86f120af23fa - - - - - -] tcp:10.108.198.70:6641: connecting... 2026-04-07 00:42:08.671 12 INFO ovsdbapp.backend.ovs_idl.vlog [None req-bdfa04a4-880f-4bab-9d65-86f120af23fa - - - - - -] tcp:10.108.198.70:6641: connected 2026-04-07 00:42:08.672 13 INFO ovsdbapp.backend.ovs_idl.vlog [None req-683be62b-0983-4af9-bbde-21521f1dc257 - - - - - -] tcp:10.108.198.70:6641: connecting... 2026-04-07 00:42:08.672 13 INFO ovsdbapp.backend.ovs_idl.vlog [None req-683be62b-0983-4af9-bbde-21521f1dc257 - - - - - -] tcp:10.108.198.70:6641: connected 2026-04-07 00:42:08.688 9 INFO ovsdbapp.backend.ovs_idl.vlog [None req-afcbc05d-b7ba-4555-b46b-131b4beff041 - - - - - -] tcp:10.108.198.70:6641: connecting... 2026-04-07 00:42:08.688 9 INFO ovsdbapp.backend.ovs_idl.vlog [None req-afcbc05d-b7ba-4555-b46b-131b4beff041 - - - - - -] tcp:10.108.198.70:6641: connected 2026-04-07 00:42:08.691 15 INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.108.198.70:6641: connecting... 2026-04-07 00:42:08.691 15 INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.108.198.70:6641: connected 2026-04-07 00:42:08.697 10 INFO neutron.db.ovn_hash_ring_db [None req-a195b7c5-537d-4f9b-b22b-d223f1605239 - - - - - -] Node 96d50353-1bcd-489b-9f56-ea7f36970d46 from host "neutron-server-5477f5f986-2mbhk" and group "mechanism_driver" added to the Hash Ring 2026-04-07 00:42:08.699 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-a195b7c5-537d-4f9b-b22b-d223f1605239 - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-04-07 00:42:08.725 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [-] Getting OvsdbSbOvnIdl for MaintenanceWorker with retry 2026-04-07 00:42:08.727 12 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-bdfa04a4-880f-4bab-9d65-86f120af23fa - - - - - -] Getting OvsdbSbOvnIdl for RpcWorker with retry 2026-04-07 00:42:08.729 13 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-683be62b-0983-4af9-bbde-21521f1dc257 - - - - - -] Getting OvsdbSbOvnIdl for RpcWorker with retry 2026-04-07 00:42:08.732 15 INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.111.178.100:6642: connecting... 2026-04-07 00:42:08.733 15 INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.111.178.100:6642: connected 2026-04-07 00:42:08.733 10 INFO ovsdbapp.backend.ovs_idl.vlog [None req-a195b7c5-537d-4f9b-b22b-d223f1605239 - - - - - -] tcp:10.108.198.70:6641: connecting... 2026-04-07 00:42:08.733 12 INFO ovsdbapp.backend.ovs_idl.vlog [None req-bdfa04a4-880f-4bab-9d65-86f120af23fa - - - - - -] tcp:10.111.178.100:6642: connecting... 2026-04-07 00:42:08.734 10 INFO ovsdbapp.backend.ovs_idl.vlog [None req-a195b7c5-537d-4f9b-b22b-d223f1605239 - - - - - -] tcp:10.108.198.70:6641: connected 2026-04-07 00:42:08.734 12 INFO ovsdbapp.backend.ovs_idl.vlog [None req-bdfa04a4-880f-4bab-9d65-86f120af23fa - - - - - -] tcp:10.111.178.100:6642: connected 2026-04-07 00:42:08.735 13 INFO ovsdbapp.backend.ovs_idl.vlog [None req-683be62b-0983-4af9-bbde-21521f1dc257 - - - - - -] tcp:10.111.178.100:6642: connecting... 2026-04-07 00:42:08.735 13 INFO ovsdbapp.backend.ovs_idl.vlog [None req-683be62b-0983-4af9-bbde-21521f1dc257 - - - - - -] tcp:10.111.178.100:6642: connected 2026-04-07 00:42:08.737 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-afcbc05d-b7ba-4555-b46b-131b4beff041 - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-04-07 00:42:08.746 9 INFO ovsdbapp.backend.ovs_idl.vlog [None req-afcbc05d-b7ba-4555-b46b-131b4beff041 - - - - - -] tcp:10.111.178.100:6642: connecting... 2026-04-07 00:42:08.746 9 INFO ovsdbapp.backend.ovs_idl.vlog [None req-afcbc05d-b7ba-4555-b46b-131b4beff041 - - - - - -] tcp:10.111.178.100:6642: connected 2026-04-07 00:42:08.775 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension 2026-04-07 00:42:08.776 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [-] Starting OVNClientPlacementExtension 2026-04-07 00:42:08.776 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension 2026-04-07 00:42:08.781 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-a195b7c5-537d-4f9b-b22b-d223f1605239 - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-04-07 00:42:08.782 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] Maintenance task thread has started 2026-04-07 00:42:08.788 10 INFO ovsdbapp.backend.ovs_idl.vlog [None req-a195b7c5-537d-4f9b-b22b-d223f1605239 - - - - - -] tcp:10.111.178.100:6642: connecting... 2026-04-07 00:42:08.789 10 INFO ovsdbapp.backend.ovs_idl.vlog [None req-a195b7c5-537d-4f9b-b22b-d223f1605239 - - - - - -] tcp:10.111.178.100:6642: connected 2026-04-07 00:42:08.793 9 INFO neutron.wsgi [-] (9) wsgi starting up on http://0.0.0.0:9696 2026-04-07 00:42:08.836 10 INFO neutron.wsgi [-] (10) wsgi starting up on http://0.0.0.0:9696 2026-04-07 00:42:08.923 15 INFO neutron.db.ovn_hash_ring_db [None req-a20ecd19-f047-4885-9690-725b68f3ace3 - - - - - -] Cleaned up Hash Ring nodes older than 5 days 2026-04-07 00:42:08.960 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-a20ecd19-f047-4885-9690-725b68f3ace3 - - - - - -] Starting OVNClientQosExtension 2026-04-07 00:42:09.617 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0042186 2026-04-07 00:42:14.612 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0012820 /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1303: SyntaxWarning: "is" with a literal. Did you mean "=="? if key is '': /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1304: SyntaxWarning: "is" with a literal. Did you mean "=="? if key_extra_len is 0: /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-04-07 00:42:17.677 10 WARNING oslo_policy.policy [None req-d2ede5d8-fdb0-4042-bc45-c48de77a931e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 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-04-07 00:42:17.942 10 INFO neutron.wsgi [None req-d2ede5d8-fdb0-4042-bc45-c48de77a931e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/networks HTTP/1.1" status: 200 len: 189 time: 0.7497740 2026-04-07 00:42:18.081 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-25a152d8-9192-4ca7-978b-d10946957f6f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Starting OVNClientQosExtension 2026-04-07 00:42:18.082 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [None req-25a152d8-9192-4ca7-978b-d10946957f6f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Starting OVNClientPlacementExtension 2026-04-07 00:42:18.106 10 INFO neutron.db.ovn_revision_numbers_db [None req-25a152d8-9192-4ca7-978b-d10946957f6f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource e188c3c6-aa2e-49fb-b21a-44f6507640bf (type: security_groups) to 1 2026-04-07 00:42:18.121 10 WARNING neutron.services.revisions.revision_plugin [None req-25a152d8-9192-4ca7-978b-d10946957f6f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Could not find related network for resource to bump revision. 2026-04-07 00:42:18.170 10 INFO neutron.db.segments_db [None req-25a152d8-9192-4ca7-978b-d10946957f6f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Added segment 26c9dc6f-85bb-471e-a400-79782537d877 of type flat for network 97a2ea9d-c987-4844-aa76-716df499f90b 2026-04-07 00:42:18.380 10 INFO neutron.db.ovn_revision_numbers_db [None req-25a152d8-9192-4ca7-978b-d10946957f6f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 97a2ea9d-c987-4844-aa76-716df499f90b (type: networks) to 1 2026-04-07 00:42:18.653 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-25a152d8-9192-4ca7-978b-d10946957f6f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 00:42:18.655 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-25a152d8-9192-4ca7-978b-d10946957f6f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 00:42:18.732 10 INFO neutron.db.ovn_revision_numbers_db [None req-25a152d8-9192-4ca7-978b-d10946957f6f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 20292a6e-a30c-4053-b8f2-4c2d639ad1a6 (type: ports) to 1 2026-04-07 00:42:18.751 10 INFO neutron.wsgi [None req-25a152d8-9192-4ca7-978b-d10946957f6f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133,10.0.0.47 "POST /v2.0/networks HTTP/1.1" status: 201 len: 886 time: 0.8063200 2026-04-07 00:42:19.148 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-274a8357-43ab-4b06-abf8-df13838aecd6 - - - - - -] Starting OVNClientQosExtension 2026-04-07 00:42:19.166 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-274a8357-43ab-4b06-abf8-df13838aecd6 - - - - - -] Starting OVNClientQosExtension 2026-04-07 00:42:19.714 10 INFO neutron.wsgi [None req-590e3f63-f289-427b-8841-dfd142d00a9f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 188 time: 0.0633471 2026-04-07 00:42:19.776 10 INFO neutron.wsgi [None req-161fce31-7497-4c8f-94b9-c3059d03b9a4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/networks HTTP/1.1" status: 200 len: 890 time: 0.0553775 2026-04-07 00:42:20.066 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-075fddae-2099-4b3c-bc81-7ffb95b1839b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 00:42:20.068 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-075fddae-2099-4b3c-bc81-7ffb95b1839b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 00:42:20.578 10 INFO neutron.db.ovn_revision_numbers_db [None req-075fddae-2099-4b3c-bc81-7ffb95b1839b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 20292a6e-a30c-4053-b8f2-4c2d639ad1a6 (type: ports) to 2 2026-04-07 00:42:20.591 10 INFO neutron.db.ovn_revision_numbers_db [None req-075fddae-2099-4b3c-bc81-7ffb95b1839b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 2119fd63-9d86-4a72-a51b-6c54801be676 (type: subnets) to 0 2026-04-07 00:42:20.604 10 INFO neutron.wsgi [None req-075fddae-2099-4b3c-bc81-7ffb95b1839b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133,10.0.0.47 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 821 time: 0.8241174 2026-04-07 00:42:29.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024555 2026-04-07 00:42:44.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025787 2026-04-07 00:42:59.611 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0011637 2026-04-07 00:43:14.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025587 2026-04-07 00:43:14.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028262 2026-04-07 00:43:29.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023406 2026-04-07 00:43:29.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0027039 2026-04-07 00:43:44.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023329 2026-04-07 00:43:44.615 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0036759 2026-04-07 00:43:59.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0033243 2026-04-07 00:43:59.617 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0020225 2026-04-07 00:44:14.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022736 2026-04-07 00:44:14.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023241 2026-04-07 00:44:29.612 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0016513 2026-04-07 00:44:29.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0020297 2026-04-07 00:44:44.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0021446 2026-04-07 00:44:44.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0031648 2026-04-07 00:44:59.612 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0015001 2026-04-07 00:44:59.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026875 2026-04-07 00:45:14.612 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0015969 2026-04-07 00:45:14.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028727 2026-04-07 00:45:29.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0033183 2026-04-07 00:45:29.616 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0013721 2026-04-07 00:45:44.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022585 2026-04-07 00:45:44.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023229 2026-04-07 00:45:59.618 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0076783 2026-04-07 00:45:59.618 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0044081 2026-04-07 00:46:14.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0021181 2026-04-07 00:46:14.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0029595 2026-04-07 00:46:29.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0020778 2026-04-07 00:46:29.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025716 2026-04-07 00:46:44.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0021501 2026-04-07 00:46:44.616 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023437 2026-04-07 00:46:59.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023127 2026-04-07 00:46:59.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0030179 2026-04-07 00:47:09.008 15 INFO neutron.db.ovn_revision_numbers_db [None req-a20ecd19-f047-4885-9690-725b68f3ace3 - - - - - -] Successfully bumped revision number for resource 97a2ea9d-c987-4844-aa76-716df499f90b (type: networks) to 2 2026-04-07 00:47:09.008 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-a20ecd19-f047-4885-9690-725b68f3ace3 - - - - - -] Maintenance task: Synchronization finished (took 0.10 seconds) 2026-04-07 00:47:14.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024416 2026-04-07 00:47:14.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025854 2026-04-07 00:47:29.615 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028198 2026-04-07 00:47:29.617 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0055170 2026-04-07 00:47:44.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022428 2026-04-07 00:47:44.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025723 2026-04-07 00:47:59.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022607 2026-04-07 00:47:59.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017288 2026-04-07 00:48:14.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023704 2026-04-07 00:48:14.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0039394 2026-04-07 00:48:29.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022547 2026-04-07 00:48:29.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0035694 /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1303: SyntaxWarning: "is" with a literal. Did you mean "=="? if key is '': /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1304: SyntaxWarning: "is" with a literal. Did you mean "=="? if key_extra_len is 0: /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-04-07 00:48:38.949 9 WARNING oslo_policy.policy [None req-436f0662-6342-4382-8365-aadc21f7f48c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 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-04-07 00:48:39.273 9 INFO neutron.wsgi [None req-436f0662-6342-4382-8365-aadc21f7f48c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/networks HTTP/1.1" status: 200 len: 928 time: 0.7680280 2026-04-07 00:48:39.360 9 INFO neutron.db.segments_db [None req-56b27b8c-0cab-4816-82b4-7a62808aee68 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Added segment c55d2dc8-77f0-49a0-981a-8eaf9fe7b680 of type geneve for network 2be236a4-db8d-4f32-8d1e-c9a60f6d28f1 2026-04-07 00:48:39.475 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-56b27b8c-0cab-4816-82b4-7a62808aee68 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Starting OVNClientQosExtension 2026-04-07 00:48:39.475 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [None req-56b27b8c-0cab-4816-82b4-7a62808aee68 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Starting OVNClientPlacementExtension 2026-04-07 00:48:39.533 9 INFO neutron.db.ovn_revision_numbers_db [None req-56b27b8c-0cab-4816-82b4-7a62808aee68 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 2be236a4-db8d-4f32-8d1e-c9a60f6d28f1 (type: networks) to 1 2026-04-07 00:48:39.781 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-56b27b8c-0cab-4816-82b4-7a62808aee68 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 00:48:39.783 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-56b27b8c-0cab-4816-82b4-7a62808aee68 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 2be236a4-db8d-4f32-8d1e-c9a60f6d28f1: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 00:48:39.861 9 INFO neutron.db.ovn_revision_numbers_db [None req-56b27b8c-0cab-4816-82b4-7a62808aee68 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 695b6066-63ff-4e27-99a2-feba74bd09ae (type: ports) to 1 2026-04-07 00:48:39.893 9 INFO neutron.wsgi [None req-56b27b8c-0cab-4816-82b4-7a62808aee68 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133,10.0.0.47 "POST /v2.0/networks HTTP/1.1" status: 201 len: 890 time: 0.6157250 2026-04-07 00:48:40.750 9 INFO neutron.wsgi [None req-5440ca19-c9c1-4cd8-b1db-cbf3ee51c365 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 819 time: 0.0773506 2026-04-07 00:48:40.810 9 INFO neutron.wsgi [None req-c6e0f5d3-c60d-4225-bf64-7d39624471c1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/networks HTTP/1.1" status: 200 len: 1615 time: 0.0539420 2026-04-07 00:48:40.968 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-66b26054-098a-404d-a5f9-d30140cfc4f1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 00:48:40.970 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-66b26054-098a-404d-a5f9-d30140cfc4f1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 2be236a4-db8d-4f32-8d1e-c9a60f6d28f1: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 00:48:41.513 9 INFO neutron.db.ovn_revision_numbers_db [None req-66b26054-098a-404d-a5f9-d30140cfc4f1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 695b6066-63ff-4e27-99a2-feba74bd09ae (type: ports) to 2 2026-04-07 00:48:41.527 9 INFO neutron.db.ovn_revision_numbers_db [None req-66b26054-098a-404d-a5f9-d30140cfc4f1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 99a67153-bbc9-4246-8a5e-f528b5c58e6d (type: subnets) to 0 2026-04-07 00:48:41.541 9 INFO neutron.wsgi [None req-66b26054-098a-404d-a5f9-d30140cfc4f1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133,10.0.0.47 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 807 time: 0.7266531 2026-04-07 00:48:42.543 9 INFO neutron.wsgi [None req-45af803b-21aa-4fe8-9e6e-f62a65fe240e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 2969 time: 0.0628457 2026-04-07 00:48:42.637 9 INFO neutron.db.ovn_revision_numbers_db [None req-e616dc41-e64a-4261-a7dc-4904dde6810d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 0dc610ca-8809-4f0b-90bd-57694152ead6 (type: security_groups) to 1 2026-04-07 00:48:42.655 9 INFO neutron.wsgi [None req-e616dc41-e64a-4261-a7dc-4904dde6810d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133,10.0.0.47 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1733 time: 0.1055486 2026-04-07 00:48:43.659 9 INFO neutron.wsgi [None req-4f07dff4-72b6-4368-a2ca-2b027b026e97 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 4503 time: 0.0721526 2026-04-07 00:48:43.700 9 INFO neutron.wsgi [None req-ae6eccda-f6c3-4356-830f-b468626323ad 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 4503 time: 0.0325036 2026-04-07 00:48:43.821 9 INFO neutron.db.ovn_revision_numbers_db [None req-fc1b08ab-add6-4713-a33d-50519f7256df 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 63d58a55-5a41-42a6-aef8-947b908657a3 (type: security_group_rules) to 0 2026-04-07 00:48:43.847 9 INFO neutron.wsgi [None req-fc1b08ab-add6-4713-a33d-50519f7256df 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133,10.0.0.47 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 749 time: 0.1376586 2026-04-07 00:48:44.612 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0019965 2026-04-07 00:48:44.615 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0013213 2026-04-07 00:48:44.635 9 INFO neutron.wsgi [None req-c47bbff7-c9ad-4391-94b6-4201ee0cb500 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 5085 time: 0.0729496 2026-04-07 00:48:44.680 9 INFO neutron.wsgi [None req-824366ce-1297-470b-86e0-22e1dca6be9a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 5085 time: 0.0353723 2026-04-07 00:48:44.862 9 INFO neutron.db.ovn_revision_numbers_db [None req-f6c66134-29a0-494e-bd53-4d6327fb4058 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource af861f49-3000-4786-837a-3ba7deff2783 (type: security_group_rules) to 0 2026-04-07 00:48:44.885 9 INFO neutron.wsgi [None req-f6c66134-29a0-494e-bd53-4d6327fb4058 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133,10.0.0.47 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 751 time: 0.1950803 2026-04-07 00:48:45.676 9 INFO neutron.wsgi [None req-be729410-e711-42f8-890e-768c8a9077c9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 5669 time: 0.0702858 2026-04-07 00:48:45.716 9 INFO neutron.wsgi [None req-a308661f-722a-46fa-b597-3f121fa41fb0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 5669 time: 0.0317845 2026-04-07 00:48:45.828 9 INFO neutron.db.ovn_revision_numbers_db [None req-c20986e7-9fab-4de1-8964-5d0d0449ddb7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 774b788b-382b-4183-89e9-89277919db77 (type: security_group_rules) to 0 2026-04-07 00:48:45.848 9 INFO neutron.wsgi [None req-c20986e7-9fab-4de1-8964-5d0d0449ddb7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133,10.0.0.47 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 751 time: 0.1224804 2026-04-07 00:48:46.649 9 INFO neutron.wsgi [None req-7b6aae6c-7daa-4e09-a46f-88b5ae65e837 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 6253 time: 0.0640304 2026-04-07 00:48:46.690 9 INFO neutron.wsgi [None req-bbf2faf4-f274-4146-93b0-f397b3f8d788 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 6253 time: 0.0318229 2026-04-07 00:48:46.801 9 INFO neutron.db.ovn_revision_numbers_db [None req-fb132526-782d-433e-99df-3ce0f0db729d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 0d95f013-d721-48ff-9269-e777e4742ab9 (type: security_group_rules) to 0 2026-04-07 00:48:46.823 9 INFO neutron.wsgi [None req-fb132526-782d-433e-99df-3ce0f0db729d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133,10.0.0.47 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 751 time: 0.1235819 2026-04-07 00:48:47.627 9 INFO neutron.wsgi [None req-fe000604-3aff-40cc-8b83-5276b5bc7cc2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 6837 time: 0.0643599 2026-04-07 00:48:47.669 9 INFO neutron.wsgi [None req-32e9739e-faf2-43cf-8a4d-b2a71576120c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 6837 time: 0.0335925 2026-04-07 00:48:47.774 9 INFO neutron.db.ovn_revision_numbers_db [None req-0bda5622-85e1-4e36-8297-71af4a7c3dcb 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 04618125-8126-4f67-bcd2-19c90d9fa405 (type: security_group_rules) to 0 2026-04-07 00:48:47.796 9 INFO neutron.wsgi [None req-0bda5622-85e1-4e36-8297-71af4a7c3dcb 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133,10.0.0.47 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 751 time: 0.1164954 2026-04-07 00:48:48.883 9 INFO neutron.wsgi [None req-027ebd0b-8037-40b4-abb2-5315e0e8c48e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 7421 time: 0.0671329 2026-04-07 00:48:48.934 9 INFO neutron.wsgi [None req-ddb28f80-344c-4ea2-b6da-8c1a562edd6c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/ports HTTP/1.1" status: 200 len: 2301 time: 0.0420556 2026-04-07 00:48:49.033 9 INFO neutron.wsgi [None req-1082fc43-913f-49b7-9afe-63722fa9ef29 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/networks HTTP/1.1" status: 200 len: 1653 time: 0.0930598 2026-04-07 00:48:49.267 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5b40ff28-ed1a-4b3d-887e-3bd3ac0897a5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 00:48:49.268 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5b40ff28-ed1a-4b3d-887e-3bd3ac0897a5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 2be236a4-db8d-4f32-8d1e-c9a60f6d28f1: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 00:48:49.387 9 INFO neutron.db.ovn_revision_numbers_db [None req-5b40ff28-ed1a-4b3d-887e-3bd3ac0897a5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 468b66d0-c8e3-4778-9a43-c5e26d18162a (type: ports) to 1 2026-04-07 00:48:49.405 9 INFO neutron.wsgi [None req-5b40ff28-ed1a-4b3d-887e-3bd3ac0897a5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133,10.0.0.47 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1277 time: 0.3672211 /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-04-07 00:48:55.104 9 INFO neutron.pecan_wsgi.hooks.translation [None req-2c7942ce-401b-42bd-9261-6c65ae22dcd6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] GET failed (client error): The resource could not be found. 2026-04-07 00:48:55.105 9 INFO neutron.wsgi [None req-2c7942ce-401b-42bd-9261-6c65ae22dcd6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/ports/octavia-health-manager-port-instance HTTP/1.1" status: 404 len: 314 time: 0.0610659 2026-04-07 00:48:55.150 9 INFO neutron.wsgi [None req-5a9d258f-6a60-4724-b8cc-9cb865938340 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/ports?name=octavia-health-manager-port-instance HTTP/1.1" status: 200 len: 1275 time: 0.0407999 2026-04-07 00:48:55.512 9 INFO neutron.db.ovn_revision_numbers_db [None req-5f7c4c0d-bb49-4e5b-b283-2c1051a18ecf 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 468b66d0-c8e3-4778-9a43-c5e26d18162a (type: ports) to 1 2026-04-07 00:48:55.684 9 INFO neutron.db.ovn_revision_numbers_db [None req-5f7c4c0d-bb49-4e5b-b283-2c1051a18ecf 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 468b66d0-c8e3-4778-9a43-c5e26d18162a (type: ports) to 2 2026-04-07 00:48:55.699 9 INFO neutron.wsgi [None req-5f7c4c0d-bb49-4e5b-b283-2c1051a18ecf 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133,10.0.0.47 "PUT /v2.0/ports/468b66d0-c8e3-4778-9a43-c5e26d18162a HTTP/1.1" status: 200 len: 1314 time: 0.5427389 /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-04-07 00:48:56.962 9 INFO neutron.wsgi [None req-86829ae5-b9a2-488c-949d-10e9fce7fdd6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/ports HTTP/1.1" status: 200 len: 3459 time: 0.0640323 2026-04-07 00:48:57.871 9 INFO neutron.wsgi [None req-1456e40b-12c2-47d8-9c5e-c5dc603adfcd 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 7421 time: 0.0692394 2026-04-07 00:48:57.962 9 INFO neutron.db.ovn_revision_numbers_db [None req-37b13e72-94e8-4395-ac55-ea6a90b87c24 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource b7e3743c-2760-41fc-a5f0-cc3e739bff7d (type: security_groups) to 1 2026-04-07 00:48:57.982 9 INFO neutron.wsgi [None req-37b13e72-94e8-4395-ac55-ea6a90b87c24 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133,10.0.0.47 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1727 time: 0.1019802 2026-04-07 00:48:58.881 9 INFO neutron.wsgi [None req-5e0308d0-6c47-46ef-8680-165f1b69ca73 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 8949 time: 0.0909183 2026-04-07 00:48:58.982 9 INFO neutron.wsgi [None req-487d6b72-001e-4d2f-9d40-158e2b9e6cbe 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 8949 time: 0.0925295 2026-04-07 00:48:59.081 9 INFO neutron.db.ovn_revision_numbers_db [None req-21e75b15-d63a-4e4e-8a86-e95c365af2bf 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource c9fac395-42d2-47f9-8f0a-7e11dafa1d7f (type: security_group_rules) to 0 2026-04-07 00:48:59.101 9 INFO neutron.wsgi [None req-21e75b15-d63a-4e4e-8a86-e95c365af2bf 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133,10.0.0.47 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 769 time: 0.1081269 2026-04-07 00:48:59.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0027177 2026-04-07 00:48:59.617 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017529 2026-04-07 00:48:59.903 9 INFO neutron.wsgi [None req-67fad478-0c7d-45ea-8aee-f31b30cc1a7c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 9551 time: 0.0818186 2026-04-07 00:48:59.957 9 INFO neutron.wsgi [None req-63df681c-d759-4886-9443-31cd4df942b3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 9551 time: 0.0434203 2026-04-07 00:49:00.070 9 INFO neutron.db.ovn_revision_numbers_db [None req-4fc6bd6e-b613-4d5e-b05a-658334d0ee05 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 477679fc-3cb6-4be7-9081-0fadf0c07ce2 (type: security_group_rules) to 0 2026-04-07 00:49:00.092 9 INFO neutron.wsgi [None req-4fc6bd6e-b613-4d5e-b05a-658334d0ee05 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133,10.0.0.47 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 773 time: 0.1245792 2026-04-07 00:49:14.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024540 2026-04-07 00:49:14.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026152 2026-04-07 00:49:29.612 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0015845 2026-04-07 00:49:29.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023334 2026-04-07 00:49:44.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0027924 2026-04-07 00:49:44.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0032325 2026-04-07 00:49:59.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023208 2026-04-07 00:49:59.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023425 2026-04-07 00:50:09.033 10 INFO neutron.wsgi [None req-545a0843-7f2d-415d-971f-9e7fe9dad72d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/quotas/376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 362 time: 0.0150423 /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/quotasv2.py:140: 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-04-07 00:50:09.393 10 INFO neutron.wsgi [None req-9eef80b4-932c-451a-97ad-1e8e41d3bff4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "PUT /v2.0/quotas/376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 361 time: 0.0302722 2026-04-07 00:50:09.676 10 INFO neutron.wsgi [None req-8287a3c8-d3db-4cf3-b54b-53b52654ecac 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/quotas/376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 361 time: 0.0112138 2026-04-07 00:50:14.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022905 2026-04-07 00:50:14.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0041921 2026-04-07 00:50:29.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0015602 2026-04-07 00:50:29.615 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0040004 2026-04-07 00:50:44.612 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017197 2026-04-07 00:50:44.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0014184 2026-04-07 00:50:59.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0031662 2026-04-07 00:50:59.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0034282 2026-04-07 00:51:14.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023346 2026-04-07 00:51:14.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023978 2026-04-07 00:51:29.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0019052 2026-04-07 00:51:29.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024524 2026-04-07 00:51:44.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025175 2026-04-07 00:51:44.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0037570 2026-04-07 00:51:59.615 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0038998 2026-04-07 00:51:59.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0030053 2026-04-07 00:52:09.017 15 INFO neutron.db.ovn_revision_numbers_db [None req-a20ecd19-f047-4885-9690-725b68f3ace3 - - - - - -] Successfully bumped revision number for resource 2be236a4-db8d-4f32-8d1e-c9a60f6d28f1 (type: networks) to 2 2026-04-07 00:52:09.069 15 INFO neutron.db.ovn_revision_numbers_db [None req-a20ecd19-f047-4885-9690-725b68f3ace3 - - - - - -] Successfully bumped revision number for resource 0dc610ca-8809-4f0b-90bd-57694152ead6 (type: security_groups) to 6 2026-04-07 00:52:09.112 15 INFO neutron.db.ovn_revision_numbers_db [None req-a20ecd19-f047-4885-9690-725b68f3ace3 - - - - - -] Successfully bumped revision number for resource b7e3743c-2760-41fc-a5f0-cc3e739bff7d (type: security_groups) to 3 2026-04-07 00:52:09.276 15 INFO neutron.db.ovn_revision_numbers_db [None req-a20ecd19-f047-4885-9690-725b68f3ace3 - - - - - -] Successfully bumped revision number for resource 468b66d0-c8e3-4778-9a43-c5e26d18162a (type: ports) to 3 2026-04-07 00:52:09.276 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-a20ecd19-f047-4885-9690-725b68f3ace3 - - - - - -] Maintenance task: Synchronization finished (took 0.35 seconds) 2026-04-07 00:52:14.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024955 2026-04-07 00:52:14.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026157 /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-04-07 00:52:19.430 9 INFO neutron.pecan_wsgi.hooks.translation [None req-a0385e28-b1ba-4180-a25a-5c6d841ade24 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] GET failed (client error): The resource could not be found. 2026-04-07 00:52:19.432 9 INFO neutron.wsgi [None req-a0385e28-b1ba-4180-a25a-5c6d841ade24 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/octavia-health-manager-port-instance HTTP/1.1" status: 404 len: 338 time: 0.1884527 2026-04-07 00:52:19.477 9 INFO neutron.wsgi [None req-a8c97207-064f-4fb0-ae58-5cbfdf42ebe3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports?name=octavia-health-manager-port-instance HTTP/1.1" status: 200 len: 1369 time: 0.0399890 2026-04-07 00:52:21.269 9 INFO neutron.pecan_wsgi.hooks.translation [None req-6ccd85f8-691c-450f-a039-8428c8079c35 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] GET failed (client error): The resource could not be found. 2026-04-07 00:52:21.270 9 INFO neutron.wsgi [None req-6ccd85f8-691c-450f-a039-8428c8079c35 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/octavia-health-manager-port-instance HTTP/1.1" status: 404 len: 338 time: 0.1157548 2026-04-07 00:52:21.302 9 INFO neutron.wsgi [None req-ac0a0c8b-585e-4a7a-918b-aa54748be6a4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports?name=octavia-health-manager-port-instance HTTP/1.1" status: 200 len: 1369 time: 0.0284111 2026-04-07 00:52:22.300 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status up for port: 468b66d0-c8e3-4778-9a43-c5e26d18162a 2026-04-07 00:52:22.322 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port 468b66d0-c8e3-4778-9a43-c5e26d18162a 2026-04-07 00:52:22.623 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 468b66d0-c8e3-4778-9a43-c5e26d18162a (type: ports) to 4 2026-04-07 00:52:29.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025535 2026-04-07 00:52:29.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0013788 2026-04-07 00:52:44.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022626 2026-04-07 00:52:44.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023758 2026-04-07 00:52:59.612 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017185 2026-04-07 00:52:59.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0037606 2026-04-07 00:53:14.611 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0013452 2026-04-07 00:53:14.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022645 2026-04-07 00:53:29.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024025 2026-04-07 00:53:29.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024455 2026-04-07 00:53:44.612 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017116 2026-04-07 00:53:44.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025024 2026-04-07 00:53:59.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025251 2026-04-07 00:53:59.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023525 2026-04-07 00:54:14.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0020370 2026-04-07 00:54:14.616 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0018051 2026-04-07 00:54:29.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022993 2026-04-07 00:54:29.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024009 2026-04-07 00:54:44.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025451 2026-04-07 00:54:44.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0031896 2026-04-07 00:54:59.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028281 2026-04-07 00:54:59.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0031242 2026-04-07 00:55:14.612 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017343 2026-04-07 00:55:14.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026054 2026-04-07 00:55:29.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024328 2026-04-07 00:55:29.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024378 2026-04-07 00:55:44.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025036 2026-04-07 00:55:44.617 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022008 2026-04-07 00:55:59.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024815 2026-04-07 00:55:59.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0033636 2026-04-07 00:56:14.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023568 2026-04-07 00:56:14.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025342 2026-04-07 00:56:29.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0013719 2026-04-07 00:56:29.616 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0039690 2026-04-07 00:56:44.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024817 2026-04-07 00:56:44.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0029070 2026-04-07 00:56:59.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023456 2026-04-07 00:56:59.615 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0032804 2026-04-07 00:57:14.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0033762 2026-04-07 00:57:14.617 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0047662 2026-04-07 00:57:29.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017636 2026-04-07 00:57:29.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0039573 2026-04-07 00:57:44.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0015619 2026-04-07 00:57:44.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0032845 2026-04-07 00:57:59.612 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0012088 2026-04-07 00:57:59.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024295 2026-04-07 00:58:14.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025339 2026-04-07 00:58:14.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0029154 /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-04-07 00:58:22.755 10 INFO neutron.db.ovn_revision_numbers_db [None req-daafb632-4797-4d24-b7f2-86296c11c7d0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 8e4fbd29-c21a-45c5-97d8-5ba65023d999 (type: security_groups) to 1 2026-04-07 00:58:22.777 10 INFO neutron.wsgi [None req-daafb632-4797-4d24-b7f2-86296c11c7d0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=e4f484039e694525971575f21e0e6b00 HTTP/1.1" status: 200 len: 2973 time: 0.2434330 2026-04-07 00:58:22.885 10 INFO neutron.db.ovn_revision_numbers_db [None req-8d047442-fbc1-4983-800b-dd853991866d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource a92ad0d2-f523-44de-bef1-799e346cdc53 (type: security_groups) to 1 2026-04-07 00:58:22.904 10 INFO neutron.wsgi [None req-8d047442-fbc1-4983-800b-dd853991866d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133,10.0.0.47 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1741 time: 0.1137142 2026-04-07 00:58:23.839 10 INFO neutron.wsgi [None req-acaeb105-c9c9-4011-ba1d-a740d7b77733 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=e4f484039e694525971575f21e0e6b00 HTTP/1.1" status: 200 len: 4515 time: 0.0719872 2026-04-07 00:58:23.939 10 INFO neutron.wsgi [None req-68d41d89-9d27-430c-82b3-1f524ae53747 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 14476 time: 0.0916831 2026-04-07 00:58:24.085 10 INFO neutron.db.ovn_revision_numbers_db [None req-f9a0d106-ceca-4683-8e2a-a3cfdbaf0daa 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 83a603af-5342-430e-b788-4ee1080b530e (type: security_group_rules) to 0 2026-04-07 00:58:24.114 10 INFO neutron.wsgi [None req-f9a0d106-ceca-4683-8e2a-a3cfdbaf0daa 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133,10.0.0.47 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 745 time: 0.1638680 2026-04-07 00:58:24.988 9 INFO neutron.wsgi [None req-fa91b5e6-015f-4463-a168-3207e5fb2790 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=e4f484039e694525971575f21e0e6b00 HTTP/1.1" status: 200 len: 5093 time: 0.0938101 2026-04-07 00:58:25.055 9 INFO neutron.wsgi [None req-448ce452-2cb5-4811-8545-a56d9355ce0a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 15054 time: 0.0576663 2026-04-07 00:58:25.170 9 INFO neutron.db.ovn_revision_numbers_db [None req-f6e528fd-2795-4ab2-81df-86fe30ad6268 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 68eaf15e-9d1f-4792-99b4-d8363c0574d0 (type: security_group_rules) to 0 2026-04-07 00:58:25.200 9 INFO neutron.wsgi [None req-f6e528fd-2795-4ab2-81df-86fe30ad6268 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133,10.0.0.47 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 747 time: 0.1326292 2026-04-07 00:58:26.051 9 INFO neutron.wsgi [None req-950cbb22-81cf-4def-a17a-191b1ed62115 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=e4f484039e694525971575f21e0e6b00 HTTP/1.1" status: 200 len: 5673 time: 0.0767710 2026-04-07 00:58:26.112 9 INFO neutron.wsgi [None req-2993d921-1003-4365-975f-65f57905424d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 15634 time: 0.0556736 2026-04-07 00:58:26.229 9 INFO neutron.db.ovn_revision_numbers_db [None req-0121be2c-5802-4a4d-b38a-37a5f845924c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 8e4f62d9-97e2-4a6f-9c68-cc4323db7bb3 (type: security_group_rules) to 0 2026-04-07 00:58:26.265 9 INFO neutron.wsgi [None req-0121be2c-5802-4a4d-b38a-37a5f845924c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133,10.0.0.47 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 749 time: 0.1429133 2026-04-07 00:58:27.184 9 INFO neutron.wsgi [None req-69a6f6fa-d1e6-418c-8960-3f46e5e6c2ef 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=e4f484039e694525971575f21e0e6b00 HTTP/1.1" status: 200 len: 6255 time: 0.0776415 2026-04-07 00:58:27.250 9 INFO neutron.wsgi [None req-445cbd9b-880a-4b43-bd00-8a98d481d6d1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 16216 time: 0.0576265 2026-04-07 00:58:27.364 9 INFO neutron.db.ovn_revision_numbers_db [None req-f24d0049-0858-4f11-a411-049267d66901 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 967f4f13-227a-44f5-aa7b-2ff347c40703 (type: security_group_rules) to 0 2026-04-07 00:58:27.388 9 INFO neutron.wsgi [None req-f24d0049-0858-4f11-a411-049267d66901 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133,10.0.0.47 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 750 time: 0.1248477 2026-04-07 00:58:29.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017045 2026-04-07 00:58:29.617 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0048206 2026-04-07 00:58:44.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024338 2026-04-07 00:58:44.616 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026925 2026-04-07 00:58:59.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025356 2026-04-07 00:58:59.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023282 2026-04-07 00:59:14.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023305 2026-04-07 00:59:14.619 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0047522 2026-04-07 00:59:29.612 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0015531 2026-04-07 00:59:29.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023746 2026-04-07 00:59:44.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0034134 2026-04-07 00:59:44.615 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0031703 2026-04-07 00:59:59.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0030015 2026-04-07 00:59:59.617 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0018461 2026-04-07 01:00:14.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023720 2026-04-07 01:00:14.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0031242 /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-04-07 01:00:25.102 10 INFO neutron.wsgi [None req-4929bb79-29c9-4e24-a1b4-e6371ea6b005 d96681bf7f5546138a1a336d8624a00a e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?tenant_id=e4f484039e694525971575f21e0e6b00&shared=False HTTP/1.1" status: 200 len: 213 time: 0.1259320 2026-04-07 01:00:25.189 10 INFO neutron.db.segments_db [None req-e826add5-700c-4c7f-ac38-abce869dced1 d96681bf7f5546138a1a336d8624a00a e4f484039e694525971575f21e0e6b00 - - - -] Added segment 7670e722-610f-45d5-a6b9-a18aeac31509 of type geneve for network dbea2101-80cd-4505-ab31-40c2830e6374 2026-04-07 01:00:25.339 10 INFO neutron.db.ovn_revision_numbers_db [None req-e826add5-700c-4c7f-ac38-abce869dced1 d96681bf7f5546138a1a336d8624a00a e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource dbea2101-80cd-4505-ab31-40c2830e6374 (type: networks) to 1 2026-04-07 01:00:25.511 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e826add5-700c-4c7f-ac38-abce869dced1 d96681bf7f5546138a1a336d8624a00a e4f484039e694525971575f21e0e6b00 - - - -] No more DHCP agents 2026-04-07 01:00:25.512 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e826add5-700c-4c7f-ac38-abce869dced1 d96681bf7f5546138a1a336d8624a00a e4f484039e694525971575f21e0e6b00 - - - -] Unable to schedule network dbea2101-80cd-4505-ab31-40c2830e6374: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:00:25.580 10 INFO neutron.db.ovn_revision_numbers_db [None req-e826add5-700c-4c7f-ac38-abce869dced1 d96681bf7f5546138a1a336d8624a00a e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource b5fe96e5-26aa-4f68-a40c-537dd0a15cf1 (type: ports) to 1 2026-04-07 01:00:25.602 10 INFO neutron.wsgi [None req-e826add5-700c-4c7f-ac38-abce869dced1 d96681bf7f5546138a1a336d8624a00a e4f484039e694525971575f21e0e6b00 - - - -] 199.19.213.133 "POST /v2.0/networks HTTP/1.1" status: 201 len: 925 time: 0.4939318 2026-04-07 01:00:25.642 10 INFO neutron.wsgi [None req-c90acb00-07bf-466e-a0b3-abef912b4ba2 d96681bf7f5546138a1a336d8624a00a e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance HTTP/1.1" status: 200 len: 210 time: 0.0307755 2026-04-07 01:00:25.654 10 INFO neutron.wsgi [None req-2f3cf796-172c-4701-8f3e-88910311bf5a d96681bf7f5546138a1a336d8624a00a e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/extensions HTTP/1.1" status: 200 len: 16525 time: 0.0062220 2026-04-07 01:00:25.857 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-090f140b-7d49-4822-9124-04bee72cad20 d96681bf7f5546138a1a336d8624a00a e4f484039e694525971575f21e0e6b00 - - - -] No more DHCP agents 2026-04-07 01:00:25.859 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-090f140b-7d49-4822-9124-04bee72cad20 d96681bf7f5546138a1a336d8624a00a e4f484039e694525971575f21e0e6b00 - - - -] Unable to schedule network dbea2101-80cd-4505-ab31-40c2830e6374: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:00:25.923 10 INFO neutron.db.ovn_revision_numbers_db [None req-090f140b-7d49-4822-9124-04bee72cad20 d96681bf7f5546138a1a336d8624a00a e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource b2e6c5e3-07af-4ba5-8438-06861905226a (type: ports) to 1 2026-04-07 01:00:26.065 10 INFO neutron.db.ovn_revision_numbers_db [None req-090f140b-7d49-4822-9124-04bee72cad20 d96681bf7f5546138a1a336d8624a00a e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource b2e6c5e3-07af-4ba5-8438-06861905226a (type: ports) to 1 2026-04-07 01:00:26.092 10 INFO neutron.wsgi [None req-090f140b-7d49-4822-9124-04bee72cad20 d96681bf7f5546138a1a336d8624a00a e4f484039e694525971575f21e0e6b00 - - - -] 199.19.213.133 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1096 time: 0.4336972 2026-04-07 01:00:26.140 10 INFO neutron.wsgi [None req-0aec4177-190a-48a6-bc46-50f1f8956d73 d96681bf7f5546138a1a336d8624a00a e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/dbea2101-80cd-4505-ab31-40c2830e6374 HTTP/1.1" status: 200 len: 907 time: 0.0403688 2026-04-07 01:00:26.957 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: b2e6c5e3-07af-4ba5-8438-06861905226a 2026-04-07 01:00:26.970 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port b2e6c5e3-07af-4ba5-8438-06861905226a 2026-04-07 01:00:27.212 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource b2e6c5e3-07af-4ba5-8438-06861905226a (type: ports) to 3 2026-04-07 01:00:28.522 10 INFO neutron.wsgi [None req-16012f11-2257-4835-a845-3831881de1a8 d96681bf7f5546138a1a336d8624a00a e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance HTTP/1.1" status: 200 len: 1124 time: 0.0478613 2026-04-07 01:00:28.582 10 INFO neutron.wsgi [None req-a38c822d-0f67-4c58-b838-50dc753499c2 d96681bf7f5546138a1a336d8624a00a e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/dbea2101-80cd-4505-ab31-40c2830e6374 HTTP/1.1" status: 200 len: 907 time: 0.0531559 2026-04-07 01:00:29.615 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0032134 2026-04-07 01:00:29.618 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0042660 2026-04-07 01:00:44.612 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0016141 2026-04-07 01:00:44.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0027995 2026-04-07 01:00:52.030 9 INFO neutron.wsgi [None req-4718dfe6-450c-4e95-976a-a136b7cce56e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/quotas/e4f484039e694525971575f21e0e6b00 HTTP/1.1" status: 200 len: 362 time: 0.0203114 /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/quotasv2.py:140: 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-04-07 01:00:52.331 9 INFO neutron.wsgi [None req-0d6bc898-3d87-46e6-a7c4-b1a2771b5f52 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "PUT /v2.0/quotas/e4f484039e694525971575f21e0e6b00 HTTP/1.1" status: 200 len: 361 time: 0.0301456 2026-04-07 01:00:52.605 9 INFO neutron.wsgi [None req-2127b1c6-8300-41f4-a4d5-0953ce68d73c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/quotas/e4f484039e694525971575f21e0e6b00 HTTP/1.1" status: 200 len: 361 time: 0.0120828 2026-04-07 01:00:59.612 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0015912 2026-04-07 01:00:59.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0032990 2026-04-07 01:01:14.615 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0030177 2026-04-07 01:01:14.616 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0042942 2026-04-07 01:01:29.611 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0012553 2026-04-07 01:01:29.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028229 2026-04-07 01:01:44.612 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0012450 2026-04-07 01:01:44.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028973 2026-04-07 01:01:59.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023723 2026-04-07 01:01:59.617 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0020039 2026-04-07 01:02:08.996 15 INFO neutron.db.ovn_revision_numbers_db [None req-a20ecd19-f047-4885-9690-725b68f3ace3 - - - - - -] Successfully bumped revision number for resource a92ad0d2-f523-44de-bef1-799e346cdc53 (type: security_groups) to 5 2026-04-07 01:02:08.996 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-a20ecd19-f047-4885-9690-725b68f3ace3 - - - - - -] Maintenance task: Synchronization finished (took 0.04 seconds) 2026-04-07 01:02:11.906 10 INFO neutron.wsgi [None req-bbe4e9ae-8d95-4635-a822-7b1b5e5f360c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 193 time: 0.1051812 2026-04-07 01:02:11.985 10 INFO neutron.wsgi [None req-4a6ba92a-0951-4ade-81e6-c2ff1ca401e0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.0781348 2026-04-07 01:02:12.038 10 INFO neutron.wsgi [None req-812dc847-d56d-4fa0-8d68-4a45d0c047bd 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5251 time: 0.0500631 2026-04-07 01:02:12.083 10 INFO neutron.wsgi [None req-99f38723-56e6-405c-bebc-b617b4379447 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 189 time: 0.0366051 2026-04-07 01:02:12.110 10 INFO neutron.wsgi [None req-fc93b203-1713-42ac-a50b-f0034d1a85f3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0262134 2026-04-07 01:02:12.149 10 INFO neutron.wsgi [None req-41fcf0e9-d7d4-437f-a66a-cd31fc105d53 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0366127 2026-04-07 01:02:12.160 10 INFO neutron.wsgi [None req-f94ba648-1130-4eba-acae-61957e432b47 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0103276 2026-04-07 01:02:12.187 10 INFO neutron.wsgi [None req-0a7c4027-cdec-4765-b8d5-aafaf64516fe 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0265682 2026-04-07 01:02:12.197 10 INFO neutron.wsgi [None req-be738c14-7254-4a00-99e8-9dd37221ead2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0086193 2026-04-07 01:02:12.257 10 INFO neutron.wsgi [None req-98b0c434-dca1-4d6d-b28b-a8e0350dbf49 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 16799 time: 0.0592248 2026-04-07 01:02:12.286 10 INFO neutron.wsgi [None req-af388390-27af-4068-ba55-bea6117417f3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 1280 time: 0.0248916 2026-04-07 01:02:14.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024393 2026-04-07 01:02:14.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023160 2026-04-07 01:02:29.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026426 2026-04-07 01:02:29.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023596 2026-04-07 01:02:44.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0034087 2026-04-07 01:02:44.618 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0020123 2026-04-07 01:02:59.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022397 2026-04-07 01:02:59.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023015 2026-04-07 01:03:11.882 10 INFO neutron.wsgi [None req-ae71e691-dad1-4e9d-b3a9-02b713655377 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.1531613 2026-04-07 01:03:11.917 10 INFO neutron.wsgi [None req-db6c1d93-172d-4e26-93e1-00ccf7d23474 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0330567 2026-04-07 01:03:11.943 10 INFO neutron.wsgi [None req-a73934ef-7d2b-4033-b6fa-3f99994c091d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0250924 2026-04-07 01:03:11.958 10 INFO neutron.wsgi [None req-436eb02e-1425-4c3c-935d-a63f7da67ee5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 1280 time: 0.0133500 2026-04-07 01:03:11.987 10 INFO neutron.wsgi [None req-5c0a531e-83d8-4a1a-bd65-642e60baff28 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 193 time: 0.0276031 2026-04-07 01:03:12.040 10 INFO neutron.wsgi [None req-2a159b17-e2dc-4f30-8081-743d8411ff8b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 16799 time: 0.0518885 2026-04-07 01:03:12.075 10 INFO neutron.wsgi [None req-9b6db1f8-57e6-4dc9-ab11-7b5590ee3e0e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5251 time: 0.0294700 2026-04-07 01:03:12.115 10 INFO neutron.wsgi [None req-f01d5f10-92a6-4f99-b45b-f559494ec702 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0359716 2026-04-07 01:03:12.129 10 INFO neutron.wsgi [None req-9fee6caa-f283-4fd9-a344-66c99b6b334c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0127535 2026-04-07 01:03:12.153 10 INFO neutron.wsgi [None req-43f1d9ad-71e8-469e-9e5c-570130444c79 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 189 time: 0.0225415 2026-04-07 01:03:12.166 10 INFO neutron.wsgi [None req-bfd0ed62-f527-4d11-9304-b58f0e4f3132 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0123558 2026-04-07 01:03:14.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022929 2026-04-07 01:03:14.619 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0044682 2026-04-07 01:03:29.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024061 2026-04-07 01:03:29.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028968 2026-04-07 01:03:44.612 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0015786 2026-04-07 01:03:44.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0018935 2026-04-07 01:03:59.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025434 2026-04-07 01:03:59.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025294 2026-04-07 01:04:11.836 10 INFO neutron.wsgi [None req-0297ec2e-2a88-476a-860c-3466c65d051b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 16799 time: 0.0986261 2026-04-07 01:04:11.868 10 INFO neutron.wsgi [None req-ee321127-79ea-4d4b-9594-ee0ddc9eba92 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 193 time: 0.0273983 2026-04-07 01:04:11.925 10 INFO neutron.wsgi [None req-b5ed49c8-fa3a-44c0-8786-1f14aef434bb 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.0565972 2026-04-07 01:04:12.021 10 INFO neutron.wsgi [None req-4e575942-2411-4c55-9741-69777f3beb00 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5251 time: 0.0933514 2026-04-07 01:04:12.051 10 INFO neutron.wsgi [None req-73f76aed-d78b-4008-9be1-a99a03b1e23d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0266824 2026-04-07 01:04:12.063 10 INFO neutron.wsgi [None req-5fab884e-ee72-4591-ada9-411c3758f07a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 1280 time: 0.0087645 2026-04-07 01:04:12.091 10 INFO neutron.wsgi [None req-a5f89537-be14-40e8-9514-2a5b352bc783 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0269644 2026-04-07 01:04:12.102 10 INFO neutron.wsgi [None req-5e35714f-e831-4a1e-9941-13bb2d9d01b5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0098269 2026-04-07 01:04:12.125 10 INFO neutron.wsgi [None req-8b4d4e0a-58d5-4373-8104-691929277784 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 189 time: 0.0218670 2026-04-07 01:04:12.136 10 INFO neutron.wsgi [None req-236aeb66-1e96-4844-a24e-edf26df7aa2d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0102124 2026-04-07 01:04:12.169 10 INFO neutron.wsgi [None req-8143e34a-d152-4bec-a1a1-02f50dd2bf6f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0323164 2026-04-07 01:04:14.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026414 2026-04-07 01:04:14.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0027156 2026-04-07 01:04:29.612 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017617 2026-04-07 01:04:29.612 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0020845 2026-04-07 01:04:44.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022388 2026-04-07 01:04:44.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0021667 2026-04-07 01:04:59.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024178 2026-04-07 01:04:59.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0039542 2026-04-07 01:05:11.836 10 INFO neutron.wsgi [None req-3b3928e5-ac39-43df-8a07-32175346c4c4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 16799 time: 0.1190464 2026-04-07 01:05:11.865 10 INFO neutron.wsgi [None req-1e059ab4-4a10-4ab2-8a4b-8abb8194becf 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5251 time: 0.0266507 2026-04-07 01:05:11.887 10 INFO neutron.wsgi [None req-2d6053e4-6ed0-47c7-88dd-d1c485be3db7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 193 time: 0.0193026 2026-04-07 01:05:11.909 10 INFO neutron.wsgi [None req-29e9bc23-a417-4524-bf66-8c1034a9346d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 189 time: 0.0211821 2026-04-07 01:05:11.935 10 INFO neutron.wsgi [None req-a464bccd-e0e5-44fd-9828-1943b241ac55 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0244706 2026-04-07 01:05:11.944 10 INFO neutron.wsgi [None req-61587709-09b9-47dd-bfcb-7e2493690771 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 1280 time: 0.0083604 2026-04-07 01:05:12.000 10 INFO neutron.wsgi [None req-0f2022eb-dab5-464f-a290-7d93a1dce5eb 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.0555046 2026-04-07 01:05:12.035 10 INFO neutron.wsgi [None req-21cf8a2b-f652-4ffd-a007-4b2c292e759f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0327523 2026-04-07 01:05:12.046 10 INFO neutron.wsgi [None req-461df090-b782-49d1-b556-2f80bcc75257 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0099137 2026-04-07 01:05:12.074 10 INFO neutron.wsgi [None req-be67916a-9e9f-4b9b-a307-e8419400ad92 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0274675 2026-04-07 01:05:12.084 10 INFO neutron.wsgi [None req-a4932195-9036-4b78-9f34-84a36e2a54dd 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0084317 2026-04-07 01:05:14.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024421 2026-04-07 01:05:14.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023360 2026-04-07 01:05:29.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028434 2026-04-07 01:05:29.616 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0030777 2026-04-07 01:05:44.612 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0014243 2026-04-07 01:05:44.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025198 2026-04-07 01:05:59.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022271 2026-04-07 01:05:59.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022318 2026-04-07 01:06:11.808 10 INFO neutron.wsgi [None req-7a42225f-1ba7-4039-9f72-987676bb3788 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 16799 time: 0.0983100 2026-04-07 01:06:11.827 10 INFO neutron.wsgi [None req-a9d23e6a-4bd3-4f85-946e-1ada2fc3eaf4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 1280 time: 0.0127661 2026-04-07 01:06:11.859 10 INFO neutron.wsgi [None req-ce0e3828-9efa-45e2-a157-5acc9297c5f2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0309830 2026-04-07 01:06:11.870 10 INFO neutron.wsgi [None req-c7903327-b41c-485c-9905-29c0bfe6b278 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0107086 2026-04-07 01:06:11.928 10 INFO neutron.wsgi [None req-9f0f082c-04db-4680-90dd-11c39cb6b191 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.0573976 2026-04-07 01:06:11.970 10 INFO neutron.wsgi [None req-d0a7bbc5-61c2-4e38-9656-3d3bf1be4642 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 189 time: 0.0353260 2026-04-07 01:06:12.015 10 INFO neutron.wsgi [None req-0875693b-93d9-4b6d-b9f8-5224edabbba7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0448670 2026-04-07 01:06:12.025 10 INFO neutron.wsgi [None req-c198f72b-72e7-42e6-85c1-8344369e9c83 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0094044 2026-04-07 01:06:12.053 10 INFO neutron.wsgi [None req-3ce387f1-a34d-4416-99ee-3cbea71ac9d6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5251 time: 0.0269797 2026-04-07 01:06:12.077 10 INFO neutron.wsgi [None req-5346a656-07bb-436b-b41b-f4c378c849e1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 193 time: 0.0205655 2026-04-07 01:06:12.104 10 INFO neutron.wsgi [None req-0531f691-b610-4c32-b053-d43094bd6407 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0263734 2026-04-07 01:06:14.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024986 2026-04-07 01:06:14.615 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0039148 2026-04-07 01:06:29.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025301 2026-04-07 01:06:29.615 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0040789 2026-04-07 01:06:44.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023069 2026-04-07 01:06:44.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023234 2026-04-07 01:06:59.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026255 2026-04-07 01:06:59.616 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0045519 2026-04-07 01:07:11.787 10 INFO neutron.wsgi [None req-f4eafb37-76a3-47f8-a202-155b867ad7f2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 189 time: 0.0718546 2026-04-07 01:07:11.829 10 INFO neutron.wsgi [None req-d316680a-748c-421f-acfc-7721b8fbc281 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0415540 2026-04-07 01:07:11.894 10 INFO neutron.wsgi [None req-e19bfa85-9bcc-41c8-8f40-047f0ae9f920 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.0640807 2026-04-07 01:07:11.908 10 INFO neutron.wsgi [None req-a62e68e2-6644-4481-aad3-e5b7ef100c79 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0110519 2026-04-07 01:07:11.935 10 INFO neutron.wsgi [None req-52c0b817-d12b-4b20-80c3-2261fcdb663c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0261171 2026-04-07 01:07:11.952 10 INFO neutron.wsgi [None req-33573029-bf9b-492c-b948-3a09f809519a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0125279 2026-04-07 01:07:11.987 10 INFO neutron.wsgi [None req-e91f8fc3-0950-48a2-baee-fbd68e2588cc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5251 time: 0.0346947 2026-04-07 01:07:12.016 10 INFO neutron.wsgi [None req-6a651377-24ad-41ed-a5f8-f1b6f1253138 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 193 time: 0.0204279 2026-04-07 01:07:12.028 10 INFO neutron.wsgi [None req-21786845-6a88-4fe1-986f-58783f2aed82 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 1280 time: 0.0112443 2026-04-07 01:07:12.083 10 INFO neutron.wsgi [None req-ebef4332-19c8-4842-b6a1-59715c05db45 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 16799 time: 0.0533028 2026-04-07 01:07:12.124 10 INFO neutron.wsgi [None req-d8a03d12-e4aa-49e1-a356-c59df392ac18 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0344028 2026-04-07 01:07:14.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0019314 2026-04-07 01:07:14.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026009 2026-04-07 01:07:29.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024390 2026-04-07 01:07:29.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0030451 2026-04-07 01:07:44.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025485 2026-04-07 01:07:44.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025897 2026-04-07 01:07:59.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0018690 2026-04-07 01:07:59.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023398 2026-04-07 01:08:11.814 10 INFO neutron.wsgi [None req-e2037996-61db-42e5-8b95-f6b89cd4836a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0822246 2026-04-07 01:08:11.848 10 INFO neutron.wsgi [None req-55baf61e-7fe6-48aa-a3f9-1f23296288eb 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0330341 2026-04-07 01:08:11.859 10 INFO neutron.wsgi [None req-8deb5e7a-6866-4895-be07-e7d2bf1d8865 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0103908 2026-04-07 01:08:11.892 10 INFO neutron.wsgi [None req-f47117d6-b2f7-4198-b633-bd4fd749f0b3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0320287 2026-04-07 01:08:11.925 10 INFO neutron.wsgi [None req-fce18572-9f8a-4b4f-9ef9-69c7a2ab635a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5251 time: 0.0319045 2026-04-07 01:08:11.991 10 INFO neutron.wsgi [None req-2f9c7104-a598-4949-a39e-817fc68f6afa 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 16799 time: 0.0607233 2026-04-07 01:08:12.019 10 INFO neutron.wsgi [None req-b700fc8e-a7b3-4757-92f2-0f2106d83600 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 189 time: 0.0220022 2026-04-07 01:08:12.029 10 INFO neutron.wsgi [None req-506bff59-36fc-4669-a69d-38572906aa1e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0100145 2026-04-07 01:08:12.039 10 INFO neutron.wsgi [None req-af477c54-7c25-4610-b580-2ae43016036d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 1280 time: 0.0091755 2026-04-07 01:08:12.062 10 INFO neutron.wsgi [None req-18bd9307-58a9-4b02-8d67-f91815dc6099 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 193 time: 0.0218852 2026-04-07 01:08:12.112 10 INFO neutron.wsgi [None req-89033089-ff51-4d05-a35d-6585d127073f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.0492344 2026-04-07 01:08:14.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0020771 2026-04-07 01:08:14.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025311 2026-04-07 01:08:29.612 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017405 2026-04-07 01:08:29.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0021942 2026-04-07 01:08:44.612 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0016279 2026-04-07 01:08:44.612 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017755 2026-04-07 01:08:59.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023253 2026-04-07 01:08:59.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0034907 2026-04-07 01:09:11.789 10 INFO neutron.wsgi [None req-adc07fb8-4cda-4f4c-98cb-8ebd5d0c6366 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5251 time: 0.0742171 2026-04-07 01:09:11.815 10 INFO neutron.wsgi [None req-e13b1340-7201-42b7-a311-148a120da214 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 189 time: 0.0213141 2026-04-07 01:09:11.838 10 INFO neutron.wsgi [None req-2eece75f-41bc-4674-b203-15754501e372 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0219834 2026-04-07 01:09:11.866 10 INFO neutron.wsgi [None req-f650d0cd-b7c8-4280-af31-6b2a0c1d69e4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0271804 2026-04-07 01:09:11.877 10 INFO neutron.wsgi [None req-cfd41746-8fcd-446c-915c-1e17c8576aed 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0096648 2026-04-07 01:09:11.901 10 INFO neutron.wsgi [None req-80443d58-3b74-4afd-b2b7-348e89410c29 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 193 time: 0.0225680 2026-04-07 01:09:11.950 10 INFO neutron.wsgi [None req-1dc4d02c-9e47-4120-8a0f-e0a6cf4ca4f8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 16799 time: 0.0489821 2026-04-07 01:09:12.014 10 INFO neutron.wsgi [None req-b9ae9d2d-5d58-42af-9f53-d259f772556b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.0580032 2026-04-07 01:09:12.027 10 INFO neutron.wsgi [None req-f154a43d-2699-4cb1-9e71-0a13734f7f9a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 1280 time: 0.0104909 2026-04-07 01:09:12.055 10 INFO neutron.wsgi [None req-285bd8fe-5454-4c51-967b-24bc365dba69 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0272462 2026-04-07 01:09:12.064 10 INFO neutron.wsgi [None req-a2251003-54e3-438c-983e-ddc2e039ba20 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0086823 2026-04-07 01:09:14.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0027659 2026-04-07 01:09:14.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0029838 2026-04-07 01:09:29.615 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0035121 2026-04-07 01:09:29.618 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023572 2026-04-07 01:09:44.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024867 2026-04-07 01:09:44.615 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0030739 2026-04-07 01:09:59.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0040092 2026-04-07 01:09:59.617 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0051968 2026-04-07 01:10:11.804 10 INFO neutron.wsgi [None req-3e284433-0dff-4387-95d7-18a9abc74506 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0925066 2026-04-07 01:10:11.839 10 INFO neutron.wsgi [None req-84c45eca-9890-428a-8bc3-13ef3b666942 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0314393 2026-04-07 01:10:11.860 10 INFO neutron.wsgi [None req-8970e5ec-31a3-4d8d-bfb6-7f76a1dd2973 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 193 time: 0.0201249 2026-04-07 01:10:11.889 10 INFO neutron.wsgi [None req-1fe8b435-b3b6-4480-976b-2e6448612125 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0285950 2026-04-07 01:10:11.901 10 INFO neutron.wsgi [None req-93e0a460-3410-4bf4-8ff2-172406763c3b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0109255 2026-04-07 01:10:12.019 10 INFO neutron.wsgi [None req-72d248c5-660a-4faf-8fca-0ea8fa12cacd 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.1171260 2026-04-07 01:10:12.044 10 INFO neutron.wsgi [None req-00947532-57e6-4cc1-9647-e0d2569d0a6c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 189 time: 0.0225863 2026-04-07 01:10:12.054 10 INFO neutron.wsgi [None req-8b031f49-3e48-443a-b0de-2f06a25d31bf 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0091929 2026-04-07 01:10:12.065 10 INFO neutron.wsgi [None req-7147c541-9e12-43be-baf7-31c608bc146c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 1280 time: 0.0097024 2026-04-07 01:10:12.111 10 INFO neutron.wsgi [None req-5460e97d-ee6b-4c84-b416-2c34382089e7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 16799 time: 0.0459678 2026-04-07 01:10:12.148 10 INFO neutron.wsgi [None req-6947bc18-9634-4054-8101-98e05bce7747 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5251 time: 0.0313513 2026-04-07 01:10:14.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017259 2026-04-07 01:10:14.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017512 2026-04-07 01:10:29.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024097 2026-04-07 01:10:29.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023165 2026-04-07 01:10:44.612 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017006 2026-04-07 01:10:44.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0032537 2026-04-07 01:10:59.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022378 2026-04-07 01:10:59.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0032864 2026-04-07 01:11:11.931 10 INFO neutron.wsgi [None req-94a3bd60-ea11-47c1-9ee3-9d477d3f7552 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 193 time: 0.1538413 2026-04-07 01:11:12.016 10 INFO neutron.wsgi [None req-9ff6b523-4924-4782-90bb-0358366a8a1a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.0803869 2026-04-07 01:11:12.047 10 INFO neutron.wsgi [None req-a8ca3b39-be69-4611-be57-7aca1b709d7b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0286462 2026-04-07 01:11:12.075 10 INFO neutron.wsgi [None req-cad77d71-3b73-41f6-9180-a569af7d9acf 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0268707 2026-04-07 01:11:12.086 10 INFO neutron.wsgi [None req-08e07848-b137-47d0-a152-5ea69574e936 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 1280 time: 0.0101371 2026-04-07 01:11:12.118 10 INFO neutron.wsgi [None req-14c123f6-f115-4050-a5cb-f036a6058028 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5251 time: 0.0309422 2026-04-07 01:11:12.176 10 INFO neutron.wsgi [None req-42718e2d-42e8-40a7-8f8f-bd8ceb08dc16 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 16799 time: 0.0543518 2026-04-07 01:11:12.217 10 INFO neutron.wsgi [None req-969a5cc3-f06e-4c28-9651-5442e3d06a4b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 189 time: 0.0303087 2026-04-07 01:11:12.225 10 INFO neutron.wsgi [None req-205c9497-443b-4e8d-8625-6a47e58bf919 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0079210 2026-04-07 01:11:12.257 10 INFO neutron.wsgi [None req-fc62c1ce-6c30-4ecb-967e-70e49b7887e9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0306733 2026-04-07 01:11:12.268 10 INFO neutron.wsgi [None req-675f3584-ebe5-4f9f-8971-92ed20ace0f3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0101972 2026-04-07 01:11:14.612 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017347 2026-04-07 01:11:14.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0030804 2026-04-07 01:11:29.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023808 2026-04-07 01:11:29.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0027506 2026-04-07 01:11:29.708 10 INFO neutron.wsgi [None req-a2297117-7da3-4a7b-9bfb-8601083c3df9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.0928967 2026-04-07 01:11:30.716 10 INFO neutron.wsgi [None req-747721c5-2eb7-4967-a5c9-aaa7522665db 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0675087 2026-04-07 01:11:30.777 10 INFO neutron.wsgi [None req-ce502c8f-d83b-4854-9a53-78b21e1068d7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.0538497 2026-04-07 01:11:44.612 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0018778 2026-04-07 01:11:44.612 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0016835 2026-04-07 01:11:59.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024905 2026-04-07 01:11:59.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025258 2026-04-07 01:12:08.461 10 INFO neutron.wsgi [None req-e074516f-c530-486e-ab2e-0d6cb3405112 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.1021698 2026-04-07 01:12:09.308 10 INFO neutron.wsgi [None req-9c0c6490-72ae-4ee2-a8b0-f12346ce7fb1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0659585 2026-04-07 01:12:09.375 10 INFO neutron.wsgi [None req-61741d52-2d33-4155-ae3f-71e3732cb229 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.0629005 2026-04-07 01:12:10.388 9 INFO neutron.wsgi [None req-00a32617-2876-49f2-b3fb-838dd6837821 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 10157 time: 0.1056442 2026-04-07 01:12:11.415 10 INFO neutron.wsgi [None req-fc6bb69a-2555-47ce-bdf8-078fb9bc04bc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 10157 time: 0.1087677 2026-04-07 01:12:11.976 10 INFO neutron.wsgi [None req-0f28af1a-8053-45d7-afab-349238a3444b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5251 time: 0.1085238 2026-04-07 01:12:12.016 10 INFO neutron.wsgi [None req-a47aa64d-7bcd-402e-816f-88d262b8f1b3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 193 time: 0.0305243 2026-04-07 01:12:12.061 10 INFO neutron.wsgi [None req-fc129763-5644-40e2-971d-92fb63427573 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0441380 2026-04-07 01:12:12.117 10 INFO neutron.wsgi [None req-9d4ba567-ae10-484c-adc4-ad2c5a6856d6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 16799 time: 0.0543916 2026-04-07 01:12:12.209 10 INFO neutron.wsgi [None req-cba934fe-0e35-479d-8b54-b6bd8e939afa 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.0786288 2026-04-07 01:12:12.234 10 INFO neutron.wsgi [None req-6098b648-3a09-4c2d-bba4-7db93da7f417 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 189 time: 0.0225582 2026-04-07 01:12:12.290 10 INFO neutron.wsgi [None req-5d024aef-af42-4c7f-ba42-995ad63276ee 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0554156 2026-04-07 01:12:12.293 10 INFO neutron.wsgi [None req-f808aa7b-7145-49e2-a675-f6d5f2ff8232 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 10157 time: 0.1295691 2026-04-07 01:12:12.302 10 INFO neutron.wsgi [None req-a877c1a4-920c-4c1b-9cba-337ce28c5391 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0110860 2026-04-07 01:12:12.311 10 INFO neutron.wsgi [None req-f02aa467-cc7b-4052-902e-49f46a050cba 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 1280 time: 0.0086279 2026-04-07 01:12:12.337 10 INFO neutron.wsgi [None req-13b8c60d-1e06-4963-82c1-49e26aff2752 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0250540 2026-04-07 01:12:12.354 10 INFO neutron.wsgi [None req-b6612d0a-3888-4021-9757-2376763c1ce7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0161633 2026-04-07 01:12:13.074 10 INFO neutron.wsgi [None req-49a70bdd-9d6d-44c3-99d7-72cf873275fa 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 10157 time: 0.0692048 2026-04-07 01:12:13.889 10 INFO neutron.wsgi [None req-aa65ee89-45c8-439a-a0a9-5aadb6b4e8e5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 10157 time: 0.0917218 2026-04-07 01:12:14.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028837 2026-04-07 01:12:14.616 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0016968 2026-04-07 01:12:14.672 9 INFO neutron.wsgi [None req-f3ffeb16-9336-4629-b9a0-576261ea5e77 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 10157 time: 0.0907233 2026-04-07 01:12:15.727 9 INFO neutron.wsgi [None req-4d92457f-da4f-4cb3-a50f-1c0494b03938 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 16799 time: 0.0923204 2026-04-07 01:12:15.774 9 INFO neutron.wsgi [None req-e4d7710a-18c5-48d8-a540-fecbdd8e41b9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5251 time: 0.0371373 2026-04-07 01:12:21.914 9 INFO neutron.pecan_wsgi.hooks.translation [None req-8f644825-9894-43b2-9ec5-6e0ee7c28e50 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] GET failed (client error): The resource could not be found. 2026-04-07 01:12:21.915 9 INFO neutron.wsgi [None req-8f644825-9894-43b2-9ec5-6e0ee7c28e50 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/ports/octavia-health-manager-port-instance HTTP/1.1" status: 404 len: 314 time: 0.0584817 2026-04-07 01:12:21.949 9 INFO neutron.wsgi [None req-1f843cd3-5dc0-4978-b24e-f057dff2c440 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/ports?name=octavia-health-manager-port-instance HTTP/1.1" status: 200 len: 1347 time: 0.0300446 2026-04-07 01:12:23.318 9 INFO neutron.wsgi [None req-cfb97697-6db3-42fa-8fcd-04a5043ceabb 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5251 time: 0.0574088 2026-04-07 01:12:24.270 10 INFO neutron.wsgi [None req-cfefc1af-04fc-4275-ad07-4c58614709bd 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 10157 time: 0.0824878 2026-04-07 01:12:25.138 9 INFO neutron.wsgi [None req-2c92b0a7-32ac-479c-bae8-5044278f4844 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 10157 time: 0.0825441 2026-04-07 01:12:25.943 10 INFO neutron.wsgi [None req-3aede41f-6c18-4cc9-817b-f104d995805a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 10157 time: 0.0918782 2026-04-07 01:12:29.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025508 2026-04-07 01:12:29.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026801 2026-04-07 01:12:36.514 10 INFO neutron.wsgi [None req-e6c7c97c-c8c8-4bbc-8208-bfd48f81bbd1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/quotas/376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 361 time: 0.0101748 2026-04-07 01:12:44.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024817 2026-04-07 01:12:44.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025725 2026-04-07 01:12:59.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022528 2026-04-07 01:12:59.617 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0029633 2026-04-07 01:13:11.794 10 INFO neutron.wsgi [None req-7fe99154-378c-42d7-a493-83e4cf092746 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0793736 2026-04-07 01:13:11.805 10 INFO neutron.wsgi [None req-165ce187-7d13-49fd-aee1-2ce9b077dc53 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 1280 time: 0.0102324 2026-04-07 01:13:11.830 10 INFO neutron.wsgi [None req-54c1f609-d22b-4a82-8191-b46500872d05 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0237577 2026-04-07 01:13:11.843 10 INFO neutron.wsgi [None req-b1be4092-dfdf-4648-b71a-640a4d01b045 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0127292 2026-04-07 01:13:11.902 10 INFO neutron.wsgi [None req-82003cba-0e0d-4432-a522-7c20e9ef9e15 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 16799 time: 0.0576067 2026-04-07 01:13:11.937 10 INFO neutron.wsgi [None req-c6417f56-c104-4d59-8b7d-751e717607b9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5251 time: 0.0299182 2026-04-07 01:13:11.964 10 INFO neutron.wsgi [None req-a3bc59d1-cfe6-4afe-a336-02d31faa277a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 189 time: 0.0236614 2026-04-07 01:13:11.996 10 INFO neutron.wsgi [None req-b13f3a83-620e-40ae-b160-78e2bfd123e0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0313098 2026-04-07 01:13:12.016 10 INFO neutron.wsgi [None req-a439034b-c701-4126-bca8-5c488443ff96 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 193 time: 0.0182884 2026-04-07 01:13:12.070 10 INFO neutron.wsgi [None req-0dedc388-9c7d-4ddb-838c-42d161aa401b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.0532010 2026-04-07 01:13:12.082 10 INFO neutron.wsgi [None req-015564c4-72b7-4102-b004-a9d04263728a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0102339 2026-04-07 01:13:14.611 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0013177 2026-04-07 01:13:14.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026484 2026-04-07 01:13:26.769 10 INFO neutron.wsgi [None req-9c6b4466-18b6-4324-9b74-3a3a32142ac9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=e4f484039e694525971575f21e0e6b00 HTTP/1.1" status: 200 len: 6838 time: 0.1048732 2026-04-07 01:13:27.705 10 INFO neutron.wsgi [None req-8f786333-8ee9-4786-b481-78af7c4f2a16 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=e4f484039e694525971575f21e0e6b00 HTTP/1.1" status: 200 len: 6838 time: 0.0782700 2026-04-07 01:13:28.551 10 INFO neutron.wsgi [None req-f714e2bd-dee0-4ef0-868a-2ad10a821811 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=e4f484039e694525971575f21e0e6b00 HTTP/1.1" status: 200 len: 6838 time: 0.0734856 2026-04-07 01:13:29.403 10 INFO neutron.wsgi [None req-bfd0da4b-f7db-41eb-bfdb-1306d0159021 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=e4f484039e694525971575f21e0e6b00 HTTP/1.1" status: 200 len: 6838 time: 0.0834982 2026-04-07 01:13:29.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017138 2026-04-07 01:13:29.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022860 2026-04-07 01:13:30.302 10 INFO neutron.wsgi [None req-6c87186b-a5e4-4581-865d-061cb37100b8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/security-groups?tenant_id=e4f484039e694525971575f21e0e6b00 HTTP/1.1" status: 200 len: 6838 time: 0.0759869 2026-04-07 01:13:36.995 10 INFO neutron.wsgi [None req-1723ad0a-3483-4a26-9cb4-56f7b895e297 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/quotas/e4f484039e694525971575f21e0e6b00 HTTP/1.1" status: 200 len: 361 time: 0.0127640 2026-04-07 01:13:44.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025699 2026-04-07 01:13:44.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025842 2026-04-07 01:13:59.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0033133 2026-04-07 01:13:59.617 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0056527 2026-04-07 01:14:11.782 10 INFO neutron.wsgi [None req-76ce951e-e289-4908-91ed-a1cc56750f88 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 193 time: 0.0744691 2026-04-07 01:14:11.854 10 INFO neutron.wsgi [None req-ec723867-ad72-4c3e-b11e-7d19c6cc168d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.0708563 2026-04-07 01:14:11.905 10 INFO neutron.wsgi [None req-d4c2b34a-ab2a-4cbd-93d1-3f5b92e28e9c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 16799 time: 0.0492663 2026-04-07 01:14:11.943 10 INFO neutron.wsgi [None req-97674baf-ba7c-4240-9903-eee25b9919c1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0319359 2026-04-07 01:14:11.969 10 INFO neutron.wsgi [None req-85bf7f0a-195e-47c4-ac3c-8d3501536940 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0256331 2026-04-07 01:14:12.066 10 INFO neutron.wsgi [None req-448cf908-b4f5-416b-9f9e-0603282d85c9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0950942 2026-04-07 01:14:12.077 10 INFO neutron.wsgi [None req-a4a87dec-caa5-4779-8269-ff8032622a20 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0109389 2026-04-07 01:14:12.088 10 INFO neutron.wsgi [None req-aa9e2e70-1f87-4a02-82af-17587eeef789 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 1280 time: 0.0099170 2026-04-07 01:14:12.118 10 INFO neutron.wsgi [None req-6851e813-ff7e-4431-b481-30d0c3ddb837 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5251 time: 0.0289865 2026-04-07 01:14:12.146 10 INFO neutron.wsgi [None req-f73a2eee-bd84-429e-a868-36295d45e5a0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 189 time: 0.0241334 2026-04-07 01:14:12.156 10 INFO neutron.wsgi [None req-9762ae14-5be3-45a0-9760-c37096e537af 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0097904 2026-04-07 01:14:14.612 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0016663 2026-04-07 01:14:14.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0014708 2026-04-07 01:14:27.163 10 INFO neutron.wsgi [None req-b3214222-299e-4eea-a267-16061fbc0532 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133,10.0.0.47 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.1038313 2026-04-07 01:14:29.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026970 2026-04-07 01:14:29.636 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0215755 2026-04-07 01:14:44.612 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0013347 2026-04-07 01:14:44.612 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0015721 2026-04-07 01:14:59.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024135 2026-04-07 01:14:59.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0029004 2026-04-07 01:15:04.947 9 INFO neutron.wsgi [None req-5b1c8214-23c7-4d06-b75d-c1b0a8c7831b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2369 time: 0.2352154 2026-04-07 01:15:06.225 9 INFO neutron.wsgi [None req-c4eba524-aec8-4ad0-9bdf-4774436cfc92 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 212 time: 0.0489750 2026-04-07 01:15:06.281 9 INFO neutron.wsgi [None req-a65b5264-1a48-4f5e-afad-d349723c4f45 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/routers HTTP/1.1" status: 200 len: 208 time: 0.0510185 2026-04-07 01:15:06.324 9 INFO neutron.wsgi [None req-fb9636f2-39f0-47dc-8a6d-a34e4bab3704 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5270 time: 0.0361977 2026-04-07 01:15:06.363 9 INFO neutron.wsgi [None req-b31de8da-5f68-4d5c-a96f-ff0e212b4fb2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1456 time: 0.0348010 2026-04-07 01:15:06.426 9 INFO neutron.wsgi [None req-397069a2-38bf-4f41-a967-757d147e0213 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2369 time: 0.0588312 2026-04-07 01:15:06.491 10 INFO neutron.wsgi [None req-8ef79cc8-d4a2-4d3f-b9da-49afbe8ca002 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 16818 time: 0.0609703 2026-04-07 01:15:06.516 9 INFO neutron.wsgi [None req-c719de16-f001-4df9-a68b-771c5b556ff4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 212 time: 0.0194182 2026-04-07 01:15:11.822 10 INFO neutron.wsgi [None req-7c530c03-c502-4cc4-871a-e5995414cd93 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5251 time: 0.0756004 2026-04-07 01:15:11.853 10 INFO neutron.wsgi [None req-e901c0b4-ad05-480b-adfe-41cfc2bdec9a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 189 time: 0.0286434 2026-04-07 01:15:11.902 10 INFO neutron.wsgi [None req-34e598c3-bfa7-4fde-9218-4839bf3c8a65 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0479331 2026-04-07 01:15:11.919 10 INFO neutron.wsgi [None req-9b469bff-6ca8-4620-b7e3-58f6780a758f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 1280 time: 0.0159833 2026-04-07 01:15:11.947 10 INFO neutron.wsgi [None req-527bd05d-d1f9-4f1d-96dc-a2074253a8cf 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 193 time: 0.0269883 2026-04-07 01:15:11.998 10 INFO neutron.wsgi [None req-292e31f3-e02c-4975-ade1-b0db994f69b4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 16799 time: 0.0499735 2026-04-07 01:15:12.032 10 INFO neutron.wsgi [None req-d0fedc90-89fd-4eda-9660-efbd12eec18e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0291402 2026-04-07 01:15:12.043 10 INFO neutron.wsgi [None req-1abeb48c-1251-47af-9f20-fb1e93ed9dc7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0102446 2026-04-07 01:15:12.100 10 INFO neutron.wsgi [None req-408b2eaa-3b6a-4315-a824-4d5a00b68b3d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.0565829 2026-04-07 01:15:12.136 10 INFO neutron.wsgi [None req-a394e8f1-ee1a-45dd-b4ee-1285053fdc9c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0332260 2026-04-07 01:15:12.149 10 INFO neutron.wsgi [None req-b336a00b-9e0c-4065-9730-2c046bde734a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0100739 2026-04-07 01:15:14.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023873 2026-04-07 01:15:14.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0034218 2026-04-07 01:15:17.108 10 INFO neutron.db.ovn_revision_numbers_db [None req-33661cf4-94f6-4f29-b5c0-a7d1feb47c08 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource f32f6fb4-ad82-4154-a005-54b09fdc35e9 (type: security_groups) to 1 2026-04-07 01:15:17.110 9 INFO neutron.db.ovn_revision_numbers_db [None req-487af700-7866-42d8-8d4b-5229b2d259a4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource ed0ca995-cd36-4a4a-aee6-cda5f1ef14ca (type: security_groups) to 1 2026-04-07 01:15:17.141 9 INFO neutron.db.ovn_revision_numbers_db [None req-3ac07742-373d-44e4-abad-ae9c9c2134ba 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 69d08d4b-f2ce-488f-ba30-4036437d9f80 (type: security_groups) to 1 2026-04-07 01:15:17.170 9 INFO neutron.db.segments_db [None req-487af700-7866-42d8-8d4b-5229b2d259a4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Added segment 70141b7a-6125-40db-a8ea-e0f0e9e37726 of type geneve for network a088e416-9d58-45f6-86db-f25bd8c6194b 2026-04-07 01:15:17.174 10 INFO neutron.db.segments_db [None req-33661cf4-94f6-4f29-b5c0-a7d1feb47c08 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Added segment 6b8684f2-6b88-418e-ae1a-bec916c77cf9 of type geneve for network 66ebff96-773b-45d0-b051-8849443f3414 2026-04-07 01:15:17.204 9 INFO neutron.db.segments_db [None req-3ac07742-373d-44e4-abad-ae9c9c2134ba 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Added segment a3193524-238e-4a21-b4a6-9732d89614b6 of type geneve for network ef3588aa-208f-4db4-a4ee-fc47ea97dcc7 2026-04-07 01:15:17.321 10 INFO neutron.db.ovn_revision_numbers_db [None req-33661cf4-94f6-4f29-b5c0-a7d1feb47c08 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 66ebff96-773b-45d0-b051-8849443f3414 (type: networks) to 1 2026-04-07 01:15:17.348 9 INFO neutron.db.ovn_revision_numbers_db [None req-487af700-7866-42d8-8d4b-5229b2d259a4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource a088e416-9d58-45f6-86db-f25bd8c6194b (type: networks) to 1 2026-04-07 01:15:17.464 9 INFO neutron.db.ovn_revision_numbers_db [None req-3ac07742-373d-44e4-abad-ae9c9c2134ba 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource ef3588aa-208f-4db4-a4ee-fc47ea97dcc7 (type: networks) to 1 2026-04-07 01:15:17.494 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-33661cf4-94f6-4f29-b5c0-a7d1feb47c08 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:15:17.496 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-33661cf4-94f6-4f29-b5c0-a7d1feb47c08 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 66ebff96-773b-45d0-b051-8849443f3414: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:17.564 10 INFO neutron.db.ovn_revision_numbers_db [None req-33661cf4-94f6-4f29-b5c0-a7d1feb47c08 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 1cff6f3a-966b-4763-8c04-e52c29794b31 (type: ports) to 1 2026-04-07 01:15:17.589 10 INFO neutron.wsgi [None req-33661cf4-94f6-4f29-b5c0-a7d1feb47c08 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 949 time: 0.7271209 2026-04-07 01:15:17.680 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-487af700-7866-42d8-8d4b-5229b2d259a4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:15:17.682 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-487af700-7866-42d8-8d4b-5229b2d259a4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network a088e416-9d58-45f6-86db-f25bd8c6194b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:17.721 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3ac07742-373d-44e4-abad-ae9c9c2134ba 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:15:17.736 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3ac07742-373d-44e4-abad-ae9c9c2134ba 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network ef3588aa-208f-4db4-a4ee-fc47ea97dcc7: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:17.740 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-18ec407e-8294-4957-8ff8-0f7ee6c97986 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:15:17.742 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-18ec407e-8294-4957-8ff8-0f7ee6c97986 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 66ebff96-773b-45d0-b051-8849443f3414: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:17.779 9 INFO neutron.db.ovn_revision_numbers_db [None req-487af700-7866-42d8-8d4b-5229b2d259a4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource cccd4449-78a1-438c-a493-21d5d4af08b5 (type: ports) to 1 2026-04-07 01:15:17.818 9 INFO neutron.wsgi [None req-487af700-7866-42d8-8d4b-5229b2d259a4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 945 time: 0.9519885 2026-04-07 01:15:17.822 9 INFO neutron.db.ovn_revision_numbers_db [None req-3ac07742-373d-44e4-abad-ae9c9c2134ba 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource f05522dd-216b-43f1-86d6-c1a318357e45 (type: ports) to 1 2026-04-07 01:15:17.851 9 INFO neutron.wsgi [None req-3ac07742-373d-44e4-abad-ae9c9c2134ba 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 954 time: 0.8926206 2026-04-07 01:15:17.987 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-09bffc37-474b-4ddc-9482-656f9b910648 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:15:17.991 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-09bffc37-474b-4ddc-9482-656f9b910648 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network a088e416-9d58-45f6-86db-f25bd8c6194b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:18.060 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1ebe51a6-72f1-4290-aeb0-fa2df8ac08ae 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:15:18.064 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1ebe51a6-72f1-4290-aeb0-fa2df8ac08ae 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network ef3588aa-208f-4db4-a4ee-fc47ea97dcc7: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:18.066 9 INFO neutron.db.ovn_revision_numbers_db [None req-703be1f2-2d87-4264-87af-1aa2e9d4752a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 1937a5d7-8f6b-4306-ba8b-8d3b5755223e (type: security_groups) to 1 2026-04-07 01:15:18.108 9 INFO neutron.wsgi [None req-703be1f2-2d87-4264-87af-1aa2e9d4752a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=e349ccf3cf994702ad1f024ae85f71ec&name=default HTTP/1.1" status: 200 len: 2992 time: 0.2630427 2026-04-07 01:15:18.418 10 INFO neutron.db.ovn_revision_numbers_db [None req-18ec407e-8294-4957-8ff8-0f7ee6c97986 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 1cff6f3a-966b-4763-8c04-e52c29794b31 (type: ports) to 2 2026-04-07 01:15:18.448 10 INFO neutron.db.ovn_revision_numbers_db [None req-18ec407e-8294-4957-8ff8-0f7ee6c97986 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource f6212509-1282-4fa0-83ce-1a9024f9c10f (type: subnets) to 0 2026-04-07 01:15:18.465 9 INFO neutron.db.ovn_revision_numbers_db [None req-09bffc37-474b-4ddc-9482-656f9b910648 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource cccd4449-78a1-438c-a493-21d5d4af08b5 (type: ports) to 2 2026-04-07 01:15:18.469 10 INFO neutron.wsgi [None req-18ec407e-8294-4957-8ff8-0f7ee6c97986 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 869 time: 0.8746486 2026-04-07 01:15:18.475 9 INFO neutron.db.ovn_revision_numbers_db [None req-09bffc37-474b-4ddc-9482-656f9b910648 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 580bceec-c0cd-42ab-8586-879581abe249 (type: subnets) to 0 2026-04-07 01:15:18.487 9 INFO neutron.wsgi [None req-09bffc37-474b-4ddc-9482-656f9b910648 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 865 time: 0.6655350 2026-04-07 01:15:18.629 10 INFO neutron.wsgi [None req-31e02845-6fce-4dd5-9d76-b9be7af96678 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/1937a5d7-8f6b-4306-ba8b-8d3b5755223e HTTP/1.1" status: 204 len: 168 time: 0.5119872 2026-04-07 01:15:18.798 10 INFO neutron.db.ovn_revision_numbers_db [None req-1ebe51a6-72f1-4290-aeb0-fa2df8ac08ae 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource f05522dd-216b-43f1-86d6-c1a318357e45 (type: ports) to 2 2026-04-07 01:15:18.826 10 INFO neutron.db.ovn_revision_numbers_db [None req-1ebe51a6-72f1-4290-aeb0-fa2df8ac08ae 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 06aab00f-9c51-4669-95fc-8c03a80741d0 (type: subnets) to 0 2026-04-07 01:15:18.855 10 INFO neutron.wsgi [None req-1ebe51a6-72f1-4290-aeb0-fa2df8ac08ae 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 874 time: 0.9993629 2026-04-07 01:15:19.085 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c72d8ae3-8422-4409-b839-4da33976b058 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:15:19.087 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c72d8ae3-8422-4409-b839-4da33976b058 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:19.190 10 INFO neutron.db.ovn_revision_numbers_db [None req-c72d8ae3-8422-4409-b839-4da33976b058 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource b6f60cbc-0e29-43e0-ae49-087ef5d6831d (type: ports) to 1 2026-04-07 01:15:19.195 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-801cf2a8-fbce-4c96-9b09-a1f7fdd2d3b5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:15:19.197 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-801cf2a8-fbce-4c96-9b09-a1f7fdd2d3b5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:19.437 9 INFO neutron.db.ovn_revision_numbers_db [None req-801cf2a8-fbce-4c96-9b09-a1f7fdd2d3b5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 286a8eb4-8405-4281-be69-30eb244b56b3 (type: ports) to 1 2026-04-07 01:15:19.459 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-c72d8ae3-8422-4409-b839-4da33976b058 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Starting OVNClientQosExtension 2026-04-07 01:15:19.547 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9edf025d-b5f5-4430-8203-c4318bcca767 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:15:19.548 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9edf025d-b5f5-4430-8203-c4318bcca767 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:19.738 9 INFO neutron.db.ovn_revision_numbers_db [None req-9edf025d-b5f5-4430-8203-c4318bcca767 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource cc140ccf-3446-479d-b0f6-f5e420b32695 (type: ports) to 1 2026-04-07 01:15:19.777 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-801cf2a8-fbce-4c96-9b09-a1f7fdd2d3b5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Starting OVNClientQosExtension 2026-04-07 01:15:19.787 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: b6f60cbc-0e29-43e0-ae49-087ef5d6831d 2026-04-07 01:15:19.804 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Router e2e85bda-c812-4f32-85cb-7d79c597eaa8 is bound to host instance 2026-04-07 01:15:19.806 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port b6f60cbc-0e29-43e0-ae49-087ef5d6831d 2026-04-07 01:15:19.817 10 INFO neutron.db.ovn_revision_numbers_db [None req-c72d8ae3-8422-4409-b839-4da33976b058 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource b6f60cbc-0e29-43e0-ae49-087ef5d6831d (type: router_ports) to 1 2026-04-07 01:15:20.034 10 INFO neutron.db.ovn_revision_numbers_db [None req-c72d8ae3-8422-4409-b839-4da33976b058 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource e2e85bda-c812-4f32-85cb-7d79c597eaa8 (type: routers) to 3 2026-04-07 01:15:20.067 10 INFO neutron.wsgi [None req-c72d8ae3-8422-4409-b839-4da33976b058 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 880 time: 1.5901678 2026-04-07 01:15:20.264 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status up for port: 286a8eb4-8405-4281-be69-30eb244b56b3 2026-04-07 01:15:20.281 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port 286a8eb4-8405-4281-be69-30eb244b56b3 2026-04-07 01:15:20.301 9 INFO neutron.db.ovn_revision_numbers_db [None req-801cf2a8-fbce-4c96-9b09-a1f7fdd2d3b5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 286a8eb4-8405-4281-be69-30eb244b56b3 (type: router_ports) to 1 2026-04-07 01:15:20.424 9 INFO neutron.db.ovn_revision_numbers_db [None req-801cf2a8-fbce-4c96-9b09-a1f7fdd2d3b5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 0dfb551d-8307-4d08-b04f-9dcee4448e84 (type: routers) to 3 2026-04-07 01:15:20.459 9 INFO neutron.wsgi [None req-801cf2a8-fbce-4c96-9b09-a1f7fdd2d3b5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 876 time: 1.9666591 2026-04-07 01:15:20.585 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource b6f60cbc-0e29-43e0-ae49-087ef5d6831d (type: ports) to 1 2026-04-07 01:15:20.620 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Router 0e3081ab-fccf-41d7-887b-9e048d90e615 is bound to host instance 2026-04-07 01:15:20.623 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-db58466f-ec41-4196-9cdc-66d57459810e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] No more DHCP agents 2026-04-07 01:15:20.626 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-db58466f-ec41-4196-9cdc-66d57459810e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Unable to schedule network 66ebff96-773b-45d0-b051-8849443f3414: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:20.699 9 INFO neutron.db.ovn_revision_numbers_db [None req-569ea9e1-c061-4837-abb7-4dcba52811c3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 74549a29-2c3b-4b7f-8b75-110800992bdf (type: security_groups) to 1 2026-04-07 01:15:20.706 9 INFO neutron.db.ovn_revision_numbers_db [None req-9edf025d-b5f5-4430-8203-c4318bcca767 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource cc140ccf-3446-479d-b0f6-f5e420b32695 (type: router_ports) to 1 2026-04-07 01:15:20.876 9 INFO neutron.db.segments_db [None req-569ea9e1-c061-4837-abb7-4dcba52811c3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Added segment 012cb15d-2057-4cc4-8d35-c415293846e4 of type geneve for network 6cac407c-4f68-4ad8-8998-b83719c7177e 2026-04-07 01:15:20.886 10 INFO neutron.db.ovn_revision_numbers_db [None req-db58466f-ec41-4196-9cdc-66d57459810e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 9acbef4d-3799-40e5-af67-a5d48203edd2 (type: ports) to 1 2026-04-07 01:15:20.983 9 INFO neutron.db.ovn_revision_numbers_db [None req-9edf025d-b5f5-4430-8203-c4318bcca767 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 0e3081ab-fccf-41d7-887b-9e048d90e615 (type: routers) to 3 2026-04-07 01:15:21.038 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource b6f60cbc-0e29-43e0-ae49-087ef5d6831d (type: router_ports) to 3 2026-04-07 01:15:21.043 9 INFO neutron.wsgi [None req-9edf025d-b5f5-4430-8203-c4318bcca767 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 885 time: 2.1819210 2026-04-07 01:15:21.169 9 INFO neutron.db.ovn_revision_numbers_db [None req-569ea9e1-c061-4837-abb7-4dcba52811c3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 6cac407c-4f68-4ad8-8998-b83719c7177e (type: networks) to 1 2026-04-07 01:15:21.174 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource b6f60cbc-0e29-43e0-ae49-087ef5d6831d (type: ports) to 2 2026-04-07 01:15:21.433 10 INFO neutron.db.ovn_revision_numbers_db [None req-db58466f-ec41-4196-9cdc-66d57459810e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 9acbef4d-3799-40e5-af67-a5d48203edd2 (type: router_ports) to 2 2026-04-07 01:15:21.454 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource b6f60cbc-0e29-43e0-ae49-087ef5d6831d (type: ports) to 4 2026-04-07 01:15:21.631 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b666ff37-4609-41f5-b469-e67148cf73a4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] No more DHCP agents 2026-04-07 01:15:21.643 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-569ea9e1-c061-4837-abb7-4dcba52811c3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:15:21.646 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b666ff37-4609-41f5-b469-e67148cf73a4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Unable to schedule network a088e416-9d58-45f6-86db-f25bd8c6194b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:21.653 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-569ea9e1-c061-4837-abb7-4dcba52811c3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 6cac407c-4f68-4ad8-8998-b83719c7177e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:21.683 10 INFO neutron.db.ovn_revision_numbers_db [None req-db58466f-ec41-4196-9cdc-66d57459810e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 9acbef4d-3799-40e5-af67-a5d48203edd2 (type: ports) to 2 2026-04-07 01:15:21.805 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-db58466f-ec41-4196-9cdc-66d57459810e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] No more DHCP agents 2026-04-07 01:15:21.808 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-db58466f-ec41-4196-9cdc-66d57459810e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Unable to schedule network 66ebff96-773b-45d0-b051-8849443f3414: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:21.833 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource b6f60cbc-0e29-43e0-ae49-087ef5d6831d (type: router_ports) to 4 2026-04-07 01:15:21.838 9 INFO neutron.db.ovn_revision_numbers_db [None req-569ea9e1-c061-4837-abb7-4dcba52811c3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 1ddd115e-e47f-4c6b-9076-397cdf31915b (type: ports) to 1 2026-04-07 01:15:21.884 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Router 0dfb551d-8307-4d08-b04f-9dcee4448e84 is bound to host instance 2026-04-07 01:15:21.910 9 INFO neutron.wsgi [None req-569ea9e1-c061-4837-abb7-4dcba52811c3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 950 time: 1.6685250 2026-04-07 01:15:21.941 9 INFO neutron.db.ovn_revision_numbers_db [None req-b666ff37-4609-41f5-b469-e67148cf73a4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource f1ec32c5-9a02-4519-8c70-9b73980f99a1 (type: ports) to 1 2026-04-07 01:15:22.014 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Successfully bumped revision number for resource cc140ccf-3446-479d-b0f6-f5e420b32695 (type: ports) to 1 2026-04-07 01:15:22.186 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-34526be8-caef-47ec-be71-9941b4ca4836 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] No more DHCP agents 2026-04-07 01:15:22.190 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-34526be8-caef-47ec-be71-9941b4ca4836 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Unable to schedule network ef3588aa-208f-4db4-a4ee-fc47ea97dcc7: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:22.230 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-811a78bb-08f8-42dc-a518-5e58d123a9fc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:15:22.233 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-811a78bb-08f8-42dc-a518-5e58d123a9fc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 6cac407c-4f68-4ad8-8998-b83719c7177e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:22.441 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: cc140ccf-3446-479d-b0f6-f5e420b32695 2026-04-07 01:15:22.467 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port cc140ccf-3446-479d-b0f6-f5e420b32695 2026-04-07 01:15:22.516 9 INFO neutron.db.ovn_revision_numbers_db [None req-34526be8-caef-47ec-be71-9941b4ca4836 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource dd113c72-0bac-46b6-bacf-33e38dd983de (type: ports) to 1 2026-04-07 01:15:22.573 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Successfully bumped revision number for resource cc140ccf-3446-479d-b0f6-f5e420b32695 (type: router_ports) to 3 2026-04-07 01:15:22.775 9 INFO neutron.db.ovn_revision_numbers_db [None req-b666ff37-4609-41f5-b469-e67148cf73a4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource f1ec32c5-9a02-4519-8c70-9b73980f99a1 (type: router_ports) to 2 2026-04-07 01:15:22.789 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Successfully bumped revision number for resource cc140ccf-3446-479d-b0f6-f5e420b32695 (type: ports) to 2 2026-04-07 01:15:22.949 9 INFO neutron.db.ovn_revision_numbers_db [None req-b666ff37-4609-41f5-b469-e67148cf73a4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource f1ec32c5-9a02-4519-8c70-9b73980f99a1 (type: ports) to 2 2026-04-07 01:15:23.046 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b666ff37-4609-41f5-b469-e67148cf73a4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] No more DHCP agents 2026-04-07 01:15:23.050 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b666ff37-4609-41f5-b469-e67148cf73a4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Unable to schedule network a088e416-9d58-45f6-86db-f25bd8c6194b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:23.163 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource 286a8eb4-8405-4281-be69-30eb244b56b3 (type: ports) to 1 2026-04-07 01:15:23.171 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource cc140ccf-3446-479d-b0f6-f5e420b32695 (type: ports) to 4 2026-04-07 01:15:23.243 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: dd113c72-0bac-46b6-bacf-33e38dd983de 2026-04-07 01:15:23.251 9 INFO neutron.db.ovn_revision_numbers_db [None req-34526be8-caef-47ec-be71-9941b4ca4836 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource dd113c72-0bac-46b6-bacf-33e38dd983de (type: router_ports) to 2 2026-04-07 01:15:23.263 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port dd113c72-0bac-46b6-bacf-33e38dd983de 2026-04-07 01:15:23.280 10 INFO neutron.db.ovn_revision_numbers_db [None req-db58466f-ec41-4196-9cdc-66d57459810e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 9acbef4d-3799-40e5-af67-a5d48203edd2 (type: router_ports) to 2 2026-04-07 01:15:23.282 10 INFO neutron.wsgi [None req-db58466f-ec41-4196-9cdc-66d57459810e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "PUT /v2.0/routers/e2e85bda-c812-4f32-85cb-7d79c597eaa8/add_router_interface HTTP/1.1" status: 200 len: 503 time: 3.2054791 2026-04-07 01:15:23.439 10 INFO neutron.db.ovn_revision_numbers_db [None req-811a78bb-08f8-42dc-a518-5e58d123a9fc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 1ddd115e-e47f-4c6b-9076-397cdf31915b (type: ports) to 2 2026-04-07 01:15:23.444 9 INFO neutron.db.ovn_revision_numbers_db [None req-34526be8-caef-47ec-be71-9941b4ca4836 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource dd113c72-0bac-46b6-bacf-33e38dd983de (type: ports) to 2 2026-04-07 01:15:23.493 10 INFO neutron.db.ovn_revision_numbers_db [None req-811a78bb-08f8-42dc-a518-5e58d123a9fc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 8bf43d98-3a3a-4f4b-8eaa-42bc130ae020 (type: subnets) to 0 2026-04-07 01:15:23.522 10 INFO neutron.wsgi [None req-811a78bb-08f8-42dc-a518-5e58d123a9fc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 870 time: 1.6004307 2026-04-07 01:15:23.583 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource cc140ccf-3446-479d-b0f6-f5e420b32695 (type: router_ports) to 4 2026-04-07 01:15:23.588 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-34526be8-caef-47ec-be71-9941b4ca4836 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] No more DHCP agents 2026-04-07 01:15:23.603 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-34526be8-caef-47ec-be71-9941b4ca4836 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Unable to schedule network ef3588aa-208f-4db4-a4ee-fc47ea97dcc7: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:23.646 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: 9acbef4d-3799-40e5-af67-a5d48203edd2 2026-04-07 01:15:23.657 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port 9acbef4d-3799-40e5-af67-a5d48203edd2 2026-04-07 01:15:23.675 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource 286a8eb4-8405-4281-be69-30eb244b56b3 (type: router_ports) to 3 2026-04-07 01:15:23.818 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource 286a8eb4-8405-4281-be69-30eb244b56b3 (type: ports) to 2 2026-04-07 01:15:23.978 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource dd113c72-0bac-46b6-bacf-33e38dd983de (type: ports) to 3 2026-04-07 01:15:24.115 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 9acbef4d-3799-40e5-af67-a5d48203edd2 (type: ports) to 3 2026-04-07 01:15:24.157 10 INFO neutron.db.ovn_revision_numbers_db [None req-5e2ced6d-6c4e-450f-b387-5e536efd66ef 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - - -] Successfully bumped revision number for resource 8a853db4-6810-459e-a337-a06d50113995 (type: security_groups) to 1 2026-04-07 01:15:24.203 10 INFO neutron.wsgi [None req-5e2ced6d-6c4e-450f-b387-5e536efd66ef 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - - -] 10.0.0.78 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1793 time: 0.3405402 2026-04-07 01:15:24.287 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource dd113c72-0bac-46b6-bacf-33e38dd983de (type: router_ports) to 3 2026-04-07 01:15:24.288 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 9acbef4d-3799-40e5-af67-a5d48203edd2 (type: router_ports) to 3 2026-04-07 01:15:24.313 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource 286a8eb4-8405-4281-be69-30eb244b56b3 (type: ports) to 4 2026-04-07 01:15:24.426 10 INFO neutron.db.ovn_revision_numbers_db [None req-dec52ea4-a6ad-46bf-9168-37d07d4b9022 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - - -] Successfully bumped revision number for resource b1c7d283-5f79-432e-a22b-5ef63d099f23 (type: security_group_rules) to 0 2026-04-07 01:15:24.496 10 INFO neutron.wsgi [None req-dec52ea4-a6ad-46bf-9168-37d07d4b9022 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 764 time: 0.2828159 2026-04-07 01:15:24.565 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource 286a8eb4-8405-4281-be69-30eb244b56b3 (type: router_ports) to 4 2026-04-07 01:15:24.621 10 INFO neutron.db.ovn_revision_numbers_db [None req-095a4020-0f2f-4d82-a6ff-13723187ae0b 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - - -] Successfully bumped revision number for resource 96f704b8-8ac2-42bb-a81a-bfd05ac94a99 (type: security_group_rules) to 0 2026-04-07 01:15:24.644 10 INFO neutron.wsgi [None req-095a4020-0f2f-4d82-a6ff-13723187ae0b 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 769 time: 0.1436884 2026-04-07 01:15:24.675 9 INFO neutron.db.ovn_revision_numbers_db [None req-b666ff37-4609-41f5-b469-e67148cf73a4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource f1ec32c5-9a02-4519-8c70-9b73980f99a1 (type: router_ports) to 2 2026-04-07 01:15:24.677 9 INFO neutron.wsgi [None req-b666ff37-4609-41f5-b469-e67148cf73a4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "PUT /v2.0/routers/0dfb551d-8307-4d08-b04f-9dcee4448e84/add_router_interface HTTP/1.1" status: 200 len: 503 time: 4.2132730 2026-04-07 01:15:24.777 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ee3e22af-8564-482c-91a9-4738363af76f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:15:24.781 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ee3e22af-8564-482c-91a9-4738363af76f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:24.910 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-370b9fd5-4d34-4b45-9e33-ac3019bda2ea 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - - -] No more DHCP agents 2026-04-07 01:15:24.913 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-370b9fd5-4d34-4b45-9e33-ac3019bda2ea 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:24.927 9 INFO neutron.db.ovn_revision_numbers_db [None req-ee3e22af-8564-482c-91a9-4738363af76f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 1a377b83-a6c7-4f1a-becc-cf4d879e0344 (type: ports) to 1 2026-04-07 01:15:25.038 9 INFO neutron.db.ovn_revision_numbers_db [None req-34526be8-caef-47ec-be71-9941b4ca4836 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource dd113c72-0bac-46b6-bacf-33e38dd983de (type: router_ports) to 3 2026-04-07 01:15:25.040 9 INFO neutron.wsgi [None req-34526be8-caef-47ec-be71-9941b4ca4836 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "PUT /v2.0/routers/0e3081ab-fccf-41d7-887b-9e048d90e615/add_router_interface HTTP/1.1" status: 200 len: 503 time: 3.9886715 2026-04-07 01:15:25.157 10 INFO neutron.db.ovn_revision_numbers_db [None req-370b9fd5-4d34-4b45-9e33-ac3019bda2ea 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - - -] Successfully bumped revision number for resource eb1921d3-efc0-421c-a034-bdd915b764a1 (type: floatingips) to 0 2026-04-07 01:15:25.172 10 INFO neutron.wsgi [None req-370b9fd5-4d34-4b45-9e33-ac3019bda2ea 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - - -] 10.0.0.78 "POST /v2.0/floatingips HTTP/1.1" status: 201 len: 751 time: 0.5231688 2026-04-07 01:15:25.230 10 INFO neutron.db.ovn_revision_numbers_db [None req-c614e92e-7e01-44d0-88d2-a8af10466863 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - - -] Successfully bumped revision number for resource 3a9527f6-907e-4764-87d2-f26026f0256b (type: security_groups) to 1 2026-04-07 01:15:25.249 10 INFO neutron.wsgi [None req-c614e92e-7e01-44d0-88d2-a8af10466863 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - - -] 10.0.0.78 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1795 time: 0.1131651 2026-04-07 01:15:25.351 10 INFO neutron.db.ovn_revision_numbers_db [None req-da332524-ac12-496c-9e03-6b8ebaf99ed5 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - - -] Successfully bumped revision number for resource 1c944043-adb5-405c-bf71-b2ecd302f801 (type: security_group_rules) to 0 2026-04-07 01:15:25.374 10 INFO neutron.wsgi [None req-da332524-ac12-496c-9e03-6b8ebaf99ed5 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 764 time: 0.1183212 2026-04-07 01:15:25.485 10 INFO neutron.db.ovn_revision_numbers_db [None req-4ded8c48-b1c0-444f-b91a-e5bafefb63aa e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - - -] Successfully bumped revision number for resource 1e0763a9-7d4b-4707-8431-010ae178dccd (type: security_group_rules) to 0 2026-04-07 01:15:25.515 10 INFO neutron.wsgi [None req-4ded8c48-b1c0-444f-b91a-e5bafefb63aa e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 769 time: 0.1363456 2026-04-07 01:15:25.660 9 INFO neutron.db.ovn_revision_numbers_db [None req-ee3e22af-8564-482c-91a9-4738363af76f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 1a377b83-a6c7-4f1a-becc-cf4d879e0344 (type: router_ports) to 1 2026-04-07 01:15:25.674 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Router 20794e71-d24e-4112-bac0-44c50462527f is bound to host instance 2026-04-07 01:15:25.720 9 INFO neutron.db.ovn_revision_numbers_db [None req-ee3e22af-8564-482c-91a9-4738363af76f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 20794e71-d24e-4112-bac0-44c50462527f (type: routers) to 3 2026-04-07 01:15:25.734 9 INFO neutron.wsgi [None req-ee3e22af-8564-482c-91a9-4738363af76f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 881 time: 2.1978016 2026-04-07 01:15:25.815 10 INFO neutron.db.ovn_revision_numbers_db [None req-89ff5ce2-e61e-485c-8b8c-fe89153c7b8c f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] Successfully bumped revision number for resource aa5f9c19-27a8-4aa4-a90f-c60ed15ad8f2 (type: security_groups) to 1 2026-04-07 01:15:25.848 10 INFO neutron.wsgi [None req-89ff5ce2-e61e-485c-8b8c-fe89153c7b8c f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] 10.0.0.78 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1796 time: 0.3295019 2026-04-07 01:15:25.975 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-41d72f0f-1a33-48f3-85fa-889472810650 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - - -] No more DHCP agents 2026-04-07 01:15:25.976 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-41d72f0f-1a33-48f3-85fa-889472810650 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:26.023 9 INFO neutron.db.ovn_revision_numbers_db [None req-c8f5323d-c63f-4206-89c0-019f9e0e5fd8 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] Successfully bumped revision number for resource b4136af1-84f4-4d02-8e34-e699bba5d9a9 (type: security_group_rules) to 0 2026-04-07 01:15:26.069 9 INFO neutron.wsgi [None req-c8f5323d-c63f-4206-89c0-019f9e0e5fd8 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 764 time: 0.2157617 2026-04-07 01:15:26.175 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5d17afa0-c6ee-4dc4-89d1-56a89163111b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] No more DHCP agents 2026-04-07 01:15:26.179 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5d17afa0-c6ee-4dc4-89d1-56a89163111b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Unable to schedule network 6cac407c-4f68-4ad8-8998-b83719c7177e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:26.221 9 INFO neutron.db.ovn_revision_numbers_db [None req-006e99dd-8ee1-430f-8192-08733c79c3f4 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] Successfully bumped revision number for resource 2020fa68-f752-49cf-9c9c-58e041655e76 (type: security_group_rules) to 0 2026-04-07 01:15:26.265 9 INFO neutron.wsgi [None req-006e99dd-8ee1-430f-8192-08733c79c3f4 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 769 time: 0.1911407 2026-04-07 01:15:26.295 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource 1a377b83-a6c7-4f1a-becc-cf4d879e0344 (type: ports) to 1 2026-04-07 01:15:26.318 10 INFO neutron.db.ovn_revision_numbers_db [None req-41d72f0f-1a33-48f3-85fa-889472810650 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - - -] Successfully bumped revision number for resource ee653737-88a5-4e03-af05-3142cb7ea53f (type: floatingips) to 0 2026-04-07 01:15:26.318 9 INFO neutron.db.ovn_revision_numbers_db [None req-5d17afa0-c6ee-4dc4-89d1-56a89163111b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 45cb5135-cbd1-4a95-b85b-9693ba9359be (type: ports) to 1 2026-04-07 01:15:26.347 10 INFO neutron.wsgi [None req-41d72f0f-1a33-48f3-85fa-889472810650 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - - -] 10.0.0.78 "POST /v2.0/floatingips HTTP/1.1" status: 201 len: 751 time: 0.8276131 2026-04-07 01:15:26.602 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource 1a377b83-a6c7-4f1a-becc-cf4d879e0344 (type: router_ports) to 3 2026-04-07 01:15:26.783 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7e9d6e6c-e106-4e24-bdc2-a379178ae018 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] No more DHCP agents 2026-04-07 01:15:26.787 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7e9d6e6c-e106-4e24-bdc2-a379178ae018 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:26.824 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource 1a377b83-a6c7-4f1a-becc-cf4d879e0344 (type: ports) to 2 2026-04-07 01:15:27.040 9 INFO neutron.db.ovn_revision_numbers_db [None req-5d17afa0-c6ee-4dc4-89d1-56a89163111b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 45cb5135-cbd1-4a95-b85b-9693ba9359be (type: router_ports) to 2 2026-04-07 01:15:27.046 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource 1a377b83-a6c7-4f1a-becc-cf4d879e0344 (type: ports) to 4 2026-04-07 01:15:27.154 9 INFO neutron.db.ovn_revision_numbers_db [None req-7e9d6e6c-e106-4e24-bdc2-a379178ae018 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] Successfully bumped revision number for resource 62baab30-07ed-4f9b-a556-b149ca1dd220 (type: floatingips) to 0 2026-04-07 01:15:27.159 9 INFO neutron.db.ovn_revision_numbers_db [None req-5d17afa0-c6ee-4dc4-89d1-56a89163111b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 45cb5135-cbd1-4a95-b85b-9693ba9359be (type: ports) to 2 2026-04-07 01:15:27.169 9 INFO neutron.wsgi [None req-7e9d6e6c-e106-4e24-bdc2-a379178ae018 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] 10.0.0.78 "POST /v2.0/floatingips HTTP/1.1" status: 201 len: 751 time: 0.8985317 2026-04-07 01:15:27.202 9 INFO neutron.wsgi [req-900e4420-9254-45e1-b6ea-c443d293d345 req-c198f5e6-2425-4002-ab92-115982968f31 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/security-groups?name=tempest-securitygroup--1229097487&fields=id&tenant_id=00b0cfe780b04e358530839899e3ce43 HTTP/1.1" status: 200 len: 267 time: 0.0425274 2026-04-07 01:15:27.286 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource 1a377b83-a6c7-4f1a-becc-cf4d879e0344 (type: router_ports) to 4 2026-04-07 01:15:27.288 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5d17afa0-c6ee-4dc4-89d1-56a89163111b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] No more DHCP agents 2026-04-07 01:15:27.292 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5d17afa0-c6ee-4dc4-89d1-56a89163111b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Unable to schedule network 6cac407c-4f68-4ad8-8998-b83719c7177e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:27.433 9 INFO neutron.wsgi [req-900e4420-9254-45e1-b6ea-c443d293d345 req-1bcd0af3-908f-4df4-997f-2b6ec0a4ca1c e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/networks?id=a088e416-9d58-45f6-86db-f25bd8c6194b HTTP/1.1" status: 200 len: 874 time: 0.2214305 2026-04-07 01:15:27.464 9 INFO neutron.wsgi [req-900e4420-9254-45e1-b6ea-c443d293d345 req-d4e068d2-96da-4dd6-a36f-d729483f6244 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/quotas/00b0cfe780b04e358530839899e3ce43 HTTP/1.1" status: 200 len: 386 time: 0.0101023 2026-04-07 01:15:27.608 9 INFO neutron.wsgi [req-900e4420-9254-45e1-b6ea-c443d293d345 req-b7008a3c-3acf-4705-b709-b8f1f3a22889 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/ports?tenant_id=00b0cfe780b04e358530839899e3ce43&fields=id HTTP/1.1" status: 200 len: 302 time: 0.1205871 2026-04-07 01:15:27.931 10 INFO neutron.wsgi [req-514c0dbb-3995-4202-9031-55e4e2366c1c req-c99cfcc9-ed14-400c-b2a2-ebaf098c0dc8 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/security-groups?name=tempest-securitygroup--1919741405&fields=id&tenant_id=451ef57771a5425bbd262c9a325b0a99 HTTP/1.1" status: 200 len: 267 time: 0.0531456 2026-04-07 01:15:28.009 9 INFO neutron.wsgi [req-900e4420-9254-45e1-b6ea-c443d293d345 req-2a1f039f-d9e4-4eac-a9c1-eb753a422284 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/extensions HTTP/1.1" status: 200 len: 16525 time: 0.0470264 2026-04-07 01:15:28.047 10 INFO neutron.wsgi [req-514c0dbb-3995-4202-9031-55e4e2366c1c req-047fb30b-538d-4261-98b9-bb3342b2ced6 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/networks?id=ef3588aa-208f-4db4-a4ee-fc47ea97dcc7 HTTP/1.1" status: 200 len: 883 time: 0.1072381 2026-04-07 01:15:28.066 10 INFO neutron.wsgi [req-514c0dbb-3995-4202-9031-55e4e2366c1c req-f11fb88f-11c5-4328-9732-69720274ccf7 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/quotas/451ef57771a5425bbd262c9a325b0a99 HTTP/1.1" status: 200 len: 386 time: 0.0112336 2026-04-07 01:15:28.096 9 INFO neutron.wsgi [req-900e4420-9254-45e1-b6ea-c443d293d345 req-bf4dcfb9-5955-4954-bd78-9c0eeac58162 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/a088e416-9d58-45f6-86db-f25bd8c6194b?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0774758 2026-04-07 01:15:28.171 10 INFO neutron.wsgi [req-514c0dbb-3995-4202-9031-55e4e2366c1c req-1a7480ba-8363-458e-b32f-9deb02aca019 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/ports?tenant_id=451ef57771a5425bbd262c9a325b0a99&fields=id HTTP/1.1" status: 200 len: 302 time: 0.0982692 2026-04-07 01:15:28.175 9 INFO neutron.wsgi [req-900e4420-9254-45e1-b6ea-c443d293d345 req-ae5ac601-7e84-4555-af52-1a8a9d041161 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/a088e416-9d58-45f6-86db-f25bd8c6194b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0648990 2026-04-07 01:15:28.236 9 INFO neutron.db.ovn_revision_numbers_db [None req-5d17afa0-c6ee-4dc4-89d1-56a89163111b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 45cb5135-cbd1-4a95-b85b-9693ba9359be (type: router_ports) to 2 2026-04-07 01:15:28.239 9 INFO neutron.wsgi [None req-5d17afa0-c6ee-4dc4-89d1-56a89163111b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "PUT /v2.0/routers/20794e71-d24e-4112-bac0-44c50462527f/add_router_interface HTTP/1.1" status: 200 len: 503 time: 2.4969499 2026-04-07 01:15:28.377 9 INFO neutron.wsgi [req-6821334b-5c82-49c7-b4ae-4610e8c183b1 req-d3b91d56-3150-4d7a-a289-146252f1f735 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 210 time: 0.0416815 2026-04-07 01:15:28.569 10 INFO neutron.wsgi [req-514c0dbb-3995-4202-9031-55e4e2366c1c req-f37eb490-8fa6-4a12-ae9b-a3cf54481213 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/extensions HTTP/1.1" status: 200 len: 16525 time: 0.0714455 2026-04-07 01:15:28.643 10 INFO neutron.wsgi [req-514c0dbb-3995-4202-9031-55e4e2366c1c req-24836b2c-6fb8-4cec-aeb6-4d4e84b5e484 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/ef3588aa-208f-4db4-a4ee-fc47ea97dcc7?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0631735 2026-04-07 01:15:28.702 10 INFO neutron.wsgi [req-514c0dbb-3995-4202-9031-55e4e2366c1c req-db344ed1-4c14-4754-ad5f-73401a1fb407 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/ef3588aa-208f-4db4-a4ee-fc47ea97dcc7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0505099 2026-04-07 01:15:28.795 9 INFO neutron.db.ovn_revision_numbers_db [None req-4161ed05-6201-444f-aa03-a7aa01e5c759 24d80da7ce9f4f6ca3ad5b29b90836fd 87eb3976035e4311a3d2698ae6b417f3 - - - -] Successfully bumped revision number for resource dbb244ef-8de0-4d6d-9d7f-6934b572292e (type: security_groups) to 1 2026-04-07 01:15:28.815 9 INFO neutron.wsgi [None req-4161ed05-6201-444f-aa03-a7aa01e5c759 24d80da7ce9f4f6ca3ad5b29b90836fd 87eb3976035e4311a3d2698ae6b417f3 - - - -] 10.0.0.171 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1825 time: 0.1438072 2026-04-07 01:15:28.863 9 INFO neutron.wsgi [req-d91a2dfb-c3b4-4463-bacf-51a53d2dbcb1 req-1f00de0c-5acd-4de2-9fad-1a076c53dc3e 24d80da7ce9f4f6ca3ad5b29b90836fd 87eb3976035e4311a3d2698ae6b417f3 - - default default] 10.0.0.171 "GET /v2.0/security-groups/dbb244ef-8de0-4d6d-9d7f-6934b572292e HTTP/1.1" status: 200 len: 1820 time: 0.0287259 2026-04-07 01:15:28.898 10 INFO neutron.wsgi [req-ea3509ac-9b19-4f67-8e3a-6d52ad14977d req-6bc56bb9-725f-4c8b-a22a-63a22bcfc0e5 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 210 time: 0.0327055 2026-04-07 01:15:28.974 9 INFO neutron.db.ovn_revision_numbers_db [None req-35c569ee-4122-469e-b4a2-ca89d7c22b72 24d80da7ce9f4f6ca3ad5b29b90836fd 87eb3976035e4311a3d2698ae6b417f3 - - - -] Successfully bumped revision number for resource 7a1256cd-d77f-4577-97fe-b2990b2d7cc9 (type: security_group_rules) to 0 2026-04-07 01:15:28.999 9 INFO neutron.wsgi [None req-35c569ee-4122-469e-b4a2-ca89d7c22b72 24d80da7ce9f4f6ca3ad5b29b90836fd 87eb3976035e4311a3d2698ae6b417f3 - - - -] 10.0.0.171 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 786 time: 0.1307642 2026-04-07 01:15:29.122 10 INFO neutron.db.ovn_revision_numbers_db [None req-de8464e3-a9ad-48f8-b080-a7722c4f4f9a 24d80da7ce9f4f6ca3ad5b29b90836fd 87eb3976035e4311a3d2698ae6b417f3 - - - -] Successfully bumped revision number for resource 904e1b81-fa5c-4929-ab7d-39da726b2b82 (type: security_groups) to 1 2026-04-07 01:15:29.143 10 INFO neutron.wsgi [None req-de8464e3-a9ad-48f8-b080-a7722c4f4f9a 24d80da7ce9f4f6ca3ad5b29b90836fd 87eb3976035e4311a3d2698ae6b417f3 - - - -] 10.0.0.171 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1827 time: 0.1210823 2026-04-07 01:15:29.201 9 INFO neutron.wsgi [req-4a01e200-2ec1-4853-8e62-43e390b1ba96 req-752d322d-37e5-4d6c-b5dc-793ebfcae439 24d80da7ce9f4f6ca3ad5b29b90836fd 87eb3976035e4311a3d2698ae6b417f3 - - default default] 10.0.0.171 "GET /v2.0/security-groups/904e1b81-fa5c-4929-ab7d-39da726b2b82 HTTP/1.1" status: 200 len: 1822 time: 0.0359478 2026-04-07 01:15:29.318 9 INFO neutron.db.ovn_revision_numbers_db [None req-a3856476-19a8-47c4-be5f-76fa3cff20f7 24d80da7ce9f4f6ca3ad5b29b90836fd 87eb3976035e4311a3d2698ae6b417f3 - - - -] Successfully bumped revision number for resource 20d64f32-fa7a-43e5-8e7f-8a653049b1d6 (type: security_group_rules) to 0 2026-04-07 01:15:29.351 9 INFO neutron.wsgi [None req-a3856476-19a8-47c4-be5f-76fa3cff20f7 24d80da7ce9f4f6ca3ad5b29b90836fd 87eb3976035e4311a3d2698ae6b417f3 - - - -] 10.0.0.171 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 786 time: 0.1423507 2026-04-07 01:15:29.401 10 INFO neutron.wsgi [req-b4f672f7-bb88-448f-80d0-189bec8f7438 req-975cb10c-ce22-4922-b25a-b308a19965dc 24d80da7ce9f4f6ca3ad5b29b90836fd 87eb3976035e4311a3d2698ae6b417f3 - - default default] 10.0.0.171 "GET /v2.0/security-groups/904e1b81-fa5c-4929-ab7d-39da726b2b82 HTTP/1.1" status: 200 len: 2415 time: 0.0295742 2026-04-07 01:15:29.526 9 INFO neutron.wsgi [req-984e8bbd-b83f-4ba4-803d-f0e9c97263ff req-e3667085-3c27-4401-b916-cdd5a008310d e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 210 time: 0.0314758 2026-04-07 01:15:29.543 10 INFO neutron.db.ovn_revision_numbers_db [None req-6415cd73-b098-4388-a437-5d53546bccdd 24d80da7ce9f4f6ca3ad5b29b90836fd 87eb3976035e4311a3d2698ae6b417f3 - - - -] Successfully bumped revision number for resource 7b802b4a-675a-4881-8d10-14718098d0da (type: security_group_rules) to 0 2026-04-07 01:15:29.573 10 INFO neutron.wsgi [None req-6415cd73-b098-4388-a437-5d53546bccdd 24d80da7ce9f4f6ca3ad5b29b90836fd 87eb3976035e4311a3d2698ae6b417f3 - - - -] 10.0.0.171 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 791 time: 0.1619525 2026-04-07 01:15:29.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0027101 2026-04-07 01:15:29.617 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0018718 2026-04-07 01:15:29.635 9 INFO neutron.wsgi [req-9a747c1b-d145-4e95-a4e6-e218d427058b req-bad64e7b-c51f-4f5f-a161-18aa631bb94d 24d80da7ce9f4f6ca3ad5b29b90836fd 87eb3976035e4311a3d2698ae6b417f3 - - default default] 10.0.0.171 "GET /v2.0/security-groups/904e1b81-fa5c-4929-ab7d-39da726b2b82 HTTP/1.1" status: 200 len: 3013 time: 0.0358965 2026-04-07 01:15:29.681 10 INFO neutron.wsgi [req-4df04713-47e9-4ad1-a4c2-b6b629a88a54 req-3f33ccd5-fe4e-464d-a42c-f820ddcfce2d 24d80da7ce9f4f6ca3ad5b29b90836fd 87eb3976035e4311a3d2698ae6b417f3 - - default default] 10.0.0.171 "GET /v2.0/security-group-rules/7b802b4a-675a-4881-8d10-14718098d0da HTTP/1.1" status: 200 len: 783 time: 0.0232716 2026-04-07 01:15:29.746 10 INFO neutron.wsgi [req-4df04713-47e9-4ad1-a4c2-b6b629a88a54 req-9044f44a-46b5-497e-84b9-b6f6456a5111 24d80da7ce9f4f6ca3ad5b29b90836fd 87eb3976035e4311a3d2698ae6b417f3 - - default default] 10.0.0.171 "GET /v2.0/security-groups/904e1b81-fa5c-4929-ab7d-39da726b2b82 HTTP/1.1" status: 200 len: 3013 time: 0.0570002 2026-04-07 01:15:29.910 10 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] No hosting information found for port 9acbef4d-3799-40e5-af67-a5d48203edd2: RuntimeError: No hosting information found for port 9acbef4d-3799-40e5-af67-a5d48203edd2 2026-04-07 01:15:29.910 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: f1ec32c5-9a02-4519-8c70-9b73980f99a1 2026-04-07 01:15:29.923 10 INFO neutron.wsgi [req-900e4420-9254-45e1-b6ea-c443d293d345 req-885ee6de-3987-4958-ab2d-d4f0e3dcd614 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 199.19.213.133 "GET /v2.0/networks?id=a088e416-9d58-45f6-86db-f25bd8c6194b HTTP/1.1" status: 200 len: 874 time: 0.1895537 2026-04-07 01:15:29.929 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port f1ec32c5-9a02-4519-8c70-9b73980f99a1 2026-04-07 01:15:29.971 10 INFO neutron.wsgi [req-514c0dbb-3995-4202-9031-55e4e2366c1c req-4ec292df-c319-4d47-90cd-a17677fa3977 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 199.19.213.133 "GET /v2.0/networks?id=ef3588aa-208f-4db4-a4ee-fc47ea97dcc7 HTTP/1.1" status: 200 len: 883 time: 0.2070317 2026-04-07 01:15:30.037 10 INFO neutron.wsgi [None req-f082f1be-bace-490f-9d44-f91b695f5469 24d80da7ce9f4f6ca3ad5b29b90836fd 87eb3976035e4311a3d2698ae6b417f3 - - - -] 10.0.0.171 "DELETE /v2.0/security-group-rules/7b802b4a-675a-4881-8d10-14718098d0da HTTP/1.1" status: 204 len: 173 time: 0.2841454 2026-04-07 01:15:30.044 10 INFO neutron.wsgi [req-900e4420-9254-45e1-b6ea-c443d293d345 req-8172372c-f429-4950-bd2a-63c3f410bba5 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 199.19.213.133 "GET /v2.0/security-groups?fields=id&fields=name&tenant_id=00b0cfe780b04e358530839899e3ce43 HTTP/1.1" status: 200 len: 380 time: 0.0954840 2026-04-07 01:15:30.087 10 INFO neutron.wsgi [req-514c0dbb-3995-4202-9031-55e4e2366c1c req-aa8fb86e-4407-43a7-bc69-73d3324a2144 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 199.19.213.133 "GET /v2.0/security-groups?fields=id&fields=name&tenant_id=451ef57771a5425bbd262c9a325b0a99 HTTP/1.1" status: 200 len: 380 time: 0.1088767 2026-04-07 01:15:30.109 9 INFO neutron.wsgi [req-c34bf5c1-cf6f-4404-b85e-e41136e68a90 req-69538688-6b72-4f34-b62a-63a4c5758193 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/security-groups?name=tempest-securitygroup--1281296233&fields=id&tenant_id=f5018cf101704f5e947e2981f2ccad25 HTTP/1.1" status: 200 len: 267 time: 0.0427938 2026-04-07 01:15:30.162 9 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] No hosting information found for port dd113c72-0bac-46b6-bacf-33e38dd983de: RuntimeError: No hosting information found for port dd113c72-0bac-46b6-bacf-33e38dd983de 2026-04-07 01:15:30.313 10 INFO neutron.wsgi [req-e43e64f2-82fb-45f7-9bbb-9ff3895dbce9 req-701d2c26-af7b-4a51-8d6c-ddf59230b57b f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 210 time: 0.0306680 2026-04-07 01:15:30.359 9 INFO neutron.wsgi [req-c34bf5c1-cf6f-4404-b85e-e41136e68a90 req-8dd081d7-4d57-4d64-9da6-2b1b619f4057 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/networks?id=66ebff96-773b-45d0-b051-8849443f3414 HTTP/1.1" status: 200 len: 878 time: 0.2356765 2026-04-07 01:15:30.379 9 INFO neutron.wsgi [req-c34bf5c1-cf6f-4404-b85e-e41136e68a90 req-e4a5bb3f-d63f-401f-95a6-5a905f6bb5f0 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/quotas/f5018cf101704f5e947e2981f2ccad25 HTTP/1.1" status: 200 len: 386 time: 0.0123627 2026-04-07 01:15:30.471 10 INFO neutron.wsgi [req-adb1302d-dc3c-4967-abdd-98171313a8cb req-1535fbe6-1bf4-415b-b2c3-68175738eec3 24d80da7ce9f4f6ca3ad5b29b90836fd 87eb3976035e4311a3d2698ae6b417f3 - - default default] 10.0.0.171 "GET /v2.0/security-groups/904e1b81-fa5c-4929-ab7d-39da726b2b82 HTTP/1.1" status: 200 len: 2415 time: 0.1254222 2026-04-07 01:15:30.483 9 INFO neutron.wsgi [req-c34bf5c1-cf6f-4404-b85e-e41136e68a90 req-9460e8f6-3620-4d98-a361-59df993101ed 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/ports?tenant_id=f5018cf101704f5e947e2981f2ccad25&fields=id HTTP/1.1" status: 200 len: 302 time: 0.0966599 2026-04-07 01:15:30.557 9 INFO neutron.wsgi [req-c34bf5c1-cf6f-4404-b85e-e41136e68a90 req-c0efd89e-f1c6-413a-b21e-5f82544bf80b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/66ebff96-773b-45d0-b051-8849443f3414?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0591650 2026-04-07 01:15:30.620 9 INFO neutron.wsgi [req-c34bf5c1-cf6f-4404-b85e-e41136e68a90 req-032ca6fd-05db-4780-a8c2-544404052bb2 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/66ebff96-773b-45d0-b051-8849443f3414?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0558662 2026-04-07 01:15:30.691 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource f1ec32c5-9a02-4519-8c70-9b73980f99a1 (type: ports) to 3 2026-04-07 01:15:30.915 10 INFO neutron.wsgi [None req-f1c11ded-7248-45f3-9a3e-90f15d9c2df7 24d80da7ce9f4f6ca3ad5b29b90836fd 87eb3976035e4311a3d2698ae6b417f3 - - - -] 10.0.0.171 "DELETE /v2.0/security-groups/904e1b81-fa5c-4929-ab7d-39da726b2b82 HTTP/1.1" status: 204 len: 173 time: 0.4295986 2026-04-07 01:15:30.936 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d435c1c3-6f4e-4a90-ab2a-948f9e8fe07d e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - - -] No more DHCP agents 2026-04-07 01:15:30.939 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d435c1c3-6f4e-4a90-ab2a-948f9e8fe07d e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - - -] Unable to schedule network a088e416-9d58-45f6-86db-f25bd8c6194b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:30.968 9 INFO neutron.wsgi [req-fb1db153-bcac-4279-960d-ce5dd98a4d19 req-dd216e2f-4660-4f24-a45a-812c600132ea e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1156 time: 0.0511694 /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-04-07 01:15:30.988 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource f1ec32c5-9a02-4519-8c70-9b73980f99a1 (type: router_ports) to 3 2026-04-07 01:15:31.010 9 INFO neutron.wsgi [req-fb1db153-bcac-4279-960d-ce5dd98a4d19 req-98db1ce7-7623-4413-be7a-ba7ffb9d040e e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=3a9527f6-907e-4764-87d2-f26026f0256b&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0352745 2026-04-07 01:15:31.017 10 INFO neutron.wsgi [req-27a2fab5-214d-4022-9957-23a9648a88de req-bc1125ef-c839-40a2-a5d7-5a9cd8d4ada1 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=105f7f9e-898f-4c8e-98b0-5190b7fc377b HTTP/1.1" status: 200 len: 210 time: 0.0551748 2026-04-07 01:15:31.021 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-79472f0b-8394-4d3a-877a-79cfe6e505af f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] No more DHCP agents 2026-04-07 01:15:31.033 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-79472f0b-8394-4d3a-877a-79cfe6e505af f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] Unable to schedule network ef3588aa-208f-4db4-a4ee-fc47ea97dcc7: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:31.070 9 INFO neutron.wsgi [req-40b9f3b4-07b8-472d-8f32-6b9ce41a50ec req-98f2bba6-055a-4dde-b5f9-8980b94b2b6e 24d80da7ce9f4f6ca3ad5b29b90836fd 87eb3976035e4311a3d2698ae6b417f3 - - default default] 10.0.0.171 "GET /v2.0/security-groups/dbb244ef-8de0-4d6d-9d7f-6934b572292e HTTP/1.1" status: 200 len: 2413 time: 0.0378962 2026-04-07 01:15:31.202 9 INFO neutron.wsgi [None req-d6225690-4e38-4aff-97c3-f74edcba9e94 24d80da7ce9f4f6ca3ad5b29b90836fd 87eb3976035e4311a3d2698ae6b417f3 - - - -] 10.0.0.171 "DELETE /v2.0/security-groups/dbb244ef-8de0-4d6d-9d7f-6934b572292e HTTP/1.1" status: 204 len: 173 time: 0.1263041 2026-04-07 01:15:31.300 10 INFO neutron.db.ovn_revision_numbers_db [None req-d435c1c3-6f4e-4a90-ab2a-948f9e8fe07d e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - - -] Successfully bumped revision number for resource 1d5037e9-fe40-45ed-89bf-643e4479ae85 (type: ports) to 1 2026-04-07 01:15:31.336 10 INFO neutron.wsgi [None req-d435c1c3-6f4e-4a90-ab2a-948f9e8fe07d e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - - -] 199.19.213.133 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1158 time: 1.2818775 /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-04-07 01:15:31.348 10 INFO neutron.wsgi [req-900e4420-9254-45e1-b6ea-c443d293d345 req-ed749e76-33c7-4286-bb1c-71748032c105 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 199.19.213.133 "GET /v2.0/extensions HTTP/1.1" status: 200 len: 16525 time: 0.0063634 2026-04-07 01:15:31.353 10 INFO neutron.db.ovn_revision_numbers_db [None req-79472f0b-8394-4d3a-877a-79cfe6e505af f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] Successfully bumped revision number for resource 079609e9-e5cf-439f-91c7-7573e2699dc8 (type: ports) to 1 2026-04-07 01:15:31.374 10 INFO neutron.wsgi [None req-79472f0b-8394-4d3a-877a-79cfe6e505af f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] 199.19.213.133 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1158 time: 1.2815514 2026-04-07 01:15:31.432 10 INFO neutron.wsgi [req-2a8989e1-137e-43b8-b643-cb19aeec6a0d req-69cee2e0-5a6a-49d8-9eba-d1930409d70b f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 1156 time: 0.0420895 2026-04-07 01:15:31.474 10 INFO neutron.wsgi [req-2a8989e1-137e-43b8-b643-cb19aeec6a0d req-dbc96866-50b8-4743-a287-a812c4de5a25 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=aa5f9c19-27a8-4aa4-a90f-c60ed15ad8f2&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0361886 2026-04-07 01:15:31.788 9 INFO neutron.wsgi [req-c34bf5c1-cf6f-4404-b85e-e41136e68a90 req-eb20bca3-fc88-47cc-9ccb-1279c94b836f 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 199.19.213.133 "GET /v2.0/networks?id=66ebff96-773b-45d0-b051-8849443f3414 HTTP/1.1" status: 200 len: 878 time: 0.0870316 2026-04-07 01:15:31.859 9 INFO neutron.wsgi [req-c34bf5c1-cf6f-4404-b85e-e41136e68a90 req-a257dbfc-971b-4a2d-9bd2-0eef6979efdd 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 199.19.213.133 "GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f5018cf101704f5e947e2981f2ccad25 HTTP/1.1" status: 200 len: 380 time: 0.0642347 /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-04-07 01:15:32.121 10 INFO neutron.wsgi [req-9dbdad55-84d6-40c5-bd70-6ecc3f404b95 req-08a261e1-a7a1-4808-bc28-a3cf1d4b10ba 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=105f7f9e-898f-4c8e-98b0-5190b7fc377b HTTP/1.1" status: 200 len: 210 time: 0.0318484 2026-04-07 01:15:32.188 9 INFO neutron.wsgi [req-8d3d04b2-8ace-4152-9750-a2a743c78223 req-bbc59dd3-09bc-417b-9ac6-009911503525 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1168 time: 0.0897906 2026-04-07 01:15:32.223 10 INFO neutron.db.ovn_revision_numbers_db [None req-d4811b6e-2eea-4aae-bcc2-c9f981434284 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource 1d5037e9-fe40-45ed-89bf-643e4479ae85 (type: ports) to 2 2026-04-07 01:15:32.244 10 INFO neutron.db.ovn_revision_numbers_db [None req-cef9b8e9-e4e1-451e-8416-41bc0b51682a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource 079609e9-e5cf-439f-91c7-7573e2699dc8 (type: ports) to 2 2026-04-07 01:15:32.305 9 INFO neutron.wsgi [req-8d3d04b2-8ace-4152-9750-a2a743c78223 req-273cb642-11a7-44a2-86f8-b2ecadc8215e e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=3a9527f6-907e-4764-87d2-f26026f0256b&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.1000524 2026-04-07 01:15:32.496 10 INFO neutron.db.ovn_revision_numbers_db [None req-cef9b8e9-e4e1-451e-8416-41bc0b51682a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource 079609e9-e5cf-439f-91c7-7573e2699dc8 (type: ports) to 2 2026-04-07 01:15:32.501 10 INFO neutron.db.ovn_revision_numbers_db [None req-d4811b6e-2eea-4aae-bcc2-c9f981434284 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource 1d5037e9-fe40-45ed-89bf-643e4479ae85 (type: ports) to 2 2026-04-07 01:15:32.518 10 INFO neutron.wsgi [None req-cef9b8e9-e4e1-451e-8416-41bc0b51682a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] 199.19.213.133 "PUT /v2.0/ports/079609e9-e5cf-439f-91c7-7573e2699dc8 HTTP/1.1" status: 200 len: 1328 time: 0.8644853 2026-04-07 01:15:32.530 10 INFO neutron.wsgi [None req-d4811b6e-2eea-4aae-bcc2-c9f981434284 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] 199.19.213.133 "PUT /v2.0/ports/1d5037e9-fe40-45ed-89bf-643e4479ae85 HTTP/1.1" status: 200 len: 1328 time: 0.8780637 /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-04-07 01:15:32.594 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6247f074-9697-4132-860c-9b9dc494069a 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - - -] No more DHCP agents 2026-04-07 01:15:32.597 10 INFO neutron.wsgi [req-d717b931-ba36-4bf0-ae0d-747d44a76f9d req-7c27ed9c-aa64-44cc-ba43-8a18ca57af2d f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 1168 time: 0.0400765 2026-04-07 01:15:32.600 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6247f074-9697-4132-860c-9b9dc494069a 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - - -] Unable to schedule network 66ebff96-773b-45d0-b051-8849443f3414: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:32.651 10 INFO neutron.wsgi [req-d717b931-ba36-4bf0-ae0d-747d44a76f9d req-3db78a59-006f-495c-b619-aa3920de44d9 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=aa5f9c19-27a8-4aa4-a90f-c60ed15ad8f2&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0480738 2026-04-07 01:15:32.696 10 INFO neutron.wsgi [req-514c0dbb-3995-4202-9031-55e4e2366c1c req-8e906f0a-0013-4bc7-a966-1913c27075b6 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=451ef57771a5425bbd262c9a325b0a99&device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 1359 time: 0.0578349 2026-04-07 01:15:32.701 10 INFO neutron.wsgi [req-900e4420-9254-45e1-b6ea-c443d293d345 req-e4d6cbcb-b0bb-4652-939d-55eb725be830 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=00b0cfe780b04e358530839899e3ce43&device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1359 time: 0.0305276 2026-04-07 01:15:32.807 10 INFO neutron.wsgi [req-900e4420-9254-45e1-b6ea-c443d293d345 req-47c1fae2-cb0d-43d3-b747-394c4e1a7da8 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=1d5037e9-fe40-45ed-89bf-643e4479ae85 HTTP/1.1" status: 200 len: 217 time: 0.0527525 2026-04-07 01:15:32.808 10 INFO neutron.wsgi [req-514c0dbb-3995-4202-9031-55e4e2366c1c req-0c5edd03-ef68-40f1-805b-250135250fa5 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=079609e9-e5cf-439f-91c7-7573e2699dc8 HTTP/1.1" status: 200 len: 217 time: 0.0528593 2026-04-07 01:15:32.814 9 INFO neutron.db.ovn_revision_numbers_db [None req-6247f074-9697-4132-860c-9b9dc494069a 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - - -] Successfully bumped revision number for resource d66dddfe-2ce4-4716-ba45-12dfd73e7551 (type: ports) to 1 2026-04-07 01:15:32.847 9 INFO neutron.wsgi [None req-6247f074-9697-4132-860c-9b9dc494069a 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - - -] 199.19.213.133 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1158 time: 0.9839749 /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-04-07 01:15:32.879 10 INFO neutron.wsgi [req-900e4420-9254-45e1-b6ea-c443d293d345 req-99c7135d-8069-4e0c-a93a-dd922518f2fa 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=580bceec-c0cd-42ab-8586-879581abe249 HTTP/1.1" status: 200 len: 868 time: 0.0599842 2026-04-07 01:15:32.882 10 INFO neutron.wsgi [req-514c0dbb-3995-4202-9031-55e4e2366c1c req-a4c0da57-8413-46be-a306-7a33715d9619 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=06aab00f-9c51-4669-95fc-8c03a80741d0 HTTP/1.1" status: 200 len: 877 time: 0.0619614 2026-04-07 01:15:32.936 10 INFO neutron.wsgi [req-900e4420-9254-45e1-b6ea-c443d293d345 req-7c039b3b-fa92-40e2-9abb-6151a4cb0da3 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a088e416-9d58-45f6-86db-f25bd8c6194b&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0457366 2026-04-07 01:15:32.938 10 INFO neutron.wsgi [req-514c0dbb-3995-4202-9031-55e4e2366c1c req-7a7ae860-7b3f-42de-8db1-188643c1d2a2 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=ef3588aa-208f-4db4-a4ee-fc47ea97dcc7&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0467899 2026-04-07 01:15:32.945 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-2cad3cfe-c037-41be-9cc7-8f8a1727b95b'] response: {'name': 'network-changed', 'server_uuid': '2f6b0901-cb36-4706-8880-a73209741243', 'tag': '079609e9-e5cf-439f-91c7-7573e2699dc8', 'status': 'completed', 'code': 200} 2026-04-07 01:15:33.016 10 INFO neutron.wsgi [req-900e4420-9254-45e1-b6ea-c443d293d345 req-03ba4d65-f785-448e-86b2-7d0d1985e993 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a088e416-9d58-45f6-86db-f25bd8c6194b?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0698731 2026-04-07 01:15:33.018 10 INFO neutron.wsgi [req-514c0dbb-3995-4202-9031-55e4e2366c1c req-fccdedc1-a4cf-402c-a004-0c5a5629b982 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/ef3588aa-208f-4db4-a4ee-fc47ea97dcc7?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0696490 2026-04-07 01:15:33.265 10 INFO neutron.wsgi [req-900e4420-9254-45e1-b6ea-c443d293d345 req-8a0630ad-1e6f-4e95-893a-6ef2c701ff90 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a088e416-9d58-45f6-86db-f25bd8c6194b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.2363598 2026-04-07 01:15:33.287 10 INFO neutron.wsgi [req-514c0dbb-3995-4202-9031-55e4e2366c1c req-af06223b-4a57-46f2-9466-de3d27dfbca8 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/ef3588aa-208f-4db4-a4ee-fc47ea97dcc7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.2578900 2026-04-07 01:15:33.322 10 INFO neutron.wsgi [req-e2ed5e99-9f34-4152-abca-78b20317ac53 req-b959fa5b-58ed-4faf-a159-0b87e09332ca 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=105f7f9e-898f-4c8e-98b0-5190b7fc377b HTTP/1.1" status: 200 len: 1156 time: 0.1056457 2026-04-07 01:15:33.353 9 INFO neutron.wsgi [None req-f8dba318-52f9-40e2-a1fd-1ebf12fa336c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "PUT /v2.0/routers/20794e71-d24e-4112-bac0-44c50462527f/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 2.1445465 2026-04-07 01:15:33.368 10 INFO neutron.wsgi [req-e2ed5e99-9f34-4152-abca-78b20317ac53 req-50ce1db5-92fe-415b-a042-8cf60435236b 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=8a853db4-6810-459e-a337-a06d50113995&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0410419 /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-04-07 01:15:33.492 9 INFO neutron.db.ovn_revision_numbers_db [None req-4159db7b-eaff-4e75-a9a2-88775ed61d05 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource d66dddfe-2ce4-4716-ba45-12dfd73e7551 (type: ports) to 2 2026-04-07 01:15:33.493 10 INFO neutron.wsgi [req-8b70b2c6-8056-4ced-8d9c-67dfee9d4393 req-e102f1f4-f979-48a0-8b77-b156c52d9e07 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=451ef57771a5425bbd262c9a325b0a99&device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 1359 time: 0.0377562 2026-04-07 01:15:33.502 9 INFO neutron.wsgi [req-147090c7-d8f7-47ee-b817-fa9a2fc8cfc2 req-bb82a969-1ed7-4a50-946b-88968ca4881e e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1168 time: 0.1258740 2026-04-07 01:15:33.548 9 INFO neutron.wsgi [req-147090c7-d8f7-47ee-b817-fa9a2fc8cfc2 req-f23cb5e9-b711-4b2e-a605-bbeb3f6010a0 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=3a9527f6-907e-4764-87d2-f26026f0256b&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0367978 2026-04-07 01:15:33.595 10 INFO neutron.wsgi [req-8b70b2c6-8056-4ced-8d9c-67dfee9d4393 req-0ab9e183-b941-44d1-b0e6-17eab2f67107 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=ef3588aa-208f-4db4-a4ee-fc47ea97dcc7 HTTP/1.1" status: 200 len: 982 time: 0.0683343 2026-04-07 01:15:33.632 10 INFO neutron.wsgi [req-8b70b2c6-8056-4ced-8d9c-67dfee9d4393 req-6edbf078-68c0-4151-8787-af62da4d7189 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=079609e9-e5cf-439f-91c7-7573e2699dc8 HTTP/1.1" status: 200 len: 217 time: 0.0301268 2026-04-07 01:15:33.670 10 INFO neutron.wsgi [req-8b70b2c6-8056-4ced-8d9c-67dfee9d4393 req-1f732518-fe0b-4261-81ef-e08324613935 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=06aab00f-9c51-4669-95fc-8c03a80741d0 HTTP/1.1" status: 200 len: 877 time: 0.0322385 2026-04-07 01:15:33.692 9 INFO neutron.db.ovn_revision_numbers_db [None req-4159db7b-eaff-4e75-a9a2-88775ed61d05 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource d66dddfe-2ce4-4716-ba45-12dfd73e7551 (type: ports) to 2 2026-04-07 01:15:33.709 9 INFO neutron.wsgi [None req-4159db7b-eaff-4e75-a9a2-88775ed61d05 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] 199.19.213.133 "PUT /v2.0/ports/d66dddfe-2ce4-4716-ba45-12dfd73e7551 HTTP/1.1" status: 200 len: 1328 time: 0.8525121 2026-04-07 01:15:33.715 10 INFO neutron.wsgi [req-8b70b2c6-8056-4ced-8d9c-67dfee9d4393 req-1aa97f55-fc72-41e5-9949-481cb2671797 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=ef3588aa-208f-4db4-a4ee-fc47ea97dcc7&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0393312 /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-04-07 01:15:33.797 9 INFO neutron.wsgi [req-c34bf5c1-cf6f-4404-b85e-e41136e68a90 req-d56e6c6f-4f8a-43c8-98fa-af78af59239e 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=f5018cf101704f5e947e2981f2ccad25&device_id=105f7f9e-898f-4c8e-98b0-5190b7fc377b HTTP/1.1" status: 200 len: 1359 time: 0.0491729 2026-04-07 01:15:33.831 10 INFO neutron.wsgi [req-8b70b2c6-8056-4ced-8d9c-67dfee9d4393 req-6d38562b-791a-464f-a03e-8d60625b0e8c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/ef3588aa-208f-4db4-a4ee-fc47ea97dcc7?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.1112342 2026-04-07 01:15:33.844 9 INFO neutron.wsgi [req-c34bf5c1-cf6f-4404-b85e-e41136e68a90 req-155e3e76-fc40-4767-821f-9f9076b4ece8 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=d66dddfe-2ce4-4716-ba45-12dfd73e7551 HTTP/1.1" status: 200 len: 217 time: 0.0392277 2026-04-07 01:15:33.883 9 INFO neutron.wsgi [req-c34bf5c1-cf6f-4404-b85e-e41136e68a90 req-ba115833-9791-4eca-bcec-6611677fc836 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=f6212509-1282-4fa0-83ce-1a9024f9c10f HTTP/1.1" status: 200 len: 872 time: 0.0327489 2026-04-07 01:15:33.921 9 INFO neutron.wsgi [req-c34bf5c1-cf6f-4404-b85e-e41136e68a90 req-4d99be87-9281-43ad-a00e-e2c20bb294b3 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=66ebff96-773b-45d0-b051-8849443f3414&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0322347 2026-04-07 01:15:33.937 10 INFO neutron.wsgi [req-c18e0bbd-4e57-4249-b5ec-07b9cab9b1a9 req-4ecbad69-323d-443f-b185-8e03824ae75f f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 1168 time: 0.2069151 2026-04-07 01:15:33.981 10 INFO neutron.wsgi [req-8b70b2c6-8056-4ced-8d9c-67dfee9d4393 req-55b94b98-eab2-41cf-ac42-4c9d7031345f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/ef3588aa-208f-4db4-a4ee-fc47ea97dcc7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.1421800 2026-04-07 01:15:33.982 9 INFO neutron.wsgi [req-c34bf5c1-cf6f-4404-b85e-e41136e68a90 req-32a5ca40-e544-4a98-848b-24319399a903 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/66ebff96-773b-45d0-b051-8849443f3414?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0543497 2026-04-07 01:15:34.003 10 INFO neutron.wsgi [req-c18e0bbd-4e57-4249-b5ec-07b9cab9b1a9 req-badf4763-6f4b-4e24-a7ac-58aada3f0abb f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=aa5f9c19-27a8-4aa4-a90f-c60ed15ad8f2&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0537944 2026-04-07 01:15:34.054 9 INFO neutron.wsgi [req-c34bf5c1-cf6f-4404-b85e-e41136e68a90 req-da0b0b3e-c303-4577-8621-92ad92c7b299 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/66ebff96-773b-45d0-b051-8849443f3414?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0648406 2026-04-07 01:15:34.112 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b1661f6-69f2-4756-9592-5feb8b6a9734'] response: {'name': 'network-changed', 'server_uuid': '105f7f9e-898f-4c8e-98b0-5190b7fc377b', 'tag': 'd66dddfe-2ce4-4716-ba45-12dfd73e7551', 'status': 'completed', 'code': 200} 2026-04-07 01:15:34.164 9 INFO neutron.wsgi [req-e2fee39b-8682-4f52-ba17-90cfd82fb647 req-fc128e0a-d155-43ba-b612-5012a4d16543 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=f5018cf101704f5e947e2981f2ccad25&device_id=105f7f9e-898f-4c8e-98b0-5190b7fc377b HTTP/1.1" status: 200 len: 1359 time: 0.0309656 2026-04-07 01:15:34.231 9 INFO neutron.wsgi [req-e2fee39b-8682-4f52-ba17-90cfd82fb647 req-63a89eb3-5764-42d6-bf91-eabf7af41bd2 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=66ebff96-773b-45d0-b051-8849443f3414 HTTP/1.1" status: 200 len: 977 time: 0.0614073 2026-04-07 01:15:34.261 9 INFO neutron.wsgi [req-e2fee39b-8682-4f52-ba17-90cfd82fb647 req-60e9f070-ad66-47fc-9e17-07e4af4123e2 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=d66dddfe-2ce4-4716-ba45-12dfd73e7551 HTTP/1.1" status: 200 len: 217 time: 0.0236676 2026-04-07 01:15:34.298 9 INFO neutron.wsgi [req-e2fee39b-8682-4f52-ba17-90cfd82fb647 req-da86b3c2-3c8c-4389-ac90-99106e86cc6e 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=f6212509-1282-4fa0-83ce-1a9024f9c10f HTTP/1.1" status: 200 len: 872 time: 0.0300510 2026-04-07 01:15:34.327 9 INFO neutron.wsgi [req-e2fee39b-8682-4f52-ba17-90cfd82fb647 req-cd0251ef-37ea-44e8-9ba9-402d0d4e908d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=66ebff96-773b-45d0-b051-8849443f3414&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0229399 2026-04-07 01:15:34.347 10 INFO neutron.wsgi [None req-12abd4bd-5488-481f-8062-559c4f4e034f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/routers/20794e71-d24e-4112-bac0-44c50462527f HTTP/1.1" status: 204 len: 168 time: 0.9881747 2026-04-07 01:15:34.392 9 INFO neutron.wsgi [req-e2fee39b-8682-4f52-ba17-90cfd82fb647 req-33632814-283e-485d-b91c-67cd3870cc63 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/66ebff96-773b-45d0-b051-8849443f3414?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0587218 2026-04-07 01:15:34.457 9 INFO neutron.wsgi [req-e2fee39b-8682-4f52-ba17-90cfd82fb647 req-e6ca9e66-4655-498f-81fb-d44a58ae30b7 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/66ebff96-773b-45d0-b051-8849443f3414?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0604444 2026-04-07 01:15:34.490 10 INFO neutron.wsgi [req-2f29ced1-340e-4ff6-b351-00c78dcd9189 req-11f1ac61-12a8-4b5f-954d-9de02c0ba87e 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=105f7f9e-898f-4c8e-98b0-5190b7fc377b HTTP/1.1" status: 200 len: 1168 time: 0.0405450 2026-04-07 01:15:34.529 10 INFO neutron.wsgi [req-2f29ced1-340e-4ff6-b351-00c78dcd9189 req-7d97c6bc-d397-4a87-bc85-c23864996a2b 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=8a853db4-6810-459e-a337-a06d50113995&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0303121 2026-04-07 01:15:34.549 10 INFO neutron.wsgi [None req-4fc43cda-9ec8-4fe0-b244-d33c81ef81fc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/subnets/8bf43d98-3a3a-4f4b-8eaa-42bc130ae020 HTTP/1.1" status: 204 len: 168 time: 0.1979575 2026-04-07 01:15:34.649 9 INFO neutron.wsgi [req-4f0aca7b-bf12-4732-a540-b9ea65999231 req-dadfeee5-3000-4c83-9abe-20bd8b3f489a e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1168 time: 0.0366883 2026-04-07 01:15:34.682 9 INFO neutron.wsgi [req-4f0aca7b-bf12-4732-a540-b9ea65999231 req-1f78579a-307a-474d-b994-8583d0c6b169 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=3a9527f6-907e-4764-87d2-f26026f0256b&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0283668 2026-04-07 01:15:34.950 10 INFO neutron.wsgi [None req-89c8138d-965e-407a-b0c4-158f232ef93a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/networks/6cac407c-4f68-4ad8-8998-b83719c7177e HTTP/1.1" status: 204 len: 168 time: 0.3967223 2026-04-07 01:15:35.016 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-73086e41-4e2e-428a-bcfd-b359d93e3bc5'] response: {'name': 'network-changed', 'server_uuid': '690084ab-e977-47b0-af9e-6a44a1a388ca', 'tag': '1d5037e9-fe40-45ed-89bf-643e4479ae85', 'status': 'completed', 'code': 200} 2026-04-07 01:15:35.086 9 INFO neutron.wsgi [req-4087c29c-b65f-4554-98f8-8d7e36998bd4 req-37233b39-b2ca-4b50-8d93-b5f3ef3a8fa9 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=00b0cfe780b04e358530839899e3ce43&device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1359 time: 0.0468500 2026-04-07 01:15:35.155 10 INFO neutron.wsgi [None req-b4d571f1-897b-4ea0-9811-ab162ea0c62a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=87eb3976035e4311a3d2698ae6b417f3&name=default HTTP/1.1" status: 200 len: 2992 time: 0.0318162 2026-04-07 01:15:35.182 9 INFO neutron.wsgi [req-7755967d-1fb5-4b7e-bb4a-b69bef21d7b6 req-5c963da6-9c8a-41d4-be5e-06e8db674421 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 1168 time: 0.1216209 2026-04-07 01:15:35.196 9 INFO neutron.wsgi [req-4087c29c-b65f-4554-98f8-8d7e36998bd4 req-7009ef0d-13ea-4ed3-ab08-3914f4950b51 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=a088e416-9d58-45f6-86db-f25bd8c6194b HTTP/1.1" status: 200 len: 973 time: 0.1013293 2026-04-07 01:15:35.231 9 INFO neutron.wsgi [req-4087c29c-b65f-4554-98f8-8d7e36998bd4 req-1c4b15a3-2239-4a3b-936d-93db2244a782 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=1d5037e9-fe40-45ed-89bf-643e4479ae85 HTTP/1.1" status: 200 len: 217 time: 0.0280137 2026-04-07 01:15:35.256 9 INFO neutron.wsgi [req-7755967d-1fb5-4b7e-bb4a-b69bef21d7b6 req-11cd235f-b50f-4447-a08f-cc545a422e8c f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=aa5f9c19-27a8-4aa4-a90f-c60ed15ad8f2&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0628722 2026-04-07 01:15:35.297 9 INFO neutron.wsgi [req-4087c29c-b65f-4554-98f8-8d7e36998bd4 req-f72ee896-4b05-48d7-b4c9-7aa626fa1c7b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=580bceec-c0cd-42ab-8586-879581abe249 HTTP/1.1" status: 200 len: 868 time: 0.0597627 2026-04-07 01:15:35.323 9 INFO neutron.wsgi [req-4087c29c-b65f-4554-98f8-8d7e36998bd4 req-0b9c2ac8-2587-4079-8b0a-f7ebb8e6aedb 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a088e416-9d58-45f6-86db-f25bd8c6194b&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0196879 2026-04-07 01:15:35.367 10 INFO neutron.wsgi [None req-541191d4-fd16-4edc-82fb-13c69192e963 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/74549a29-2c3b-4b7f-8b75-110800992bdf HTTP/1.1" status: 204 len: 168 time: 0.2067332 2026-04-07 01:15:35.372 10 INFO neutron.services.segments.plugin [-] Segment 012cb15d-2057-4cc4-8d35-c415293846e4 resource provider aggregate not found 2026-04-07 01:15:35.386 10 INFO neutron.services.segments.plugin [-] Segment 012cb15d-2057-4cc4-8d35-c415293846e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 012cb15d-2057-4cc4-8d35-c415293846e4 found for delete ", "request_id": "req-69d133d1-ec1a-425f-99ce-8309e821bfb3"}]} 2026-04-07 01:15:35.395 9 INFO neutron.wsgi [req-4087c29c-b65f-4554-98f8-8d7e36998bd4 req-8a1427f3-51b4-45c6-9dd7-54eeffd81c79 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a088e416-9d58-45f6-86db-f25bd8c6194b?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0636017 2026-04-07 01:15:35.399 10 INFO neutron.services.segments.plugin [-] Segment 012cb15d-2057-4cc4-8d35-c415293846e4 resource provider aggregate not found 2026-04-07 01:15:35.419 10 INFO neutron.services.segments.plugin [-] Segment 012cb15d-2057-4cc4-8d35-c415293846e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 012cb15d-2057-4cc4-8d35-c415293846e4 found for delete ", "request_id": "req-1c20e80d-4064-4937-bc19-7838796989cc"}]} 2026-04-07 01:15:35.456 9 INFO neutron.wsgi [req-4087c29c-b65f-4554-98f8-8d7e36998bd4 req-1f3b5f8e-fc32-4d8b-ac10-331d949c8825 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a088e416-9d58-45f6-86db-f25bd8c6194b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0518706 2026-04-07 01:15:35.627 10 INFO neutron.wsgi [req-5b9bb197-9c6e-426f-9767-1c0449c6479a req-c57ad3c1-7fbc-420d-8795-685e9e6bad30 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=105f7f9e-898f-4c8e-98b0-5190b7fc377b HTTP/1.1" status: 200 len: 1168 time: 0.0367966 2026-04-07 01:15:35.661 10 INFO neutron.wsgi [req-5b9bb197-9c6e-426f-9767-1c0449c6479a req-2ca91789-44f4-41c3-b7fa-fc95ee8b7680 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=8a853db4-6810-459e-a337-a06d50113995&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0271442 2026-04-07 01:15:35.794 9 INFO neutron.wsgi [req-038cff44-c194-4dcb-9646-42f2eda65929 req-67798c4b-c347-4278-a410-2118553eaeb8 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1168 time: 0.0378015 2026-04-07 01:15:35.838 9 INFO neutron.wsgi [req-038cff44-c194-4dcb-9646-42f2eda65929 req-7f39d5d8-b106-43af-b38c-8d53d599ceca e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=3a9527f6-907e-4764-87d2-f26026f0256b&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0362501 2026-04-07 01:15:35.949 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: 079609e9-e5cf-439f-91c7-7573e2699dc8 2026-04-07 01:15:35.962 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port 079609e9-e5cf-439f-91c7-7573e2699dc8 2026-04-07 01:15:36.318 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-e837016e-f496-4f85-9595-5d9afe68ce4c'] response: {'server_uuid': '2f6b0901-cb36-4706-8880-a73209741243', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '079609e9-e5cf-439f-91c7-7573e2699dc8', 'code': 200} 2026-04-07 01:15:36.380 9 INFO neutron.wsgi [req-f7e7d4e2-9810-46b0-8a6f-041098a0be42 req-a474d7be-ac16-4ce9-9b5b-9d51d58cfd89 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 1170 time: 0.0433161 2026-04-07 01:15:36.431 9 INFO neutron.wsgi [req-f7e7d4e2-9810-46b0-8a6f-041098a0be42 req-f421f763-47ed-46fa-8d08-5fdb8fdf1704 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=aa5f9c19-27a8-4aa4-a90f-c60ed15ad8f2&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0382612 2026-04-07 01:15:36.442 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource 079609e9-e5cf-439f-91c7-7573e2699dc8 (type: ports) to 4 2026-04-07 01:15:36.782 10 INFO neutron.wsgi [req-24512380-4f92-4bab-bb6b-b51d0e1ce00d req-48cbfa3b-35e5-4e1e-a075-caf59fedfd88 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=105f7f9e-898f-4c8e-98b0-5190b7fc377b HTTP/1.1" status: 200 len: 1168 time: 0.0402095 2026-04-07 01:15:36.834 10 INFO neutron.wsgi [req-24512380-4f92-4bab-bb6b-b51d0e1ce00d req-7bdd4bc0-7602-4b4e-91c7-05e21efd611e 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=8a853db4-6810-459e-a337-a06d50113995&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0473528 2026-04-07 01:15:36.871 10 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] No hosting information found for port f1ec32c5-9a02-4519-8c70-9b73980f99a1: RuntimeError: No hosting information found for port f1ec32c5-9a02-4519-8c70-9b73980f99a1 2026-04-07 01:15:36.871 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: 1a377b83-a6c7-4f1a-becc-cf4d879e0344 2026-04-07 01:15:36.893 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: 45cb5135-cbd1-4a95-b85b-9693ba9359be /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-04-07 01:15:36.930 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: 1d5037e9-fe40-45ed-89bf-643e4479ae85 2026-04-07 01:15:36.942 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port 1d5037e9-fe40-45ed-89bf-643e4479ae85 2026-04-07 01:15:36.964 9 INFO neutron.wsgi [req-09a1888d-a7f4-4afb-87c4-83eae0822f74 req-f7bd0192-ea9a-4378-ae1f-ff16a0e5344a e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1168 time: 0.0598433 2026-04-07 01:15:37.019 9 INFO neutron.wsgi [req-09a1888d-a7f4-4afb-87c4-83eae0822f74 req-81b3a76c-e057-4a66-ba2f-c4c094c7f223 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=3a9527f6-907e-4764-87d2-f26026f0256b&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0474641 2026-04-07 01:15:37.054 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-3a8e3405-f2fd-4b8c-9968-7455a1ff5d51'] response: {'server_uuid': '690084ab-e977-47b0-af9e-6a44a1a388ca', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1d5037e9-fe40-45ed-89bf-643e4479ae85', 'code': 200} 2026-04-07 01:15:37.214 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 1d5037e9-fe40-45ed-89bf-643e4479ae85 (type: ports) to 4 2026-04-07 01:15:37.269 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: d66dddfe-2ce4-4716-ba45-12dfd73e7551 2026-04-07 01:15:37.284 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port d66dddfe-2ce4-4716-ba45-12dfd73e7551 2026-04-07 01:15:37.563 9 INFO neutron.wsgi [req-1802b0be-5f7f-4b54-9365-d9e6b105b5e3 req-756926b9-ba1e-49e8-ad1a-ffba5c7bdf56 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 1170 time: 0.0441806 2026-04-07 01:15:37.573 9 INFO neutron.db.ovn_revision_numbers_db [None req-27e2339f-73c8-45b6-b367-ed73773cdbc1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource d4d826e2-8c3a-4301-9b10-91b608e92610 (type: security_groups) to 1 2026-04-07 01:15:37.594 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource d66dddfe-2ce4-4716-ba45-12dfd73e7551 (type: ports) to 4 2026-04-07 01:15:37.621 9 INFO neutron.wsgi [req-1802b0be-5f7f-4b54-9365-d9e6b105b5e3 req-745bfb80-fe80-438a-a4ef-98a1bfeea338 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=aa5f9c19-27a8-4aa4-a90f-c60ed15ad8f2&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0504706 2026-04-07 01:15:37.652 9 INFO neutron.db.segments_db [None req-27e2339f-73c8-45b6-b367-ed73773cdbc1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Added segment b26a2602-9ff0-4d92-9918-0b62104dc7a8 of type geneve for network b71ac674-c59f-4ffd-ac71-73fb7ae79a82 /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-04-07 01:15:37.749 10 INFO neutron.wsgi [req-313a646d-7e49-4bba-93c8-0b91c9b9dcc5 req-02e66ee4-c3dc-4a2b-85f0-173544269559 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 1170 time: 0.0383124 2026-04-07 01:15:37.816 9 INFO neutron.db.ovn_revision_numbers_db [None req-27e2339f-73c8-45b6-b367-ed73773cdbc1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource b71ac674-c59f-4ffd-ac71-73fb7ae79a82 (type: networks) to 1 2026-04-07 01:15:38.121 9 INFO neutron.wsgi [req-e4218609-5cae-4078-b9a5-bf152d21012c req-b62be8e5-ce8b-4d69-8393-2b58f22d9189 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=105f7f9e-898f-4c8e-98b0-5190b7fc377b HTTP/1.1" status: 200 len: 1170 time: 0.2298336 2026-04-07 01:15:38.177 10 INFO neutron.wsgi [req-a2992d74-6d65-44a3-af6b-c2070a25e34f req-ad23a3e9-9c8f-48bf-90ec-2f83d00cb6a2 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1170 time: 0.0888062 2026-04-07 01:15:38.196 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-27e2339f-73c8-45b6-b367-ed73773cdbc1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:15:38.202 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-27e2339f-73c8-45b6-b367-ed73773cdbc1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network b71ac674-c59f-4ffd-ac71-73fb7ae79a82: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:38.206 9 INFO neutron.db.l3_db [None req-892bd36a-43e8-4d30-9673-a69ac4383b98 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] Floating IP 62baab30-07ed-4f9b-a556-b149ca1dd220 associated. External IP: 10.96.250.215, port: 079609e9-e5cf-439f-91c7-7573e2699dc8. 2026-04-07 01:15:38.217 9 INFO neutron.wsgi [req-e4218609-5cae-4078-b9a5-bf152d21012c req-1c5f32af-5cfc-4bdf-9c8e-a290bd65102c 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=8a853db4-6810-459e-a337-a06d50113995&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0888941 2026-04-07 01:15:38.217 10 INFO neutron.wsgi [req-a2992d74-6d65-44a3-af6b-c2070a25e34f req-10aa7b22-4bf1-44b0-a52a-17120b202dce e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=3a9527f6-907e-4764-87d2-f26026f0256b&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0330374 2026-04-07 01:15:38.488 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-f642beef-b7ba-4d19-a45f-2d741fcf5966'] response: {'server_uuid': '2f6b0901-cb36-4706-8880-a73209741243', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '079609e9-e5cf-439f-91c7-7573e2699dc8', 'code': 200} 2026-04-07 01:15:38.538 9 INFO neutron.db.ovn_revision_numbers_db [None req-27e2339f-73c8-45b6-b367-ed73773cdbc1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 4e020bff-e1ed-408f-bb85-ae0a9e2ea932 (type: ports) to 1 2026-04-07 01:15:38.605 9 INFO neutron.wsgi [None req-27e2339f-73c8-45b6-b367-ed73773cdbc1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 946 time: 1.3542717 2026-04-07 01:15:38.617 9 INFO neutron.wsgi [req-fbb5aa91-1336-48f3-9239-7cff0e25b1a4 req-2c52c942-c3c7-4489-a885-7caf5ce3fdad e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1170 time: 0.1933899 2026-04-07 01:15:38.687 9 INFO neutron.db.ovn_revision_numbers_db [None req-892bd36a-43e8-4d30-9673-a69ac4383b98 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] Successfully bumped revision number for resource 62baab30-07ed-4f9b-a556-b149ca1dd220 (type: floatingips) to 1 2026-04-07 01:15:38.765 9 INFO neutron.db.ovn_revision_numbers_db [None req-892bd36a-43e8-4d30-9673-a69ac4383b98 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] Successfully bumped revision number for resource 62baab30-07ed-4f9b-a556-b149ca1dd220 (type: floatingips) to 2 2026-04-07 01:15:38.790 9 INFO neutron.wsgi [None req-892bd36a-43e8-4d30-9673-a69ac4383b98 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] 10.0.0.78 "PUT /v2.0/floatingips/62baab30-07ed-4f9b-a556-b149ca1dd220 HTTP/1.1" status: 200 len: 1049 time: 1.0273514 2026-04-07 01:15:39.108 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c4b4458-5b0a-45eb-98cb-2c825a496222'] response: {'server_uuid': '690084ab-e977-47b0-af9e-6a44a1a388ca', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1d5037e9-fe40-45ed-89bf-643e4479ae85', 'code': 200} 2026-04-07 01:15:39.108 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c4b4458-5b0a-45eb-98cb-2c825a496222'] response: {'server_uuid': '105f7f9e-898f-4c8e-98b0-5190b7fc377b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd66dddfe-2ce4-4716-ba45-12dfd73e7551', 'code': 200} 2026-04-07 01:15:39.108 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c4b4458-5b0a-45eb-98cb-2c825a496222'] response: {'server_uuid': '105f7f9e-898f-4c8e-98b0-5190b7fc377b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd66dddfe-2ce4-4716-ba45-12dfd73e7551', 'code': 200} 2026-04-07 01:15:39.136 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-01363735-95ad-4422-a5b4-79960da91e4f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:15:39.153 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-01363735-95ad-4422-a5b4-79960da91e4f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network b71ac674-c59f-4ffd-ac71-73fb7ae79a82: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:39.207 10 INFO neutron.wsgi [req-2ef5297f-ef40-4068-ace8-dff00e4ead6d req-2901b544-740a-4e15-8a76-3757a1176bd8 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 1170 time: 0.3680098 2026-04-07 01:15:39.237 10 INFO neutron.db.l3_db [None req-e0453fab-562a-43aa-b362-52295e801e4e e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - - -] Floating IP ee653737-88a5-4e03-af05-3142cb7ea53f associated. External IP: 10.96.250.204, port: 1d5037e9-fe40-45ed-89bf-643e4479ae85. 2026-04-07 01:15:39.310 10 INFO neutron.wsgi [req-2ef5297f-ef40-4068-ace8-dff00e4ead6d req-0784641d-1339-4a80-90aa-f25715caa729 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=aa5f9c19-27a8-4aa4-a90f-c60ed15ad8f2&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0901964 /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-04-07 01:15:39.381 9 INFO neutron.wsgi [req-259dafe3-17f4-4821-a712-74e998eb9e0d req-68038c3c-f3a5-4b6d-a136-1568928b0ce3 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=105f7f9e-898f-4c8e-98b0-5190b7fc377b HTTP/1.1" status: 200 len: 1170 time: 0.0485220 2026-04-07 01:15:39.426 9 INFO neutron.wsgi [req-259dafe3-17f4-4821-a712-74e998eb9e0d req-cbd5b40a-f6a2-4d6d-81a3-12bf37ebdcee 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=8a853db4-6810-459e-a337-a06d50113995&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0384922 2026-04-07 01:15:39.492 10 INFO neutron.db.ovn_revision_numbers_db [None req-e0453fab-562a-43aa-b362-52295e801e4e e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - - -] Successfully bumped revision number for resource ee653737-88a5-4e03-af05-3142cb7ea53f (type: floatingips) to 1 2026-04-07 01:15:39.618 10 INFO neutron.wsgi [req-b43bd32e-56a3-4403-839e-a1503f588f0a req-5db19af4-6637-42bf-bec7-d60aa946f988 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=105f7f9e-898f-4c8e-98b0-5190b7fc377b HTTP/1.1" status: 200 len: 1170 time: 0.1294308 /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-04-07 01:15:39.650 10 INFO neutron.db.ovn_revision_numbers_db [None req-e0453fab-562a-43aa-b362-52295e801e4e e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - - -] Successfully bumped revision number for resource ee653737-88a5-4e03-af05-3142cb7ea53f (type: floatingips) to 2 2026-04-07 01:15:39.676 10 INFO neutron.wsgi [None req-e0453fab-562a-43aa-b362-52295e801e4e e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - - -] 10.0.0.78 "PUT /v2.0/floatingips/ee653737-88a5-4e03-af05-3142cb7ea53f HTTP/1.1" status: 200 len: 1049 time: 1.0416129 2026-04-07 01:15:39.830 10 INFO neutron.db.ovn_revision_numbers_db [None req-01363735-95ad-4422-a5b4-79960da91e4f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 4e020bff-e1ed-408f-bb85-ae0a9e2ea932 (type: ports) to 2 2026-04-07 01:15:39.846 10 INFO neutron.db.ovn_revision_numbers_db [None req-01363735-95ad-4422-a5b4-79960da91e4f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource c0888e5a-19bd-432e-ab8b-4a0ced235fe7 (type: subnets) to 0 2026-04-07 01:15:39.864 10 INFO neutron.wsgi [None req-01363735-95ad-4422-a5b4-79960da91e4f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 866 time: 1.2535143 2026-04-07 01:15:39.914 9 INFO neutron.db.l3_db [None req-a4f2f061-bbd5-49ef-8d7e-d361b5557e60 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - - -] Floating IP eb1921d3-efc0-421c-a034-bdd915b764a1 associated. External IP: 10.96.250.203, port: d66dddfe-2ce4-4716-ba45-12dfd73e7551. 2026-04-07 01:15:40.246 9 INFO neutron.db.ovn_revision_numbers_db [None req-a4f2f061-bbd5-49ef-8d7e-d361b5557e60 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - - -] Successfully bumped revision number for resource eb1921d3-efc0-421c-a034-bdd915b764a1 (type: floatingips) to 1 2026-04-07 01:15:40.379 9 INFO neutron.db.ovn_revision_numbers_db [None req-a4f2f061-bbd5-49ef-8d7e-d361b5557e60 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - - -] Successfully bumped revision number for resource eb1921d3-efc0-421c-a034-bdd915b764a1 (type: floatingips) to 2 2026-04-07 01:15:40.419 9 INFO neutron.wsgi [None req-a4f2f061-bbd5-49ef-8d7e-d361b5557e60 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - - -] 10.0.0.78 "PUT /v2.0/floatingips/eb1921d3-efc0-421c-a034-bdd915b764a1 HTTP/1.1" status: 200 len: 1049 time: 0.7844865 /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-04-07 01:15:40.679 9 INFO neutron.wsgi [req-fb84ef45-1808-48e9-b846-6df8918310d5 req-807d0d55-1c11-4136-8d22-79fcc7f5166c 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=105f7f9e-898f-4c8e-98b0-5190b7fc377b HTTP/1.1" status: 200 len: 1170 time: 0.2201760 2026-04-07 01:15:40.688 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-f7b36939-fba6-4079-bcc2-c3e14c5419d4'] response: {'name': 'network-changed', 'server_uuid': '2f6b0901-cb36-4706-8880-a73209741243', 'tag': '079609e9-e5cf-439f-91c7-7573e2699dc8', 'status': 'completed', 'code': 200} 2026-04-07 01:15:40.688 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-f7b36939-fba6-4079-bcc2-c3e14c5419d4'] response: {'name': 'network-changed', 'server_uuid': '105f7f9e-898f-4c8e-98b0-5190b7fc377b', 'tag': 'd66dddfe-2ce4-4716-ba45-12dfd73e7551', 'status': 'completed', 'code': 200} 2026-04-07 01:15:40.762 9 INFO neutron.wsgi [req-fb84ef45-1808-48e9-b846-6df8918310d5 req-9f686099-6cbf-4a47-8926-9b292edf68d4 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=8a853db4-6810-459e-a337-a06d50113995&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0752308 2026-04-07 01:15:40.765 9 INFO neutron.wsgi [req-23c7411e-f136-40a5-88eb-811140cf85f7 req-91f9b978-cd57-4761-8ff2-cbe5cae52b3a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=451ef57771a5425bbd262c9a325b0a99&device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 1361 time: 0.0564590 2026-04-07 01:15:40.771 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-df021909-19e4-4f41-9952-458ef7784361 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:15:40.779 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-df021909-19e4-4f41-9952-458ef7784361 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:40.841 9 INFO neutron.wsgi [req-23c7411e-f136-40a5-88eb-811140cf85f7 req-513d63ed-9cbd-4605-b1e9-2a3c300d421c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=ef3588aa-208f-4db4-a4ee-fc47ea97dcc7 HTTP/1.1" status: 200 len: 982 time: 0.0709531 2026-04-07 01:15:40.915 9 INFO neutron.wsgi [req-23c7411e-f136-40a5-88eb-811140cf85f7 req-e6133b00-b8d9-464f-9b67-37d7d3a6cea8 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=079609e9-e5cf-439f-91c7-7573e2699dc8 HTTP/1.1" status: 200 len: 1059 time: 0.0608773 2026-04-07 01:15:40.960 9 INFO neutron.wsgi [req-23c7411e-f136-40a5-88eb-811140cf85f7 req-06665621-7cbf-4e4d-ba38-37a0df1e6b44 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=06aab00f-9c51-4669-95fc-8c03a80741d0 HTTP/1.1" status: 200 len: 877 time: 0.0398197 2026-04-07 01:15:40.984 9 INFO neutron.db.ovn_revision_numbers_db [None req-df021909-19e4-4f41-9952-458ef7784361 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource da6f4f16-5b76-4160-ba32-080ee5a32907 (type: ports) to 1 2026-04-07 01:15:40.987 9 INFO neutron.wsgi [req-23c7411e-f136-40a5-88eb-811140cf85f7 req-abe34618-8fbb-40e0-95f0-c002e529f7cb 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=ef3588aa-208f-4db4-a4ee-fc47ea97dcc7&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0214796 2026-04-07 01:15:41.078 9 INFO neutron.wsgi [req-23c7411e-f136-40a5-88eb-811140cf85f7 req-70b9639f-fe8e-4c1c-b7f4-17ae26c2cd34 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/ef3588aa-208f-4db4-a4ee-fc47ea97dcc7?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0839574 2026-04-07 01:15:41.128 10 INFO neutron.wsgi [req-e331b952-cc1c-4d5b-9d59-b45d17309b02 req-8a72e609-1505-4f57-81c4-ab4bc1383120 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=105f7f9e-898f-4c8e-98b0-5190b7fc377b HTTP/1.1" status: 200 len: 1170 time: 0.0544505 2026-04-07 01:15:41.159 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c3d6e55-8650-46ec-985b-e79cbe4751f0'] response: {'name': 'network-changed', 'server_uuid': '690084ab-e977-47b0-af9e-6a44a1a388ca', 'tag': '1d5037e9-fe40-45ed-89bf-643e4479ae85', 'status': 'completed', 'code': 200} 2026-04-07 01:15:41.161 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status down for port: d66dddfe-2ce4-4716-ba45-12dfd73e7551 2026-04-07 01:15:41.170 9 INFO neutron.wsgi [req-23c7411e-f136-40a5-88eb-811140cf85f7 req-f34db310-6aa0-4d4d-9fd5-8f51d1e19e5b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/ef3588aa-208f-4db4-a4ee-fc47ea97dcc7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0710921 2026-04-07 01:15:41.196 10 INFO neutron.wsgi [req-e331b952-cc1c-4d5b-9d59-b45d17309b02 req-16208938-63dd-43b6-935b-c1aa9580c733 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=8a853db4-6810-459e-a337-a06d50113995&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0599825 2026-04-07 01:15:41.225 9 INFO neutron.wsgi [req-b61ceb23-2c77-4773-bc7a-09ad2a2ccfa4 req-8fdbafcc-1aec-4826-a6f0-2ed8a2a7c1a6 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=00b0cfe780b04e358530839899e3ce43&device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1361 time: 0.0380528 2026-04-07 01:15:41.272 10 INFO neutron.wsgi [req-23c7411e-f136-40a5-88eb-811140cf85f7 req-c1014613-2648-40c4-9770-b0165b550ccb 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=f5018cf101704f5e947e2981f2ccad25&device_id=105f7f9e-898f-4c8e-98b0-5190b7fc377b HTTP/1.1" status: 200 len: 1361 time: 0.0384238 2026-04-07 01:15:41.323 9 INFO neutron.wsgi [req-b61ceb23-2c77-4773-bc7a-09ad2a2ccfa4 req-252ab170-e45a-4dc9-b84c-40b0d0a95321 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=a088e416-9d58-45f6-86db-f25bd8c6194b HTTP/1.1" status: 200 len: 973 time: 0.0892453 2026-04-07 01:15:41.398 9 INFO neutron.wsgi [req-b61ceb23-2c77-4773-bc7a-09ad2a2ccfa4 req-a75c923d-d569-4764-936b-79bae7f29c7f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=1d5037e9-fe40-45ed-89bf-643e4479ae85 HTTP/1.1" status: 200 len: 1059 time: 0.0623596 2026-04-07 01:15:41.438 9 INFO neutron.wsgi [req-b61ceb23-2c77-4773-bc7a-09ad2a2ccfa4 req-faf7e45f-35ed-4749-820a-3457572a0a1b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=580bceec-c0cd-42ab-8586-879581abe249 HTTP/1.1" status: 200 len: 868 time: 0.0350189 2026-04-07 01:15:41.465 9 INFO neutron.wsgi [req-b61ceb23-2c77-4773-bc7a-09ad2a2ccfa4 req-2f04d186-6792-46d1-8e3b-aabd91934aa1 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a088e416-9d58-45f6-86db-f25bd8c6194b&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0181460 2026-04-07 01:15:41.544 9 INFO neutron.wsgi [req-b61ceb23-2c77-4773-bc7a-09ad2a2ccfa4 req-dd406758-ff03-4408-a018-676f871773c1 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a088e416-9d58-45f6-86db-f25bd8c6194b?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0674915 2026-04-07 01:15:41.544 10 INFO neutron.wsgi [req-23c7411e-f136-40a5-88eb-811140cf85f7 req-cf76e920-eea8-45ac-9e72-bc7732f298dd 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=66ebff96-773b-45d0-b051-8849443f3414 HTTP/1.1" status: 200 len: 977 time: 0.2551131 2026-04-07 01:15:41.561 10 INFO neutron.wsgi [req-e1c18a51-fb19-422d-98f9-1cbc5d4c83b3 req-f88fc7fb-d539-4060-a082-fc824d7d93fc 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=105f7f9e-898f-4c8e-98b0-5190b7fc377b HTTP/1.1" status: 200 len: 1168 time: 0.0512025 2026-04-07 01:15:41.635 10 INFO neutron.wsgi [req-23c7411e-f136-40a5-88eb-811140cf85f7 req-d14bc269-12f8-4784-9da8-fcda70ef106e 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=d66dddfe-2ce4-4716-ba45-12dfd73e7551 HTTP/1.1" status: 200 len: 1057 time: 0.0815446 2026-04-07 01:15:41.726 10 INFO neutron.wsgi [req-23c7411e-f136-40a5-88eb-811140cf85f7 req-2381619c-0551-4d3f-900f-0799f3144b7e 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=f6212509-1282-4fa0-83ce-1a9024f9c10f HTTP/1.1" status: 200 len: 872 time: 0.0846312 2026-04-07 01:15:41.769 10 INFO neutron.wsgi [req-23c7411e-f136-40a5-88eb-811140cf85f7 req-ebd88d40-b2bc-4d60-a97f-295a87430623 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=66ebff96-773b-45d0-b051-8849443f3414&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0328116 2026-04-07 01:15:41.816 9 INFO neutron.wsgi [req-b61ceb23-2c77-4773-bc7a-09ad2a2ccfa4 req-1ce36b39-db97-472b-b1d1-598b1b3dbf7e 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a088e416-9d58-45f6-86db-f25bd8c6194b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.2631183 2026-04-07 01:15:41.830 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource d66dddfe-2ce4-4716-ba45-12dfd73e7551 (type: ports) to 5 2026-04-07 01:15:41.869 10 INFO neutron.wsgi [req-23c7411e-f136-40a5-88eb-811140cf85f7 req-10353c87-ea65-472c-a86a-7a82fd10deb3 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/66ebff96-773b-45d0-b051-8849443f3414?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0915945 2026-04-07 01:15:41.891 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: da6f4f16-5b76-4160-ba32-080ee5a32907 2026-04-07 01:15:41.905 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port da6f4f16-5b76-4160-ba32-080ee5a32907 2026-04-07 01:15:41.906 9 INFO neutron.db.ovn_revision_numbers_db [None req-df021909-19e4-4f41-9952-458ef7784361 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource da6f4f16-5b76-4160-ba32-080ee5a32907 (type: router_ports) to 1 2026-04-07 01:15:41.963 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Router 3ee202aa-ef84-4eb7-81fe-5a2bffe42dd4 is bound to host instance 2026-04-07 01:15:42.015 9 INFO neutron.db.ovn_revision_numbers_db [None req-df021909-19e4-4f41-9952-458ef7784361 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 3ee202aa-ef84-4eb7-81fe-5a2bffe42dd4 (type: routers) to 3 2026-04-07 01:15:42.038 9 INFO neutron.wsgi [None req-df021909-19e4-4f41-9952-458ef7784361 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 877 time: 2.1704631 2026-04-07 01:15:42.047 10 INFO neutron.wsgi [req-23c7411e-f136-40a5-88eb-811140cf85f7 req-ddc44745-c808-4064-ad23-4fd7d3a0d0bb 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/66ebff96-773b-45d0-b051-8849443f3414?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.1725574 2026-04-07 01:15:42.155 10 INFO neutron.db.l3_db [None req-a87af3be-6f24-47dc-9887-d1dd5ab9ee8b 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - - -] Floating IP eb1921d3-efc0-421c-a034-bdd915b764a1 disassociated. External IP: 10.96.250.203, port: d66dddfe-2ce4-4716-ba45-12dfd73e7551. 2026-04-07 01:15:42.320 9 INFO neutron.wsgi [req-fde4f8e8-75a5-494c-9a34-327c210f63bc req-f940b48a-552e-41b9-b3c0-ffe9340dca6a 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=105f7f9e-898f-4c8e-98b0-5190b7fc377b HTTP/1.1" status: 200 len: 1168 time: 0.0608201 2026-04-07 01:15:42.360 10 INFO neutron.wsgi [None req-a87af3be-6f24-47dc-9887-d1dd5ab9ee8b 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - - -] 199.19.213.133 "DELETE /v2.0/ports/d66dddfe-2ce4-4716-ba45-12dfd73e7551 HTTP/1.1" status: 204 len: 173 time: 0.7931497 2026-04-07 01:15:42.397 9 INFO neutron.wsgi [req-fde4f8e8-75a5-494c-9a34-327c210f63bc req-d5cc7359-a186-4207-b249-ab91717c4811 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=8a853db4-6810-459e-a337-a06d50113995&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0643084 2026-04-07 01:15:42.625 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Successfully bumped revision number for resource da6f4f16-5b76-4160-ba32-080ee5a32907 (type: ports) to 1 2026-04-07 01:15:42.677 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-95e0744d-4919-4f9c-ae81-f9dde8541849 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] No more DHCP agents 2026-04-07 01:15:42.681 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-95e0744d-4919-4f9c-ae81-f9dde8541849 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Unable to schedule network b71ac674-c59f-4ffd-ac71-73fb7ae79a82: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:42.863 9 INFO neutron.db.ovn_revision_numbers_db [None req-95e0744d-4919-4f9c-ae81-f9dde8541849 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource a657f9b0-457c-437a-b325-6eb98345be49 (type: ports) to 1 2026-04-07 01:15:42.952 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Successfully bumped revision number for resource da6f4f16-5b76-4160-ba32-080ee5a32907 (type: router_ports) to 3 2026-04-07 01:15:43.196 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-c47e9e47-1137-418f-9245-4187c24ac8da'] response: {'server_uuid': '105f7f9e-898f-4c8e-98b0-5190b7fc377b', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd66dddfe-2ce4-4716-ba45-12dfd73e7551', 'code': 200} 2026-04-07 01:15:43.196 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-c47e9e47-1137-418f-9245-4187c24ac8da'] response: {'server_uuid': '105f7f9e-898f-4c8e-98b0-5190b7fc377b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd66dddfe-2ce4-4716-ba45-12dfd73e7551', 'code': 200} 2026-04-07 01:15:43.197 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-c47e9e47-1137-418f-9245-4187c24ac8da'] response: {'server_uuid': '105f7f9e-898f-4c8e-98b0-5190b7fc377b', 'name': 'network-vif-deleted', 'tag': 'd66dddfe-2ce4-4716-ba45-12dfd73e7551', 'status': 'completed', 'code': 200} 2026-04-07 01:15:43.284 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Successfully bumped revision number for resource da6f4f16-5b76-4160-ba32-080ee5a32907 (type: ports) to 2 /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-04-07 01:15:43.579 9 INFO neutron.db.ovn_revision_numbers_db [None req-95e0744d-4919-4f9c-ae81-f9dde8541849 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource a657f9b0-457c-437a-b325-6eb98345be49 (type: router_ports) to 2 2026-04-07 01:15:43.596 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Successfully bumped revision number for resource da6f4f16-5b76-4160-ba32-080ee5a32907 (type: ports) to 4 2026-04-07 01:15:43.617 10 INFO neutron.wsgi [None req-b23bc214-0fb2-4fe0-a7c6-fddd946ed85c 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/8a853db4-6810-459e-a337-a06d50113995 HTTP/1.1" status: 204 len: 168 time: 0.1228859 2026-04-07 01:15:43.632 10 INFO neutron.api.v2.resource [None req-93491380-cb79-40f7-a1c3-e558c7e03b52 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:15:43.634 10 INFO neutron.wsgi [None req-93491380-cb79-40f7-a1c3-e558c7e03b52 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - default default] 10.0.0.78 "GET /v2.0/security-groups/8a853db4-6810-459e-a337-a06d50113995 HTTP/1.1" status: 404 len: 347 time: 0.0115354 2026-04-07 01:15:43.768 9 INFO neutron.db.ovn_revision_numbers_db [None req-95e0744d-4919-4f9c-ae81-f9dde8541849 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource a657f9b0-457c-437a-b325-6eb98345be49 (type: ports) to 2 2026-04-07 01:15:43.860 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-95e0744d-4919-4f9c-ae81-f9dde8541849 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] No more DHCP agents 2026-04-07 01:15:43.862 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-95e0744d-4919-4f9c-ae81-f9dde8541849 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Unable to schedule network b71ac674-c59f-4ffd-ac71-73fb7ae79a82: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:43.882 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Successfully bumped revision number for resource da6f4f16-5b76-4160-ba32-080ee5a32907 (type: router_ports) to 4 2026-04-07 01:15:43.982 10 INFO neutron.wsgi [None req-c9a8756d-5271-4b06-acb5-50ee938fbe6f 1682cb1176e74379be2699660794bfc5 f5018cf101704f5e947e2981f2ccad25 - - - -] 10.0.0.78 "DELETE /v2.0/floatingips/eb1921d3-efc0-421c-a034-bdd915b764a1 HTTP/1.1" status: 204 len: 168 time: 0.3435218 2026-04-07 01:15:44.394 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: a657f9b0-457c-437a-b325-6eb98345be49 2026-04-07 01:15:44.419 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port a657f9b0-457c-437a-b325-6eb98345be49 2026-04-07 01:15:44.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017445 2026-04-07 01:15:44.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0009036 2026-04-07 01:15:44.741 9 INFO neutron.db.ovn_revision_numbers_db [None req-95e0744d-4919-4f9c-ae81-f9dde8541849 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource a657f9b0-457c-437a-b325-6eb98345be49 (type: router_ports) to 2 2026-04-07 01:15:44.744 9 INFO neutron.wsgi [None req-95e0744d-4919-4f9c-ae81-f9dde8541849 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "PUT /v2.0/routers/3ee202aa-ef84-4eb7-81fe-5a2bffe42dd4/add_router_interface HTTP/1.1" status: 200 len: 503 time: 2.6714911 2026-04-07 01:15:44.766 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource a657f9b0-457c-437a-b325-6eb98345be49 (type: ports) to 3 2026-04-07 01:15:44.865 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource a657f9b0-457c-437a-b325-6eb98345be49 (type: router_ports) to 3 /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-04-07 01:15:45.325 9 INFO neutron.db.ovn_revision_numbers_db [None req-6d878f5c-64f7-43d7-9d52-8a81de6e0329 f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - - -] Successfully bumped revision number for resource 79ab051d-43dd-40f9-9b41-9cd3d769cd32 (type: security_groups) to 1 2026-04-07 01:15:45.345 9 INFO neutron.wsgi [None req-6d878f5c-64f7-43d7-9d52-8a81de6e0329 f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - - -] 10.0.0.171 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1821 time: 0.1130939 /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-04-07 01:15:45.390 10 INFO neutron.wsgi [None req-3c91f0ac-5d37-4539-897c-fe5ee4c96d6b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "PUT /v2.0/routers/e2e85bda-c812-4f32-85cb-7d79c597eaa8/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 1.4036367 2026-04-07 01:15:45.470 10 INFO neutron.db.ovn_revision_numbers_db [None req-671a5521-4cd6-4e64-808e-cc43f9f9341a f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - - -] Successfully bumped revision number for resource 611471b0-1c0f-40a6-9cee-7ecf00de86ac (type: security_groups) to 1 2026-04-07 01:15:45.490 10 INFO neutron.wsgi [None req-671a5521-4cd6-4e64-808e-cc43f9f9341a f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - - -] 10.0.0.171 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1823 time: 0.1245677 2026-04-07 01:15:45.826 9 INFO neutron.db.ovn_revision_numbers_db [None req-b5e478b7-39de-4ec0-9695-1f609e27ad9f f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - - -] Successfully bumped revision number for resource e5f486ea-b906-4388-8397-f9d478c58cb9 (type: security_groups) to 1 2026-04-07 01:15:45.848 9 INFO neutron.wsgi [None req-b5e478b7-39de-4ec0-9695-1f609e27ad9f f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - - -] 10.0.0.171 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1822 time: 0.3301525 2026-04-07 01:15:45.945 10 INFO neutron.wsgi [req-7c69ca0d-c3f7-41fd-8411-1034cc22939c req-0978e997-9943-4736-b0f9-4ee1652538ef f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - default default] 10.0.0.171 "GET /v2.0/security-groups?tenant_id=73958ec517d6420fb677282c80bc4968 HTTP/1.1" status: 200 len: 7798 time: 0.0649431 2026-04-07 01:15:45.988 10 INFO neutron.wsgi [req-7c69ca0d-c3f7-41fd-8411-1034cc22939c req-d65b6093-24cc-4b9c-afbb-09058a4beff0 f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - default default] 10.0.0.171 "GET /v2.0/security-groups/d4d826e2-8c3a-4301-9b10-91b608e92610 HTTP/1.1" status: 200 len: 2998 time: 0.0337591 2026-04-07 01:15:46.045 10 INFO neutron.wsgi [req-7c69ca0d-c3f7-41fd-8411-1034cc22939c req-ce5dcf67-fbf6-402a-aa35-4cf25f939c87 f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - default default] 10.0.0.171 "GET /v2.0/security-groups/d4d826e2-8c3a-4301-9b10-91b608e92610 HTTP/1.1" status: 200 len: 2998 time: 0.0465720 2026-04-07 01:15:46.121 9 INFO neutron.wsgi [req-a0e175ec-68a2-4c3a-a4d5-6007f6136d1e req-d4be6bbc-a402-406f-a96e-ae36ba06ca35 f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - default default] 10.0.0.171 "GET /v2.0/security-groups/79ab051d-43dd-40f9-9b41-9cd3d769cd32 HTTP/1.1" status: 200 len: 1816 time: 0.0508566 2026-04-07 01:15:46.293 9 INFO neutron.wsgi [None req-744e2f37-e434-4725-be15-486f2994b9bd 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/routers/e2e85bda-c812-4f32-85cb-7d79c597eaa8 HTTP/1.1" status: 204 len: 168 time: 0.8983984 2026-04-07 01:15:46.361 9 INFO neutron.wsgi [None req-32d849ab-a3c4-4ceb-b8db-933a1f5233eb f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - - -] 10.0.0.171 "DELETE /v2.0/security-groups/79ab051d-43dd-40f9-9b41-9cd3d769cd32 HTTP/1.1" status: 204 len: 173 time: 0.2361403 2026-04-07 01:15:46.403 10 INFO neutron.api.v2.resource [req-a1c6ef9c-762e-41d4-ad36-72ed29c250e5 req-5f5c4cb8-565e-4c94-af7f-742e500d3a10 f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:15:46.404 10 INFO neutron.wsgi [req-a1c6ef9c-762e-41d4-ad36-72ed29c250e5 req-5f5c4cb8-565e-4c94-af7f-742e500d3a10 f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - default default] 10.0.0.171 "GET /v2.0/security-groups/79ab051d-43dd-40f9-9b41-9cd3d769cd32 HTTP/1.1" status: 404 len: 352 time: 0.0241446 2026-04-07 01:15:46.482 9 INFO neutron.wsgi [req-b476d016-e371-4262-a376-3fa6c4c5e16e req-acb37979-5fbf-490b-85dd-049f7bd15c57 f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - default default] 10.0.0.171 "GET /v2.0/security-groups/611471b0-1c0f-40a6-9cee-7ecf00de86ac HTTP/1.1" status: 200 len: 1818 time: 0.0550504 2026-04-07 01:15:46.522 10 INFO neutron.wsgi [None req-1a0b5d57-8479-4c6a-855f-93b7814f37eb 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/subnets/f6212509-1282-4fa0-83ce-1a9024f9c10f HTTP/1.1" status: 204 len: 168 time: 0.2215135 2026-04-07 01:15:46.607 9 INFO neutron.wsgi [None req-20ac3065-24c1-44d9-b84d-58faf3e4e27a f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - - -] 10.0.0.171 "DELETE /v2.0/security-groups/611471b0-1c0f-40a6-9cee-7ecf00de86ac HTTP/1.1" status: 204 len: 173 time: 0.1186163 2026-04-07 01:15:46.642 10 INFO neutron.api.v2.resource [req-c5c38762-2eca-4fde-b552-2534ecc6df9f req-d0d586f6-3d46-4519-8e93-878c73f03a65 f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:15:46.643 10 INFO neutron.wsgi [req-c5c38762-2eca-4fde-b552-2534ecc6df9f req-d0d586f6-3d46-4519-8e93-878c73f03a65 f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - default default] 10.0.0.171 "GET /v2.0/security-groups/611471b0-1c0f-40a6-9cee-7ecf00de86ac HTTP/1.1" status: 404 len: 352 time: 0.0144508 2026-04-07 01:15:46.694 9 INFO neutron.wsgi [req-2f761392-84f0-46b3-b95e-0febc16e6ef6 req-a3ffe91e-6f9f-4497-8c07-05fbe60afbe3 f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - default default] 10.0.0.171 "GET /v2.0/security-groups/e5f486ea-b906-4388-8397-f9d478c58cb9 HTTP/1.1" status: 200 len: 1817 time: 0.0280435 2026-04-07 01:15:46.832 9 INFO neutron.wsgi [None req-54c12d93-de6e-426f-afb6-6ca82bf39796 f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - - -] 10.0.0.171 "DELETE /v2.0/security-groups/e5f486ea-b906-4388-8397-f9d478c58cb9 HTTP/1.1" status: 204 len: 173 time: 0.1315243 2026-04-07 01:15:46.875 10 INFO neutron.api.v2.resource [req-1cd0982d-5971-4ade-86eb-2acf09b1b2bb req-4fe9ee41-9720-4942-ab65-38fa9ed41285 f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:15:46.877 10 INFO neutron.wsgi [req-1cd0982d-5971-4ade-86eb-2acf09b1b2bb req-4fe9ee41-9720-4942-ab65-38fa9ed41285 f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - default default] 10.0.0.171 "GET /v2.0/security-groups/e5f486ea-b906-4388-8397-f9d478c58cb9 HTTP/1.1" status: 404 len: 352 time: 0.0274074 2026-04-07 01:15:46.934 9 INFO neutron.wsgi [req-62aaf035-3609-462d-85a0-0f9eaa70a1e3 req-2c67d05d-4dca-4df4-8d91-e909c896157c f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - default default] 10.0.0.171 "GET /v2.0/security-groups?tenant_id=73958ec517d6420fb677282c80bc4968 HTTP/1.1" status: 200 len: 3001 time: 0.0340922 2026-04-07 01:15:46.972 9 INFO neutron.wsgi [req-62aaf035-3609-462d-85a0-0f9eaa70a1e3 req-55d08ecf-7bcb-41a8-87dc-8e1a51980895 f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - default default] 10.0.0.171 "GET /v2.0/security-groups/d4d826e2-8c3a-4301-9b10-91b608e92610 HTTP/1.1" status: 200 len: 2998 time: 0.0332847 2026-04-07 01:15:47.023 10 INFO neutron.services.segments.plugin [-] Segment 6b8684f2-6b88-418e-ae1a-bec916c77cf9 resource provider aggregate not found 2026-04-07 01:15:47.031 10 INFO neutron.services.segments.plugin [-] Segment 6b8684f2-6b88-418e-ae1a-bec916c77cf9 resource provider aggregate not found 2026-04-07 01:15:47.036 9 INFO neutron.wsgi [req-62aaf035-3609-462d-85a0-0f9eaa70a1e3 req-cf949b2b-ac3e-45c8-9252-526cff995dc5 f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - default default] 10.0.0.171 "GET /v2.0/security-groups/d4d826e2-8c3a-4301-9b10-91b608e92610 HTTP/1.1" status: 200 len: 2998 time: 0.0534759 2026-04-07 01:15:47.063 10 INFO neutron.services.segments.plugin [-] Segment 6b8684f2-6b88-418e-ae1a-bec916c77cf9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b8684f2-6b88-418e-ae1a-bec916c77cf9 found for delete ", "request_id": "req-acf9171c-a0a6-4a1f-aa56-193536babe91"}]} 2026-04-07 01:15:47.070 10 INFO neutron.services.segments.plugin [-] Segment 6b8684f2-6b88-418e-ae1a-bec916c77cf9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b8684f2-6b88-418e-ae1a-bec916c77cf9 found for delete ", "request_id": "req-9df75f50-c03c-40aa-8d25-b14b16247b0c"}]} 2026-04-07 01:15:47.095 10 INFO neutron.wsgi [None req-41641e12-510c-4676-a670-b994a570edbc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/networks/66ebff96-773b-45d0-b051-8849443f3414 HTTP/1.1" status: 204 len: 168 time: 0.5580328 2026-04-07 01:15:47.098 10 INFO neutron.api.v2.resource [req-004e1dfd-3654-40ad-a788-1831334d0b89 req-c6558009-a2ea-42db-85fb-6baf16075933 f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:15:47.099 10 INFO neutron.wsgi [req-004e1dfd-3654-40ad-a788-1831334d0b89 req-c6558009-a2ea-42db-85fb-6baf16075933 f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - default default] 10.0.0.171 "GET /v2.0/security-groups/e5f486ea-b906-4388-8397-f9d478c58cb9 HTTP/1.1" status: 404 len: 352 time: 0.0321767 2026-04-07 01:15:47.138 9 INFO neutron.api.v2.resource [req-8bfbd4d6-02e5-44c8-ade6-94a2630a495c req-f66e6e8b-2b24-4e10-9b83-197b8ec2467b f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:15:47.139 9 INFO neutron.wsgi [req-8bfbd4d6-02e5-44c8-ade6-94a2630a495c req-f66e6e8b-2b24-4e10-9b83-197b8ec2467b f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - default default] 10.0.0.171 "GET /v2.0/security-groups/611471b0-1c0f-40a6-9cee-7ecf00de86ac HTTP/1.1" status: 404 len: 352 time: 0.0168426 2026-04-07 01:15:47.177 10 INFO neutron.api.v2.resource [req-1d4c686c-503c-4b06-8cc0-e95f7546e2a8 req-3ddadccc-8ca2-4570-b51b-0c9fb2daa36a f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:15:47.179 10 INFO neutron.wsgi [req-1d4c686c-503c-4b06-8cc0-e95f7546e2a8 req-3ddadccc-8ca2-4570-b51b-0c9fb2daa36a f54c051748aa46af9688cd121e9826eb 73958ec517d6420fb677282c80bc4968 - - default default] 10.0.0.171 "GET /v2.0/security-groups/79ab051d-43dd-40f9-9b41-9cd3d769cd32 HTTP/1.1" status: 404 len: 352 time: 0.0172472 2026-04-07 01:15:47.251 9 INFO neutron.wsgi [None req-02720cf0-f5ed-4eab-a7a0-1015ddb10dd3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=f5018cf101704f5e947e2981f2ccad25&name=default HTTP/1.1" status: 200 len: 2992 time: 0.0269048 2026-04-07 01:15:47.458 9 INFO neutron.wsgi [None req-583253ed-b054-4334-8827-db1d503c6f57 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/f32f6fb4-ad82-4154-a005-54b09fdc35e9 HTTP/1.1" status: 204 len: 168 time: 0.2007542 2026-04-07 01:15:48.567 10 INFO neutron.wsgi [None req-5d055b76-2861-46c6-8d15-5b926a7fba48 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "PUT /v2.0/routers/3ee202aa-ef84-4eb7-81fe-5a2bffe42dd4/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 1.3790264 2026-04-07 01:15:49.140 9 INFO neutron.wsgi [None req-0ff3f50b-59ae-45c1-af06-9b5bab19ead6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/routers/3ee202aa-ef84-4eb7-81fe-5a2bffe42dd4 HTTP/1.1" status: 204 len: 168 time: 0.5663953 /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-04-07 01:15:49.360 10 INFO neutron.wsgi [None req-d0dad760-5117-4d35-ad46-20a2755b9d68 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/subnets/c0888e5a-19bd-432e-ab8b-4a0ced235fe7 HTTP/1.1" status: 204 len: 168 time: 0.2048578 2026-04-07 01:15:49.446 9 INFO neutron.db.ovn_revision_numbers_db [None req-a9fa949f-9e42-416a-9da8-969dc40ae065 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 8bd78ec0-5f88-4f95-bb15-2e5c51df3e3f (type: security_groups) to 1 2026-04-07 01:15:49.499 9 INFO neutron.db.segments_db [None req-a9fa949f-9e42-416a-9da8-969dc40ae065 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Added segment 279cb450-dd52-4980-a75d-6bf4c5d65423 of type geneve for network 06016d86-de48-4cff-8612-dc314f977bf3 2026-04-07 01:15:49.637 9 INFO neutron.db.ovn_revision_numbers_db [None req-a9fa949f-9e42-416a-9da8-969dc40ae065 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 06016d86-de48-4cff-8612-dc314f977bf3 (type: networks) to 1 2026-04-07 01:15:49.707 10 INFO neutron.services.segments.plugin [-] Segment b26a2602-9ff0-4d92-9918-0b62104dc7a8 resource provider aggregate not found 2026-04-07 01:15:49.716 10 INFO neutron.services.segments.plugin [-] Segment b26a2602-9ff0-4d92-9918-0b62104dc7a8 resource provider aggregate not found 2026-04-07 01:15:49.731 10 INFO neutron.services.segments.plugin [-] Segment b26a2602-9ff0-4d92-9918-0b62104dc7a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b26a2602-9ff0-4d92-9918-0b62104dc7a8 found for delete ", "request_id": "req-7d371ef0-3f50-4047-85b5-433a8ea5b2bc"}]} 2026-04-07 01:15:49.747 10 INFO neutron.services.segments.plugin [-] Segment b26a2602-9ff0-4d92-9918-0b62104dc7a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b26a2602-9ff0-4d92-9918-0b62104dc7a8 found for delete ", "request_id": "req-f28f54bb-5b38-483a-9726-7e9c8dfb7aee"}]} 2026-04-07 01:15:49.763 10 INFO neutron.wsgi [None req-b2781fed-2726-4218-83d5-568e280b4049 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/networks/b71ac674-c59f-4ffd-ac71-73fb7ae79a82 HTTP/1.1" status: 204 len: 168 time: 0.3969634 2026-04-07 01:15:49.846 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a9fa949f-9e42-416a-9da8-969dc40ae065 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:15:49.849 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a9fa949f-9e42-416a-9da8-969dc40ae065 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 06016d86-de48-4cff-8612-dc314f977bf3: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:49.927 9 INFO neutron.wsgi [None req-63129168-79c7-4ebf-94d1-8a3c9bfe73e4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=73958ec517d6420fb677282c80bc4968&name=default HTTP/1.1" status: 200 len: 2996 time: 0.0534377 2026-04-07 01:15:49.957 9 INFO neutron.db.ovn_revision_numbers_db [None req-a9fa949f-9e42-416a-9da8-969dc40ae065 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 482a2329-70e1-48f0-90ca-6102a0e02942 (type: ports) to 1 2026-04-07 01:15:49.981 9 INFO neutron.wsgi [None req-a9fa949f-9e42-416a-9da8-969dc40ae065 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 938 time: 0.7971649 2026-04-07 01:15:50.170 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5e1336a9-db1c-40ed-bdb3-c24775fe25c7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:15:50.173 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5e1336a9-db1c-40ed-bdb3-c24775fe25c7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 06016d86-de48-4cff-8612-dc314f977bf3: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:50.187 9 INFO neutron.wsgi [None req-ecdb0c46-a3af-4492-be68-6a37bf6b56cd 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/d4d826e2-8c3a-4301-9b10-91b608e92610 HTTP/1.1" status: 204 len: 168 time: 0.2551286 2026-04-07 01:15:50.433 10 INFO neutron.wsgi [req-be23ea67-7b17-4138-9f6e-8dccdf375d5f req-df77a049-0b8a-488e-93ae-f07ea56644d0 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.88 "GET /v2.0/ports?device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1361 time: 0.1472261 2026-04-07 01:15:50.445 9 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] No port found with ID a657f9b0-457c-437a-b325-6eb98345be49: RuntimeError: No port found with ID a657f9b0-457c-437a-b325-6eb98345be49 2026-04-07 01:15:50.474 10 INFO neutron.wsgi [req-be23ea67-7b17-4138-9f6e-8dccdf375d5f req-2d44bd3a-8ac1-4e7d-a1ff-0c3d7834975e 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.88 "GET /v2.0/security-groups?id=3a9527f6-907e-4764-87d2-f26026f0256b&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0350504 2026-04-07 01:15:50.644 9 INFO neutron.db.ovn_revision_numbers_db [None req-5e1336a9-db1c-40ed-bdb3-c24775fe25c7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 482a2329-70e1-48f0-90ca-6102a0e02942 (type: ports) to 2 2026-04-07 01:15:50.658 9 INFO neutron.db.ovn_revision_numbers_db [None req-5e1336a9-db1c-40ed-bdb3-c24775fe25c7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 1070a68b-71ab-4603-8ba7-b1aac0bba8dc (type: subnets) to 0 2026-04-07 01:15:50.671 9 INFO neutron.wsgi [None req-5e1336a9-db1c-40ed-bdb3-c24775fe25c7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 859 time: 0.6833434 2026-04-07 01:15:50.738 10 INFO neutron.wsgi [req-f35efe91-f5b4-4391-b576-8943143a5ac2 req-1b8d548d-1568-49e9-95f4-3288faaacab3 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.88 "GET /v2.0/ports?device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 1361 time: 0.2302158 2026-04-07 01:15:50.828 10 INFO neutron.wsgi [req-f35efe91-f5b4-4391-b576-8943143a5ac2 req-3b615e87-0b43-4a19-b609-cef5b552422c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.88 "GET /v2.0/security-groups?id=aa5f9c19-27a8-4aa4-a90f-c60ed15ad8f2&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0672462 2026-04-07 01:15:51.236 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-897e8bef-9027-4412-a5fa-24c552749a14 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:15:51.241 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-897e8bef-9027-4412-a5fa-24c552749a14 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:51.408 10 INFO neutron.db.ovn_revision_numbers_db [None req-897e8bef-9027-4412-a5fa-24c552749a14 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource ab616212-d682-4652-b8cb-c1c882b08e61 (type: ports) to 1 2026-04-07 01:15:51.960 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: ab616212-d682-4652-b8cb-c1c882b08e61 2026-04-07 01:15:51.975 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Router 914c7367-db55-44d4-9957-60e0ed6ff909 is bound to host instance 2026-04-07 01:15:51.977 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port ab616212-d682-4652-b8cb-c1c882b08e61 2026-04-07 01:15:51.981 10 INFO neutron.db.ovn_revision_numbers_db [None req-897e8bef-9027-4412-a5fa-24c552749a14 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource ab616212-d682-4652-b8cb-c1c882b08e61 (type: router_ports) to 1 2026-04-07 01:15:52.050 10 INFO neutron.db.ovn_revision_numbers_db [None req-897e8bef-9027-4412-a5fa-24c552749a14 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 914c7367-db55-44d4-9957-60e0ed6ff909 (type: routers) to 3 2026-04-07 01:15:52.062 10 INFO neutron.wsgi [None req-897e8bef-9027-4412-a5fa-24c552749a14 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 870 time: 1.3849552 2026-04-07 01:15:52.455 9 INFO neutron.db.ovn_revision_numbers_db [None req-e44d8976-9923-4567-8248-9a0391e96649 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 84b7d545-4763-4907-8490-e5568e46194d (type: security_groups) to 1 2026-04-07 01:15:52.477 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1ab9ee71-0a9b-4464-8e3b-7e4d2f247f29 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] No more DHCP agents 2026-04-07 01:15:52.479 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1ab9ee71-0a9b-4464-8e3b-7e4d2f247f29 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Unable to schedule network 06016d86-de48-4cff-8612-dc314f977bf3: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:52.519 9 INFO neutron.db.segments_db [None req-e44d8976-9923-4567-8248-9a0391e96649 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Added segment 26183040-31cb-4542-8adb-f659f62326db of type geneve for network 704a8368-46c4-4b09-8684-8583ecd1d695 2026-04-07 01:15:52.611 10 INFO neutron.db.ovn_revision_numbers_db [None req-1ab9ee71-0a9b-4464-8e3b-7e4d2f247f29 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource f3ed797a-3284-4a65-be9d-617db7f89f67 (type: ports) to 1 2026-04-07 01:15:52.658 9 INFO neutron.db.ovn_revision_numbers_db [None req-e44d8976-9923-4567-8248-9a0391e96649 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 704a8368-46c4-4b09-8684-8583ecd1d695 (type: networks) to 1 2026-04-07 01:15:52.731 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Successfully bumped revision number for resource ab616212-d682-4652-b8cb-c1c882b08e61 (type: ports) to 1 2026-04-07 01:15:52.840 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e44d8976-9923-4567-8248-9a0391e96649 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:15:52.844 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e44d8976-9923-4567-8248-9a0391e96649 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 704a8368-46c4-4b09-8684-8583ecd1d695: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:52.960 9 INFO neutron.db.ovn_revision_numbers_db [None req-e44d8976-9923-4567-8248-9a0391e96649 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource bb647b09-6276-428d-a13a-f2c4ec3f505c (type: ports) to 1 2026-04-07 01:15:52.996 9 INFO neutron.wsgi [None req-e44d8976-9923-4567-8248-9a0391e96649 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 947 time: 1.0824914 2026-04-07 01:15:53.082 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Successfully bumped revision number for resource ab616212-d682-4652-b8cb-c1c882b08e61 (type: router_ports) to 3 2026-04-07 01:15:53.194 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-629e546f-0312-4ac8-94f6-8858e6a66ab4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:15:53.199 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-629e546f-0312-4ac8-94f6-8858e6a66ab4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 704a8368-46c4-4b09-8684-8583ecd1d695: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:53.222 10 INFO neutron.db.ovn_revision_numbers_db [None req-1ab9ee71-0a9b-4464-8e3b-7e4d2f247f29 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource f3ed797a-3284-4a65-be9d-617db7f89f67 (type: router_ports) to 2 2026-04-07 01:15:53.236 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Successfully bumped revision number for resource ab616212-d682-4652-b8cb-c1c882b08e61 (type: ports) to 2 2026-04-07 01:15:53.361 10 INFO neutron.db.ovn_revision_numbers_db [None req-1ab9ee71-0a9b-4464-8e3b-7e4d2f247f29 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource f3ed797a-3284-4a65-be9d-617db7f89f67 (type: ports) to 2 2026-04-07 01:15:53.427 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1ab9ee71-0a9b-4464-8e3b-7e4d2f247f29 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] No more DHCP agents 2026-04-07 01:15:53.428 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1ab9ee71-0a9b-4464-8e3b-7e4d2f247f29 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Unable to schedule network 06016d86-de48-4cff-8612-dc314f977bf3: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:53.518 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Successfully bumped revision number for resource ab616212-d682-4652-b8cb-c1c882b08e61 (type: ports) to 4 2026-04-07 01:15:53.755 9 INFO neutron.db.ovn_revision_numbers_db [None req-629e546f-0312-4ac8-94f6-8858e6a66ab4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource bb647b09-6276-428d-a13a-f2c4ec3f505c (type: ports) to 2 2026-04-07 01:15:53.775 9 INFO neutron.db.ovn_revision_numbers_db [None req-629e546f-0312-4ac8-94f6-8858e6a66ab4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 91bf7cda-ae3a-48e9-8ac6-8d8d5f67a2bd (type: subnets) to 0 2026-04-07 01:15:53.789 9 INFO neutron.wsgi [None req-629e546f-0312-4ac8-94f6-8858e6a66ab4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 867 time: 0.7878768 2026-04-07 01:15:53.790 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Successfully bumped revision number for resource ab616212-d682-4652-b8cb-c1c882b08e61 (type: router_ports) to 4 2026-04-07 01:15:54.144 10 INFO neutron.db.ovn_revision_numbers_db [None req-1ab9ee71-0a9b-4464-8e3b-7e4d2f247f29 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource f3ed797a-3284-4a65-be9d-617db7f89f67 (type: router_ports) to 2 2026-04-07 01:15:54.146 10 INFO neutron.wsgi [None req-1ab9ee71-0a9b-4464-8e3b-7e4d2f247f29 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "PUT /v2.0/routers/914c7367-db55-44d4-9957-60e0ed6ff909/add_router_interface HTTP/1.1" status: 200 len: 503 time: 2.0797229 2026-04-07 01:15:54.285 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8ae4fdaa-760e-4d0a-8a41-ce2dcbf28b7d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:15:54.286 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8ae4fdaa-760e-4d0a-8a41-ce2dcbf28b7d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:54.449 10 INFO neutron.db.ovn_revision_numbers_db [None req-8ae4fdaa-760e-4d0a-8a41-ce2dcbf28b7d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 26b07395-8c8a-4e42-89e2-d3d5a457b194 (type: ports) to 1 2026-04-07 01:15:54.763 9 INFO neutron.db.ovn_revision_numbers_db [None req-0580ab78-5201-4c3f-a15b-c5f034227c26 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - - -] Successfully bumped revision number for resource 4d50d480-7b2e-4435-972f-50a6dd0c857f (type: security_groups) to 1 2026-04-07 01:15:54.783 9 INFO neutron.wsgi [None req-0580ab78-5201-4c3f-a15b-c5f034227c26 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - - -] 10.0.0.78 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1794 time: 0.1102600 2026-04-07 01:15:55.005 10 INFO neutron.wsgi [req-29f68f2a-a233-40b7-b66d-b842a3a22326 req-584ce230-a630-4fd6-ae64-10a01ed190c0 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 1170 time: 0.1019180 2026-04-07 01:15:55.097 9 INFO neutron.db.ovn_revision_numbers_db [None req-d12459e3-0dbe-4d9b-9497-0690357d4e5b 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - - -] Successfully bumped revision number for resource 1fb45588-8071-40a2-9add-da91b14dff3b (type: security_group_rules) to 0 2026-04-07 01:15:55.138 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: f3ed797a-3284-4a65-be9d-617db7f89f67 2026-04-07 01:15:55.147 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port f3ed797a-3284-4a65-be9d-617db7f89f67 2026-04-07 01:15:55.151 9 INFO neutron.wsgi [None req-d12459e3-0dbe-4d9b-9497-0690357d4e5b 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 764 time: 0.3637562 2026-04-07 01:15:55.188 9 INFO neutron.wsgi [req-70141dc0-5abc-4409-a5d0-3d2f4842cced req-ce12b808-b65b-47bb-9cbb-0ce7b5ff42ed f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/ports/079609e9-e5cf-439f-91c7-7573e2699dc8 HTTP/1.1" status: 200 len: 1167 time: 0.1353316 2026-04-07 01:15:55.208 10 INFO neutron.wsgi [req-026889a7-db06-47a6-9d5d-43d2388ce661 req-0694b308-5fc6-4f24-9d75-7241bc9b9226 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1170 time: 0.1020329 2026-04-07 01:15:55.263 10 INFO neutron.wsgi [req-026889a7-db06-47a6-9d5d-43d2388ce661 req-a26814b7-efc3-4046-9224-e23e0dc8ddcd e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=3a9527f6-907e-4764-87d2-f26026f0256b&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0460300 2026-04-07 01:15:55.317 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Router 5129167e-1a1b-414a-9ebc-74373f35acbd is bound to host instance 2026-04-07 01:15:55.334 9 INFO neutron.db.ovn_revision_numbers_db [None req-b91bf9cf-1185-4cec-937f-150a2e8c6f42 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - - -] Successfully bumped revision number for resource 66c771e8-bd72-4131-a999-ead344252c9c (type: security_group_rules) to 0 2026-04-07 01:15:55.334 10 INFO neutron.db.ovn_revision_numbers_db [None req-8ae4fdaa-760e-4d0a-8a41-ce2dcbf28b7d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 26b07395-8c8a-4e42-89e2-d3d5a457b194 (type: router_ports) to 1 2026-04-07 01:15:55.369 9 INFO neutron.wsgi [None req-b91bf9cf-1185-4cec-937f-150a2e8c6f42 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 769 time: 0.2072265 2026-04-07 01:15:55.434 10 INFO neutron.wsgi [req-802d7c87-b24b-4785-b6cf-9b3b15bea3d2 req-7b091c18-78d4-4c93-a5ef-3f4475aea633 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1170 time: 0.0805728 2026-04-07 01:15:55.456 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource f3ed797a-3284-4a65-be9d-617db7f89f67 (type: ports) to 3 2026-04-07 01:15:55.464 10 INFO neutron.wsgi [req-14f53b1b-be3f-470e-823e-5d21208904a2 req-75b5d419-65e8-4c09-abb3-2dc1baf52e19 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 199.19.213.133 "GET /v2.0/subnets?network_id=ef3588aa-208f-4db4-a4ee-fc47ea97dcc7 HTTP/1.1" status: 200 len: 859 time: 0.1243041 2026-04-07 01:15:55.510 10 INFO neutron.db.ovn_revision_numbers_db [None req-8ae4fdaa-760e-4d0a-8a41-ce2dcbf28b7d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 5129167e-1a1b-414a-9ebc-74373f35acbd (type: routers) to 3 2026-04-07 01:15:55.543 10 INFO neutron.wsgi [req-802d7c87-b24b-4785-b6cf-9b3b15bea3d2 req-06626d2c-b3bc-4635-a6a0-c0d9bfa6d885 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=3a9527f6-907e-4764-87d2-f26026f0256b&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0961761 2026-04-07 01:15:55.550 10 INFO neutron.wsgi [req-14f53b1b-be3f-470e-823e-5d21208904a2 req-cf697eac-a72f-4f63-b239-c1b27cab5990 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=2f6b0901-cb36-4706-8880-a73209741243&device_owner=compute%3Anova&network_id=ef3588aa-208f-4db4-a4ee-fc47ea97dcc7 HTTP/1.1" status: 200 len: 1170 time: 0.0807769 2026-04-07 01:15:55.556 10 INFO neutron.wsgi [None req-8ae4fdaa-760e-4d0a-8a41-ce2dcbf28b7d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 878 time: 1.7616949 2026-04-07 01:15:55.704 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource f3ed797a-3284-4a65-be9d-617db7f89f67 (type: router_ports) to 3 2026-04-07 01:15:55.768 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bc3259dc-eb89-4e89-b2f7-15ca619ce0e7 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - - -] No more DHCP agents 2026-04-07 01:15:55.774 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bc3259dc-eb89-4e89-b2f7-15ca619ce0e7 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:55.998 10 INFO neutron.wsgi [req-5bbbb126-fda3-4d6c-8e3a-c3d8aaa963e1 req-e40622ea-f0ac-4e2f-b034-c0ca73252fe3 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1170 time: 0.0628185 2026-04-07 01:15:56.016 10 INFO neutron.wsgi [req-8af86c9c-22d2-4c93-8037-50997e73d8bf req-7a94b246-aa13-4c6b-8472-7bd8bf1d3bc9 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=00b0cfe780b04e358530839899e3ce43&device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1361 time: 0.0639989 2026-04-07 01:15:56.100 10 INFO neutron.wsgi [req-5bbbb126-fda3-4d6c-8e3a-c3d8aaa963e1 req-ee75160e-235f-46ef-9faa-1ad77d3949d1 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=3a9527f6-907e-4764-87d2-f26026f0256b&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0947499 2026-04-07 01:15:56.110 9 INFO neutron.db.ovn_revision_numbers_db [None req-bc3259dc-eb89-4e89-b2f7-15ca619ce0e7 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - - -] Successfully bumped revision number for resource 235d41fe-d7fc-439b-9d09-48b286a8cd20 (type: floatingips) to 0 2026-04-07 01:15:56.124 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-02d166d0-612d-48c3-a51c-af497fc445a8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] No more DHCP agents 2026-04-07 01:15:56.125 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-02d166d0-612d-48c3-a51c-af497fc445a8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Unable to schedule network 704a8368-46c4-4b09-8684-8583ecd1d695: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:56.137 9 INFO neutron.wsgi [None req-bc3259dc-eb89-4e89-b2f7-15ca619ce0e7 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - - -] 10.0.0.78 "POST /v2.0/floatingips HTTP/1.1" status: 201 len: 751 time: 0.7601891 2026-04-07 01:15:56.138 10 INFO neutron.wsgi [req-8af86c9c-22d2-4c93-8037-50997e73d8bf req-64efff68-1d3c-4eab-a40c-e457612ac420 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=a088e416-9d58-45f6-86db-f25bd8c6194b HTTP/1.1" status: 200 len: 973 time: 0.1095598 /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-04-07 01:15:56.255 9 INFO neutron.db.ovn_revision_numbers_db [None req-02d166d0-612d-48c3-a51c-af497fc445a8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 0aa2def6-07b6-4a99-89ea-d253223e5d4d (type: ports) to 1 2026-04-07 01:15:56.433 10 INFO neutron.wsgi [req-8af86c9c-22d2-4c93-8037-50997e73d8bf req-f5dd3415-2f5c-4252-80e3-d2f97e7bc71a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=1d5037e9-fe40-45ed-89bf-643e4479ae85 HTTP/1.1" status: 200 len: 1059 time: 0.2816105 2026-04-07 01:15:56.484 10 INFO neutron.db.ovn_revision_numbers_db [None req-884a219c-061f-4411-8855-e1c0de751972 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] Successfully bumped revision number for resource 079609e9-e5cf-439f-91c7-7573e2699dc8 (type: ports) to 5 2026-04-07 01:15:56.498 10 INFO neutron.wsgi [req-8af86c9c-22d2-4c93-8037-50997e73d8bf req-9a44ebe9-5bd5-4bfb-ae9c-27792df20d37 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=580bceec-c0cd-42ab-8586-879581abe249 HTTP/1.1" status: 200 len: 868 time: 0.0453951 2026-04-07 01:15:56.508 10 INFO neutron.wsgi [None req-884a219c-061f-4411-8855-e1c0de751972 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] 199.19.213.133 "PUT /v2.0/ports/079609e9-e5cf-439f-91c7-7573e2699dc8 HTTP/1.1" status: 200 len: 1349 time: 0.9506083 2026-04-07 01:15:56.515 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource 26b07395-8c8a-4e42-89e2-d3d5a457b194 (type: ports) to 1 2026-04-07 01:15:56.544 10 INFO neutron.wsgi [req-8af86c9c-22d2-4c93-8037-50997e73d8bf req-ea1c7012-a251-4bc3-9fdf-d0f2e060e681 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a088e416-9d58-45f6-86db-f25bd8c6194b&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0306516 2026-04-07 01:15:56.550 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-87accfb5-64c4-414c-8d9f-1a9b8d55ff34'] response: {'name': 'network-changed', 'server_uuid': '2f6b0901-cb36-4706-8880-a73209741243', 'tag': '079609e9-e5cf-439f-91c7-7573e2699dc8', 'status': 'completed', 'code': 200} 2026-04-07 01:15:56.592 10 INFO neutron.wsgi [req-14f53b1b-be3f-470e-823e-5d21208904a2 req-7100ae18-d640-4b21-82b9-64a3e38beb74 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=451ef57771a5425bbd262c9a325b0a99&device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 1542 time: 0.0583162 2026-04-07 01:15:56.623 10 INFO neutron.wsgi [req-d9d29967-5114-49a3-8bdf-7ce08faf7a9b req-799e8b1e-de66-40a0-bddb-c8f4027662bc 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 10.0.0.171 "GET /v2.0/security-groups?name=tempest-securitygroup--37066254&fields=id&tenant_id=9c06e6896aaa4f9184448cf89b41612c HTTP/1.1" status: 200 len: 267 time: 0.0886393 2026-04-07 01:15:56.686 10 INFO neutron.wsgi [req-8af86c9c-22d2-4c93-8037-50997e73d8bf req-5ea2c9a4-57ff-45ae-9ba2-c7a373031442 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a088e416-9d58-45f6-86db-f25bd8c6194b?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.1344843 2026-04-07 01:15:56.725 10 INFO neutron.wsgi [req-14f53b1b-be3f-470e-823e-5d21208904a2 req-c696b755-092d-49c2-a533-2b717fbab11e 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=ef3588aa-208f-4db4-a4ee-fc47ea97dcc7 HTTP/1.1" status: 200 len: 982 time: 0.1290746 2026-04-07 01:15:56.754 9 INFO neutron.db.ovn_revision_numbers_db [None req-02d166d0-612d-48c3-a51c-af497fc445a8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 0aa2def6-07b6-4a99-89ea-d253223e5d4d (type: router_ports) to 2 2026-04-07 01:15:56.792 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: 0aa2def6-07b6-4a99-89ea-d253223e5d4d 2026-04-07 01:15:56.799 10 INFO neutron.wsgi [req-14f53b1b-be3f-470e-823e-5d21208904a2 req-73aeebff-0de5-407b-9cbe-8e4b358ad79d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=079609e9-e5cf-439f-91c7-7573e2699dc8 HTTP/1.1" status: 200 len: 217 time: 0.0663569 2026-04-07 01:15:56.807 10 INFO neutron.wsgi [req-d9d29967-5114-49a3-8bdf-7ce08faf7a9b req-dc9ae7ec-62b7-4c45-9f80-90865a209ccf 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 10.0.0.171 "GET /v2.0/networks?id=06016d86-de48-4cff-8612-dc314f977bf3 HTTP/1.1" status: 200 len: 868 time: 0.1717381 2026-04-07 01:15:56.860 9 INFO neutron.db.ovn_revision_numbers_db [None req-02d166d0-612d-48c3-a51c-af497fc445a8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 0aa2def6-07b6-4a99-89ea-d253223e5d4d (type: ports) to 2 2026-04-07 01:15:56.866 10 INFO neutron.wsgi [req-d9d29967-5114-49a3-8bdf-7ce08faf7a9b req-cf7cf320-3d09-48bd-be02-af0230ce0215 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 10.0.0.171 "GET /v2.0/quotas/9c06e6896aaa4f9184448cf89b41612c HTTP/1.1" status: 200 len: 386 time: 0.0464394 2026-04-07 01:15:56.870 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port 0aa2def6-07b6-4a99-89ea-d253223e5d4d 2026-04-07 01:15:56.872 10 INFO neutron.wsgi [req-8af86c9c-22d2-4c93-8037-50997e73d8bf req-37e9d663-f103-49b5-851b-f19880fdd384 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a088e416-9d58-45f6-86db-f25bd8c6194b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.1771224 2026-04-07 01:15:56.899 10 INFO neutron.wsgi [req-14f53b1b-be3f-470e-823e-5d21208904a2 req-022a7832-1030-4175-bc79-b5eaf1418f7f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=079609e9-e5cf-439f-91c7-7573e2699dc8 HTTP/1.1" status: 200 len: 1059 time: 0.0906861 2026-04-07 01:15:56.948 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-02d166d0-612d-48c3-a51c-af497fc445a8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] No more DHCP agents 2026-04-07 01:15:56.950 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-02d166d0-612d-48c3-a51c-af497fc445a8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Unable to schedule network 704a8368-46c4-4b09-8684-8583ecd1d695: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:15:56.998 10 INFO neutron.wsgi [req-14f53b1b-be3f-470e-823e-5d21208904a2 req-490dd885-84a3-46d2-807e-60bb543e0327 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=06aab00f-9c51-4669-95fc-8c03a80741d0 HTTP/1.1" status: 200 len: 877 time: 0.0873251 2026-04-07 01:15:57.080 10 INFO neutron.wsgi [req-14f53b1b-be3f-470e-823e-5d21208904a2 req-6bd5fa95-ac02-4ff0-bb21-c3c2f197ac65 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=ef3588aa-208f-4db4-a4ee-fc47ea97dcc7&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0738685 2026-04-07 01:15:57.111 10 INFO neutron.wsgi [req-d9d29967-5114-49a3-8bdf-7ce08faf7a9b req-4de874db-a755-4035-97c7-645708a87381 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 10.0.0.171 "GET /v2.0/ports?tenant_id=9c06e6896aaa4f9184448cf89b41612c&fields=id HTTP/1.1" status: 200 len: 302 time: 0.2343121 2026-04-07 01:15:57.241 10 INFO neutron.wsgi [req-14f53b1b-be3f-470e-823e-5d21208904a2 req-0b537777-b7c9-4eff-b58c-4c7df8b56352 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/ef3588aa-208f-4db4-a4ee-fc47ea97dcc7?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.1473289 2026-04-07 01:15:57.292 10 INFO neutron.wsgi [req-d9d29967-5114-49a3-8bdf-7ce08faf7a9b req-f7892b18-2b15-4bc3-89cb-b8240869a991 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/06016d86-de48-4cff-8612-dc314f977bf3?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.1642995 2026-04-07 01:15:57.310 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource 26b07395-8c8a-4e42-89e2-d3d5a457b194 (type: router_ports) to 3 2026-04-07 01:15:57.358 10 INFO neutron.wsgi [req-14f53b1b-be3f-470e-823e-5d21208904a2 req-1fd90d4f-dad8-4d07-8877-ef0869c5e317 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/ef3588aa-208f-4db4-a4ee-fc47ea97dcc7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.1109903 2026-04-07 01:15:57.414 10 INFO neutron.wsgi [req-d9d29967-5114-49a3-8bdf-7ce08faf7a9b req-c62f86c3-8e8f-4e8f-aab4-a003c75c6a74 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/06016d86-de48-4cff-8612-dc314f977bf3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.1061602 2026-04-07 01:15:57.487 9 INFO neutron.wsgi [req-d3171432-cfe8-4020-9f5e-550ca0495f3f req-36d6bf59-227c-4713-87de-8dea758a3bf2 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1170 time: 0.3183007 2026-04-07 01:15:57.514 10 INFO neutron.wsgi [req-f7f311a2-442f-4228-ab73-b6a50ebcbc93 req-6eaabb47-ec4a-4f02-a4f7-380ec9b242c6 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=451ef57771a5425bbd262c9a325b0a99&device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 1542 time: 0.0775762 2026-04-07 01:15:57.548 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 0aa2def6-07b6-4a99-89ea-d253223e5d4d (type: ports) to 3 2026-04-07 01:15:57.583 9 INFO neutron.wsgi [req-d3171432-cfe8-4020-9f5e-550ca0495f3f req-76dc6dc5-ba9a-4c41-88bf-3c8c890ba093 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=3a9527f6-907e-4764-87d2-f26026f0256b&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0854528 2026-04-07 01:15:57.727 9 INFO neutron.wsgi [req-069032a4-7b9b-4b30-a7b6-0d7852896bf9 req-a20f22ba-9ed5-4957-b612-8416185ab831 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 1352 time: 0.0859375 2026-04-07 01:15:57.786 9 INFO neutron.wsgi [req-069032a4-7b9b-4b30-a7b6-0d7852896bf9 req-7e9959f4-7b65-4e5f-8be0-9fcc0a10577d f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=aa5f9c19-27a8-4aa4-a90f-c60ed15ad8f2&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0464354 2026-04-07 01:15:57.817 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource 26b07395-8c8a-4e42-89e2-d3d5a457b194 (type: ports) to 2 2026-04-07 01:15:57.861 10 INFO neutron.wsgi [req-c457bf85-2757-4c34-aaba-fff898ca2e4e req-f770e533-fd81-4060-a47d-c6b4687b506f 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=09f1ed4c-5b64-49c6-bbff-01911f8285e5 HTTP/1.1" status: 200 len: 210 time: 0.0479214 2026-04-07 01:15:57.882 10 INFO neutron.wsgi [req-f7f311a2-442f-4228-ab73-b6a50ebcbc93 req-2169ea6a-c1b0-4aba-83ad-abd718c15728 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=ef3588aa-208f-4db4-a4ee-fc47ea97dcc7 HTTP/1.1" status: 200 len: 982 time: 0.3597260 2026-04-07 01:15:57.933 10 INFO neutron.wsgi [req-f7f311a2-442f-4228-ab73-b6a50ebcbc93 req-5fa31eba-7191-45bb-8061-4594b0fa0dcc 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=079609e9-e5cf-439f-91c7-7573e2699dc8 HTTP/1.1" status: 200 len: 217 time: 0.0415220 2026-04-07 01:15:57.991 10 INFO neutron.wsgi [req-f7f311a2-442f-4228-ab73-b6a50ebcbc93 req-253e474d-abeb-4df0-9597-5af7013ca447 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=079609e9-e5cf-439f-91c7-7573e2699dc8 HTTP/1.1" status: 200 len: 1059 time: 0.0522335 2026-04-07 01:15:57.992 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 0aa2def6-07b6-4a99-89ea-d253223e5d4d (type: router_ports) to 3 2026-04-07 01:15:58.054 10 INFO neutron.wsgi [req-f7f311a2-442f-4228-ab73-b6a50ebcbc93 req-e70fc038-8d4c-4a8d-964b-131715831815 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=06aab00f-9c51-4669-95fc-8c03a80741d0 HTTP/1.1" status: 200 len: 877 time: 0.0499699 2026-04-07 01:15:58.092 9 INFO neutron.wsgi [None req-02d166d0-612d-48c3-a51c-af497fc445a8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "PUT /v2.0/routers/5129167e-1a1b-414a-9ebc-74373f35acbd/add_router_interface HTTP/1.1" status: 200 len: 503 time: 2.5292578 2026-04-07 01:15:58.108 10 INFO neutron.wsgi [req-f7f311a2-442f-4228-ab73-b6a50ebcbc93 req-99bdb43c-735e-4c3e-9004-6bb3d11cf0ca 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=ef3588aa-208f-4db4-a4ee-fc47ea97dcc7&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0453396 2026-04-07 01:15:58.206 10 INFO neutron.wsgi [req-f7f311a2-442f-4228-ab73-b6a50ebcbc93 req-cdb18580-85d2-40fc-ba19-b37cf8298b4d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/ef3588aa-208f-4db4-a4ee-fc47ea97dcc7?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0935798 2026-04-07 01:15:58.241 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource 26b07395-8c8a-4e42-89e2-d3d5a457b194 (type: ports) to 4 2026-04-07 01:15:58.384 10 INFO neutron.wsgi [req-f7f311a2-442f-4228-ab73-b6a50ebcbc93 req-33b68a40-2a12-41fa-b1dc-4737c1557e7a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/ef3588aa-208f-4db4-a4ee-fc47ea97dcc7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0760975 2026-04-07 01:15:58.509 10 INFO neutron.wsgi [req-83038884-fb48-4a3c-aaf9-2de8650be057 req-90a1b973-4ec6-43e3-be07-e3425af166fc f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=2f6b0901-cb36-4706-8880-a73209741243&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.13 HTTP/1.1" status: 200 len: 1352 time: 0.0945189 2026-04-07 01:15:58.626 10 INFO neutron.wsgi [req-d9d29967-5114-49a3-8bdf-7ce08faf7a9b req-6bb5cb82-9030-4d26-a3a7-599f520ee84f 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 199.19.213.133 "GET /v2.0/networks?id=06016d86-de48-4cff-8612-dc314f977bf3 HTTP/1.1" status: 200 len: 868 time: 0.1427286 2026-04-07 01:15:58.714 10 INFO neutron.wsgi [req-d1162a9f-4213-45e4-b102-7d81850dd483 req-f0417aa1-8e58-46b5-a2af-48efa40296a0 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1170 time: 0.0515890 2026-04-07 01:15:58.744 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource 26b07395-8c8a-4e42-89e2-d3d5a457b194 (type: router_ports) to 4 2026-04-07 01:15:58.750 10 INFO neutron.wsgi [req-d9d29967-5114-49a3-8bdf-7ce08faf7a9b req-6f142db2-0355-4b94-a00b-3168e9d9c59e 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 199.19.213.133 "GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9c06e6896aaa4f9184448cf89b41612c HTTP/1.1" status: 200 len: 378 time: 0.1175449 2026-04-07 01:15:58.870 10 INFO neutron.wsgi [req-d1162a9f-4213-45e4-b102-7d81850dd483 req-271ddadc-17e8-4f37-be85-e975357b9604 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=3a9527f6-907e-4764-87d2-f26026f0256b&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.1433742 2026-04-07 01:15:58.984 10 INFO neutron.wsgi [req-99f01803-689f-4d4e-87d8-d760b5e2e67a req-5ed71908-cf19-4340-ab9f-4f0a498afa1f 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=09f1ed4c-5b64-49c6-bbff-01911f8285e5 HTTP/1.1" status: 200 len: 210 time: 0.0523491 2026-04-07 01:15:59.029 9 INFO neutron.wsgi [req-b24d9482-d60c-4e02-9c15-faafb9364c34 req-dbe7801f-f01c-4b3b-b7d3-73c0c5ac7184 b06f1d680b754d48b57626e734d82f94 525813460d1a48868ca0efe99f0a2fe8 - - default default] 10.0.0.171 "GET /v2.0/networks?id=704a8368-46c4-4b09-8684-8583ecd1d695 HTTP/1.1" status: 200 len: 876 time: 0.0897875 2026-04-07 01:15:59.053 9 INFO neutron.wsgi [req-b24d9482-d60c-4e02-9c15-faafb9364c34 req-2d78c9c6-5ab9-41a5-89bc-8a2dd75cf65e b06f1d680b754d48b57626e734d82f94 525813460d1a48868ca0efe99f0a2fe8 - - default default] 10.0.0.171 "GET /v2.0/quotas/525813460d1a48868ca0efe99f0a2fe8 HTTP/1.1" status: 200 len: 386 time: 0.0170441 2026-04-07 01:15:59.155 9 INFO neutron.wsgi [req-b24d9482-d60c-4e02-9c15-faafb9364c34 req-d2f34856-6fd2-406c-add0-036d597caca1 b06f1d680b754d48b57626e734d82f94 525813460d1a48868ca0efe99f0a2fe8 - - default default] 10.0.0.171 "GET /v2.0/ports?tenant_id=525813460d1a48868ca0efe99f0a2fe8&fields=id HTTP/1.1" status: 200 len: 302 time: 0.0943308 2026-04-07 01:15:59.235 9 INFO neutron.wsgi [req-b24d9482-d60c-4e02-9c15-faafb9364c34 req-fa869317-c0f6-4465-9377-861844b892e5 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/704a8368-46c4-4b09-8684-8583ecd1d695?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0713761 2026-04-07 01:15:59.277 10 INFO neutron.db.ovn_revision_numbers_db [None req-618cd7fa-df4a-404b-a2e2-f2684d634c2b f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] Successfully bumped revision number for resource 079609e9-e5cf-439f-91c7-7573e2699dc8 (type: ports) to 6 2026-04-07 01:15:59.284 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-80eca46e-9cdb-40a9-98f7-feaf69e6176e 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - - -] No more DHCP agents 2026-04-07 01:15:59.291 10 INFO neutron.wsgi [None req-618cd7fa-df4a-404b-a2e2-f2684d634c2b f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] 199.19.213.133 "PUT /v2.0/ports/079609e9-e5cf-439f-91c7-7573e2699dc8 HTTP/1.1" status: 200 len: 1167 time: 0.7773314 2026-04-07 01:15:59.291 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-80eca46e-9cdb-40a9-98f7-feaf69e6176e 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - - -] Unable to schedule network 06016d86-de48-4cff-8612-dc314f977bf3: no agents available; will retry on subsequent port and subnet creation events. /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-04-07 01:15:59.328 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ae692cd-ccfc-4a68-bfb5-d5e65dadf817'] response: {'name': 'network-changed', 'server_uuid': '2f6b0901-cb36-4706-8880-a73209741243', 'tag': '079609e9-e5cf-439f-91c7-7573e2699dc8', 'status': 'completed', 'code': 200} 2026-04-07 01:15:59.342 9 INFO neutron.wsgi [req-ee03bc30-cead-45b2-b951-0776be79d8b0 req-49c77bcb-281f-4a81-afd4-53ff2551fd31 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?device_id=690084ab-e977-47b0-af9e-6a44a1a388ca&fields=binding%3Ahost_id&fields=binding%3Avif_type HTTP/1.1" status: 200 len: 265 time: 0.0738826 2026-04-07 01:15:59.346 9 INFO neutron.wsgi [req-b24d9482-d60c-4e02-9c15-faafb9364c34 req-55b5c81e-b966-4e21-b4b7-6d09b377a277 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/704a8368-46c4-4b09-8684-8583ecd1d695?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.1039515 2026-04-07 01:15:59.356 10 INFO neutron.wsgi [req-83038884-fb48-4a3c-aaf9-2de8650be057 req-d1e72b90-1b3f-4af3-9047-cc7db2cfc601 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=451ef57771a5425bbd262c9a325b0a99&device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 1361 time: 0.0424757 2026-04-07 01:15:59.417 9 INFO neutron.wsgi [req-ee03bc30-cead-45b2-b951-0776be79d8b0 req-38ca9ca1-a366-479c-a951-4ff7be08d597 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=00b0cfe780b04e358530839899e3ce43&device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1361 time: 0.0297179 2026-04-07 01:15:59.432 10 INFO neutron.wsgi [req-83038884-fb48-4a3c-aaf9-2de8650be057 req-caa076be-6154-4910-92b0-5ce07a0f4f4a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=ef3588aa-208f-4db4-a4ee-fc47ea97dcc7 HTTP/1.1" status: 200 len: 982 time: 0.0691483 2026-04-07 01:15:59.524 9 INFO neutron.wsgi [req-ee03bc30-cead-45b2-b951-0776be79d8b0 req-ffec817d-83f3-43cc-a653-6c1f509c9447 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=a088e416-9d58-45f6-86db-f25bd8c6194b HTTP/1.1" status: 200 len: 973 time: 0.0748451 2026-04-07 01:15:59.576 9 INFO neutron.wsgi [req-ee03bc30-cead-45b2-b951-0776be79d8b0 req-2ad1c0d0-f527-4a6b-b563-d58da5e47845 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=1d5037e9-fe40-45ed-89bf-643e4479ae85 HTTP/1.1" status: 200 len: 1059 time: 0.0448809 2026-04-07 01:15:59.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0018308 2026-04-07 01:15:59.616 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0016546 2026-04-07 01:15:59.624 9 INFO neutron.wsgi [req-ee03bc30-cead-45b2-b951-0776be79d8b0 req-1d0bccaf-b655-4c1f-ab27-9959e86fcd70 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=580bceec-c0cd-42ab-8586-879581abe249 HTTP/1.1" status: 200 len: 868 time: 0.0411839 2026-04-07 01:15:59.659 9 INFO neutron.wsgi [req-ee03bc30-cead-45b2-b951-0776be79d8b0 req-f785e74a-fbb3-442a-8bf9-7453615ab695 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a088e416-9d58-45f6-86db-f25bd8c6194b&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0282686 2026-04-07 01:15:59.702 10 INFO neutron.wsgi [req-5636ad5d-72b8-4cda-a5c5-8f6da8675faa req-82760bcb-41ea-4c63-ab93-241118a4151b b06f1d680b754d48b57626e734d82f94 525813460d1a48868ca0efe99f0a2fe8 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=1fab6c90-a8a4-4f9a-8bab-491ed1aac0b8 HTTP/1.1" status: 200 len: 210 time: 0.2493758 2026-04-07 01:15:59.717 10 INFO neutron.wsgi [req-83038884-fb48-4a3c-aaf9-2de8650be057 req-50efd24f-4089-490d-9124-1b6dd34fd634 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=079609e9-e5cf-439f-91c7-7573e2699dc8 HTTP/1.1" status: 200 len: 1059 time: 0.2715721 2026-04-07 01:15:59.737 9 INFO neutron.wsgi [req-ee03bc30-cead-45b2-b951-0776be79d8b0 req-b9d8b6a5-c087-492e-943d-5ba894c66546 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a088e416-9d58-45f6-86db-f25bd8c6194b?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0706978 2026-04-07 01:15:59.754 10 INFO neutron.db.ovn_revision_numbers_db [None req-80eca46e-9cdb-40a9-98f7-feaf69e6176e 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - - -] Successfully bumped revision number for resource e8c67019-94b1-4264-a10a-bbe65afbb8ff (type: ports) to 1 2026-04-07 01:15:59.763 10 INFO neutron.wsgi [req-83038884-fb48-4a3c-aaf9-2de8650be057 req-e43c73b9-9dff-42df-9910-e4e2f5f65828 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=06aab00f-9c51-4669-95fc-8c03a80741d0 HTTP/1.1" status: 200 len: 877 time: 0.0393469 2026-04-07 01:15:59.804 9 INFO neutron.wsgi [req-ee03bc30-cead-45b2-b951-0776be79d8b0 req-04efbbe9-1528-4716-96de-fbc3b37fa7d6 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a088e416-9d58-45f6-86db-f25bd8c6194b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0605690 2026-04-07 01:15:59.804 10 INFO neutron.wsgi [None req-80eca46e-9cdb-40a9-98f7-feaf69e6176e 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - - -] 199.19.213.133 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1158 time: 1.0361290 2026-04-07 01:15:59.806 10 INFO neutron.wsgi [req-83038884-fb48-4a3c-aaf9-2de8650be057 req-3441476b-8a86-4b0d-8247-964be1fc9037 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=ef3588aa-208f-4db4-a4ee-fc47ea97dcc7&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0307951 2026-04-07 01:15:59.902 10 INFO neutron.wsgi [req-83038884-fb48-4a3c-aaf9-2de8650be057 req-4188ecb0-181d-4a0d-a53b-614d1b038c3f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/ef3588aa-208f-4db4-a4ee-fc47ea97dcc7?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0880885 2026-04-07 01:15:59.999 10 INFO neutron.wsgi [req-83038884-fb48-4a3c-aaf9-2de8650be057 req-cb5399f4-08f6-4abe-a07a-10d971eadb64 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/ef3588aa-208f-4db4-a4ee-fc47ea97dcc7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0914214 2026-04-07 01:16:00.115 10 INFO neutron.wsgi [req-7eee11cd-6862-452f-a2a7-f7280984d1bd req-a1fd1842-9278-47e0-9df5-b943bffecd87 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=451ef57771a5425bbd262c9a325b0a99&device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 1361 time: 0.0572715 2026-04-07 01:16:00.140 9 INFO neutron.wsgi [req-93991c90-ec05-4b5d-a27d-6540625f572b req-6ff3c64a-3bc7-4faf-8015-3c3a40aafa94 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=09f1ed4c-5b64-49c6-bbff-01911f8285e5 HTTP/1.1" status: 200 len: 1156 time: 0.0841341 2026-04-07 01:16:00.210 9 INFO neutron.wsgi [req-93991c90-ec05-4b5d-a27d-6540625f572b req-f1ce7eaa-e08b-4d17-8355-1fbdc6354a00 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=4d50d480-7b2e-4435-972f-50a6dd0c857f&fields=id&fields=name HTTP/1.1" status: 200 len: 311 time: 0.0568390 2026-04-07 01:16:00.212 10 INFO neutron.wsgi [req-7eee11cd-6862-452f-a2a7-f7280984d1bd req-d74a0d93-dae9-487c-9025-8d5a2b5f1298 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=ef3588aa-208f-4db4-a4ee-fc47ea97dcc7 HTTP/1.1" status: 200 len: 982 time: 0.0919597 2026-04-07 01:16:00.228 9 INFO neutron.wsgi [req-b24d9482-d60c-4e02-9c15-faafb9364c34 req-5e578475-08bb-4b31-8649-dda856383409 b06f1d680b754d48b57626e734d82f94 525813460d1a48868ca0efe99f0a2fe8 - - default default] 199.19.213.133 "GET /v2.0/networks?id=704a8368-46c4-4b09-8684-8583ecd1d695 HTTP/1.1" status: 200 len: 876 time: 0.0845654 /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-04-07 01:16:00.325 10 INFO neutron.wsgi [req-7eee11cd-6862-452f-a2a7-f7280984d1bd req-61a7bb38-3dcf-493b-8c42-682254c8d2c4 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=079609e9-e5cf-439f-91c7-7573e2699dc8 HTTP/1.1" status: 200 len: 1059 time: 0.1071429 2026-04-07 01:16:00.395 10 INFO neutron.wsgi [req-7eee11cd-6862-452f-a2a7-f7280984d1bd req-c36cd2d1-6244-403c-ac75-10c9b01f45b2 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=06aab00f-9c51-4669-95fc-8c03a80741d0 HTTP/1.1" status: 200 len: 877 time: 0.0485866 2026-04-07 01:16:00.399 10 INFO neutron.wsgi [req-f0efdb33-0632-4bdb-965b-fb8dd8cc9176 req-a0953d0e-7803-40a3-bb03-b5a7ed007f6b f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 1170 time: 0.1715553 2026-04-07 01:16:00.450 9 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] No hosting information found for port f3ed797a-3284-4a65-be9d-617db7f89f67: RuntimeError: No hosting information found for port f3ed797a-3284-4a65-be9d-617db7f89f67 2026-04-07 01:16:00.450 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: 26b07395-8c8a-4e42-89e2-d3d5a457b194 2026-04-07 01:16:00.460 10 INFO neutron.wsgi [req-7eee11cd-6862-452f-a2a7-f7280984d1bd req-f82da4d4-5fbf-4a0a-87c9-2588abdc9307 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=ef3588aa-208f-4db4-a4ee-fc47ea97dcc7&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0302246 2026-04-07 01:16:00.472 10 INFO neutron.wsgi [req-f0efdb33-0632-4bdb-965b-fb8dd8cc9176 req-89440b3f-cc57-48eb-b301-27fa2f421069 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=aa5f9c19-27a8-4aa4-a90f-c60ed15ad8f2&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0489068 2026-04-07 01:16:00.473 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port 26b07395-8c8a-4e42-89e2-d3d5a457b194 2026-04-07 01:16:00.482 10 INFO neutron.db.ovn_revision_numbers_db [None req-b3804771-f094-49a6-a705-d6f331d3751c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource e8c67019-94b1-4264-a10a-bbe65afbb8ff (type: ports) to 2 2026-04-07 01:16:00.582 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status down for port: 079609e9-e5cf-439f-91c7-7573e2699dc8 2026-04-07 01:16:00.647 10 INFO neutron.db.ovn_revision_numbers_db [None req-b3804771-f094-49a6-a705-d6f331d3751c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource e8c67019-94b1-4264-a10a-bbe65afbb8ff (type: ports) to 2 2026-04-07 01:16:00.655 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e2366773-f7c1-4185-88f3-2a3a0d0de3a2 b06f1d680b754d48b57626e734d82f94 525813460d1a48868ca0efe99f0a2fe8 - - - -] No more DHCP agents 2026-04-07 01:16:00.659 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e2366773-f7c1-4185-88f3-2a3a0d0de3a2 b06f1d680b754d48b57626e734d82f94 525813460d1a48868ca0efe99f0a2fe8 - - - -] Unable to schedule network 704a8368-46c4-4b09-8684-8583ecd1d695: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:00.660 10 INFO neutron.wsgi [None req-b3804771-f094-49a6-a705-d6f331d3751c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] 199.19.213.133 "PUT /v2.0/ports/e8c67019-94b1-4264-a10a-bbe65afbb8ff HTTP/1.1" status: 200 len: 1328 time: 0.8445370 /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-04-07 01:16:00.739 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-8515ff99-db04-421f-ac45-c895e2d3a1e6'] response: {'server_uuid': '2f6b0901-cb36-4706-8880-a73209741243', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '079609e9-e5cf-439f-91c7-7573e2699dc8', 'code': 200} 2026-04-07 01:16:00.749 10 INFO neutron.wsgi [req-7eee11cd-6862-452f-a2a7-f7280984d1bd req-279f6a57-0d98-4a6d-a9cc-1c302006026d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/ef3588aa-208f-4db4-a4ee-fc47ea97dcc7?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0649419 2026-04-07 01:16:00.817 10 INFO neutron.wsgi [req-d9d29967-5114-49a3-8bdf-7ce08faf7a9b req-7bd80f2a-e328-45ab-88ec-f28b1880a3d4 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=9c06e6896aaa4f9184448cf89b41612c&device_id=09f1ed4c-5b64-49c6-bbff-01911f8285e5 HTTP/1.1" status: 200 len: 1359 time: 0.0462985 /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-04-07 01:16:00.865 10 INFO neutron.wsgi [req-d9d29967-5114-49a3-8bdf-7ce08faf7a9b req-f7d364bc-2eca-40e0-bb0a-7158edf5c381 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e8c67019-94b1-4264-a10a-bbe65afbb8ff HTTP/1.1" status: 200 len: 217 time: 0.0342262 2026-04-07 01:16:00.883 9 INFO neutron.db.ovn_revision_numbers_db [None req-e2366773-f7c1-4185-88f3-2a3a0d0de3a2 b06f1d680b754d48b57626e734d82f94 525813460d1a48868ca0efe99f0a2fe8 - - - -] Successfully bumped revision number for resource 6280eed3-f013-4ac4-b35f-14441833a14e (type: ports) to 1 2026-04-07 01:16:00.892 10 INFO neutron.wsgi [req-7eee11cd-6862-452f-a2a7-f7280984d1bd req-e0264ef5-5d27-46de-b40b-781275470a6c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/ef3588aa-208f-4db4-a4ee-fc47ea97dcc7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.1228085 2026-04-07 01:16:00.917 10 INFO neutron.wsgi [req-f89eb854-46f1-437a-82e1-c88e29817f6d req-e0a825e3-f4e8-4bfb-b2aa-51f0e4c9755d b06f1d680b754d48b57626e734d82f94 525813460d1a48868ca0efe99f0a2fe8 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=1fab6c90-a8a4-4f9a-8bab-491ed1aac0b8 HTTP/1.1" status: 200 len: 1156 time: 0.1358633 2026-04-07 01:16:00.918 10 INFO neutron.wsgi [req-d9d29967-5114-49a3-8bdf-7ce08faf7a9b req-43b3e36e-46b8-4d9f-91cb-9f300b1e73bf 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=1070a68b-71ab-4603-8ba7-b1aac0bba8dc HTTP/1.1" status: 200 len: 862 time: 0.0465450 2026-04-07 01:16:00.957 10 INFO neutron.wsgi [req-d9d29967-5114-49a3-8bdf-7ce08faf7a9b req-e145e13c-79b9-4804-b57a-834dc8b12851 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=06016d86-de48-4cff-8612-dc314f977bf3&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0266907 2026-04-07 01:16:00.968 10 INFO neutron.wsgi [req-f89eb854-46f1-437a-82e1-c88e29817f6d req-d5655fdc-bbed-402b-90d9-86d28405fa62 b06f1d680b754d48b57626e734d82f94 525813460d1a48868ca0efe99f0a2fe8 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=84b7d545-4763-4907-8490-e5568e46194d&fields=id&fields=name HTTP/1.1" status: 200 len: 286 time: 0.0437472 2026-04-07 01:16:01.035 10 INFO neutron.wsgi [req-d9d29967-5114-49a3-8bdf-7ce08faf7a9b req-e815581e-4078-4aa3-8485-e28195c28ab0 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/06016d86-de48-4cff-8612-dc314f977bf3?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0714433 2026-04-07 01:16:01.094 10 INFO neutron.wsgi [req-d9d29967-5114-49a3-8bdf-7ce08faf7a9b req-19ec2453-9cd6-4a75-92e6-4d7ff721b0c8 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/06016d86-de48-4cff-8612-dc314f977bf3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0497189 2026-04-07 01:16:01.146 9 INFO neutron.wsgi [None req-e2366773-f7c1-4185-88f3-2a3a0d0de3a2 b06f1d680b754d48b57626e734d82f94 525813460d1a48868ca0efe99f0a2fe8 - - - -] 199.19.213.133 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1158 time: 0.9108880 2026-04-07 01:16:01.151 9 INFO neutron.wsgi [req-7f0b4ef2-ccd1-4db1-ac51-831b79388f2b req-b275c7bf-9718-4bf5-8e3e-fa526328e846 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 1168 time: 0.3410525 2026-04-07 01:16:01.219 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource 079609e9-e5cf-439f-91c7-7573e2699dc8 (type: ports) to 7 2026-04-07 01:16:01.296 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: e8c67019-94b1-4264-a10a-bbe65afbb8ff 2026-04-07 01:16:01.358 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port e8c67019-94b1-4264-a10a-bbe65afbb8ff 2026-04-07 01:16:01.377 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-10718ba0-f8e8-4843-89d5-7d76b3150779'] response: {'name': 'network-changed', 'server_uuid': '09f1ed4c-5b64-49c6-bbff-01911f8285e5', 'tag': 'e8c67019-94b1-4264-a10a-bbe65afbb8ff', 'status': 'completed', 'code': 200} 2026-04-07 01:16:01.404 9 INFO neutron.wsgi [req-2971571d-df81-4c28-9ef2-a7d19a63e14f req-5d5a5b46-2187-4669-9112-a7561f7637be 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=09f1ed4c-5b64-49c6-bbff-01911f8285e5 HTTP/1.1" status: 200 len: 1168 time: 0.0953834 /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-04-07 01:16:01.446 10 INFO neutron.wsgi [req-a0fff1a8-d064-4445-9921-a520dfd8c6a0 req-a50bd7c0-fde5-4feb-a691-583362347e95 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=9c06e6896aaa4f9184448cf89b41612c&device_id=09f1ed4c-5b64-49c6-bbff-01911f8285e5 HTTP/1.1" status: 200 len: 1359 time: 0.0433991 2026-04-07 01:16:01.495 9 INFO neutron.wsgi [req-2971571d-df81-4c28-9ef2-a7d19a63e14f req-e052df79-88fe-4697-8de2-80baa979fab4 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=4d50d480-7b2e-4435-972f-50a6dd0c857f&fields=id&fields=name HTTP/1.1" status: 200 len: 311 time: 0.0804811 2026-04-07 01:16:01.524 10 INFO neutron.wsgi [req-a0fff1a8-d064-4445-9921-a520dfd8c6a0 req-c03b59ba-faf4-4efb-be81-9ee8d45dd427 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=06016d86-de48-4cff-8612-dc314f977bf3 HTTP/1.1" status: 200 len: 966 time: 0.0705967 2026-04-07 01:16:01.563 10 INFO neutron.wsgi [req-a0fff1a8-d064-4445-9921-a520dfd8c6a0 req-4a04b01b-04a3-40bb-94fd-0969b31e9e7d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e8c67019-94b1-4264-a10a-bbe65afbb8ff HTTP/1.1" status: 200 len: 217 time: 0.0309656 2026-04-07 01:16:01.612 10 INFO neutron.wsgi [req-a0fff1a8-d064-4445-9921-a520dfd8c6a0 req-3e472e2a-9c11-4c73-86d3-64e7311b3e78 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=1070a68b-71ab-4603-8ba7-b1aac0bba8dc HTTP/1.1" status: 200 len: 862 time: 0.0346966 2026-04-07 01:16:01.630 10 INFO neutron.wsgi [req-e5f29270-042d-4eea-bfe6-ab530d57c3c0 req-a18fd8e9-2d3a-48b8-95c5-c50b65d0c7e2 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 1168 time: 0.0655222 2026-04-07 01:16:01.643 10 INFO neutron.wsgi [req-a0fff1a8-d064-4445-9921-a520dfd8c6a0 req-87b6c826-4714-4f3c-a01f-528c9e52be4f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=06016d86-de48-4cff-8612-dc314f977bf3&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0255752 2026-04-07 01:16:01.679 10 INFO neutron.wsgi [req-e5f29270-042d-4eea-bfe6-ab530d57c3c0 req-62b332ff-1728-4db5-8bf8-965c9ceef175 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=aa5f9c19-27a8-4aa4-a90f-c60ed15ad8f2&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0389650 2026-04-07 01:16:01.716 10 INFO neutron.wsgi [req-a0fff1a8-d064-4445-9921-a520dfd8c6a0 req-63cee2eb-17f2-416f-be94-189467c6b533 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/06016d86-de48-4cff-8612-dc314f977bf3?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0630693 2026-04-07 01:16:01.781 10 INFO neutron.wsgi [req-a0fff1a8-d064-4445-9921-a520dfd8c6a0 req-32229e0f-5930-4e1c-8ff1-1df6853710a9 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/06016d86-de48-4cff-8612-dc314f977bf3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0590622 2026-04-07 01:16:01.821 9 INFO neutron.db.l3_db [None req-1e7424a2-4dc2-4aa6-bb49-de350d31f351 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] Floating IP 62baab30-07ed-4f9b-a556-b149ca1dd220 disassociated. External IP: 10.96.250.215, port: 079609e9-e5cf-439f-91c7-7573e2699dc8. 2026-04-07 01:16:01.873 9 INFO neutron.db.ovn_revision_numbers_db [None req-9d54d51c-8e6e-44f3-8067-c1f9957d9747 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource 6280eed3-f013-4ac4-b35f-14441833a14e (type: ports) to 2 2026-04-07 01:16:01.888 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource e8c67019-94b1-4264-a10a-bbe65afbb8ff (type: ports) to 4 /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-04-07 01:16:02.301 9 INFO neutron.wsgi [req-0bbe189e-b27a-4f86-a714-ae12ddcbbada req-eb030c31-de41-41a2-9cd8-3f5700e1ca84 b06f1d680b754d48b57626e734d82f94 525813460d1a48868ca0efe99f0a2fe8 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=1fab6c90-a8a4-4f9a-8bab-491ed1aac0b8 HTTP/1.1" status: 200 len: 1168 time: 0.2534809 2026-04-07 01:16:02.374 9 INFO neutron.wsgi [req-0bbe189e-b27a-4f86-a714-ae12ddcbbada req-455fee41-0ba9-4a41-a186-9e9343f60bb8 b06f1d680b754d48b57626e734d82f94 525813460d1a48868ca0efe99f0a2fe8 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=84b7d545-4763-4907-8490-e5568e46194d&fields=id&fields=name HTTP/1.1" status: 200 len: 286 time: 0.0634792 2026-04-07 01:16:02.379 9 INFO neutron.wsgi [None req-1e7424a2-4dc2-4aa6-bb49-de350d31f351 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] 199.19.213.133 "DELETE /v2.0/ports/079609e9-e5cf-439f-91c7-7573e2699dc8 HTTP/1.1" status: 204 len: 173 time: 1.2251565 2026-04-07 01:16:02.399 9 INFO neutron.db.ovn_revision_numbers_db [None req-9d54d51c-8e6e-44f3-8067-c1f9957d9747 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource 6280eed3-f013-4ac4-b35f-14441833a14e (type: ports) to 2 2026-04-07 01:16:02.411 9 INFO neutron.wsgi [None req-9d54d51c-8e6e-44f3-8067-c1f9957d9747 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] 199.19.213.133 "PUT /v2.0/ports/6280eed3-f013-4ac4-b35f-14441833a14e HTTP/1.1" status: 200 len: 1328 time: 1.2588627 /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-04-07 01:16:02.467 9 INFO neutron.wsgi [req-b24d9482-d60c-4e02-9c15-faafb9364c34 req-2e95f2a5-1224-495c-94e0-e9cedd7c22ed 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=525813460d1a48868ca0efe99f0a2fe8&device_id=1fab6c90-a8a4-4f9a-8bab-491ed1aac0b8 HTTP/1.1" status: 200 len: 1359 time: 0.0263171 2026-04-07 01:16:02.505 9 INFO neutron.wsgi [req-b24d9482-d60c-4e02-9c15-faafb9364c34 req-d9e1bea6-6930-4ac9-9548-8898054aa11d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=6280eed3-f013-4ac4-b35f-14441833a14e HTTP/1.1" status: 200 len: 217 time: 0.0271044 2026-04-07 01:16:02.536 9 INFO neutron.wsgi [req-b24d9482-d60c-4e02-9c15-faafb9364c34 req-8e5562b0-6896-4032-ad71-8e3a04fca6b3 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=91bf7cda-ae3a-48e9-8ac6-8d8d5f67a2bd HTTP/1.1" status: 200 len: 870 time: 0.0244505 2026-04-07 01:16:02.575 9 INFO neutron.wsgi [req-b24d9482-d60c-4e02-9c15-faafb9364c34 req-a8e94af1-9671-4eda-a5ca-065f09ac943c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=704a8368-46c4-4b09-8684-8583ecd1d695&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0248346 2026-04-07 01:16:02.648 9 INFO neutron.wsgi [req-b24d9482-d60c-4e02-9c15-faafb9364c34 req-a08ae6b3-6f22-4872-8764-e1dee666de64 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/704a8368-46c4-4b09-8684-8583ecd1d695?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0675135 2026-04-07 01:16:02.659 10 INFO neutron.wsgi [req-9593f932-e6fa-49e9-b0cf-5c87a3d62611 req-61ef78e3-263f-4f92-bb96-a81fa26c5a2b 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=09f1ed4c-5b64-49c6-bbff-01911f8285e5 HTTP/1.1" status: 200 len: 1170 time: 0.1015716 2026-04-07 01:16:02.695 10 INFO neutron.wsgi [req-9593f932-e6fa-49e9-b0cf-5c87a3d62611 req-a15e2985-ab1d-47b2-8d3a-b9a303ba61b2 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=4d50d480-7b2e-4435-972f-50a6dd0c857f&fields=id&fields=name HTTP/1.1" status: 200 len: 311 time: 0.0312092 2026-04-07 01:16:02.716 9 INFO neutron.wsgi [req-b24d9482-d60c-4e02-9c15-faafb9364c34 req-4cf34d5d-9a30-495b-9c5b-0bc722832aba 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/704a8368-46c4-4b09-8684-8583ecd1d695?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0596735 2026-04-07 01:16:02.779 9 INFO neutron.wsgi [req-fa3c77b1-2022-4397-98e2-22a16d8e08bc req-c4b5fb4b-2582-45ba-a9f8-71d91f763887 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=2f6b0901-cb36-4706-8880-a73209741243 HTTP/1.1" status: 200 len: 210 time: 0.0236120 2026-04-07 01:16:02.787 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c41443a1-8ce1-40b0-bc7d-2ca83f37d5b1'] response: {'server_uuid': '2f6b0901-cb36-4706-8880-a73209741243', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '079609e9-e5cf-439f-91c7-7573e2699dc8', 'code': 200} 2026-04-07 01:16:02.787 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c41443a1-8ce1-40b0-bc7d-2ca83f37d5b1'] response: {'server_uuid': '09f1ed4c-5b64-49c6-bbff-01911f8285e5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e8c67019-94b1-4264-a10a-bbe65afbb8ff', 'code': 200} 2026-04-07 01:16:02.787 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c41443a1-8ce1-40b0-bc7d-2ca83f37d5b1'] response: {'server_uuid': '09f1ed4c-5b64-49c6-bbff-01911f8285e5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e8c67019-94b1-4264-a10a-bbe65afbb8ff', 'code': 200} 2026-04-07 01:16:02.787 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c41443a1-8ce1-40b0-bc7d-2ca83f37d5b1'] response: {'server_uuid': '2f6b0901-cb36-4706-8880-a73209741243', 'name': 'network-vif-deleted', 'tag': '079609e9-e5cf-439f-91c7-7573e2699dc8', 'status': 'completed', 'code': 200} 2026-04-07 01:16:02.787 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c41443a1-8ce1-40b0-bc7d-2ca83f37d5b1'] response: {'name': 'network-changed', 'server_uuid': '1fab6c90-a8a4-4f9a-8bab-491ed1aac0b8', 'tag': '6280eed3-f013-4ac4-b35f-14441833a14e', 'status': 'completed', 'code': 200} 2026-04-07 01:16:02.848 9 INFO neutron.wsgi [req-7fc21c33-6d46-499e-9ab1-eccd259716de req-55e18efa-2bae-41e6-8bb6-d544638d07e9 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=525813460d1a48868ca0efe99f0a2fe8&device_id=1fab6c90-a8a4-4f9a-8bab-491ed1aac0b8 HTTP/1.1" status: 200 len: 1359 time: 0.0376892 2026-04-07 01:16:02.902 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: 6280eed3-f013-4ac4-b35f-14441833a14e 2026-04-07 01:16:02.920 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port 6280eed3-f013-4ac4-b35f-14441833a14e 2026-04-07 01:16:02.924 9 INFO neutron.wsgi [req-7fc21c33-6d46-499e-9ab1-eccd259716de req-62667952-bef0-4a59-bb18-9075c10fd5a8 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=704a8368-46c4-4b09-8684-8583ecd1d695 HTTP/1.1" status: 200 len: 975 time: 0.0691481 2026-04-07 01:16:02.959 9 INFO neutron.wsgi [req-7fc21c33-6d46-499e-9ab1-eccd259716de req-7e88bfb4-bf91-4d22-b9ed-41479bee20ac 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=6280eed3-f013-4ac4-b35f-14441833a14e HTTP/1.1" status: 200 len: 217 time: 0.0260057 2026-04-07 01:16:02.997 9 INFO neutron.wsgi [req-7fc21c33-6d46-499e-9ab1-eccd259716de req-528f90d5-e5f5-4b1b-aae2-dadd965191a3 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=91bf7cda-ae3a-48e9-8ac6-8d8d5f67a2bd HTTP/1.1" status: 200 len: 870 time: 0.0319138 2026-04-07 01:16:03.028 9 INFO neutron.wsgi [req-7fc21c33-6d46-499e-9ab1-eccd259716de req-8571300a-5444-430e-a536-f32f1ac60736 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=704a8368-46c4-4b09-8684-8583ecd1d695&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0232475 2026-04-07 01:16:03.126 9 INFO neutron.wsgi [req-7fc21c33-6d46-499e-9ab1-eccd259716de req-2731a17a-a7fd-401c-850a-061b16afd8c0 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/704a8368-46c4-4b09-8684-8583ecd1d695?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0780253 2026-04-07 01:16:03.245 9 INFO neutron.wsgi [req-7fc21c33-6d46-499e-9ab1-eccd259716de req-ee3ec0dc-cc45-4363-a6b6-93e6224bd3ca 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/704a8368-46c4-4b09-8684-8583ecd1d695?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.1090865 2026-04-07 01:16:03.285 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource 6280eed3-f013-4ac4-b35f-14441833a14e (type: ports) to 4 2026-04-07 01:16:03.481 10 INFO neutron.wsgi [req-ca49e120-6d19-4ad6-8d11-82636ca12a6b req-e326b1e2-3a8d-447a-acf7-749225fd7493 b06f1d680b754d48b57626e734d82f94 525813460d1a48868ca0efe99f0a2fe8 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=1fab6c90-a8a4-4f9a-8bab-491ed1aac0b8 HTTP/1.1" status: 200 len: 1170 time: 0.0364773 2026-04-07 01:16:03.527 10 INFO neutron.wsgi [req-ca49e120-6d19-4ad6-8d11-82636ca12a6b req-7a8d4cb9-7b91-4786-b249-0d6099bf27c1 b06f1d680b754d48b57626e734d82f94 525813460d1a48868ca0efe99f0a2fe8 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=84b7d545-4763-4907-8490-e5568e46194d&fields=id&fields=name HTTP/1.1" status: 200 len: 286 time: 0.0381305 /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-04-07 01:16:03.805 9 INFO neutron.wsgi [req-2b73e950-b990-4cfd-876e-09077aee19a6 req-659e562f-f3db-40c9-9b63-8d8f7fbfded4 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=09f1ed4c-5b64-49c6-bbff-01911f8285e5 HTTP/1.1" status: 200 len: 1170 time: 0.0391839 2026-04-07 01:16:03.857 9 INFO neutron.wsgi [req-2b73e950-b990-4cfd-876e-09077aee19a6 req-318909be-ab70-4957-90a8-242ed0a59bbc 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=4d50d480-7b2e-4435-972f-50a6dd0c857f&fields=id&fields=name HTTP/1.1" status: 200 len: 311 time: 0.0445869 2026-04-07 01:16:03.943 10 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] No hosting information found for port 0aa2def6-07b6-4a99-89ea-d253223e5d4d: RuntimeError: No hosting information found for port 0aa2def6-07b6-4a99-89ea-d253223e5d4d 2026-04-07 01:16:03.943 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status down for port: 1d5037e9-fe40-45ed-89bf-643e4479ae85 2026-04-07 01:16:03.968 10 INFO neutron.wsgi [req-a68daf27-bdfc-47e2-b55f-e20f5c3266ba req-5ca2cca6-663c-4de4-b6a1-b08e33f381a9 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=09f1ed4c-5b64-49c6-bbff-01911f8285e5 HTTP/1.1" status: 200 len: 1170 time: 0.0482039 2026-04-07 01:16:03.982 9 INFO neutron.wsgi [None req-54d7655f-c737-4ae1-844e-50bfba1bb197 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/aa5f9c19-27a8-4aa4-a90f-c60ed15ad8f2 HTTP/1.1" status: 204 len: 168 time: 0.1187730 2026-04-07 01:16:04.000 10 INFO neutron.api.v2.resource [None req-ec89a606-b39a-49ea-bb96-13684353e5fc f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:16:04.002 10 INFO neutron.wsgi [None req-ec89a606-b39a-49ea-bb96-13684353e5fc f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - default default] 10.0.0.78 "GET /v2.0/security-groups/aa5f9c19-27a8-4aa4-a90f-c60ed15ad8f2 HTTP/1.1" status: 404 len: 347 time: 0.0150216 2026-04-07 01:16:04.074 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-dfca16ed-e276-4f6c-a22b-95fbe4b3704b'] response: {'server_uuid': '690084ab-e977-47b0-af9e-6a44a1a388ca', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '1d5037e9-fe40-45ed-89bf-643e4479ae85', 'code': 200} 2026-04-07 01:16:04.204 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 1d5037e9-fe40-45ed-89bf-643e4479ae85 (type: ports) to 5 2026-04-07 01:16:04.221 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: 1d5037e9-fe40-45ed-89bf-643e4479ae85 2026-04-07 01:16:04.249 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port 1d5037e9-fe40-45ed-89bf-643e4479ae85 2026-04-07 01:16:04.300 9 INFO neutron.db.l3_db [None req-7192d6dd-1ea0-429f-91ef-4df1fd2f5856 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - - -] Floating IP 235d41fe-d7fc-439b-9d09-48b286a8cd20 associated. External IP: 10.96.250.219, port: e8c67019-94b1-4264-a10a-bbe65afbb8ff. 2026-04-07 01:16:04.458 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 1d5037e9-fe40-45ed-89bf-643e4479ae85 (type: ports) to 6 2026-04-07 01:16:04.495 9 INFO neutron.db.ovn_revision_numbers_db [None req-7192d6dd-1ea0-429f-91ef-4df1fd2f5856 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - - -] Successfully bumped revision number for resource 235d41fe-d7fc-439b-9d09-48b286a8cd20 (type: floatingips) to 1 2026-04-07 01:16:04.507 9 INFO neutron.wsgi [None req-8fb03413-2dc5-41ce-80c1-adddc9602f43 f515422c20944396bec0e275b416641a 451ef57771a5425bbd262c9a325b0a99 - - - -] 10.0.0.78 "DELETE /v2.0/floatingips/62baab30-07ed-4f9b-a556-b149ca1dd220 HTTP/1.1" status: 204 len: 168 time: 0.5005970 /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-04-07 01:16:04.607 9 INFO neutron.db.ovn_revision_numbers_db [None req-7192d6dd-1ea0-429f-91ef-4df1fd2f5856 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - - -] Successfully bumped revision number for resource 235d41fe-d7fc-439b-9d09-48b286a8cd20 (type: floatingips) to 2 2026-04-07 01:16:04.628 10 INFO neutron.wsgi [req-ea2c8062-d221-4cdc-92e0-4a0a5b630b2e req-096a1a70-8650-489e-931a-25df6e318afa b06f1d680b754d48b57626e734d82f94 525813460d1a48868ca0efe99f0a2fe8 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=1fab6c90-a8a4-4f9a-8bab-491ed1aac0b8 HTTP/1.1" status: 200 len: 1170 time: 0.0397663 2026-04-07 01:16:04.646 9 INFO neutron.wsgi [None req-7192d6dd-1ea0-429f-91ef-4df1fd2f5856 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - - -] 10.0.0.78 "PUT /v2.0/floatingips/235d41fe-d7fc-439b-9d09-48b286a8cd20 HTTP/1.1" status: 200 len: 1049 time: 0.6671407 2026-04-07 01:16:04.670 10 INFO neutron.wsgi [req-ea2c8062-d221-4cdc-92e0-4a0a5b630b2e req-e4990f47-0bf3-45fe-980e-59fb92edeed7 b06f1d680b754d48b57626e734d82f94 525813460d1a48868ca0efe99f0a2fe8 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=84b7d545-4763-4907-8490-e5568e46194d&fields=id&fields=name HTTP/1.1" status: 200 len: 286 time: 0.0359521 2026-04-07 01:16:04.768 9 INFO neutron.wsgi [req-2fff83ac-f8f7-4e4f-b14a-86adaf5a01e9 req-b0b3e643-a61a-4118-8963-a15ceae0e1df 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=09f1ed4c-5b64-49c6-bbff-01911f8285e5 HTTP/1.1" status: 200 len: 1170 time: 0.0678179 2026-04-07 01:16:04.821 9 INFO neutron.wsgi [req-2fff83ac-f8f7-4e4f-b14a-86adaf5a01e9 req-053052a6-77a4-4763-b748-1d0c9233f3d7 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=4d50d480-7b2e-4435-972f-50a6dd0c857f&fields=id&fields=name HTTP/1.1" status: 200 len: 311 time: 0.0409818 2026-04-07 01:16:04.823 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c63ea39-a379-4cc9-9a70-78dbac1755ab'] response: {'server_uuid': '1fab6c90-a8a4-4f9a-8bab-491ed1aac0b8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6280eed3-f013-4ac4-b35f-14441833a14e', 'code': 200} 2026-04-07 01:16:04.823 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c63ea39-a379-4cc9-9a70-78dbac1755ab'] response: {'server_uuid': '1fab6c90-a8a4-4f9a-8bab-491ed1aac0b8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6280eed3-f013-4ac4-b35f-14441833a14e', 'code': 200} 2026-04-07 01:16:04.823 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c63ea39-a379-4cc9-9a70-78dbac1755ab'] response: {'name': 'network-changed', 'server_uuid': '09f1ed4c-5b64-49c6-bbff-01911f8285e5', 'tag': 'e8c67019-94b1-4264-a10a-bbe65afbb8ff', 'status': 'completed', 'code': 200} 2026-04-07 01:16:04.900 9 INFO neutron.wsgi [req-7376bebc-033e-4961-a309-6f18dda1fe49 req-bce70de0-b654-4b67-968a-94254add5505 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=9c06e6896aaa4f9184448cf89b41612c&device_id=09f1ed4c-5b64-49c6-bbff-01911f8285e5 HTTP/1.1" status: 200 len: 1361 time: 0.0475743 2026-04-07 01:16:04.993 9 INFO neutron.wsgi [req-7376bebc-033e-4961-a309-6f18dda1fe49 req-39207385-1767-4c2b-a814-5f0cdd902b32 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=06016d86-de48-4cff-8612-dc314f977bf3 HTTP/1.1" status: 200 len: 966 time: 0.0765686 2026-04-07 01:16:05.062 9 INFO neutron.wsgi [req-7376bebc-033e-4961-a309-6f18dda1fe49 req-26daa6a5-d9f6-431a-86e4-0fc17d498f9f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e8c67019-94b1-4264-a10a-bbe65afbb8ff HTTP/1.1" status: 200 len: 1059 time: 0.0569875 2026-04-07 01:16:05.161 10 INFO neutron.wsgi [req-12f9a7c2-6fcc-4682-a75c-3984c4cd406b req-5642d53c-f5b3-4df0-a0cb-c242bab8498f 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=09f1ed4c-5b64-49c6-bbff-01911f8285e5 HTTP/1.1" status: 200 len: 1170 time: 0.0534692 2026-04-07 01:16:05.228 10 INFO neutron.wsgi [req-12f9a7c2-6fcc-4682-a75c-3984c4cd406b req-0d2715e2-ce0b-4896-ae7b-a7bb02d95966 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=4d50d480-7b2e-4435-972f-50a6dd0c857f&fields=id&fields=name HTTP/1.1" status: 200 len: 311 time: 0.0604374 2026-04-07 01:16:05.305 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status down for port: e8c67019-94b1-4264-a10a-bbe65afbb8ff 2026-04-07 01:16:05.321 9 INFO neutron.wsgi [req-7376bebc-033e-4961-a309-6f18dda1fe49 req-e4a58f35-012b-454b-b57b-91b37215e232 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=1070a68b-71ab-4603-8ba7-b1aac0bba8dc HTTP/1.1" status: 200 len: 862 time: 0.2531052 2026-04-07 01:16:05.362 9 INFO neutron.wsgi [req-7376bebc-033e-4961-a309-6f18dda1fe49 req-7ffdeecb-72e3-49ad-ba52-85e1c511b48b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=06016d86-de48-4cff-8612-dc314f977bf3&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0336590 2026-04-07 01:16:05.501 9 INFO neutron.wsgi [req-7376bebc-033e-4961-a309-6f18dda1fe49 req-ce87c8e9-cf39-4777-8ebe-c906011eb917 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/06016d86-de48-4cff-8612-dc314f977bf3?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.1277609 2026-04-07 01:16:05.634 9 INFO neutron.wsgi [req-8dbd5de7-b458-4089-bf91-73f244812276 req-251250b6-b0fc-4bb9-88da-8ce4ff5bebbe 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=09f1ed4c-5b64-49c6-bbff-01911f8285e5 HTTP/1.1" status: 200 len: 1170 time: 0.1985986 2026-04-07 01:16:05.648 9 INFO neutron.wsgi [req-7376bebc-033e-4961-a309-6f18dda1fe49 req-239faa8c-d30e-4822-a6b6-0c2598ce3762 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/06016d86-de48-4cff-8612-dc314f977bf3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.1398807 2026-04-07 01:16:05.901 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource e8c67019-94b1-4264-a10a-bbe65afbb8ff (type: ports) to 5 2026-04-07 01:16:05.913 9 INFO neutron.wsgi [req-6282a896-7757-4232-83e9-75098c497a4c req-fbcb9648-ee80-4421-a682-1e397ee53e11 b06f1d680b754d48b57626e734d82f94 525813460d1a48868ca0efe99f0a2fe8 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=1fab6c90-a8a4-4f9a-8bab-491ed1aac0b8 HTTP/1.1" status: 200 len: 1170 time: 0.1740074 2026-04-07 01:16:06.006 9 INFO neutron.wsgi [req-6282a896-7757-4232-83e9-75098c497a4c req-532da260-dfa8-4784-a634-3f1b97c7864d b06f1d680b754d48b57626e734d82f94 525813460d1a48868ca0efe99f0a2fe8 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=84b7d545-4763-4907-8490-e5568e46194d&fields=id&fields=name HTTP/1.1" status: 200 len: 286 time: 0.0809505 2026-04-07 01:16:06.116 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3462fcd-ce4a-4639-b2e3-b6688c310891'] response: {'server_uuid': '690084ab-e977-47b0-af9e-6a44a1a388ca', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1d5037e9-fe40-45ed-89bf-643e4479ae85', 'code': 200} 2026-04-07 01:16:06.117 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3462fcd-ce4a-4639-b2e3-b6688c310891'] response: {'server_uuid': '690084ab-e977-47b0-af9e-6a44a1a388ca', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1d5037e9-fe40-45ed-89bf-643e4479ae85', 'code': 200} 2026-04-07 01:16:06.117 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3462fcd-ce4a-4639-b2e3-b6688c310891'] response: {'server_uuid': '690084ab-e977-47b0-af9e-6a44a1a388ca', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1d5037e9-fe40-45ed-89bf-643e4479ae85', 'code': 200} 2026-04-07 01:16:06.175 9 INFO neutron.db.l3_db [None req-8149025b-e9eb-4f3a-91fe-b5dc8e040895 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - - -] Floating IP 235d41fe-d7fc-439b-9d09-48b286a8cd20 disassociated. External IP: 10.96.250.219, port: e8c67019-94b1-4264-a10a-bbe65afbb8ff. /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, ' /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-04-07 01:16:06.357 10 INFO neutron.wsgi [req-5932e516-936a-4253-bb6d-8f42422edb6b req-3c373d4b-e51a-49eb-851f-97f08856c589 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=09f1ed4c-5b64-49c6-bbff-01911f8285e5 HTTP/1.1" status: 200 len: 1168 time: 0.0545080 2026-04-07 01:16:06.364 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status down for port: 6280eed3-f013-4ac4-b35f-14441833a14e 2026-04-07 01:16:06.369 9 INFO neutron.wsgi [req-78b7a30e-408e-4b36-aa9b-029051c11d1d req-b531a955-cfcb-4c34-b2eb-d815692d134e b06f1d680b754d48b57626e734d82f94 525813460d1a48868ca0efe99f0a2fe8 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=1fab6c90-a8a4-4f9a-8bab-491ed1aac0b8 HTTP/1.1" status: 200 len: 1170 time: 0.0666993 2026-04-07 01:16:06.403 10 INFO neutron.wsgi [req-5932e516-936a-4253-bb6d-8f42422edb6b req-4da5b3f2-7279-482b-93d3-f209109aad4b 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=4d50d480-7b2e-4435-972f-50a6dd0c857f&fields=id&fields=name HTTP/1.1" status: 200 len: 311 time: 0.0382893 2026-04-07 01:16:06.652 9 INFO neutron.wsgi [req-78b7a30e-408e-4b36-aa9b-029051c11d1d req-fb3895a7-43a4-4f41-827b-433e8a7c29a2 b06f1d680b754d48b57626e734d82f94 525813460d1a48868ca0efe99f0a2fe8 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=84b7d545-4763-4907-8490-e5568e46194d&fields=id&fields=name HTTP/1.1" status: 200 len: 286 time: 0.2722731 2026-04-07 01:16:06.683 9 INFO neutron.wsgi [None req-8149025b-e9eb-4f3a-91fe-b5dc8e040895 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - - -] 199.19.213.133 "DELETE /v2.0/ports/e8c67019-94b1-4264-a10a-bbe65afbb8ff HTTP/1.1" status: 204 len: 173 time: 1.0393033 2026-04-07 01:16:06.689 9 INFO neutron.wsgi [req-fd245150-f64b-40c7-92fb-3aa9c50d38c7 req-d0b06957-5d7a-434c-8c6f-9c075586b4ea b06f1d680b754d48b57626e734d82f94 525813460d1a48868ca0efe99f0a2fe8 - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=1fab6c90-a8a4-4f9a-8bab-491ed1aac0b8 HTTP/1.1" status: 200 len: 1170 time: 0.0557833 2026-04-07 01:16:06.879 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-af9354e5-a72c-4d3c-90fc-62349a6d10c2'] response: {'server_uuid': '09f1ed4c-5b64-49c6-bbff-01911f8285e5', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e8c67019-94b1-4264-a10a-bbe65afbb8ff', 'code': 200} 2026-04-07 01:16:06.879 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-af9354e5-a72c-4d3c-90fc-62349a6d10c2'] response: {'server_uuid': '09f1ed4c-5b64-49c6-bbff-01911f8285e5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e8c67019-94b1-4264-a10a-bbe65afbb8ff', 'code': 200} 2026-04-07 01:16:06.880 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-af9354e5-a72c-4d3c-90fc-62349a6d10c2'] response: {'server_uuid': '09f1ed4c-5b64-49c6-bbff-01911f8285e5', 'name': 'network-vif-deleted', 'tag': 'e8c67019-94b1-4264-a10a-bbe65afbb8ff', 'status': 'completed', 'code': 200} 2026-04-07 01:16:06.880 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-af9354e5-a72c-4d3c-90fc-62349a6d10c2'] response: {'server_uuid': '1fab6c90-a8a4-4f9a-8bab-491ed1aac0b8', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '6280eed3-f013-4ac4-b35f-14441833a14e', 'code': 200} 2026-04-07 01:16:07.058 9 INFO neutron.wsgi [None req-3081d131-05f3-4a80-9d8f-7f8e449a1306 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "PUT /v2.0/routers/0e3081ab-fccf-41d7-887b-9e048d90e615/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 2.4787002 2026-04-07 01:16:07.078 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource 6280eed3-f013-4ac4-b35f-14441833a14e (type: ports) to 5 2026-04-07 01:16:07.175 9 INFO neutron.wsgi [None req-4e31c06f-160d-41da-a260-0a245c8184b0 b06f1d680b754d48b57626e734d82f94 525813460d1a48868ca0efe99f0a2fe8 - - - -] 199.19.213.133 "DELETE /v2.0/ports/6280eed3-f013-4ac4-b35f-14441833a14e HTTP/1.1" status: 204 len: 173 time: 0.4812331 /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-04-07 01:16:07.627 9 INFO neutron.wsgi [None req-5fa20581-574b-4afe-a23e-8ba334fb32e3 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/4d50d480-7b2e-4435-972f-50a6dd0c857f HTTP/1.1" status: 204 len: 168 time: 0.1166465 2026-04-07 01:16:07.641 9 INFO neutron.api.v2.resource [None req-f64f9688-0ee3-4ea3-adc8-9a731aa0ee87 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:16:07.643 9 INFO neutron.wsgi [None req-f64f9688-0ee3-4ea3-adc8-9a731aa0ee87 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - default default] 10.0.0.78 "GET /v2.0/security-groups/4d50d480-7b2e-4435-972f-50a6dd0c857f HTTP/1.1" status: 404 len: 347 time: 0.0112760 2026-04-07 01:16:08.000 9 INFO neutron.wsgi [None req-3b767e01-ad50-4d96-a545-d1a4a986e5ac 868d769286b949e5aaec78aa6f6d6cf8 9c06e6896aaa4f9184448cf89b41612c - - - -] 10.0.0.78 "DELETE /v2.0/floatingips/235d41fe-d7fc-439b-9d09-48b286a8cd20 HTTP/1.1" status: 204 len: 168 time: 0.3516550 2026-04-07 01:16:08.108 10 INFO neutron.wsgi [None req-90defc6b-43e0-4cae-b268-076581c7f275 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/routers/0e3081ab-fccf-41d7-887b-9e048d90e615 HTTP/1.1" status: 204 len: 168 time: 1.0411539 2026-04-07 01:16:08.359 10 INFO neutron.wsgi [None req-d75c6bea-86d3-4010-8e9b-a93621a01db0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/subnets/06aab00f-9c51-4669-95fc-8c03a80741d0 HTTP/1.1" status: 204 len: 168 time: 0.2449424 2026-04-07 01:16:08.816 10 INFO neutron.services.segments.plugin [-] Segment a3193524-238e-4a21-b4a6-9732d89614b6 resource provider aggregate not found 2026-04-07 01:16:08.820 10 INFO neutron.services.segments.plugin [-] Segment a3193524-238e-4a21-b4a6-9732d89614b6 resource provider aggregate not found 2026-04-07 01:16:08.853 10 INFO neutron.services.segments.plugin [-] Segment a3193524-238e-4a21-b4a6-9732d89614b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3193524-238e-4a21-b4a6-9732d89614b6 found for delete ", "request_id": "req-46256cbb-fb00-4c98-bda8-ae7f6887f5c0"}]} 2026-04-07 01:16:08.856 10 INFO neutron.services.segments.plugin [-] Segment a3193524-238e-4a21-b4a6-9732d89614b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3193524-238e-4a21-b4a6-9732d89614b6 found for delete ", "request_id": "req-9e9fdb8e-f3e1-4932-bfe5-54cfbb6060b1"}]} 2026-04-07 01:16:08.889 10 INFO neutron.wsgi [None req-90ab3697-9a7e-452b-8e1e-0c30e9d5aa98 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/networks/ef3588aa-208f-4db4-a4ee-fc47ea97dcc7 HTTP/1.1" status: 204 len: 168 time: 0.5242589 2026-04-07 01:16:08.924 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-3be2adbd-3b4f-49e5-9323-de028b6407df'] response: {'server_uuid': '1fab6c90-a8a4-4f9a-8bab-491ed1aac0b8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6280eed3-f013-4ac4-b35f-14441833a14e', 'code': 200} 2026-04-07 01:16:08.924 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-3be2adbd-3b4f-49e5-9323-de028b6407df'] response: {'server_uuid': '1fab6c90-a8a4-4f9a-8bab-491ed1aac0b8', 'name': 'network-vif-deleted', 'tag': '6280eed3-f013-4ac4-b35f-14441833a14e', 'status': 'completed', 'code': 200} 2026-04-07 01:16:09.035 9 INFO neutron.wsgi [None req-6a97b34e-0566-4608-9d05-21f5096c0707 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=451ef57771a5425bbd262c9a325b0a99&name=default HTTP/1.1" status: 200 len: 2992 time: 0.0313997 2026-04-07 01:16:09.046 10 INFO neutron.wsgi [None req-99e33877-2357-41f4-8284-2668d182012d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "PUT /v2.0/routers/5129167e-1a1b-414a-9ebc-74373f35acbd/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 1.3402929 /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-04-07 01:16:09.133 9 INFO neutron.wsgi [None req-3c049bd0-5744-4c68-a0ef-94b3b4a2e613 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "PUT /v2.0/routers/914c7367-db55-44d4-9957-60e0ed6ff909/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 1.1290214 /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-04-07 01:16:09.330 9 INFO neutron.wsgi [None req-c490bd18-44ef-41f0-af32-0e686dcf9b12 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/69d08d4b-f2ce-488f-ba30-4036437d9f80 HTTP/1.1" status: 204 len: 168 time: 0.2851410 2026-04-07 01:16:09.663 10 INFO neutron.wsgi [None req-4333abce-0221-4428-9c1e-4da005c9b557 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/routers/5129167e-1a1b-414a-9ebc-74373f35acbd HTTP/1.1" status: 204 len: 168 time: 0.6122062 2026-04-07 01:16:09.840 10 INFO neutron.wsgi [None req-adc253f6-cf06-4f84-84e4-573922e20c85 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/subnets/91bf7cda-ae3a-48e9-8ac6-8d8d5f67a2bd HTTP/1.1" status: 204 len: 168 time: 0.1743510 2026-04-07 01:16:09.929 9 INFO neutron.wsgi [None req-0b5be3fa-2295-4f77-a0ac-ab4f22358948 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/routers/914c7367-db55-44d4-9957-60e0ed6ff909 HTTP/1.1" status: 204 len: 168 time: 0.7875865 2026-04-07 01:16:10.165 9 INFO neutron.wsgi [None req-c74f98b1-e952-45cc-9039-af1fbd3a8555 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/subnets/1070a68b-71ab-4603-8ba7-b1aac0bba8dc HTTP/1.1" status: 204 len: 168 time: 0.2310789 2026-04-07 01:16:10.285 10 INFO neutron.wsgi [req-7d30dbc6-0668-46df-8fa5-aaca2f70d200 req-0c974615-f289-4531-b433-e55e66ed3cc5 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.88 "GET /v2.0/ports?device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1361 time: 0.0364785 2026-04-07 01:16:10.309 10 INFO neutron.wsgi [None req-f0663fc3-632b-44ad-91ed-98ed4c414309 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/networks/704a8368-46c4-4b09-8684-8583ecd1d695 HTTP/1.1" status: 204 len: 168 time: 0.4647107 2026-04-07 01:16:10.329 10 INFO neutron.wsgi [req-7d30dbc6-0668-46df-8fa5-aaca2f70d200 req-5d9d355d-c77a-4a99-8bf3-b8db80f11294 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.88 "GET /v2.0/security-groups?id=3a9527f6-907e-4764-87d2-f26026f0256b&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0347533 2026-04-07 01:16:10.493 10 INFO neutron.wsgi [None req-5f6778b0-f849-45e8-9871-cb5cb025e319 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=525813460d1a48868ca0efe99f0a2fe8&name=default HTTP/1.1" status: 200 len: 2996 time: 0.0407000 2026-04-07 01:16:10.620 9 INFO neutron.wsgi [None req-b7525942-d8ae-44ab-a66d-64811a90dc7d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/networks/06016d86-de48-4cff-8612-dc314f977bf3 HTTP/1.1" status: 204 len: 168 time: 0.4511373 2026-04-07 01:16:10.808 9 INFO neutron.wsgi [None req-2a6a604e-8d7d-44af-a060-7d35c1e955d9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=9c06e6896aaa4f9184448cf89b41612c&name=default HTTP/1.1" status: 200 len: 2996 time: 0.0344255 2026-04-07 01:16:10.879 10 INFO neutron.services.segments.plugin [-] Segment 26183040-31cb-4542-8adb-f659f62326db resource provider aggregate not found 2026-04-07 01:16:10.884 10 INFO neutron.services.segments.plugin [-] Segment 26183040-31cb-4542-8adb-f659f62326db resource provider aggregate not found 2026-04-07 01:16:10.902 10 INFO neutron.services.segments.plugin [-] Segment 26183040-31cb-4542-8adb-f659f62326db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26183040-31cb-4542-8adb-f659f62326db found for delete ", "request_id": "req-8a53cb83-dcd4-4280-b5f9-65ab05163fb0"}]} 2026-04-07 01:16:10.908 10 INFO neutron.services.segments.plugin [-] Segment 26183040-31cb-4542-8adb-f659f62326db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26183040-31cb-4542-8adb-f659f62326db found for delete ", "request_id": "req-0b58841d-8c60-453b-9419-6a47cccc87d0"}]} 2026-04-07 01:16:11.015 10 INFO neutron.wsgi [None req-03a94124-e041-4395-a2c1-84ba7812d46a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/84b7d545-4763-4907-8490-e5568e46194d HTTP/1.1" status: 204 len: 168 time: 0.5056241 2026-04-07 01:16:11.042 9 INFO neutron.wsgi [None req-083f389c-a121-4526-902a-e7e64067dac5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/8bd78ec0-5f88-4f95-bb15-2e5c51df3e3f HTTP/1.1" status: 204 len: 168 time: 0.2282636 2026-04-07 01:16:11.043 9 INFO neutron.services.segments.plugin [-] Segment 279cb450-dd52-4980-a75d-6bf4c5d65423 resource provider aggregate not found 2026-04-07 01:16:11.049 9 INFO neutron.services.segments.plugin [-] Segment 279cb450-dd52-4980-a75d-6bf4c5d65423 resource provider aggregate not found 2026-04-07 01:16:11.062 9 INFO neutron.services.segments.plugin [-] Segment 279cb450-dd52-4980-a75d-6bf4c5d65423 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 279cb450-dd52-4980-a75d-6bf4c5d65423 found for delete ", "request_id": "req-df0a22d8-1cca-4f0c-96cc-8b95b6f53940"}]} 2026-04-07 01:16:11.064 9 INFO neutron.services.segments.plugin [-] Segment 279cb450-dd52-4980-a75d-6bf4c5d65423 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 279cb450-dd52-4980-a75d-6bf4c5d65423 found for delete ", "request_id": "req-eedfc511-0c71-4f6e-8500-0fa5c561b72f"}]} 2026-04-07 01:16:11.933 10 INFO neutron.wsgi [None req-d6580569-b4e1-4311-b3cb-9bd845910544 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 2093 time: 0.1923766 2026-04-07 01:16:11.993 10 INFO neutron.wsgi [None req-795d42e9-0759-4d47-84ad-a7b4371041cb 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 2093 time: 0.0547452 2026-04-07 01:16:12.007 10 INFO neutron.wsgi [None req-f5ad6a46-4e9c-492a-9073-9d10d972502b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0130227 2026-04-07 01:16:12.045 10 INFO neutron.wsgi [None req-5fcf9670-a627-40ff-ad97-bd58daf59a26 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0364208 2026-04-07 01:16:12.151 10 INFO neutron.wsgi [None req-ce1fdad9-056e-40c3-ad5e-519ce2f016ba 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 22315 time: 0.1056945 2026-04-07 01:16:12.225 10 INFO neutron.wsgi [None req-6772ae86-fc36-40e1-8852-dcab26914c35 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 1035 time: 0.0672898 2026-04-07 01:16:12.301 10 INFO neutron.wsgi [None req-cc5295fb-1129-4dba-bd67-e065d1cbc55f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 3110 time: 0.0738950 2026-04-07 01:16:12.338 10 INFO neutron.wsgi [None req-50726ec5-8893-4404-82c8-6094df2fbb7f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 10573 time: 0.0344899 2026-04-07 01:16:12.452 10 INFO neutron.wsgi [None req-318576db-0e9c-41ba-a1e5-bf93e95b2af9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 861 time: 0.1048648 2026-04-07 01:16:12.462 10 INFO neutron.wsgi [None req-026b0cf7-50a1-4eec-a155-6dd83436f4f7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0088403 2026-04-07 01:16:12.472 10 INFO neutron.wsgi [None req-6d943922-ad65-4b47-a6b5-24b1f54d35a5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 1756 time: 0.0093007 2026-04-07 01:16:13.120 9 INFO neutron.db.ovn_revision_numbers_db [None req-61457962-a45d-4893-8ea9-4e13d560cab1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 25ece6c9-1e14-43fe-a70e-25e0b477cba6 (type: security_groups) to 1 2026-04-07 01:16:13.174 9 INFO neutron.db.segments_db [None req-61457962-a45d-4893-8ea9-4e13d560cab1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Added segment 0f47a241-bd79-4d46-8037-0eb1f4988d67 of type geneve for network 82ddf535-37a4-4d1f-9cf0-5aefb8f5e6a7 2026-04-07 01:16:13.311 9 INFO neutron.db.ovn_revision_numbers_db [None req-61457962-a45d-4893-8ea9-4e13d560cab1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 82ddf535-37a4-4d1f-9cf0-5aefb8f5e6a7 (type: networks) to 1 2026-04-07 01:16:13.474 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-61457962-a45d-4893-8ea9-4e13d560cab1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:16:13.476 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-61457962-a45d-4893-8ea9-4e13d560cab1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 82ddf535-37a4-4d1f-9cf0-5aefb8f5e6a7: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:13.537 9 INFO neutron.db.ovn_revision_numbers_db [None req-61457962-a45d-4893-8ea9-4e13d560cab1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 6e979d21-7ab3-4109-806d-262af544029b (type: ports) to 1 2026-04-07 01:16:13.555 9 INFO neutron.wsgi [None req-61457962-a45d-4893-8ea9-4e13d560cab1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 946 time: 0.7751994 2026-04-07 01:16:13.716 10 INFO neutron.db.ovn_revision_numbers_db [None req-2274435c-975f-4fc3-8506-08bd349b66d4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource a24e8a19-da34-49c6-b651-15d3866783cc (type: security_groups) to 1 2026-04-07 01:16:13.732 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-508ff38d-bfe8-4ec6-86d6-17d24d9c386e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:16:13.733 10 INFO neutron.wsgi [None req-2274435c-975f-4fc3-8506-08bd349b66d4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=55e49b571fa445ea8e80e463ba782ca3&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2391787 2026-04-07 01:16:13.734 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-508ff38d-bfe8-4ec6-86d6-17d24d9c386e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 82ddf535-37a4-4d1f-9cf0-5aefb8f5e6a7: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:13.874 10 INFO neutron.wsgi [None req-33870e56-46ca-4de6-a9f6-f5cf2f29b097 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/a24e8a19-da34-49c6-b651-15d3866783cc HTTP/1.1" status: 204 len: 168 time: 0.1350679 2026-04-07 01:16:14.114 10 INFO neutron.db.ovn_revision_numbers_db [None req-5ba7c67c-5de2-4f15-b00b-103f92dc18a0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource dbb0aeb3-533d-4013-9d77-413c7b9fc9a8 (type: security_groups) to 1 2026-04-07 01:16:14.136 10 INFO neutron.wsgi [None req-5ba7c67c-5de2-4f15-b00b-103f92dc18a0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=d143d0312e084414a90cb5f5bd294097&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1177578 2026-04-07 01:16:14.193 9 INFO neutron.db.ovn_revision_numbers_db [None req-508ff38d-bfe8-4ec6-86d6-17d24d9c386e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 6e979d21-7ab3-4109-806d-262af544029b (type: ports) to 2 2026-04-07 01:16:14.209 9 INFO neutron.db.ovn_revision_numbers_db [None req-508ff38d-bfe8-4ec6-86d6-17d24d9c386e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 73517ebb-90d7-4132-8962-517e63ea73c9 (type: subnets) to 0 2026-04-07 01:16:14.224 9 INFO neutron.wsgi [None req-508ff38d-bfe8-4ec6-86d6-17d24d9c386e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 866 time: 0.6635053 2026-04-07 01:16:14.321 10 INFO neutron.wsgi [None req-7effcc09-7d13-423e-bc07-2c742f8436be 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/dbb0aeb3-533d-4013-9d77-413c7b9fc9a8 HTTP/1.1" status: 204 len: 168 time: 0.1806583 2026-04-07 01:16:14.483 9 INFO neutron.wsgi [req-33e15668-3c55-4632-a5c4-593010afa157 req-cb2fcbe2-dbad-423d-86d5-385cd23f23c8 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1170 time: 0.1135602 2026-04-07 01:16:14.540 9 INFO neutron.wsgi [req-33e15668-3c55-4632-a5c4-593010afa157 req-184d0ab5-4212-4b52-ba4a-1bb53e65a5c2 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=3a9527f6-907e-4764-87d2-f26026f0256b&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0427570 2026-04-07 01:16:14.612 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017071 2026-04-07 01:16:14.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028999 2026-04-07 01:16:14.753 9 INFO neutron.wsgi [req-4c98c06f-c34a-4eda-b437-bc22df4f3ef7 req-be72eaf5-ccc0-44da-9c38-7e92ab490e37 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1170 time: 0.0422328 2026-04-07 01:16:14.759 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0b749dde-32e7-4dec-9e72-e00fee652b7c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:16:14.761 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0b749dde-32e7-4dec-9e72-e00fee652b7c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:14.788 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status down for port: 1d5037e9-fe40-45ed-89bf-643e4479ae85 2026-04-07 01:16:14.802 9 INFO neutron.wsgi [req-4c98c06f-c34a-4eda-b437-bc22df4f3ef7 req-63103a53-d0d2-4673-bdeb-bce1a58021e6 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=3a9527f6-907e-4764-87d2-f26026f0256b&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0393078 2026-04-07 01:16:14.905 9 INFO neutron.db.ovn_revision_numbers_db [None req-0b749dde-32e7-4dec-9e72-e00fee652b7c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 4436a3b8-fd8a-42a7-bc3f-00553dea5055 (type: ports) to 1 2026-04-07 01:16:14.918 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-7691f7a9-8e83-47d4-bb5b-0ffe13b44521'] response: {'server_uuid': '690084ab-e977-47b0-af9e-6a44a1a388ca', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '1d5037e9-fe40-45ed-89bf-643e4479ae85', 'code': 200} 2026-04-07 01:16:15.057 9 INFO neutron.wsgi [req-609b0c35-f8fe-438a-99ef-8ac0c76b1aa6 req-28fd274f-c6e8-4167-840c-082510673037 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1168 time: 0.0357924 2026-04-07 01:16:15.059 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 1d5037e9-fe40-45ed-89bf-643e4479ae85 (type: ports) to 7 2026-04-07 01:16:15.674 9 INFO neutron.db.l3_db [None req-798d83c6-6650-4272-a9a2-6281a4084289 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - - -] Floating IP ee653737-88a5-4e03-af05-3142cb7ea53f disassociated. External IP: 10.96.250.204, port: 1d5037e9-fe40-45ed-89bf-643e4479ae85. /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-04-07 01:16:15.948 9 INFO neutron.wsgi [req-7dccdcff-11ae-46fd-b5d1-c5d51fcd672b req-629ab3dc-43f0-4e44-af55-58f043e5c827 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=690084ab-e977-47b0-af9e-6a44a1a388ca HTTP/1.1" status: 200 len: 1168 time: 0.0691621 2026-04-07 01:16:15.976 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: 4436a3b8-fd8a-42a7-bc3f-00553dea5055 2026-04-07 01:16:16.000 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Router 8e00ba97-db36-406c-9ad4-5fb0b25bb8e6 is bound to host instance 2026-04-07 01:16:16.002 9 INFO neutron.db.ovn_revision_numbers_db [None req-0b749dde-32e7-4dec-9e72-e00fee652b7c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 4436a3b8-fd8a-42a7-bc3f-00553dea5055 (type: router_ports) to 1 2026-04-07 01:16:16.048 9 INFO neutron.db.ovn_revision_numbers_db [None req-d19d4c4a-43cd-436e-93e8-66eb461c970f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource c1a9fb01-dfe7-4fb4-8aa6-e31a79ab48a1 (type: security_groups) to 1 2026-04-07 01:16:16.058 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port 4436a3b8-fd8a-42a7-bc3f-00553dea5055 2026-04-07 01:16:16.061 9 INFO neutron.wsgi [req-7dccdcff-11ae-46fd-b5d1-c5d51fcd672b req-03afa289-a9ae-490d-9535-ccd2a16e177d e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=3a9527f6-907e-4764-87d2-f26026f0256b&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.1005256 2026-04-07 01:16:16.113 9 INFO neutron.wsgi [None req-d19d4c4a-43cd-436e-93e8-66eb461c970f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=841353fd504f4d3e8560e641748b084e&name=default HTTP/1.1" status: 200 len: 2996 time: 0.4449325 2026-04-07 01:16:16.186 9 INFO neutron.wsgi [None req-798d83c6-6650-4272-a9a2-6281a4084289 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - - -] 199.19.213.133 "DELETE /v2.0/ports/1d5037e9-fe40-45ed-89bf-643e4479ae85 HTTP/1.1" status: 204 len: 173 time: 1.1236475 2026-04-07 01:16:16.196 9 INFO neutron.db.ovn_revision_numbers_db [None req-0b749dde-32e7-4dec-9e72-e00fee652b7c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 8e00ba97-db36-406c-9ad4-5fb0b25bb8e6 (type: routers) to 3 2026-04-07 01:16:16.245 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-1fb97f9b-2e45-4ad6-bf8d-1fa357e285e0'] response: {'server_uuid': '690084ab-e977-47b0-af9e-6a44a1a388ca', 'name': 'network-vif-deleted', 'tag': '1d5037e9-fe40-45ed-89bf-643e4479ae85', 'status': 'completed', 'code': 200} 2026-04-07 01:16:16.248 9 INFO neutron.wsgi [None req-0b749dde-32e7-4dec-9e72-e00fee652b7c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 877 time: 2.0185952 /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-04-07 01:16:16.521 9 INFO neutron.wsgi [None req-8daada19-3d08-4d9f-8018-0e3d1b350898 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/c1a9fb01-dfe7-4fb4-8aa6-e31a79ab48a1 HTTP/1.1" status: 204 len: 168 time: 0.3963370 2026-04-07 01:16:16.702 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fe04b27e-3dc3-4791-96fa-802daf52d269 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] No more DHCP agents 2026-04-07 01:16:16.705 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fe04b27e-3dc3-4791-96fa-802daf52d269 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Unable to schedule network 82ddf535-37a4-4d1f-9cf0-5aefb8f5e6a7: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:16.722 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Successfully bumped revision number for resource 4436a3b8-fd8a-42a7-bc3f-00553dea5055 (type: ports) to 1 2026-04-07 01:16:16.858 10 INFO neutron.db.ovn_revision_numbers_db [None req-fe04b27e-3dc3-4791-96fa-802daf52d269 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 2cd34bc4-69be-435d-8120-763954b8590b (type: ports) to 1 2026-04-07 01:16:16.967 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5dc5a69-0cac-4328-a1ee-7101195557bf'] response: {'server_uuid': '690084ab-e977-47b0-af9e-6a44a1a388ca', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1d5037e9-fe40-45ed-89bf-643e4479ae85', 'code': 200} 2026-04-07 01:16:17.189 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Successfully bumped revision number for resource 4436a3b8-fd8a-42a7-bc3f-00553dea5055 (type: router_ports) to 3 2026-04-07 01:16:17.273 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: 2cd34bc4-69be-435d-8120-763954b8590b 2026-04-07 01:16:17.280 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port 2cd34bc4-69be-435d-8120-763954b8590b 2026-04-07 01:16:17.294 10 INFO neutron.db.ovn_revision_numbers_db [None req-fe04b27e-3dc3-4791-96fa-802daf52d269 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 2cd34bc4-69be-435d-8120-763954b8590b (type: router_ports) to 2 2026-04-07 01:16:17.308 9 INFO neutron.wsgi [None req-d7882554-e89e-40f9-a959-d681119019db e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/3a9527f6-907e-4764-87d2-f26026f0256b HTTP/1.1" status: 204 len: 168 time: 0.1728208 2026-04-07 01:16:17.338 9 INFO neutron.api.v2.resource [None req-9f8d82eb-89f2-492e-a03c-1e3f47091ccb e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:16:17.339 9 INFO neutron.wsgi [None req-9f8d82eb-89f2-492e-a03c-1e3f47091ccb e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - default default] 10.0.0.78 "GET /v2.0/security-groups/3a9527f6-907e-4764-87d2-f26026f0256b HTTP/1.1" status: 404 len: 347 time: 0.0155139 2026-04-07 01:16:17.403 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Successfully bumped revision number for resource 4436a3b8-fd8a-42a7-bc3f-00553dea5055 (type: ports) to 2 2026-04-07 01:16:17.481 10 INFO neutron.db.ovn_revision_numbers_db [None req-fe04b27e-3dc3-4791-96fa-802daf52d269 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 2cd34bc4-69be-435d-8120-763954b8590b (type: ports) to 2 2026-04-07 01:16:17.595 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fe04b27e-3dc3-4791-96fa-802daf52d269 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] No more DHCP agents 2026-04-07 01:16:17.596 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fe04b27e-3dc3-4791-96fa-802daf52d269 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Unable to schedule network 82ddf535-37a4-4d1f-9cf0-5aefb8f5e6a7: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:17.622 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 2cd34bc4-69be-435d-8120-763954b8590b (type: ports) to 3 2026-04-07 01:16:17.734 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Successfully bumped revision number for resource 4436a3b8-fd8a-42a7-bc3f-00553dea5055 (type: ports) to 4 2026-04-07 01:16:17.843 9 INFO neutron.wsgi [None req-24a159b4-7d60-494e-84f5-ae4256536762 e527d8078fdc4b86be1c47ac5be9ee5c 00b0cfe780b04e358530839899e3ce43 - - - -] 10.0.0.78 "DELETE /v2.0/floatingips/ee653737-88a5-4e03-af05-3142cb7ea53f HTTP/1.1" status: 204 len: 168 time: 0.5008812 2026-04-07 01:16:18.036 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 2cd34bc4-69be-435d-8120-763954b8590b (type: router_ports) to 3 2026-04-07 01:16:18.070 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Successfully bumped revision number for resource 4436a3b8-fd8a-42a7-bc3f-00553dea5055 (type: router_ports) to 4 2026-04-07 01:16:18.468 10 WARNING keystonemiddleware.audit [None req-d94328f2-36ad-40af-b713-5118173ce9b1 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.472 10 INFO neutron.wsgi [None req-f4d6ad43-ddfd-439e-bd41-a80be5a358e4 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions HTTP/1.1" status: 200 len: 16520 time: 0.1482301 2026-04-07 01:16:18.482 9 WARNING keystonemiddleware.audit [None req-631ab89c-c80c-4b3c-91f5-f35919a6daa2 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.484 9 INFO neutron.wsgi [None req-689963fb-938a-48cb-b8bd-8ee781410544 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/address-group HTTP/1.1" status: 200 len: 353 time: 0.0050201 2026-04-07 01:16:18.491 10 WARNING keystonemiddleware.audit [None req-ae9d08c7-2c5c-46a5-ba3b-344d5bc727c8 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.494 10 INFO neutron.wsgi [None req-2cab24d6-f46b-4780-baaf-580d46dd32a4 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/address-scope HTTP/1.1" status: 200 len: 357 time: 0.0053930 2026-04-07 01:16:18.494 10 INFO neutron.db.ovn_revision_numbers_db [None req-fe04b27e-3dc3-4791-96fa-802daf52d269 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 2cd34bc4-69be-435d-8120-763954b8590b (type: router_ports) to 3 2026-04-07 01:16:18.497 10 INFO neutron.wsgi [None req-fe04b27e-3dc3-4791-96fa-802daf52d269 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "PUT /v2.0/routers/8e00ba97-db36-406c-9ad4-5fb0b25bb8e6/add_router_interface HTTP/1.1" status: 200 len: 503 time: 2.2429328 2026-04-07 01:16:18.499 10 WARNING keystonemiddleware.audit [None req-52793108-13d9-4a92-8e98-131cce602a0a - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.502 10 INFO neutron.wsgi [None req-e814a1ab-fb19-4a71-9ffa-b087f2e86f3a 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/agent HTTP/1.1" status: 200 len: 347 time: 0.0044253 2026-04-07 01:16:18.508 9 WARNING keystonemiddleware.audit [None req-5c5c2e6b-3765-4a41-b5b3-dfb560c717a9 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.511 9 INFO neutron.wsgi [None req-c0ee6d2e-5dda-4b41-88ce-8c791f21ca37 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 378 time: 0.0044289 2026-04-07 01:16:18.520 10 WARNING keystonemiddleware.audit [None req-ae9050d4-15e1-40c1-b6ab-49a4a4bc30c2 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.523 10 INFO neutron.wsgi [None req-3c90bb77-4d0b-40ad-96ab-b64b205f5bc6 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/auto-allocated-topology HTTP/1.1" status: 200 len: 394 time: 0.0067489 2026-04-07 01:16:18.529 10 WARNING keystonemiddleware.audit [None req-f25293d5-d054-4973-9ecc-604efe372414 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.532 10 INFO neutron.wsgi [None req-5dcac222-5927-4477-b10a-3ab6d7a88b75 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/availability_zone HTTP/1.1" status: 200 len: 372 time: 0.0055141 2026-04-07 01:16:18.537 10 WARNING keystonemiddleware.audit [None req-0f8f8727-7ac2-45a1-9623-4d8a3bec54cc - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.540 10 INFO neutron.wsgi [None req-f4b684c3-59de-4647-878b-b841eac7ba8d 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/default-subnetpools HTTP/1.1" status: 200 len: 405 time: 0.0044599 2026-04-07 01:16:18.545 10 WARNING keystonemiddleware.audit [None req-c2bd5d4e-5832-4ba9-ab2b-f2c0e140efcc - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.547 10 INFO neutron.wsgi [None req-18e76484-be03-4b83-9ddf-e3244e18a852 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/dhcp_agent_scheduler HTTP/1.1" status: 200 len: 381 time: 0.0045869 2026-04-07 01:16:18.552 10 WARNING keystonemiddleware.audit [None req-23fe814e-8f22-44e8-9d24-81c01e7a4415 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.555 10 INFO neutron.wsgi [None req-fa73f2ab-106d-4417-956b-b1824f6994df 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 366 time: 0.0046880 2026-04-07 01:16:18.560 10 WARNING keystonemiddleware.audit [None req-f7c3154d-2a25-4346-8ced-b1632b18440a - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.564 10 INFO neutron.wsgi [None req-72add9d1-2038-46f1-b71e-49dbf4c5dae5 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/dns-domain-ports HTTP/1.1" status: 200 len: 399 time: 0.0058763 2026-04-07 01:16:18.569 9 WARNING keystonemiddleware.audit [None req-de14f08c-5c04-4702-9b82-25e1546eff91 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.572 9 INFO neutron.wsgi [None req-94539736-46e0-4302-ac05-43c6a1a0668d 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/dns-integration-domain-keywords HTTP/1.1" status: 200 len: 477 time: 0.0048368 2026-04-07 01:16:18.589 9 WARNING keystonemiddleware.audit [None req-2c89ffc4-3992-4bfd-9554-bf19d1ae6950 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.591 9 INFO neutron.wsgi [None req-7dbfad3c-b03d-4c9f-8fa2-8a186d42a5d4 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/external-net HTTP/1.1" status: 200 len: 394 time: 0.0162249 2026-04-07 01:16:18.598 10 WARNING keystonemiddleware.audit [None req-d3ab44e2-8cdb-434f-bf71-223a7b25abea - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.602 10 INFO neutron.wsgi [None req-430de5db-e310-4fa5-8baf-17f2aab87c2b 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/extra_dhcp_opt HTTP/1.1" status: 200 len: 498 time: 0.0063477 2026-04-07 01:16:18.607 10 WARNING keystonemiddleware.audit [None req-62691dd2-3245-445e-9920-81dd6234d89c - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.610 10 INFO neutron.wsgi [None req-ce205a09-0298-4eee-8575-6d04e35429cb 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/extraroute HTTP/1.1" status: 200 len: 375 time: 0.0043719 2026-04-07 01:16:18.615 10 WARNING keystonemiddleware.audit [None req-4cef6691-f275-4842-a495-a910aac53448 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.618 10 INFO neutron.wsgi [None req-13a18120-450d-4d3a-af81-faeb031c69f5 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/filter-validation HTTP/1.1" status: 200 len: 392 time: 0.0048738 2026-04-07 01:16:18.627 10 WARNING keystonemiddleware.audit [None req-a75c3134-c959-46f7-a4bb-67bfbeb19811 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.630 10 INFO neutron.wsgi [None req-2b5b3eb6-315b-4da0-be2f-c313818459e4 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/floating-ip-port-forwarding-detail HTTP/1.1" status: 200 len: 465 time: 0.0085652 2026-04-07 01:16:18.636 10 WARNING keystonemiddleware.audit [None req-98693572-6c39-4341-b606-1ece5ce3e0c9 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.639 10 INFO neutron.wsgi [None req-a70ee0a5-45da-41ef-9b01-5ab003b2bd7a 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/fip-port-details HTTP/1.1" status: 200 len: 406 time: 0.0045772 2026-04-07 01:16:18.645 10 WARNING keystonemiddleware.audit [None req-a08be966-18d0-46e9-b433-dc9765669ff0 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.647 10 INFO neutron.wsgi [None req-fb6eaa86-1684-4cc9-8c6e-b5825f59a9a3 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/flavors HTTP/1.1" status: 200 len: 387 time: 0.0043106 2026-04-07 01:16:18.652 10 WARNING keystonemiddleware.audit [None req-a644a41a-1215-4e7b-92ea-0093b3b49579 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.655 10 INFO neutron.wsgi [None req-c11ea343-49fd-464b-8c4f-c7aa9121bd8f 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/floatingip-pools HTTP/1.1" status: 200 len: 382 time: 0.0043826 2026-04-07 01:16:18.662 10 WARNING keystonemiddleware.audit [None req-e0a0051c-c7ee-40ce-b47a-1204f27bffdc - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.665 10 INFO neutron.wsgi [None req-fea7a650-cc1f-448b-aceb-7129f1826b26 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/ip_allocation HTTP/1.1" status: 200 len: 356 time: 0.0050123 2026-04-07 01:16:18.671 10 WARNING keystonemiddleware.audit [None req-72d5e4e5-3d1c-4271-bb51-c4186a54cce1 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.673 10 INFO neutron.wsgi [None req-edc8f34a-d07a-4100-b962-c84e20feb400 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/l2_adjacency HTTP/1.1" status: 200 len: 372 time: 0.0047565 2026-04-07 01:16:18.678 10 WARNING keystonemiddleware.audit [None req-9263b77f-9452-43fc-b037-34481b254093 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.681 10 INFO neutron.wsgi [None req-326690bf-b959-42ea-9b0d-703e8eefebc8 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/router HTTP/1.1" status: 200 len: 450 time: 0.0045187 2026-04-07 01:16:18.690 10 WARNING keystonemiddleware.audit [None req-3b08dff8-e322-42da-9c54-7dc76f306d81 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.693 10 INFO neutron.wsgi [None req-5ab8c806-15c0-4890-897d-e48dd9029907 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/ext-gw-mode HTTP/1.1" status: 200 len: 462 time: 0.0045714 2026-04-07 01:16:18.701 10 WARNING keystonemiddleware.audit [None req-9dd2a465-8f8d-4744-8b53-d3e9ce2c8136 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.703 10 INFO neutron.wsgi [None req-0db40e66-57d9-4c15-b1ef-c49035fa124f 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/logging HTTP/1.1" status: 200 len: 407 time: 0.0052085 2026-04-07 01:16:18.711 10 WARNING keystonemiddleware.audit [None req-a113a434-96b2-4f35-9a8b-bb04fae2b7e8 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.715 10 INFO neutron.wsgi [None req-0837f98f-4674-4b05-9113-5d36c480dfbb 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/multi-provider HTTP/1.1" status: 200 len: 406 time: 0.0063946 2026-04-07 01:16:18.720 10 WARNING keystonemiddleware.audit [None req-afeb33d3-b707-4c5e-9e03-6fae4b20d80e - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.723 10 INFO neutron.wsgi [None req-152fc836-d8ed-48c5-9789-5527801c3ee9 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/net-mtu HTTP/1.1" status: 200 len: 370 time: 0.0045800 2026-04-07 01:16:18.728 10 WARNING keystonemiddleware.audit [None req-d5e400d3-c66e-49d4-9979-c7d600076a0b - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.730 10 INFO neutron.wsgi [None req-1a0e7438-dec7-497d-b3a5-119bc7877708 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/net-mtu-writable HTTP/1.1" status: 200 len: 401 time: 0.0032754 2026-04-07 01:16:18.735 10 WARNING keystonemiddleware.audit [None req-527cbe0b-828c-4337-9e82-3df1eb43d28f - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.738 10 INFO neutron.wsgi [None req-80ded7f0-ba10-4e68-8212-8234302db83e 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/network_availability_zone HTTP/1.1" status: 200 len: 394 time: 0.0048542 2026-04-07 01:16:18.744 10 WARNING keystonemiddleware.audit [None req-c187e823-2dc8-4cb6-85c4-dd015db463d4 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.746 10 INFO neutron.wsgi [None req-8a751027-340d-4d03-87f6-281fb4fcc679 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/network-ip-availability HTTP/1.1" status: 200 len: 410 time: 0.0044169 2026-04-07 01:16:18.752 10 WARNING keystonemiddleware.audit [None req-f34eba66-08ea-441f-9da3-84b51d4f98a9 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.754 10 INFO neutron.wsgi [None req-544dc680-43dc-4be1-9221-fce13f961c35 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/pagination HTTP/1.1" status: 200 len: 386 time: 0.0046470 2026-04-07 01:16:18.762 10 WARNING keystonemiddleware.audit [None req-4d72d248-e00f-4860-a8f4-99c98520ce06 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.767 10 INFO neutron.wsgi [None req-78639b45-7f24-4ec5-8364-4ad17b4975b6 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/port-device-profile HTTP/1.1" status: 200 len: 383 time: 0.0085180 2026-04-07 01:16:18.773 10 WARNING keystonemiddleware.audit [None req-fa0a2fba-15a2-476b-9e73-0edbd83c77d7 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.775 10 INFO neutron.wsgi [None req-c56e093e-f4aa-439e-bac6-00675460061a 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/port-mac-address-regenerate HTTP/1.1" status: 200 len: 403 time: 0.0054443 2026-04-07 01:16:18.781 10 WARNING keystonemiddleware.audit [None req-c8d5739d-3825-4399-87fd-e010fae39018 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.785 10 INFO neutron.wsgi [None req-f17d841b-afef-42ff-9f4f-93530193142d 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/port-numa-affinity-policy HTTP/1.1" status: 200 len: 392 time: 0.0062895 2026-04-07 01:16:18.795 10 WARNING keystonemiddleware.audit [None req-424ab24d-f627-47dc-9d47-169ac809832b - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.800 10 INFO neutron.wsgi [None req-8ecee5ba-ca80-4305-90d1-b85ebaaee13c 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/port-resource-request HTTP/1.1" status: 200 len: 379 time: 0.0106549 2026-04-07 01:16:18.806 10 WARNING keystonemiddleware.audit [None req-fa5d02e0-11c4-47e0-bd30-96242a7a97f8 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.809 10 INFO neutron.wsgi [None req-ec5b8310-a2e4-4c7f-9a8c-b57da7a02530 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/port-resource-request-groups HTTP/1.1" status: 200 len: 465 time: 0.0054059 2026-04-07 01:16:18.817 10 WARNING keystonemiddleware.audit [None req-7d5b0824-93a4-4745-bc43-1cf2944f7b5e - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.820 10 INFO neutron.wsgi [None req-47099762-8c6b-476b-aa17-6c2598ff8fe8 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/binding HTTP/1.1" status: 200 len: 387 time: 0.0057521 2026-04-07 01:16:18.845 9 WARNING keystonemiddleware.audit [None req-464406c7-3db0-49a2-a6f4-682df92c6721 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.848 9 INFO neutron.wsgi [None req-be6cbe87-8b72-46e4-9bb2-689790fc68fa 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/binding-extended HTTP/1.1" status: 200 len: 406 time: 0.0216796 2026-04-07 01:16:18.856 10 WARNING keystonemiddleware.audit [None req-615e9834-bbd9-4033-be17-8114e8db78b8 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.860 10 INFO neutron.wsgi [None req-ec235168-26d1-44c0-adfa-151115121bed 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/port-security HTTP/1.1" status: 200 len: 354 time: 0.0071895 2026-04-07 01:16:18.867 10 WARNING keystonemiddleware.audit [None req-c0a84d52-cca4-4132-8875-78f8779be94e - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.870 10 INFO neutron.wsgi [None req-6780cc16-4a0c-435a-8e1e-da7b09afee02 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/project-id HTTP/1.1" status: 200 len: 398 time: 0.0059884 2026-04-07 01:16:18.877 10 WARNING keystonemiddleware.audit [None req-cda70a4e-9efc-4cf8-9b92-efe92b4cc09f - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.881 10 INFO neutron.wsgi [None req-06e42f6c-6615-40f5-9cfa-0d755d2b87a5 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/provider HTTP/1.1" status: 200 len: 385 time: 0.0062454 2026-04-07 01:16:18.888 10 WARNING keystonemiddleware.audit [None req-8042e30a-74d3-479c-85ac-b9cb25295d8b - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.891 10 INFO neutron.wsgi [None req-ac437296-7567-4922-86f2-6ad0c3e5d47c 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 360 time: 0.0063200 2026-04-07 01:16:18.902 10 WARNING keystonemiddleware.audit [None req-de3bd3e2-a415-4ee5-8a4e-164315d4a68a - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.907 10 INFO neutron.wsgi [None req-606a3cb8-0df2-4fda-8074-db87a95f3f78 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/qos-bw-limit-direction HTTP/1.1" status: 200 len: 452 time: 0.0086789 2026-04-07 01:16:18.913 10 WARNING keystonemiddleware.audit [None req-a1e71285-6766-41fc-a0fb-b59914bfa480 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.915 10 INFO neutron.wsgi [None req-9699c142-833d-431b-a1d0-1e45441ece5a 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/qos-bw-minimum-ingress HTTP/1.1" status: 200 len: 445 time: 0.0035615 2026-04-07 01:16:18.922 10 WARNING keystonemiddleware.audit [None req-893ef3c0-664a-43ae-b9d8-b16e7916b00f - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.925 10 INFO neutron.wsgi [None req-ee270c65-d8b2-4b71-a32b-e781ddd87f3f 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/qos-default HTTP/1.1" status: 200 len: 377 time: 0.0047209 2026-04-07 01:16:18.930 10 WARNING keystonemiddleware.audit [None req-f9b436bf-d30f-431d-88c0-621ab7aa1cf5 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.933 10 INFO neutron.wsgi [None req-ed54567b-24e2-4cc6-b1bd-6d0f3b75b042 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/qos-fip HTTP/1.1" status: 200 len: 372 time: 0.0050132 2026-04-07 01:16:18.941 10 WARNING keystonemiddleware.audit [None req-a92eea73-1f4e-4438-9c52-3443073e1f5f - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.944 10 INFO neutron.wsgi [None req-fa3b421d-a08f-4882-9c3e-e7d9ed9325eb 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/qos-gateway-ip HTTP/1.1" status: 200 len: 391 time: 0.0053620 2026-04-07 01:16:18.950 10 WARNING keystonemiddleware.audit [None req-470fdb15-a487-46a2-b9d0-c338f2ea8be0 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.953 10 INFO neutron.wsgi [None req-32adfbad-e959-40f7-866c-700176685329 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/qos-port-network-policy HTTP/1.1" status: 200 len: 403 time: 0.0050657 2026-04-07 01:16:18.961 10 WARNING keystonemiddleware.audit [None req-c430a6f7-6b90-492b-93be-9fbb5344d7ee - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.964 10 INFO neutron.wsgi [None req-1ee40bf8-26d8-41a8-97ff-9733427c6034 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/qos-pps-minimum HTTP/1.1" status: 200 len: 397 time: 0.0046532 2026-04-07 01:16:18.971 10 WARNING keystonemiddleware.audit [None req-2ad0b766-7e37-49df-8b37-8d8963704f83 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.974 10 INFO neutron.wsgi [None req-cb4f0107-2043-43a6-b4ec-d9f4c3ca8a3d 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/qos-pps-minimum-rule-alias HTTP/1.1" status: 200 len: 471 time: 0.0056076 2026-04-07 01:16:18.983 10 WARNING keystonemiddleware.audit [None req-6ffec5aa-ecc2-40a3-8bdd-2f1d9208447a - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.987 10 INFO neutron.wsgi [None req-32fbcc27-c421-425d-8904-6d9243120ede 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/qos-pps HTTP/1.1" status: 200 len: 389 time: 0.0076728 2026-04-07 01:16:18.996 10 WARNING keystonemiddleware.audit [None req-9dac148e-5e95-4012-ad59-3edeb1676847 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:18.999 10 INFO neutron.wsgi [None req-92fc00f4-7fa5-48cf-b79d-21ebd40114fa 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/qos-rule-type-details HTTP/1.1" status: 200 len: 423 time: 0.0077984 2026-04-07 01:16:19.008 9 WARNING keystonemiddleware.audit [None req-d71ad258-c1cb-4f69-bb9d-50cc559ca36b - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.011 9 INFO neutron.wsgi [None req-47650655-31c0-4ad2-aff9-00df7e79a1a5 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/qos-rule-type-filter HTTP/1.1" status: 200 len: 567 time: 0.0055296 2026-04-07 01:16:19.022 10 WARNING keystonemiddleware.audit [None req-2725eb88-c23e-4206-ae70-62d9d246b278 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.026 10 INFO neutron.wsgi [None req-9ba10da9-bb50-4a5c-af05-522076349615 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/qos-rules-alias HTTP/1.1" status: 200 len: 448 time: 0.0071740 2026-04-07 01:16:19.042 10 WARNING keystonemiddleware.audit [None req-115133be-9f5f-43be-988c-7510002fdbc1 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.046 10 INFO neutron.wsgi [None req-c5250d9a-bcda-4dc8-beb8-9a24512f9416 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/quota-check-limit HTTP/1.1" status: 200 len: 420 time: 0.0070124 2026-04-07 01:16:19.051 9 INFO neutron.wsgi [None req-d4473e4d-ed06-4fd0-bb22-a99bbf0ebd30 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "PUT /v2.0/routers/0dfb551d-8307-4d08-b04f-9dcee4448e84/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 1.2034042 2026-04-07 01:16:19.055 10 WARNING keystonemiddleware.audit [None req-77d2acd8-887f-45fe-a277-c1152eb407cf - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.059 10 INFO neutron.wsgi [None req-79210f37-5a6e-4df8-9b8b-972c7d357231 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/quotas HTTP/1.1" status: 200 len: 386 time: 0.0073078 /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-04-07 01:16:19.076 10 WARNING keystonemiddleware.audit [None req-52b404a7-bca4-4767-ab65-831b2c4ed790 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.079 10 INFO neutron.wsgi [None req-12a69de8-2b6d-4cba-b529-019617a8d6cc 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/quota_details HTTP/1.1" status: 200 len: 407 time: 0.0080957 2026-04-07 01:16:19.086 10 WARNING keystonemiddleware.audit [None req-f4857740-8ae9-4451-a9ae-fc2d07223d17 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.090 10 INFO neutron.wsgi [None req-6410fb28-75c1-4fac-a803-ca25c81008f6 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/rbac-policies HTTP/1.1" status: 200 len: 417 time: 0.0062609 2026-04-07 01:16:19.098 10 WARNING keystonemiddleware.audit [None req-301bc0ac-6272-4709-ad06-ce65fcc1b4ce - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.101 10 INFO neutron.wsgi [None req-6c5c8d21-168c-4f07-b0d9-4aa48cd699d1 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/rbac-address-scope HTTP/1.1" status: 200 len: 384 time: 0.0068617 2026-04-07 01:16:19.109 10 WARNING keystonemiddleware.audit [None req-1c140dc2-9e6a-49df-86d9-ac354caf119c - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.115 10 INFO neutron.wsgi [None req-05510858-3255-45a8-b827-d55600316122 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/rbac-security-groups HTTP/1.1" status: 200 len: 404 time: 0.0086093 2026-04-07 01:16:19.121 10 WARNING keystonemiddleware.audit [None req-5fe40622-50b5-453f-bd82-df547d5e36d1 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.125 10 INFO neutron.wsgi [None req-0f15a76f-389c-419e-92c9-8db10234bc81 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/revision-if-match HTTP/1.1" status: 200 len: 441 time: 0.0070279 2026-04-07 01:16:19.131 10 WARNING keystonemiddleware.audit [None req-f63ae1a7-3226-417b-b1d6-312345751228 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.134 10 INFO neutron.wsgi [None req-1647fa33-4305-4f13-9b3a-f103e7f63695 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/standard-attr-revisions HTTP/1.1" status: 200 len: 423 time: 0.0042622 2026-04-07 01:16:19.140 10 WARNING keystonemiddleware.audit [None req-603c455d-6c01-443f-810b-d5f3fe4daff6 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.144 10 INFO neutron.wsgi [None req-8dc63ca8-799f-45b5-b455-9c0dbba87f5b 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/router_availability_zone HTTP/1.1" status: 200 len: 391 time: 0.0058930 2026-04-07 01:16:19.150 10 WARNING keystonemiddleware.audit [None req-f804f534-bc6f-4112-bcaa-20ffa42495d3 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.153 10 INFO neutron.wsgi [None req-8b8e75eb-6a1f-432c-a5d3-a3712dc2970a 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/security-groups-normalized-cidr HTTP/1.1" status: 200 len: 445 time: 0.0058994 2026-04-07 01:16:19.161 10 WARNING keystonemiddleware.audit [None req-3515d50c-1129-42e8-9d08-7a5ece7f8a6c - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.165 10 INFO neutron.wsgi [None req-376d1f05-deb1-4d69-ae3f-82021e298bb8 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/security-groups-remote-address-group HTTP/1.1" status: 200 len: 448 time: 0.0075309 2026-04-07 01:16:19.176 10 WARNING keystonemiddleware.audit [None req-37b8fdbc-32e3-47fd-bbc2-de51a719a098 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.179 10 INFO neutron.wsgi [None req-8526b95a-e376-432e-a800-aaec13908309 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/security-groups-shared-filtering HTTP/1.1" status: 200 len: 435 time: 0.0058663 2026-04-07 01:16:19.188 10 WARNING keystonemiddleware.audit [None req-eb42de30-0e63-4161-9c30-539a9d6b6b9f - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.191 10 INFO neutron.wsgi [None req-85a714a1-c004-4f81-8e17-7adf356c2009 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 364 time: 0.0075111 2026-04-07 01:16:19.198 10 WARNING keystonemiddleware.audit [None req-e5822abf-e5e2-4b1c-95f9-67e0e320f4bc - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.201 10 INFO neutron.wsgi [None req-39433177-d8f7-4641-9a37-0187e32cb023 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/segment HTTP/1.1" status: 200 len: 339 time: 0.0051906 2026-04-07 01:16:19.209 10 WARNING keystonemiddleware.audit [None req-8dd0742f-4b49-4c2b-b787-655b71b4efae - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.212 10 INFO neutron.wsgi [None req-37d7fd1d-dc2c-41fe-b5a2-fa939d1b4f7b 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/segments-peer-subnet-host-routes HTTP/1.1" status: 200 len: 427 time: 0.0074880 2026-04-07 01:16:19.221 10 WARNING keystonemiddleware.audit [None req-6262df59-fe97-487d-bc46-3a0eeb327fdb - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.227 10 INFO neutron.wsgi [None req-77387147-1913-4911-96f1-4ccf35f095b7 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/service-type HTTP/1.1" status: 200 len: 415 time: 0.0055678 2026-04-07 01:16:19.234 10 WARNING keystonemiddleware.audit [None req-5d0a59c1-0536-4b58-974a-eb79256dcd8e - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.239 10 INFO neutron.wsgi [None req-917c2b0e-c1c3-4637-89d7-f89d3940b5d9 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/sorting HTTP/1.1" status: 200 len: 377 time: 0.0069163 2026-04-07 01:16:19.246 10 WARNING keystonemiddleware.audit [None req-b738ca21-c674-46c2-b320-f8e8c7c1e619 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.251 10 INFO neutron.wsgi [None req-fa43c5bf-28fc-46c5-bed0-8402ccf42cf3 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/standard-attr-segment HTTP/1.1" status: 200 len: 406 time: 0.0082414 2026-04-07 01:16:19.258 10 WARNING keystonemiddleware.audit [None req-760b400c-8756-44db-b5e6-bd485d62f64f - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.261 10 INFO neutron.wsgi [None req-16d01701-50b5-4566-904b-e8b6db3cf9ca 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/standard-attr-description HTTP/1.1" status: 200 len: 408 time: 0.0052972 2026-04-07 01:16:19.266 10 WARNING keystonemiddleware.audit [None req-40a08df2-064a-47a7-aa78-d13d79374e20 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.268 10 INFO neutron.wsgi [None req-81ce8d8d-1956-40f5-9ec8-a7bbaa7744dd 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/stateful-security-group HTTP/1.1" status: 200 len: 402 time: 0.0039351 2026-04-07 01:16:19.274 10 WARNING keystonemiddleware.audit [None req-f4c38fe5-58ee-40bf-b195-f007a8e5bbd4 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.278 10 INFO neutron.wsgi [None req-286466d3-9985-4f2a-951b-4a92580ec279 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/subnet-dns-publish-fixed-ip HTTP/1.1" status: 200 len: 421 time: 0.0061815 2026-04-07 01:16:19.284 10 WARNING keystonemiddleware.audit [None req-dbda7815-cd86-45ea-8086-319ac4f59bd5 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.286 10 INFO neutron.wsgi [None req-2ceae6bf-f5fb-4110-8c8d-75c7fe56c0c1 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/subnet-segmentid-writable HTTP/1.1" status: 200 len: 421 time: 0.0041392 2026-04-07 01:16:19.292 10 WARNING keystonemiddleware.audit [None req-81826932-7b43-4207-86c7-b403ecc1776a - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.295 10 INFO neutron.wsgi [None req-5ceebe6b-37c4-4df8-9f80-a566897bc4ea 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/subnet-service-types HTTP/1.1" status: 200 len: 400 time: 0.0061452 2026-04-07 01:16:19.301 10 WARNING keystonemiddleware.audit [None req-e9b8ad1a-bf62-4658-93b3-b2a58669ded7 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.305 10 INFO neutron.wsgi [None req-982289a6-fa62-4ad2-aa6a-3dd3849c234d 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/subnet_allocation HTTP/1.1" status: 200 len: 388 time: 0.0055220 2026-04-07 01:16:19.311 10 WARNING keystonemiddleware.audit [None req-ac9c8b87-9cb4-432a-bd47-8a5a7493daa0 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.314 10 INFO neutron.wsgi [None req-336a596d-1be5-41b0-b790-9d6b1f4f3892 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/subnetpool-prefix-ops HTTP/1.1" status: 200 len: 418 time: 0.0058503 2026-04-07 01:16:19.319 10 WARNING keystonemiddleware.audit [None req-65839cf3-e76d-4241-992c-866c93896c94 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.323 10 INFO neutron.wsgi [None req-27f63465-6fdd-4d60-82b5-e9ef0483f710 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/standard-attr-tag HTTP/1.1" status: 200 len: 537 time: 0.0055261 2026-04-07 01:16:19.329 10 WARNING keystonemiddleware.audit [None req-64b96c27-f395-48c7-ad9a-d4fa94d4ff2a - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.332 10 INFO neutron.wsgi [None req-5e035e7c-c7f9-4f6f-9252-193ce69029f7 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/standard-attr-timestamp HTTP/1.1" status: 200 len: 449 time: 0.0059626 2026-04-07 01:16:19.340 10 WARNING keystonemiddleware.audit [None req-e05a6bf4-3272-471c-83b7-f4465d9ba4b9 - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.344 10 INFO neutron.wsgi [None req-12307e65-409b-4da6-80f7-2c0f6db99541 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/trunk HTTP/1.1" status: 200 len: 358 time: 0.0067594 2026-04-07 01:16:19.354 10 WARNING keystonemiddleware.audit [None req-74dab246-3763-478b-b527-8b0935780ddc - - - - - -] Skipping service tempest-service-760178078 as it have no endpoints. 2026-04-07 01:16:19.358 10 INFO neutron.wsgi [None req-deb74b2e-3224-4f9c-8ecc-512bd6c5b6cb 1fddfdb999654ac8b6d528ea3fb65bd5 12834aa50cd44b4ab0870d9bdeee428b - - default default] 10.0.0.78 "GET /v2.0/extensions/trunk-details HTTP/1.1" status: 200 len: 362 time: 0.0073926 2026-04-07 01:16:19.470 9 INFO neutron.db.ovn_revision_numbers_db [None req-28189f54-11db-47b4-9e15-d709377eee02 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - - -] Successfully bumped revision number for resource c04e8b9e-071b-4bdc-b2db-9b37abfd3546 (type: security_groups) to 1 2026-04-07 01:16:19.505 9 INFO neutron.wsgi [None req-28189f54-11db-47b4-9e15-d709377eee02 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - - -] 10.0.0.78 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1794 time: 0.2030649 2026-04-07 01:16:19.625 10 INFO neutron.db.ovn_revision_numbers_db [None req-d66fe09a-838c-4559-8098-982ca884e3d1 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - - -] Successfully bumped revision number for resource fdb46e87-624a-43af-aa22-52862dcffe5e (type: security_group_rules) to 0 2026-04-07 01:16:19.665 10 INFO neutron.wsgi [None req-d66fe09a-838c-4559-8098-982ca884e3d1 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 764 time: 0.1550753 2026-04-07 01:16:19.895 10 INFO neutron.db.ovn_revision_numbers_db [None req-fb26a0ef-72a8-440c-8e20-de7fd85fb3f7 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - - -] Successfully bumped revision number for resource f94a5a9e-e243-4a74-beee-e96d3eb94754 (type: security_group_rules) to 0 2026-04-07 01:16:19.928 10 INFO neutron.wsgi [None req-fb26a0ef-72a8-440c-8e20-de7fd85fb3f7 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 769 time: 0.2571650 2026-04-07 01:16:19.943 10 INFO neutron.db.ovn_revision_numbers_db [None req-e31f299c-1dc0-4044-a479-046661df155f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 6937a62c-86af-4406-9ded-3dc9e62e0641 (type: security_groups) to 1 2026-04-07 01:16:19.986 10 INFO neutron.wsgi [None req-e31f299c-1dc0-4044-a479-046661df155f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=b6a7f6b978ab4f17ba0652fab2966199&name=default HTTP/1.1" status: 200 len: 2996 time: 0.5308208 2026-04-07 01:16:20.062 9 INFO neutron.wsgi [None req-ae3fa466-75a1-4913-8859-56558a9f4620 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/routers/0dfb551d-8307-4d08-b04f-9dcee4448e84 HTTP/1.1" status: 204 len: 168 time: 1.0029075 2026-04-07 01:16:20.152 10 INFO neutron.db.ovn_revision_numbers_db [None req-fbdd3e60-21cf-43a1-84a4-b65b245b5413 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 2c0fb2ef-c16e-4b8a-997c-4f631aea4555 (type: security_groups) to 1 2026-04-07 01:16:20.183 10 INFO neutron.wsgi [None req-fbdd3e60-21cf-43a1-84a4-b65b245b5413 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=12834aa50cd44b4ab0870d9bdeee428b&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2645910 2026-04-07 01:16:20.294 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8f674ee6-99f8-4490-ab94-fe207bfde824 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - - -] No more DHCP agents 2026-04-07 01:16:20.297 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8f674ee6-99f8-4490-ab94-fe207bfde824 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:20.319 9 INFO neutron.wsgi [None req-3017718a-1e6c-4c24-99a3-8aada0b07609 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/subnets/580bceec-c0cd-42ab-8586-879581abe249 HTTP/1.1" status: 204 len: 168 time: 0.2529786 2026-04-07 01:16:20.348 10 INFO neutron.wsgi [None req-931003cf-ded8-482d-bec4-3e68aa0e3d61 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/6937a62c-86af-4406-9ded-3dc9e62e0641 HTTP/1.1" status: 204 len: 168 time: 0.3544095 2026-04-07 01:16:20.513 9 INFO neutron.wsgi [None req-87292770-4325-41b7-b39a-d21d45b53c44 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/2c0fb2ef-c16e-4b8a-997c-4f631aea4555 HTTP/1.1" status: 204 len: 168 time: 0.3177183 2026-04-07 01:16:20.627 10 INFO neutron.db.ovn_revision_numbers_db [None req-8f674ee6-99f8-4490-ab94-fe207bfde824 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - - -] Successfully bumped revision number for resource 01bd8aeb-9d50-4861-a669-c421f25b94f2 (type: floatingips) to 0 2026-04-07 01:16:20.648 10 INFO neutron.wsgi [None req-8f674ee6-99f8-4490-ab94-fe207bfde824 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - - -] 10.0.0.78 "POST /v2.0/floatingips HTTP/1.1" status: 201 len: 751 time: 0.7158904 2026-04-07 01:16:20.657 10 INFO neutron.db.ovn_revision_numbers_db [None req-e2595cea-44bc-421b-b321-4e72e373497a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 31843638-2c68-48ec-b3d0-caaea6f93173 (type: security_groups) to 1 2026-04-07 01:16:20.680 10 INFO neutron.wsgi [None req-e2595cea-44bc-421b-b321-4e72e373497a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=a5733e0e2b0e4c8e8a122beb39053410&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1664233 2026-04-07 01:16:20.729 9 INFO neutron.services.segments.plugin [-] Segment 70141b7a-6125-40db-a8ea-e0f0e9e37726 resource provider aggregate not found 2026-04-07 01:16:20.733 9 INFO neutron.services.segments.plugin [-] Segment 70141b7a-6125-40db-a8ea-e0f0e9e37726 resource provider aggregate not found 2026-04-07 01:16:20.747 9 INFO neutron.services.segments.plugin [-] Segment 70141b7a-6125-40db-a8ea-e0f0e9e37726 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70141b7a-6125-40db-a8ea-e0f0e9e37726 found for delete ", "request_id": "req-584ed61c-5c81-4aa5-b0a8-b4096d053c45"}]} 2026-04-07 01:16:20.749 9 INFO neutron.services.segments.plugin [-] Segment 70141b7a-6125-40db-a8ea-e0f0e9e37726 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70141b7a-6125-40db-a8ea-e0f0e9e37726 found for delete ", "request_id": "req-bc597e53-eb1f-46dd-aa92-81d9493e37b6"}]} 2026-04-07 01:16:20.782 9 INFO neutron.wsgi [None req-5e26e9db-248c-4b96-8e15-c587cfdef1fd 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/networks/a088e416-9d58-45f6-86db-f25bd8c6194b HTTP/1.1" status: 204 len: 168 time: 0.4524543 2026-04-07 01:16:20.896 10 INFO neutron.wsgi [None req-877b7b8c-4adc-43fa-8682-a6bc1acc4b22 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/31843638-2c68-48ec-b3d0-caaea6f93173 HTTP/1.1" status: 204 len: 168 time: 0.2121205 2026-04-07 01:16:21.036 10 INFO neutron.wsgi [None req-8390b239-f2e1-4bbd-b661-465d1938e4aa 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=00b0cfe780b04e358530839899e3ce43&name=default HTTP/1.1" status: 200 len: 2992 time: 0.0277314 2026-04-07 01:16:21.143 9 INFO neutron.wsgi [req-977a1406-293b-4a2b-af89-1f39f13b744a req-df569d6a-17a6-438f-a983-d2e208978895 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - default default] 10.0.0.171 "GET /v2.0/security-groups?name=tempest-securitygroup--661966161&fields=id&tenant_id=b937e56005e147e9aeea17088b893442 HTTP/1.1" status: 200 len: 267 time: 0.0486629 2026-04-07 01:16:21.218 9 INFO neutron.wsgi [req-977a1406-293b-4a2b-af89-1f39f13b744a req-52f5e6fe-5523-4ccb-a627-72aad552297a e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - default default] 10.0.0.171 "GET /v2.0/networks?id=82ddf535-37a4-4d1f-9cf0-5aefb8f5e6a7 HTTP/1.1" status: 200 len: 875 time: 0.0689814 2026-04-07 01:16:21.239 10 INFO neutron.wsgi [None req-3ec0bdd7-b68c-4093-a623-664f5a4aa5c6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/ed0ca995-cd36-4a4a-aee6-cda5f1ef14ca HTTP/1.1" status: 204 len: 168 time: 0.1976676 2026-04-07 01:16:21.246 9 INFO neutron.wsgi [req-977a1406-293b-4a2b-af89-1f39f13b744a req-00864931-f4c6-476e-8a8c-21e3f220f36c e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - default default] 10.0.0.171 "GET /v2.0/quotas/b937e56005e147e9aeea17088b893442 HTTP/1.1" status: 200 len: 386 time: 0.0234737 2026-04-07 01:16:21.339 9 INFO neutron.wsgi [req-977a1406-293b-4a2b-af89-1f39f13b744a req-f827c0cf-6daa-4ebc-b3f2-103393b57e5c e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - default default] 10.0.0.171 "GET /v2.0/ports?tenant_id=b937e56005e147e9aeea17088b893442&fields=id HTTP/1.1" status: 200 len: 302 time: 0.0877843 2026-04-07 01:16:21.414 9 INFO neutron.wsgi [req-977a1406-293b-4a2b-af89-1f39f13b744a req-9270d122-7240-4831-becb-ae6e5c14bbdf 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/82ddf535-37a4-4d1f-9cf0-5aefb8f5e6a7?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0625226 2026-04-07 01:16:21.487 9 INFO neutron.wsgi [req-977a1406-293b-4a2b-af89-1f39f13b744a req-89a30532-8b2f-4447-879a-bdbd8fa703c7 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/82ddf535-37a4-4d1f-9cf0-5aefb8f5e6a7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0664003 2026-04-07 01:16:21.665 10 INFO neutron.wsgi [req-8856f26e-56f7-443a-bbdf-f6d746738e2a req-f984da70-3f49-4dcc-8625-0d25a6e74344 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=ae0b9677-f3d3-43f7-a269-ff8f53b517e6 HTTP/1.1" status: 200 len: 210 time: 0.0188968 2026-04-07 01:16:22.394 9 INFO neutron.wsgi [req-977a1406-293b-4a2b-af89-1f39f13b744a req-f6aeb7b7-cda8-4627-b885-4b0271436a01 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - default default] 199.19.213.133 "GET /v2.0/networks?id=82ddf535-37a4-4d1f-9cf0-5aefb8f5e6a7 HTTP/1.1" status: 200 len: 875 time: 0.1013362 2026-04-07 01:16:22.442 9 INFO neutron.wsgi [req-977a1406-293b-4a2b-af89-1f39f13b744a req-2d62c694-2598-4c71-89e1-f27c59fe1fef e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - default default] 199.19.213.133 "GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b937e56005e147e9aeea17088b893442 HTTP/1.1" status: 200 len: 379 time: 0.0419827 2026-04-07 01:16:22.760 9 INFO neutron.wsgi [req-4a802af1-c594-4414-b729-69658ff8d6bc req-e67eb50f-943f-46ac-bc6d-70ccc9a39e8f e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=ae0b9677-f3d3-43f7-a269-ff8f53b517e6 HTTP/1.1" status: 200 len: 210 time: 0.0213165 2026-04-07 01:16:22.881 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0f07e397-0399-4dea-be5d-44df3a61978d e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - - -] No more DHCP agents 2026-04-07 01:16:22.883 10 INFO neutron.db.ovn_revision_numbers_db [None req-5df00972-b48e-43d2-bd68-fd19f83c43af a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Successfully bumped revision number for resource 77f05a7e-ca3e-4bd5-ab46-79e546178cbe (type: security_groups) to 1 2026-04-07 01:16:22.884 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0f07e397-0399-4dea-be5d-44df3a61978d e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - - -] Unable to schedule network 82ddf535-37a4-4d1f-9cf0-5aefb8f5e6a7: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:22.901 10 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] No hosting information found for port 2cd34bc4-69be-435d-8120-763954b8590b: RuntimeError: No hosting information found for port 2cd34bc4-69be-435d-8120-763954b8590b 2026-04-07 01:16:22.940 10 INFO neutron.db.segments_db [None req-5df00972-b48e-43d2-bd68-fd19f83c43af a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Added segment 5d872d5c-dd6c-4fd1-a581-98cd06de35f7 of type geneve for network f32d7b73-d5b5-46f0-81d2-1fdb11d2bc0b 2026-04-07 01:16:23.055 9 INFO neutron.db.ovn_revision_numbers_db [None req-0f07e397-0399-4dea-be5d-44df3a61978d e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - - -] Successfully bumped revision number for resource bd967d60-398e-43ad-afa4-afaec38c5dea (type: ports) to 1 2026-04-07 01:16:23.086 9 INFO neutron.wsgi [None req-0f07e397-0399-4dea-be5d-44df3a61978d e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - - -] 199.19.213.133 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1158 time: 0.6214292 /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-04-07 01:16:23.179 10 INFO neutron.db.ovn_revision_numbers_db [None req-5df00972-b48e-43d2-bd68-fd19f83c43af a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Successfully bumped revision number for resource f32d7b73-d5b5-46f0-81d2-1fdb11d2bc0b (type: networks) to 1 2026-04-07 01:16:23.413 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5df00972-b48e-43d2-bd68-fd19f83c43af a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] No more DHCP agents 2026-04-07 01:16:23.418 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5df00972-b48e-43d2-bd68-fd19f83c43af a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Unable to schedule network f32d7b73-d5b5-46f0-81d2-1fdb11d2bc0b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:23.480 10 INFO neutron.db.ovn_revision_numbers_db [None req-5df00972-b48e-43d2-bd68-fd19f83c43af a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Successfully bumped revision number for resource 1429168f-ef4b-42b0-ad33-e1a492c250d7 (type: ports) to 1 2026-04-07 01:16:23.501 10 INFO neutron.wsgi [None req-5df00972-b48e-43d2-bd68-fd19f83c43af a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 847 time: 1.0258596 2026-04-07 01:16:23.607 9 INFO neutron.db.ovn_revision_numbers_db [None req-de3c0304-843b-4d8b-836b-4e5cf53e50f5 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource bd967d60-398e-43ad-afa4-afaec38c5dea (type: ports) to 2 2026-04-07 01:16:23.760 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fc51bb90-945a-46dd-82b3-5eb33a1f8617 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] No more DHCP agents 2026-04-07 01:16:23.761 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fc51bb90-945a-46dd-82b3-5eb33a1f8617 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Unable to schedule network f32d7b73-d5b5-46f0-81d2-1fdb11d2bc0b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:23.771 10 INFO neutron.db.ovn_revision_numbers_db [None req-fc51bb90-945a-46dd-82b3-5eb33a1f8617 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Successfully bumped revision number for resource 912155c4-966d-452b-998c-f0d92cd766af (type: subnets) to 0 2026-04-07 01:16:23.792 10 INFO neutron.wsgi [None req-fc51bb90-945a-46dd-82b3-5eb33a1f8617 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 802 time: 0.2861214 2026-04-07 01:16:23.818 9 INFO neutron.db.ovn_revision_numbers_db [None req-de3c0304-843b-4d8b-836b-4e5cf53e50f5 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource bd967d60-398e-43ad-afa4-afaec38c5dea (type: ports) to 2 2026-04-07 01:16:23.835 9 INFO neutron.wsgi [None req-de3c0304-843b-4d8b-836b-4e5cf53e50f5 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] 199.19.213.133 "PUT /v2.0/ports/bd967d60-398e-43ad-afa4-afaec38c5dea HTTP/1.1" status: 200 len: 1328 time: 0.7427082 2026-04-07 01:16:23.874 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-6f269e7a-82ae-49e9-978d-9f21c7306a69'] response: {'name': 'network-changed', 'server_uuid': 'ae0b9677-f3d3-43f7-a269-ff8f53b517e6', 'tag': 'bd967d60-398e-43ad-afa4-afaec38c5dea', 'status': 'completed', 'code': 200} /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-04-07 01:16:23.904 9 INFO neutron.wsgi [req-977a1406-293b-4a2b-af89-1f39f13b744a req-71a0ea34-1ee6-4714-a2a9-4e9b6457d750 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=b937e56005e147e9aeea17088b893442&device_id=ae0b9677-f3d3-43f7-a269-ff8f53b517e6 HTTP/1.1" status: 200 len: 1359 time: 0.0299573 2026-04-07 01:16:23.938 9 INFO neutron.wsgi [req-977a1406-293b-4a2b-af89-1f39f13b744a req-a961015c-6524-41e7-bd0e-6120cbb20739 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=bd967d60-398e-43ad-afa4-afaec38c5dea HTTP/1.1" status: 200 len: 217 time: 0.0238206 2026-04-07 01:16:23.975 9 INFO neutron.wsgi [req-977a1406-293b-4a2b-af89-1f39f13b744a req-28c8838c-8adf-4425-8a44-e9385da2b804 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=73517ebb-90d7-4132-8962-517e63ea73c9 HTTP/1.1" status: 200 len: 869 time: 0.0304577 2026-04-07 01:16:24.007 9 INFO neutron.wsgi [req-977a1406-293b-4a2b-af89-1f39f13b744a req-8d67db23-570f-4070-b35a-2f858bdfc371 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=82ddf535-37a4-4d1f-9cf0-5aefb8f5e6a7&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0253215 2026-04-07 01:16:24.028 10 INFO neutron.wsgi [req-0aa02466-d320-4c45-8f5e-b21a5ab3edd6 req-9250e481-0cb4-473e-a171-200bf5410fec e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=ae0b9677-f3d3-43f7-a269-ff8f53b517e6 HTTP/1.1" status: 200 len: 1168 time: 0.1893220 2026-04-07 01:16:24.074 9 INFO neutron.wsgi [req-977a1406-293b-4a2b-af89-1f39f13b744a req-798499dd-73ca-482f-9301-a7ecc682bdd9 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/82ddf535-37a4-4d1f-9cf0-5aefb8f5e6a7?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0578547 2026-04-07 01:16:24.100 10 INFO neutron.wsgi [req-0aa02466-d320-4c45-8f5e-b21a5ab3edd6 req-ab68dac6-c282-4509-ba17-68b5e52e71f7 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=c04e8b9e-071b-4bdc-b2db-9b37abfd3546&fields=id&fields=name HTTP/1.1" status: 200 len: 312 time: 0.0614030 2026-04-07 01:16:24.131 9 INFO neutron.wsgi [req-977a1406-293b-4a2b-af89-1f39f13b744a req-154b498a-2e98-427e-a51b-907f364700dc 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/82ddf535-37a4-4d1f-9cf0-5aefb8f5e6a7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0488071 2026-04-07 01:16:24.211 9 INFO neutron.wsgi [req-682c2cc5-9b09-4119-b591-b4c2088e233e req-bec9155b-a01a-48d5-9252-fff4f948b831 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=b937e56005e147e9aeea17088b893442&device_id=ae0b9677-f3d3-43f7-a269-ff8f53b517e6 HTTP/1.1" status: 200 len: 1359 time: 0.0353754 2026-04-07 01:16:24.276 9 INFO neutron.wsgi [req-682c2cc5-9b09-4119-b591-b4c2088e233e req-434f407d-282e-4fce-a812-b2059faf55bc 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=82ddf535-37a4-4d1f-9cf0-5aefb8f5e6a7 HTTP/1.1" status: 200 len: 974 time: 0.0581708 2026-04-07 01:16:24.315 9 INFO neutron.wsgi [req-682c2cc5-9b09-4119-b591-b4c2088e233e req-a5e5e57d-c8d3-44b8-89b6-8a4e7fc9063a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=bd967d60-398e-43ad-afa4-afaec38c5dea HTTP/1.1" status: 200 len: 217 time: 0.0332901 2026-04-07 01:16:24.334 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: bd967d60-398e-43ad-afa4-afaec38c5dea 2026-04-07 01:16:24.354 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port bd967d60-398e-43ad-afa4-afaec38c5dea 2026-04-07 01:16:24.381 9 INFO neutron.wsgi [req-682c2cc5-9b09-4119-b591-b4c2088e233e req-645b5069-b46e-4885-81e3-05bb527c7ffe 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=73517ebb-90d7-4132-8962-517e63ea73c9 HTTP/1.1" status: 200 len: 869 time: 0.0608587 2026-04-07 01:16:24.410 9 INFO neutron.wsgi [req-682c2cc5-9b09-4119-b591-b4c2088e233e req-55e050a4-34e7-495d-bbd2-54a0b378e4fd 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=82ddf535-37a4-4d1f-9cf0-5aefb8f5e6a7&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0223901 2026-04-07 01:16:24.421 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-26388862-290d-4a72-a77b-7472bf01d327 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] No more DHCP agents 2026-04-07 01:16:24.423 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-26388862-290d-4a72-a77b-7472bf01d327 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:24.502 9 INFO neutron.wsgi [req-682c2cc5-9b09-4119-b591-b4c2088e233e req-11f58e7c-7011-4895-a1c7-43dde3a2f5f7 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/82ddf535-37a4-4d1f-9cf0-5aefb8f5e6a7?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0780394 2026-04-07 01:16:24.558 10 INFO neutron.db.ovn_revision_numbers_db [None req-26388862-290d-4a72-a77b-7472bf01d327 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Successfully bumped revision number for resource eaf3322d-8ea8-4e40-91d0-5eb2d841f3d0 (type: ports) to 1 2026-04-07 01:16:24.623 9 INFO neutron.wsgi [req-682c2cc5-9b09-4119-b591-b4c2088e233e req-6370b03f-8fe8-48c1-aabe-f09e1c541ea0 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/82ddf535-37a4-4d1f-9cf0-5aefb8f5e6a7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.1122723 2026-04-07 01:16:24.703 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource bd967d60-398e-43ad-afa4-afaec38c5dea (type: ports) to 4 /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-04-07 01:16:25.201 9 INFO neutron.wsgi [req-f44a75a5-5dd4-4d65-ad8c-e5112d2ae443 req-1ed3db06-48bb-4486-91cd-d4f3b4de898c e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=ae0b9677-f3d3-43f7-a269-ff8f53b517e6 HTTP/1.1" status: 200 len: 1170 time: 0.0393915 2026-04-07 01:16:25.246 9 INFO neutron.wsgi [req-f44a75a5-5dd4-4d65-ad8c-e5112d2ae443 req-02a6bd09-94e7-4d57-b193-22275ecbc283 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=c04e8b9e-071b-4bdc-b2db-9b37abfd3546&fields=id&fields=name HTTP/1.1" status: 200 len: 312 time: 0.0368681 2026-04-07 01:16:25.422 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: eaf3322d-8ea8-4e40-91d0-5eb2d841f3d0 2026-04-07 01:16:25.433 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port eaf3322d-8ea8-4e40-91d0-5eb2d841f3d0 2026-04-07 01:16:25.435 10 INFO neutron.db.ovn_revision_numbers_db [None req-26388862-290d-4a72-a77b-7472bf01d327 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Successfully bumped revision number for resource eaf3322d-8ea8-4e40-91d0-5eb2d841f3d0 (type: router_ports) to 1 2026-04-07 01:16:25.486 10 INFO neutron.db.ovn_revision_numbers_db [None req-ff6e8d29-4d6b-40f7-b705-42809e1b59f3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource b4793500-54ea-49d9-91c4-24c5534b823b (type: security_groups) to 1 2026-04-07 01:16:25.514 10 INFO neutron.wsgi [None req-ff6e8d29-4d6b-40f7-b705-42809e1b59f3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=685815dae2ed44c5a70670f1645a0736&name=default HTTP/1.1" status: 200 len: 2996 time: 0.3747518 2026-04-07 01:16:25.526 10 INFO neutron.db.ovn_revision_numbers_db [None req-26388862-290d-4a72-a77b-7472bf01d327 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Successfully bumped revision number for resource e93cc064-e2d2-4822-9c55-596e334e8946 (type: routers) to 3 2026-04-07 01:16:25.542 10 INFO neutron.wsgi [None req-26388862-290d-4a72-a77b-7472bf01d327 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 875 time: 1.7444954 2026-04-07 01:16:25.703 9 INFO neutron.wsgi [None req-5ee675a6-f951-45c9-961c-ee917a2591c9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/b4793500-54ea-49d9-91c4-24c5534b823b HTTP/1.1" status: 204 len: 168 time: 0.1847019 2026-04-07 01:16:25.913 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-3aa88384-a467-443f-bd88-eaa47716ba51'] response: {'server_uuid': 'ae0b9677-f3d3-43f7-a269-ff8f53b517e6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bd967d60-398e-43ad-afa4-afaec38c5dea', 'code': 200} 2026-04-07 01:16:25.914 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-3aa88384-a467-443f-bd88-eaa47716ba51'] response: {'server_uuid': 'ae0b9677-f3d3-43f7-a269-ff8f53b517e6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bd967d60-398e-43ad-afa4-afaec38c5dea', 'code': 200} 2026-04-07 01:16:25.989 10 INFO neutron.db.ovn_revision_numbers_db [None req-5e8f0a6e-b5ea-4e9c-a654-0a646aabda5f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 7fd0925a-bc06-4c86-89a6-66fbbb41cfa3 (type: security_groups) to 1 2026-04-07 01:16:26.018 10 INFO neutron.wsgi [None req-5e8f0a6e-b5ea-4e9c-a654-0a646aabda5f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=7c6a3666a24a452895f24473a1f727fc&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1830988 2026-04-07 01:16:26.080 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6a4f6481-9848-4d39-a36e-122f777da6d4 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - default default] No more DHCP agents 2026-04-07 01:16:26.084 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6a4f6481-9848-4d39-a36e-122f777da6d4 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - default default] Unable to schedule network f32d7b73-d5b5-46f0-81d2-1fdb11d2bc0b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:26.228 10 INFO neutron.db.ovn_revision_numbers_db [None req-6a4f6481-9848-4d39-a36e-122f777da6d4 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - default default] Successfully bumped revision number for resource fa9550ed-506c-4dad-a614-98271f060782 (type: ports) to 1 2026-04-07 01:16:26.260 9 INFO neutron.wsgi [None req-3a725be4-4f4b-4eb6-8d40-25423472730d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/7fd0925a-bc06-4c86-89a6-66fbbb41cfa3 HTTP/1.1" status: 204 len: 168 time: 0.2341428 2026-04-07 01:16:26.397 9 INFO neutron.wsgi [req-6f33d946-5fd1-418f-9c33-9efb1cd9db17 req-3dcfcab5-992a-4897-a13c-11595eebd11e e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=ae0b9677-f3d3-43f7-a269-ff8f53b517e6 HTTP/1.1" status: 200 len: 1170 time: 0.0779183 2026-04-07 01:16:26.453 9 INFO neutron.wsgi [req-6f33d946-5fd1-418f-9c33-9efb1cd9db17 req-b03d8b2c-7958-439e-99f0-17c3c53b0690 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=c04e8b9e-071b-4bdc-b2db-9b37abfd3546&fields=id&fields=name HTTP/1.1" status: 200 len: 312 time: 0.0391648 2026-04-07 01:16:26.576 10 INFO neutron.wsgi [req-69ce3ae6-5331-4ffb-b550-058bcd8ff4c2 req-c261e268-1d1e-4149-b50d-34cf6ca50159 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=ae0b9677-f3d3-43f7-a269-ff8f53b517e6 HTTP/1.1" status: 200 len: 1170 time: 0.0528035 2026-04-07 01:16:26.811 10 INFO neutron.db.ovn_revision_numbers_db [None req-6a4f6481-9848-4d39-a36e-122f777da6d4 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - default default] Successfully bumped revision number for resource fa9550ed-506c-4dad-a614-98271f060782 (type: router_ports) to 2 2026-04-07 01:16:26.885 9 INFO neutron.db.l3_db [None req-450a78dc-256c-444a-b066-aadc6084aee5 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - - -] Floating IP 01bd8aeb-9d50-4861-a669-c421f25b94f2 associated. External IP: 10.96.250.206, port: bd967d60-398e-43ad-afa4-afaec38c5dea. 2026-04-07 01:16:26.958 10 INFO neutron.db.ovn_revision_numbers_db [None req-6a4f6481-9848-4d39-a36e-122f777da6d4 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - default default] Successfully bumped revision number for resource fa9550ed-506c-4dad-a614-98271f060782 (type: ports) to 2 2026-04-07 01:16:27.058 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6a4f6481-9848-4d39-a36e-122f777da6d4 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - default default] No more DHCP agents 2026-04-07 01:16:27.062 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6a4f6481-9848-4d39-a36e-122f777da6d4 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - default default] Unable to schedule network f32d7b73-d5b5-46f0-81d2-1fdb11d2bc0b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:27.195 10 INFO neutron.db.ovn_revision_numbers_db [None req-e8cabfbe-85c4-415b-85f6-e75ba5ccb034 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource ab6a3982-4e61-4793-8444-4c3aa09e6dc2 (type: security_groups) to 1 2026-04-07 01:16:27.222 10 INFO neutron.wsgi [None req-e8cabfbe-85c4-415b-85f6-e75ba5ccb034 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=fd4d226aa90e4dd99e05b5c06169c55c&name=default HTTP/1.1" status: 200 len: 2996 time: 0.3232691 2026-04-07 01:16:27.278 9 INFO neutron.db.ovn_revision_numbers_db [None req-450a78dc-256c-444a-b066-aadc6084aee5 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - - -] Successfully bumped revision number for resource 01bd8aeb-9d50-4861-a669-c421f25b94f2 (type: floatingips) to 1 2026-04-07 01:16:27.396 9 INFO neutron.db.ovn_revision_numbers_db [None req-450a78dc-256c-444a-b066-aadc6084aee5 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - - -] Successfully bumped revision number for resource 01bd8aeb-9d50-4861-a669-c421f25b94f2 (type: floatingips) to 2 2026-04-07 01:16:27.419 9 INFO neutron.wsgi [None req-450a78dc-256c-444a-b066-aadc6084aee5 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - - -] 10.0.0.78 "PUT /v2.0/floatingips/01bd8aeb-9d50-4861-a669-c421f25b94f2 HTTP/1.1" status: 200 len: 1049 time: 0.8282280 2026-04-07 01:16:27.438 10 INFO neutron.db.ovn_revision_numbers_db [None req-6a4f6481-9848-4d39-a36e-122f777da6d4 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Successfully bumped revision number for resource fa9550ed-506c-4dad-a614-98271f060782 (type: router_ports) to 2 2026-04-07 01:16:27.441 10 INFO neutron.wsgi [None req-6a4f6481-9848-4d39-a36e-122f777da6d4 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] 10.0.0.78 "PUT /v2.0/routers/e93cc064-e2d2-4822-9c55-596e334e8946/add_router_interface HTTP/1.1" status: 200 len: 503 time: 1.8940539 2026-04-07 01:16:27.442 9 INFO neutron.wsgi [None req-3abde6f4-53c7-4911-b587-112951172105 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/ab6a3982-4e61-4793-8444-4c3aa09e6dc2 HTTP/1.1" status: 204 len: 168 time: 0.2144682 2026-04-07 01:16:27.505 9 INFO neutron.wsgi [req-b32f0f1d-ed7d-4657-b4ec-5642924f4a1f req-170de65d-1a33-454b-ab94-40daa8640f21 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=ae0b9677-f3d3-43f7-a269-ff8f53b517e6 HTTP/1.1" status: 200 len: 1170 time: 0.0365961 /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-04-07 01:16:27.544 9 INFO neutron.wsgi [req-b32f0f1d-ed7d-4657-b4ec-5642924f4a1f req-fc793707-8b21-4723-b11e-2cbeca8bc84d e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=c04e8b9e-071b-4bdc-b2db-9b37abfd3546&fields=id&fields=name HTTP/1.1" status: 200 len: 312 time: 0.0308683 2026-04-07 01:16:27.638 10 INFO neutron.db.ovn_revision_numbers_db [None req-737ca5ae-b2b8-45ae-b0ae-0d8e81e99a68 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 7a0977f8-7e8d-48c7-92ae-245686e1b8dd (type: security_groups) to 1 2026-04-07 01:16:27.671 10 INFO neutron.wsgi [None req-737ca5ae-b2b8-45ae-b0ae-0d8e81e99a68 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=4e2c46b604954fb6a9f46f68fcdbb69f&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1472144 2026-04-07 01:16:27.865 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5a891fca-c823-43d9-a225-aa7425cd84d9 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] No more DHCP agents 2026-04-07 01:16:27.869 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5a891fca-c823-43d9-a225-aa7425cd84d9 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Unable to schedule network f32d7b73-d5b5-46f0-81d2-1fdb11d2bc0b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:27.951 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d485948-c405-4282-8299-94225db03586'] response: {'name': 'network-changed', 'server_uuid': 'ae0b9677-f3d3-43f7-a269-ff8f53b517e6', 'tag': 'bd967d60-398e-43ad-afa4-afaec38c5dea', 'status': 'completed', 'code': 200} /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-04-07 01:16:28.025 9 INFO neutron.wsgi [req-4984140a-aad9-4f0c-9c36-4d76e8ba5271 req-5a7a016f-aad5-456f-9e1a-f3d80f67d4ce 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=b937e56005e147e9aeea17088b893442&device_id=ae0b9677-f3d3-43f7-a269-ff8f53b517e6 HTTP/1.1" status: 200 len: 1361 time: 0.0507798 2026-04-07 01:16:28.087 9 INFO neutron.db.ovn_revision_numbers_db [None req-5a891fca-c823-43d9-a225-aa7425cd84d9 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Successfully bumped revision number for resource 635a5e3d-5e5b-4f88-93ec-b24b97f25239 (type: ports) to 1 2026-04-07 01:16:28.111 9 INFO neutron.wsgi [req-4984140a-aad9-4f0c-9c36-4d76e8ba5271 req-3017acf9-8cdd-4140-909c-963a0e27a4a3 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=82ddf535-37a4-4d1f-9cf0-5aefb8f5e6a7 HTTP/1.1" status: 200 len: 974 time: 0.0789115 2026-04-07 01:16:28.113 9 INFO neutron.wsgi [None req-5a891fca-c823-43d9-a225-aa7425cd84d9 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1154 time: 0.6669071 2026-04-07 01:16:28.140 10 INFO neutron.wsgi [req-65cdc0da-b2c6-4c86-8217-27a53e84232c req-2724a05c-db6d-4b82-b0b9-98473950d522 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=ae0b9677-f3d3-43f7-a269-ff8f53b517e6 HTTP/1.1" status: 200 len: 1170 time: 0.2913027 2026-04-07 01:16:28.157 9 INFO neutron.wsgi [req-4984140a-aad9-4f0c-9c36-4d76e8ba5271 req-8d216c32-df63-44cc-ae02-380382d43a22 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=bd967d60-398e-43ad-afa4-afaec38c5dea HTTP/1.1" status: 200 len: 1059 time: 0.0406702 2026-04-07 01:16:28.192 10 INFO neutron.wsgi [req-65cdc0da-b2c6-4c86-8217-27a53e84232c req-703ba84d-df61-4bcc-858c-bd1d3533fb7e e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=c04e8b9e-071b-4bdc-b2db-9b37abfd3546&fields=id&fields=name HTTP/1.1" status: 200 len: 312 time: 0.0420508 2026-04-07 01:16:28.200 9 INFO neutron.wsgi [req-812648ff-d676-4e2c-87bf-de513903e6f8 req-7fc900da-cc14-4bb6-8003-39589cb0c3fe e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=ae0b9677-f3d3-43f7-a269-ff8f53b517e6 HTTP/1.1" status: 200 len: 1170 time: 0.0450053 2026-04-07 01:16:28.221 10 INFO neutron.wsgi [None req-c7af3d70-e1d7-40e0-966a-b733ab382fc3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/7a0977f8-7e8d-48c7-92ae-245686e1b8dd HTTP/1.1" status: 204 len: 168 time: 0.5442650 2026-04-07 01:16:28.226 9 INFO neutron.wsgi [req-4984140a-aad9-4f0c-9c36-4d76e8ba5271 req-fb2f423f-2934-48ea-95b3-ca223b502441 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=73517ebb-90d7-4132-8962-517e63ea73c9 HTTP/1.1" status: 200 len: 869 time: 0.0605457 2026-04-07 01:16:28.258 9 INFO neutron.wsgi [req-4984140a-aad9-4f0c-9c36-4d76e8ba5271 req-2365c38b-b8d0-43e6-a70d-4b75c5fb8dc8 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=82ddf535-37a4-4d1f-9cf0-5aefb8f5e6a7&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0256987 2026-04-07 01:16:28.332 9 INFO neutron.wsgi [req-4984140a-aad9-4f0c-9c36-4d76e8ba5271 req-5958aea1-d9e6-4ee2-8d9c-5847a676087d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/82ddf535-37a4-4d1f-9cf0-5aefb8f5e6a7?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0630481 2026-04-07 01:16:28.418 9 INFO neutron.wsgi [req-4984140a-aad9-4f0c-9c36-4d76e8ba5271 req-f6454aaa-0442-42dd-b030-e79f2d76ba55 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/82ddf535-37a4-4d1f-9cf0-5aefb8f5e6a7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0768211 2026-04-07 01:16:28.480 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d03a389d-2df9-4ffa-837b-4bc908b10327 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] No more DHCP agents 2026-04-07 01:16:28.483 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d03a389d-2df9-4ffa-837b-4bc908b10327 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Unable to schedule network f32d7b73-d5b5-46f0-81d2-1fdb11d2bc0b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:28.550 9 INFO neutron.db.l3_db [None req-d6749567-b8d6-45d4-b637-1e13c9c28909 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - - -] Floating IP 01bd8aeb-9d50-4861-a669-c421f25b94f2 disassociated. External IP: 10.96.250.206, port: bd967d60-398e-43ad-afa4-afaec38c5dea. 2026-04-07 01:16:28.651 10 INFO neutron.db.ovn_revision_numbers_db [None req-d03a389d-2df9-4ffa-837b-4bc908b10327 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Successfully bumped revision number for resource 42f7a6ac-dfc2-4932-a8d5-477c3c7a6fbf (type: ports) to 1 2026-04-07 01:16:28.674 10 INFO neutron.wsgi [None req-d03a389d-2df9-4ffa-837b-4bc908b10327 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1158 time: 0.5528054 /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-04-07 01:16:28.733 9 INFO neutron.wsgi [None req-d6749567-b8d6-45d4-b637-1e13c9c28909 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - - -] 199.19.213.133 "DELETE /v2.0/ports/bd967d60-398e-43ad-afa4-afaec38c5dea HTTP/1.1" status: 204 len: 173 time: 0.5288265 2026-04-07 01:16:28.960 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7671a6a1-5cfa-4106-aa27-7abd092a037c a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] No more DHCP agents 2026-04-07 01:16:28.961 9 INFO neutron.db.ovn_revision_numbers_db [None req-c63414c1-16ed-40b9-9620-b66628300012 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 5e292a2b-94a4-4f91-88dc-2ff76c208baa (type: security_groups) to 1 2026-04-07 01:16:28.962 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7671a6a1-5cfa-4106-aa27-7abd092a037c a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:28.985 9 INFO neutron.wsgi [None req-c63414c1-16ed-40b9-9620-b66628300012 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=3d4df8109afb4b739083d30b3e5320bd&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2472599 2026-04-07 01:16:29.156 9 INFO neutron.wsgi [None req-20d83812-744f-4a44-b264-c4e541811897 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/5e292a2b-94a4-4f91-88dc-2ff76c208baa HTTP/1.1" status: 204 len: 168 time: 0.1667376 2026-04-07 01:16:29.390 10 INFO neutron.db.l3_db [None req-7671a6a1-5cfa-4106-aa27-7abd092a037c a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Floating IP 6d4911e7-6f1a-4a0b-8662-c5ac66faadc9 associated. External IP: 10.96.250.218, port: 42f7a6ac-dfc2-4932-a8d5-477c3c7a6fbf. 2026-04-07 01:16:29.472 10 INFO neutron.wsgi [None req-8d41bf0d-75ab-4a1a-8d7d-c9e74abe9f5a e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/c04e8b9e-071b-4bdc-b2db-9b37abfd3546 HTTP/1.1" status: 204 len: 168 time: 0.2004750 2026-04-07 01:16:29.493 9 INFO neutron.api.v2.resource [None req-6c115522-4bb8-4cec-acb6-c8dd27a2ce3d e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:16:29.495 9 INFO neutron.wsgi [None req-6c115522-4bb8-4cec-acb6-c8dd27a2ce3d e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - default default] 10.0.0.78 "GET /v2.0/security-groups/c04e8b9e-071b-4bdc-b2db-9b37abfd3546 HTTP/1.1" status: 404 len: 347 time: 0.0168178 2026-04-07 01:16:29.558 10 INFO neutron.db.ovn_revision_numbers_db [None req-7671a6a1-5cfa-4106-aa27-7abd092a037c a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Successfully bumped revision number for resource 6d4911e7-6f1a-4a0b-8662-c5ac66faadc9 (type: floatingips) to 0 2026-04-07 01:16:29.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0014641 2026-04-07 01:16:29.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0009224 2026-04-07 01:16:29.651 10 INFO neutron.db.ovn_revision_numbers_db [None req-7671a6a1-5cfa-4106-aa27-7abd092a037c a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Successfully bumped revision number for resource 6d4911e7-6f1a-4a0b-8662-c5ac66faadc9 (type: floatingips) to 1 2026-04-07 01:16:29.687 10 INFO neutron.wsgi [None req-7671a6a1-5cfa-4106-aa27-7abd092a037c a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] 10.0.0.78 "POST /v2.0/floatingips HTTP/1.1" status: 201 len: 1042 time: 1.0071952 2026-04-07 01:16:29.824 10 INFO neutron.db.l3_db [None req-3d62f932-580b-48df-a128-5811a7632f4b a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Floating IP 6d4911e7-6f1a-4a0b-8662-c5ac66faadc9 disassociated. External IP: 10.96.250.218, port: 42f7a6ac-dfc2-4932-a8d5-477c3c7a6fbf. 2026-04-07 01:16:29.830 9 INFO neutron.wsgi [None req-0ccbcb51-b499-471e-95b1-24b3278db5c3 e5856a1a9d784b74be21afb65917e397 b937e56005e147e9aeea17088b893442 - - - -] 10.0.0.78 "DELETE /v2.0/floatingips/01bd8aeb-9d50-4861-a669-c421f25b94f2 HTTP/1.1" status: 204 len: 168 time: 0.3302710 2026-04-07 01:16:29.847 10 INFO neutron.db.ovn_revision_numbers_db [None req-3d62f932-580b-48df-a128-5811a7632f4b a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Successfully bumped revision number for resource 6d4911e7-6f1a-4a0b-8662-c5ac66faadc9 (type: floatingips) to 2 2026-04-07 01:16:29.915 10 INFO neutron.wsgi [None req-3d62f932-580b-48df-a128-5811a7632f4b a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] 10.0.0.78 "PUT /v2.0/floatingips/6d4911e7-6f1a-4a0b-8662-c5ac66faadc9 HTTP/1.1" status: 200 len: 748 time: 0.2233818 2026-04-07 01:16:29.993 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6ca811a-d6e6-4242-9051-e1e457980c03'] response: {'server_uuid': 'ae0b9677-f3d3-43f7-a269-ff8f53b517e6', 'name': 'network-vif-deleted', 'tag': 'bd967d60-398e-43ad-afa4-afaec38c5dea', 'status': 'completed', 'code': 200} 2026-04-07 01:16:30.397 9 INFO neutron.wsgi [None req-b72484c1-dc5e-408c-8859-3cf29c682f78 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] 10.0.0.78 "DELETE /v2.0/floatingips/6d4911e7-6f1a-4a0b-8662-c5ac66faadc9 HTTP/1.1" status: 204 len: 168 time: 0.4764235 2026-04-07 01:16:30.737 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c7f8d67b-7581-4afb-a2a5-df8e73076b7a a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] No more DHCP agents 2026-04-07 01:16:30.738 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c7f8d67b-7581-4afb-a2a5-df8e73076b7a a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:30.836 9 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] No hosting information found for port eaf3322d-8ea8-4e40-91d0-5eb2d841f3d0: RuntimeError: No hosting information found for port eaf3322d-8ea8-4e40-91d0-5eb2d841f3d0 2026-04-07 01:16:30.837 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: fa9550ed-506c-4dad-a614-98271f060782 2026-04-07 01:16:30.863 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port fa9550ed-506c-4dad-a614-98271f060782 2026-04-07 01:16:31.109 10 INFO neutron.db.l3_db [None req-c7f8d67b-7581-4afb-a2a5-df8e73076b7a a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Floating IP 029d0a31-7ece-4888-a267-c023dc598aa3 associated. External IP: 10.96.250.212, port: 635a5e3d-5e5b-4f88-93ec-b24b97f25239. 2026-04-07 01:16:31.207 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource fa9550ed-506c-4dad-a614-98271f060782 (type: ports) to 3 /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-04-07 01:16:31.313 10 INFO neutron.db.ovn_revision_numbers_db [None req-c7f8d67b-7581-4afb-a2a5-df8e73076b7a a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Successfully bumped revision number for resource 029d0a31-7ece-4888-a267-c023dc598aa3 (type: floatingips) to 0 2026-04-07 01:16:31.379 9 INFO neutron.wsgi [None req-43721474-95b6-4728-8256-8a266b0f2c5c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "PUT /v2.0/routers/8e00ba97-db36-406c-9ad4-5fb0b25bb8e6/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 1.5393224 /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-04-07 01:16:31.408 10 INFO neutron.db.ovn_revision_numbers_db [None req-c7f8d67b-7581-4afb-a2a5-df8e73076b7a a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Successfully bumped revision number for resource 029d0a31-7ece-4888-a267-c023dc598aa3 (type: floatingips) to 1 2026-04-07 01:16:31.418 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource fa9550ed-506c-4dad-a614-98271f060782 (type: router_ports) to 3 2026-04-07 01:16:31.448 10 INFO neutron.wsgi [None req-c7f8d67b-7581-4afb-a2a5-df8e73076b7a a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] 10.0.0.78 "POST /v2.0/floatingips HTTP/1.1" status: 201 len: 1041 time: 1.0434926 2026-04-07 01:16:31.449 10 INFO neutron.db.ovn_revision_numbers_db [None req-af83968f-0a2d-4112-b4f9-6cdf91b63f0c 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Successfully bumped revision number for resource 568219bc-3c22-40e3-b0b4-ead0e3e80c95 (type: security_groups) to 1 2026-04-07 01:16:31.512 10 INFO neutron.db.segments_db [None req-af83968f-0a2d-4112-b4f9-6cdf91b63f0c 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Added segment 094cafcc-ec3f-4013-8a25-3fb555f6ab09 of type geneve for network 14260e60-5be0-4f18-87ee-102584fd688d 2026-04-07 01:16:31.515 9 INFO neutron.wsgi [None req-0ee6f8e2-7701-4cf1-9fb7-d4d77beef983 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - default default] 10.0.0.78 "GET /v2.0/floatingips/029d0a31-7ece-4888-a267-c023dc598aa3 HTTP/1.1" status: 200 len: 1038 time: 0.0606637 2026-04-07 01:16:31.606 10 INFO neutron.wsgi [None req-091f1133-a52f-41de-84da-a675a947eeb6 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - default default] 10.0.0.78 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 1041 time: 0.0825608 2026-04-07 01:16:31.691 10 INFO neutron.db.segments_db [None req-af83968f-0a2d-4112-b4f9-6cdf91b63f0c 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Added segment b506cdc2-4716-40ce-aada-786327dcd377 of type geneve for network 8be3a22d-a9b4-432a-9754-c779fbdf3579 2026-04-07 01:16:32.092 9 INFO neutron.wsgi [None req-7dce1b80-3b73-48e6-b098-c7156516bf7f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/routers/8e00ba97-db36-406c-9ad4-5fb0b25bb8e6 HTTP/1.1" status: 204 len: 168 time: 0.7053649 2026-04-07 01:16:32.098 10 INFO neutron.db.ovn_revision_numbers_db [None req-af83968f-0a2d-4112-b4f9-6cdf91b63f0c 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Successfully bumped revision number for resource 14260e60-5be0-4f18-87ee-102584fd688d (type: networks) to 1 2026-04-07 01:16:32.231 10 INFO neutron.db.l3_db [None req-f3982e9d-c5f6-48a1-b713-c84f73c1c969 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Floating IP 029d0a31-7ece-4888-a267-c023dc598aa3 associated. External IP: 10.96.250.212, port: 635a5e3d-5e5b-4f88-93ec-b24b97f25239. 2026-04-07 01:16:32.312 9 INFO neutron.wsgi [None req-26eb5b6c-ee82-4c84-83a6-89927d787e6a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/subnets/73517ebb-90d7-4132-8962-517e63ea73c9 HTTP/1.1" status: 204 len: 168 time: 0.2149916 2026-04-07 01:16:32.410 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-af83968f-0a2d-4112-b4f9-6cdf91b63f0c 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] No more DHCP agents 2026-04-07 01:16:32.414 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-af83968f-0a2d-4112-b4f9-6cdf91b63f0c 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Unable to schedule network 14260e60-5be0-4f18-87ee-102584fd688d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:32.431 10 INFO neutron.db.ovn_revision_numbers_db [None req-5572a18c-e7fa-44fc-87bd-fafe452a5a18 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 16925924-baf3-4964-b77d-73cf895c3bb2 (type: security_groups) to 1 2026-04-07 01:16:32.462 10 INFO neutron.wsgi [None req-5572a18c-e7fa-44fc-87bd-fafe452a5a18 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=b2ec394e92974e7890cebec79fee5935&name=default HTTP/1.1" status: 200 len: 2996 time: 0.4228132 2026-04-07 01:16:32.573 10 INFO neutron.db.ovn_revision_numbers_db [None req-f3982e9d-c5f6-48a1-b713-c84f73c1c969 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Successfully bumped revision number for resource 029d0a31-7ece-4888-a267-c023dc598aa3 (type: floatingips) to 2 2026-04-07 01:16:32.623 10 INFO neutron.db.ovn_revision_numbers_db [None req-af83968f-0a2d-4112-b4f9-6cdf91b63f0c 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Successfully bumped revision number for resource 2b34a845-a91e-45ed-88c8-772bd9ce7fa2 (type: ports) to 1 2026-04-07 01:16:32.685 9 INFO neutron.services.segments.plugin [-] Segment 0f47a241-bd79-4d46-8037-0eb1f4988d67 resource provider aggregate not found 2026-04-07 01:16:32.692 9 INFO neutron.services.segments.plugin [-] Segment 0f47a241-bd79-4d46-8037-0eb1f4988d67 resource provider aggregate not found 2026-04-07 01:16:32.696 10 INFO neutron.db.ovn_revision_numbers_db [None req-af83968f-0a2d-4112-b4f9-6cdf91b63f0c 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Successfully bumped revision number for resource 8be3a22d-a9b4-432a-9754-c779fbdf3579 (type: networks) to 1 2026-04-07 01:16:32.699 10 INFO neutron.db.ovn_revision_numbers_db [None req-f3982e9d-c5f6-48a1-b713-c84f73c1c969 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Successfully bumped revision number for resource 029d0a31-7ece-4888-a267-c023dc598aa3 (type: floatingips) to 3 2026-04-07 01:16:32.716 9 INFO neutron.services.segments.plugin [-] Segment 0f47a241-bd79-4d46-8037-0eb1f4988d67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f47a241-bd79-4d46-8037-0eb1f4988d67 found for delete ", "request_id": "req-0febda38-a059-4832-9d5f-ba1cd60feca0"}]} 2026-04-07 01:16:32.717 9 INFO neutron.services.segments.plugin [-] Segment 0f47a241-bd79-4d46-8037-0eb1f4988d67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f47a241-bd79-4d46-8037-0eb1f4988d67 found for delete ", "request_id": "req-9c53f21c-a47a-4647-8806-949d0dba73e5"}]} 2026-04-07 01:16:32.726 9 INFO neutron.wsgi [None req-e4dfd497-1453-4a63-95e4-604a59b057fa 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/networks/82ddf535-37a4-4d1f-9cf0-5aefb8f5e6a7 HTTP/1.1" status: 204 len: 168 time: 0.4080706 2026-04-07 01:16:32.776 10 INFO neutron.wsgi [None req-f3982e9d-c5f6-48a1-b713-c84f73c1c969 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] 10.0.0.78 "PUT /v2.0/floatingips/029d0a31-7ece-4888-a267-c023dc598aa3 HTTP/1.1" status: 200 len: 1039 time: 1.1603293 /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-04-07 01:16:32.878 10 INFO neutron.wsgi [None req-28de21b3-52c6-498f-83ac-7ea4b518959b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=b937e56005e147e9aeea17088b893442&name=default HTTP/1.1" status: 200 len: 2996 time: 0.0459268 2026-04-07 01:16:32.912 9 INFO neutron.db.l3_db [None req-84080c0d-c8f6-481d-bbaa-a94312538b78 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Floating IP 029d0a31-7ece-4888-a267-c023dc598aa3 disassociated. External IP: 10.96.250.212, port: 42f7a6ac-dfc2-4932-a8d5-477c3c7a6fbf. 2026-04-07 01:16:32.913 10 INFO neutron.wsgi [None req-e896d19b-9bec-43f4-9e07-0347d46b7f66 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/16925924-baf3-4964-b77d-73cf895c3bb2 HTTP/1.1" status: 204 len: 168 time: 0.4367085 2026-04-07 01:16:32.929 9 INFO neutron.db.ovn_revision_numbers_db [None req-84080c0d-c8f6-481d-bbaa-a94312538b78 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] Successfully bumped revision number for resource 029d0a31-7ece-4888-a267-c023dc598aa3 (type: floatingips) to 4 2026-04-07 01:16:32.963 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-af83968f-0a2d-4112-b4f9-6cdf91b63f0c 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] No more DHCP agents 2026-04-07 01:16:32.967 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-af83968f-0a2d-4112-b4f9-6cdf91b63f0c 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Unable to schedule network 8be3a22d-a9b4-432a-9754-c779fbdf3579: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:32.995 9 INFO neutron.wsgi [None req-84080c0d-c8f6-481d-bbaa-a94312538b78 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] 10.0.0.78 "PUT /v2.0/floatingips/029d0a31-7ece-4888-a267-c023dc598aa3 HTTP/1.1" status: 200 len: 748 time: 0.2124689 2026-04-07 01:16:33.052 10 INFO neutron.db.ovn_revision_numbers_db [None req-af83968f-0a2d-4112-b4f9-6cdf91b63f0c 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Successfully bumped revision number for resource ab995aa5-126b-4268-a68e-edb0f9ca1fa8 (type: ports) to 1 /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-04-07 01:16:33.080 10 INFO neutron.wsgi [None req-af83968f-0a2d-4112-b4f9-6cdf91b63f0c 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 1446 time: 1.9893830 2026-04-07 01:16:33.209 10 INFO neutron.wsgi [None req-611dc630-cc5a-42c1-a8ef-ae9465fd4d2e 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - default default] 10.0.0.78 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2052 time: 0.1240518 2026-04-07 01:16:33.291 10 INFO neutron.db.ovn_revision_numbers_db [None req-10ffcbac-a81a-419e-959f-7b562cb541c0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource c559ab4d-ab76-4ec1-8ee9-c9950aa5970d (type: security_groups) to 1 2026-04-07 01:16:33.294 10 INFO neutron.wsgi [None req-d4f45894-39d2-4569-87db-29acc6ef6e86 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/25ece6c9-1e14-43fe-a70e-25e0b477cba6 HTTP/1.1" status: 204 len: 168 time: 0.4119520 2026-04-07 01:16:33.314 10 INFO neutron.wsgi [None req-10ffcbac-a81a-419e-959f-7b562cb541c0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=a64f5de2926f461eb65859ee438f4c83&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2428169 2026-04-07 01:16:33.561 9 INFO neutron.wsgi [None req-d16ce9ac-906b-4af1-96a7-71eec24ee98f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/c559ab4d-ab76-4ec1-8ee9-c9950aa5970d HTTP/1.1" status: 204 len: 168 time: 0.2416527 2026-04-07 01:16:33.573 9 INFO neutron.wsgi [None req-73fa89d4-515c-44b7-83b2-fad1512dabb2 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] 10.0.0.78 "DELETE /v2.0/floatingips/029d0a31-7ece-4888-a267-c023dc598aa3 HTTP/1.1" status: 204 len: 168 time: 0.5706456 2026-04-07 01:16:33.602 9 INFO neutron.api.v2.resource [None req-7bf965d1-f08f-438e-a386-ee43aedc72bc a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] delete failed (client error): The resource could not be found. 2026-04-07 01:16:33.603 9 INFO neutron.wsgi [None req-7bf965d1-f08f-438e-a386-ee43aedc72bc a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] 10.0.0.78 "DELETE /v2.0/floatingips/029d0a31-7ece-4888-a267-c023dc598aa3 HTTP/1.1" status: 404 len: 345 time: 0.0249364 2026-04-07 01:16:33.635 10 INFO neutron.services.segments.plugin [-] Segment 094cafcc-ec3f-4013-8a25-3fb555f6ab09 resource provider aggregate not found 2026-04-07 01:16:33.641 10 INFO neutron.services.segments.plugin [-] Segment 094cafcc-ec3f-4013-8a25-3fb555f6ab09 resource provider aggregate not found 2026-04-07 01:16:33.679 10 INFO neutron.services.segments.plugin [-] Segment 094cafcc-ec3f-4013-8a25-3fb555f6ab09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 094cafcc-ec3f-4013-8a25-3fb555f6ab09 found for delete ", "request_id": "req-24070776-728a-4452-b1c7-8be030ce0735"}]} 2026-04-07 01:16:33.684 10 INFO neutron.services.segments.plugin [-] Segment 094cafcc-ec3f-4013-8a25-3fb555f6ab09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 094cafcc-ec3f-4013-8a25-3fb555f6ab09 found for delete ", "request_id": "req-0d57d848-eef4-4968-b530-1d3b757246cf"}]} 2026-04-07 01:16:33.755 10 INFO neutron.wsgi [None req-89f3d96f-20b0-404f-83f5-ecafd19603a9 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] 10.0.0.78 "DELETE /v2.0/networks/14260e60-5be0-4f18-87ee-102584fd688d HTTP/1.1" status: 204 len: 168 time: 0.5410900 2026-04-07 01:16:34.051 9 INFO neutron.wsgi [None req-155306c0-4424-4ca2-977f-85ea6de58696 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] 10.0.0.78 "DELETE /v2.0/ports/42f7a6ac-dfc2-4932-a8d5-477c3c7a6fbf HTTP/1.1" status: 204 len: 168 time: 0.4404385 2026-04-07 01:16:34.230 9 INFO neutron.wsgi [None req-32e921a4-22b6-4afc-9fe1-ac5a75377de0 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] 10.0.0.78 "DELETE /v2.0/networks/8be3a22d-a9b4-432a-9754-c779fbdf3579 HTTP/1.1" status: 204 len: 168 time: 0.4678144 2026-04-07 01:16:34.377 9 INFO neutron.wsgi [None req-f23c041e-7a9e-4ba6-95e9-cdd0423c526b 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - default default] 10.0.0.78 "GET /v2.0/networks HTTP/1.1" status: 200 len: 845 time: 0.1339681 2026-04-07 01:16:34.430 10 INFO neutron.wsgi [None req-f2cb62bc-42ee-462a-a500-2609cabfa3e6 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] 10.0.0.78 "DELETE /v2.0/ports/635a5e3d-5e5b-4f88-93ec-b24b97f25239 HTTP/1.1" status: 204 len: 168 time: 0.3735485 2026-04-07 01:16:34.515 9 INFO neutron.db.segments_db [None req-8f35151c-72dc-43c4-9290-b0027af46e4b 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Added segment 83268dd8-f053-4cb3-ba40-9951f6458619 of type geneve for network 55fc0a58-a402-46ee-a9c8-e9e73a647909 2026-04-07 01:16:34.533 10 INFO neutron.wsgi [None req-8ac0e5aa-9db8-4647-a635-f08a60b735e7 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=e93cc064-e2d2-4822-9c55-596e334e8946 HTTP/1.1" status: 200 len: 1140 time: 0.1001792 2026-04-07 01:16:34.687 9 INFO neutron.db.ovn_revision_numbers_db [None req-8f35151c-72dc-43c4-9290-b0027af46e4b 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Successfully bumped revision number for resource 55fc0a58-a402-46ee-a9c8-e9e73a647909 (type: networks) to 1 2026-04-07 01:16:34.739 9 INFO neutron.services.segments.plugin [-] Segment b506cdc2-4716-40ce-aada-786327dcd377 resource provider aggregate not found 2026-04-07 01:16:34.744 9 INFO neutron.services.segments.plugin [-] Segment b506cdc2-4716-40ce-aada-786327dcd377 resource provider aggregate not found 2026-04-07 01:16:34.761 9 INFO neutron.services.segments.plugin [-] Segment b506cdc2-4716-40ce-aada-786327dcd377 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b506cdc2-4716-40ce-aada-786327dcd377 found for delete ", "request_id": "req-703930be-88e0-497e-9777-bf11e9711d60"}]} 2026-04-07 01:16:34.762 9 INFO neutron.services.segments.plugin [-] Segment b506cdc2-4716-40ce-aada-786327dcd377 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b506cdc2-4716-40ce-aada-786327dcd377 found for delete ", "request_id": "req-ed0f89fa-ed81-4394-af50-289b59e1983a"}]} 2026-04-07 01:16:34.920 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8f35151c-72dc-43c4-9290-b0027af46e4b 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] No more DHCP agents 2026-04-07 01:16:34.921 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8f35151c-72dc-43c4-9290-b0027af46e4b 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Unable to schedule network 55fc0a58-a402-46ee-a9c8-e9e73a647909: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:34.995 9 INFO neutron.db.ovn_revision_numbers_db [None req-8f35151c-72dc-43c4-9290-b0027af46e4b 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Successfully bumped revision number for resource 2ad4a384-9f55-46e6-8dbd-fe3779fcf46b (type: ports) to 1 2026-04-07 01:16:35.023 9 INFO neutron.wsgi [None req-8f35151c-72dc-43c4-9290-b0027af46e4b 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 849 time: 0.6364791 2026-04-07 01:16:35.104 9 INFO neutron.db.segments_db [None req-ceefc3d9-b024-48b5-93df-47d18f2daf49 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Added segment 0f2b58a5-4467-4dbf-a60d-980c7a29b96c of type geneve for network e93b872f-770d-4e2a-b366-79a2bc4c0f76 2026-04-07 01:16:35.221 9 INFO neutron.db.ovn_revision_numbers_db [None req-ceefc3d9-b024-48b5-93df-47d18f2daf49 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Successfully bumped revision number for resource e93b872f-770d-4e2a-b366-79a2bc4c0f76 (type: networks) to 1 2026-04-07 01:16:35.412 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ceefc3d9-b024-48b5-93df-47d18f2daf49 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] No more DHCP agents 2026-04-07 01:16:35.414 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ceefc3d9-b024-48b5-93df-47d18f2daf49 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Unable to schedule network e93b872f-770d-4e2a-b366-79a2bc4c0f76: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:35.423 10 INFO neutron.wsgi [None req-188a0c7b-7d64-4472-9852-f3729797e7f0 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] 10.0.0.78 "PUT /v2.0/routers/e93cc064-e2d2-4822-9c55-596e334e8946/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 0.8854668 /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-04-07 01:16:35.476 9 INFO neutron.db.ovn_revision_numbers_db [None req-ceefc3d9-b024-48b5-93df-47d18f2daf49 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Successfully bumped revision number for resource 6861383f-6e92-4f9c-9e13-97fb48381665 (type: ports) to 1 2026-04-07 01:16:35.495 9 INFO neutron.wsgi [None req-ceefc3d9-b024-48b5-93df-47d18f2daf49 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 848 time: 0.4662988 2026-04-07 01:16:35.957 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-45c18124-aab4-4e70-a40a-9ec5ee2698b6 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] No more DHCP agents 2026-04-07 01:16:35.959 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-45c18124-aab4-4e70-a40a-9ec5ee2698b6 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Unable to schedule network 55fc0a58-a402-46ee-a9c8-e9e73a647909: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:36.027 9 INFO neutron.db.ovn_revision_numbers_db [None req-45c18124-aab4-4e70-a40a-9ec5ee2698b6 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Successfully bumped revision number for resource 87c52227-8f59-4a75-b4fa-77e4eb143a97 (type: ports) to 1 2026-04-07 01:16:36.045 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-45c18124-aab4-4e70-a40a-9ec5ee2698b6 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] No more DHCP agents 2026-04-07 01:16:36.046 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-45c18124-aab4-4e70-a40a-9ec5ee2698b6 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Unable to schedule network e93b872f-770d-4e2a-b366-79a2bc4c0f76: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:36.120 9 INFO neutron.db.ovn_revision_numbers_db [None req-45c18124-aab4-4e70-a40a-9ec5ee2698b6 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Successfully bumped revision number for resource 5ac44f53-7092-49fe-84fd-049b5f84b828 (type: ports) to 1 2026-04-07 01:16:36.144 9 INFO neutron.wsgi [None req-45c18124-aab4-4e70-a40a-9ec5ee2698b6 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1705 time: 0.6436682 /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-04-07 01:16:36.292 10 INFO neutron.wsgi [None req-e0257dae-d18a-46a3-8304-b38fb539e2df a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] 10.0.0.78 "DELETE /v2.0/routers/e93cc064-e2d2-4822-9c55-596e334e8946 HTTP/1.1" status: 204 len: 168 time: 0.8639598 2026-04-07 01:16:36.448 10 INFO neutron.db.ovn_revision_numbers_db [None req-e4632ff5-01d4-4b59-a421-18724c6f6ae9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 7e552c8a-2342-4d4a-b47d-b9187f2291a3 (type: security_groups) to 1 2026-04-07 01:16:36.469 9 INFO neutron.wsgi [None req-644232eb-24c9-4f0e-a565-a2193a5e0521 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - default default] 10.0.0.78 "GET /v2.0/ports HTTP/1.1" status: 200 len: 3212 time: 0.3199313 2026-04-07 01:16:36.480 10 INFO neutron.wsgi [None req-e4632ff5-01d4-4b59-a421-18724c6f6ae9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=ea10a7ccf65d49179be46f639484771f&name=default HTTP/1.1" status: 200 len: 2996 time: 0.3961284 2026-04-07 01:16:36.510 10 INFO neutron.wsgi [None req-30525e16-4421-41ce-a2bb-6c5e807e50fb a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] 10.0.0.78 "DELETE /v2.0/subnets/912155c4-966d-452b-998c-f0d92cd766af HTTP/1.1" status: 204 len: 168 time: 0.2138004 2026-04-07 01:16:36.655 10 INFO neutron.wsgi [None req-c0029cb1-6017-412e-bd30-64c44dd1ffcb 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/7e552c8a-2342-4d4a-b47d-b9187f2291a3 HTTP/1.1" status: 204 len: 168 time: 0.1690640 2026-04-07 01:16:36.769 9 INFO neutron.wsgi [None req-36f2b298-2c23-4a94-9689-15fa0c2ba8e2 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] 10.0.0.78 "DELETE /v2.0/ports/87c52227-8f59-4a75-b4fa-77e4eb143a97 HTTP/1.1" status: 204 len: 168 time: 0.2953737 2026-04-07 01:16:36.921 9 INFO neutron.services.segments.plugin [-] Segment 5d872d5c-dd6c-4fd1-a581-98cd06de35f7 resource provider aggregate not found 2026-04-07 01:16:36.926 9 INFO neutron.services.segments.plugin [-] Segment 5d872d5c-dd6c-4fd1-a581-98cd06de35f7 resource provider aggregate not found 2026-04-07 01:16:36.954 9 INFO neutron.services.segments.plugin [-] Segment 5d872d5c-dd6c-4fd1-a581-98cd06de35f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d872d5c-dd6c-4fd1-a581-98cd06de35f7 found for delete ", "request_id": "req-2dbc982a-2daf-4d77-979f-abfcffae4298"}]} 2026-04-07 01:16:36.970 9 INFO neutron.services.segments.plugin [-] Segment 5d872d5c-dd6c-4fd1-a581-98cd06de35f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d872d5c-dd6c-4fd1-a581-98cd06de35f7 found for delete ", "request_id": "req-32a4b92a-c5a5-40e0-b7a4-d0629d4d05bb"}]} 2026-04-07 01:16:36.983 9 INFO neutron.wsgi [None req-d1d17078-2ab1-4e5d-a973-e7ec65c82303 a6bfc832925b44e58112ef2d7569c98f 71118df634b04e4eb7c67a80ca4e5e03 - - - -] 10.0.0.78 "DELETE /v2.0/networks/f32d7b73-d5b5-46f0-81d2-1fdb11d2bc0b HTTP/1.1" status: 204 len: 168 time: 0.4675028 2026-04-07 01:16:37.045 10 INFO neutron.wsgi [None req-b2b37379-fc18-45d4-9902-07edd2cd74ed 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] 10.0.0.78 "DELETE /v2.0/ports/5ac44f53-7092-49fe-84fd-049b5f84b828 HTTP/1.1" status: 204 len: 168 time: 0.2697043 2026-04-07 01:16:37.194 10 INFO neutron.wsgi [None req-140523e4-d5dc-4197-960e-504807e72c07 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - default default] 10.0.0.78 "GET /v2.0/ports HTTP/1.1" status: 200 len: 1718 time: 0.1416564 2026-04-07 01:16:37.277 9 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] No port found with ID fa9550ed-506c-4dad-a614-98271f060782: RuntimeError: No port found with ID fa9550ed-506c-4dad-a614-98271f060782 2026-04-07 01:16:37.278 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status down for port: bd967d60-398e-43ad-afa4-afaec38c5dea 2026-04-07 01:16:37.294 10 INFO neutron.db.segments_db [None req-ebbe7dfa-02e4-4f00-b5b7-a034e0c9e3b0 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Added segment f1529a71-5868-4540-a995-8e5b5f45327c of type geneve for network 4919d651-faa0-44f1-b1c8-9894a81728d2 2026-04-07 01:16:37.416 10 INFO neutron.db.ovn_revision_numbers_db [None req-ebbe7dfa-02e4-4f00-b5b7-a034e0c9e3b0 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Successfully bumped revision number for resource 4919d651-faa0-44f1-b1c8-9894a81728d2 (type: networks) to 1 2026-04-07 01:16:37.630 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ebbe7dfa-02e4-4f00-b5b7-a034e0c9e3b0 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] No more DHCP agents 2026-04-07 01:16:37.633 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ebbe7dfa-02e4-4f00-b5b7-a034e0c9e3b0 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Unable to schedule network 4919d651-faa0-44f1-b1c8-9894a81728d2: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:37.657 10 INFO neutron.wsgi [None req-d36ed8d5-2327-4831-8e0b-4b10d05d0abb 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=71118df634b04e4eb7c67a80ca4e5e03&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1495550 /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-04-07 01:16:37.719 10 INFO neutron.db.ovn_revision_numbers_db [None req-ebbe7dfa-02e4-4f00-b5b7-a034e0c9e3b0 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Successfully bumped revision number for resource ab6e79f2-2bb7-46dd-98be-a05a3b5dcfee (type: ports) to 1 2026-04-07 01:16:37.743 10 INFO neutron.wsgi [None req-ebbe7dfa-02e4-4f00-b5b7-a034e0c9e3b0 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 848 time: 0.5403636 2026-04-07 01:16:37.835 10 INFO neutron.db.segments_db [None req-7b99dce3-bfdc-4ab2-8d18-8feda21fb0b6 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Added segment 71a202cd-54c0-4316-a59d-ec5932c8c0f3 of type geneve for network a9157373-945d-4737-ab3c-baf6f15f4117 2026-04-07 01:16:37.848 9 INFO neutron.wsgi [None req-5565bbff-2c98-4544-b142-c9210c51bb35 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/77f05a7e-ca3e-4bd5-ab46-79e546178cbe HTTP/1.1" status: 204 len: 168 time: 0.1842780 2026-04-07 01:16:37.995 10 INFO neutron.db.ovn_revision_numbers_db [None req-7b99dce3-bfdc-4ab2-8d18-8feda21fb0b6 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Successfully bumped revision number for resource a9157373-945d-4737-ab3c-baf6f15f4117 (type: networks) to 1 2026-04-07 01:16:38.199 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7b99dce3-bfdc-4ab2-8d18-8feda21fb0b6 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] No more DHCP agents 2026-04-07 01:16:38.201 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7b99dce3-bfdc-4ab2-8d18-8feda21fb0b6 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Unable to schedule network a9157373-945d-4737-ab3c-baf6f15f4117: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:38.267 10 INFO neutron.db.ovn_revision_numbers_db [None req-7b99dce3-bfdc-4ab2-8d18-8feda21fb0b6 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Successfully bumped revision number for resource 0870a154-058d-4f61-9981-6552bd841248 (type: ports) to 1 2026-04-07 01:16:38.290 10 INFO neutron.wsgi [None req-7b99dce3-bfdc-4ab2-8d18-8feda21fb0b6 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 849 time: 0.5397041 2026-04-07 01:16:38.809 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cf8e8063-7385-4580-afe9-6be34c9916fc 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] No more DHCP agents 2026-04-07 01:16:38.811 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cf8e8063-7385-4580-afe9-6be34c9916fc 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Unable to schedule network 4919d651-faa0-44f1-b1c8-9894a81728d2: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:39.267 10 INFO neutron.db.ovn_revision_numbers_db [None req-cf8e8063-7385-4580-afe9-6be34c9916fc 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Successfully bumped revision number for resource ab6e79f2-2bb7-46dd-98be-a05a3b5dcfee (type: ports) to 2 2026-04-07 01:16:39.284 10 INFO neutron.db.ovn_revision_numbers_db [None req-cf8e8063-7385-4580-afe9-6be34c9916fc 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Successfully bumped revision number for resource 6dbdb749-05d7-44ea-a451-8cd6c593eaa1 (type: subnets) to 0 2026-04-07 01:16:39.323 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cf8e8063-7385-4580-afe9-6be34c9916fc 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] No more DHCP agents 2026-04-07 01:16:39.335 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cf8e8063-7385-4580-afe9-6be34c9916fc 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Unable to schedule network a9157373-945d-4737-ab3c-baf6f15f4117: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:39.832 10 INFO neutron.db.ovn_revision_numbers_db [None req-cf8e8063-7385-4580-afe9-6be34c9916fc 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Successfully bumped revision number for resource 0870a154-058d-4f61-9981-6552bd841248 (type: ports) to 2 2026-04-07 01:16:39.846 10 INFO neutron.db.ovn_revision_numbers_db [None req-cf8e8063-7385-4580-afe9-6be34c9916fc 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] Successfully bumped revision number for resource e130682f-e674-4afc-9c3c-16fbfc3050e2 (type: subnets) to 0 2026-04-07 01:16:39.862 10 INFO neutron.wsgi [None req-cf8e8063-7385-4580-afe9-6be34c9916fc 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 1425 time: 1.5362780 2026-04-07 01:16:39.923 10 INFO neutron.wsgi [None req-22b9b224-79a3-4fbf-9492-23f669ed837e 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - default default] 10.0.0.78 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 2033 time: 0.0574703 2026-04-07 01:16:40.189 9 INFO neutron.wsgi [None req-caf46471-39c6-4879-95b9-a05f7b04b666 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] 10.0.0.78 "DELETE /v2.0/subnets/6dbdb749-05d7-44ea-a451-8cd6c593eaa1 HTTP/1.1" status: 204 len: 168 time: 0.2587161 2026-04-07 01:16:40.191 9 INFO neutron.db.ovn_revision_numbers_db [None req-b98411df-54c3-40c5-9a53-c89ddff80173 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 7f2509e2-59b7-4114-9bea-92f0183c53e5 (type: security_groups) to 1 2026-04-07 01:16:40.211 9 INFO neutron.wsgi [None req-b98411df-54c3-40c5-9a53-c89ddff80173 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=5a7cf327d80e4e4f85f909db5a1202d3&name=default HTTP/1.1" status: 200 len: 2996 time: 0.3117313 2026-04-07 01:16:40.415 10 INFO neutron.wsgi [None req-bdb69605-e4c2-4a9f-8374-559ef9411a3c 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] 10.0.0.78 "DELETE /v2.0/subnets/e130682f-e674-4afc-9c3c-16fbfc3050e2 HTTP/1.1" status: 204 len: 168 time: 0.2169132 2026-04-07 01:16:40.443 9 INFO neutron.wsgi [None req-fe64d34b-ba2f-4e19-8305-f112f62c5dba 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/7f2509e2-59b7-4114-9bea-92f0183c53e5 HTTP/1.1" status: 204 len: 168 time: 0.2263889 2026-04-07 01:16:40.462 10 INFO neutron.wsgi [None req-804a5981-be0b-4434-b574-f01a62f5a0f8 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - default default] 10.0.0.78 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 820 time: 0.0390379 2026-04-07 01:16:40.729 10 INFO neutron.db.ovn_revision_numbers_db [None req-b39233b1-4a06-4b94-9ed0-f17c7077c960 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 48256ede-33ef-4b86-be6c-328e5a0759bf (type: security_groups) to 1 2026-04-07 01:16:40.751 10 INFO neutron.wsgi [None req-b39233b1-4a06-4b94-9ed0-f17c7077c960 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=72fbb238ede74f389e7e91e7103791cd&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1386499 2026-04-07 01:16:40.845 9 INFO neutron.services.segments.plugin [-] Segment 71a202cd-54c0-4316-a59d-ec5932c8c0f3 resource provider aggregate not found 2026-04-07 01:16:40.850 9 INFO neutron.services.segments.plugin [-] Segment 71a202cd-54c0-4316-a59d-ec5932c8c0f3 resource provider aggregate not found 2026-04-07 01:16:40.874 9 INFO neutron.services.segments.plugin [-] Segment 71a202cd-54c0-4316-a59d-ec5932c8c0f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71a202cd-54c0-4316-a59d-ec5932c8c0f3 found for delete ", "request_id": "req-f24c249a-ca8e-4b7d-a4bf-ea38cc294e79"}]} 2026-04-07 01:16:40.877 9 INFO neutron.services.segments.plugin [-] Segment 71a202cd-54c0-4316-a59d-ec5932c8c0f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71a202cd-54c0-4316-a59d-ec5932c8c0f3 found for delete ", "request_id": "req-adf0e03b-eccf-4c1d-b603-70d45fd50bf0"}]} 2026-04-07 01:16:40.886 9 INFO neutron.wsgi [None req-269c0da9-8fa9-4a3f-8402-a1cf7d18c3f2 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] 10.0.0.78 "DELETE /v2.0/networks/a9157373-945d-4737-ab3c-baf6f15f4117 HTTP/1.1" status: 204 len: 168 time: 0.4142857 2026-04-07 01:16:41.029 10 INFO neutron.wsgi [None req-4572b651-01d7-44d8-a09a-09060c991414 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/48256ede-33ef-4b86-be6c-328e5a0759bf HTTP/1.1" status: 204 len: 168 time: 0.2744958 2026-04-07 01:16:41.270 10 INFO neutron.services.segments.plugin [-] Segment f1529a71-5868-4540-a995-8e5b5f45327c resource provider aggregate not found 2026-04-07 01:16:41.274 10 INFO neutron.services.segments.plugin [-] Segment f1529a71-5868-4540-a995-8e5b5f45327c resource provider aggregate not found 2026-04-07 01:16:41.293 10 INFO neutron.services.segments.plugin [-] Segment f1529a71-5868-4540-a995-8e5b5f45327c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1529a71-5868-4540-a995-8e5b5f45327c found for delete ", "request_id": "req-394a1660-67fa-445b-b80f-a129c031085c"}]} 2026-04-07 01:16:41.294 10 INFO neutron.services.segments.plugin [-] Segment f1529a71-5868-4540-a995-8e5b5f45327c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1529a71-5868-4540-a995-8e5b5f45327c found for delete ", "request_id": "req-08e0cb25-3283-46d4-a552-968e85972015"}]} 2026-04-07 01:16:41.335 10 INFO neutron.wsgi [None req-02332f44-49d6-48a9-86ca-b957098c7d7c 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] 10.0.0.78 "DELETE /v2.0/networks/4919d651-faa0-44f1-b1c8-9894a81728d2 HTTP/1.1" status: 204 len: 168 time: 0.4424529 2026-04-07 01:16:41.748 9 INFO neutron.wsgi [None req-70aae25c-5aa2-4c91-9236-5e19e596e92e 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] 10.0.0.78 "DELETE /v2.0/networks/e93b872f-770d-4e2a-b366-79a2bc4c0f76 HTTP/1.1" status: 204 len: 168 time: 0.4074931 2026-04-07 01:16:42.452 10 INFO neutron.wsgi [None req-5841bb40-6637-4c3c-86e5-b6f322979587 2613aa3e0b7b41bca32eb1b47a66ef05 c36c076d72b84c23b96e3e7d53204849 - - - -] 10.0.0.78 "DELETE /v2.0/networks/55fc0a58-a402-46ee-a9c8-e9e73a647909 HTTP/1.1" status: 204 len: 168 time: 0.6934080 2026-04-07 01:16:42.897 9 INFO neutron.services.segments.plugin [-] Segment 0f2b58a5-4467-4dbf-a60d-980c7a29b96c resource provider aggregate not found 2026-04-07 01:16:42.906 9 INFO neutron.services.segments.plugin [-] Segment 0f2b58a5-4467-4dbf-a60d-980c7a29b96c resource provider aggregate not found 2026-04-07 01:16:42.913 9 INFO neutron.services.segments.plugin [-] Segment 0f2b58a5-4467-4dbf-a60d-980c7a29b96c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f2b58a5-4467-4dbf-a60d-980c7a29b96c found for delete ", "request_id": "req-e855161f-0353-431b-a8b4-6cf82153568e"}]} 2026-04-07 01:16:42.924 9 INFO neutron.services.segments.plugin [-] Segment 0f2b58a5-4467-4dbf-a60d-980c7a29b96c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f2b58a5-4467-4dbf-a60d-980c7a29b96c found for delete ", "request_id": "req-95014dc7-30dc-41c7-85de-876b224132de"}]} 2026-04-07 01:16:43.131 9 INFO neutron.wsgi [None req-dc772fff-cf49-49e6-aeea-b3de087b44ee 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=c36c076d72b84c23b96e3e7d53204849&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1794262 2026-04-07 01:16:43.260 9 INFO neutron.db.ovn_revision_numbers_db [None req-5527dc0f-fefc-4cf3-9301-2987bf200a0d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource e8a16672-48af-4d62-a513-09344a73b39b (type: security_groups) to 1 2026-04-07 01:16:43.287 9 INFO neutron.wsgi [None req-5527dc0f-fefc-4cf3-9301-2987bf200a0d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=6df5b13e4fdc443cb138a1212ecb7f73&name=default HTTP/1.1" status: 200 len: 2996 time: 0.3593421 2026-04-07 01:16:43.326 10 INFO neutron.services.segments.plugin [-] Segment 83268dd8-f053-4cb3-ba40-9951f6458619 resource provider aggregate not found 2026-04-07 01:16:43.332 10 INFO neutron.services.segments.plugin [-] Segment 83268dd8-f053-4cb3-ba40-9951f6458619 resource provider aggregate not found 2026-04-07 01:16:43.344 10 INFO neutron.services.segments.plugin [-] Segment 83268dd8-f053-4cb3-ba40-9951f6458619 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83268dd8-f053-4cb3-ba40-9951f6458619 found for delete ", "request_id": "req-63fec746-84e3-484f-889f-e5e6f5a24319"}]} 2026-04-07 01:16:43.364 10 INFO neutron.services.segments.plugin [-] Segment 83268dd8-f053-4cb3-ba40-9951f6458619 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83268dd8-f053-4cb3-ba40-9951f6458619 found for delete ", "request_id": "req-84cfb13e-8b49-45fa-a614-c8b5d80c8dd3"}]} 2026-04-07 01:16:43.377 9 INFO neutron.wsgi [None req-1261c2ae-1db1-41f6-bfa1-cabbd706386d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/568219bc-3c22-40e3-b0b4-ead0e3e80c95 HTTP/1.1" status: 204 len: 168 time: 0.2335637 2026-04-07 01:16:43.514 10 INFO neutron.wsgi [None req-a33dc631-7c17-4906-81b4-a0de481fa35d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/e8a16672-48af-4d62-a513-09344a73b39b HTTP/1.1" status: 204 len: 168 time: 0.2218044 2026-04-07 01:16:43.719 9 INFO neutron.db.ovn_revision_numbers_db [None req-6a84ac77-48e7-4056-8e45-f14aa24e289e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource cd1c5339-06ef-4897-b53a-435e52abd890 (type: security_groups) to 1 2026-04-07 01:16:43.742 9 INFO neutron.wsgi [None req-6a84ac77-48e7-4056-8e45-f14aa24e289e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=d8904754e175423eaa3ed35621f0c4a7&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2731531 2026-04-07 01:16:43.766 9 INFO neutron.db.ovn_revision_numbers_db [None req-102c9e98-6385-4d5b-9948-f19c34b5f9a8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 0e020d6b-160f-4395-9f64-0e6e36f55d67 (type: security_groups) to 1 2026-04-07 01:16:43.788 9 INFO neutron.wsgi [None req-102c9e98-6385-4d5b-9948-f19c34b5f9a8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=0ce74043b63a425b872a232d9fa083f2&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1348403 2026-04-07 01:16:43.964 9 INFO neutron.wsgi [None req-824bb6b7-3d3a-40e8-9a7e-70f517b371a6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/cd1c5339-06ef-4897-b53a-435e52abd890 HTTP/1.1" status: 204 len: 168 time: 0.2154634 2026-04-07 01:16:43.989 9 INFO neutron.wsgi [None req-a25f3364-6f63-416a-98fb-54fe30d7550d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/0e020d6b-160f-4395-9f64-0e6e36f55d67 HTTP/1.1" status: 204 len: 168 time: 0.1947274 2026-04-07 01:16:44.204 10 INFO neutron.db.ovn_revision_numbers_db [None req-0bc44641-bb33-4426-84bc-cd1dcbfb74b3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 3456a810-5981-4762-bffa-bc7b0338b1f6 (type: security_groups) to 1 2026-04-07 01:16:44.229 10 INFO neutron.wsgi [None req-0bc44641-bb33-4426-84bc-cd1dcbfb74b3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=4e298749194b43a28f813e6ae7748732&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1173172 2026-04-07 01:16:44.410 10 INFO neutron.wsgi [None req-2edc2246-d2b2-4fa9-91b2-e3319539fe78 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/3456a810-5981-4762-bffa-bc7b0338b1f6 HTTP/1.1" status: 204 len: 168 time: 0.1757600 2026-04-07 01:16:44.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025954 2026-04-07 01:16:44.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0029707 2026-04-07 01:16:45.573 10 INFO neutron.db.ovn_revision_numbers_db [None req-48f2c7ce-bfdc-481d-aeb7-a94c9b3d1311 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] Successfully bumped revision number for resource 6e3779d8-4137-4a11-81ea-92a12d071ea2 (type: security_groups) to 1 2026-04-07 01:16:45.621 10 INFO neutron.db.segments_db [None req-48f2c7ce-bfdc-481d-aeb7-a94c9b3d1311 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] Added segment 2f99d2dd-fdf5-4a49-92e1-71a2b97cffbb of type geneve for network d133df9b-cfac-4bdb-b74c-56a35d49ff27 2026-04-07 01:16:45.744 10 INFO neutron.db.ovn_revision_numbers_db [None req-48f2c7ce-bfdc-481d-aeb7-a94c9b3d1311 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] Successfully bumped revision number for resource d133df9b-cfac-4bdb-b74c-56a35d49ff27 (type: networks) to 1 2026-04-07 01:16:45.978 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-48f2c7ce-bfdc-481d-aeb7-a94c9b3d1311 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] No more DHCP agents 2026-04-07 01:16:45.979 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-48f2c7ce-bfdc-481d-aeb7-a94c9b3d1311 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] Unable to schedule network d133df9b-cfac-4bdb-b74c-56a35d49ff27: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:46.053 10 INFO neutron.db.ovn_revision_numbers_db [None req-48f2c7ce-bfdc-481d-aeb7-a94c9b3d1311 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] Successfully bumped revision number for resource 8586567e-d0ef-4d5d-8c4e-f1bae9d430cb (type: ports) to 1 2026-04-07 01:16:46.081 10 INFO neutron.wsgi [None req-48f2c7ce-bfdc-481d-aeb7-a94c9b3d1311 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 842 time: 0.8072193 2026-04-07 01:16:46.410 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-13ee76fa-ec5b-411f-ab9a-5b86c19c2dc5 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] No more DHCP agents 2026-04-07 01:16:46.411 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-13ee76fa-ec5b-411f-ab9a-5b86c19c2dc5 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] Unable to schedule network d133df9b-cfac-4bdb-b74c-56a35d49ff27: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:46.963 9 INFO neutron.db.ovn_revision_numbers_db [None req-13ee76fa-ec5b-411f-ab9a-5b86c19c2dc5 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] Successfully bumped revision number for resource 8586567e-d0ef-4d5d-8c4e-f1bae9d430cb (type: ports) to 2 2026-04-07 01:16:46.980 9 INFO neutron.db.ovn_revision_numbers_db [None req-13ee76fa-ec5b-411f-ab9a-5b86c19c2dc5 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] Successfully bumped revision number for resource 816fe7e8-9ec8-4fe9-9cf2-81e8df5f2f31 (type: subnets) to 0 2026-04-07 01:16:46.997 9 INFO neutron.wsgi [None req-13ee76fa-ec5b-411f-ab9a-5b86c19c2dc5 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 816 time: 0.8790865 2026-04-07 01:16:47.099 9 INFO neutron.db.segments_db [None req-f46f20eb-2515-40c0-8ce6-1a23d53532d8 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] Added segment 3551fbb7-e2cc-49a1-b0c0-7d65bc9d5a2e of type geneve for network 6c04f970-7f4a-4ccb-b447-d4ebb9707041 2026-04-07 01:16:47.284 9 INFO neutron.db.ovn_revision_numbers_db [None req-f46f20eb-2515-40c0-8ce6-1a23d53532d8 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] Successfully bumped revision number for resource 6c04f970-7f4a-4ccb-b447-d4ebb9707041 (type: networks) to 1 2026-04-07 01:16:47.530 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f46f20eb-2515-40c0-8ce6-1a23d53532d8 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] No more DHCP agents 2026-04-07 01:16:47.535 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f46f20eb-2515-40c0-8ce6-1a23d53532d8 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] Unable to schedule network 6c04f970-7f4a-4ccb-b447-d4ebb9707041: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:47.609 9 INFO neutron.db.ovn_revision_numbers_db [None req-f46f20eb-2515-40c0-8ce6-1a23d53532d8 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] Successfully bumped revision number for resource d44c0f38-d030-4693-9c0c-65c5666bf71b (type: ports) to 1 2026-04-07 01:16:47.624 9 INFO neutron.db.ovn_revision_numbers_db [None req-02e4441c-25ee-4c82-9c75-bcfe1febf39b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource cf9783e0-d27d-40a0-acc5-3447ed7a6ee0 (type: security_groups) to 1 2026-04-07 01:16:47.647 9 INFO neutron.wsgi [None req-f46f20eb-2515-40c0-8ce6-1a23d53532d8 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 843 time: 0.6426275 2026-04-07 01:16:47.650 9 INFO neutron.wsgi [None req-02e4441c-25ee-4c82-9c75-bcfe1febf39b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=296107c1dd0240f7a63d329f421b7684&name=default HTTP/1.1" status: 200 len: 2996 time: 0.3365462 2026-04-07 01:16:47.834 10 INFO neutron.db.ovn_revision_numbers_db [None req-32996d01-b464-44a9-a377-ab2079f496f5 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] Successfully bumped revision number for resource 6c04f970-7f4a-4ccb-b447-d4ebb9707041 (type: networks) to 2 2026-04-07 01:16:47.838 10 INFO neutron.wsgi [None req-32996d01-b464-44a9-a377-ab2079f496f5 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] 10.0.0.78 "PUT /v2.0/networks/6c04f970-7f4a-4ccb-b447-d4ebb9707041 HTTP/1.1" status: 200 len: 792 time: 0.1850579 2026-04-07 01:16:47.844 9 INFO neutron.wsgi [None req-93d68314-18a8-49c0-a231-00cae1156a92 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/cf9783e0-d27d-40a0-acc5-3447ed7a6ee0 HTTP/1.1" status: 204 len: 168 time: 0.1885672 2026-04-07 01:16:48.048 9 INFO neutron.db.ovn_revision_numbers_db [None req-aa7fd56d-1231-4f32-b25f-18a18ad72daf 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 444aebb9-43be-4b2d-9ac6-8e35b0948ace (type: security_groups) to 1 2026-04-07 01:16:48.095 9 INFO neutron.wsgi [None req-aa7fd56d-1231-4f32-b25f-18a18ad72daf 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=263f153fa1444f0f81d7b1b25d6bc2e2&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1406207 2026-04-07 01:16:48.117 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2abe6940-c9b8-4b64-a8c0-046cb49bad11 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] No more DHCP agents 2026-04-07 01:16:48.119 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2abe6940-c9b8-4b64-a8c0-046cb49bad11 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] Unable to schedule network 6c04f970-7f4a-4ccb-b447-d4ebb9707041: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:48.204 9 INFO neutron.db.ovn_revision_numbers_db [None req-b0937059-888f-435a-bda0-8dd0511c1c03 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 6b7eb536-6e81-4630-9ba6-9fd51afb5eea (type: security_groups) to 1 2026-04-07 01:16:48.235 9 INFO neutron.wsgi [None req-b0937059-888f-435a-bda0-8dd0511c1c03 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=6945262babc34c0bbfaac4bd4a786f23&name=default HTTP/1.1" status: 200 len: 2996 time: 0.3731458 2026-04-07 01:16:48.320 9 INFO neutron.wsgi [None req-d81ee1fd-0330-4db8-9cfe-f925644ba0ff 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/444aebb9-43be-4b2d-9ac6-8e35b0948ace HTTP/1.1" status: 204 len: 168 time: 0.2184222 2026-04-07 01:16:48.519 10 INFO neutron.wsgi [None req-ca3f1359-2713-439d-af09-361355c7d9b2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/6b7eb536-6e81-4630-9ba6-9fd51afb5eea HTTP/1.1" status: 204 len: 168 time: 0.2797916 2026-04-07 01:16:48.632 10 INFO neutron.db.ovn_revision_numbers_db [None req-2abe6940-c9b8-4b64-a8c0-046cb49bad11 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] Successfully bumped revision number for resource d44c0f38-d030-4693-9c0c-65c5666bf71b (type: ports) to 2 2026-04-07 01:16:48.653 10 INFO neutron.db.ovn_revision_numbers_db [None req-2abe6940-c9b8-4b64-a8c0-046cb49bad11 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] Successfully bumped revision number for resource ca9d6f4f-909d-4b2d-9a17-96236e47b9fa (type: subnets) to 0 2026-04-07 01:16:48.673 10 INFO neutron.wsgi [None req-2abe6940-c9b8-4b64-a8c0-046cb49bad11 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 801 time: 0.8308554 2026-04-07 01:16:48.974 10 INFO neutron.db.ovn_revision_numbers_db [None req-4396df93-0317-4c37-a11e-3fa91c50ad1d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource d6886bed-3804-411b-8d59-59fbe2e57553 (type: security_groups) to 1 2026-04-07 01:16:49.006 10 INFO neutron.wsgi [None req-4396df93-0317-4c37-a11e-3fa91c50ad1d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=2b2b2825f79c4dcf908c85a90ef2508f&name=default HTTP/1.1" status: 200 len: 2996 time: 0.3855944 2026-04-07 01:16:49.019 10 INFO neutron.db.ovn_revision_numbers_db [None req-4e81084e-e808-4ac4-af24-1c4eb6757fbd fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] Successfully bumped revision number for resource ca9d6f4f-909d-4b2d-9a17-96236e47b9fa (type: subnets) to 1 2026-04-07 01:16:49.023 10 INFO neutron.wsgi [None req-4e81084e-e808-4ac4-af24-1c4eb6757fbd fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] 10.0.0.78 "PUT /v2.0/subnets/ca9d6f4f-909d-4b2d-9a17-96236e47b9fa HTTP/1.1" status: 200 len: 806 time: 0.3449953 2026-04-07 01:16:49.206 9 INFO neutron.wsgi [None req-09932170-d289-4d09-8732-42413149cde5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/d6886bed-3804-411b-8d59-59fbe2e57553 HTTP/1.1" status: 204 len: 168 time: 0.1806550 2026-04-07 01:16:49.599 9 INFO neutron.db.ovn_revision_numbers_db [None req-5f41c2cb-17bf-49e0-af04-3632139e631a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 5313449a-a870-44a2-a1b8-035bee57cd4d (type: security_groups) to 1 2026-04-07 01:16:49.604 10 INFO neutron.services.segments.plugin [-] Segment 3551fbb7-e2cc-49a1-b0c0-7d65bc9d5a2e resource provider aggregate not found 2026-04-07 01:16:49.617 10 INFO neutron.services.segments.plugin [-] Segment 3551fbb7-e2cc-49a1-b0c0-7d65bc9d5a2e resource provider aggregate not found 2026-04-07 01:16:49.619 9 INFO neutron.wsgi [None req-5f41c2cb-17bf-49e0-af04-3632139e631a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=662f867812b04dc8b15e1d399867e1ff&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1152205 2026-04-07 01:16:49.622 10 INFO neutron.services.segments.plugin [-] Segment 3551fbb7-e2cc-49a1-b0c0-7d65bc9d5a2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3551fbb7-e2cc-49a1-b0c0-7d65bc9d5a2e found for delete ", "request_id": "req-688acf54-ddcd-4567-a478-20aee062d038"}]} 2026-04-07 01:16:49.637 10 INFO neutron.services.segments.plugin [-] Segment 3551fbb7-e2cc-49a1-b0c0-7d65bc9d5a2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3551fbb7-e2cc-49a1-b0c0-7d65bc9d5a2e found for delete ", "request_id": "req-d643df1b-8cdb-465b-bf94-fd4bb69adb85"}]} 2026-04-07 01:16:49.671 10 INFO neutron.wsgi [None req-c0f9e2c0-6e75-40e2-83f8-4ab1715edbb3 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] 10.0.0.78 "DELETE /v2.0/networks/6c04f970-7f4a-4ccb-b447-d4ebb9707041 HTTP/1.1" status: 204 len: 168 time: 0.6440499 2026-04-07 01:16:49.694 9 INFO neutron.pecan_wsgi.hooks.translation [None req-ee231a9b-1694-4c2e-97c5-019746d88dff fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:16:49.697 9 INFO neutron.wsgi [None req-ee231a9b-1694-4c2e-97c5-019746d88dff fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] 10.0.0.78 "DELETE /v2.0/networks/6c04f970-7f4a-4ccb-b447-d4ebb9707041 HTTP/1.1" status: 404 len: 339 time: 0.0192380 2026-04-07 01:16:49.825 9 INFO neutron.wsgi [None req-64c536ba-2f8f-4a90-be3d-e514e748ec42 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/5313449a-a870-44a2-a1b8-035bee57cd4d HTTP/1.1" status: 204 len: 168 time: 0.1944602 2026-04-07 01:16:49.850 10 INFO neutron.wsgi [None req-a9eeabc7-d3ea-4a7d-a942-a0ac1ef957cf fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - default default] 10.0.0.78 "GET /v2.0/networks?router%3Aexternal=True HTTP/1.1" status: 200 len: 845 time: 0.1480727 2026-04-07 01:16:49.900 10 INFO neutron.wsgi [None req-4c4e3025-5927-4c4d-8846-545dc2efe6bd fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - default default] 10.0.0.78 "GET /v2.0/subnets?network_id=97a2ea9d-c987-4844-aa76-716df499f90b HTTP/1.1" status: 200 len: 820 time: 0.0436234 2026-04-07 01:16:49.916 10 INFO neutron.wsgi [None req-a8ef7810-b707-48c1-bf09-a200e6eb0fe2 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - default default] 10.0.0.78 "GET /v2.0/extensions HTTP/1.1" status: 200 len: 16520 time: 0.0067277 2026-04-07 01:16:50.003 10 INFO neutron.wsgi [None req-5e4a9d24-9cfc-4207-90c8-d92aadaa14d9 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - default default] 10.0.0.78 "GET /v2.0/networks HTTP/1.1" status: 200 len: 1503 time: 0.0774369 2026-04-07 01:16:50.055 10 INFO neutron.wsgi [None req-05450e45-0360-41e6-808b-878d88a8c110 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - default default] 10.0.0.78 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1428 time: 0.0403390 2026-04-07 01:16:50.131 10 INFO neutron.wsgi [None req-3925125a-7782-438c-9b60-7c607c1b2211 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - default default] 10.0.0.78 "GET /v2.0/networks/d133df9b-cfac-4bdb-b74c-56a35d49ff27 HTTP/1.1" status: 200 len: 862 time: 0.0658178 2026-04-07 01:16:50.174 10 INFO neutron.wsgi [None req-f6f1cd5f-651a-47d6-beb7-fa2cd66329df fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - default default] 10.0.0.78 "GET /v2.0/subnets/816fe7e8-9ec8-4fe9-9cf2-81e8df5f2f31 HTTP/1.1" status: 200 len: 811 time: 0.0340672 2026-04-07 01:16:50.200 10 INFO neutron.pecan_wsgi.hooks.translation [None req-7a5bb832-0365-4d86-956c-feb60f4aa685 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:16:50.203 10 INFO neutron.wsgi [None req-7a5bb832-0365-4d86-956c-feb60f4aa685 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] 10.0.0.78 "DELETE /v2.0/subnets/ca9d6f4f-909d-4b2d-9a17-96236e47b9fa HTTP/1.1" status: 404 len: 337 time: 0.0213141 2026-04-07 01:16:50.225 10 INFO neutron.pecan_wsgi.hooks.translation [None req-d0965f77-2ba5-46dd-934c-03ca6c8e1cd3 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:16:50.228 10 INFO neutron.wsgi [None req-d0965f77-2ba5-46dd-934c-03ca6c8e1cd3 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] 10.0.0.78 "DELETE /v2.0/networks/6c04f970-7f4a-4ccb-b447-d4ebb9707041 HTTP/1.1" status: 404 len: 339 time: 0.0195484 2026-04-07 01:16:50.458 9 INFO neutron.db.ovn_revision_numbers_db [None req-81718f38-cf08-4c5d-90ea-10896e1d05ce 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Successfully bumped revision number for resource e318a372-e4bd-407a-8d08-ce4c80418449 (type: security_groups) to 1 2026-04-07 01:16:50.479 9 INFO neutron.wsgi [None req-1572e912-aa0f-4518-a96e-b78948bb3543 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] 10.0.0.78 "DELETE /v2.0/subnets/816fe7e8-9ec8-4fe9-9cf2-81e8df5f2f31 HTTP/1.1" status: 204 len: 168 time: 0.2450233 2026-04-07 01:16:50.527 9 INFO neutron.db.segments_db [None req-81718f38-cf08-4c5d-90ea-10896e1d05ce 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Added segment f8bd51c6-45bd-45c3-90b0-010febdcd2d5 of type geneve for network d80d141b-7426-4ac7-bc2c-961de98c1dea 2026-04-07 01:16:50.646 9 INFO neutron.db.ovn_revision_numbers_db [None req-81718f38-cf08-4c5d-90ea-10896e1d05ce 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Successfully bumped revision number for resource d80d141b-7426-4ac7-bc2c-961de98c1dea (type: networks) to 1 2026-04-07 01:16:50.853 10 INFO neutron.wsgi [None req-d6c1ac42-2334-4a08-890f-e92a86b3b706 fdc6e909ea2440989a4111f7c901cf90 4328a689a44a44d4ba2d0c1af6f1d0e5 - - - -] 10.0.0.78 "DELETE /v2.0/networks/d133df9b-cfac-4bdb-b74c-56a35d49ff27 HTTP/1.1" status: 204 len: 168 time: 0.3671381 2026-04-07 01:16:50.858 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-81718f38-cf08-4c5d-90ea-10896e1d05ce 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] No more DHCP agents 2026-04-07 01:16:50.859 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-81718f38-cf08-4c5d-90ea-10896e1d05ce 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Unable to schedule network d80d141b-7426-4ac7-bc2c-961de98c1dea: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:50.926 9 INFO neutron.db.ovn_revision_numbers_db [None req-81718f38-cf08-4c5d-90ea-10896e1d05ce 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Successfully bumped revision number for resource 9127cbb2-0864-4e03-b180-b317a8004227 (type: ports) to 1 2026-04-07 01:16:50.950 9 INFO neutron.wsgi [None req-81718f38-cf08-4c5d-90ea-10896e1d05ce 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 847 time: 0.7623122 2026-04-07 01:16:51.446 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1a785a6b-5082-4cdf-9585-1d7e72f4ec04 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] No more DHCP agents 2026-04-07 01:16:51.448 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1a785a6b-5082-4cdf-9585-1d7e72f4ec04 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Unable to schedule network d80d141b-7426-4ac7-bc2c-961de98c1dea: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:51.519 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a785a6b-5082-4cdf-9585-1d7e72f4ec04 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Successfully bumped revision number for resource 03373a84-69d1-454b-8dd6-f0aad7cb4112 (type: ports) to 1 2026-04-07 01:16:51.539 9 INFO neutron.wsgi [None req-1a785a6b-5082-4cdf-9585-1d7e72f4ec04 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 978 time: 0.5836446 /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-04-07 01:16:51.550 10 INFO neutron.wsgi [None req-f28ce753-5ad1-4ec7-89b5-543f935a7de8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=4328a689a44a44d4ba2d0c1af6f1d0e5&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2844486 2026-04-07 01:16:51.627 9 INFO neutron.db.segments_db [None req-e99999aa-c694-4eeb-9d60-472d7c6e474f 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Added segment 37e10acd-c454-443a-8528-262ec8adff3c of type geneve for network 417e88dd-0a14-456d-9105-a80fc52d9018 2026-04-07 01:16:51.644 10 INFO neutron.services.segments.plugin [-] Segment 2f99d2dd-fdf5-4a49-92e1-71a2b97cffbb resource provider aggregate not found 2026-04-07 01:16:51.656 10 INFO neutron.services.segments.plugin [-] Segment 2f99d2dd-fdf5-4a49-92e1-71a2b97cffbb resource provider aggregate not found 2026-04-07 01:16:51.663 10 INFO neutron.services.segments.plugin [-] Segment 2f99d2dd-fdf5-4a49-92e1-71a2b97cffbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f99d2dd-fdf5-4a49-92e1-71a2b97cffbb found for delete ", "request_id": "req-2645bfe0-ba7e-4fa6-81f0-8047280caa20"}]} 2026-04-07 01:16:51.676 10 INFO neutron.services.segments.plugin [-] Segment 2f99d2dd-fdf5-4a49-92e1-71a2b97cffbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f99d2dd-fdf5-4a49-92e1-71a2b97cffbb found for delete ", "request_id": "req-ee0f53fa-c6b6-4bd3-a90c-2f5e4d9d7b31"}]} 2026-04-07 01:16:51.752 9 INFO neutron.db.ovn_revision_numbers_db [None req-e99999aa-c694-4eeb-9d60-472d7c6e474f 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Successfully bumped revision number for resource 417e88dd-0a14-456d-9105-a80fc52d9018 (type: networks) to 1 2026-04-07 01:16:51.786 10 INFO neutron.wsgi [None req-9998c0bd-f3c9-4c17-8165-e9b7301d532b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/6e3779d8-4137-4a11-81ea-92a12d071ea2 HTTP/1.1" status: 204 len: 168 time: 0.2305486 2026-04-07 01:16:51.939 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e99999aa-c694-4eeb-9d60-472d7c6e474f 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] No more DHCP agents 2026-04-07 01:16:51.942 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e99999aa-c694-4eeb-9d60-472d7c6e474f 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Unable to schedule network 417e88dd-0a14-456d-9105-a80fc52d9018: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:52.001 9 INFO neutron.db.ovn_revision_numbers_db [None req-e99999aa-c694-4eeb-9d60-472d7c6e474f 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Successfully bumped revision number for resource 44e23f81-1d44-4d43-ab7a-89cf43cdbc70 (type: ports) to 1 2026-04-07 01:16:52.019 9 INFO neutron.wsgi [None req-e99999aa-c694-4eeb-9d60-472d7c6e474f 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 835 time: 0.4744015 2026-04-07 01:16:52.252 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0b0972f0-a5c3-420c-8806-b9c71785a41b 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] No more DHCP agents 2026-04-07 01:16:52.255 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0b0972f0-a5c3-420c-8806-b9c71785a41b 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Unable to schedule network 417e88dd-0a14-456d-9105-a80fc52d9018: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:52.267 9 INFO neutron.db.ovn_revision_numbers_db [None req-0b0972f0-a5c3-420c-8806-b9c71785a41b 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Successfully bumped revision number for resource c507ed0c-c7eb-4de7-bede-fc590baa92da (type: subnets) to 0 2026-04-07 01:16:52.283 9 INFO neutron.wsgi [None req-0b0972f0-a5c3-420c-8806-b9c71785a41b 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 821 time: 0.2589800 2026-04-07 01:16:52.439 10 INFO neutron.db.ovn_revision_numbers_db [None req-5a057512-49b0-49cc-8023-dfc162e65610 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 448918b4-40ee-4aae-b187-0d8c5a7aaf4e (type: security_groups) to 1 2026-04-07 01:16:52.465 10 INFO neutron.wsgi [None req-5a057512-49b0-49cc-8023-dfc162e65610 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=91e4378fe3ce475bbaac03601fd8057c&name=default HTTP/1.1" status: 200 len: 2996 time: 0.4519074 2026-04-07 01:16:52.569 9 INFO neutron.db.ovn_revision_numbers_db [None req-e8ecdf87-1daf-408a-95dd-fff6e196f102 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource c88a27ce-4ab8-4534-8ccd-679afab04e90 (type: security_groups) to 1 2026-04-07 01:16:52.613 9 INFO neutron.wsgi [None req-e8ecdf87-1daf-408a-95dd-fff6e196f102 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=ee7816286da0452da90e813bcbdca40b&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2742391 2026-04-07 01:16:52.702 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0db7cff8-9e91-44e0-938b-bdbe57d4ec80 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] No more DHCP agents 2026-04-07 01:16:52.709 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0db7cff8-9e91-44e0-938b-bdbe57d4ec80 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Unable to schedule network 417e88dd-0a14-456d-9105-a80fc52d9018: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:52.824 9 INFO neutron.db.ovn_revision_numbers_db [None req-0db7cff8-9e91-44e0-938b-bdbe57d4ec80 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Successfully bumped revision number for resource 2f3d71ec-e1de-4e26-9e6c-f46742978930 (type: ports) to 1 2026-04-07 01:16:52.835 9 INFO neutron.wsgi [None req-f2e6b219-70f7-4340-b997-9d1ae1d5d7d4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/448918b4-40ee-4aae-b187-0d8c5a7aaf4e HTTP/1.1" status: 204 len: 168 time: 0.3604224 2026-04-07 01:16:52.862 9 INFO neutron.wsgi [None req-0db7cff8-9e91-44e0-938b-bdbe57d4ec80 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1161 time: 0.5730913 /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-04-07 01:16:52.926 9 INFO neutron.wsgi [None req-8955702e-aa9b-464f-a3b2-512fbaa89faa 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/c88a27ce-4ab8-4534-8ccd-679afab04e90 HTTP/1.1" status: 204 len: 168 time: 0.3093009 2026-04-07 01:16:53.138 9 INFO neutron.wsgi [None req-b1389a18-d263-4934-a1d8-a2b077e010a3 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] 10.0.0.78 "DELETE /v2.0/ports/2f3d71ec-e1de-4e26-9e6c-f46742978930 HTTP/1.1" status: 204 len: 168 time: 0.2707174 2026-04-07 01:16:53.165 10 INFO neutron.pecan_wsgi.hooks.translation [None req-42946b90-81bb-4178-942f-d89a7fb9988e 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:16:53.168 10 INFO neutron.wsgi [None req-42946b90-81bb-4178-942f-d89a7fb9988e 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] 10.0.0.78 "DELETE /v2.0/ports/2f3d71ec-e1de-4e26-9e6c-f46742978930 HTTP/1.1" status: 404 len: 333 time: 0.0262256 2026-04-07 01:16:53.189 10 INFO neutron.pecan_wsgi.hooks.translation [None req-1b68ae60-7599-41b3-b94a-7dd74b672f9d 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - default default] GET failed (client error): The resource could not be found. 2026-04-07 01:16:53.191 10 INFO neutron.wsgi [None req-1b68ae60-7599-41b3-b94a-7dd74b672f9d 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - default default] 10.0.0.78 "GET /v2.0/ports/2f3d71ec-e1de-4e26-9e6c-f46742978930 HTTP/1.1" status: 404 len: 333 time: 0.0184073 2026-04-07 01:16:53.383 10 INFO neutron.wsgi [None req-8d60cfe7-845e-4b0d-ac5a-602bc3c85743 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] 10.0.0.78 "DELETE /v2.0/subnets/c507ed0c-c7eb-4de7-bede-fc590baa92da HTTP/1.1" status: 204 len: 168 time: 0.1873987 2026-04-07 01:16:53.750 9 INFO neutron.services.segments.plugin [-] Segment 37e10acd-c454-443a-8528-262ec8adff3c resource provider aggregate not found 2026-04-07 01:16:53.755 9 INFO neutron.services.segments.plugin [-] Segment 37e10acd-c454-443a-8528-262ec8adff3c resource provider aggregate not found 2026-04-07 01:16:53.784 9 INFO neutron.services.segments.plugin [-] Segment 37e10acd-c454-443a-8528-262ec8adff3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37e10acd-c454-443a-8528-262ec8adff3c found for delete ", "request_id": "req-82dea100-95bd-4f79-b064-6e811b65f7d3"}]} 2026-04-07 01:16:53.814 9 INFO neutron.wsgi [None req-112d38ca-c4f0-4180-95f4-2e42b963d61a 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] 10.0.0.78 "DELETE /v2.0/networks/417e88dd-0a14-456d-9105-a80fc52d9018 HTTP/1.1" status: 204 len: 168 time: 0.4248977 2026-04-07 01:16:53.833 9 INFO neutron.db.ovn_revision_numbers_db [None req-21fe8075-eebb-4246-aabb-9459f47d00f8 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource 94d98850-8ed5-4c4d-9e48-62c75e7bd4cc (type: security_groups) to 1 2026-04-07 01:16:53.844 9 INFO neutron.services.segments.plugin [-] Segment 37e10acd-c454-443a-8528-262ec8adff3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37e10acd-c454-443a-8528-262ec8adff3c found for delete ", "request_id": "req-2e752f5c-02a1-40f0-bfbe-270885e16b0b"}]} 2026-04-07 01:16:53.886 9 INFO neutron.db.segments_db [None req-21fe8075-eebb-4246-aabb-9459f47d00f8 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Added segment 4bda1745-9f87-4f5a-97a4-a75e892b6f32 of type geneve for network b99d367c-1fbd-4030-a331-498ab717e2d9 2026-04-07 01:16:53.918 10 INFO neutron.db.segments_db [None req-c29c6cb8-43ed-40eb-b38a-e6fe8b6ead6c 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Added segment ef6d4aef-3b22-49fb-a2a2-cc08fc9665c9 of type geneve for network 17957b09-e247-4a80-b636-f769b7dd98ac 2026-04-07 01:16:54.008 9 INFO neutron.db.ovn_revision_numbers_db [None req-21fe8075-eebb-4246-aabb-9459f47d00f8 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource b99d367c-1fbd-4030-a331-498ab717e2d9 (type: networks) to 1 2026-04-07 01:16:54.057 10 INFO neutron.db.ovn_revision_numbers_db [None req-c29c6cb8-43ed-40eb-b38a-e6fe8b6ead6c 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Successfully bumped revision number for resource 17957b09-e247-4a80-b636-f769b7dd98ac (type: networks) to 1 2026-04-07 01:16:54.220 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-21fe8075-eebb-4246-aabb-9459f47d00f8 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] No more DHCP agents 2026-04-07 01:16:54.225 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-21fe8075-eebb-4246-aabb-9459f47d00f8 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Unable to schedule network b99d367c-1fbd-4030-a331-498ab717e2d9: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:54.259 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c29c6cb8-43ed-40eb-b38a-e6fe8b6ead6c 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] No more DHCP agents 2026-04-07 01:16:54.260 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c29c6cb8-43ed-40eb-b38a-e6fe8b6ead6c 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Unable to schedule network 17957b09-e247-4a80-b636-f769b7dd98ac: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:54.288 9 INFO neutron.db.ovn_revision_numbers_db [None req-21fe8075-eebb-4246-aabb-9459f47d00f8 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource c5b456d5-862b-4a40-a11c-274bcdfe00dd (type: ports) to 1 2026-04-07 01:16:54.310 9 INFO neutron.wsgi [None req-21fe8075-eebb-4246-aabb-9459f47d00f8 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 832 time: 0.7740757 2026-04-07 01:16:54.332 10 INFO neutron.db.ovn_revision_numbers_db [None req-c29c6cb8-43ed-40eb-b38a-e6fe8b6ead6c 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Successfully bumped revision number for resource f9a1adda-141c-4a62-a60e-2785127cbb8d (type: ports) to 1 2026-04-07 01:16:54.353 10 INFO neutron.wsgi [None req-c29c6cb8-43ed-40eb-b38a-e6fe8b6ead6c 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 835 time: 0.5334499 2026-04-07 01:16:54.406 10 INFO neutron.db.segments_db [None req-d0e2a055-c0d2-4f49-961d-fda2df000a62 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Added segment 5aaf2a3d-3974-4c8e-bf8c-d721dd7eadca of type geneve for network 62b3ac66-d0f5-4074-a33a-51e81163d06c 2026-04-07 01:16:54.548 10 INFO neutron.db.ovn_revision_numbers_db [None req-d0e2a055-c0d2-4f49-961d-fda2df000a62 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource 62b3ac66-d0f5-4074-a33a-51e81163d06c (type: networks) to 1 2026-04-07 01:16:54.727 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b7ee3eb8-d1f2-4442-85c6-aa9ec576219d 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] No more DHCP agents 2026-04-07 01:16:54.729 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b7ee3eb8-d1f2-4442-85c6-aa9ec576219d 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Unable to schedule network 17957b09-e247-4a80-b636-f769b7dd98ac: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:54.757 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d0e2a055-c0d2-4f49-961d-fda2df000a62 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] No more DHCP agents 2026-04-07 01:16:54.758 10 INFO neutron.db.ovn_revision_numbers_db [None req-b7ee3eb8-d1f2-4442-85c6-aa9ec576219d 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Successfully bumped revision number for resource 9a428cef-60ce-4256-9b6a-57512b573d24 (type: subnets) to 0 2026-04-07 01:16:54.761 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d0e2a055-c0d2-4f49-961d-fda2df000a62 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Unable to schedule network 62b3ac66-d0f5-4074-a33a-51e81163d06c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:54.781 10 INFO neutron.wsgi [None req-b7ee3eb8-d1f2-4442-85c6-aa9ec576219d 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 821 time: 0.3992348 2026-04-07 01:16:54.820 10 INFO neutron.db.ovn_revision_numbers_db [None req-d0e2a055-c0d2-4f49-961d-fda2df000a62 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource 7020b7e1-2d8e-4901-9cf1-4b69078c8009 (type: ports) to 1 2026-04-07 01:16:54.838 10 INFO neutron.wsgi [None req-d0e2a055-c0d2-4f49-961d-fda2df000a62 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 832 time: 0.5166123 2026-04-07 01:16:55.137 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-537b88b8-c58e-495c-ae50-613d57cf7f4b 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] No more DHCP agents 2026-04-07 01:16:55.140 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-537b88b8-c58e-495c-ae50-613d57cf7f4b 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Unable to schedule network 17957b09-e247-4a80-b636-f769b7dd98ac: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:55.237 9 INFO neutron.db.ovn_revision_numbers_db [None req-537b88b8-c58e-495c-ae50-613d57cf7f4b 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Successfully bumped revision number for resource e963a226-f8c1-435d-8564-a4187cb8d52a (type: ports) to 1 2026-04-07 01:16:55.259 9 INFO neutron.wsgi [None req-537b88b8-c58e-495c-ae50-613d57cf7f4b 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1122 time: 0.4702885 2026-04-07 01:16:55.429 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5af6e0a4-0d62-4ec2-a7c7-7fd4d22e3b52 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] No more DHCP agents 2026-04-07 01:16:55.432 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5af6e0a4-0d62-4ec2-a7c7-7fd4d22e3b52 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Unable to schedule network b99d367c-1fbd-4030-a331-498ab717e2d9: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:55.449 10 INFO neutron.db.ovn_revision_numbers_db [None req-5af6e0a4-0d62-4ec2-a7c7-7fd4d22e3b52 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource ad39a7e9-22cd-4705-80a2-37d684ebc62d (type: subnets) to 0 2026-04-07 01:16:55.466 10 INFO neutron.wsgi [None req-5af6e0a4-0d62-4ec2-a7c7-7fd4d22e3b52 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 821 time: 0.6221633 2026-04-07 01:16:55.526 10 INFO neutron.db.ovn_revision_numbers_db [None req-16db560a-c34a-4715-a32b-cbfdac1dcc28 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 51c0db28-be25-4260-b110-12a015a86d0e (type: security_groups) to 1 2026-04-07 01:16:55.550 10 INFO neutron.wsgi [None req-16db560a-c34a-4715-a32b-cbfdac1dcc28 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=91358500141e44c0b44a8b76a5f32d20&name=default HTTP/1.1" status: 200 len: 2996 time: 0.3443775 2026-04-07 01:16:55.559 9 INFO neutron.wsgi [None req-6f10b73e-4176-4d0d-8305-aecc3b9d1d12 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] 10.0.0.78 "DELETE /v2.0/ports/e963a226-f8c1-435d-8564-a4187cb8d52a HTTP/1.1" status: 204 len: 168 time: 0.2947381 2026-04-07 01:16:55.592 10 INFO neutron.pecan_wsgi.hooks.translation [None req-4e7c4305-0a5a-4264-9368-05bc3c06fe0e 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - default default] GET failed (client error): The resource could not be found. 2026-04-07 01:16:55.593 10 INFO neutron.wsgi [None req-4e7c4305-0a5a-4264-9368-05bc3c06fe0e 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - default default] 10.0.0.78 "GET /v2.0/ports/e963a226-f8c1-435d-8564-a4187cb8d52a HTTP/1.1" status: 404 len: 333 time: 0.0288830 2026-04-07 01:16:55.733 9 INFO neutron.wsgi [None req-31a9fa0b-84d3-408e-8aac-656d817eb1d5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/51c0db28-be25-4260-b110-12a015a86d0e HTTP/1.1" status: 204 len: 168 time: 0.1775727 2026-04-07 01:16:55.804 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f9b93121-0858-4b55-998b-a99829cccab3 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] No more DHCP agents 2026-04-07 01:16:55.808 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f9b93121-0858-4b55-998b-a99829cccab3 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Unable to schedule network 62b3ac66-d0f5-4074-a33a-51e81163d06c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:55.822 10 INFO neutron.db.ovn_revision_numbers_db [None req-f9b93121-0858-4b55-998b-a99829cccab3 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource a227cbbd-3098-4b23-800c-25a8a480b226 (type: subnets) to 0 2026-04-07 01:16:55.833 10 INFO neutron.wsgi [None req-685e2616-49ed-4380-8ebe-ea14d603f545 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] 10.0.0.78 "DELETE /v2.0/subnets/9a428cef-60ce-4256-9b6a-57512b573d24 HTTP/1.1" status: 204 len: 168 time: 0.2340136 2026-04-07 01:16:55.852 10 INFO neutron.wsgi [None req-f9b93121-0858-4b55-998b-a99829cccab3 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 830 time: 0.3801475 2026-04-07 01:16:56.068 10 INFO neutron.db.ovn_revision_numbers_db [None req-9f5ebeae-e26c-4b20-bf98-6e829d7c9531 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource 3d278590-45ad-4165-883c-e977a9a93c68 (type: routers) to 1 2026-04-07 01:16:56.085 10 INFO neutron.wsgi [None req-9f5ebeae-e26c-4b20-bf98-6e829d7c9531 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 690 time: 0.2276094 2026-04-07 01:16:56.230 9 INFO neutron.db.ovn_revision_numbers_db [None req-eabf580c-c800-46f3-9df8-b1f6a2aa672e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 26d7b6ab-864a-4bd4-bbc8-1769b299101e (type: security_groups) to 1 2026-04-07 01:16:56.258 9 INFO neutron.wsgi [None req-eabf580c-c800-46f3-9df8-b1f6a2aa672e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=886beb399d1e407fa2b1edd5a52ba2de&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2982368 2026-04-07 01:16:56.353 10 INFO neutron.services.segments.plugin [-] Segment ef6d4aef-3b22-49fb-a2a2-cc08fc9665c9 resource provider aggregate not found 2026-04-07 01:16:56.389 10 INFO neutron.services.segments.plugin [-] Segment ef6d4aef-3b22-49fb-a2a2-cc08fc9665c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef6d4aef-3b22-49fb-a2a2-cc08fc9665c9 found for delete ", "request_id": "req-6a55103b-b97f-4076-a632-aff587253976"}]} 2026-04-07 01:16:56.401 10 INFO neutron.services.segments.plugin [-] Segment ef6d4aef-3b22-49fb-a2a2-cc08fc9665c9 resource provider aggregate not found 2026-04-07 01:16:56.419 10 INFO neutron.services.segments.plugin [-] Segment ef6d4aef-3b22-49fb-a2a2-cc08fc9665c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef6d4aef-3b22-49fb-a2a2-cc08fc9665c9 found for delete ", "request_id": "req-6251fefb-e6f2-44ef-ac62-6112cbf8834e"}]} 2026-04-07 01:16:56.450 10 INFO neutron.wsgi [None req-a1c04216-1620-4a8a-91e7-fad06acca56c 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] 10.0.0.78 "DELETE /v2.0/networks/17957b09-e247-4a80-b636-f769b7dd98ac HTTP/1.1" status: 204 len: 168 time: 0.6121922 2026-04-07 01:16:56.505 9 INFO neutron.wsgi [None req-6a159cf7-2b9f-4b3c-91bd-b20573f66559 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/26d7b6ab-864a-4bd4-bbc8-1769b299101e HTTP/1.1" status: 204 len: 168 time: 0.2436454 2026-04-07 01:16:56.604 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-920dee79-d9e6-4027-bc47-2829cf53ed5c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] No more DHCP agents 2026-04-07 01:16:56.612 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-920dee79-d9e6-4027-bc47-2829cf53ed5c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] Unable to schedule network b99d367c-1fbd-4030-a331-498ab717e2d9: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:56.699 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4da039bd-21c6-44a4-8728-809fc789359b 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] No more DHCP agents 2026-04-07 01:16:56.700 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4da039bd-21c6-44a4-8728-809fc789359b 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Unable to schedule network d80d141b-7426-4ac7-bc2c-961de98c1dea: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:56.710 10 INFO neutron.db.ovn_revision_numbers_db [None req-920dee79-d9e6-4027-bc47-2829cf53ed5c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] Successfully bumped revision number for resource c97034e4-e07f-4951-922e-2eaeb630bedf (type: ports) to 1 2026-04-07 01:16:56.766 9 INFO neutron.db.ovn_revision_numbers_db [None req-4da039bd-21c6-44a4-8728-809fc789359b 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Successfully bumped revision number for resource 1012c373-19ec-4508-a0e6-bf95dd99deef (type: ports) to 1 2026-04-07 01:16:56.792 9 INFO neutron.wsgi [None req-4da039bd-21c6-44a4-8728-809fc789359b 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 978 time: 0.3361757 /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-04-07 01:16:57.037 9 INFO neutron.db.ovn_revision_numbers_db [None req-05b30f87-c718-43b3-a674-df6afb5a8fe6 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] Successfully bumped revision number for resource 1012c373-19ec-4508-a0e6-bf95dd99deef (type: ports) to 2 2026-04-07 01:16:57.048 9 INFO neutron.wsgi [None req-05b30f87-c718-43b3-a674-df6afb5a8fe6 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] 10.0.0.78 "PUT /v2.0/ports/1012c373-19ec-4508-a0e6-bf95dd99deef HTTP/1.1" status: 200 len: 946 time: 0.2509511 /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-04-07 01:16:57.139 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: c97034e4-e07f-4951-922e-2eaeb630bedf 2026-04-07 01:16:57.146 10 INFO neutron.db.ovn_revision_numbers_db [None req-920dee79-d9e6-4027-bc47-2829cf53ed5c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] Successfully bumped revision number for resource c97034e4-e07f-4951-922e-2eaeb630bedf (type: router_ports) to 2 2026-04-07 01:16:57.148 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port c97034e4-e07f-4951-922e-2eaeb630bedf 2026-04-07 01:16:57.486 10 INFO neutron.db.ovn_revision_numbers_db [None req-920dee79-d9e6-4027-bc47-2829cf53ed5c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] Successfully bumped revision number for resource c97034e4-e07f-4951-922e-2eaeb630bedf (type: ports) to 2 2026-04-07 01:16:57.511 9 INFO neutron.wsgi [None req-04028434-7bfa-46e4-8b67-4a063084d036 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] 10.0.0.78 "DELETE /v2.0/ports/1012c373-19ec-4508-a0e6-bf95dd99deef HTTP/1.1" status: 204 len: 168 time: 0.4577589 2026-04-07 01:16:57.579 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-920dee79-d9e6-4027-bc47-2829cf53ed5c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] No more DHCP agents 2026-04-07 01:16:57.580 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-920dee79-d9e6-4027-bc47-2829cf53ed5c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] Unable to schedule network b99d367c-1fbd-4030-a331-498ab717e2d9: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:57.601 9 INFO neutron.wsgi [None req-a6d9fd8a-6b29-422b-b195-70b81c04ac05 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - default default] 10.0.0.78 "GET /v2.0/ports HTTP/1.1" status: 200 len: 1733 time: 0.0842652 2026-04-07 01:16:57.623 9 INFO neutron.pecan_wsgi.hooks.translation [None req-464cf62e-aa33-4c58-95fe-accbcc451d06 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - default default] GET failed (client error): The resource could not be found. 2026-04-07 01:16:57.625 9 INFO neutron.wsgi [None req-464cf62e-aa33-4c58-95fe-accbcc451d06 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - default default] 10.0.0.78 "GET /v2.0/ports/1012c373-19ec-4508-a0e6-bf95dd99deef HTTP/1.1" status: 404 len: 333 time: 0.0177727 2026-04-07 01:16:57.668 9 INFO neutron.wsgi [None req-fcc3a0b0-cc1b-441e-aa5a-116b9daffa2c 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - default default] 10.0.0.78 "GET /v2.0/ports HTTP/1.1" status: 200 len: 1733 time: 0.0387194 2026-04-07 01:16:57.692 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource c97034e4-e07f-4951-922e-2eaeb630bedf (type: ports) to 3 2026-04-07 01:16:57.702 9 INFO neutron.wsgi [None req-56728971-b128-4fe5-9e5f-354c46f86f0a 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - default default] 10.0.0.78 "GET /v2.0/ports/03373a84-69d1-454b-8dd6-f0aad7cb4112 HTTP/1.1" status: 200 len: 973 time: 0.0269403 2026-04-07 01:16:57.728 9 INFO neutron.pecan_wsgi.hooks.translation [None req-90de80bf-1305-4025-b6fd-089f2214fa56 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:16:57.730 9 INFO neutron.wsgi [None req-90de80bf-1305-4025-b6fd-089f2214fa56 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] 10.0.0.78 "DELETE /v2.0/ports/e963a226-f8c1-435d-8564-a4187cb8d52a HTTP/1.1" status: 404 len: 333 time: 0.0235202 2026-04-07 01:16:57.754 9 INFO neutron.pecan_wsgi.hooks.translation [None req-4bdf6b85-73b2-47fa-82da-81a665cb9677 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:16:57.757 9 INFO neutron.wsgi [None req-4bdf6b85-73b2-47fa-82da-81a665cb9677 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] 10.0.0.78 "DELETE /v2.0/subnets/9a428cef-60ce-4256-9b6a-57512b573d24 HTTP/1.1" status: 404 len: 337 time: 0.0200949 2026-04-07 01:16:57.781 9 INFO neutron.pecan_wsgi.hooks.translation [None req-c720d1c4-6ac8-48bc-8665-4896e1097fae 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:16:57.785 9 INFO neutron.wsgi [None req-c720d1c4-6ac8-48bc-8665-4896e1097fae 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] 10.0.0.78 "DELETE /v2.0/subnets/c507ed0c-c7eb-4de7-bede-fc590baa92da HTTP/1.1" status: 404 len: 337 time: 0.0223091 2026-04-07 01:16:57.830 10 INFO neutron.db.ovn_revision_numbers_db [None req-920dee79-d9e6-4027-bc47-2829cf53ed5c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource c97034e4-e07f-4951-922e-2eaeb630bedf (type: router_ports) to 3 2026-04-07 01:16:57.832 10 INFO neutron.wsgi [None req-920dee79-d9e6-4027-bc47-2829cf53ed5c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "PUT /v2.0/routers/3d278590-45ad-4165-883c-e977a9a93c68/add_router_interface HTTP/1.1" status: 200 len: 503 time: 1.7432916 2026-04-07 01:16:57.900 10 INFO neutron.db.ovn_revision_numbers_db [None req-5c91d742-922f-4479-9526-22264f9a7bfb 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Successfully bumped revision number for resource 2e7e8615-5e24-4633-9a22-7a4ffbc0106d (type: security_groups) to 1 2026-04-07 01:16:57.963 9 INFO neutron.wsgi [None req-a0eb9e17-f246-436c-978c-e35ebe78d76d 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] 10.0.0.78 "GET /v2.0/ports/c97034e4-e07f-4951-922e-2eaeb630bedf HTTP/1.1" status: 200 len: 1141 time: 0.1253047 2026-04-07 01:16:57.975 10 INFO neutron.db.segments_db [None req-5c91d742-922f-4479-9526-22264f9a7bfb 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Added segment 8318162a-bb2e-4dd4-8552-2553d966b8cf of type geneve for network addbe01c-808e-45bb-b1dc-53371f8ce928 2026-04-07 01:16:58.099 9 INFO neutron.wsgi [None req-cdf41165-f87a-4eb6-af29-44960a954e0d 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] 10.0.0.78 "DELETE /v2.0/ports/03373a84-69d1-454b-8dd6-f0aad7cb4112 HTTP/1.1" status: 204 len: 168 time: 0.3096209 2026-04-07 01:16:58.175 10 INFO neutron.db.segments_db [None req-5c91d742-922f-4479-9526-22264f9a7bfb 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Added segment 9c69b1b4-78f8-4957-8722-48d3d5ea8a25 of type geneve for network 0f15bc5a-7922-4885-959a-ca21a78bd0e4 2026-04-07 01:16:58.360 10 INFO neutron.db.ovn_revision_numbers_db [None req-5c91d742-922f-4479-9526-22264f9a7bfb 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Successfully bumped revision number for resource addbe01c-808e-45bb-b1dc-53371f8ce928 (type: networks) to 1 2026-04-07 01:16:58.493 9 INFO neutron.services.segments.plugin [-] Segment f8bd51c6-45bd-45c3-90b0-010febdcd2d5 resource provider aggregate not found 2026-04-07 01:16:58.498 9 INFO neutron.services.segments.plugin [-] Segment f8bd51c6-45bd-45c3-90b0-010febdcd2d5 resource provider aggregate not found 2026-04-07 01:16:58.522 9 INFO neutron.services.segments.plugin [-] Segment f8bd51c6-45bd-45c3-90b0-010febdcd2d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8bd51c6-45bd-45c3-90b0-010febdcd2d5 found for delete ", "request_id": "req-cc2e8047-0058-42c9-9c02-2524797a3ae1"}]} 2026-04-07 01:16:58.523 9 INFO neutron.services.segments.plugin [-] Segment f8bd51c6-45bd-45c3-90b0-010febdcd2d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8bd51c6-45bd-45c3-90b0-010febdcd2d5 found for delete ", "request_id": "req-02164b43-8783-4335-8f91-bfe336d96070"}]} 2026-04-07 01:16:58.549 9 INFO neutron.wsgi [None req-7e29bf0f-d989-487c-953d-6299fb98df62 0d4e3ddf432c4a6f8dbccc1469c7a511 95ea3aaecbe448a7b0d5f42e9f6181c2 - - - -] 10.0.0.78 "DELETE /v2.0/networks/d80d141b-7426-4ac7-bc2c-961de98c1dea HTTP/1.1" status: 204 len: 168 time: 0.4441736 2026-04-07 01:16:58.637 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5c91d742-922f-4479-9526-22264f9a7bfb 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] No more DHCP agents 2026-04-07 01:16:58.640 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5c91d742-922f-4479-9526-22264f9a7bfb 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Unable to schedule network addbe01c-808e-45bb-b1dc-53371f8ce928: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:58.659 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-78f87b0d-138d-4734-9142-99ca571616ba 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] No more DHCP agents 2026-04-07 01:16:58.664 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-78f87b0d-138d-4734-9142-99ca571616ba 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] Unable to schedule network 62b3ac66-d0f5-4074-a33a-51e81163d06c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:58.759 10 INFO neutron.db.ovn_revision_numbers_db [None req-5c91d742-922f-4479-9526-22264f9a7bfb 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Successfully bumped revision number for resource d16d5311-82a5-4a5b-a1fd-d98d93f29398 (type: ports) to 1 2026-04-07 01:16:58.830 10 INFO neutron.db.ovn_revision_numbers_db [None req-78f87b0d-138d-4734-9142-99ca571616ba 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] Successfully bumped revision number for resource ad1996a8-3d34-43e4-9146-4b22f66b7793 (type: ports) to 1 2026-04-07 01:16:58.838 10 INFO neutron.db.ovn_revision_numbers_db [None req-5c91d742-922f-4479-9526-22264f9a7bfb 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Successfully bumped revision number for resource 0f15bc5a-7922-4885-959a-ca21a78bd0e4 (type: networks) to 1 2026-04-07 01:16:59.107 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5c91d742-922f-4479-9526-22264f9a7bfb 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] No more DHCP agents 2026-04-07 01:16:59.108 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5c91d742-922f-4479-9526-22264f9a7bfb 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Unable to schedule network 0f15bc5a-7922-4885-959a-ca21a78bd0e4: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:59.210 10 INFO neutron.db.ovn_revision_numbers_db [None req-5c91d742-922f-4479-9526-22264f9a7bfb 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Successfully bumped revision number for resource 0f7c767c-e915-4482-9312-24e17d369d66 (type: ports) to 1 2026-04-07 01:16:59.280 9 INFO neutron.wsgi [None req-7f2b99ed-0b80-4faa-bfa5-11a6abaf4a5c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=95ea3aaecbe448a7b0d5f42e9f6181c2&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2073224 2026-04-07 01:16:59.428 10 INFO neutron.wsgi [None req-5c91d742-922f-4479-9526-22264f9a7bfb 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 1445 time: 1.9042621 2026-04-07 01:16:59.502 9 INFO neutron.wsgi [None req-043fcf0a-b2a1-44e8-8e3c-d425de400a03 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/e318a372-e4bd-407a-8d08-ce4c80418449 HTTP/1.1" status: 204 len: 168 time: 0.2160962 2026-04-07 01:16:59.517 9 INFO neutron.wsgi [None req-04bf2547-8045-4170-9643-728961acd72f 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - default default] 10.0.0.78 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2051 time: 0.0831547 2026-04-07 01:16:59.550 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: ad1996a8-3d34-43e4-9146-4b22f66b7793 2026-04-07 01:16:59.564 10 INFO neutron.db.ovn_revision_numbers_db [None req-78f87b0d-138d-4734-9142-99ca571616ba 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] Successfully bumped revision number for resource ad1996a8-3d34-43e4-9146-4b22f66b7793 (type: router_ports) to 2 2026-04-07 01:16:59.564 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port ad1996a8-3d34-43e4-9146-4b22f66b7793 2026-04-07 01:16:59.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017910 2026-04-07 01:16:59.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0014052 2026-04-07 01:16:59.674 10 INFO neutron.db.ovn_revision_numbers_db [None req-78f87b0d-138d-4734-9142-99ca571616ba 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] Successfully bumped revision number for resource ad1996a8-3d34-43e4-9146-4b22f66b7793 (type: ports) to 2 2026-04-07 01:16:59.744 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-78f87b0d-138d-4734-9142-99ca571616ba 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] No more DHCP agents 2026-04-07 01:16:59.746 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-78f87b0d-138d-4734-9142-99ca571616ba 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] Unable to schedule network 62b3ac66-d0f5-4074-a33a-51e81163d06c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:16:59.912 10 INFO neutron.db.ovn_revision_numbers_db [None req-78f87b0d-138d-4734-9142-99ca571616ba 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource ad1996a8-3d34-43e4-9146-4b22f66b7793 (type: router_ports) to 3 2026-04-07 01:16:59.915 10 INFO neutron.wsgi [None req-78f87b0d-138d-4734-9142-99ca571616ba 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "PUT /v2.0/routers/3d278590-45ad-4165-883c-e977a9a93c68/add_router_interface HTTP/1.1" status: 200 len: 503 time: 1.9479353 2026-04-07 01:16:59.951 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource ad1996a8-3d34-43e4-9146-4b22f66b7793 (type: ports) to 3 2026-04-07 01:16:59.964 10 INFO neutron.wsgi [None req-03faaaf8-b6a1-4b32-b3c2-7cfa83fc8b9e 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] 10.0.0.78 "GET /v2.0/ports/ad1996a8-3d34-43e4-9146-4b22f66b7793 HTTP/1.1" status: 200 len: 1149 time: 0.0421913 2026-04-07 01:17:00.004 10 INFO neutron.wsgi [None req-1e9fccea-e9f7-4d65-a3fc-70314c3f0def 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] 10.0.0.78 "GET /v2.0/ports/ad1996a8-3d34-43e4-9146-4b22f66b7793 HTTP/1.1" status: 200 len: 1149 time: 0.0333259 2026-04-07 01:17:00.043 9 INFO neutron.wsgi [None req-418a25ef-de85-42ed-af89-054a9852ab9c 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] 10.0.0.78 "DELETE /v2.0/networks/addbe01c-808e-45bb-b1dc-53371f8ce928 HTTP/1.1" status: 204 len: 168 time: 0.5192850 2026-04-07 01:17:00.109 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource ad1996a8-3d34-43e4-9146-4b22f66b7793 (type: router_ports) to 3 2026-04-07 01:17:00.469 9 INFO neutron.wsgi [None req-00b6b86f-310a-4768-8df2-390caf1726d9 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] 10.0.0.78 "DELETE /v2.0/networks/0f15bc5a-7922-4885-959a-ca21a78bd0e4 HTTP/1.1" status: 204 len: 168 time: 0.4117603 2026-04-07 01:17:00.544 9 INFO neutron.wsgi [None req-79a8c9a8-fab7-4fd7-9b1c-b7ae5d8531d7 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - default default] 10.0.0.78 "GET /v2.0/networks HTTP/1.1" status: 200 len: 845 time: 0.0680904 2026-04-07 01:17:00.550 9 INFO neutron.services.segments.plugin [-] Segment 8318162a-bb2e-4dd4-8552-2553d966b8cf resource provider aggregate not found 2026-04-07 01:17:00.557 9 INFO neutron.services.segments.plugin [-] Segment 8318162a-bb2e-4dd4-8552-2553d966b8cf resource provider aggregate not found 2026-04-07 01:17:00.572 9 INFO neutron.services.segments.plugin [-] Segment 8318162a-bb2e-4dd4-8552-2553d966b8cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8318162a-bb2e-4dd4-8552-2553d966b8cf found for delete ", "request_id": "req-0203f764-8f04-4b7c-9e62-a8cc9baa7b50"}]} 2026-04-07 01:17:00.580 9 INFO neutron.services.segments.plugin [-] Segment 8318162a-bb2e-4dd4-8552-2553d966b8cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8318162a-bb2e-4dd4-8552-2553d966b8cf found for delete ", "request_id": "req-27552748-5e20-494f-aaf4-2a32571ac06b"}]} 2026-04-07 01:17:00.598 9 INFO neutron.services.segments.plugin [-] Segment 9c69b1b4-78f8-4957-8722-48d3d5ea8a25 resource provider aggregate not found 2026-04-07 01:17:00.607 9 INFO neutron.services.segments.plugin [-] Segment 9c69b1b4-78f8-4957-8722-48d3d5ea8a25 resource provider aggregate not found 2026-04-07 01:17:00.619 9 INFO neutron.services.segments.plugin [-] Segment 9c69b1b4-78f8-4957-8722-48d3d5ea8a25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c69b1b4-78f8-4957-8722-48d3d5ea8a25 found for delete ", "request_id": "req-fc12ee51-80b4-46ed-9a0f-a05d0bfec179"}]} 2026-04-07 01:17:00.622 9 INFO neutron.services.segments.plugin [-] Segment 9c69b1b4-78f8-4957-8722-48d3d5ea8a25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c69b1b4-78f8-4957-8722-48d3d5ea8a25 found for delete ", "request_id": "req-d8490a96-7c98-4608-87aa-ecc760ffb07d"}]} 2026-04-07 01:17:00.681 10 INFO neutron.db.segments_db [None req-5a0a97e4-61d0-4df4-94a3-3a2659d9b2b7 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Added segment 9adc9e7c-5943-4c5f-a60f-e84f45066220 of type geneve for network fee2333c-0d2e-4993-9309-5114603e3f68 2026-04-07 01:17:00.810 10 INFO neutron.wsgi [None req-df187ba7-4b5f-4cdd-9540-ec13fa6d68c8 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "PUT /v2.0/routers/3d278590-45ad-4165-883c-e977a9a93c68/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 0.7987885 2026-04-07 01:17:00.851 9 INFO neutron.wsgi [None req-0a3d158b-828e-494b-bf96-6ccc2a4c81ce 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] 10.0.0.78 "GET /v2.0/ports/c97034e4-e07f-4951-922e-2eaeb630bedf HTTP/1.1" status: 200 len: 1141 time: 0.0353260 /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-04-07 01:17:00.877 10 INFO neutron.db.ovn_revision_numbers_db [None req-5a0a97e4-61d0-4df4-94a3-3a2659d9b2b7 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Successfully bumped revision number for resource fee2333c-0d2e-4993-9309-5114603e3f68 (type: networks) to 1 2026-04-07 01:17:01.155 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5a0a97e4-61d0-4df4-94a3-3a2659d9b2b7 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] No more DHCP agents 2026-04-07 01:17:01.160 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5a0a97e4-61d0-4df4-94a3-3a2659d9b2b7 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Unable to schedule network fee2333c-0d2e-4993-9309-5114603e3f68: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:01.271 10 INFO neutron.db.ovn_revision_numbers_db [None req-5a0a97e4-61d0-4df4-94a3-3a2659d9b2b7 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Successfully bumped revision number for resource 0656395f-528c-4c5c-945b-0ba5344641c3 (type: ports) to 1 2026-04-07 01:17:01.304 10 INFO neutron.wsgi [None req-5a0a97e4-61d0-4df4-94a3-3a2659d9b2b7 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 852 time: 0.7483940 2026-04-07 01:17:01.412 9 INFO neutron.db.segments_db [None req-fbeb1dfa-7302-4b98-b791-3881fd1a4f11 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Added segment 5b3bb6fa-9022-4e02-81b4-20adc1950ebd of type geneve for network 7300c964-ed3c-447a-8bd2-dd328610d4bc 2026-04-07 01:17:01.552 9 INFO neutron.db.ovn_revision_numbers_db [None req-fbeb1dfa-7302-4b98-b791-3881fd1a4f11 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Successfully bumped revision number for resource 7300c964-ed3c-447a-8bd2-dd328610d4bc (type: networks) to 1 2026-04-07 01:17:01.669 10 INFO neutron.wsgi [None req-aba9a7e0-a072-4dd2-91e8-bd8961a62d6f 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "PUT /v2.0/routers/3d278590-45ad-4165-883c-e977a9a93c68/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 0.8110051 /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-04-07 01:17:01.791 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fbeb1dfa-7302-4b98-b791-3881fd1a4f11 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] No more DHCP agents 2026-04-07 01:17:01.796 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fbeb1dfa-7302-4b98-b791-3881fd1a4f11 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Unable to schedule network 7300c964-ed3c-447a-8bd2-dd328610d4bc: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:01.868 9 INFO neutron.db.ovn_revision_numbers_db [None req-e4ed10fc-8981-444c-a179-fee304e53d41 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Successfully bumped revision number for resource ff80be05-0a07-4bfe-a4a6-d6af642e9754 (type: security_groups) to 1 2026-04-07 01:17:01.876 9 INFO neutron.db.ovn_revision_numbers_db [None req-fbeb1dfa-7302-4b98-b791-3881fd1a4f11 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Successfully bumped revision number for resource aa211047-e81d-4c7d-9384-bd9449a254ad (type: ports) to 1 2026-04-07 01:17:01.904 9 INFO neutron.wsgi [None req-fbeb1dfa-7302-4b98-b791-3881fd1a4f11 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 852 time: 0.5924728 2026-04-07 01:17:01.924 10 INFO neutron.wsgi [None req-c0771a47-00f2-4cf1-a503-7ac9528c6003 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=3d278590-45ad-4165-883c-e977a9a93c68 HTTP/1.1" status: 200 len: 205 time: 0.2496495 2026-04-07 01:17:01.933 9 INFO neutron.db.segments_db [None req-e4ed10fc-8981-444c-a179-fee304e53d41 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Added segment 4eae357c-f6a9-4777-8407-f00aa2eeb10d of type geneve for network 13d13101-d237-4631-87d7-c0fa48da684d 2026-04-07 01:17:02.086 9 INFO neutron.db.ovn_revision_numbers_db [None req-e4ed10fc-8981-444c-a179-fee304e53d41 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Successfully bumped revision number for resource 13d13101-d237-4631-87d7-c0fa48da684d (type: networks) to 1 2026-04-07 01:17:02.178 10 INFO neutron.wsgi [None req-06d7ef94-ee92-43f6-9dd6-3860c0023c2c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "DELETE /v2.0/routers/3d278590-45ad-4165-883c-e977a9a93c68 HTTP/1.1" status: 204 len: 168 time: 0.2489977 2026-04-07 01:17:02.334 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e4ed10fc-8981-444c-a179-fee304e53d41 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] No more DHCP agents 2026-04-07 01:17:02.338 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e4ed10fc-8981-444c-a179-fee304e53d41 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Unable to schedule network 13d13101-d237-4631-87d7-c0fa48da684d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:02.347 10 INFO neutron.wsgi [None req-fd47c7e6-83b6-460d-8dd9-2564344acdb3 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "DELETE /v2.0/subnets/a227cbbd-3098-4b23-800c-25a8a480b226 HTTP/1.1" status: 204 len: 168 time: 0.1651254 2026-04-07 01:17:02.416 9 INFO neutron.db.ovn_revision_numbers_db [None req-e4ed10fc-8981-444c-a179-fee304e53d41 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Successfully bumped revision number for resource 265bf983-2299-4672-a30d-7ffc1987e96d (type: ports) to 1 2026-04-07 01:17:02.437 9 INFO neutron.wsgi [None req-e4ed10fc-8981-444c-a179-fee304e53d41 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 843 time: 1.1429546 /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-04-07 01:17:02.526 10 INFO neutron.wsgi [None req-869c8b5f-05ab-4655-ad29-d3b787b0bdfe 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "DELETE /v2.0/subnets/ad39a7e9-22cd-4705-80a2-37d684ebc62d HTTP/1.1" status: 204 len: 168 time: 0.1749182 2026-04-07 01:17:02.790 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9bb23374-d032-4461-bec2-2ae63a2bdca4 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] No more DHCP agents 2026-04-07 01:17:02.796 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9bb23374-d032-4461-bec2-2ae63a2bdca4 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Unable to schedule network fee2333c-0d2e-4993-9309-5114603e3f68: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:02.898 9 INFO neutron.db.ovn_revision_numbers_db [None req-9bb23374-d032-4461-bec2-2ae63a2bdca4 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Successfully bumped revision number for resource 96d4440b-e21b-4876-953f-bd8daf55783e (type: ports) to 1 2026-04-07 01:17:02.900 10 INFO neutron.services.segments.plugin [-] Segment 5aaf2a3d-3974-4c8e-bf8c-d721dd7eadca resource provider aggregate not found 2026-04-07 01:17:02.909 10 INFO neutron.services.segments.plugin [-] Segment 5aaf2a3d-3974-4c8e-bf8c-d721dd7eadca resource provider aggregate not found 2026-04-07 01:17:02.924 10 INFO neutron.services.segments.plugin [-] Segment 5aaf2a3d-3974-4c8e-bf8c-d721dd7eadca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5aaf2a3d-3974-4c8e-bf8c-d721dd7eadca found for delete ", "request_id": "req-b498571b-2901-4b0d-a8cf-9c9ef74ad6d3"}]} 2026-04-07 01:17:02.937 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-73cc956e-e6bd-4cc9-9e9f-21c548df76b4 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] No more DHCP agents 2026-04-07 01:17:02.937 10 INFO neutron.services.segments.plugin [-] Segment 5aaf2a3d-3974-4c8e-bf8c-d721dd7eadca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5aaf2a3d-3974-4c8e-bf8c-d721dd7eadca found for delete ", "request_id": "req-248ec6fb-a20f-4ba0-b642-fa46144112b5"}]} 2026-04-07 01:17:02.942 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-73cc956e-e6bd-4cc9-9e9f-21c548df76b4 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Unable to schedule network 13d13101-d237-4631-87d7-c0fa48da684d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:02.949 10 INFO neutron.wsgi [None req-d2cc7a92-3c3b-4c55-b3cd-c00fc6a5e744 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "DELETE /v2.0/networks/62b3ac66-d0f5-4074-a33a-51e81163d06c HTTP/1.1" status: 204 len: 168 time: 0.4183888 /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-04-07 01:17:02.976 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9bb23374-d032-4461-bec2-2ae63a2bdca4 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] No more DHCP agents 2026-04-07 01:17:02.985 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9bb23374-d032-4461-bec2-2ae63a2bdca4 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Unable to schedule network 7300c964-ed3c-447a-8bd2-dd328610d4bc: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:03.069 10 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] No port found with ID c97034e4-e07f-4951-922e-2eaeb630bedf: RuntimeError: No port found with ID c97034e4-e07f-4951-922e-2eaeb630bedf 2026-04-07 01:17:03.087 9 INFO neutron.db.ovn_revision_numbers_db [None req-73cc956e-e6bd-4cc9-9e9f-21c548df76b4 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Successfully bumped revision number for resource af5ddff4-7152-415e-b090-47ff0c80422f (type: ports) to 1 2026-04-07 01:17:03.116 9 INFO neutron.db.ovn_revision_numbers_db [None req-9bb23374-d032-4461-bec2-2ae63a2bdca4 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Successfully bumped revision number for resource 1373fba1-11c8-49f8-91d4-ce71b486494d (type: ports) to 1 2026-04-07 01:17:03.123 9 INFO neutron.wsgi [None req-73cc956e-e6bd-4cc9-9e9f-21c548df76b4 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 973 time: 0.6805899 2026-04-07 01:17:03.146 9 INFO neutron.wsgi [None req-9bb23374-d032-4461-bec2-2ae63a2bdca4 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1706 time: 1.2368855 2026-04-07 01:17:03.235 10 INFO neutron.db.segments_db [None req-87a19fe0-6065-48d0-992e-b5ef49a1472d 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Added segment 12cd919a-425d-486d-b363-4465dadcfb3b of type geneve for network a111caf8-b596-46d4-aa15-105874a25186 2026-04-07 01:17:03.287 10 INFO neutron.wsgi [None req-5a66e2dd-864b-412a-8895-8d22541e9fe7 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - default default] 10.0.0.78 "GET /v2.0/ports HTTP/1.1" status: 200 len: 3213 time: 0.1358826 2026-04-07 01:17:03.374 9 INFO neutron.services.segments.plugin [-] Segment 4bda1745-9f87-4f5a-97a4-a75e892b6f32 resource provider aggregate not found 2026-04-07 01:17:03.380 9 INFO neutron.services.segments.plugin [-] Segment 4bda1745-9f87-4f5a-97a4-a75e892b6f32 resource provider aggregate not found 2026-04-07 01:17:03.395 10 INFO neutron.db.ovn_revision_numbers_db [None req-87a19fe0-6065-48d0-992e-b5ef49a1472d 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Successfully bumped revision number for resource a111caf8-b596-46d4-aa15-105874a25186 (type: networks) to 1 2026-04-07 01:17:03.396 9 INFO neutron.services.segments.plugin [-] Segment 4bda1745-9f87-4f5a-97a4-a75e892b6f32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bda1745-9f87-4f5a-97a4-a75e892b6f32 found for delete ", "request_id": "req-38343894-81f7-4d9e-8b24-bbcad3c15c46"}]} 2026-04-07 01:17:03.412 9 INFO neutron.services.segments.plugin [-] Segment 4bda1745-9f87-4f5a-97a4-a75e892b6f32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bda1745-9f87-4f5a-97a4-a75e892b6f32 found for delete ", "request_id": "req-5f0137b0-bc5d-49f9-9ff2-83161876cf85"}]} 2026-04-07 01:17:03.432 9 INFO neutron.wsgi [None req-c5252186-5427-4972-b4ce-b78d333b30f8 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "DELETE /v2.0/networks/b99d367c-1fbd-4030-a331-498ab717e2d9 HTTP/1.1" status: 204 len: 168 time: 0.4710960 /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-04-07 01:17:03.518 9 INFO neutron.db.segments_db [None req-e863439a-f3a7-4ac2-8cc8-146bf760e733 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Added segment 188477c7-b9c2-4043-b03f-da6c8f38c844 of type geneve for network 164c2220-8e02-41a4-ae09-b2404a75b411 2026-04-07 01:17:03.604 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-87a19fe0-6065-48d0-992e-b5ef49a1472d 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] No more DHCP agents 2026-04-07 01:17:03.607 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-87a19fe0-6065-48d0-992e-b5ef49a1472d 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Unable to schedule network a111caf8-b596-46d4-aa15-105874a25186: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:03.642 9 INFO neutron.db.ovn_revision_numbers_db [None req-e863439a-f3a7-4ac2-8cc8-146bf760e733 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource 164c2220-8e02-41a4-ae09-b2404a75b411 (type: networks) to 1 2026-04-07 01:17:03.645 10 INFO neutron.wsgi [None req-b242ed6f-de29-44e1-a36d-0c7449cdb9e8 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] 10.0.0.78 "DELETE /v2.0/ports/96d4440b-e21b-4876-953f-bd8daf55783e HTTP/1.1" status: 204 len: 168 time: 0.3515296 2026-04-07 01:17:03.686 10 INFO neutron.db.ovn_revision_numbers_db [None req-87a19fe0-6065-48d0-992e-b5ef49a1472d 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Successfully bumped revision number for resource 38c59b47-6408-4476-83cb-4c69139b5149 (type: ports) to 1 2026-04-07 01:17:03.708 10 INFO neutron.wsgi [None req-87a19fe0-6065-48d0-992e-b5ef49a1472d 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 830 time: 0.5796859 2026-04-07 01:17:03.916 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e863439a-f3a7-4ac2-8cc8-146bf760e733 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] No more DHCP agents 2026-04-07 01:17:03.922 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e863439a-f3a7-4ac2-8cc8-146bf760e733 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Unable to schedule network 164c2220-8e02-41a4-ae09-b2404a75b411: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:03.963 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0cf4eb02-2a92-4ded-8e3d-e8799e4e690f 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] No more DHCP agents 2026-04-07 01:17:03.965 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0cf4eb02-2a92-4ded-8e3d-e8799e4e690f 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Unable to schedule network a111caf8-b596-46d4-aa15-105874a25186: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:04.011 9 INFO neutron.wsgi [None req-886680ed-75f8-44d3-842c-044b7ec58edf 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] 10.0.0.78 "DELETE /v2.0/ports/1373fba1-11c8-49f8-91d4-ce71b486494d HTTP/1.1" status: 204 len: 168 time: 0.3552852 2026-04-07 01:17:04.022 9 INFO neutron.db.ovn_revision_numbers_db [None req-e863439a-f3a7-4ac2-8cc8-146bf760e733 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource c11f2f05-5675-4c66-ba5c-8052c69b0c0a (type: ports) to 1 2026-04-07 01:17:04.054 9 INFO neutron.wsgi [None req-e863439a-f3a7-4ac2-8cc8-146bf760e733 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 832 time: 0.6137984 2026-04-07 01:17:04.151 9 INFO neutron.wsgi [None req-a3fc3bfe-bc50-4cab-8c66-cf3360b6b54a 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - default default] 10.0.0.78 "GET /v2.0/ports HTTP/1.1" status: 200 len: 1718 time: 0.1356926 2026-04-07 01:17:04.250 10 INFO neutron.db.segments_db [None req-c9be7433-6ded-486b-970e-69ae608866ff 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Added segment cbb4881e-ada7-40ff-9339-5a0d570d31a8 of type geneve for network d344b95d-ff53-4b3d-8fb5-af9621058540 2026-04-07 01:17:04.336 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bec2861d-4a76-4ae5-9a8c-52b7284ba700 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] No more DHCP agents 2026-04-07 01:17:04.338 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bec2861d-4a76-4ae5-9a8c-52b7284ba700 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Unable to schedule network 164c2220-8e02-41a4-ae09-b2404a75b411: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:04.365 9 INFO neutron.db.ovn_revision_numbers_db [None req-bec2861d-4a76-4ae5-9a8c-52b7284ba700 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource 2ccebfce-56a3-4103-904f-48ff79038f22 (type: subnets) to 0 2026-04-07 01:17:04.388 9 INFO neutron.wsgi [None req-bec2861d-4a76-4ae5-9a8c-52b7284ba700 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 821 time: 0.3272982 2026-04-07 01:17:04.411 10 INFO neutron.db.ovn_revision_numbers_db [None req-c9be7433-6ded-486b-970e-69ae608866ff 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Successfully bumped revision number for resource d344b95d-ff53-4b3d-8fb5-af9621058540 (type: networks) to 1 2026-04-07 01:17:04.441 10 INFO neutron.db.ovn_revision_numbers_db [None req-0cf4eb02-2a92-4ded-8e3d-e8799e4e690f 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Successfully bumped revision number for resource 38c59b47-6408-4476-83cb-4c69139b5149 (type: ports) to 2 2026-04-07 01:17:04.476 10 INFO neutron.db.ovn_revision_numbers_db [None req-0cf4eb02-2a92-4ded-8e3d-e8799e4e690f 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Successfully bumped revision number for resource 6344f964-4ca5-4d7c-8ffd-65acc7c9a281 (type: subnets) to 0 2026-04-07 01:17:04.499 10 INFO neutron.wsgi [None req-0cf4eb02-2a92-4ded-8e3d-e8799e4e690f 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 801 time: 0.7858064 2026-04-07 01:17:04.601 9 INFO neutron.db.ovn_revision_numbers_db [None req-e7cfc952-2dd8-4517-b812-e49c4b51f520 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource 678bd1f0-c229-46a2-90f9-6b019a872348 (type: routers) to 1 2026-04-07 01:17:04.614 9 INFO neutron.wsgi [None req-e7cfc952-2dd8-4517-b812-e49c4b51f520 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 690 time: 0.2195249 2026-04-07 01:17:04.829 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c9be7433-6ded-486b-970e-69ae608866ff 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] No more DHCP agents 2026-04-07 01:17:04.835 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c9be7433-6ded-486b-970e-69ae608866ff 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Unable to schedule network d344b95d-ff53-4b3d-8fb5-af9621058540: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:04.926 10 INFO neutron.db.ovn_revision_numbers_db [None req-c9be7433-6ded-486b-970e-69ae608866ff 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Successfully bumped revision number for resource 87b0141d-a86c-400f-8461-0dfb889fede9 (type: ports) to 1 2026-04-07 01:17:04.950 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-62cd5689-3afd-4ac3-9a75-29b5b96113bd 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] No more DHCP agents 2026-04-07 01:17:04.952 10 INFO neutron.wsgi [None req-c9be7433-6ded-486b-970e-69ae608866ff 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 853 time: 0.7940371 2026-04-07 01:17:04.953 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-62cd5689-3afd-4ac3-9a75-29b5b96113bd 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Unable to schedule network 164c2220-8e02-41a4-ae09-b2404a75b411: no agents available; will retry on subsequent port and subnet creation events. /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-04-07 01:17:05.047 9 INFO neutron.db.segments_db [None req-4bee0d83-f5f9-4fc8-b2f7-e824359ea872 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Added segment 0f52eee2-83a4-4694-8598-fceb56f12f9d of type geneve for network bd430b97-a870-403c-bb30-e4f302ccdbc8 2026-04-07 01:17:05.052 9 INFO neutron.db.ovn_revision_numbers_db [None req-62cd5689-3afd-4ac3-9a75-29b5b96113bd 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource 864f0351-46d2-43d8-bff9-c67bcd4bdf60 (type: ports) to 1 2026-04-07 01:17:05.088 9 INFO neutron.wsgi [None req-62cd5689-3afd-4ac3-9a75-29b5b96113bd 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1163 time: 0.4684880 2026-04-07 01:17:05.090 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3562fbfa-90c2-4ab0-9f45-f494b7037336 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] No more DHCP agents 2026-04-07 01:17:05.092 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3562fbfa-90c2-4ab0-9f45-f494b7037336 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Unable to schedule network a111caf8-b596-46d4-aa15-105874a25186: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:05.232 9 INFO neutron.db.ovn_revision_numbers_db [None req-4bee0d83-f5f9-4fc8-b2f7-e824359ea872 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Successfully bumped revision number for resource bd430b97-a870-403c-bb30-e4f302ccdbc8 (type: networks) to 1 2026-04-07 01:17:05.247 10 INFO neutron.db.ovn_revision_numbers_db [None req-3562fbfa-90c2-4ab0-9f45-f494b7037336 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Successfully bumped revision number for resource d45577b4-9bdb-42e0-b801-c12a6c43ca80 (type: ports) to 1 2026-04-07 01:17:05.270 10 INFO neutron.wsgi [None req-3562fbfa-90c2-4ab0-9f45-f494b7037336 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1148 time: 0.7630768 /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-04-07 01:17:05.632 10 INFO neutron.wsgi [None req-88c83811-9515-431e-8d95-4738887ca13f 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] 10.0.0.78 "DELETE /v2.0/ports/d45577b4-9bdb-42e0-b801-c12a6c43ca80 HTTP/1.1" status: 204 len: 168 time: 0.3578749 2026-04-07 01:17:05.660 10 INFO neutron.pecan_wsgi.hooks.translation [None req-8180893b-bbae-441e-ad53-edb489dda377 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:17:05.662 10 INFO neutron.wsgi [None req-8180893b-bbae-441e-ad53-edb489dda377 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] 10.0.0.78 "DELETE /v2.0/ports/d45577b4-9bdb-42e0-b801-c12a6c43ca80 HTTP/1.1" status: 404 len: 333 time: 0.0239091 2026-04-07 01:17:05.686 10 INFO neutron.pecan_wsgi.hooks.translation [None req-fff841ea-bc6b-4e98-af61-bca6d135df7a 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - default default] GET failed (client error): The resource could not be found. 2026-04-07 01:17:05.687 10 INFO neutron.wsgi [None req-fff841ea-bc6b-4e98-af61-bca6d135df7a 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - default default] 10.0.0.78 "GET /v2.0/ports/d45577b4-9bdb-42e0-b801-c12a6c43ca80 HTTP/1.1" status: 404 len: 333 time: 0.0193937 2026-04-07 01:17:05.739 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4bee0d83-f5f9-4fc8-b2f7-e824359ea872 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] No more DHCP agents 2026-04-07 01:17:05.743 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4bee0d83-f5f9-4fc8-b2f7-e824359ea872 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Unable to schedule network bd430b97-a870-403c-bb30-e4f302ccdbc8: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:05.868 9 INFO neutron.db.ovn_revision_numbers_db [None req-4bee0d83-f5f9-4fc8-b2f7-e824359ea872 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Successfully bumped revision number for resource 3fbc2e5f-d4c8-40d5-b0f2-d15f32252487 (type: ports) to 1 2026-04-07 01:17:05.890 9 INFO neutron.db.ovn_revision_numbers_db [None req-62938fd5-d93d-49b8-b7dd-cb37dc38998c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] Successfully bumped revision number for resource 864f0351-46d2-43d8-bff9-c67bcd4bdf60 (type: router_ports) to 2 2026-04-07 01:17:05.896 9 INFO neutron.wsgi [None req-4bee0d83-f5f9-4fc8-b2f7-e824359ea872 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 853 time: 0.9393680 2026-04-07 01:17:05.909 10 INFO neutron.wsgi [None req-56dcde7a-6d6b-4955-8944-635adb654338 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] 10.0.0.78 "DELETE /v2.0/subnets/6344f964-4ca5-4d7c-8ffd-65acc7c9a281 HTTP/1.1" status: 204 len: 168 time: 0.2160921 2026-04-07 01:17:06.065 9 INFO neutron.db.ovn_revision_numbers_db [None req-62938fd5-d93d-49b8-b7dd-cb37dc38998c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] Successfully bumped revision number for resource 864f0351-46d2-43d8-bff9-c67bcd4bdf60 (type: ports) to 2 2026-04-07 01:17:06.110 9 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] No port found with ID ad1996a8-3d34-43e4-9146-4b22f66b7793: RuntimeError: No port found with ID ad1996a8-3d34-43e4-9146-4b22f66b7793 2026-04-07 01:17:06.111 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: 864f0351-46d2-43d8-bff9-c67bcd4bdf60 2026-04-07 01:17:06.121 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port 864f0351-46d2-43d8-bff9-c67bcd4bdf60 2026-04-07 01:17:06.339 10 INFO neutron.services.segments.plugin [-] Segment 12cd919a-425d-486d-b363-4465dadcfb3b resource provider aggregate not found 2026-04-07 01:17:06.344 10 INFO neutron.services.segments.plugin [-] Segment 12cd919a-425d-486d-b363-4465dadcfb3b resource provider aggregate not found 2026-04-07 01:17:06.376 10 INFO neutron.services.segments.plugin [-] Segment 12cd919a-425d-486d-b363-4465dadcfb3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12cd919a-425d-486d-b363-4465dadcfb3b found for delete ", "request_id": "req-fb5c4d40-95ad-4198-94b6-63e5b7bb8046"}]} 2026-04-07 01:17:06.377 10 INFO neutron.services.segments.plugin [-] Segment 12cd919a-425d-486d-b363-4465dadcfb3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12cd919a-425d-486d-b363-4465dadcfb3b found for delete ", "request_id": "req-39042ee8-b9a6-4c45-8aa0-a17548ff5268"}]} 2026-04-07 01:17:06.442 10 INFO neutron.wsgi [None req-e84ee4ec-4bdb-425d-b432-75aebf2cf5c8 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] 10.0.0.78 "DELETE /v2.0/networks/a111caf8-b596-46d4-aa15-105874a25186 HTTP/1.1" status: 204 len: 168 time: 0.5282276 /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-04-07 01:17:06.578 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource 864f0351-46d2-43d8-bff9-c67bcd4bdf60 (type: ports) to 3 2026-04-07 01:17:06.628 9 INFO neutron.db.segments_db [None req-93fa704f-37bb-4790-a4a9-345330727d38 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Added segment 330e7a07-32ae-46aa-9c32-0fb8addca628 of type geneve for network f4215af5-a991-456e-a6a7-8a4cdb3515ec 2026-04-07 01:17:06.795 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource 864f0351-46d2-43d8-bff9-c67bcd4bdf60 (type: router_ports) to 3 2026-04-07 01:17:06.849 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b5dbb029-2a58-43f1-963c-a36779f7f7c1 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] No more DHCP agents 2026-04-07 01:17:06.851 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b5dbb029-2a58-43f1-963c-a36779f7f7c1 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Unable to schedule network d344b95d-ff53-4b3d-8fb5-af9621058540: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:06.858 9 INFO neutron.db.ovn_revision_numbers_db [None req-93fa704f-37bb-4790-a4a9-345330727d38 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Successfully bumped revision number for resource f4215af5-a991-456e-a6a7-8a4cdb3515ec (type: networks) to 1 2026-04-07 01:17:06.868 10 INFO neutron.db.ovn_revision_numbers_db [None req-b5dbb029-2a58-43f1-963c-a36779f7f7c1 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Successfully bumped revision number for resource 2623e944-19a3-40f5-8fe3-1aaa762f11a4 (type: subnets) to 0 2026-04-07 01:17:06.907 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b5dbb029-2a58-43f1-963c-a36779f7f7c1 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] No more DHCP agents 2026-04-07 01:17:06.915 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b5dbb029-2a58-43f1-963c-a36779f7f7c1 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Unable to schedule network bd430b97-a870-403c-bb30-e4f302ccdbc8: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:06.930 10 INFO neutron.db.ovn_revision_numbers_db [None req-eea40114-59ce-47e1-b6c2-e4e9b37365e6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource d6dd0227-7a1e-4806-9a60-ad77a92f25ff (type: security_groups) to 1 2026-04-07 01:17:06.933 10 INFO neutron.db.ovn_revision_numbers_db [None req-b5dbb029-2a58-43f1-963c-a36779f7f7c1 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] Successfully bumped revision number for resource 2ee6a097-fe98-4f13-8d70-ee444fa0d242 (type: subnets) to 0 2026-04-07 01:17:06.949 9 INFO neutron.db.ovn_revision_numbers_db [None req-62938fd5-d93d-49b8-b7dd-cb37dc38998c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] Successfully bumped revision number for resource 864f0351-46d2-43d8-bff9-c67bcd4bdf60 (type: ports) to 4 2026-04-07 01:17:06.962 10 INFO neutron.wsgi [None req-eea40114-59ce-47e1-b6c2-e4e9b37365e6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=d01e9ea7337a4fdaaa485cbc1c6bbe2f&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2928820 2026-04-07 01:17:06.965 10 INFO neutron.wsgi [None req-b5dbb029-2a58-43f1-963c-a36779f7f7c1 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 1476 time: 0.6141002 2026-04-07 01:17:07.023 10 INFO neutron.wsgi [None req-ada44523-0a78-4f2b-903e-30eb136df957 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - default default] 10.0.0.78 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 2084 time: 0.0528779 /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-04-07 01:17:07.051 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-62938fd5-d93d-49b8-b7dd-cb37dc38998c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] No more DHCP agents 2026-04-07 01:17:07.052 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-62938fd5-d93d-49b8-b7dd-cb37dc38998c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] Unable to schedule network 164c2220-8e02-41a4-ae09-b2404a75b411: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:07.169 10 INFO neutron.wsgi [None req-bff4b3a1-d5fd-435b-a53f-3cc8bbec7db4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/d6dd0227-7a1e-4806-9a60-ad77a92f25ff HTTP/1.1" status: 204 len: 168 time: 0.2003617 2026-04-07 01:17:07.326 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-93fa704f-37bb-4790-a4a9-345330727d38 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] No more DHCP agents 2026-04-07 01:17:07.350 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-93fa704f-37bb-4790-a4a9-345330727d38 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Unable to schedule network f4215af5-a991-456e-a6a7-8a4cdb3515ec: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:07.492 9 INFO neutron.db.ovn_revision_numbers_db [None req-93fa704f-37bb-4790-a4a9-345330727d38 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Successfully bumped revision number for resource 0938a8b8-5338-45f6-9968-895965e88fd7 (type: ports) to 1 2026-04-07 01:17:07.551 9 INFO neutron.wsgi [None req-93fa704f-37bb-4790-a4a9-345330727d38 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 831 time: 1.1010680 2026-04-07 01:17:07.589 9 INFO neutron.db.ovn_revision_numbers_db [None req-62938fd5-d93d-49b8-b7dd-cb37dc38998c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource 864f0351-46d2-43d8-bff9-c67bcd4bdf60 (type: router_ports) to 4 2026-04-07 01:17:07.591 9 INFO neutron.wsgi [None req-62938fd5-d93d-49b8-b7dd-cb37dc38998c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "PUT /v2.0/routers/678bd1f0-c229-46a2-90f9-6b019a872348/add_router_interface HTTP/1.1" status: 200 len: 503 time: 2.4988093 2026-04-07 01:17:07.616 9 INFO neutron.wsgi [None req-aecd80c2-b428-40dd-adde-232baa947791 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] 10.0.0.78 "DELETE /v2.0/subnets/2623e944-19a3-40f5-8fe3-1aaa762f11a4 HTTP/1.1" status: 204 len: 168 time: 0.5777836 2026-04-07 01:17:07.712 10 INFO neutron.wsgi [None req-d8cf2024-1e80-45d7-9b60-7dbfa8a4bfdb 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] 10.0.0.78 "GET /v2.0/ports/864f0351-46d2-43d8-bff9-c67bcd4bdf60 HTTP/1.1" status: 200 len: 1221 time: 0.1146328 2026-04-07 01:17:07.838 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5d6fdc07-1cde-4e45-b13c-3e8b11a9d684 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] No more DHCP agents 2026-04-07 01:17:07.840 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5d6fdc07-1cde-4e45-b13c-3e8b11a9d684 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Unable to schedule network f4215af5-a991-456e-a6a7-8a4cdb3515ec: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:08.148 10 INFO neutron.wsgi [None req-8985000a-7e08-4427-9976-7d7b9de6547e 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] 10.0.0.78 "DELETE /v2.0/subnets/2ee6a097-fe98-4f13-8d70-ee444fa0d242 HTTP/1.1" status: 204 len: 168 time: 0.5246973 2026-04-07 01:17:08.210 9 INFO neutron.wsgi [None req-2517a414-7131-48fb-841e-13d2da7891f1 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - default default] 10.0.0.78 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 820 time: 0.0540617 2026-04-07 01:17:08.340 9 INFO neutron.db.ovn_revision_numbers_db [None req-5d6fdc07-1cde-4e45-b13c-3e8b11a9d684 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Successfully bumped revision number for resource 0938a8b8-5338-45f6-9968-895965e88fd7 (type: ports) to 2 2026-04-07 01:17:08.357 9 INFO neutron.db.ovn_revision_numbers_db [None req-5d6fdc07-1cde-4e45-b13c-3e8b11a9d684 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Successfully bumped revision number for resource dc74be01-115f-49fd-81d8-fdd95918098e (type: subnets) to 0 2026-04-07 01:17:08.385 9 INFO neutron.wsgi [None req-5d6fdc07-1cde-4e45-b13c-3e8b11a9d684 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 801 time: 0.8290699 2026-04-07 01:17:08.612 10 INFO neutron.wsgi [None req-ed7553a3-60b8-4053-b960-cf78dda56792 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "PUT /v2.0/routers/678bd1f0-c229-46a2-90f9-6b019a872348/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 0.8899226 /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-04-07 01:17:08.680 9 INFO neutron.services.segments.plugin [-] Segment 0f52eee2-83a4-4694-8598-fceb56f12f9d resource provider aggregate not found 2026-04-07 01:17:08.688 9 INFO neutron.services.segments.plugin [-] Segment 0f52eee2-83a4-4694-8598-fceb56f12f9d resource provider aggregate not found 2026-04-07 01:17:08.704 10 INFO neutron.api.v2.resource [None req-58188dbd-c31c-4b53-9d34-275eabd1de6a 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] remove_router_interface failed (client error): The resource could not be found. 2026-04-07 01:17:08.705 9 INFO neutron.services.segments.plugin [-] Segment 0f52eee2-83a4-4694-8598-fceb56f12f9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f52eee2-83a4-4694-8598-fceb56f12f9d found for delete ", "request_id": "req-52c1639e-2cf4-478d-805d-7b96d4f3c6d2"}]} 2026-04-07 01:17:08.705 10 INFO neutron.wsgi [None req-58188dbd-c31c-4b53-9d34-275eabd1de6a 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] 10.0.0.78 "PUT /v2.0/routers/678bd1f0-c229-46a2-90f9-6b019a872348/remove_router_interface HTTP/1.1" status: 404 len: 398 time: 0.0881546 2026-04-07 01:17:08.706 9 INFO neutron.services.segments.plugin [-] Segment 0f52eee2-83a4-4694-8598-fceb56f12f9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f52eee2-83a4-4694-8598-fceb56f12f9d found for delete ", "request_id": "req-cdb62906-f314-4c74-94f8-e339c3c87d1b"}]} 2026-04-07 01:17:08.751 9 INFO neutron.wsgi [None req-b8025d71-2239-491e-a749-ebd4bbe3947a 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] 10.0.0.78 "DELETE /v2.0/networks/bd430b97-a870-403c-bb30-e4f302ccdbc8 HTTP/1.1" status: 204 len: 168 time: 0.5153093 2026-04-07 01:17:08.751 10 INFO neutron.wsgi [None req-9fabbdd2-3818-4231-918d-0c1dcef66cd6 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=678bd1f0-c229-46a2-90f9-6b019a872348 HTTP/1.1" status: 200 len: 205 time: 0.0241451 2026-04-07 01:17:08.793 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fe9dc81e-adcf-4480-b02d-109170dcff20 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] No more DHCP agents 2026-04-07 01:17:08.795 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fe9dc81e-adcf-4480-b02d-109170dcff20 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Unable to schedule network f4215af5-a991-456e-a6a7-8a4cdb3515ec: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:08.948 9 INFO neutron.db.ovn_revision_numbers_db [None req-fe9dc81e-adcf-4480-b02d-109170dcff20 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Successfully bumped revision number for resource b06b342e-9d21-46a8-a813-9f51c45c4eac (type: ports) to 1 2026-04-07 01:17:08.969 9 INFO neutron.wsgi [None req-fe9dc81e-adcf-4480-b02d-109170dcff20 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1114 time: 0.5790880 2026-04-07 01:17:09.061 10 INFO neutron.wsgi [None req-76e8bb61-e0fa-43ae-af6a-4564d54d3c44 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "DELETE /v2.0/routers/678bd1f0-c229-46a2-90f9-6b019a872348 HTTP/1.1" status: 204 len: 168 time: 0.3036599 2026-04-07 01:17:09.177 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-a20ecd19-f047-4885-9690-725b68f3ace3 - - - - - -] Maintenance task: Synchronization finished (took 0.15 seconds) 2026-04-07 01:17:09.307 9 INFO neutron.wsgi [None req-f978788d-a851-4a98-9698-e4a2232b6967 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] 10.0.0.78 "DELETE /v2.0/ports/b06b342e-9d21-46a8-a813-9f51c45c4eac HTTP/1.1" status: 204 len: 168 time: 0.3334763 2026-04-07 01:17:09.313 10 INFO neutron.db.ovn_revision_numbers_db [None req-cc7d57d2-0028-44a8-9493-7a91ac8840b2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource ec05828d-bb7c-4274-9350-d43457110d01 (type: security_groups) to 1 2026-04-07 01:17:09.329 9 INFO neutron.pecan_wsgi.hooks.translation [None req-fe9bf6e4-3789-4175-a23c-0d879fde56f9 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - default default] GET failed (client error): The resource could not be found. 2026-04-07 01:17:09.330 9 INFO neutron.wsgi [None req-fe9bf6e4-3789-4175-a23c-0d879fde56f9 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - default default] 10.0.0.78 "GET /v2.0/ports/b06b342e-9d21-46a8-a813-9f51c45c4eac HTTP/1.1" status: 404 len: 333 time: 0.0187089 2026-04-07 01:17:09.351 10 INFO neutron.wsgi [None req-20211cdd-f655-4370-a1eb-f6269777c763 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "DELETE /v2.0/subnets/2ccebfce-56a3-4103-904f-48ff79038f22 HTTP/1.1" status: 204 len: 168 time: 0.2833307 2026-04-07 01:17:09.352 10 INFO neutron.services.segments.plugin [-] Segment cbb4881e-ada7-40ff-9339-5a0d570d31a8 resource provider aggregate not found 2026-04-07 01:17:09.381 10 INFO neutron.services.segments.plugin [-] Segment cbb4881e-ada7-40ff-9339-5a0d570d31a8 resource provider aggregate not found 2026-04-07 01:17:09.386 10 INFO neutron.services.segments.plugin [-] Segment cbb4881e-ada7-40ff-9339-5a0d570d31a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbb4881e-ada7-40ff-9339-5a0d570d31a8 found for delete ", "request_id": "req-91704c34-51bb-486b-b9f9-122aa2df3d6f"}]} 2026-04-07 01:17:09.400 10 INFO neutron.services.segments.plugin [-] Segment cbb4881e-ada7-40ff-9339-5a0d570d31a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbb4881e-ada7-40ff-9339-5a0d570d31a8 found for delete ", "request_id": "req-8fac8bee-5609-4941-a01a-10aed6d514ce"}]} 2026-04-07 01:17:09.401 10 INFO neutron.db.segments_db [None req-cc7d57d2-0028-44a8-9493-7a91ac8840b2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Added segment 1ba9dd3d-1e0c-42c9-b515-3b475d65631e of type geneve for network a7a4e2a2-04cc-439a-9869-fa7fb064264c 2026-04-07 01:17:09.447 10 INFO neutron.wsgi [None req-7cd482ab-67ca-43b7-a856-70b694934124 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] 10.0.0.78 "DELETE /v2.0/networks/d344b95d-ff53-4b3d-8fb5-af9621058540 HTTP/1.1" status: 204 len: 168 time: 0.6882331 2026-04-07 01:17:09.577 10 INFO neutron.db.ovn_revision_numbers_db [None req-cc7d57d2-0028-44a8-9493-7a91ac8840b2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource a7a4e2a2-04cc-439a-9869-fa7fb064264c (type: networks) to 1 2026-04-07 01:17:09.599 9 INFO neutron.wsgi [None req-cf8bbeca-3a43-4a03-8b5f-07ecaf1ceae3 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] 10.0.0.78 "DELETE /v2.0/subnets/dc74be01-115f-49fd-81d8-fdd95918098e HTTP/1.1" status: 204 len: 168 time: 0.2642376 2026-04-07 01:17:09.895 9 INFO neutron.wsgi [None req-28322286-0467-4262-8153-12b5b9b427c1 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "DELETE /v2.0/networks/164c2220-8e02-41a4-ae09-b2404a75b411 HTTP/1.1" status: 204 len: 168 time: 0.5394814 2026-04-07 01:17:10.022 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cc7d57d2-0028-44a8-9493-7a91ac8840b2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:17:10.030 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cc7d57d2-0028-44a8-9493-7a91ac8840b2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network a7a4e2a2-04cc-439a-9869-fa7fb064264c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:10.031 9 INFO neutron.db.segments_db [None req-79e4d509-0fa2-4595-9191-126a8a135341 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Added segment b2361f83-7c3f-458d-92a6-86b38ae1a5b2 of type geneve for network cf95ed11-7a5f-4ad5-9347-f9552cd4fc87 2026-04-07 01:17:10.129 10 INFO neutron.db.ovn_revision_numbers_db [None req-cc7d57d2-0028-44a8-9493-7a91ac8840b2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 526c1ea5-647c-4268-86a7-c5d55b10fba4 (type: ports) to 1 2026-04-07 01:17:10.148 9 INFO neutron.wsgi [None req-b87658f4-1fe3-40c1-909b-8a6473d427fe 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] 10.0.0.78 "DELETE /v2.0/networks/f4215af5-a991-456e-a6a7-8a4cdb3515ec HTTP/1.1" status: 204 len: 168 time: 0.5415246 2026-04-07 01:17:10.161 10 INFO neutron.wsgi [None req-cc7d57d2-0028-44a8-9493-7a91ac8840b2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 942 time: 1.3046210 2026-04-07 01:17:10.185 9 INFO neutron.db.ovn_revision_numbers_db [None req-79e4d509-0fa2-4595-9191-126a8a135341 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource cf95ed11-7a5f-4ad5-9347-f9552cd4fc87 (type: networks) to 1 2026-04-07 01:17:10.218 10 INFO neutron.wsgi [None req-e5a5355e-9bc4-4b23-9bc7-6d89ac7a9633 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] 10.0.0.78 "DELETE /v2.0/networks/7300c964-ed3c-447a-8bd2-dd328610d4bc HTTP/1.1" status: 204 len: 168 time: 0.7603869 2026-04-07 01:17:10.355 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0331eaec-a5d7-4c4e-ac14-11fce7798db6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:17:10.356 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0331eaec-a5d7-4c4e-ac14-11fce7798db6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network a7a4e2a2-04cc-439a-9869-fa7fb064264c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:10.702 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-79e4d509-0fa2-4595-9191-126a8a135341 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] No more DHCP agents 2026-04-07 01:17:10.724 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-79e4d509-0fa2-4595-9191-126a8a135341 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Unable to schedule network cf95ed11-7a5f-4ad5-9347-f9552cd4fc87: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:10.749 9 INFO neutron.services.segments.plugin [-] Segment 188477c7-b9c2-4043-b03f-da6c8f38c844 resource provider aggregate not found 2026-04-07 01:17:10.754 9 INFO neutron.services.segments.plugin [-] Segment 188477c7-b9c2-4043-b03f-da6c8f38c844 resource provider aggregate not found 2026-04-07 01:17:10.772 9 INFO neutron.services.segments.plugin [-] Segment 188477c7-b9c2-4043-b03f-da6c8f38c844 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 188477c7-b9c2-4043-b03f-da6c8f38c844 found for delete ", "request_id": "req-4e7a6294-8f22-4891-b016-c2a0bff37459"}]} 2026-04-07 01:17:10.778 9 INFO neutron.services.segments.plugin [-] Segment 188477c7-b9c2-4043-b03f-da6c8f38c844 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 188477c7-b9c2-4043-b03f-da6c8f38c844 found for delete ", "request_id": "req-77971fd7-663f-4c65-a5ef-6fb501418426"}]} 2026-04-07 01:17:10.799 9 INFO neutron.services.segments.plugin [-] Segment 330e7a07-32ae-46aa-9c32-0fb8addca628 resource provider aggregate not found 2026-04-07 01:17:10.807 9 INFO neutron.services.segments.plugin [-] Segment 330e7a07-32ae-46aa-9c32-0fb8addca628 resource provider aggregate not found 2026-04-07 01:17:10.838 9 INFO neutron.services.segments.plugin [-] Segment 330e7a07-32ae-46aa-9c32-0fb8addca628 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 330e7a07-32ae-46aa-9c32-0fb8addca628 found for delete ", "request_id": "req-4064523e-496f-4d8c-a4f3-9e2a7299600e"}]} 2026-04-07 01:17:10.838 10 INFO neutron.db.ovn_revision_numbers_db [None req-0331eaec-a5d7-4c4e-ac14-11fce7798db6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 526c1ea5-647c-4268-86a7-c5d55b10fba4 (type: ports) to 2 2026-04-07 01:17:10.839 9 INFO neutron.services.segments.plugin [-] Segment 330e7a07-32ae-46aa-9c32-0fb8addca628 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 330e7a07-32ae-46aa-9c32-0fb8addca628 found for delete ", "request_id": "req-7f232cdf-a45e-48f3-9c0e-3f7b0ca57d3e"}]} 2026-04-07 01:17:10.856 10 INFO neutron.db.ovn_revision_numbers_db [None req-0331eaec-a5d7-4c4e-ac14-11fce7798db6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource efc4fdb2-89b1-4280-bc9b-b9bdaf1acfa5 (type: subnets) to 0 2026-04-07 01:17:10.874 10 INFO neutron.wsgi [None req-0331eaec-a5d7-4c4e-ac14-11fce7798db6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 862 time: 0.7074230 2026-04-07 01:17:10.879 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8b2484cc-2935-4d41-8446-16e8aa947f40 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] No more DHCP agents 2026-04-07 01:17:10.886 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8b2484cc-2935-4d41-8446-16e8aa947f40 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Unable to schedule network 13d13101-d237-4631-87d7-c0fa48da684d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:10.914 9 INFO neutron.db.ovn_revision_numbers_db [None req-79e4d509-0fa2-4595-9191-126a8a135341 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource 4b54a05b-2980-4967-b3bb-ba205875ef17 (type: ports) to 1 2026-04-07 01:17:10.973 9 INFO neutron.db.ovn_revision_numbers_db [None req-8b2484cc-2935-4d41-8446-16e8aa947f40 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Successfully bumped revision number for resource 9a7d52f8-6850-421c-a09b-0d849afd3631 (type: ports) to 1 2026-04-07 01:17:10.976 9 INFO neutron.wsgi [None req-79e4d509-0fa2-4595-9191-126a8a135341 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 832 time: 1.0667129 /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-04-07 01:17:11.027 9 INFO neutron.wsgi [None req-8b2484cc-2935-4d41-8446-16e8aa947f40 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 973 time: 0.8670354 2026-04-07 01:17:11.215 9 INFO neutron.wsgi [None req-f596bda1-b6c6-4d13-84e6-151499a0d2c8 3b3518a20b7c46e49d20945c4493f078 6816f0a68b824c80a70abdf2699fc6df - - - -] 10.0.0.78 "DELETE /v2.0/networks/fee2333c-0d2e-4993-9309-5114603e3f68 HTTP/1.1" status: 204 len: 168 time: 0.9829459 2026-04-07 01:17:11.336 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4ef7053e-5ac1-44fd-8130-69a13f84050c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] No more DHCP agents 2026-04-07 01:17:11.337 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4ef7053e-5ac1-44fd-8130-69a13f84050c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Unable to schedule network cf95ed11-7a5f-4ad5-9347-f9552cd4fc87: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:11.362 9 INFO neutron.db.ovn_revision_numbers_db [None req-4ef7053e-5ac1-44fd-8130-69a13f84050c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource 6e6c6370-ca6c-465a-9299-66245cfcdd47 (type: subnets) to 0 2026-04-07 01:17:11.376 9 INFO neutron.wsgi [None req-4ef7053e-5ac1-44fd-8130-69a13f84050c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 821 time: 0.3940022 /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-04-07 01:17:11.404 10 INFO neutron.db.ovn_revision_numbers_db [None req-f7d95622-6a26-423f-8606-c29c878509ff 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] Successfully bumped revision number for resource 9a7d52f8-6850-421c-a09b-0d849afd3631 (type: ports) to 2 2026-04-07 01:17:11.413 10 INFO neutron.services.segments.plugin [-] Segment 5b3bb6fa-9022-4e02-81b4-20adc1950ebd resource provider aggregate not found 2026-04-07 01:17:11.429 10 INFO neutron.services.segments.plugin [-] Segment 5b3bb6fa-9022-4e02-81b4-20adc1950ebd resource provider aggregate not found 2026-04-07 01:17:11.442 10 INFO neutron.services.segments.plugin [-] Segment 5b3bb6fa-9022-4e02-81b4-20adc1950ebd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b3bb6fa-9022-4e02-81b4-20adc1950ebd found for delete ", "request_id": "req-2d5a59de-7354-451a-81f1-c972b87be740"}]} 2026-04-07 01:17:11.450 10 INFO neutron.services.segments.plugin [-] Segment 5b3bb6fa-9022-4e02-81b4-20adc1950ebd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b3bb6fa-9022-4e02-81b4-20adc1950ebd found for delete ", "request_id": "req-5e752262-6aeb-49db-8119-9946d50d7ad4"}]} 2026-04-07 01:17:11.457 10 INFO neutron.wsgi [None req-f7d95622-6a26-423f-8606-c29c878509ff 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] 10.0.0.78 "PUT /v2.0/ports/9a7d52f8-6850-421c-a09b-0d849afd3631 HTTP/1.1" status: 200 len: 946 time: 0.4249613 2026-04-07 01:17:11.501 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-66411988-2e85-4aa0-a5c1-81df97cf0ad9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:17:11.503 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-66411988-2e85-4aa0-a5c1-81df97cf0ad9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:11.638 10 INFO neutron.db.ovn_revision_numbers_db [None req-fdc7a041-fe8a-4d62-b0cf-2692b4a0c89c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource caf7bbc8-c6eb-4c9a-96df-41e39692ee3c (type: routers) to 1 2026-04-07 01:17:11.664 10 INFO neutron.wsgi [None req-fdc7a041-fe8a-4d62-b0cf-2692b4a0c89c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 690 time: 0.2791779 2026-04-07 01:17:11.703 9 INFO neutron.wsgi [None req-f6c24b90-9383-492e-94f2-42e43a6e77a9 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] 10.0.0.78 "DELETE /v2.0/ports/9a7d52f8-6850-421c-a09b-0d849afd3631 HTTP/1.1" status: 204 len: 168 time: 0.2391882 2026-04-07 01:17:11.742 10 INFO neutron.db.ovn_revision_numbers_db [None req-66411988-2e85-4aa0-a5c1-81df97cf0ad9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource efab80ee-af54-4619-96ec-6e8151486ae4 (type: ports) to 1 2026-04-07 01:17:11.779 9 INFO neutron.wsgi [None req-6fdc173b-fde7-4c3a-bdda-b7314f12618b 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - default default] 10.0.0.78 "GET /v2.0/ports HTTP/1.1" status: 200 len: 1728 time: 0.0699160 2026-04-07 01:17:11.806 9 INFO neutron.wsgi [None req-6dcb3e9e-6411-4da4-9b94-eedb87d8ba58 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=6816f0a68b824c80a70abdf2699fc6df&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1738307 2026-04-07 01:17:11.809 9 INFO neutron.pecan_wsgi.hooks.translation [None req-278833b8-f5f5-4386-9b61-15415ca2e975 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - default default] GET failed (client error): The resource could not be found. 2026-04-07 01:17:11.810 9 INFO neutron.wsgi [None req-278833b8-f5f5-4386-9b61-15415ca2e975 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - default default] 10.0.0.78 "GET /v2.0/ports/9a7d52f8-6850-421c-a09b-0d849afd3631 HTTP/1.1" status: 404 len: 333 time: 0.0247738 2026-04-07 01:17:11.852 9 INFO neutron.wsgi [None req-57f88343-5919-4bd8-88cd-9c1df9a688bc 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - default default] 10.0.0.78 "GET /v2.0/ports HTTP/1.1" status: 200 len: 1728 time: 0.0365820 2026-04-07 01:17:11.899 9 INFO neutron.wsgi [None req-73692581-b24b-4443-9c06-83aa241f3f87 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - default default] 10.0.0.78 "GET /v2.0/ports/af5ddff4-7152-415e-b090-47ff0c80422f HTTP/1.1" status: 200 len: 968 time: 0.0356264 2026-04-07 01:17:11.920 9 INFO neutron.pecan_wsgi.hooks.translation [None req-cc198808-d563-468a-b519-5ca866697301 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:17:11.923 9 INFO neutron.wsgi [None req-cc198808-d563-468a-b519-5ca866697301 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] 10.0.0.78 "DELETE /v2.0/ports/b06b342e-9d21-46a8-a813-9f51c45c4eac HTTP/1.1" status: 404 len: 333 time: 0.0172939 2026-04-07 01:17:11.948 9 INFO neutron.pecan_wsgi.hooks.translation [None req-eca246a7-f3a9-42e3-b430-55f72867ebe8 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:17:11.951 9 INFO neutron.wsgi [None req-eca246a7-f3a9-42e3-b430-55f72867ebe8 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] 10.0.0.78 "DELETE /v2.0/subnets/dc74be01-115f-49fd-81d8-fdd95918098e HTTP/1.1" status: 404 len: 337 time: 0.0228977 2026-04-07 01:17:11.972 9 INFO neutron.pecan_wsgi.hooks.translation [None req-87bdf29b-ed93-4cfd-891b-29f216829ddf 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:17:11.975 9 INFO neutron.wsgi [None req-87bdf29b-ed93-4cfd-891b-29f216829ddf 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] 10.0.0.78 "DELETE /v2.0/subnets/6344f964-4ca5-4d7c-8ffd-65acc7c9a281 HTTP/1.1" status: 404 len: 337 time: 0.0192454 2026-04-07 01:17:12.150 9 INFO neutron.wsgi [None req-e0404939-5791-4a27-9afb-680d6538f6e4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/2e7e8615-5e24-4633-9a22-7a4ffbc0106d HTTP/1.1" status: 204 len: 168 time: 0.3391654 2026-04-07 01:17:12.165 10 INFO neutron.wsgi [None req-290fd3c0-8d98-4ad3-a619-288a8f42954f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 2720 time: 0.1482677 2026-04-07 01:17:12.250 9 INFO neutron.wsgi [None req-14336730-1b45-4f2e-845d-55b83a579483 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] 10.0.0.78 "DELETE /v2.0/ports/af5ddff4-7152-415e-b090-47ff0c80422f HTTP/1.1" status: 204 len: 168 time: 0.2700191 2026-04-07 01:17:12.295 9 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] No port found with ID 864f0351-46d2-43d8-bff9-c67bcd4bdf60: RuntimeError: No port found with ID 864f0351-46d2-43d8-bff9-c67bcd4bdf60 2026-04-07 01:17:12.328 10 INFO neutron.wsgi [None req-9109e2fb-94e1-4d79-86f5-cca6e0f9f42b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 1340 time: 0.1610584 2026-04-07 01:17:12.415 10 INFO neutron.wsgi [None req-01c8ba81-b151-455b-bb34-0b5ecf54ef0c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0847156 2026-04-07 01:17:12.498 10 INFO neutron.wsgi [None req-b2a368fa-5fcf-462c-bedf-189c08f341c7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 2720 time: 0.0806162 2026-04-07 01:17:12.516 10 INFO neutron.wsgi [None req-84180e9d-1ae1-41c6-8aa0-8626c5f9a58f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0147181 2026-04-07 01:17:12.697 9 INFO neutron.wsgi [None req-da56e2d9-d53b-4e9f-9356-5986565d57dd 975d5a2e0201469cb4c9efb4092488f1 4a6d9910b481479c8e6536808e11028a - - - -] 10.0.0.78 "DELETE /v2.0/networks/13d13101-d237-4631-87d7-c0fa48da684d HTTP/1.1" status: 204 len: 168 time: 0.4414942 2026-04-07 01:17:12.809 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-87bd6c49-94e2-4c33-8431-efc46fa81368 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] No more DHCP agents 2026-04-07 01:17:12.822 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-87bd6c49-94e2-4c33-8431-efc46fa81368 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] Unable to schedule network cf95ed11-7a5f-4ad5-9347-f9552cd4fc87: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:12.841 10 INFO neutron.wsgi [None req-1cfdc159-4243-4829-861d-c7733697c17e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 4566 time: 0.3226783 2026-04-07 01:17:12.861 9 INFO neutron.services.segments.plugin [-] Segment 9adc9e7c-5943-4c5f-a60f-e84f45066220 resource provider aggregate not found 2026-04-07 01:17:12.867 9 INFO neutron.services.segments.plugin [-] Segment 9adc9e7c-5943-4c5f-a60f-e84f45066220 resource provider aggregate not found 2026-04-07 01:17:12.888 9 INFO neutron.services.segments.plugin [-] Segment 9adc9e7c-5943-4c5f-a60f-e84f45066220 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9adc9e7c-5943-4c5f-a60f-e84f45066220 found for delete ", "request_id": "req-4081a5d3-d5e7-4f7d-8c0a-0128efea781c"}]} 2026-04-07 01:17:12.897 9 INFO neutron.services.segments.plugin [-] Segment 9adc9e7c-5943-4c5f-a60f-e84f45066220 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9adc9e7c-5943-4c5f-a60f-e84f45066220 found for delete ", "request_id": "req-f1d01645-cf30-4967-8ccb-a8a1b85f9554"}]} 2026-04-07 01:17:12.907 9 INFO neutron.services.segments.plugin [-] Segment 4eae357c-f6a9-4777-8407-f00aa2eeb10d resource provider aggregate not found 2026-04-07 01:17:12.913 10 INFO neutron.wsgi [None req-e0df7f37-6cf7-44bf-8a0e-c5fbac1bece4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 9234 time: 0.0620615 2026-04-07 01:17:12.914 9 INFO neutron.services.segments.plugin [-] Segment 4eae357c-f6a9-4777-8407-f00aa2eeb10d resource provider aggregate not found 2026-04-07 01:17:12.921 9 INFO neutron.services.segments.plugin [-] Segment 4eae357c-f6a9-4777-8407-f00aa2eeb10d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4eae357c-f6a9-4777-8407-f00aa2eeb10d found for delete ", "request_id": "req-fdf4146e-a0d5-433a-9845-d924c8f98124"}]} 2026-04-07 01:17:12.929 9 INFO neutron.services.segments.plugin [-] Segment 4eae357c-f6a9-4777-8407-f00aa2eeb10d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4eae357c-f6a9-4777-8407-f00aa2eeb10d found for delete ", "request_id": "req-185f6b41-966e-4ba7-8868-a1b5b6970cdf"}]} 2026-04-07 01:17:12.944 10 INFO neutron.wsgi [None req-f6b06fc9-1a1b-4ec2-a87b-256e04acdf4c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0172505 2026-04-07 01:17:12.984 10 INFO neutron.wsgi [None req-07d09518-79a8-4773-ad93-931b6503f11e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 193 time: 0.0346632 2026-04-07 01:17:13.024 10 INFO neutron.db.ovn_revision_numbers_db [None req-87bd6c49-94e2-4c33-8431-efc46fa81368 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] Successfully bumped revision number for resource 4b408de6-814b-45ca-a59b-0fb7700f89f9 (type: ports) to 1 2026-04-07 01:17:13.159 10 INFO neutron.wsgi [None req-c2bad730-be36-4a3a-8f4b-2ba51e7031e0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 25139 time: 0.1584315 2026-04-07 01:17:13.188 10 INFO neutron.wsgi [None req-300809f5-f1a5-4d03-b550-eb0c15a68a3a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 2202 time: 0.0218339 2026-04-07 01:17:13.240 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: efab80ee-af54-4619-96ec-6e8151486ae4 2026-04-07 01:17:13.265 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Router 6575edd3-2f66-4002-ad84-79d9a9a153bf is bound to host instance 2026-04-07 01:17:13.266 10 INFO neutron.db.ovn_revision_numbers_db [None req-66411988-2e85-4aa0-a5c1-81df97cf0ad9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource efab80ee-af54-4619-96ec-6e8151486ae4 (type: router_ports) to 1 2026-04-07 01:17:13.277 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port efab80ee-af54-4619-96ec-6e8151486ae4 2026-04-07 01:17:13.351 9 INFO neutron.wsgi [None req-89f561b2-3c26-4121-9c13-2b1c4cf1d6a2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=4a6d9910b481479c8e6536808e11028a&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2207603 2026-04-07 01:17:13.464 10 INFO neutron.db.ovn_revision_numbers_db [None req-66411988-2e85-4aa0-a5c1-81df97cf0ad9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 6575edd3-2f66-4002-ad84-79d9a9a153bf (type: routers) to 3 2026-04-07 01:17:13.508 10 INFO neutron.wsgi [None req-66411988-2e85-4aa0-a5c1-81df97cf0ad9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 873 time: 2.6279008 2026-04-07 01:17:13.602 9 INFO neutron.wsgi [None req-458bbb48-e622-4b03-ad98-cbf27a93e201 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/ff80be05-0a07-4bfe-a4a6-d6af642e9754 HTTP/1.1" status: 204 len: 168 time: 0.2463443 2026-04-07 01:17:13.693 10 INFO neutron.db.ovn_revision_numbers_db [None req-87bd6c49-94e2-4c33-8431-efc46fa81368 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] Successfully bumped revision number for resource 4b408de6-814b-45ca-a59b-0fb7700f89f9 (type: router_ports) to 2 2026-04-07 01:17:13.954 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9564800b-8e16-435c-b8b5-5d32d80581a2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] No more DHCP agents 2026-04-07 01:17:13.956 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9564800b-8e16-435c-b8b5-5d32d80581a2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Unable to schedule network a7a4e2a2-04cc-439a-9869-fa7fb064264c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:14.037 10 INFO neutron.db.ovn_revision_numbers_db [None req-87bd6c49-94e2-4c33-8431-efc46fa81368 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] Successfully bumped revision number for resource 4b408de6-814b-45ca-a59b-0fb7700f89f9 (type: ports) to 2 2026-04-07 01:17:14.122 9 INFO neutron.db.ovn_revision_numbers_db [None req-9564800b-8e16-435c-b8b5-5d32d80581a2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 0bfd206e-1e64-467b-bf24-5e0b6de74594 (type: ports) to 1 2026-04-07 01:17:14.128 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-87bd6c49-94e2-4c33-8431-efc46fa81368 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] No more DHCP agents 2026-04-07 01:17:14.130 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-87bd6c49-94e2-4c33-8431-efc46fa81368 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] Unable to schedule network cf95ed11-7a5f-4ad5-9347-f9552cd4fc87: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:14.238 9 INFO neutron.db.ovn_revision_numbers_db [None req-8e460c4f-2bb6-4c1c-81ec-87f1bb989ba4 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] Successfully bumped revision number for resource ac440346-229d-4c90-9233-7e50407e6f7b (type: security_groups) to 1 2026-04-07 01:17:14.244 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource efab80ee-af54-4619-96ec-6e8151486ae4 (type: ports) to 1 2026-04-07 01:17:14.300 9 INFO neutron.db.segments_db [None req-8e460c4f-2bb6-4c1c-81ec-87f1bb989ba4 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] Added segment adf9b036-ad4c-4f12-b293-486dc9bb4a16 of type geneve for network 663471a4-50bd-499d-ae70-d1c714f90f02 2026-04-07 01:17:14.328 10 INFO neutron.db.ovn_revision_numbers_db [None req-87bd6c49-94e2-4c33-8431-efc46fa81368 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource 4b408de6-814b-45ca-a59b-0fb7700f89f9 (type: router_ports) to 2 2026-04-07 01:17:14.330 10 INFO neutron.wsgi [None req-87bd6c49-94e2-4c33-8431-efc46fa81368 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "PUT /v2.0/routers/caf7bbc8-c6eb-4c9a-96df-41e39692ee3c/add_router_interface HTTP/1.1" status: 200 len: 503 time: 2.6599648 2026-04-07 01:17:14.464 9 INFO neutron.db.ovn_revision_numbers_db [None req-8e460c4f-2bb6-4c1c-81ec-87f1bb989ba4 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] Successfully bumped revision number for resource 663471a4-50bd-499d-ae70-d1c714f90f02 (type: networks) to 1 2026-04-07 01:17:14.477 10 INFO neutron.wsgi [None req-50a1688a-a1f9-4178-9294-d40e28e5c378 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] 10.0.0.78 "GET /v2.0/ports/4b408de6-814b-45ca-a59b-0fb7700f89f9 HTTP/1.1" status: 200 len: 1139 time: 0.1422846 2026-04-07 01:17:14.529 10 INFO neutron.wsgi [None req-ea6dbb9b-f8d5-4eed-af6c-cbc9ed076cc2 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] 10.0.0.78 "GET /v2.0/ports/4b408de6-814b-45ca-a59b-0fb7700f89f9 HTTP/1.1" status: 200 len: 1139 time: 0.0474062 2026-04-07 01:17:14.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0012460 2026-04-07 01:17:14.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0020697 2026-04-07 01:17:14.656 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource efab80ee-af54-4619-96ec-6e8151486ae4 (type: router_ports) to 3 2026-04-07 01:17:14.700 9 INFO neutron.db.ovn_revision_numbers_db [None req-9564800b-8e16-435c-b8b5-5d32d80581a2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 0bfd206e-1e64-467b-bf24-5e0b6de74594 (type: router_ports) to 2 2026-04-07 01:17:14.720 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8e460c4f-2bb6-4c1c-81ec-87f1bb989ba4 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] No more DHCP agents 2026-04-07 01:17:14.723 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8e460c4f-2bb6-4c1c-81ec-87f1bb989ba4 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] Unable to schedule network 663471a4-50bd-499d-ae70-d1c714f90f02: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:14.818 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource efab80ee-af54-4619-96ec-6e8151486ae4 (type: ports) to 2 2026-04-07 01:17:15.035 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource efab80ee-af54-4619-96ec-6e8151486ae4 (type: ports) to 4 2026-04-07 01:17:15.037 9 INFO neutron.db.ovn_revision_numbers_db [None req-8e460c4f-2bb6-4c1c-81ec-87f1bb989ba4 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] Successfully bumped revision number for resource 22c14bc4-20f8-4ed5-8f30-39fe57f50929 (type: ports) to 1 2026-04-07 01:17:15.069 9 INFO neutron.wsgi [None req-8e460c4f-2bb6-4c1c-81ec-87f1bb989ba4 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 846 time: 1.1684632 2026-04-07 01:17:15.101 9 INFO neutron.db.ovn_revision_numbers_db [None req-9564800b-8e16-435c-b8b5-5d32d80581a2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 0bfd206e-1e64-467b-bf24-5e0b6de74594 (type: ports) to 2 2026-04-07 01:17:15.175 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9564800b-8e16-435c-b8b5-5d32d80581a2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] No more DHCP agents 2026-04-07 01:17:15.176 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9564800b-8e16-435c-b8b5-5d32d80581a2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Unable to schedule network a7a4e2a2-04cc-439a-9869-fa7fb064264c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:15.281 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource efab80ee-af54-4619-96ec-6e8151486ae4 (type: router_ports) to 4 2026-04-07 01:17:15.576 10 INFO neutron.wsgi [None req-c2fd37d8-189c-431c-96c7-3e8e2d3d3f8f 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] 10.0.0.78 "GET /v2.0/ports/4b408de6-814b-45ca-a59b-0fb7700f89f9 HTTP/1.1" status: 200 len: 1139 time: 0.0409205 2026-04-07 01:17:15.652 9 INFO neutron.db.ovn_revision_numbers_db [None req-9564800b-8e16-435c-b8b5-5d32d80581a2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 0bfd206e-1e64-467b-bf24-5e0b6de74594 (type: router_ports) to 2 2026-04-07 01:17:15.655 9 INFO neutron.wsgi [None req-9564800b-8e16-435c-b8b5-5d32d80581a2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "PUT /v2.0/routers/6575edd3-2f66-4002-ad84-79d9a9a153bf/add_router_interface HTTP/1.1" status: 200 len: 503 time: 2.1419263 2026-04-07 01:17:15.759 9 INFO neutron.db.ovn_revision_numbers_db [None req-365ce7c5-860b-4468-8b54-d4cf087a15e8 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource c0401a9e-7a92-4feb-a277-4d4176610202 (type: security_groups) to 1 2026-04-07 01:17:15.824 9 INFO neutron.db.segments_db [None req-365ce7c5-860b-4468-8b54-d4cf087a15e8 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Added segment d4092ba2-5066-4efa-af95-51bf403a63e2 of type geneve for network fcdd7d00-54f5-47cb-b30d-24564c844c0e 2026-04-07 01:17:15.849 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-04cc9b1a-d44b-4d28-b4ed-2290d4790e03 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] No more DHCP agents 2026-04-07 01:17:15.858 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-04cc9b1a-d44b-4d28-b4ed-2290d4790e03 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] Unable to schedule network 663471a4-50bd-499d-ae70-d1c714f90f02: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:15.883 9 INFO neutron.db.ovn_revision_numbers_db [None req-04cc9b1a-d44b-4d28-b4ed-2290d4790e03 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] Successfully bumped revision number for resource 133f3c93-7098-4764-9da4-8e6588ddc7c0 (type: subnets) to 0 2026-04-07 01:17:15.920 9 INFO neutron.wsgi [None req-04cc9b1a-d44b-4d28-b4ed-2290d4790e03 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 848 time: 0.3590612 2026-04-07 01:17:16.042 9 INFO neutron.db.ovn_revision_numbers_db [None req-365ce7c5-860b-4468-8b54-d4cf087a15e8 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource fcdd7d00-54f5-47cb-b30d-24564c844c0e (type: networks) to 1 2026-04-07 01:17:16.070 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: 4b408de6-814b-45ca-a59b-0fb7700f89f9 2026-04-07 01:17:16.078 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port 4b408de6-814b-45ca-a59b-0fb7700f89f9 2026-04-07 01:17:16.089 9 INFO neutron.db.segments_db [None req-7fa0d1f5-bc15-4cd6-9db3-87d83cda18c2 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] Added segment a8cf9392-eda1-491e-88b1-f9526e7813f8 of type geneve for network 209fb663-f66f-4fa9-b590-60bb3d77d70e 2026-04-07 01:17:16.291 9 INFO neutron.db.ovn_revision_numbers_db [None req-7fa0d1f5-bc15-4cd6-9db3-87d83cda18c2 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] Successfully bumped revision number for resource 209fb663-f66f-4fa9-b590-60bb3d77d70e (type: networks) to 1 2026-04-07 01:17:16.328 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-365ce7c5-860b-4468-8b54-d4cf087a15e8 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] No more DHCP agents 2026-04-07 01:17:16.332 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-365ce7c5-860b-4468-8b54-d4cf087a15e8 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Unable to schedule network fcdd7d00-54f5-47cb-b30d-24564c844c0e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:16.434 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 4b408de6-814b-45ca-a59b-0fb7700f89f9 (type: ports) to 3 2026-04-07 01:17:16.484 9 INFO neutron.db.ovn_revision_numbers_db [None req-365ce7c5-860b-4468-8b54-d4cf087a15e8 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource fbbd3064-a483-488c-a2ce-5a348828fadb (type: ports) to 1 2026-04-07 01:17:16.517 9 INFO neutron.wsgi [None req-365ce7c5-860b-4468-8b54-d4cf087a15e8 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 829 time: 1.1734755 2026-04-07 01:17:16.560 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7fa0d1f5-bc15-4cd6-9db3-87d83cda18c2 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] No more DHCP agents 2026-04-07 01:17:16.565 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7fa0d1f5-bc15-4cd6-9db3-87d83cda18c2 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] Unable to schedule network 209fb663-f66f-4fa9-b590-60bb3d77d70e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:16.614 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 4b408de6-814b-45ca-a59b-0fb7700f89f9 (type: router_ports) to 3 2026-04-07 01:17:16.636 10 INFO neutron.db.segments_db [None req-dc61cb33-084c-4e6e-ac80-8d496f2f2fd5 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Added segment a373a5b0-ffb3-4903-aaff-2cf6a19ec777 of type geneve for network 78a3459d-5f06-4b1a-a637-1ef44cb5f033 2026-04-07 01:17:16.646 10 INFO neutron.wsgi [None req-6470c12e-9a6d-41a2-9ba0-7f410c369eae 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] 10.0.0.78 "GET /v2.0/ports/4b408de6-814b-45ca-a59b-0fb7700f89f9 HTTP/1.1" status: 200 len: 1141 time: 0.0577569 2026-04-07 01:17:16.666 9 INFO neutron.db.ovn_revision_numbers_db [None req-7fa0d1f5-bc15-4cd6-9db3-87d83cda18c2 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] Successfully bumped revision number for resource fe6a3496-cb8c-4e5d-af35-2fa8e7be3591 (type: ports) to 1 2026-04-07 01:17:16.734 9 INFO neutron.wsgi [None req-7fa0d1f5-bc15-4cd6-9db3-87d83cda18c2 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 845 time: 0.8061135 2026-04-07 01:17:16.810 10 INFO neutron.db.ovn_revision_numbers_db [None req-dc61cb33-084c-4e6e-ac80-8d496f2f2fd5 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource 78a3459d-5f06-4b1a-a637-1ef44cb5f033 (type: networks) to 1 2026-04-07 01:17:17.026 10 INFO neutron.db.ovn_revision_numbers_db [None req-0a9a7226-84d2-4042-b254-6b03b1b7e4c5 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] Successfully bumped revision number for resource 209fb663-f66f-4fa9-b590-60bb3d77d70e (type: networks) to 2 2026-04-07 01:17:17.030 10 INFO neutron.wsgi [None req-0a9a7226-84d2-4042-b254-6b03b1b7e4c5 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] 10.0.0.78 "PUT /v2.0/networks/209fb663-f66f-4fa9-b590-60bb3d77d70e HTTP/1.1" status: 200 len: 792 time: 0.2836587 2026-04-07 01:17:17.081 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dc61cb33-084c-4e6e-ac80-8d496f2f2fd5 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] No more DHCP agents 2026-04-07 01:17:17.085 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dc61cb33-084c-4e6e-ac80-8d496f2f2fd5 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Unable to schedule network 78a3459d-5f06-4b1a-a637-1ef44cb5f033: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:17.112 9 INFO neutron.db.ovn_revision_numbers_db [None req-70ee0227-be4c-49fc-b1cf-156f056e673a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 05b490a6-0cca-485d-9460-bea706a1418c (type: security_groups) to 1 2026-04-07 01:17:17.166 10 INFO neutron.db.ovn_revision_numbers_db [None req-dc61cb33-084c-4e6e-ac80-8d496f2f2fd5 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource 3d74b087-c66f-45e5-8000-b0e310c5f8c7 (type: ports) to 1 2026-04-07 01:17:17.197 10 INFO neutron.wsgi [None req-dc61cb33-084c-4e6e-ac80-8d496f2f2fd5 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 828 time: 0.6759541 2026-04-07 01:17:17.199 9 INFO neutron.db.segments_db [None req-70ee0227-be4c-49fc-b1cf-156f056e673a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Added segment e080ba63-ca8c-4fdf-a452-ef82c20023d8 of type geneve for network aaf90ad9-8156-4c3f-a119-ad2ca8d52fd8 2026-04-07 01:17:17.478 9 INFO neutron.db.ovn_revision_numbers_db [None req-70ee0227-be4c-49fc-b1cf-156f056e673a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource aaf90ad9-8156-4c3f-a119-ad2ca8d52fd8 (type: networks) to 1 2026-04-07 01:17:17.667 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-72b44fa7-f391-486d-8e40-3a085eebfb9c e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] No more DHCP agents 2026-04-07 01:17:17.681 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-72b44fa7-f391-486d-8e40-3a085eebfb9c e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] Unable to schedule network 209fb663-f66f-4fa9-b590-60bb3d77d70e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:17.690 9 INFO neutron.wsgi [None req-6972c9f4-eded-416a-948c-660a7108dfbf 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "PUT /v2.0/routers/caf7bbc8-c6eb-4c9a-96df-41e39692ee3c/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 1.0364349 /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-04-07 01:17:17.736 9 INFO neutron.db.ovn_revision_numbers_db [None req-72b44fa7-f391-486d-8e40-3a085eebfb9c e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] Successfully bumped revision number for resource 36a591f4-fdd2-429d-bd9a-878e5c70b115 (type: subnets) to 0 2026-04-07 01:17:17.746 9 INFO neutron.wsgi [None req-bd075715-3fa0-45dd-9704-0d2b28ef3de4 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=caf7bbc8-c6eb-4c9a-96df-41e39692ee3c HTTP/1.1" status: 200 len: 205 time: 0.0502424 2026-04-07 01:17:17.767 9 INFO neutron.wsgi [None req-72b44fa7-f391-486d-8e40-3a085eebfb9c e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 821 time: 0.7298720 2026-04-07 01:17:17.800 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-64eafb63-0d4e-469f-bdb3-8aad63f9c982 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] No more DHCP agents 2026-04-07 01:17:17.813 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-64eafb63-0d4e-469f-bdb3-8aad63f9c982 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Unable to schedule network fcdd7d00-54f5-47cb-b30d-24564c844c0e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:17.848 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-70ee0227-be4c-49fc-b1cf-156f056e673a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:17:17.853 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-70ee0227-be4c-49fc-b1cf-156f056e673a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network aaf90ad9-8156-4c3f-a119-ad2ca8d52fd8: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:17.962 9 INFO neutron.db.ovn_revision_numbers_db [None req-70ee0227-be4c-49fc-b1cf-156f056e673a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 8e45374c-c45f-48eb-a702-100e2d302a7e (type: ports) to 1 2026-04-07 01:17:18.000 9 INFO neutron.wsgi [None req-70ee0227-be4c-49fc-b1cf-156f056e673a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 942 time: 1.1337519 2026-04-07 01:17:18.041 10 INFO neutron.wsgi [None req-35809325-b1c4-4e7a-aaf4-9e8a51f1f35c 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "DELETE /v2.0/routers/caf7bbc8-c6eb-4c9a-96df-41e39692ee3c HTTP/1.1" status: 204 len: 168 time: 0.2883368 2026-04-07 01:17:18.233 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-68abf466-e3f6-461b-bd8f-c954a8e33528 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:17:18.235 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-68abf466-e3f6-461b-bd8f-c954a8e33528 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network aaf90ad9-8156-4c3f-a119-ad2ca8d52fd8: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:18.292 10 INFO neutron.wsgi [None req-52935830-2916-4f44-bce1-19d9cbd4b969 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "DELETE /v2.0/subnets/6e6c6370-ca6c-465a-9299-66245cfcdd47 HTTP/1.1" status: 204 len: 168 time: 0.2444386 2026-04-07 01:17:18.485 10 INFO neutron.db.ovn_revision_numbers_db [None req-64eafb63-0d4e-469f-bdb3-8aad63f9c982 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource fbbd3064-a483-488c-a2ce-5a348828fadb (type: ports) to 2 2026-04-07 01:17:18.501 10 INFO neutron.db.ovn_revision_numbers_db [None req-64eafb63-0d4e-469f-bdb3-8aad63f9c982 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource 42aff1ea-801f-4770-a858-11b0a4d44cf3 (type: subnets) to 0 2026-04-07 01:17:18.515 10 INFO neutron.wsgi [None req-64eafb63-0d4e-469f-bdb3-8aad63f9c982 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 801 time: 1.3109138 2026-04-07 01:17:18.714 10 INFO neutron.services.segments.plugin [-] Segment b2361f83-7c3f-458d-92a6-86b38ae1a5b2 resource provider aggregate not found 2026-04-07 01:17:18.722 10 INFO neutron.services.segments.plugin [-] Segment b2361f83-7c3f-458d-92a6-86b38ae1a5b2 resource provider aggregate not found 2026-04-07 01:17:18.743 10 INFO neutron.services.segments.plugin [-] Segment b2361f83-7c3f-458d-92a6-86b38ae1a5b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2361f83-7c3f-458d-92a6-86b38ae1a5b2 found for delete ", "request_id": "req-08abf96e-c34f-493d-bda0-db7698d2ef41"}]} 2026-04-07 01:17:18.744 10 INFO neutron.services.segments.plugin [-] Segment b2361f83-7c3f-458d-92a6-86b38ae1a5b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2361f83-7c3f-458d-92a6-86b38ae1a5b2 found for delete ", "request_id": "req-8017e7e7-5d51-4a5d-8181-cc913c0c373b"}]} 2026-04-07 01:17:18.788 10 INFO neutron.wsgi [None req-dca81216-0adc-492a-b9bb-cad1a3bf6955 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "DELETE /v2.0/networks/cf95ed11-7a5f-4ad5-9347-f9552cd4fc87 HTTP/1.1" status: 204 len: 168 time: 0.4909620 2026-04-07 01:17:18.873 9 INFO neutron.db.ovn_revision_numbers_db [None req-d4e708b9-c3a7-45f5-8fb1-a913220b0e4a e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] Successfully bumped revision number for resource fe6a3496-cb8c-4e5d-af35-2fa8e7be3591 (type: ports) to 2 2026-04-07 01:17:18.900 9 INFO neutron.db.ovn_revision_numbers_db [None req-d4e708b9-c3a7-45f5-8fb1-a913220b0e4a e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] Successfully bumped revision number for resource 36a591f4-fdd2-429d-bd9a-878e5c70b115 (type: subnets) to 1 2026-04-07 01:17:18.903 9 INFO neutron.wsgi [None req-d4e708b9-c3a7-45f5-8fb1-a913220b0e4a e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] 10.0.0.78 "PUT /v2.0/subnets/36a591f4-fdd2-429d-bd9a-878e5c70b115 HTTP/1.1" status: 200 len: 826 time: 1.1286664 2026-04-07 01:17:18.916 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1d3227d4-4e69-48cc-8cae-f0290377d60e e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] No more DHCP agents 2026-04-07 01:17:18.920 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1d3227d4-4e69-48cc-8cae-f0290377d60e e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Unable to schedule network 78a3459d-5f06-4b1a-a637-1ef44cb5f033: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:19.059 9 INFO neutron.db.ovn_revision_numbers_db [None req-68abf466-e3f6-461b-bd8f-c954a8e33528 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 8e45374c-c45f-48eb-a702-100e2d302a7e (type: ports) to 2 2026-04-07 01:17:19.089 9 INFO neutron.db.ovn_revision_numbers_db [None req-68abf466-e3f6-461b-bd8f-c954a8e33528 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource fea37800-ca24-4fce-ac62-731c7c8e630f (type: subnets) to 0 2026-04-07 01:17:19.111 9 INFO neutron.wsgi [None req-68abf466-e3f6-461b-bd8f-c954a8e33528 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 862 time: 1.1045384 2026-04-07 01:17:19.610 9 INFO neutron.services.segments.plugin [-] Segment a8cf9392-eda1-491e-88b1-f9526e7813f8 resource provider aggregate not found 2026-04-07 01:17:19.615 9 INFO neutron.services.segments.plugin [-] Segment a8cf9392-eda1-491e-88b1-f9526e7813f8 resource provider aggregate not found 2026-04-07 01:17:19.636 9 INFO neutron.services.segments.plugin [-] Segment a8cf9392-eda1-491e-88b1-f9526e7813f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8cf9392-eda1-491e-88b1-f9526e7813f8 found for delete ", "request_id": "req-402b7525-c5a2-4a43-89e0-22530d3dc168"}]} 2026-04-07 01:17:19.661 9 INFO neutron.services.segments.plugin [-] Segment a8cf9392-eda1-491e-88b1-f9526e7813f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8cf9392-eda1-491e-88b1-f9526e7813f8 found for delete ", "request_id": "req-a65945bf-0ca0-4756-b55c-7cbc3af578ad"}]} 2026-04-07 01:17:19.690 9 INFO neutron.wsgi [None req-c8499539-2b72-4993-a43a-ea1e443e935a e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] 10.0.0.78 "DELETE /v2.0/networks/209fb663-f66f-4fa9-b590-60bb3d77d70e HTTP/1.1" status: 204 len: 168 time: 0.7791526 2026-04-07 01:17:19.716 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f484d4af-b165-4930-a97d-3fc39f7a0903 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] No more DHCP agents 2026-04-07 01:17:19.722 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f484d4af-b165-4930-a97d-3fc39f7a0903 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:19.724 9 INFO neutron.pecan_wsgi.hooks.translation [None req-6606b082-af30-44af-9786-f5f50cd8af82 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:17:19.727 9 INFO neutron.wsgi [None req-6606b082-af30-44af-9786-f5f50cd8af82 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] 10.0.0.78 "DELETE /v2.0/networks/209fb663-f66f-4fa9-b590-60bb3d77d70e HTTP/1.1" status: 404 len: 339 time: 0.0279653 2026-04-07 01:17:19.824 10 INFO neutron.db.ovn_revision_numbers_db [None req-1d3227d4-4e69-48cc-8cae-f0290377d60e e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource 3d74b087-c66f-45e5-8000-b0e310c5f8c7 (type: ports) to 2 2026-04-07 01:17:19.844 10 INFO neutron.db.ovn_revision_numbers_db [None req-1d3227d4-4e69-48cc-8cae-f0290377d60e e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource 4d21b5d0-fb3f-4cdb-9696-dd823fcc5d8b (type: subnets) to 0 2026-04-07 01:17:19.847 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-169cd3c8-f7f0-43fb-8d65-6a9710a20fb2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:17:19.857 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-169cd3c8-f7f0-43fb-8d65-6a9710a20fb2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:19.870 10 INFO neutron.wsgi [None req-1d3227d4-4e69-48cc-8cae-f0290377d60e e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 801 time: 1.3482549 2026-04-07 01:17:19.883 9 INFO neutron.wsgi [None req-9ccce71d-b161-4b8f-bd01-52cc70fb3406 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - default default] 10.0.0.78 "GET /v2.0/networks?router%3Aexternal=True HTTP/1.1" status: 200 len: 845 time: 0.1479402 2026-04-07 01:17:19.921 10 INFO neutron.db.ovn_revision_numbers_db [None req-f484d4af-b165-4930-a97d-3fc39f7a0903 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource ca37415f-f795-48f2-b9b1-e16a1be63ff8 (type: ports) to 1 2026-04-07 01:17:19.940 9 INFO neutron.wsgi [None req-9eef0ff2-01b2-420b-88f3-5fca43eacacd e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - default default] 10.0.0.78 "GET /v2.0/subnets?network_id=97a2ea9d-c987-4844-aa76-716df499f90b HTTP/1.1" status: 200 len: 820 time: 0.0519545 2026-04-07 01:17:19.952 10 INFO neutron.wsgi [None req-cc5f3712-69f2-4a13-b5c4-2c67bd21afb3 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - default default] 10.0.0.78 "GET /v2.0/extensions HTTP/1.1" status: 200 len: 16520 time: 0.0078046 2026-04-07 01:17:20.038 9 INFO neutron.wsgi [None req-097a9dca-f98e-4f2e-90ed-edcaa7b7eda1 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - default default] 10.0.0.78 "GET /v2.0/networks HTTP/1.1" status: 200 len: 1507 time: 0.0787201 2026-04-07 01:17:20.094 9 INFO neutron.wsgi [None req-2fe57904-f80c-49c0-8c82-8c4851905f7f e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - default default] 10.0.0.78 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1460 time: 0.0483251 2026-04-07 01:17:20.095 9 INFO neutron.db.ovn_revision_numbers_db [None req-169cd3c8-f7f0-43fb-8d65-6a9710a20fb2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource dcc27d9b-1e58-43bd-9b29-79a50dfedf32 (type: ports) to 1 2026-04-07 01:17:20.110 10 INFO neutron.db.ovn_revision_numbers_db [None req-198889f8-700f-4df8-8d47-2e244eeb0e26 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource e0d2c554-be04-446e-9284-e3c35752e315 (type: routers) to 1 2026-04-07 01:17:20.144 10 INFO neutron.wsgi [None req-198889f8-700f-4df8-8d47-2e244eeb0e26 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 687 time: 0.2684448 2026-04-07 01:17:20.191 9 INFO neutron.wsgi [None req-cdbb188b-b99b-42d3-a3ba-a387f154d3d9 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - default default] 10.0.0.78 "GET /v2.0/networks/663471a4-50bd-499d-ae70-d1c714f90f02 HTTP/1.1" status: 200 len: 866 time: 0.0904489 2026-04-07 01:17:20.495 9 INFO neutron.wsgi [None req-ef6b5d99-1f2a-4411-a51f-3cf648db141f e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - default default] 10.0.0.78 "GET /v2.0/subnets/133f3c93-7098-4764-9da4-8e6588ddc7c0 HTTP/1.1" status: 200 len: 843 time: 0.2952428 2026-04-07 01:17:20.535 9 INFO neutron.pecan_wsgi.hooks.translation [None req-f7fd1369-c250-4ad9-97ea-0d4172a75918 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:17:20.538 9 INFO neutron.wsgi [None req-f7fd1369-c250-4ad9-97ea-0d4172a75918 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] 10.0.0.78 "DELETE /v2.0/subnets/36a591f4-fdd2-429d-bd9a-878e5c70b115 HTTP/1.1" status: 404 len: 337 time: 0.0337410 2026-04-07 01:17:20.571 9 INFO neutron.pecan_wsgi.hooks.translation [None req-72293ee2-91dc-4dcf-ba01-120fe92864e6 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:17:20.573 9 INFO neutron.wsgi [None req-72293ee2-91dc-4dcf-ba01-120fe92864e6 e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] 10.0.0.78 "DELETE /v2.0/networks/209fb663-f66f-4fa9-b590-60bb3d77d70e HTTP/1.1" status: 404 len: 339 time: 0.0292969 2026-04-07 01:17:20.673 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a78563b3-2cd8-4fc0-9133-4a07cba9c7d1 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] No more DHCP agents 2026-04-07 01:17:20.678 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a78563b3-2cd8-4fc0-9133-4a07cba9c7d1 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] Unable to schedule network fcdd7d00-54f5-47cb-b30d-24564c844c0e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:20.773 10 INFO neutron.db.ovn_revision_numbers_db [None req-f484d4af-b165-4930-a97d-3fc39f7a0903 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource ca37415f-f795-48f2-b9b1-e16a1be63ff8 (type: router_ports) to 1 2026-04-07 01:17:20.827 9 INFO neutron.wsgi [None req-2c010a66-9730-4f16-92d6-97d90525d4be e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] 10.0.0.78 "DELETE /v2.0/subnets/133f3c93-7098-4764-9da4-8e6588ddc7c0 HTTP/1.1" status: 204 len: 168 time: 0.2490454 2026-04-07 01:17:20.861 10 INFO neutron.db.ovn_revision_numbers_db [None req-f484d4af-b165-4930-a97d-3fc39f7a0903 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource 6bf11fda-1a71-4c76-87e9-f6ef06b1f805 (type: routers) to 3 2026-04-07 01:17:20.870 10 INFO neutron.db.ovn_revision_numbers_db [None req-a78563b3-2cd8-4fc0-9133-4a07cba9c7d1 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] Successfully bumped revision number for resource 96275c0f-5c2e-4aab-8774-a379d6376a9f (type: ports) to 1 2026-04-07 01:17:20.878 10 INFO neutron.wsgi [None req-f484d4af-b165-4930-a97d-3fc39f7a0903 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 871 time: 2.0771348 2026-04-07 01:17:21.096 9 INFO neutron.db.ovn_revision_numbers_db [None req-169cd3c8-f7f0-43fb-8d65-6a9710a20fb2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource dcc27d9b-1e58-43bd-9b29-79a50dfedf32 (type: router_ports) to 1 2026-04-07 01:17:21.179 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Router 8648a145-9b76-4c88-873e-4d0121f16781 is bound to host instance 2026-04-07 01:17:21.181 9 INFO neutron.db.ovn_revision_numbers_db [None req-169cd3c8-f7f0-43fb-8d65-6a9710a20fb2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 8648a145-9b76-4c88-873e-4d0121f16781 (type: routers) to 3 2026-04-07 01:17:21.212 9 INFO neutron.wsgi [None req-169cd3c8-f7f0-43fb-8d65-6a9710a20fb2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 873 time: 2.0953434 2026-04-07 01:17:21.297 10 INFO neutron.wsgi [None req-c2558429-3e55-4c0b-b3fe-72c3dad5a1d7 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] 10.0.0.78 "GET /v2.0/routers/6bf11fda-1a71-4c76-87e9-f6ef06b1f805 HTTP/1.1" status: 200 len: 872 time: 0.4140723 2026-04-07 01:17:21.332 9 INFO neutron.wsgi [None req-4c8ef02a-a502-42b3-9393-150ff3d1776e e8a965b72fe248d29ef2542e8ae7eed8 b83616b330c54ce2be1b6e505649251a - - - -] 10.0.0.78 "DELETE /v2.0/networks/663471a4-50bd-499d-ae70-d1c714f90f02 HTTP/1.1" status: 204 len: 168 time: 0.4995267 2026-04-07 01:17:21.550 10 INFO neutron.wsgi [None req-aa662551-8afb-4281-8ce9-87e8e24d7eee 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] 10.0.0.78 "GET /v2.0/routers HTTP/1.1" status: 200 len: 875 time: 0.2461038 2026-04-07 01:17:21.665 9 INFO neutron.services.segments.plugin [-] Segment adf9b036-ad4c-4f12-b293-486dc9bb4a16 resource provider aggregate not found 2026-04-07 01:17:21.695 9 INFO neutron.services.segments.plugin [-] Segment adf9b036-ad4c-4f12-b293-486dc9bb4a16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adf9b036-ad4c-4f12-b293-486dc9bb4a16 found for delete ", "request_id": "req-addcf188-54af-41ab-bc43-79d986836835"}]} 2026-04-07 01:17:21.696 9 INFO neutron.services.segments.plugin [-] Segment adf9b036-ad4c-4f12-b293-486dc9bb4a16 resource provider aggregate not found 2026-04-07 01:17:21.727 9 INFO neutron.services.segments.plugin [-] Segment adf9b036-ad4c-4f12-b293-486dc9bb4a16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adf9b036-ad4c-4f12-b293-486dc9bb4a16 found for delete ", "request_id": "req-709ea06f-9bd1-4707-b262-d9164f62cfb2"}]} 2026-04-07 01:17:21.835 10 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] No port found with ID 4b408de6-814b-45ca-a59b-0fb7700f89f9: RuntimeError: No port found with ID 4b408de6-814b-45ca-a59b-0fb7700f89f9 2026-04-07 01:17:21.835 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: 0bfd206e-1e64-467b-bf24-5e0b6de74594 2026-04-07 01:17:21.874 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port 0bfd206e-1e64-467b-bf24-5e0b6de74594 2026-04-07 01:17:22.049 9 INFO neutron.wsgi [None req-eebd55f4-0a16-4e2d-8181-90c855bcc76a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=b83616b330c54ce2be1b6e505649251a&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2238424 2026-04-07 01:17:22.081 9 INFO neutron.db.ovn_revision_numbers_db [None req-49f893c7-3075-49f8-9af0-d4b5957c1dbc 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] Successfully bumped revision number for resource 6bf11fda-1a71-4c76-87e9-f6ef06b1f805 (type: routers) to 4 2026-04-07 01:17:22.084 9 INFO neutron.wsgi [None req-49f893c7-3075-49f8-9af0-d4b5957c1dbc 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "PUT /v2.0/routers/6bf11fda-1a71-4c76-87e9-f6ef06b1f805 HTTP/1.1" status: 200 len: 879 time: 0.5295603 2026-04-07 01:17:22.169 9 INFO neutron.wsgi [None req-fe7470f8-1260-4f86-a107-9f67f5c031ec 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] 10.0.0.78 "GET /v2.0/routers/6bf11fda-1a71-4c76-87e9-f6ef06b1f805 HTTP/1.1" status: 200 len: 879 time: 0.0766053 2026-04-07 01:17:22.196 9 INFO neutron.wsgi [None req-5a9a43c7-8cf0-4dd8-bb0c-0de4a6a8723e 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=6bf11fda-1a71-4c76-87e9-f6ef06b1f805 HTTP/1.1" status: 200 len: 205 time: 0.0205007 2026-04-07 01:17:22.326 10 INFO neutron.db.ovn_revision_numbers_db [None req-a78563b3-2cd8-4fc0-9133-4a07cba9c7d1 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] Successfully bumped revision number for resource 96275c0f-5c2e-4aab-8774-a379d6376a9f (type: router_ports) to 2 2026-04-07 01:17:22.480 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: 96275c0f-5c2e-4aab-8774-a379d6376a9f 2026-04-07 01:17:22.500 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port 96275c0f-5c2e-4aab-8774-a379d6376a9f 2026-04-07 01:17:22.513 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-46815596-cc69-4b91-a003-dbc3538282cc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] No more DHCP agents 2026-04-07 01:17:22.520 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-46815596-cc69-4b91-a003-dbc3538282cc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Unable to schedule network aaf90ad9-8156-4c3f-a119-ad2ca8d52fd8: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:22.640 9 INFO neutron.wsgi [None req-addcee13-1bb1-4779-a725-2045b74e85b1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/ac440346-229d-4c90-9233-7e50407e6f7b HTTP/1.1" status: 204 len: 168 time: 0.5848279 2026-04-07 01:17:22.744 10 INFO neutron.db.ovn_revision_numbers_db [None req-a78563b3-2cd8-4fc0-9133-4a07cba9c7d1 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] Successfully bumped revision number for resource 96275c0f-5c2e-4aab-8774-a379d6376a9f (type: ports) to 2 2026-04-07 01:17:22.747 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource dcc27d9b-1e58-43bd-9b29-79a50dfedf32 (type: ports) to 1 2026-04-07 01:17:22.778 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 0bfd206e-1e64-467b-bf24-5e0b6de74594 (type: ports) to 3 2026-04-07 01:17:22.861 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource 96275c0f-5c2e-4aab-8774-a379d6376a9f (type: ports) to 3 2026-04-07 01:17:22.956 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a78563b3-2cd8-4fc0-9133-4a07cba9c7d1 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] No more DHCP agents 2026-04-07 01:17:22.962 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a78563b3-2cd8-4fc0-9133-4a07cba9c7d1 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] Unable to schedule network fcdd7d00-54f5-47cb-b30d-24564c844c0e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:22.986 10 INFO neutron.db.ovn_revision_numbers_db [None req-46815596-cc69-4b91-a003-dbc3538282cc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 22b2fe12-7af8-474b-96d2-07c20380b974 (type: ports) to 1 2026-04-07 01:17:23.001 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource 96275c0f-5c2e-4aab-8774-a379d6376a9f (type: router_ports) to 3 2026-04-07 01:17:23.126 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 0bfd206e-1e64-467b-bf24-5e0b6de74594 (type: router_ports) to 3 2026-04-07 01:17:23.212 9 INFO neutron.wsgi [None req-01e3b190-fc78-424d-9402-af5e94474629 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "DELETE /v2.0/routers/6bf11fda-1a71-4c76-87e9-f6ef06b1f805 HTTP/1.1" status: 204 len: 168 time: 1.0077467 2026-04-07 01:17:23.240 9 INFO neutron.wsgi [None req-0bc87477-f1ef-48ad-bb46-405d8b8c7202 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=6bf11fda-1a71-4c76-87e9-f6ef06b1f805 HTTP/1.1" status: 200 len: 205 time: 0.0222330 2026-04-07 01:17:23.273 9 INFO neutron.api.v2.resource [None req-da693050-025a-47e1-9d79-9c99b6cdb5f8 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] delete failed (client error): The resource could not be found. 2026-04-07 01:17:23.274 9 INFO neutron.wsgi [None req-da693050-025a-47e1-9d79-9c99b6cdb5f8 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "DELETE /v2.0/routers/6bf11fda-1a71-4c76-87e9-f6ef06b1f805 HTTP/1.1" status: 404 len: 336 time: 0.0277116 2026-04-07 01:17:23.299 9 INFO neutron.wsgi [None req-1971bd49-284f-4b3e-a164-e63ecdeffa28 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=caf7bbc8-c6eb-4c9a-96df-41e39692ee3c HTTP/1.1" status: 200 len: 205 time: 0.0207152 2026-04-07 01:17:23.326 9 INFO neutron.api.v2.resource [None req-a4791d5c-0baf-4b61-aa52-8458a8d5b833 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] delete failed (client error): The resource could not be found. 2026-04-07 01:17:23.327 9 INFO neutron.wsgi [None req-a4791d5c-0baf-4b61-aa52-8458a8d5b833 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "DELETE /v2.0/routers/caf7bbc8-c6eb-4c9a-96df-41e39692ee3c HTTP/1.1" status: 404 len: 336 time: 0.0225456 2026-04-07 01:17:23.350 9 INFO neutron.pecan_wsgi.hooks.translation [None req-212d2946-de34-44d2-a741-720afc452971 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:17:23.352 9 INFO neutron.wsgi [None req-212d2946-de34-44d2-a741-720afc452971 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "DELETE /v2.0/subnets/6e6c6370-ca6c-465a-9299-66245cfcdd47 HTTP/1.1" status: 404 len: 337 time: 0.0210264 2026-04-07 01:17:23.382 9 INFO neutron.wsgi [None req-c39b7646-11df-4fc1-9c68-b617a08ae548 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=678bd1f0-c229-46a2-90f9-6b019a872348 HTTP/1.1" status: 200 len: 205 time: 0.0230670 2026-04-07 01:17:23.410 9 INFO neutron.api.v2.resource [None req-38a4172d-dec5-4f6a-8d10-ae7c55c3d19a 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] delete failed (client error): The resource could not be found. 2026-04-07 01:17:23.411 9 INFO neutron.wsgi [None req-38a4172d-dec5-4f6a-8d10-ae7c55c3d19a 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "DELETE /v2.0/routers/678bd1f0-c229-46a2-90f9-6b019a872348 HTTP/1.1" status: 404 len: 336 time: 0.0233452 2026-04-07 01:17:23.432 9 INFO neutron.pecan_wsgi.hooks.translation [None req-66669fcd-781a-48c4-8cc9-6a143103ad0a 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:17:23.434 9 INFO neutron.wsgi [None req-66669fcd-781a-48c4-8cc9-6a143103ad0a 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "DELETE /v2.0/subnets/2ccebfce-56a3-4103-904f-48ff79038f22 HTTP/1.1" status: 404 len: 337 time: 0.0162411 2026-04-07 01:17:23.473 9 INFO neutron.wsgi [None req-a1047912-36bf-49d7-a973-f2e3743351d1 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=3d278590-45ad-4165-883c-e977a9a93c68 HTTP/1.1" status: 200 len: 205 time: 0.0338881 2026-04-07 01:17:23.513 9 INFO neutron.api.v2.resource [None req-2b4d564a-f2cb-46c2-a5c4-4e7cb83e31ea 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] delete failed (client error): The resource could not be found. 2026-04-07 01:17:23.515 9 INFO neutron.wsgi [None req-2b4d564a-f2cb-46c2-a5c4-4e7cb83e31ea 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "DELETE /v2.0/routers/3d278590-45ad-4165-883c-e977a9a93c68 HTTP/1.1" status: 404 len: 336 time: 0.0297396 2026-04-07 01:17:23.537 9 INFO neutron.pecan_wsgi.hooks.translation [None req-c242f3a1-d9e3-468a-b25d-9a1a106feb2d 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:17:23.540 9 INFO neutron.wsgi [None req-c242f3a1-d9e3-468a-b25d-9a1a106feb2d 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "DELETE /v2.0/subnets/a227cbbd-3098-4b23-800c-25a8a480b226 HTTP/1.1" status: 404 len: 337 time: 0.0196424 2026-04-07 01:17:23.561 9 INFO neutron.pecan_wsgi.hooks.translation [None req-99cfd6d6-b516-4f2b-8f9c-aa5dcf550814 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:17:23.564 9 INFO neutron.wsgi [None req-99cfd6d6-b516-4f2b-8f9c-aa5dcf550814 09b4240f4d734cd19321b0dda39eef13 006dc9d8bb2f4f2e8618b3917337268d - - - -] 10.0.0.78 "DELETE /v2.0/subnets/ad39a7e9-22cd-4705-80a2-37d684ebc62d HTTP/1.1" status: 404 len: 337 time: 0.0193005 2026-04-07 01:17:23.588 10 INFO neutron.db.ovn_revision_numbers_db [None req-a78563b3-2cd8-4fc0-9133-4a07cba9c7d1 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource 96275c0f-5c2e-4aab-8774-a379d6376a9f (type: router_ports) to 3 2026-04-07 01:17:23.590 10 INFO neutron.wsgi [None req-a78563b3-2cd8-4fc0-9133-4a07cba9c7d1 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "PUT /v2.0/routers/e0d2c554-be04-446e-9284-e3c35752e315/add_router_interface HTTP/1.1" status: 200 len: 503 time: 3.4416678 2026-04-07 01:17:23.641 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource dcc27d9b-1e58-43bd-9b29-79a50dfedf32 (type: router_ports) to 3 2026-04-07 01:17:23.686 9 INFO neutron.wsgi [None req-b420e2ce-4c35-408c-82f1-756245d1574d e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "GET /v2.0/ports/96275c0f-5c2e-4aab-8774-a379d6376a9f HTTP/1.1" status: 200 len: 1137 time: 0.0886052 2026-04-07 01:17:23.880 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource dcc27d9b-1e58-43bd-9b29-79a50dfedf32 (type: ports) to 2 2026-04-07 01:17:23.958 10 INFO neutron.db.ovn_revision_numbers_db [None req-46815596-cc69-4b91-a003-dbc3538282cc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 22b2fe12-7af8-474b-96d2-07c20380b974 (type: router_ports) to 2 2026-04-07 01:17:24.133 10 INFO neutron.db.ovn_revision_numbers_db [None req-46815596-cc69-4b91-a003-dbc3538282cc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 22b2fe12-7af8-474b-96d2-07c20380b974 (type: ports) to 2 2026-04-07 01:17:24.145 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource dcc27d9b-1e58-43bd-9b29-79a50dfedf32 (type: ports) to 4 2026-04-07 01:17:24.231 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-46815596-cc69-4b91-a003-dbc3538282cc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] No more DHCP agents 2026-04-07 01:17:24.232 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-46815596-cc69-4b91-a003-dbc3538282cc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Unable to schedule network aaf90ad9-8156-4c3f-a119-ad2ca8d52fd8: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:24.258 9 INFO neutron.wsgi [None req-d06cdb3b-6916-4c6d-8b63-3e77bc1db727 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=006dc9d8bb2f4f2e8618b3917337268d&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2639287 2026-04-07 01:17:24.293 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8e229d06-8db0-4744-be08-e540aebfbea5 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] No more DHCP agents 2026-04-07 01:17:24.297 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8e229d06-8db0-4744-be08-e540aebfbea5 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] Unable to schedule network 78a3459d-5f06-4b1a-a637-1ef44cb5f033: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:24.463 9 INFO neutron.db.ovn_revision_numbers_db [None req-8e229d06-8db0-4744-be08-e540aebfbea5 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] Successfully bumped revision number for resource dec17d77-66ec-47d7-8e97-6a88a5f6ce78 (type: ports) to 1 2026-04-07 01:17:24.467 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource dcc27d9b-1e58-43bd-9b29-79a50dfedf32 (type: router_ports) to 4 2026-04-07 01:17:24.516 9 INFO neutron.wsgi [None req-38fb94b0-e2e1-4dae-8a77-7578031e467c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/94d98850-8ed5-4c4d-9e48-62c75e7bd4cc HTTP/1.1" status: 204 len: 168 time: 0.2520838 2026-04-07 01:17:24.741 10 INFO neutron.db.ovn_revision_numbers_db [None req-04e6b63a-8e60-4158-9235-c0635425289d d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - - -] Successfully bumped revision number for resource 0557ebae-52cf-4621-830f-a35e2541511b (type: security_groups) to 1 2026-04-07 01:17:24.884 10 INFO neutron.db.ovn_revision_numbers_db [None req-46815596-cc69-4b91-a003-dbc3538282cc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 22b2fe12-7af8-474b-96d2-07c20380b974 (type: router_ports) to 2 2026-04-07 01:17:24.887 10 INFO neutron.wsgi [None req-46815596-cc69-4b91-a003-dbc3538282cc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "PUT /v2.0/routers/8648a145-9b76-4c88-873e-4d0121f16781/add_router_interface HTTP/1.1" status: 200 len: 503 time: 3.6676829 2026-04-07 01:17:24.930 10 INFO neutron.db.ovn_revision_numbers_db [None req-04e6b63a-8e60-4158-9235-c0635425289d d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - - -] Successfully bumped revision number for resource aa8d3ecf-5c7d-4e81-9734-f401ec32f732 (type: security_groups) to 1 2026-04-07 01:17:24.953 10 INFO neutron.wsgi [None req-04e6b63a-8e60-4158-9235-c0635425289d d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - - -] 10.0.0.78 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1760 time: 0.5161979 2026-04-07 01:17:25.011 10 INFO neutron.wsgi [None req-f8efc5a9-a04b-4cf0-ab58-ed415df615e3 d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - default default] 10.0.0.78 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 4538 time: 0.0481296 2026-04-07 01:17:25.103 10 INFO neutron.db.ovn_revision_numbers_db [None req-304a4b33-a732-4831-9de8-f9097a0570c2 d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - - -] Successfully bumped revision number for resource aa8d3ecf-5c7d-4e81-9734-f401ec32f732 (type: security_groups) to 2 2026-04-07 01:17:25.106 10 INFO neutron.wsgi [None req-304a4b33-a732-4831-9de8-f9097a0570c2 d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - - -] 10.0.0.78 "PUT /v2.0/security-groups/aa8d3ecf-5c7d-4e81-9734-f401ec32f732 HTTP/1.1" status: 200 len: 1793 time: 0.0902033 2026-04-07 01:17:25.152 9 INFO neutron.wsgi [None req-e2d0ae86-3b5c-4c6a-b512-32e44d97e47e d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - default default] 10.0.0.78 "GET /v2.0/security-groups/aa8d3ecf-5c7d-4e81-9734-f401ec32f732 HTTP/1.1" status: 200 len: 1793 time: 0.0403905 2026-04-07 01:17:25.176 9 INFO neutron.db.ovn_revision_numbers_db [None req-8e229d06-8db0-4744-be08-e540aebfbea5 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] Successfully bumped revision number for resource dec17d77-66ec-47d7-8e97-6a88a5f6ce78 (type: router_ports) to 2 2026-04-07 01:17:25.314 9 INFO neutron.db.ovn_revision_numbers_db [None req-8e229d06-8db0-4744-be08-e540aebfbea5 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] Successfully bumped revision number for resource dec17d77-66ec-47d7-8e97-6a88a5f6ce78 (type: ports) to 2 2026-04-07 01:17:25.319 10 INFO neutron.wsgi [None req-562e4914-bed4-4721-ab15-ee8994bb4438 d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/aa8d3ecf-5c7d-4e81-9734-f401ec32f732 HTTP/1.1" status: 204 len: 168 time: 0.1619222 2026-04-07 01:17:25.355 10 INFO neutron.wsgi [None req-2f760f9f-c04b-4ea0-8407-9e873263b9ec d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - default default] 10.0.0.78 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 2996 time: 0.0307889 2026-04-07 01:17:25.372 10 INFO neutron.api.v2.resource [None req-8f6ef561-3c07-4465-a436-cdcfde599003 d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - - -] delete failed (client error): The resource could not be found. 2026-04-07 01:17:25.374 10 INFO neutron.wsgi [None req-8f6ef561-3c07-4465-a436-cdcfde599003 d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/aa8d3ecf-5c7d-4e81-9734-f401ec32f732 HTTP/1.1" status: 404 len: 347 time: 0.0127604 2026-04-07 01:17:25.379 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8e229d06-8db0-4744-be08-e540aebfbea5 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] No more DHCP agents 2026-04-07 01:17:25.381 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8e229d06-8db0-4744-be08-e540aebfbea5 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] Unable to schedule network 78a3459d-5f06-4b1a-a637-1ef44cb5f033: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:25.490 10 INFO neutron.db.ovn_revision_numbers_db [None req-de241d62-a4e0-4da6-8e15-47a9858530b7 d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - - -] Successfully bumped revision number for resource 6cf87f61-5709-4390-9542-f50536abc0c2 (type: security_groups) to 1 2026-04-07 01:17:25.510 10 INFO neutron.wsgi [None req-de241d62-a4e0-4da6-8e15-47a9858530b7 d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - - -] 10.0.0.78 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1761 time: 0.1313546 2026-04-07 01:17:25.560 9 INFO neutron.db.ovn_revision_numbers_db [None req-8e229d06-8db0-4744-be08-e540aebfbea5 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource dec17d77-66ec-47d7-8e97-6a88a5f6ce78 (type: router_ports) to 2 2026-04-07 01:17:25.562 9 INFO neutron.wsgi [None req-8e229d06-8db0-4744-be08-e540aebfbea5 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "PUT /v2.0/routers/e0d2c554-be04-446e-9284-e3c35752e315/add_router_interface HTTP/1.1" status: 200 len: 503 time: 1.8706229 2026-04-07 01:17:25.662 9 INFO neutron.wsgi [None req-31f0a92c-58f2-4fb1-80ec-f4dbe003c66a e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "GET /v2.0/ports/dec17d77-66ec-47d7-8e97-6a88a5f6ce78 HTTP/1.1" status: 200 len: 1135 time: 0.0966532 2026-04-07 01:17:25.693 10 INFO neutron.db.ovn_revision_numbers_db [None req-931486c5-712c-4b64-8617-8226049af8d1 d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - - -] Successfully bumped revision number for resource 2a2094ca-9d5a-46a1-9782-154f4dfd842e (type: security_group_rules) to 0 2026-04-07 01:17:25.701 9 INFO neutron.wsgi [None req-3db06855-d2ef-46a5-91c7-717efa1b6640 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "GET /v2.0/ports/dec17d77-66ec-47d7-8e97-6a88a5f6ce78 HTTP/1.1" status: 200 len: 1135 time: 0.0325003 2026-04-07 01:17:25.716 10 INFO neutron.db.ovn_revision_numbers_db [None req-e73a86d1-bdcf-4d9a-b204-677a0ec29f7b ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] Successfully bumped revision number for resource 9452e881-adef-48a0-9e6d-652142b045b4 (type: security_groups) to 1 2026-04-07 01:17:25.727 10 INFO neutron.wsgi [None req-931486c5-712c-4b64-8617-8226049af8d1 d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 768 time: 0.2112355 2026-04-07 01:17:25.741 10 INFO neutron.wsgi [None req-e73a86d1-bdcf-4d9a-b204-677a0ec29f7b ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] 10.0.0.78 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1809 time: 0.1560988 2026-04-07 01:17:25.749 9 INFO neutron.wsgi [None req-699aa246-e191-47d1-a13b-ee5831ccbff5 d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - default default] 10.0.0.78 "GET /v2.0/security-group-rules/2a2094ca-9d5a-46a1-9782-154f4dfd842e HTTP/1.1" status: 200 len: 763 time: 0.0158842 2026-04-07 01:17:25.787 9 INFO neutron.wsgi [None req-668df9ad-b2bc-4f04-918e-d732f69ff8e4 d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - default default] 10.0.0.78 "GET /v2.0/security-group-rules HTTP/1.1" status: 200 len: 4113 time: 0.0336869 2026-04-07 01:17:25.859 10 INFO neutron.db.ovn_revision_numbers_db [None req-a17f33f2-b1a4-4930-bed0-564c26c5f327 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] Successfully bumped revision number for resource 7f64c7b3-5825-4c0a-ac2d-b6aa418e9df3 (type: security_group_rules) to 0 2026-04-07 01:17:25.891 10 INFO neutron.wsgi [None req-a17f33f2-b1a4-4930-bed0-564c26c5f327 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 764 time: 0.1450315 2026-04-07 01:17:25.903 9 INFO neutron.wsgi [None req-707ee1fb-2935-4162-bd8f-c486e790f048 d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - - -] 10.0.0.78 "DELETE /v2.0/security-group-rules/2a2094ca-9d5a-46a1-9782-154f4dfd842e HTTP/1.1" status: 204 len: 168 time: 0.1109591 2026-04-07 01:17:25.941 9 INFO neutron.wsgi [None req-d37c7235-4914-4be5-b12e-ecf24798d75b d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - default default] 10.0.0.78 "GET /v2.0/security-group-rules HTTP/1.1" status: 200 len: 3567 time: 0.0334270 2026-04-07 01:17:26.013 10 INFO neutron.db.ovn_revision_numbers_db [None req-08b1f84d-fbc8-483d-bce2-ef610b67bde3 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] Successfully bumped revision number for resource e2f1c040-b044-4908-a134-f33fe727770a (type: security_group_rules) to 0 2026-04-07 01:17:26.048 10 INFO neutron.wsgi [None req-08b1f84d-fbc8-483d-bce2-ef610b67bde3 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 763 time: 0.1509163 2026-04-07 01:17:26.050 9 INFO neutron.db.ovn_revision_numbers_db [None req-6fd7cbe2-9469-4ca2-9a4b-ae3a7e96204c d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - - -] Successfully bumped revision number for resource 73d13632-82d2-4b2d-89c4-9ba628e7ed1a (type: security_group_rules) to 0 2026-04-07 01:17:26.085 9 INFO neutron.wsgi [None req-6fd7cbe2-9469-4ca2-9a4b-ae3a7e96204c d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 768 time: 0.1398685 2026-04-07 01:17:26.122 9 INFO neutron.wsgi [None req-baa96ea8-ec16-421c-87f7-83469241cd83 d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - default default] 10.0.0.78 "GET /v2.0/security-group-rules/73d13632-82d2-4b2d-89c4-9ba628e7ed1a HTTP/1.1" status: 200 len: 763 time: 0.0143220 2026-04-07 01:17:26.166 10 INFO neutron.wsgi [None req-3c8c5b86-35ae-4a74-bf37-373451810a95 d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - default default] 10.0.0.78 "GET /v2.0/security-group-rules HTTP/1.1" status: 200 len: 4113 time: 0.0375609 2026-04-07 01:17:26.184 9 INFO neutron.db.ovn_revision_numbers_db [None req-2d091068-0d63-443f-8bdc-5aa12b1d4d36 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] Successfully bumped revision number for resource 02b6f0bc-7b2e-4e4e-b53e-ddc4ec37587b (type: security_group_rules) to 0 2026-04-07 01:17:26.216 9 INFO neutron.wsgi [None req-2d091068-0d63-443f-8bdc-5aa12b1d4d36 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 769 time: 0.1607261 2026-04-07 01:17:26.315 9 INFO neutron.wsgi [None req-e9cce437-492f-4fbf-b837-f748e94882be d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - - -] 10.0.0.78 "DELETE /v2.0/security-group-rules/73d13632-82d2-4b2d-89c4-9ba628e7ed1a HTTP/1.1" status: 204 len: 168 time: 0.1420045 2026-04-07 01:17:26.361 10 INFO neutron.wsgi [None req-0e3a1d87-49ff-4954-9fa7-a39cc4f418b9 d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - default default] 10.0.0.78 "GET /v2.0/security-group-rules HTTP/1.1" status: 200 len: 3567 time: 0.0422711 2026-04-07 01:17:26.366 10 INFO neutron.db.ovn_revision_numbers_db [None req-89ec7d97-a807-48ef-9868-0bafd81823e9 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] Successfully bumped revision number for resource ea0e6caf-798f-4f8a-94da-c3a2f33ce95f (type: security_group_rules) to 0 2026-04-07 01:17:26.418 10 INFO neutron.wsgi [None req-89ec7d97-a807-48ef-9868-0bafd81823e9 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 768 time: 0.1977839 2026-04-07 01:17:26.451 9 INFO neutron.db.securitygroups_db [None req-191cb850-ff6e-4187-b5a8-8406c3a0de72 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] Project 33f14bb57dc0414cbbc120d11fa06335 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-07 01:17:26.502 9 INFO neutron.db.ovn_revision_numbers_db [None req-7d4b70b5-e3f3-4cef-be46-8a16037adae9 d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - - -] Successfully bumped revision number for resource 3ce684ce-d2fd-4274-a823-8ad6fd9b1027 (type: security_group_rules) to 0 2026-04-07 01:17:26.543 9 INFO neutron.wsgi [None req-7d4b70b5-e3f3-4cef-be46-8a16037adae9 d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 769 time: 0.1748972 2026-04-07 01:17:26.546 9 INFO neutron.db.ovn_revision_numbers_db [None req-191cb850-ff6e-4187-b5a8-8406c3a0de72 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] Successfully bumped revision number for resource 91367e93-5018-4456-8964-95a6c234c0f7 (type: security_group_rules) to 0 2026-04-07 01:17:26.568 10 INFO neutron.wsgi [None req-c5634bd4-bd8d-4180-9805-48eab3d55a4f d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - default default] 10.0.0.78 "GET /v2.0/security-group-rules/3ce684ce-d2fd-4274-a823-8ad6fd9b1027 HTTP/1.1" status: 200 len: 764 time: 0.0212250 2026-04-07 01:17:26.568 9 INFO neutron.wsgi [None req-191cb850-ff6e-4187-b5a8-8406c3a0de72 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 774 time: 0.1459112 2026-04-07 01:17:26.601 9 INFO neutron.db.securitygroups_db [None req-1ec20bf3-bd22-468f-8643-d9038ea59935 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] Project 33f14bb57dc0414cbbc120d11fa06335 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-07 01:17:26.609 10 INFO neutron.wsgi [None req-a4b7b36d-20f1-490b-9ab2-24ada3a156a6 d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - default default] 10.0.0.78 "GET /v2.0/security-group-rules HTTP/1.1" status: 200 len: 4114 time: 0.0345049 2026-04-07 01:17:26.732 10 INFO neutron.wsgi [None req-96f9c818-eb88-4f44-9d48-9c5150d394b7 d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - - -] 10.0.0.78 "DELETE /v2.0/security-group-rules/3ce684ce-d2fd-4274-a823-8ad6fd9b1027 HTTP/1.1" status: 204 len: 168 time: 0.1181312 2026-04-07 01:17:26.735 9 INFO neutron.db.ovn_revision_numbers_db [None req-1ec20bf3-bd22-468f-8643-d9038ea59935 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] Successfully bumped revision number for resource c159ae08-7303-43cc-b359-8d4d511b7b4c (type: security_group_rules) to 0 2026-04-07 01:17:26.755 9 INFO neutron.wsgi [None req-73b81a4e-58fd-4bf0-82d0-37564f6b569e e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "GET /v2.0/ports/dec17d77-66ec-47d7-8e97-6a88a5f6ce78 HTTP/1.1" status: 200 len: 1135 time: 0.0449111 2026-04-07 01:17:26.765 9 INFO neutron.wsgi [None req-1ec20bf3-bd22-468f-8643-d9038ea59935 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 773 time: 0.1902771 2026-04-07 01:17:26.772 10 INFO neutron.wsgi [None req-62c56c41-9b27-4f61-bed7-f52a1a635200 d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - default default] 10.0.0.78 "GET /v2.0/security-group-rules HTTP/1.1" status: 200 len: 3567 time: 0.0331409 2026-04-07 01:17:26.895 10 INFO neutron.wsgi [None req-f094e457-0072-4ade-a3b8-5fcebc31e1ed d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/6cf87f61-5709-4390-9542-f50536abc0c2 HTTP/1.1" status: 204 len: 168 time: 0.1164734 2026-04-07 01:17:26.929 10 INFO neutron.wsgi [None req-d49f25a1-5c5f-4bf7-8243-00ae3077c552 d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - default default] 10.0.0.78 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 2996 time: 0.0282063 2026-04-07 01:17:26.968 9 INFO neutron.wsgi [None req-8f6a5d2c-aa59-4122-97d5-11370f3c0e07 d105e6de257a49a7885f9b87f26e42a3 02acb7c2e6e44871ba390a30e306db5b - - default default] 10.0.0.78 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 2996 time: 0.0336900 2026-04-07 01:17:27.395 9 INFO neutron.db.ovn_revision_numbers_db [None req-74930f2c-3571-420e-bb79-9a0d2f21e71f ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] Successfully bumped revision number for resource 2d59925d-d3aa-49c4-85fc-c35aafeeda90 (type: security_groups) to 1 2026-04-07 01:17:27.417 9 INFO neutron.wsgi [None req-74930f2c-3571-420e-bb79-9a0d2f21e71f ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] 10.0.0.78 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1796 time: 0.2068498 2026-04-07 01:17:27.557 9 INFO neutron.db.ovn_revision_numbers_db [None req-263ea29c-1a83-4cbd-8685-32d9534fa65f ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] Successfully bumped revision number for resource 4b5a9b67-ce40-45bf-ad21-019b5b3534e0 (type: security_group_rules) to 0 2026-04-07 01:17:27.584 9 INFO neutron.wsgi [None req-263ea29c-1a83-4cbd-8685-32d9534fa65f ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 764 time: 0.1594589 2026-04-07 01:17:27.682 9 INFO neutron.wsgi [None req-365c75d3-bac5-443e-8921-50d61895f596 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=02acb7c2e6e44871ba390a30e306db5b&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1885526 2026-04-07 01:17:27.717 9 INFO neutron.db.ovn_revision_numbers_db [None req-6a045bf6-366e-4745-846d-2df5e84544dc ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] Successfully bumped revision number for resource 81e3a9d5-db5b-4e64-9b49-fa89e7d7331f (type: security_group_rules) to 0 2026-04-07 01:17:27.750 9 INFO neutron.wsgi [None req-6a045bf6-366e-4745-846d-2df5e84544dc ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 769 time: 0.1621621 2026-04-07 01:17:27.893 10 INFO neutron.wsgi [None req-8c50fd0a-82db-48bc-85c6-6ba1df5c72e7 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "GET /v2.0/ports/dec17d77-66ec-47d7-8e97-6a88a5f6ce78 HTTP/1.1" status: 200 len: 1135 time: 0.1308038 2026-04-07 01:17:27.971 10 INFO neutron.wsgi [None req-be4500d8-0887-442b-92ac-01b2231d39bb 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/0557ebae-52cf-4621-830f-a35e2541511b HTTP/1.1" status: 204 len: 168 time: 0.2833283 2026-04-07 01:17:28.039 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3c265044-8a05-4a98-bc1e-059b7b775705 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] No more DHCP agents 2026-04-07 01:17:28.041 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3c265044-8a05-4a98-bc1e-059b7b775705 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:28.354 9 INFO neutron.db.ovn_revision_numbers_db [None req-3c265044-8a05-4a98-bc1e-059b7b775705 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] Successfully bumped revision number for resource f3565c50-7bfb-41fb-99ce-e88893508cf1 (type: floatingips) to 0 2026-04-07 01:17:28.372 9 INFO neutron.wsgi [None req-3c265044-8a05-4a98-bc1e-059b7b775705 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] 10.0.0.78 "POST /v2.0/floatingips HTTP/1.1" status: 201 len: 751 time: 0.6151614 2026-04-07 01:17:28.510 9 INFO neutron.wsgi [req-f3849005-467b-4387-a490-33c85a5ab233 req-a17912b3-92f0-41b9-9cd8-702ec2c4d571 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 10.0.0.171 "GET /v2.0/security-groups?name=tempest-secgroup-smoke-421049168&fields=id&tenant_id=33f14bb57dc0414cbbc120d11fa06335 HTTP/1.1" status: 200 len: 267 time: 0.0502810 2026-04-07 01:17:28.512 9 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] No hosting information found for port 96275c0f-5c2e-4aab-8774-a379d6376a9f: RuntimeError: No hosting information found for port 96275c0f-5c2e-4aab-8774-a379d6376a9f 2026-04-07 01:17:28.512 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: dec17d77-66ec-47d7-8e97-6a88a5f6ce78 2026-04-07 01:17:28.524 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port dec17d77-66ec-47d7-8e97-6a88a5f6ce78 2026-04-07 01:17:28.573 9 INFO neutron.wsgi [req-f3849005-467b-4387-a490-33c85a5ab233 req-e45e060a-9b1d-41f3-9177-39d6f1295b72 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 10.0.0.171 "GET /v2.0/security-groups?name=tempest-securitygroup--1572323899&fields=id&tenant_id=33f14bb57dc0414cbbc120d11fa06335 HTTP/1.1" status: 200 len: 267 time: 0.0557058 2026-04-07 01:17:28.632 10 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] No hosting information found for port 0bfd206e-1e64-467b-bf24-5e0b6de74594: RuntimeError: No hosting information found for port 0bfd206e-1e64-467b-bf24-5e0b6de74594 2026-04-07 01:17:28.632 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: ca37415f-f795-48f2-b9b1-e16a1be63ff8 2026-04-07 01:17:28.656 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: dcc27d9b-1e58-43bd-9b29-79a50dfedf32 2026-04-07 01:17:28.660 9 INFO neutron.wsgi [req-f3849005-467b-4387-a490-33c85a5ab233 req-f38914b9-8893-420f-8767-0d5654c29d16 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 10.0.0.171 "GET /v2.0/networks?id=a7a4e2a2-04cc-439a-9869-fa7fb064264c HTTP/1.1" status: 200 len: 871 time: 0.0779006 2026-04-07 01:17:28.669 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port dcc27d9b-1e58-43bd-9b29-79a50dfedf32 2026-04-07 01:17:28.687 9 INFO neutron.wsgi [req-f3849005-467b-4387-a490-33c85a5ab233 req-87465330-a1c3-44a0-b3f0-2ed60d4e866b ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 10.0.0.171 "GET /v2.0/quotas/33f14bb57dc0414cbbc120d11fa06335 HTTP/1.1" status: 200 len: 386 time: 0.0136514 2026-04-07 01:17:28.796 9 INFO neutron.wsgi [req-f3849005-467b-4387-a490-33c85a5ab233 req-fbcc97ba-a64d-4ab4-8670-b51bbc35b89c ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 10.0.0.171 "GET /v2.0/ports?tenant_id=33f14bb57dc0414cbbc120d11fa06335&fields=id HTTP/1.1" status: 200 len: 302 time: 0.0977964 2026-04-07 01:17:28.881 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource dec17d77-66ec-47d7-8e97-6a88a5f6ce78 (type: ports) to 3 2026-04-07 01:17:28.886 9 INFO neutron.wsgi [req-f3849005-467b-4387-a490-33c85a5ab233 req-dd251285-7990-41cf-aaea-a07422489054 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/a7a4e2a2-04cc-439a-9869-fa7fb064264c?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0627298 2026-04-07 01:17:28.989 9 INFO neutron.wsgi [None req-9ffeca6a-604b-434e-a7d0-410ec12e1865 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "GET /v2.0/ports/dec17d77-66ec-47d7-8e97-6a88a5f6ce78 HTTP/1.1" status: 200 len: 1137 time: 0.0785542 2026-04-07 01:17:29.026 9 INFO neutron.wsgi [req-f3849005-467b-4387-a490-33c85a5ab233 req-14992bfd-5dc1-4888-b13e-4e398ef083f5 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/a7a4e2a2-04cc-439a-9869-fa7fb064264c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.1185141 2026-04-07 01:17:29.055 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource dec17d77-66ec-47d7-8e97-6a88a5f6ce78 (type: router_ports) to 3 2026-04-07 01:17:29.075 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: 22b2fe12-7af8-474b-96d2-07c20380b974 2026-04-07 01:17:29.084 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port 22b2fe12-7af8-474b-96d2-07c20380b974 2026-04-07 01:17:29.187 10 INFO neutron.wsgi [req-7de126eb-6971-47fa-ba17-be20b1a47533 req-34d69a43-8544-4326-8e1f-ed97653e02db ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=9e7bea7e-226e-4b2a-988f-7ab59e3fce76 HTTP/1.1" status: 200 len: 210 time: 0.0252008 2026-04-07 01:17:29.360 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 22b2fe12-7af8-474b-96d2-07c20380b974 (type: ports) to 3 2026-04-07 01:17:29.482 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 22b2fe12-7af8-474b-96d2-07c20380b974 (type: router_ports) to 3 2026-04-07 01:17:29.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017183 2026-04-07 01:17:29.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017014 2026-04-07 01:17:29.719 9 INFO neutron.wsgi [None req-7306ed3c-5f2c-4618-8643-80c476296495 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "PUT /v2.0/routers/e0d2c554-be04-446e-9284-e3c35752e315/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 0.7238004 /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-04-07 01:17:29.739 10 INFO neutron.wsgi [-] 10.0.0.78 "GET / HTTP/1.1" status: 200 len: 279 time: 0.0023541 2026-04-07 01:17:29.797 10 INFO neutron.wsgi [None req-9a9dafc3-c80e-493e-bc23-3d51b2450b99 f72ee46ea5bd483fb80b486bcd52d140 60ba698688d0462bbbe9f0059ff6cb9d - - default default] 10.0.0.78 "GET /v2.0/ HTTP/1.1" status: 200 len: 826 time: 0.0524774 2026-04-07 01:17:29.865 10 INFO neutron.db.ovn_revision_numbers_db [None req-4db272ec-fe91-4ba7-a58d-3fb683a8c4fe 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 5f664f4c-5832-456a-9954-6907b4aa497b (type: security_groups) to 1 2026-04-07 01:17:29.887 10 INFO neutron.wsgi [None req-4db272ec-fe91-4ba7-a58d-3fb683a8c4fe 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=dda65844f87b499987ca9d6f74fce4d6&name=default HTTP/1.1" status: 200 len: 2996 time: 0.3017919 2026-04-07 01:17:30.113 9 INFO neutron.wsgi [None req-d0391e19-e717-4e3d-833f-a59124505ea5 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "GET /v2.0/ports/96275c0f-5c2e-4aab-8774-a379d6376a9f HTTP/1.1" status: 200 len: 1137 time: 0.3874259 2026-04-07 01:17:30.136 9 INFO neutron.wsgi [req-f3849005-467b-4387-a490-33c85a5ab233 req-f0aac283-d263-43a2-86d2-9f4e97913d94 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 199.19.213.133 "GET /v2.0/networks?id=a7a4e2a2-04cc-439a-9869-fa7fb064264c HTTP/1.1" status: 200 len: 871 time: 0.0692158 2026-04-07 01:17:30.148 10 INFO neutron.wsgi [None req-33443e10-4733-47ae-bd1b-4ab7531f3dc1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/5f664f4c-5832-456a-9954-6907b4aa497b HTTP/1.1" status: 204 len: 168 time: 0.2550261 2026-04-07 01:17:30.203 9 INFO neutron.wsgi [req-f3849005-467b-4387-a490-33c85a5ab233 req-d9bd366f-3459-4558-a9a3-f547bd9d3692 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 199.19.213.133 "GET /v2.0/security-groups?fields=id&fields=name&tenant_id=33f14bb57dc0414cbbc120d11fa06335 HTTP/1.1" status: 200 len: 472 time: 0.0508392 2026-04-07 01:17:30.314 9 INFO neutron.wsgi [req-2fc1f839-9d2f-4fe7-bb14-6b32322d9279 req-19739994-4afd-425b-9722-f76c9fc3bbb5 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=9e7bea7e-226e-4b2a-988f-7ab59e3fce76 HTTP/1.1" status: 200 len: 210 time: 0.0288980 2026-04-07 01:17:30.470 9 INFO neutron.db.ovn_revision_numbers_db [None req-7f87bd05-9c74-49c9-9bdc-0975ec51532a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource dfdf2fad-fa46-4886-bf0f-bd253d600db3 (type: security_groups) to 1 2026-04-07 01:17:30.510 9 INFO neutron.wsgi [None req-7f87bd05-9c74-49c9-9bdc-0975ec51532a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=1ed6206a72a74983bdf81ca27be7bb91&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1898904 2026-04-07 01:17:30.619 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d502e1cf-340d-4c60-b642-6128b318e464 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] No more DHCP agents 2026-04-07 01:17:30.625 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d502e1cf-340d-4c60-b642-6128b318e464 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] Unable to schedule network a7a4e2a2-04cc-439a-9869-fa7fb064264c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:30.666 10 INFO neutron.db.ovn_revision_numbers_db [None req-b5150cb8-3389-45b3-ad42-ff4476ee32a4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 073ad24f-d10d-45b6-bca7-6eab12942204 (type: security_groups) to 1 2026-04-07 01:17:30.699 10 INFO neutron.wsgi [None req-b5150cb8-3389-45b3-ad42-ff4476ee32a4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=60ba698688d0462bbbe9f0059ff6cb9d&name=default HTTP/1.1" status: 200 len: 2996 time: 0.3922083 2026-04-07 01:17:30.792 9 INFO neutron.db.ovn_revision_numbers_db [None req-d502e1cf-340d-4c60-b642-6128b318e464 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] Successfully bumped revision number for resource 34a9d0b0-e02a-4b7c-9de1-dc93431033ab (type: ports) to 1 2026-04-07 01:17:30.811 9 INFO neutron.wsgi [None req-d502e1cf-340d-4c60-b642-6128b318e464 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] 199.19.213.133 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1197 time: 0.6014957 /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-04-07 01:17:30.880 10 INFO neutron.wsgi [None req-a2c79a68-8d79-4de9-83d4-f8976cff886d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/dfdf2fad-fa46-4886-bf0f-bd253d600db3 HTTP/1.1" status: 204 len: 168 time: 0.3641441 2026-04-07 01:17:30.927 10 INFO neutron.wsgi [None req-3aa41e86-2231-494a-88f1-86af5d68836e e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "PUT /v2.0/routers/e0d2c554-be04-446e-9284-e3c35752e315/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 0.8070905 2026-04-07 01:17:30.960 9 INFO neutron.wsgi [None req-d32b5665-379d-475e-b337-cbb278004bbe e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=e0d2c554-be04-446e-9284-e3c35752e315 HTTP/1.1" status: 200 len: 205 time: 0.0260973 /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-04-07 01:17:31.067 10 INFO neutron.wsgi [None req-b5e5d798-c138-4088-902e-030999e484bb 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/073ad24f-d10d-45b6-bca7-6eab12942204 HTTP/1.1" status: 204 len: 168 time: 0.3607097 2026-04-07 01:17:31.200 9 INFO neutron.db.ovn_revision_numbers_db [None req-3058fac5-5051-490d-bea4-8a2034eb715b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource 34a9d0b0-e02a-4b7c-9de1-dc93431033ab (type: ports) to 2 2026-04-07 01:17:31.228 10 INFO neutron.wsgi [None req-359bd273-d3d6-4c0d-9047-c28fcda28cac e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "DELETE /v2.0/routers/e0d2c554-be04-446e-9284-e3c35752e315 HTTP/1.1" status: 204 len: 168 time: 0.2625442 /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-04-07 01:17:31.464 9 INFO neutron.db.ovn_revision_numbers_db [None req-3058fac5-5051-490d-bea4-8a2034eb715b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource 34a9d0b0-e02a-4b7c-9de1-dc93431033ab (type: ports) to 2 2026-04-07 01:17:31.481 10 INFO neutron.wsgi [req-d841e6ee-a4bf-492b-8094-5439ad95b4a7 req-b7e1e3a6-25c0-4154-9928-156179032b92 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=9e7bea7e-226e-4b2a-988f-7ab59e3fce76 HTTP/1.1" status: 200 len: 1208 time: 0.0900576 2026-04-07 01:17:31.490 9 INFO neutron.wsgi [None req-1d33fce1-ee89-488e-a8d9-aad58c9489ee e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "DELETE /v2.0/subnets/4d21b5d0-fb3f-4cdb-9696-dd823fcc5d8b HTTP/1.1" status: 204 len: 168 time: 0.2578309 2026-04-07 01:17:31.496 9 INFO neutron.wsgi [None req-3058fac5-5051-490d-bea4-8a2034eb715b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] 199.19.213.133 "PUT /v2.0/ports/34a9d0b0-e02a-4b7c-9de1-dc93431033ab HTTP/1.1" status: 200 len: 1367 time: 0.6769524 /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-04-07 01:17:31.543 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-bcae598b-8bfb-4be5-92f4-51f24145b8d6'] response: {'name': 'network-changed', 'server_uuid': '9e7bea7e-226e-4b2a-988f-7ab59e3fce76', 'tag': '34a9d0b0-e02a-4b7c-9de1-dc93431033ab', 'status': 'completed', 'code': 200} 2026-04-07 01:17:31.561 10 INFO neutron.wsgi [req-d841e6ee-a4bf-492b-8094-5439ad95b4a7 req-a930c9c1-88e7-42b3-876a-5b0502090719 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=9452e881-adef-48a0-9e6d-652142b045b4&id=2d59925d-d3aa-49c4-85fc-c35aafeeda90&fields=id&fields=name HTTP/1.1" status: 200 len: 405 time: 0.0740981 2026-04-07 01:17:31.564 9 INFO neutron.wsgi [req-f3849005-467b-4387-a490-33c85a5ab233 req-7af15363-249e-4c68-b9ae-44fae51e961b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=33f14bb57dc0414cbbc120d11fa06335&device_id=9e7bea7e-226e-4b2a-988f-7ab59e3fce76 HTTP/1.1" status: 200 len: 1398 time: 0.0322354 2026-04-07 01:17:31.602 9 INFO neutron.wsgi [req-f3849005-467b-4387-a490-33c85a5ab233 req-0d6794e8-0087-4b7b-885b-b481c9f6b4a3 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=34a9d0b0-e02a-4b7c-9de1-dc93431033ab HTTP/1.1" status: 200 len: 217 time: 0.0290489 2026-04-07 01:17:31.644 9 INFO neutron.wsgi [req-f3849005-467b-4387-a490-33c85a5ab233 req-4aea2e3e-97b1-48d8-9f9f-2c0ffb259a30 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=efc4fdb2-89b1-4280-bc9b-b9bdaf1acfa5 HTTP/1.1" status: 200 len: 865 time: 0.0339215 2026-04-07 01:17:31.675 9 INFO neutron.wsgi [req-f3849005-467b-4387-a490-33c85a5ab233 req-d04c7701-b3a6-46e0-b82d-23cb225dc725 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a7a4e2a2-04cc-439a-9869-fa7fb064264c&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0237033 2026-04-07 01:17:31.729 10 INFO neutron.wsgi [None req-72f44b69-17c6-45d1-8d25-96498bdd18fb e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "DELETE /v2.0/subnets/42aff1ea-801f-4770-a858-11b0a4d44cf3 HTTP/1.1" status: 204 len: 168 time: 0.2308807 2026-04-07 01:17:31.749 9 INFO neutron.wsgi [req-f3849005-467b-4387-a490-33c85a5ab233 req-264c8667-6eff-4ba5-91d4-aa271f78c481 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a7a4e2a2-04cc-439a-9869-fa7fb064264c?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0652254 2026-04-07 01:17:31.810 9 INFO neutron.wsgi [req-f3849005-467b-4387-a490-33c85a5ab233 req-6fbff678-77de-462e-9117-92359c155e0c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a7a4e2a2-04cc-439a-9869-fa7fb064264c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0559976 2026-04-07 01:17:31.899 9 INFO neutron.wsgi [req-e244290e-c86d-477d-a1cf-16af134a438b req-4917d026-da40-4e37-a0f0-052a939c52b1 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=33f14bb57dc0414cbbc120d11fa06335&device_id=9e7bea7e-226e-4b2a-988f-7ab59e3fce76 HTTP/1.1" status: 200 len: 1398 time: 0.0398889 2026-04-07 01:17:31.972 9 INFO neutron.wsgi [req-e244290e-c86d-477d-a1cf-16af134a438b req-2021993f-1901-4d3e-814a-91d325dbc8a6 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=a7a4e2a2-04cc-439a-9869-fa7fb064264c HTTP/1.1" status: 200 len: 970 time: 0.0598967 2026-04-07 01:17:32.011 9 INFO neutron.wsgi [req-e244290e-c86d-477d-a1cf-16af134a438b req-f89597cc-291b-4670-b229-0d3243fe2f04 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=34a9d0b0-e02a-4b7c-9de1-dc93431033ab HTTP/1.1" status: 200 len: 217 time: 0.0304880 2026-04-07 01:17:32.031 9 INFO neutron.wsgi [req-30b1c381-e13c-4725-9918-57352080b167 req-4e3a6d3a-3fb5-436f-bfa0-fd2d4596c1a4 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?device_id=9e7bea7e-226e-4b2a-988f-7ab59e3fce76 HTTP/1.1" status: 200 len: 1398 time: 0.0584242 2026-04-07 01:17:32.059 9 INFO neutron.wsgi [req-e244290e-c86d-477d-a1cf-16af134a438b req-496066e1-992e-487c-83e9-daf6c920fa50 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=efc4fdb2-89b1-4280-bc9b-b9bdaf1acfa5 HTTP/1.1" status: 200 len: 865 time: 0.0433710 2026-04-07 01:17:32.089 9 INFO neutron.wsgi [req-e244290e-c86d-477d-a1cf-16af134a438b req-ec300d1a-9329-4081-880c-05dd239f54b1 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a7a4e2a2-04cc-439a-9869-fa7fb064264c&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0242090 2026-04-07 01:17:32.105 9 INFO neutron.wsgi [req-30b1c381-e13c-4725-9918-57352080b167 req-2c060b1a-7aab-4f33-b2ab-df90138e6ed3 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/security-groups?id=2d59925d-d3aa-49c4-85fc-c35aafeeda90&id=9452e881-adef-48a0-9e6d-652142b045b4&fields=id&fields=name HTTP/1.1" status: 200 len: 405 time: 0.0658755 2026-04-07 01:17:32.145 10 INFO neutron.services.segments.plugin [-] Segment a373a5b0-ffb3-4903-aaff-2cf6a19ec777 resource provider aggregate not found 2026-04-07 01:17:32.149 10 INFO neutron.services.segments.plugin [-] Segment a373a5b0-ffb3-4903-aaff-2cf6a19ec777 resource provider aggregate not found 2026-04-07 01:17:32.171 10 INFO neutron.services.segments.plugin [-] Segment a373a5b0-ffb3-4903-aaff-2cf6a19ec777 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a373a5b0-ffb3-4903-aaff-2cf6a19ec777 found for delete ", "request_id": "req-47b96767-3442-45b1-ae06-227042c426b5"}]} 2026-04-07 01:17:32.173 10 INFO neutron.services.segments.plugin [-] Segment a373a5b0-ffb3-4903-aaff-2cf6a19ec777 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a373a5b0-ffb3-4903-aaff-2cf6a19ec777 found for delete ", "request_id": "req-6c4d53b5-43ae-4480-8be6-ecddd91928c7"}]} 2026-04-07 01:17:32.178 9 INFO neutron.wsgi [req-e244290e-c86d-477d-a1cf-16af134a438b req-9fa29537-6b43-4038-a96f-56f9c77154a5 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a7a4e2a2-04cc-439a-9869-fa7fb064264c?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0816092 2026-04-07 01:17:32.198 10 INFO neutron.wsgi [None req-042241c9-7bde-4696-9709-c3153ec76376 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "DELETE /v2.0/networks/78a3459d-5f06-4b1a-a637-1ef44cb5f033 HTTP/1.1" status: 204 len: 168 time: 0.4623804 2026-04-07 01:17:32.260 9 INFO neutron.wsgi [req-e244290e-c86d-477d-a1cf-16af134a438b req-48549edf-f62b-488f-a7b2-f38c9fb298f7 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a7a4e2a2-04cc-439a-9869-fa7fb064264c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0712638 2026-04-07 01:17:32.680 10 INFO neutron.wsgi [None req-b7257ec1-9fe8-45a1-9fc0-7b17e191e13e e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "DELETE /v2.0/networks/fcdd7d00-54f5-47cb-b30d-24564c844c0e HTTP/1.1" status: 204 len: 168 time: 0.4722321 2026-04-07 01:17:32.713 9 INFO neutron.wsgi [req-3b8d8186-78f3-415c-8a04-a3fcc3efd50a req-3adea1fb-0c12-4820-b3e7-0612091a0661 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=9e7bea7e-226e-4b2a-988f-7ab59e3fce76 HTTP/1.1" status: 200 len: 1208 time: 0.0669177 2026-04-07 01:17:32.765 9 INFO neutron.wsgi [req-3b8d8186-78f3-415c-8a04-a3fcc3efd50a req-fc596ae4-1009-4613-bdb0-2e8150a670d0 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=9452e881-adef-48a0-9e6d-652142b045b4&id=2d59925d-d3aa-49c4-85fc-c35aafeeda90&fields=id&fields=name HTTP/1.1" status: 200 len: 405 time: 0.0447757 2026-04-07 01:17:32.797 9 INFO neutron.db.segments_db [None req-7f9eefb4-d4a5-4b69-a278-079d712af2f3 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Added segment c4edb6a1-f3a3-40f7-a6d8-1e013c8af643 of type geneve for network 9a1b8047-06ca-4699-9a07-b4987ad6198a 2026-04-07 01:17:32.917 9 INFO neutron.db.ovn_revision_numbers_db [None req-7f9eefb4-d4a5-4b69-a278-079d712af2f3 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource 9a1b8047-06ca-4699-9a07-b4987ad6198a (type: networks) to 1 2026-04-07 01:17:33.145 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7f9eefb4-d4a5-4b69-a278-079d712af2f3 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] No more DHCP agents 2026-04-07 01:17:33.148 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7f9eefb4-d4a5-4b69-a278-079d712af2f3 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Unable to schedule network 9a1b8047-06ca-4699-9a07-b4987ad6198a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:33.238 9 INFO neutron.db.ovn_revision_numbers_db [None req-7f9eefb4-d4a5-4b69-a278-079d712af2f3 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource fde92622-5eb3-4182-aa43-a831ac2c7286 (type: ports) to 1 2026-04-07 01:17:33.266 10 INFO neutron.db.ovn_revision_numbers_db [None req-95a5936a-28ea-4ee8-86b6-c12ae9f2f5f1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 44ab0bbd-e237-4dd3-a5b2-9bc13094a7c9 (type: security_groups) to 1 2026-04-07 01:17:33.279 9 INFO neutron.wsgi [None req-7f9eefb4-d4a5-4b69-a278-079d712af2f3 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 829 time: 0.5896363 2026-04-07 01:17:33.315 10 INFO neutron.db.ovn_revision_numbers_db [None req-db7c0fb1-70e3-4fcc-b7a1-855f7fb72b6d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 0d6e6a65-1cdf-4fd1-8c7d-afcf01b832ce (type: security_groups) to 1 2026-04-07 01:17:33.351 10 INFO neutron.wsgi [None req-db7c0fb1-70e3-4fcc-b7a1-855f7fb72b6d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=bbea002ddc1e44ca9121be7f80ca0d41&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2321260 2026-04-07 01:17:33.353 10 INFO neutron.db.segments_db [None req-95a5936a-28ea-4ee8-86b6-c12ae9f2f5f1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Added segment f22b6308-e1fb-41de-9ef0-1a0a54ca4f80 of type geneve for network 6a61b2fb-a09f-4dd2-b137-548d3662dd3e 2026-04-07 01:17:33.534 10 INFO neutron.db.ovn_revision_numbers_db [None req-95a5936a-28ea-4ee8-86b6-c12ae9f2f5f1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 6a61b2fb-a09f-4dd2-b137-548d3662dd3e (type: networks) to 1 2026-04-07 01:17:33.557 9 INFO neutron.wsgi [None req-ecec41c7-ce95-472d-bb36-6e7ef2b53508 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/0d6e6a65-1cdf-4fd1-8c7d-afcf01b832ce HTTP/1.1" status: 204 len: 168 time: 0.1930211 2026-04-07 01:17:33.708 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e6d81521-c6a5-4b97-b55d-04b6d4e3dfa5 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] No more DHCP agents 2026-04-07 01:17:33.711 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e6d81521-c6a5-4b97-b55d-04b6d4e3dfa5 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Unable to schedule network 9a1b8047-06ca-4699-9a07-b4987ad6198a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:33.762 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-95a5936a-28ea-4ee8-86b6-c12ae9f2f5f1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:17:33.765 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-95a5936a-28ea-4ee8-86b6-c12ae9f2f5f1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 6a61b2fb-a09f-4dd2-b137-548d3662dd3e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:34.144 10 INFO neutron.wsgi [req-ead8475b-490c-4f0a-ab1a-b2eae9f7cbdf req-9d9e7ed7-d5cb-40ea-8859-f84187554499 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=9e7bea7e-226e-4b2a-988f-7ab59e3fce76 HTTP/1.1" status: 200 len: 1208 time: 0.0693059 2026-04-07 01:17:34.199 10 INFO neutron.services.segments.plugin [-] Segment d4092ba2-5066-4efa-af95-51bf403a63e2 resource provider aggregate not found 2026-04-07 01:17:34.204 10 INFO neutron.services.segments.plugin [-] Segment d4092ba2-5066-4efa-af95-51bf403a63e2 resource provider aggregate not found 2026-04-07 01:17:34.209 10 INFO neutron.db.ovn_revision_numbers_db [None req-95a5936a-28ea-4ee8-86b6-c12ae9f2f5f1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 682bb5f2-bcfc-43b2-a1b6-bc47242e738b (type: ports) to 1 2026-04-07 01:17:34.232 10 INFO neutron.services.segments.plugin [-] Segment d4092ba2-5066-4efa-af95-51bf403a63e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4092ba2-5066-4efa-af95-51bf403a63e2 found for delete ", "request_id": "req-31c7856b-9f33-4bf5-8505-0a9417245dcf"}]} 2026-04-07 01:17:34.234 10 INFO neutron.services.segments.plugin [-] Segment d4092ba2-5066-4efa-af95-51bf403a63e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4092ba2-5066-4efa-af95-51bf403a63e2 found for delete ", "request_id": "req-2c89edb8-8110-42e6-9a00-a5a91cccb8b2"}]} 2026-04-07 01:17:34.260 10 INFO neutron.wsgi [None req-95a5936a-28ea-4ee8-86b6-c12ae9f2f5f1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 942 time: 1.4638803 2026-04-07 01:17:34.264 10 INFO neutron.wsgi [req-ead8475b-490c-4f0a-ab1a-b2eae9f7cbdf req-9d3096e9-98ba-419d-b496-559dd68fd792 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=9452e881-adef-48a0-9e6d-652142b045b4&id=2d59925d-d3aa-49c4-85fc-c35aafeeda90&fields=id&fields=name HTTP/1.1" status: 200 len: 405 time: 0.1046185 2026-04-07 01:17:34.424 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a6c48e78-523c-4538-b185-d686bcea33e0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:17:34.427 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a6c48e78-523c-4538-b185-d686bcea33e0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 6a61b2fb-a09f-4dd2-b137-548d3662dd3e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:34.518 9 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] No port found with ID dec17d77-66ec-47d7-8e97-6a88a5f6ce78: RuntimeError: No port found with ID dec17d77-66ec-47d7-8e97-6a88a5f6ce78 2026-04-07 01:17:34.519 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: 34a9d0b0-e02a-4b7c-9de1-dc93431033ab 2026-04-07 01:17:34.534 10 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] No hosting information found for port 22b2fe12-7af8-474b-96d2-07c20380b974: RuntimeError: No hosting information found for port 22b2fe12-7af8-474b-96d2-07c20380b974 2026-04-07 01:17:34.539 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port 34a9d0b0-e02a-4b7c-9de1-dc93431033ab 2026-04-07 01:17:34.576 10 INFO neutron.db.ovn_revision_numbers_db [None req-e6d81521-c6a5-4b97-b55d-04b6d4e3dfa5 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource fde92622-5eb3-4182-aa43-a831ac2c7286 (type: ports) to 2 2026-04-07 01:17:34.590 10 INFO neutron.db.ovn_revision_numbers_db [None req-e6d81521-c6a5-4b97-b55d-04b6d4e3dfa5 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource de3d38db-8260-431a-b41a-beddfbce984d (type: subnets) to 0 2026-04-07 01:17:34.607 10 INFO neutron.wsgi [None req-e6d81521-c6a5-4b97-b55d-04b6d4e3dfa5 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 801 time: 1.3216436 2026-04-07 01:17:34.666 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-a20d1be1-6bff-4215-9313-b560984e416f'] response: {'server_uuid': '9e7bea7e-226e-4b2a-988f-7ab59e3fce76', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '34a9d0b0-e02a-4b7c-9de1-dc93431033ab', 'code': 200} 2026-04-07 01:17:34.819 10 INFO neutron.db.ovn_revision_numbers_db [None req-6507a05d-14be-43be-a88c-a7adaf906e62 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource e4ab0f89-1ded-4178-ae85-ad6a827bdfa8 (type: routers) to 1 2026-04-07 01:17:34.833 10 INFO neutron.wsgi [None req-6507a05d-14be-43be-a88c-a7adaf906e62 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 687 time: 0.2198727 2026-04-07 01:17:34.864 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource 34a9d0b0-e02a-4b7c-9de1-dc93431033ab (type: ports) to 4 2026-04-07 01:17:34.983 9 INFO neutron.db.ovn_revision_numbers_db [None req-a6c48e78-523c-4538-b185-d686bcea33e0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 682bb5f2-bcfc-43b2-a1b6-bc47242e738b (type: ports) to 2 2026-04-07 01:17:34.997 9 INFO neutron.db.ovn_revision_numbers_db [None req-a6c48e78-523c-4538-b185-d686bcea33e0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource a0297ced-684e-4560-8182-5cdd8fddbe6b (type: subnets) to 0 2026-04-07 01:17:35.013 9 INFO neutron.wsgi [None req-a6c48e78-523c-4538-b185-d686bcea33e0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 862 time: 0.7464614 /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-04-07 01:17:35.165 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0cde4e1a-2b54-491b-a420-2698d2f7ef59 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] No more DHCP agents 2026-04-07 01:17:35.169 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0cde4e1a-2b54-491b-a420-2698d2f7ef59 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Unable to schedule network 9a1b8047-06ca-4699-9a07-b4987ad6198a: no agents available; will retry on subsequent port and subnet creation events. /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-04-07 01:17:35.372 10 INFO neutron.wsgi [req-18d35e76-568a-4652-8e33-d8ae918930dc req-b8ba2f2d-5942-4bfb-8f1e-38a78b95c551 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=9e7bea7e-226e-4b2a-988f-7ab59e3fce76 HTTP/1.1" status: 200 len: 1210 time: 0.0481980 2026-04-07 01:17:35.373 10 INFO neutron.db.ovn_revision_numbers_db [None req-0cde4e1a-2b54-491b-a420-2698d2f7ef59 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource dc17b8e1-aca8-4cd6-866d-6ae3778f915c (type: ports) to 1 2026-04-07 01:17:35.408 10 INFO neutron.wsgi [None req-0cde4e1a-2b54-491b-a420-2698d2f7ef59 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1147 time: 0.5700898 2026-04-07 01:17:35.493 10 INFO neutron.wsgi [req-18d35e76-568a-4652-8e33-d8ae918930dc req-e58437d4-692a-4ecb-92fa-ed80310e451b ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=9452e881-adef-48a0-9e6d-652142b045b4&id=2d59925d-d3aa-49c4-85fc-c35aafeeda90&fields=id&fields=name HTTP/1.1" status: 200 len: 405 time: 0.1084042 2026-04-07 01:17:35.688 9 INFO neutron.wsgi [req-1b5fc0bd-2f0f-46d1-b47f-0a3e284e261b req-6378e081-040b-4516-ae89-102cb849b6dc ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=9e7bea7e-226e-4b2a-988f-7ab59e3fce76 HTTP/1.1" status: 200 len: 1210 time: 0.1269495 2026-04-07 01:17:35.863 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: dc17b8e1-aca8-4cd6-866d-6ae3778f915c 2026-04-07 01:17:35.868 10 INFO neutron.db.ovn_revision_numbers_db [None req-7e1cd92d-581f-4371-afea-020d07701ac4 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] Successfully bumped revision number for resource dc17b8e1-aca8-4cd6-866d-6ae3778f915c (type: router_ports) to 2 2026-04-07 01:17:35.888 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port dc17b8e1-aca8-4cd6-866d-6ae3778f915c 2026-04-07 01:17:35.939 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fdd240d9-b7b5-45fd-acf6-43f61d04f65c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:17:35.950 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fdd240d9-b7b5-45fd-acf6-43f61d04f65c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:36.030 9 INFO neutron.db.l3_db [None req-0e6cc0d0-12ca-4d4b-9de8-51ad1ef9cfec ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] Floating IP f3565c50-7bfb-41fb-99ce-e88893508cf1 associated. External IP: 10.96.250.215, port: 34a9d0b0-e02a-4b7c-9de1-dc93431033ab. 2026-04-07 01:17:36.064 10 INFO neutron.db.ovn_revision_numbers_db [None req-7e1cd92d-581f-4371-afea-020d07701ac4 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] Successfully bumped revision number for resource dc17b8e1-aca8-4cd6-866d-6ae3778f915c (type: ports) to 2 2026-04-07 01:17:36.263 9 INFO neutron.db.ovn_revision_numbers_db [None req-fdd240d9-b7b5-45fd-acf6-43f61d04f65c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 495f0143-b91a-404d-a4b1-81a0b0de2847 (type: ports) to 1 2026-04-07 01:17:36.315 9 INFO neutron.db.ovn_revision_numbers_db [None req-0e6cc0d0-12ca-4d4b-9de8-51ad1ef9cfec ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] Successfully bumped revision number for resource f3565c50-7bfb-41fb-99ce-e88893508cf1 (type: floatingips) to 1 2026-04-07 01:17:36.390 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource dc17b8e1-aca8-4cd6-866d-6ae3778f915c (type: ports) to 3 2026-04-07 01:17:36.488 9 INFO neutron.db.ovn_revision_numbers_db [None req-0e6cc0d0-12ca-4d4b-9de8-51ad1ef9cfec ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] Successfully bumped revision number for resource f3565c50-7bfb-41fb-99ce-e88893508cf1 (type: floatingips) to 2 2026-04-07 01:17:36.535 9 INFO neutron.wsgi [None req-0e6cc0d0-12ca-4d4b-9de8-51ad1ef9cfec ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] 10.0.0.78 "PUT /v2.0/floatingips/f3565c50-7bfb-41fb-99ce-e88893508cf1 HTTP/1.1" status: 200 len: 1049 time: 0.8346107 2026-04-07 01:17:36.541 10 INFO neutron.db.ovn_revision_numbers_db [None req-7e1cd92d-581f-4371-afea-020d07701ac4 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] Successfully bumped revision number for resource dc17b8e1-aca8-4cd6-866d-6ae3778f915c (type: router_ports) to 4 2026-04-07 01:17:36.683 10 INFO neutron.db.ovn_revision_numbers_db [None req-7e1cd92d-581f-4371-afea-020d07701ac4 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] Successfully bumped revision number for resource dc17b8e1-aca8-4cd6-866d-6ae3778f915c (type: ports) to 4 2026-04-07 01:17:36.722 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-8821a689-90df-4811-9c8a-185183d115e5'] response: {'server_uuid': '9e7bea7e-226e-4b2a-988f-7ab59e3fce76', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '34a9d0b0-e02a-4b7c-9de1-dc93431033ab', 'code': 200} 2026-04-07 01:17:36.722 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-8821a689-90df-4811-9c8a-185183d115e5'] response: {'name': 'network-changed', 'server_uuid': '9e7bea7e-226e-4b2a-988f-7ab59e3fce76', 'tag': '34a9d0b0-e02a-4b7c-9de1-dc93431033ab', 'status': 'completed', 'code': 200} 2026-04-07 01:17:36.756 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7e1cd92d-581f-4371-afea-020d07701ac4 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] No more DHCP agents 2026-04-07 01:17:36.757 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7e1cd92d-581f-4371-afea-020d07701ac4 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] Unable to schedule network 9a1b8047-06ca-4699-9a07-b4987ad6198a: no agents available; will retry on subsequent port and subnet creation events. /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-04-07 01:17:36.802 9 INFO neutron.wsgi [req-fd73f151-0d17-4d34-9306-8e47f5b895f6 req-ae3bb8be-2106-48ce-852b-e0bd7fb443dc 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=33f14bb57dc0414cbbc120d11fa06335&device_id=9e7bea7e-226e-4b2a-988f-7ab59e3fce76 HTTP/1.1" status: 200 len: 1400 time: 0.0537231 2026-04-07 01:17:36.890 9 INFO neutron.wsgi [req-fd73f151-0d17-4d34-9306-8e47f5b895f6 req-d367e9ab-05a2-4d4e-9bd6-48dec34e148b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=a7a4e2a2-04cc-439a-9869-fa7fb064264c HTTP/1.1" status: 200 len: 970 time: 0.0820878 2026-04-07 01:17:36.937 10 INFO neutron.db.ovn_revision_numbers_db [None req-7e1cd92d-581f-4371-afea-020d07701ac4 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource dc17b8e1-aca8-4cd6-866d-6ae3778f915c (type: router_ports) to 4 2026-04-07 01:17:36.941 10 INFO neutron.wsgi [None req-7e1cd92d-581f-4371-afea-020d07701ac4 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "PUT /v2.0/routers/e4ab0f89-1ded-4178-ae85-ad6a827bdfa8/add_router_interface HTTP/1.1" status: 200 len: 503 time: 1.5285509 /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-04-07 01:17:36.984 10 INFO neutron.wsgi [None req-58e5457f-2053-4670-aef4-e4c315fdcf3f e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "GET /v2.0/ports/dc17b8e1-aca8-4cd6-866d-6ae3778f915c HTTP/1.1" status: 200 len: 1205 time: 0.0301375 2026-04-07 01:17:37.207 9 INFO neutron.wsgi [req-fd73f151-0d17-4d34-9306-8e47f5b895f6 req-0a62e050-5ef2-409d-9766-5fb2121ce17c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=34a9d0b0-e02a-4b7c-9de1-dc93431033ab HTTP/1.1" status: 200 len: 1059 time: 0.3119271 2026-04-07 01:17:37.274 9 INFO neutron.wsgi [req-fd73f151-0d17-4d34-9306-8e47f5b895f6 req-eb1be08e-ef72-4407-9e30-c7ff04e2c997 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=efc4fdb2-89b1-4280-bc9b-b9bdaf1acfa5 HTTP/1.1" status: 200 len: 865 time: 0.0596085 2026-04-07 01:17:37.305 9 INFO neutron.wsgi [req-fd73f151-0d17-4d34-9306-8e47f5b895f6 req-9bfb6734-2909-4c41-964f-1858897f588b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a7a4e2a2-04cc-439a-9869-fa7fb064264c&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0269217 2026-04-07 01:17:37.341 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Router 69b5aa23-1b2d-42eb-ba7e-54d023f17e42 is bound to host instance 2026-04-07 01:17:37.353 9 INFO neutron.db.ovn_revision_numbers_db [None req-fdd240d9-b7b5-45fd-acf6-43f61d04f65c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 495f0143-b91a-404d-a4b1-81a0b0de2847 (type: router_ports) to 1 2026-04-07 01:17:37.385 9 INFO neutron.wsgi [req-fd73f151-0d17-4d34-9306-8e47f5b895f6 req-16e2924a-c1cf-428a-8056-92488c258209 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a7a4e2a2-04cc-439a-9869-fa7fb064264c?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0750442 2026-04-07 01:17:37.449 9 INFO neutron.db.ovn_revision_numbers_db [None req-fdd240d9-b7b5-45fd-acf6-43f61d04f65c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 69b5aa23-1b2d-42eb-ba7e-54d023f17e42 (type: routers) to 3 2026-04-07 01:17:37.460 9 INFO neutron.wsgi [req-fd73f151-0d17-4d34-9306-8e47f5b895f6 req-c94c6565-d240-41be-92d5-3b08a4413dc2 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a7a4e2a2-04cc-439a-9869-fa7fb064264c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0572333 2026-04-07 01:17:37.471 9 INFO neutron.wsgi [None req-fdd240d9-b7b5-45fd-acf6-43f61d04f65c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 873 time: 2.4504881 2026-04-07 01:17:37.901 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2cc6d03c-8a16-4c49-bbeb-924ac326f7e6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] No more DHCP agents 2026-04-07 01:17:37.904 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2cc6d03c-8a16-4c49-bbeb-924ac326f7e6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Unable to schedule network 6a61b2fb-a09f-4dd2-b137-548d3662dd3e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:37.963 10 INFO neutron.wsgi [None req-39244ee5-608a-49f8-a60d-fe2742e06dda e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "PUT /v2.0/routers/e4ab0f89-1ded-4178-ae85-ad6a827bdfa8/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 0.9736421 /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-04-07 01:17:38.044 9 INFO neutron.db.ovn_revision_numbers_db [None req-2cc6d03c-8a16-4c49-bbeb-924ac326f7e6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource d648e9a1-dc41-494c-94e6-9ef1382be5b1 (type: ports) to 1 2026-04-07 01:17:38.066 10 INFO neutron.api.v2.resource [None req-5ff69d11-387c-4783-8bdb-aa20365bba16 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] remove_router_interface failed (client error): The resource could not be found. 2026-04-07 01:17:38.067 10 INFO neutron.wsgi [None req-5ff69d11-387c-4783-8bdb-aa20365bba16 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "PUT /v2.0/routers/e4ab0f89-1ded-4178-ae85-ad6a827bdfa8/remove_router_interface HTTP/1.1" status: 404 len: 398 time: 0.0970230 2026-04-07 01:17:38.097 10 INFO neutron.wsgi [None req-4a6b3d23-9fac-403d-8f88-bcae87ff3aaf e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=e4ab0f89-1ded-4178-ae85-ad6a827bdfa8 HTTP/1.1" status: 200 len: 205 time: 0.0227444 2026-04-07 01:17:38.244 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource 495f0143-b91a-404d-a4b1-81a0b0de2847 (type: ports) to 1 2026-04-07 01:17:38.357 9 INFO neutron.wsgi [None req-b6dc228a-abb4-4e3d-a072-c39ae1bc2fc3 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "DELETE /v2.0/routers/e4ab0f89-1ded-4178-ae85-ad6a827bdfa8 HTTP/1.1" status: 204 len: 168 time: 0.2551873 2026-04-07 01:17:38.597 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource 495f0143-b91a-404d-a4b1-81a0b0de2847 (type: router_ports) to 3 2026-04-07 01:17:38.620 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: d648e9a1-dc41-494c-94e6-9ef1382be5b1 2026-04-07 01:17:38.623 9 INFO neutron.db.ovn_revision_numbers_db [None req-2cc6d03c-8a16-4c49-bbeb-924ac326f7e6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource d648e9a1-dc41-494c-94e6-9ef1382be5b1 (type: router_ports) to 2 2026-04-07 01:17:38.635 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port d648e9a1-dc41-494c-94e6-9ef1382be5b1 2026-04-07 01:17:38.697 10 INFO neutron.wsgi [None req-637ef153-912b-4d65-973b-862c92d9ac67 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "DELETE /v2.0/subnets/de3d38db-8260-431a-b41a-beddfbce984d HTTP/1.1" status: 204 len: 168 time: 0.3331158 2026-04-07 01:17:38.792 9 INFO neutron.db.ovn_revision_numbers_db [None req-2cc6d03c-8a16-4c49-bbeb-924ac326f7e6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource d648e9a1-dc41-494c-94e6-9ef1382be5b1 (type: ports) to 2 2026-04-07 01:17:38.797 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource 495f0143-b91a-404d-a4b1-81a0b0de2847 (type: ports) to 2 2026-04-07 01:17:38.889 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2cc6d03c-8a16-4c49-bbeb-924ac326f7e6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] No more DHCP agents 2026-04-07 01:17:38.902 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2cc6d03c-8a16-4c49-bbeb-924ac326f7e6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Unable to schedule network 6a61b2fb-a09f-4dd2-b137-548d3662dd3e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:38.972 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource d648e9a1-dc41-494c-94e6-9ef1382be5b1 (type: ports) to 3 2026-04-07 01:17:39.078 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource 495f0143-b91a-404d-a4b1-81a0b0de2847 (type: ports) to 4 2026-04-07 01:17:39.116 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource d648e9a1-dc41-494c-94e6-9ef1382be5b1 (type: router_ports) to 3 2026-04-07 01:17:39.149 9 INFO neutron.services.segments.plugin [-] Segment c4edb6a1-f3a3-40f7-a6d8-1e013c8af643 resource provider aggregate not found 2026-04-07 01:17:39.165 9 INFO neutron.services.segments.plugin [-] Segment c4edb6a1-f3a3-40f7-a6d8-1e013c8af643 resource provider aggregate not found 2026-04-07 01:17:39.194 9 INFO neutron.services.segments.plugin [-] Segment c4edb6a1-f3a3-40f7-a6d8-1e013c8af643 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4edb6a1-f3a3-40f7-a6d8-1e013c8af643 found for delete ", "request_id": "req-8a9835f8-f851-45d5-9ed9-52a381a45005"}]} 2026-04-07 01:17:39.195 9 INFO neutron.services.segments.plugin [-] Segment c4edb6a1-f3a3-40f7-a6d8-1e013c8af643 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4edb6a1-f3a3-40f7-a6d8-1e013c8af643 found for delete ", "request_id": "req-30a5e5f8-f116-457b-90a8-7774c7440aa5"}]} 2026-04-07 01:17:39.224 9 INFO neutron.wsgi [None req-c3d96277-94cc-4b0d-905f-e12122897302 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "DELETE /v2.0/networks/9a1b8047-06ca-4699-9a07-b4987ad6198a HTTP/1.1" status: 204 len: 168 time: 0.5183938 2026-04-07 01:17:39.339 9 INFO neutron.db.segments_db [None req-5048d7f4-e987-41bf-8cd9-c89f833de568 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Added segment 093e5bb6-e45c-430a-898d-3a916c371f56 of type geneve for network 692a2157-7f20-4b5c-9299-aac6752ab61b 2026-04-07 01:17:39.358 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource 495f0143-b91a-404d-a4b1-81a0b0de2847 (type: router_ports) to 4 2026-04-07 01:17:39.824 9 INFO neutron.db.ovn_revision_numbers_db [None req-5048d7f4-e987-41bf-8cd9-c89f833de568 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource 692a2157-7f20-4b5c-9299-aac6752ab61b (type: networks) to 1 2026-04-07 01:17:40.062 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5048d7f4-e987-41bf-8cd9-c89f833de568 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] No more DHCP agents 2026-04-07 01:17:40.066 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5048d7f4-e987-41bf-8cd9-c89f833de568 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Unable to schedule network 692a2157-7f20-4b5c-9299-aac6752ab61b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:40.106 9 INFO neutron.db.ovn_revision_numbers_db [None req-2cc6d03c-8a16-4c49-bbeb-924ac326f7e6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource d648e9a1-dc41-494c-94e6-9ef1382be5b1 (type: router_ports) to 3 2026-04-07 01:17:40.108 9 INFO neutron.wsgi [None req-2cc6d03c-8a16-4c49-bbeb-924ac326f7e6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "PUT /v2.0/routers/69b5aa23-1b2d-42eb-ba7e-54d023f17e42/add_router_interface HTTP/1.1" status: 200 len: 503 time: 2.6333079 2026-04-07 01:17:40.166 9 INFO neutron.db.ovn_revision_numbers_db [None req-5048d7f4-e987-41bf-8cd9-c89f833de568 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource 44e8cc87-f17f-4a20-9a7a-857b2346cfd8 (type: ports) to 1 2026-04-07 01:17:40.188 9 INFO neutron.wsgi [None req-5048d7f4-e987-41bf-8cd9-c89f833de568 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 829 time: 0.9544921 2026-04-07 01:17:40.443 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-306c5a35-9876-4dc0-a8b0-261ad85e08e7 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] No more DHCP agents 2026-04-07 01:17:40.444 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-306c5a35-9876-4dc0-a8b0-261ad85e08e7 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Unable to schedule network 692a2157-7f20-4b5c-9299-aac6752ab61b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:40.900 9 INFO neutron.db.ovn_revision_numbers_db [None req-306c5a35-9876-4dc0-a8b0-261ad85e08e7 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource 44e8cc87-f17f-4a20-9a7a-857b2346cfd8 (type: ports) to 2 2026-04-07 01:17:40.915 9 INFO neutron.db.ovn_revision_numbers_db [None req-306c5a35-9876-4dc0-a8b0-261ad85e08e7 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource cc9d12f8-b010-4836-bf21-4c5bd6b25d01 (type: subnets) to 0 2026-04-07 01:17:40.937 9 INFO neutron.wsgi [None req-306c5a35-9876-4dc0-a8b0-261ad85e08e7 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 801 time: 0.7431839 2026-04-07 01:17:41.092 9 INFO neutron.db.ovn_revision_numbers_db [None req-fe86dc71-cc93-4e0b-bd5e-1277aa090961 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource d81b9e25-7324-4a80-a838-1f57c22077c2 (type: routers) to 1 2026-04-07 01:17:41.112 9 INFO neutron.wsgi [None req-fe86dc71-cc93-4e0b-bd5e-1277aa090961 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 687 time: 0.1702225 2026-04-07 01:17:41.500 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-117962ea-2536-4644-b0dd-b587a51ba490 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] No more DHCP agents 2026-04-07 01:17:41.502 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-117962ea-2536-4644-b0dd-b587a51ba490 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] Unable to schedule network 692a2157-7f20-4b5c-9299-aac6752ab61b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:41.663 9 INFO neutron.db.ovn_revision_numbers_db [None req-117962ea-2536-4644-b0dd-b587a51ba490 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] Successfully bumped revision number for resource 36ceb2c9-3d27-4ec6-ba4a-250a635fc515 (type: ports) to 1 2026-04-07 01:17:41.973 9 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] No port found with ID dc17b8e1-aca8-4cd6-866d-6ae3778f915c: RuntimeError: No port found with ID dc17b8e1-aca8-4cd6-866d-6ae3778f915c 2026-04-07 01:17:42.019 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: 495f0143-b91a-404d-a4b1-81a0b0de2847 2026-04-07 01:17:42.040 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port 495f0143-b91a-404d-a4b1-81a0b0de2847 2026-04-07 01:17:42.128 9 INFO neutron.db.ovn_revision_numbers_db [None req-117962ea-2536-4644-b0dd-b587a51ba490 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] Successfully bumped revision number for resource 36ceb2c9-3d27-4ec6-ba4a-250a635fc515 (type: router_ports) to 2 2026-04-07 01:17:42.274 9 INFO neutron.db.ovn_revision_numbers_db [None req-117962ea-2536-4644-b0dd-b587a51ba490 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] Successfully bumped revision number for resource 36ceb2c9-3d27-4ec6-ba4a-250a635fc515 (type: ports) to 2 2026-04-07 01:17:42.337 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-117962ea-2536-4644-b0dd-b587a51ba490 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] No more DHCP agents 2026-04-07 01:17:42.338 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-117962ea-2536-4644-b0dd-b587a51ba490 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] Unable to schedule network 692a2157-7f20-4b5c-9299-aac6752ab61b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:42.362 10 INFO neutron.wsgi [req-f1d8be28-33c5-4cc2-bda9-1594ea45dbd0 req-68882bc2-db09-4cc7-aef8-2a3c99561083 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - default default] 10.0.0.171 "GET /v2.0/networks?id=6a61b2fb-a09f-4dd2-b137-548d3662dd3e HTTP/1.1" status: 200 len: 871 time: 0.1320984 2026-04-07 01:17:42.380 10 INFO neutron.wsgi [req-f1d8be28-33c5-4cc2-bda9-1594ea45dbd0 req-4a34a154-78b8-42a9-8ef4-21890b2ad5e7 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - default default] 10.0.0.171 "GET /v2.0/quotas/ff08cd7f6a714889918f0184c507d07b HTTP/1.1" status: 200 len: 386 time: 0.0114005 2026-04-07 01:17:42.499 9 INFO neutron.db.ovn_revision_numbers_db [None req-117962ea-2536-4644-b0dd-b587a51ba490 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource 36ceb2c9-3d27-4ec6-ba4a-250a635fc515 (type: router_ports) to 2 2026-04-07 01:17:42.503 9 INFO neutron.wsgi [None req-117962ea-2536-4644-b0dd-b587a51ba490 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "PUT /v2.0/routers/d81b9e25-7324-4a80-a838-1f57c22077c2/add_router_interface HTTP/1.1" status: 200 len: 503 time: 1.3868005 /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-04-07 01:17:42.545 9 INFO neutron.wsgi [None req-0b60ec8f-0790-419e-a127-ed23a5879953 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "GET /v2.0/ports/36ceb2c9-3d27-4ec6-ba4a-250a635fc515 HTTP/1.1" status: 200 len: 1135 time: 0.0350356 2026-04-07 01:17:42.579 9 INFO neutron.wsgi [None req-74c25153-2d39-4c45-a5d2-34ba5e989c78 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "GET /v2.0/ports/36ceb2c9-3d27-4ec6-ba4a-250a635fc515 HTTP/1.1" status: 200 len: 1135 time: 0.0279877 2026-04-07 01:17:42.777 10 INFO neutron.wsgi [req-f1d8be28-33c5-4cc2-bda9-1594ea45dbd0 req-efaa588a-01e4-475d-ae15-ad2837f12596 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - default default] 10.0.0.171 "GET /v2.0/ports?tenant_id=ff08cd7f6a714889918f0184c507d07b&fields=id HTTP/1.1" status: 200 len: 302 time: 0.3906605 2026-04-07 01:17:42.839 10 INFO neutron.wsgi [req-f1d8be28-33c5-4cc2-bda9-1594ea45dbd0 req-3d643ec2-ae36-4ee6-92de-cc66cbe2a44f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/6a61b2fb-a09f-4dd2-b137-548d3662dd3e?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0547507 2026-04-07 01:17:42.910 10 INFO neutron.wsgi [req-f1d8be28-33c5-4cc2-bda9-1594ea45dbd0 req-62b2dafe-fe3d-49ef-bf5f-77eb8cc81c4a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/6a61b2fb-a09f-4dd2-b137-548d3662dd3e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0610366 2026-04-07 01:17:43.036 9 INFO neutron.wsgi [req-17502b3c-afe9-4a47-81f0-97f19868418e req-8fca888a-489c-4925-bf42-9e0243db18b6 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=5825bac4-1493-4829-9980-79dfa1207531 HTTP/1.1" status: 200 len: 210 time: 0.0255723 2026-04-07 01:17:43.613 9 INFO neutron.wsgi [None req-ee336126-613a-4844-9490-9b8a3f767a02 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "GET /v2.0/ports/36ceb2c9-3d27-4ec6-ba4a-250a635fc515 HTTP/1.1" status: 200 len: 1135 time: 0.0290844 2026-04-07 01:17:43.705 9 INFO neutron.wsgi [req-f1d8be28-33c5-4cc2-bda9-1594ea45dbd0 req-f3e386d8-4d96-4de5-af53-1301a2f26763 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - default default] 199.19.213.133 "GET /v2.0/networks?id=6a61b2fb-a09f-4dd2-b137-548d3662dd3e HTTP/1.1" status: 200 len: 871 time: 0.0628221 2026-04-07 01:17:44.044 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cf250325-a5b1-4c6f-ac81-48cb3bb31f44 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - - -] No more DHCP agents 2026-04-07 01:17:44.048 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cf250325-a5b1-4c6f-ac81-48cb3bb31f44 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - - -] Unable to schedule network 6a61b2fb-a09f-4dd2-b137-548d3662dd3e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:44.127 10 INFO neutron.wsgi [req-f84d8241-b86a-4724-8301-b25a76be554f req-930e12cc-acc3-4a86-9830-5091fed63e33 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=5825bac4-1493-4829-9980-79dfa1207531 HTTP/1.1" status: 200 len: 1156 time: 0.0302472 2026-04-07 01:17:44.162 10 INFO neutron.wsgi [req-f84d8241-b86a-4724-8301-b25a76be554f req-d080de5f-7eaf-404c-aad0-83d0bc04fea6 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=44ab0bbd-e237-4dd3-a5b2-9bc13094a7c9&fields=id&fields=name HTTP/1.1" status: 200 len: 286 time: 0.0298545 2026-04-07 01:17:44.207 9 INFO neutron.db.ovn_revision_numbers_db [None req-cf250325-a5b1-4c6f-ac81-48cb3bb31f44 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - - -] Successfully bumped revision number for resource 939a99d6-aca0-48e9-9532-c430f3a59b14 (type: ports) to 1 2026-04-07 01:17:44.226 9 INFO neutron.wsgi [None req-cf250325-a5b1-4c6f-ac81-48cb3bb31f44 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - - -] 199.19.213.133 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1158 time: 0.5123322 /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-04-07 01:17:44.337 10 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] No hosting information found for port d648e9a1-dc41-494c-94e6-9ef1382be5b1: RuntimeError: No hosting information found for port d648e9a1-dc41-494c-94e6-9ef1382be5b1 2026-04-07 01:17:44.337 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: 36ceb2c9-3d27-4ec6-ba4a-250a635fc515 2026-04-07 01:17:44.344 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port 36ceb2c9-3d27-4ec6-ba4a-250a635fc515 2026-04-07 01:17:44.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0016010 2026-04-07 01:17:44.616 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0012062 2026-04-07 01:17:44.664 9 INFO neutron.wsgi [None req-480828d9-ce41-4529-9616-d4710e93a688 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "GET /v2.0/ports/36ceb2c9-3d27-4ec6-ba4a-250a635fc515 HTTP/1.1" status: 200 len: 1137 time: 0.0451901 2026-04-07 01:17:44.664 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 36ceb2c9-3d27-4ec6-ba4a-250a635fc515 (type: ports) to 3 2026-04-07 01:17:44.866 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 36ceb2c9-3d27-4ec6-ba4a-250a635fc515 (type: router_ports) to 3 2026-04-07 01:17:44.874 9 INFO neutron.db.ovn_revision_numbers_db [None req-fb087446-1c69-4357-9e3c-59ae5f73c100 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource 939a99d6-aca0-48e9-9532-c430f3a59b14 (type: ports) to 2 2026-04-07 01:17:45.033 9 INFO neutron.db.ovn_revision_numbers_db [None req-fb087446-1c69-4357-9e3c-59ae5f73c100 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource 939a99d6-aca0-48e9-9532-c430f3a59b14 (type: ports) to 2 2026-04-07 01:17:45.049 9 INFO neutron.wsgi [None req-fb087446-1c69-4357-9e3c-59ae5f73c100 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] 199.19.213.133 "PUT /v2.0/ports/939a99d6-aca0-48e9-9532-c430f3a59b14 HTTP/1.1" status: 200 len: 1328 time: 0.8151894 /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-04-07 01:17:45.094 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-4aa784fe-fe66-46ad-8930-c1ce146e6d35'] response: {'name': 'network-changed', 'server_uuid': '5825bac4-1493-4829-9980-79dfa1207531', 'tag': '939a99d6-aca0-48e9-9532-c430f3a59b14', 'status': 'completed', 'code': 200} 2026-04-07 01:17:45.115 9 INFO neutron.wsgi [req-f1d8be28-33c5-4cc2-bda9-1594ea45dbd0 req-630a422f-1759-4634-90b4-307269826108 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=ff08cd7f6a714889918f0184c507d07b&device_id=5825bac4-1493-4829-9980-79dfa1207531 HTTP/1.1" status: 200 len: 1359 time: 0.0323935 2026-04-07 01:17:45.144 9 INFO neutron.wsgi [req-f1d8be28-33c5-4cc2-bda9-1594ea45dbd0 req-5cf27a24-d4e2-430e-a40d-dad833da3734 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=939a99d6-aca0-48e9-9532-c430f3a59b14 HTTP/1.1" status: 200 len: 217 time: 0.0233998 2026-04-07 01:17:45.182 9 INFO neutron.wsgi [req-f1d8be28-33c5-4cc2-bda9-1594ea45dbd0 req-678683af-d8d9-4c39-b534-a3389f636458 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=a0297ced-684e-4560-8182-5cdd8fddbe6b HTTP/1.1" status: 200 len: 865 time: 0.0315807 2026-04-07 01:17:45.208 9 INFO neutron.wsgi [req-f1d8be28-33c5-4cc2-bda9-1594ea45dbd0 req-ccfd64fe-f6a7-4bdd-8550-cf0a41871de3 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=6a61b2fb-a09f-4dd2-b137-548d3662dd3e&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0190129 2026-04-07 01:17:45.282 9 INFO neutron.wsgi [req-f1d8be28-33c5-4cc2-bda9-1594ea45dbd0 req-4321a9e3-86c7-4211-85d5-55fbdad4c6ce 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/6a61b2fb-a09f-4dd2-b137-548d3662dd3e?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0651164 2026-04-07 01:17:45.305 10 INFO neutron.wsgi [req-82f6cf5d-d8be-4f0d-be18-0ee7b8868a94 req-d95ce0b4-55a2-40bf-8a97-85a5511c6f92 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=5825bac4-1493-4829-9980-79dfa1207531 HTTP/1.1" status: 200 len: 1168 time: 0.0677164 2026-04-07 01:17:45.352 9 INFO neutron.wsgi [req-f1d8be28-33c5-4cc2-bda9-1594ea45dbd0 req-6cc1e0ce-a36d-4945-8b52-f8243a4c90c7 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/6a61b2fb-a09f-4dd2-b137-548d3662dd3e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0645525 2026-04-07 01:17:45.359 10 INFO neutron.wsgi [req-82f6cf5d-d8be-4f0d-be18-0ee7b8868a94 req-e523d921-9a84-4e76-984e-064982a5de0d 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=44ab0bbd-e237-4dd3-a5b2-9bc13094a7c9&fields=id&fields=name HTTP/1.1" status: 200 len: 286 time: 0.0369356 2026-04-07 01:17:45.436 9 INFO neutron.wsgi [req-cd8ff2b8-0b67-42a9-8a55-b9d028fdb6fa req-13d60571-cb89-4a93-8e58-9b705bc3e3b3 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=ff08cd7f6a714889918f0184c507d07b&device_id=5825bac4-1493-4829-9980-79dfa1207531 HTTP/1.1" status: 200 len: 1359 time: 0.0405993 2026-04-07 01:17:45.437 10 INFO neutron.wsgi [None req-9dccc776-6cd8-442c-a311-2075f526f036 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "PUT /v2.0/routers/d81b9e25-7324-4a80-a838-1f57c22077c2/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 0.7659283 /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-04-07 01:17:45.487 10 INFO neutron.wsgi [None req-a609877f-1ddc-4da4-b4b7-8c1583b5ef61 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=d81b9e25-7324-4a80-a838-1f57c22077c2 HTTP/1.1" status: 200 len: 205 time: 0.0446539 2026-04-07 01:17:45.526 9 INFO neutron.wsgi [req-cd8ff2b8-0b67-42a9-8a55-b9d028fdb6fa req-555840d6-d620-4c0f-ba4c-a79e471111cf 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=6a61b2fb-a09f-4dd2-b137-548d3662dd3e HTTP/1.1" status: 200 len: 970 time: 0.0852091 2026-04-07 01:17:45.564 9 INFO neutron.wsgi [req-cd8ff2b8-0b67-42a9-8a55-b9d028fdb6fa req-425b60b0-953d-4021-9b2d-b13c7a7018b4 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=939a99d6-aca0-48e9-9532-c430f3a59b14 HTTP/1.1" status: 200 len: 217 time: 0.0326850 2026-04-07 01:17:45.613 9 INFO neutron.wsgi [req-cd8ff2b8-0b67-42a9-8a55-b9d028fdb6fa req-a2e305b3-af29-4571-a0a4-c11236a9ff88 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=a0297ced-684e-4560-8182-5cdd8fddbe6b HTTP/1.1" status: 200 len: 865 time: 0.0446329 2026-04-07 01:17:45.650 9 INFO neutron.wsgi [req-cd8ff2b8-0b67-42a9-8a55-b9d028fdb6fa req-95498d6e-43f8-4a8c-9f39-6fea5c1e4af0 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=6a61b2fb-a09f-4dd2-b137-548d3662dd3e&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0290341 2026-04-07 01:17:45.722 9 INFO neutron.wsgi [req-cd8ff2b8-0b67-42a9-8a55-b9d028fdb6fa req-31428fb0-a6c2-413a-b962-aee5844e780b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/6a61b2fb-a09f-4dd2-b137-548d3662dd3e?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0675786 2026-04-07 01:17:45.725 10 INFO neutron.wsgi [None req-f61f2a0b-ea45-441c-996f-ea8be1647bd6 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "DELETE /v2.0/routers/d81b9e25-7324-4a80-a838-1f57c22077c2 HTTP/1.1" status: 204 len: 168 time: 0.2333257 2026-04-07 01:17:45.811 9 INFO neutron.wsgi [req-cd8ff2b8-0b67-42a9-8a55-b9d028fdb6fa req-bbd13b8a-131b-4640-91e0-caec73c404d0 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/6a61b2fb-a09f-4dd2-b137-548d3662dd3e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0763600 2026-04-07 01:17:45.963 10 INFO neutron.wsgi [None req-4076417a-ab84-4932-bcbf-bd38b06bb370 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "DELETE /v2.0/subnets/cc9d12f8-b010-4836-bf21-4c5bd6b25d01 HTTP/1.1" status: 204 len: 168 time: 0.2317715 2026-04-07 01:17:46.339 10 INFO neutron.services.segments.plugin [-] Segment 093e5bb6-e45c-430a-898d-3a916c371f56 resource provider aggregate not found 2026-04-07 01:17:46.356 10 INFO neutron.services.segments.plugin [-] Segment 093e5bb6-e45c-430a-898d-3a916c371f56 resource provider aggregate not found 2026-04-07 01:17:46.361 10 INFO neutron.services.segments.plugin [-] Segment 093e5bb6-e45c-430a-898d-3a916c371f56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 093e5bb6-e45c-430a-898d-3a916c371f56 found for delete ", "request_id": "req-d3343829-1b4c-4b5b-aa6f-7fe0aa2b75f7"}]} 2026-04-07 01:17:46.380 10 INFO neutron.services.segments.plugin [-] Segment 093e5bb6-e45c-430a-898d-3a916c371f56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 093e5bb6-e45c-430a-898d-3a916c371f56 found for delete ", "request_id": "req-cd96e4be-bed7-44fe-867e-2b9dc04562de"}]} 2026-04-07 01:17:46.389 10 INFO neutron.wsgi [None req-79c50f93-9fa1-44a1-87b0-cddaeb26c1c5 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "DELETE /v2.0/networks/692a2157-7f20-4b5c-9299-aac6752ab61b HTTP/1.1" status: 204 len: 168 time: 0.4211547 2026-04-07 01:17:46.459 10 INFO neutron.wsgi [req-903aa807-d024-462e-93ad-f33612be7977 req-7ed97925-9298-49e8-8602-ed444d14429e 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=5825bac4-1493-4829-9980-79dfa1207531 HTTP/1.1" status: 200 len: 1168 time: 0.0337195 2026-04-07 01:17:46.501 10 INFO neutron.wsgi [req-903aa807-d024-462e-93ad-f33612be7977 req-1d7d7a64-6607-433f-b728-cb0ec2a575cb 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=44ab0bbd-e237-4dd3-a5b2-9bc13094a7c9&fields=id&fields=name HTTP/1.1" status: 200 len: 286 time: 0.0322411 2026-04-07 01:17:46.836 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-63fefd21-b90f-4f0b-ae4a-2cee96d44689 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] No more DHCP agents 2026-04-07 01:17:46.838 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-63fefd21-b90f-4f0b-ae4a-2cee96d44689 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:46.972 9 INFO neutron.db.ovn_revision_numbers_db [None req-63fefd21-b90f-4f0b-ae4a-2cee96d44689 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource 764482eb-d181-4abd-ac63-30032106d6e5 (type: ports) to 1 2026-04-07 01:17:46.976 10 INFO neutron.db.ovn_revision_numbers_db [None req-72b9a5e5-7623-4fe7-8f4a-d0978e585312 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 33760f1b-bf56-48dd-8630-308d448e183e (type: security_groups) to 1 2026-04-07 01:17:47.000 10 INFO neutron.wsgi [None req-72b9a5e5-7623-4fe7-8f4a-d0978e585312 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=8f9e7299d5194794ae62189adf2b16ed&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2396319 2026-04-07 01:17:47.179 10 INFO neutron.wsgi [None req-cbd677b8-0dca-41c1-afe6-e8144c79dc28 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/33760f1b-bf56-48dd-8630-308d448e183e HTTP/1.1" status: 204 len: 168 time: 0.1729062 2026-04-07 01:17:47.587 9 INFO neutron.db.ovn_revision_numbers_db [None req-63fefd21-b90f-4f0b-ae4a-2cee96d44689 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource 764482eb-d181-4abd-ac63-30032106d6e5 (type: router_ports) to 1 2026-04-07 01:17:47.672 9 INFO neutron.wsgi [req-236b9b66-2c2f-45a5-bd63-b53a9351799f req-f5cb8596-44d8-40a0-9ee2-c762f89825e6 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=5825bac4-1493-4829-9980-79dfa1207531 HTTP/1.1" status: 200 len: 1168 time: 0.1061039 2026-04-07 01:17:47.672 9 INFO neutron.db.ovn_revision_numbers_db [None req-63fefd21-b90f-4f0b-ae4a-2cee96d44689 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource 91bc8c6b-5d77-43df-a783-76e2991b8def (type: routers) to 3 2026-04-07 01:17:47.692 9 INFO neutron.wsgi [None req-63fefd21-b90f-4f0b-ae4a-2cee96d44689 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 867 time: 1.2971756 2026-04-07 01:17:47.708 9 INFO neutron.wsgi [req-236b9b66-2c2f-45a5-bd63-b53a9351799f req-9d39fd13-7397-493b-b536-c79fd7990b88 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=44ab0bbd-e237-4dd3-a5b2-9bc13094a7c9&fields=id&fields=name HTTP/1.1" status: 200 len: 286 time: 0.0298376 2026-04-07 01:17:47.771 10 INFO neutron.wsgi [None req-8ed85ba5-e204-45b3-ad27-5275c508b557 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "GET /v2.0/routers/91bc8c6b-5d77-43df-a783-76e2991b8def HTTP/1.1" status: 200 len: 868 time: 0.0734618 2026-04-07 01:17:47.848 10 INFO neutron.wsgi [None req-b982c4b8-5387-4455-a702-5836af72ec14 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "GET /v2.0/routers HTTP/1.1" status: 200 len: 871 time: 0.0717955 2026-04-07 01:17:48.284 10 INFO neutron.db.ovn_revision_numbers_db [None req-846d029f-119c-4c63-89ec-7cbf420607ca e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] Successfully bumped revision number for resource 91bc8c6b-5d77-43df-a783-76e2991b8def (type: routers) to 4 2026-04-07 01:17:48.287 10 INFO neutron.wsgi [None req-846d029f-119c-4c63-89ec-7cbf420607ca e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "PUT /v2.0/routers/91bc8c6b-5d77-43df-a783-76e2991b8def HTTP/1.1" status: 200 len: 875 time: 0.4344959 2026-04-07 01:17:48.638 10 INFO neutron.wsgi [None req-1a17fd45-1162-47d8-8b1d-dedb44726eff e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "GET /v2.0/routers/91bc8c6b-5d77-43df-a783-76e2991b8def HTTP/1.1" status: 200 len: 875 time: 0.3447065 2026-04-07 01:17:48.669 10 INFO neutron.wsgi [None req-482b14c0-5a2e-42ce-95f0-6d4424cbe32c e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=91bc8c6b-5d77-43df-a783-76e2991b8def HTTP/1.1" status: 200 len: 205 time: 0.0254159 2026-04-07 01:17:48.878 10 INFO neutron.wsgi [req-72c91c45-7eed-4b31-a8d0-4f68cd6d75a4 req-531457af-5575-470e-8d24-69830019e110 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=5825bac4-1493-4829-9980-79dfa1207531 HTTP/1.1" status: 200 len: 1168 time: 0.1107733 2026-04-07 01:17:48.918 10 INFO neutron.wsgi [req-72c91c45-7eed-4b31-a8d0-4f68cd6d75a4 req-2d3f8e0e-867c-41f1-a4a1-edb4112cc62d 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=44ab0bbd-e237-4dd3-a5b2-9bc13094a7c9&fields=id&fields=name HTTP/1.1" status: 200 len: 286 time: 0.0317006 2026-04-07 01:17:49.363 10 INFO neutron.wsgi [None req-6a382c2f-155e-477f-8f5c-44a32989021a e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "DELETE /v2.0/routers/91bc8c6b-5d77-43df-a783-76e2991b8def HTTP/1.1" status: 204 len: 168 time: 0.6897879 2026-04-07 01:17:49.391 10 INFO neutron.wsgi [None req-e2608f7a-8f31-41c0-807c-54269e5cfd2a e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=91bc8c6b-5d77-43df-a783-76e2991b8def HTTP/1.1" status: 200 len: 205 time: 0.0217946 2026-04-07 01:17:49.421 10 INFO neutron.api.v2.resource [None req-4be91413-742e-4d0c-8185-d3817e4238c1 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] delete failed (client error): The resource could not be found. 2026-04-07 01:17:49.423 10 INFO neutron.wsgi [None req-4be91413-742e-4d0c-8185-d3817e4238c1 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "DELETE /v2.0/routers/91bc8c6b-5d77-43df-a783-76e2991b8def HTTP/1.1" status: 404 len: 336 time: 0.0259922 2026-04-07 01:17:49.470 10 INFO neutron.wsgi [None req-4b611855-760c-4bda-b9da-351318233f29 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=d81b9e25-7324-4a80-a838-1f57c22077c2 HTTP/1.1" status: 200 len: 205 time: 0.0413771 2026-04-07 01:17:49.517 9 INFO neutron.api.v2.resource [None req-22b16da3-dd0a-40a1-bb81-3df195b69538 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] delete failed (client error): The resource could not be found. 2026-04-07 01:17:49.518 9 INFO neutron.wsgi [None req-22b16da3-dd0a-40a1-bb81-3df195b69538 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "DELETE /v2.0/routers/d81b9e25-7324-4a80-a838-1f57c22077c2 HTTP/1.1" status: 404 len: 336 time: 0.0431402 2026-04-07 01:17:49.549 9 INFO neutron.pecan_wsgi.hooks.translation [None req-0176e5e6-8349-4558-8ff6-fc8808077a2e e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:17:49.552 9 INFO neutron.wsgi [None req-0176e5e6-8349-4558-8ff6-fc8808077a2e e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "DELETE /v2.0/subnets/cc9d12f8-b010-4836-bf21-4c5bd6b25d01 HTTP/1.1" status: 404 len: 337 time: 0.0288706 2026-04-07 01:17:49.584 9 INFO neutron.wsgi [None req-69a1e1fe-87ef-480f-9d6b-2bbf734474ab e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=e4ab0f89-1ded-4178-ae85-ad6a827bdfa8 HTTP/1.1" status: 200 len: 205 time: 0.0280688 2026-04-07 01:17:49.614 9 INFO neutron.api.v2.resource [None req-edd33c85-d06a-407a-9430-5c11e4916aca e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] delete failed (client error): The resource could not be found. 2026-04-07 01:17:49.616 9 INFO neutron.wsgi [None req-edd33c85-d06a-407a-9430-5c11e4916aca e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "DELETE /v2.0/routers/e4ab0f89-1ded-4178-ae85-ad6a827bdfa8 HTTP/1.1" status: 404 len: 336 time: 0.0270348 2026-04-07 01:17:49.645 9 INFO neutron.pecan_wsgi.hooks.translation [None req-c9c3f528-e704-438f-b4b8-2861cfbc3af0 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:17:49.647 9 INFO neutron.wsgi [None req-c9c3f528-e704-438f-b4b8-2861cfbc3af0 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "DELETE /v2.0/subnets/de3d38db-8260-431a-b41a-beddfbce984d HTTP/1.1" status: 404 len: 337 time: 0.0257087 2026-04-07 01:17:49.674 9 INFO neutron.wsgi [None req-7e342f44-8c57-463b-8ca9-e26e3578e503 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=e0d2c554-be04-446e-9284-e3c35752e315 HTTP/1.1" status: 200 len: 205 time: 0.0225170 2026-04-07 01:17:49.719 9 INFO neutron.api.v2.resource [None req-95d9ca83-5ca3-4134-8cab-76c25007ba57 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] delete failed (client error): The resource could not be found. 2026-04-07 01:17:49.721 9 INFO neutron.wsgi [None req-95d9ca83-5ca3-4134-8cab-76c25007ba57 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "DELETE /v2.0/routers/e0d2c554-be04-446e-9284-e3c35752e315 HTTP/1.1" status: 404 len: 336 time: 0.0271223 2026-04-07 01:17:49.744 9 INFO neutron.pecan_wsgi.hooks.translation [None req-baf9c404-b38f-4bad-abb4-93c55710be59 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:17:49.746 9 INFO neutron.wsgi [None req-baf9c404-b38f-4bad-abb4-93c55710be59 e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "DELETE /v2.0/subnets/4d21b5d0-fb3f-4cdb-9696-dd823fcc5d8b HTTP/1.1" status: 404 len: 337 time: 0.0212567 2026-04-07 01:17:49.772 9 INFO neutron.pecan_wsgi.hooks.translation [None req-d23c4790-9b3d-4241-8546-38d3433317cf e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:17:49.774 9 INFO neutron.wsgi [None req-d23c4790-9b3d-4241-8546-38d3433317cf e28d91eeda564b7e9c95d723d251ce02 443dfa9cc1ee461a931975bea200f265 - - - -] 10.0.0.78 "DELETE /v2.0/subnets/42aff1ea-801f-4770-a858-11b0a4d44cf3 HTTP/1.1" status: 404 len: 337 time: 0.0231409 2026-04-07 01:17:49.989 10 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] No port found with ID 36ceb2c9-3d27-4ec6-ba4a-250a635fc515: RuntimeError: No port found with ID 36ceb2c9-3d27-4ec6-ba4a-250a635fc515 2026-04-07 01:17:49.990 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: 939a99d6-aca0-48e9-9532-c430f3a59b14 2026-04-07 01:17:49.998 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port 939a99d6-aca0-48e9-9532-c430f3a59b14 2026-04-07 01:17:50.015 9 INFO neutron.wsgi [req-0eb4cc5b-3f17-45b0-8355-f3cd6b14a358 req-874abdcb-4f4e-421d-84cd-6dd0de509a53 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=5825bac4-1493-4829-9980-79dfa1207531 HTTP/1.1" status: 200 len: 1168 time: 0.0368369 2026-04-07 01:17:50.051 9 INFO neutron.wsgi [req-0eb4cc5b-3f17-45b0-8355-f3cd6b14a358 req-a0f9410e-dba9-412c-b2cb-d952cd3d8aa4 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=44ab0bbd-e237-4dd3-a5b2-9bc13094a7c9&fields=id&fields=name HTTP/1.1" status: 200 len: 286 time: 0.0313213 2026-04-07 01:17:50.103 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-2641f768-51d7-4376-9dd7-2312c027667b'] response: {'server_uuid': '5825bac4-1493-4829-9980-79dfa1207531', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '939a99d6-aca0-48e9-9532-c430f3a59b14', 'code': 200} 2026-04-07 01:17:50.309 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 939a99d6-aca0-48e9-9532-c430f3a59b14 (type: ports) to 4 2026-04-07 01:17:50.360 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: 764482eb-d181-4abd-ac63-30032106d6e5 /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-04-07 01:17:50.491 10 INFO neutron.wsgi [None req-3c977b6c-721c-4d36-80ab-c8a49d090b75 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=443dfa9cc1ee461a931975bea200f265&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2208230 2026-04-07 01:17:50.673 10 INFO neutron.wsgi [None req-ab850252-99d4-45bb-88c7-ba72c4880dc2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/c0401a9e-7a92-4feb-a277-4d4176610202 HTTP/1.1" status: 204 len: 168 time: 0.1773765 2026-04-07 01:17:51.154 9 INFO neutron.wsgi [req-62562fab-99f2-4ea5-89a0-17fd4ce9081b req-12cdcf97-5040-4aa4-a390-b3cafb8e3369 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=5825bac4-1493-4829-9980-79dfa1207531 HTTP/1.1" status: 200 len: 1170 time: 0.0304441 2026-04-07 01:17:51.189 9 INFO neutron.wsgi [req-62562fab-99f2-4ea5-89a0-17fd4ce9081b req-c13c431b-5461-4ecd-991e-9b50cb04931d 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=44ab0bbd-e237-4dd3-a5b2-9bc13094a7c9&fields=id&fields=name HTTP/1.1" status: 200 len: 286 time: 0.0300367 2026-04-07 01:17:51.755 9 INFO neutron.wsgi [req-8a5ba834-de24-4842-a372-ab126f7631ba req-fa464993-dc05-4f5b-b9b8-b51b8b1d71fd 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=5825bac4-1493-4829-9980-79dfa1207531 HTTP/1.1" status: 200 len: 1170 time: 0.0587356 2026-04-07 01:17:51.763 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status down for port: 939a99d6-aca0-48e9-9532-c430f3a59b14 2026-04-07 01:17:51.796 9 INFO neutron.wsgi [req-8a5ba834-de24-4842-a372-ab126f7631ba req-b6b26510-0810-40ce-b5c8-1954e7ac093c 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=44ab0bbd-e237-4dd3-a5b2-9bc13094a7c9&fields=id&fields=name HTTP/1.1" status: 200 len: 286 time: 0.0339715 2026-04-07 01:17:52.036 9 INFO neutron.wsgi [req-1f9bb46e-953f-4f4e-a02f-972c874b4f6d req-d070acc5-2a11-47ae-8653-f276a2d8358a 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=5825bac4-1493-4829-9980-79dfa1207531 HTTP/1.1" status: 200 len: 1168 time: 0.0350642 2026-04-07 01:17:52.049 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 939a99d6-aca0-48e9-9532-c430f3a59b14 (type: ports) to 5 2026-04-07 01:17:52.145 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0791780-c381-4097-b876-f187e016ef11'] response: {'server_uuid': '5825bac4-1493-4829-9980-79dfa1207531', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '939a99d6-aca0-48e9-9532-c430f3a59b14', 'code': 200} 2026-04-07 01:17:52.145 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0791780-c381-4097-b876-f187e016ef11'] response: {'server_uuid': '5825bac4-1493-4829-9980-79dfa1207531', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '939a99d6-aca0-48e9-9532-c430f3a59b14', 'code': 200} 2026-04-07 01:17:52.145 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0791780-c381-4097-b876-f187e016ef11'] response: {'server_uuid': '5825bac4-1493-4829-9980-79dfa1207531', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '939a99d6-aca0-48e9-9532-c430f3a59b14', 'code': 200} /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-04-07 01:17:52.278 10 INFO neutron.wsgi [req-eafda993-be4e-45bc-bc8b-fd764c53c0a1 req-4e1227f8-04cb-4209-966d-8aacc0a9c1b4 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=9e7bea7e-226e-4b2a-988f-7ab59e3fce76 HTTP/1.1" status: 200 len: 1210 time: 0.1189139 2026-04-07 01:17:52.311 9 INFO neutron.wsgi [None req-c08a303b-781b-4afb-b230-f8315babe61b 785e210d135349d685fce855a6203990 ff08cd7f6a714889918f0184c507d07b - - - -] 199.19.213.133 "DELETE /v2.0/ports/939a99d6-aca0-48e9-9532-c430f3a59b14 HTTP/1.1" status: 204 len: 173 time: 0.2702408 2026-04-07 01:17:52.346 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-37d7e17e-73cd-4e88-bbf8-6d2ba5e719d3'] response: {'server_uuid': '5825bac4-1493-4829-9980-79dfa1207531', 'name': 'network-vif-deleted', 'tag': '939a99d6-aca0-48e9-9532-c430f3a59b14', 'status': 'completed', 'code': 200} 2026-04-07 01:17:52.351 10 INFO neutron.wsgi [req-eafda993-be4e-45bc-bc8b-fd764c53c0a1 req-a14cbcd4-c2cb-4e75-a1ab-4ad82427ecc0 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=9452e881-adef-48a0-9e6d-652142b045b4&id=2d59925d-d3aa-49c4-85fc-c35aafeeda90&fields=id&fields=name HTTP/1.1" status: 200 len: 405 time: 0.0645213 2026-04-07 01:17:52.593 10 INFO neutron.wsgi [None req-4d90c436-8afa-4a1b-81b9-4467e9e33aa4 d20e5a4684b54f5a9e10f4be65857708 eddea8e658684de69f4945d033195609 - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=9e7bea7e-226e-4b2a-988f-7ab59e3fce76 HTTP/1.1" status: 200 len: 1395 time: 0.2180090 2026-04-07 01:17:52.921 9 INFO neutron.wsgi [None req-f04a7483-342a-4f95-be2d-9bae133f0ff2 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 10.0.0.78 "GET /v2.0/floatingips?floating_network_id=97a2ea9d-c987-4844-aa76-716df499f90b&port_id=34a9d0b0-e02a-4b7c-9de1-dc93431033ab HTTP/1.1" status: 200 len: 1054 time: 0.3234887 2026-04-07 01:17:52.926 9 INFO neutron.db.ovn_revision_numbers_db [None req-3a6cf2fe-b019-47ac-8720-c2024da71bd7 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - - -] Successfully bumped revision number for resource 9a780ec9-1185-49d8-940b-7ddf4d9023b4 (type: security_groups) to 1 2026-04-07 01:17:52.994 9 INFO neutron.db.ovn_revision_numbers_db [None req-3a6cf2fe-b019-47ac-8720-c2024da71bd7 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - - -] Successfully bumped revision number for resource cc207f32-4a7f-40d7-979d-cc7b22e17a63 (type: security_groups) to 1 2026-04-07 01:17:53.017 9 INFO neutron.wsgi [None req-3a6cf2fe-b019-47ac-8720-c2024da71bd7 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - - -] 10.0.0.78 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1761 time: 0.6235681 2026-04-07 01:17:53.055 9 INFO neutron.wsgi [None req-008550da-5793-404e-baef-9f1fd9560f16 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - default default] 10.0.0.78 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 4539 time: 0.0339370 2026-04-07 01:17:53.130 9 INFO neutron.db.ovn_revision_numbers_db [None req-baebf1d4-71b1-4c9d-b2ef-3eb63fa7eb93 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - - -] Successfully bumped revision number for resource cc207f32-4a7f-40d7-979d-cc7b22e17a63 (type: security_groups) to 2 2026-04-07 01:17:53.134 9 INFO neutron.wsgi [None req-baebf1d4-71b1-4c9d-b2ef-3eb63fa7eb93 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - - -] 10.0.0.78 "PUT /v2.0/security-groups/cc207f32-4a7f-40d7-979d-cc7b22e17a63 HTTP/1.1" status: 200 len: 1794 time: 0.0734158 2026-04-07 01:17:53.176 10 INFO neutron.wsgi [None req-fb47d423-5330-4358-826a-7a0fb7995b24 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - default default] 10.0.0.78 "GET /v2.0/security-groups/cc207f32-4a7f-40d7-979d-cc7b22e17a63 HTTP/1.1" status: 200 len: 1794 time: 0.0357964 2026-04-07 01:17:53.254 10 INFO neutron.wsgi [req-39582381-8099-44ab-8856-6d16c6c6d34c req-bd893d14-d232-40b8-a285-bc5a44934f41 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.88 "GET /v2.0/ports?device_id=9e7bea7e-226e-4b2a-988f-7ab59e3fce76 HTTP/1.1" status: 200 len: 1400 time: 0.0526264 2026-04-07 01:17:53.312 10 INFO neutron.wsgi [req-39582381-8099-44ab-8856-6d16c6c6d34c req-517e0b66-319a-4335-8194-73d985fb8b5e 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.88 "GET /v2.0/security-groups?id=2d59925d-d3aa-49c4-85fc-c35aafeeda90&id=9452e881-adef-48a0-9e6d-652142b045b4&fields=id&fields=name HTTP/1.1" status: 200 len: 405 time: 0.0501640 2026-04-07 01:17:53.345 10 INFO neutron.wsgi [None req-69215349-9740-480b-a1c2-9dfd465f1a90 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/cc207f32-4a7f-40d7-979d-cc7b22e17a63 HTTP/1.1" status: 204 len: 168 time: 0.1641431 2026-04-07 01:17:53.383 10 INFO neutron.wsgi [None req-c26f6ed9-1757-46f6-8e06-164cd5c8b806 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - default default] 10.0.0.78 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 2996 time: 0.0325134 2026-04-07 01:17:53.402 10 INFO neutron.api.v2.resource [None req-41a4010d-e29e-456a-b4cb-f8ed35e4031f 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - - -] delete failed (client error): The resource could not be found. 2026-04-07 01:17:53.403 10 INFO neutron.wsgi [None req-41a4010d-e29e-456a-b4cb-f8ed35e4031f 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/cc207f32-4a7f-40d7-979d-cc7b22e17a63 HTTP/1.1" status: 404 len: 347 time: 0.0135548 2026-04-07 01:17:53.515 10 INFO neutron.db.ovn_revision_numbers_db [None req-94d6b516-b784-4388-a524-19de02a9aa86 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - - -] Successfully bumped revision number for resource eaaac562-7f68-456e-8ccd-6d58b8ce5df3 (type: security_groups) to 1 2026-04-07 01:17:53.536 10 INFO neutron.wsgi [None req-94d6b516-b784-4388-a524-19de02a9aa86 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - - -] 10.0.0.78 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1760 time: 0.1248620 2026-04-07 01:17:53.640 10 INFO neutron.db.ovn_revision_numbers_db [None req-60f3d341-5256-4340-bedc-4e35ed3b27e2 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - - -] Successfully bumped revision number for resource 1d6d23e9-9620-41e1-a1e3-f6db96286f2a (type: security_group_rules) to 0 2026-04-07 01:17:53.665 10 INFO neutron.wsgi [None req-60f3d341-5256-4340-bedc-4e35ed3b27e2 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 768 time: 0.1235347 2026-04-07 01:17:53.685 10 INFO neutron.wsgi [None req-8bc02e52-f27b-4aa4-90b9-9bd521ed1172 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - default default] 10.0.0.78 "GET /v2.0/security-group-rules/1d6d23e9-9620-41e1-a1e3-f6db96286f2a HTTP/1.1" status: 200 len: 763 time: 0.0155559 2026-04-07 01:17:53.726 9 INFO neutron.wsgi [None req-373406e9-efdf-4424-aa99-99e7a2d31b65 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - default default] 10.0.0.78 "GET /v2.0/security-group-rules HTTP/1.1" status: 200 len: 4113 time: 0.0358269 2026-04-07 01:17:53.832 9 INFO neutron.wsgi [None req-3a28521f-5863-4487-a6eb-3beb09619cf2 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - - -] 10.0.0.78 "DELETE /v2.0/security-group-rules/1d6d23e9-9620-41e1-a1e3-f6db96286f2a HTTP/1.1" status: 204 len: 168 time: 0.1014225 2026-04-07 01:17:53.867 9 INFO neutron.wsgi [None req-55f00152-b0f6-4182-a9c6-807569258776 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - default default] 10.0.0.78 "GET /v2.0/security-group-rules HTTP/1.1" status: 200 len: 3567 time: 0.0274768 2026-04-07 01:17:53.982 9 INFO neutron.db.ovn_revision_numbers_db [None req-8e90d379-981c-4a26-a17e-0b38482c8915 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - - -] Successfully bumped revision number for resource 132fa32d-50c1-41a5-8944-c64b20f8a8a8 (type: security_group_rules) to 0 2026-04-07 01:17:54.013 9 INFO neutron.wsgi [None req-8e90d379-981c-4a26-a17e-0b38482c8915 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 768 time: 0.1412373 2026-04-07 01:17:54.032 9 INFO neutron.wsgi [None req-ab0e962d-b422-4721-8a45-dcbc56178284 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - default default] 10.0.0.78 "GET /v2.0/security-group-rules/132fa32d-50c1-41a5-8944-c64b20f8a8a8 HTTP/1.1" status: 200 len: 763 time: 0.0139198 2026-04-07 01:17:54.085 9 INFO neutron.wsgi [None req-44125fa9-3a38-413d-bc84-ed599f5fb16e 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - default default] 10.0.0.78 "GET /v2.0/security-group-rules HTTP/1.1" status: 200 len: 4113 time: 0.0489409 2026-04-07 01:17:54.212 9 INFO neutron.wsgi [None req-d74d5104-ee72-4030-8be0-3e911851c08b 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - - -] 10.0.0.78 "DELETE /v2.0/security-group-rules/132fa32d-50c1-41a5-8944-c64b20f8a8a8 HTTP/1.1" status: 204 len: 168 time: 0.1178503 2026-04-07 01:17:54.247 9 INFO neutron.wsgi [None req-39682754-a4fa-48cd-9578-de04d728828a 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - default default] 10.0.0.78 "GET /v2.0/security-group-rules HTTP/1.1" status: 200 len: 3567 time: 0.0303717 2026-04-07 01:17:54.274 9 INFO neutron.db.securitygroups_db [None req-94292316-5618-45c5-a135-a71de4e9da38 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - - -] Project 977b638d2cf8443fb0d62455c14fd57c added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-07 01:17:54.359 9 INFO neutron.db.ovn_revision_numbers_db [None req-94292316-5618-45c5-a135-a71de4e9da38 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - - -] Successfully bumped revision number for resource 9b094b8d-fdf1-410d-aef5-0ff62e78fd7d (type: security_group_rules) to 0 2026-04-07 01:17:54.382 9 INFO neutron.wsgi [None req-94292316-5618-45c5-a135-a71de4e9da38 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 774 time: 0.1300530 2026-04-07 01:17:54.404 10 INFO neutron.wsgi [None req-583b306a-a5a9-4247-9613-8a7bbb2e007d 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - default default] 10.0.0.78 "GET /v2.0/security-group-rules/9b094b8d-fdf1-410d-aef5-0ff62e78fd7d HTTP/1.1" status: 200 len: 769 time: 0.0179694 2026-04-07 01:17:54.444 9 INFO neutron.wsgi [None req-3a9313e3-518b-4cc0-a687-ce0f6af0086a 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - default default] 10.0.0.78 "GET /v2.0/security-group-rules HTTP/1.1" status: 200 len: 4119 time: 0.0348532 2026-04-07 01:17:54.541 9 INFO neutron.wsgi [None req-7cd5f7c0-474b-4854-8cc1-4286c347ec7d 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - - -] 10.0.0.78 "DELETE /v2.0/security-group-rules/9b094b8d-fdf1-410d-aef5-0ff62e78fd7d HTTP/1.1" status: 204 len: 168 time: 0.0929031 2026-04-07 01:17:54.583 9 INFO neutron.wsgi [None req-3c864e44-9f56-4468-af12-dd095e152f38 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - default default] 10.0.0.78 "GET /v2.0/security-group-rules HTTP/1.1" status: 200 len: 3567 time: 0.0326972 2026-04-07 01:17:54.698 9 INFO neutron.wsgi [None req-11ee5744-d99a-4de7-9906-0bbd0b748f1b 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/eaaac562-7f68-456e-8ccd-6d58b8ce5df3 HTTP/1.1" status: 204 len: 168 time: 0.1110418 2026-04-07 01:17:54.733 9 INFO neutron.wsgi [None req-7ad70aec-a111-482f-bf23-cfddcbebe9dd 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - default default] 10.0.0.78 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 2996 time: 0.0305493 2026-04-07 01:17:54.770 9 INFO neutron.wsgi [None req-6e4a5456-9d0d-4efe-a078-857b4c31f6b1 59ffc6935351465d80b3bb823131fba2 977b638d2cf8443fb0d62455c14fd57c - - default default] 10.0.0.78 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 2996 time: 0.0301988 2026-04-07 01:17:55.141 10 INFO neutron.wsgi [None req-944bc7e8-3a38-4803-ade7-41651acfba94 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "PUT /v2.0/routers/69b5aa23-1b2d-42eb-ba7e-54d023f17e42/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 1.1000450 /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-04-07 01:17:55.368 10 INFO neutron.wsgi [req-337e1c07-8302-40dd-ba4d-b5ef44b4835f req-f5112526-3c0d-4edd-bc34-c2184c030488 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=9e7bea7e-226e-4b2a-988f-7ab59e3fce76 HTTP/1.1" status: 200 len: 1210 time: 0.0353515 2026-04-07 01:17:55.400 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status down for port: 34a9d0b0-e02a-4b7c-9de1-dc93431033ab 2026-04-07 01:17:55.418 10 INFO neutron.wsgi [req-337e1c07-8302-40dd-ba4d-b5ef44b4835f req-226d7820-c2bc-4836-997a-323f60cb8e85 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=9452e881-adef-48a0-9e6d-652142b045b4&id=2d59925d-d3aa-49c4-85fc-c35aafeeda90&fields=id&fields=name HTTP/1.1" status: 200 len: 405 time: 0.0433426 2026-04-07 01:17:55.585 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-56c978c4-6578-4b8c-aeb7-2d9ce9f26593'] response: {'server_uuid': '9e7bea7e-226e-4b2a-988f-7ab59e3fce76', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '34a9d0b0-e02a-4b7c-9de1-dc93431033ab', 'code': 200} 2026-04-07 01:17:55.635 9 INFO neutron.wsgi [None req-634777ec-62cb-4265-bb7c-06a77ad44d2c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=977b638d2cf8443fb0d62455c14fd57c&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2669840 2026-04-07 01:17:55.828 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource 34a9d0b0-e02a-4b7c-9de1-dc93431033ab (type: ports) to 5 2026-04-07 01:17:55.850 9 INFO neutron.wsgi [req-aae4d03f-0e98-48d5-8c34-97c41390f0b5 req-ccb5fb30-60cb-45c7-9171-a6453235e5dc ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=9e7bea7e-226e-4b2a-988f-7ab59e3fce76 HTTP/1.1" status: 200 len: 1208 time: 0.1377668 2026-04-07 01:17:55.875 10 INFO neutron.wsgi [None req-518e5028-54a7-45aa-a4c4-5d0e8818ffbd 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/9a780ec9-1185-49d8-940b-7ddf4d9023b4 HTTP/1.1" status: 204 len: 168 time: 0.2343996 2026-04-07 01:17:56.028 9 INFO neutron.wsgi [None req-a9166e0b-2017-4602-9da8-17df197596cd 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/routers/69b5aa23-1b2d-42eb-ba7e-54d023f17e42 HTTP/1.1" status: 204 len: 168 time: 0.8782666 2026-04-07 01:17:56.233 10 INFO neutron.wsgi [None req-7349a3e4-13d0-45ce-b10f-4b798c686da8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/subnets/a0297ced-684e-4560-8182-5cdd8fddbe6b HTTP/1.1" status: 204 len: 168 time: 0.1974881 2026-04-07 01:17:56.257 9 INFO neutron.db.l3_db [None req-978b1b79-1e02-4ce8-9945-bfce8b96334c ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] Floating IP f3565c50-7bfb-41fb-99ce-e88893508cf1 disassociated. External IP: 10.96.250.215, port: 34a9d0b0-e02a-4b7c-9de1-dc93431033ab. 2026-04-07 01:17:56.492 9 INFO neutron.wsgi [None req-978b1b79-1e02-4ce8-9945-bfce8b96334c ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] 199.19.213.133 "DELETE /v2.0/ports/34a9d0b0-e02a-4b7c-9de1-dc93431033ab HTTP/1.1" status: 204 len: 173 time: 0.6365325 2026-04-07 01:17:56.515 10 INFO neutron.wsgi [req-ec7add18-c278-4ebf-b680-282cf780196d req-069fa6c6-11be-46ed-83b1-3b1a9b0c0f03 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=9e7bea7e-226e-4b2a-988f-7ab59e3fce76 HTTP/1.1" status: 200 len: 210 time: 0.0240130 2026-04-07 01:17:56.691 10 INFO neutron.services.segments.plugin [-] Segment f22b6308-e1fb-41de-9ef0-1a0a54ca4f80 resource provider aggregate not found 2026-04-07 01:17:56.697 10 INFO neutron.services.segments.plugin [-] Segment f22b6308-e1fb-41de-9ef0-1a0a54ca4f80 resource provider aggregate not found 2026-04-07 01:17:56.717 10 INFO neutron.services.segments.plugin [-] Segment f22b6308-e1fb-41de-9ef0-1a0a54ca4f80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f22b6308-e1fb-41de-9ef0-1a0a54ca4f80 found for delete ", "request_id": "req-39a3e8a6-4163-488b-ac01-714fc0a34d25"}]} 2026-04-07 01:17:56.729 10 INFO neutron.services.segments.plugin [-] Segment f22b6308-e1fb-41de-9ef0-1a0a54ca4f80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f22b6308-e1fb-41de-9ef0-1a0a54ca4f80 found for delete ", "request_id": "req-6297cefa-f381-4bde-b0b4-e927d243d248"}]} 2026-04-07 01:17:56.762 10 INFO neutron.wsgi [None req-5ab7b65d-4272-4d9a-b16c-b5b0a2fe91b3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/networks/6a61b2fb-a09f-4dd2-b137-548d3662dd3e HTTP/1.1" status: 204 len: 168 time: 0.5200922 2026-04-07 01:17:56.776 10 INFO neutron.db.ovn_revision_numbers_db [None req-b5e63bf7-1a9b-44c2-8d28-107141576c01 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource 03e5a950-ba95-4bc5-9b37-b9dc38520daf (type: security_groups) to 1 2026-04-07 01:17:56.842 10 INFO neutron.db.segments_db [None req-b5e63bf7-1a9b-44c2-8d28-107141576c01 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Added segment a8a636f3-c2d0-4cbe-a60f-e4f65af03f5e of type geneve for network 634b6ed5-5e4c-499d-8943-dc279aa2f301 /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-04-07 01:17:56.924 9 INFO neutron.wsgi [None req-0279f39e-00f6-4abd-b889-11019a99da0c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=ff08cd7f6a714889918f0184c507d07b&name=default HTTP/1.1" status: 200 len: 2996 time: 0.0409811 2026-04-07 01:17:56.984 10 INFO neutron.db.ovn_revision_numbers_db [None req-b5e63bf7-1a9b-44c2-8d28-107141576c01 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource 634b6ed5-5e4c-499d-8943-dc279aa2f301 (type: networks) to 1 2026-04-07 01:17:57.105 9 INFO neutron.wsgi [None req-25b513d2-1de6-483b-8be3-2818363f639b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/44ab0bbd-e237-4dd3-a5b2-9bc13094a7c9 HTTP/1.1" status: 204 len: 168 time: 0.1771441 2026-04-07 01:17:57.466 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b5e63bf7-1a9b-44c2-8d28-107141576c01 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] No more DHCP agents 2026-04-07 01:17:57.469 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b5e63bf7-1a9b-44c2-8d28-107141576c01 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Unable to schedule network 634b6ed5-5e4c-499d-8943-dc279aa2f301: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:57.535 10 INFO neutron.db.ovn_revision_numbers_db [None req-b5e63bf7-1a9b-44c2-8d28-107141576c01 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource d5df90dc-7bc3-4f13-9d88-9e1323265ec5 (type: ports) to 1 2026-04-07 01:17:57.555 10 INFO neutron.wsgi [None req-b5e63bf7-1a9b-44c2-8d28-107141576c01 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 838 time: 1.1732213 2026-04-07 01:17:57.635 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-4d441bb6-b35d-41d9-a925-b8d8cdb05e75'] response: {'server_uuid': '9e7bea7e-226e-4b2a-988f-7ab59e3fce76', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '34a9d0b0-e02a-4b7c-9de1-dc93431033ab', 'code': 200} 2026-04-07 01:17:57.635 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-4d441bb6-b35d-41d9-a925-b8d8cdb05e75'] response: {'server_uuid': '9e7bea7e-226e-4b2a-988f-7ab59e3fce76', 'name': 'network-vif-deleted', 'tag': '34a9d0b0-e02a-4b7c-9de1-dc93431033ab', 'status': 'completed', 'code': 200} 2026-04-07 01:17:57.815 9 INFO neutron.wsgi [None req-3013b4e4-4f71-4336-b425-fd2623178bac ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/2d59925d-d3aa-49c4-85fc-c35aafeeda90 HTTP/1.1" status: 204 len: 168 time: 0.1655877 2026-04-07 01:17:57.835 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-71af459e-af6c-4273-bca5-ad1736812447 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] No more DHCP agents 2026-04-07 01:17:57.837 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-71af459e-af6c-4273-bca5-ad1736812447 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Unable to schedule network 634b6ed5-5e4c-499d-8943-dc279aa2f301: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:57.844 9 INFO neutron.api.v2.resource [None req-1aab5628-445a-4194-98b7-1595d3dc6e8f ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:17:57.846 9 INFO neutron.wsgi [None req-1aab5628-445a-4194-98b7-1595d3dc6e8f ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - default default] 10.0.0.78 "GET /v2.0/security-groups/2d59925d-d3aa-49c4-85fc-c35aafeeda90 HTTP/1.1" status: 404 len: 347 time: 0.0218518 2026-04-07 01:17:57.942 9 INFO neutron.wsgi [None req-45bf65ed-f408-4f5a-a7fc-c5a9c6b47602 4b0763e55584439d8c412cd9d0b875fa 6983b477ea414acc9e0d06fbcf0d8f36 - - - -] 10.0.0.78 "POST /v2.0/subnetpools HTTP/1.1" status: 201 len: 748 time: 0.2504780 2026-04-07 01:17:57.976 10 INFO neutron.wsgi [None req-71ee44af-b9fc-4057-a036-8555f1ef11ca 4b0763e55584439d8c412cd9d0b875fa 6983b477ea414acc9e0d06fbcf0d8f36 - - default default] 10.0.0.78 "GET /v2.0/subnetpools/c36bba9a-846d-46aa-96a4-fd2a4e73dca9 HTTP/1.1" status: 200 len: 743 time: 0.0287559 2026-04-07 01:17:58.064 10 INFO neutron.wsgi [None req-c4b1c762-f979-42e1-af71-7af7feebea83 4b0763e55584439d8c412cd9d0b875fa 6983b477ea414acc9e0d06fbcf0d8f36 - - - -] 10.0.0.78 "PUT /v2.0/subnetpools/c36bba9a-846d-46aa-96a4-fd2a4e73dca9 HTTP/1.1" status: 200 len: 695 time: 0.0739138 2026-04-07 01:17:58.140 9 INFO neutron.wsgi [None req-eba0395e-97eb-44a4-b8ff-73f7bcfb028d 4b0763e55584439d8c412cd9d0b875fa 6983b477ea414acc9e0d06fbcf0d8f36 - - - -] 10.0.0.78 "DELETE /v2.0/subnetpools/c36bba9a-846d-46aa-96a4-fd2a4e73dca9 HTTP/1.1" status: 204 len: 168 time: 0.0709906 2026-04-07 01:17:58.160 9 INFO neutron.api.v2.resource [None req-5d04effd-b7a2-4c94-86fe-ae3564c179d4 4b0763e55584439d8c412cd9d0b875fa 6983b477ea414acc9e0d06fbcf0d8f36 - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:17:58.161 9 INFO neutron.wsgi [None req-5d04effd-b7a2-4c94-86fe-ae3564c179d4 4b0763e55584439d8c412cd9d0b875fa 6983b477ea414acc9e0d06fbcf0d8f36 - - default default] 10.0.0.78 "GET /v2.0/subnetpools/c36bba9a-846d-46aa-96a4-fd2a4e73dca9 HTTP/1.1" status: 404 len: 346 time: 0.0163107 2026-04-07 01:17:58.188 10 INFO neutron.api.v2.resource [None req-7acdb534-28cf-4783-83fe-05ff6c1cbece 4b0763e55584439d8c412cd9d0b875fa 6983b477ea414acc9e0d06fbcf0d8f36 - - - -] delete failed (client error): The resource could not be found. 2026-04-07 01:17:58.189 10 INFO neutron.wsgi [None req-7acdb534-28cf-4783-83fe-05ff6c1cbece 4b0763e55584439d8c412cd9d0b875fa 6983b477ea414acc9e0d06fbcf0d8f36 - - - -] 10.0.0.78 "DELETE /v2.0/subnetpools/c36bba9a-846d-46aa-96a4-fd2a4e73dca9 HTTP/1.1" status: 404 len: 346 time: 0.0229940 2026-04-07 01:17:58.268 9 INFO neutron.wsgi [None req-26044b2b-ddf3-41bc-9685-284d24866ad1 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] 10.0.0.78 "DELETE /v2.0/floatingips/f3565c50-7bfb-41fb-99ce-e88893508cf1 HTTP/1.1" status: 204 len: 168 time: 0.4182549 2026-04-07 01:17:58.324 10 INFO neutron.db.ovn_revision_numbers_db [None req-71af459e-af6c-4273-bca5-ad1736812447 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource d5df90dc-7bc3-4f13-9d88-9e1323265ec5 (type: ports) to 2 2026-04-07 01:17:58.344 10 INFO neutron.db.ovn_revision_numbers_db [None req-71af459e-af6c-4273-bca5-ad1736812447 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource 3a5442fe-b459-44cf-8c69-2bfbfbce9a03 (type: subnets) to 0 2026-04-07 01:17:58.362 10 INFO neutron.wsgi [None req-71af459e-af6c-4273-bca5-ad1736812447 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 833 time: 0.8032436 2026-04-07 01:17:58.408 9 INFO neutron.wsgi [None req-db183b67-abfe-4c85-a106-62f8762d24c5 ebe6d569ea3d4f2b834821297430bb65 33f14bb57dc0414cbbc120d11fa06335 - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/9452e881-adef-48a0-9e6d-652142b045b4 HTTP/1.1" status: 204 len: 168 time: 0.1342463 2026-04-07 01:17:58.589 9 INFO neutron.wsgi [None req-c5ad48b9-7be9-455e-8ea1-b3272888b047 c9cfd97b0c9242ec8e82ff53e21b8259 39209afac56843da8f41879aa08647d0 - - default default] 10.0.0.78 "GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 HTTP/1.1" status: 200 len: 212 time: 0.2201047 2026-04-07 01:17:58.875 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-99e19946-a833-4327-8da9-f217ef561271 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] No more DHCP agents 2026-04-07 01:17:58.879 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-99e19946-a833-4327-8da9-f217ef561271 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Unable to schedule network 634b6ed5-5e4c-499d-8943-dc279aa2f301: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:58.900 10 INFO neutron.db.ovn_revision_numbers_db [None req-99e19946-a833-4327-8da9-f217ef561271 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource eaf79bb0-ac08-4896-b163-7ed55d83c295 (type: subnets) to 0 2026-04-07 01:17:58.907 10 INFO neutron.db.ovn_revision_numbers_db [None req-d476ebeb-6441-4fe3-b3c5-a5b29b72d6ef 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource a24ac4c1-8a1f-4548-96fd-f28e911bd17c (type: security_groups) to 1 2026-04-07 01:17:58.920 10 INFO neutron.wsgi [None req-99e19946-a833-4327-8da9-f217ef561271 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 906 time: 0.3250999 2026-04-07 01:17:58.926 10 INFO neutron.wsgi [None req-d476ebeb-6441-4fe3-b3c5-a5b29b72d6ef 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=6983b477ea414acc9e0d06fbcf0d8f36&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2536192 2026-04-07 01:17:59.017 9 INFO neutron.db.segments_db [None req-dcea1462-3474-47d7-8458-7acb32ce06b4 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Added segment 98443133-5a5d-493d-a972-f52ce794b69f of type geneve for network a003c6d5-0ce9-442d-98a6-c3896ae9ee4a 2026-04-07 01:17:59.096 10 INFO neutron.wsgi [None req-e5fb590a-72c0-4618-928b-621f8413dee3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/a24ac4c1-8a1f-4548-96fd-f28e911bd17c HTTP/1.1" status: 204 len: 168 time: 0.1648929 2026-04-07 01:17:59.426 9 INFO neutron.db.ovn_revision_numbers_db [None req-dcea1462-3474-47d7-8458-7acb32ce06b4 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource a003c6d5-0ce9-442d-98a6-c3896ae9ee4a (type: networks) to 1 2026-04-07 01:17:59.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0016212 2026-04-07 01:17:59.616 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0042124 2026-04-07 01:17:59.665 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dcea1462-3474-47d7-8458-7acb32ce06b4 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] No more DHCP agents 2026-04-07 01:17:59.668 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dcea1462-3474-47d7-8458-7acb32ce06b4 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Unable to schedule network a003c6d5-0ce9-442d-98a6-c3896ae9ee4a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:17:59.764 9 INFO neutron.db.ovn_revision_numbers_db [None req-dcea1462-3474-47d7-8458-7acb32ce06b4 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource c0006a46-c187-430a-b360-552e90c64c90 (type: ports) to 1 2026-04-07 01:17:59.802 9 INFO neutron.wsgi [None req-dcea1462-3474-47d7-8458-7acb32ce06b4 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 837 time: 0.8753097 2026-04-07 01:17:59.890 9 INFO neutron.wsgi [None req-888caf44-ff55-4802-96e4-256cc9fd5133 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "PUT /v2.0/routers/6575edd3-2f66-4002-ad84-79d9a9a153bf/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 1.4475999 /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-04-07 01:18:00.117 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7c7aba8e-ba37-4e0d-8aba-65f94b2088cc 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] No more DHCP agents 2026-04-07 01:18:00.120 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7c7aba8e-ba37-4e0d-8aba-65f94b2088cc 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Unable to schedule network a003c6d5-0ce9-442d-98a6-c3896ae9ee4a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:00.611 10 INFO neutron.db.ovn_revision_numbers_db [None req-7c7aba8e-ba37-4e0d-8aba-65f94b2088cc 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource c0006a46-c187-430a-b360-552e90c64c90 (type: ports) to 2 2026-04-07 01:18:00.614 9 INFO neutron.wsgi [None req-86fcc9ab-b387-4f1e-a63e-77c617bf8583 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/routers/6575edd3-2f66-4002-ad84-79d9a9a153bf HTTP/1.1" status: 204 len: 168 time: 0.7198639 2026-04-07 01:18:00.624 10 INFO neutron.db.ovn_revision_numbers_db [None req-7c7aba8e-ba37-4e0d-8aba-65f94b2088cc 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource 2266f479-b201-4555-92d1-381ab64ca65e (type: subnets) to 0 2026-04-07 01:18:00.640 10 INFO neutron.wsgi [None req-7c7aba8e-ba37-4e0d-8aba-65f94b2088cc 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 831 time: 0.8322148 2026-04-07 01:18:00.911 9 INFO neutron.wsgi [None req-8c6f71ac-b0d7-4adf-a57e-257ec022da2a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/subnets/efc4fdb2-89b1-4280-bc9b-b9bdaf1acfa5 HTTP/1.1" status: 204 len: 168 time: 0.2912445 2026-04-07 01:18:01.088 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a5642be3-4898-4c3d-872b-e1c1f6a98ad7 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] No more DHCP agents 2026-04-07 01:18:01.091 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a5642be3-4898-4c3d-872b-e1c1f6a98ad7 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Unable to schedule network a003c6d5-0ce9-442d-98a6-c3896ae9ee4a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:01.119 9 INFO neutron.db.ovn_revision_numbers_db [None req-a5642be3-4898-4c3d-872b-e1c1f6a98ad7 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource 9d0ea858-77bc-4e03-b8af-ab5faabb962e (type: subnets) to 0 2026-04-07 01:18:01.151 9 INFO neutron.wsgi [None req-a5642be3-4898-4c3d-872b-e1c1f6a98ad7 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 901 time: 0.5067251 2026-04-07 01:18:01.275 9 INFO neutron.db.segments_db [None req-2b33c4d1-3cc4-4ad5-8730-b06b7c93a177 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Added segment 6522d40b-4035-45f0-be17-1d304e77450b of type geneve for network 85c1f3cb-6797-4448-8f48-eeb6b280bc96 2026-04-07 01:18:01.383 9 INFO neutron.services.segments.plugin [-] Segment 1ba9dd3d-1e0c-42c9-b515-3b475d65631e resource provider aggregate not found 2026-04-07 01:18:01.395 9 INFO neutron.services.segments.plugin [-] Segment 1ba9dd3d-1e0c-42c9-b515-3b475d65631e resource provider aggregate not found 2026-04-07 01:18:01.421 9 INFO neutron.services.segments.plugin [-] Segment 1ba9dd3d-1e0c-42c9-b515-3b475d65631e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ba9dd3d-1e0c-42c9-b515-3b475d65631e found for delete ", "request_id": "req-2ad16839-cce6-471d-914a-a04e6d92ec5d"}]} 2026-04-07 01:18:01.435 9 INFO neutron.services.segments.plugin [-] Segment 1ba9dd3d-1e0c-42c9-b515-3b475d65631e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ba9dd3d-1e0c-42c9-b515-3b475d65631e found for delete ", "request_id": "req-57b30ecb-dc37-4d1e-bfe1-168f64719ff7"}]} 2026-04-07 01:18:01.468 9 INFO neutron.db.ovn_revision_numbers_db [None req-2b33c4d1-3cc4-4ad5-8730-b06b7c93a177 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource 85c1f3cb-6797-4448-8f48-eeb6b280bc96 (type: networks) to 1 2026-04-07 01:18:01.486 9 INFO neutron.wsgi [None req-f71ea248-feb9-4568-8e7a-527fcc1dd9e8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/networks/a7a4e2a2-04cc-439a-9869-fa7fb064264c HTTP/1.1" status: 204 len: 168 time: 0.5702553 2026-04-07 01:18:01.645 10 INFO neutron.db.ovn_revision_numbers_db [None req-2ae08530-89a9-4479-8200-51012cdd0818 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] Successfully bumped revision number for resource 16ce0167-0546-44d6-b45b-38f9401e5861 (type: security_groups) to 1 2026-04-07 01:18:01.675 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2b33c4d1-3cc4-4ad5-8730-b06b7c93a177 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] No more DHCP agents 2026-04-07 01:18:01.678 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2b33c4d1-3cc4-4ad5-8730-b06b7c93a177 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Unable to schedule network 85c1f3cb-6797-4448-8f48-eeb6b280bc96: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:01.701 10 INFO neutron.db.segments_db [None req-2ae08530-89a9-4479-8200-51012cdd0818 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] Added segment 29fb8249-9972-4255-9e43-0cece9aeb8d3 of type geneve for network 61e1afba-f011-4c14-bca0-30c734aea599 2026-04-07 01:18:01.759 9 INFO neutron.db.ovn_revision_numbers_db [None req-2b33c4d1-3cc4-4ad5-8730-b06b7c93a177 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource 8e5641c9-b339-4c01-9b0c-a91dbd87f49c (type: ports) to 1 2026-04-07 01:18:01.780 9 INFO neutron.wsgi [None req-2b33c4d1-3cc4-4ad5-8730-b06b7c93a177 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 837 time: 0.6207201 2026-04-07 01:18:01.895 9 INFO neutron.wsgi [None req-7af82d93-b30c-4fc5-bf73-731c80546da3 2c1e0e2ebf8d47da8e5adf18a8d08c0b 9f3e6c284c934f56947525d3f2941d07 - - default default] 10.0.0.51 "GET /v2.0/extensions HTTP/1.1" status: 200 len: 16525 time: 0.0617561 2026-04-07 01:18:01.897 10 INFO neutron.db.ovn_revision_numbers_db [None req-2ae08530-89a9-4479-8200-51012cdd0818 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] Successfully bumped revision number for resource 61e1afba-f011-4c14-bca0-30c734aea599 (type: networks) to 1 2026-04-07 01:18:02.051 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0d52cbaf-f0c5-4ed3-9403-a9be837f40b0 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] No more DHCP agents 2026-04-07 01:18:02.052 9 INFO neutron.wsgi [None req-b0457bd6-69d3-4587-8569-95fd3e174dfa 2c1e0e2ebf8d47da8e5adf18a8d08c0b 9f3e6c284c934f56947525d3f2941d07 - - default default] 10.0.0.51 "GET /v2.0/quotas/9f3e6c284c934f56947525d3f2941d07/details HTTP/1.1" status: 200 len: 756 time: 0.1407037 2026-04-07 01:18:02.054 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0d52cbaf-f0c5-4ed3-9403-a9be837f40b0 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Unable to schedule network 85c1f3cb-6797-4448-8f48-eeb6b280bc96: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:02.113 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2ae08530-89a9-4479-8200-51012cdd0818 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] No more DHCP agents 2026-04-07 01:18:02.117 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2ae08530-89a9-4479-8200-51012cdd0818 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] Unable to schedule network 61e1afba-f011-4c14-bca0-30c734aea599: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:02.211 10 INFO neutron.db.ovn_revision_numbers_db [None req-2ae08530-89a9-4479-8200-51012cdd0818 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] Successfully bumped revision number for resource 099c321a-3a49-4829-acc8-1152eeab7553 (type: ports) to 1 2026-04-07 01:18:02.260 10 INFO neutron.wsgi [None req-2ae08530-89a9-4479-8200-51012cdd0818 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 830 time: 0.9126403 2026-04-07 01:18:02.375 10 INFO neutron.db.segments_db [None req-b8bcf1c6-284a-498b-b200-5cbdf81870d8 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] Added segment d41415b5-68a6-4c3d-853c-183815aae710 of type geneve for network 8356b8ee-baaa-41da-92e5-8a284d5a0069 2026-04-07 01:18:02.474 9 INFO neutron.db.ovn_revision_numbers_db [None req-0d52cbaf-f0c5-4ed3-9403-a9be837f40b0 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource 8e5641c9-b339-4c01-9b0c-a91dbd87f49c (type: ports) to 2 2026-04-07 01:18:02.485 9 INFO neutron.db.ovn_revision_numbers_db [None req-0d52cbaf-f0c5-4ed3-9403-a9be837f40b0 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource b96202f9-6fa9-4ce8-afd1-1af4195ed976 (type: subnets) to 0 2026-04-07 01:18:02.496 9 INFO neutron.wsgi [None req-0d52cbaf-f0c5-4ed3-9403-a9be837f40b0 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 831 time: 0.7094662 2026-04-07 01:18:02.796 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ece9b2d6-7d93-4a4d-8319-6fb41679ecb0 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] No more DHCP agents 2026-04-07 01:18:02.798 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ece9b2d6-7d93-4a4d-8319-6fb41679ecb0 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Unable to schedule network 85c1f3cb-6797-4448-8f48-eeb6b280bc96: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:02.812 9 INFO neutron.db.ovn_revision_numbers_db [None req-ece9b2d6-7d93-4a4d-8319-6fb41679ecb0 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource 47b334fd-d182-4dd3-bf3c-83a78c78ba1c (type: subnets) to 0 2026-04-07 01:18:02.828 9 INFO neutron.wsgi [None req-ece9b2d6-7d93-4a4d-8319-6fb41679ecb0 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 904 time: 0.3249207 2026-04-07 01:18:02.836 10 INFO neutron.db.ovn_revision_numbers_db [None req-b8bcf1c6-284a-498b-b200-5cbdf81870d8 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] Successfully bumped revision number for resource 8356b8ee-baaa-41da-92e5-8a284d5a0069 (type: networks) to 1 2026-04-07 01:18:02.993 10 INFO neutron.wsgi [None req-cd8f648e-ea72-4906-adc4-919c83efbe04 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "PUT /v2.0/routers/8648a145-9b76-4c88-873e-4d0121f16781/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 1.4976101 /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-04-07 01:18:03.157 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b8bcf1c6-284a-498b-b200-5cbdf81870d8 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] No more DHCP agents 2026-04-07 01:18:03.162 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b8bcf1c6-284a-498b-b200-5cbdf81870d8 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] Unable to schedule network 8356b8ee-baaa-41da-92e5-8a284d5a0069: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:03.276 10 INFO neutron.db.ovn_revision_numbers_db [None req-b8bcf1c6-284a-498b-b200-5cbdf81870d8 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] Successfully bumped revision number for resource 238431b7-abd8-4ea9-a096-beb3167a4934 (type: ports) to 1 2026-04-07 01:18:03.314 10 INFO neutron.wsgi [None req-b8bcf1c6-284a-498b-b200-5cbdf81870d8 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 830 time: 1.0501556 2026-04-07 01:18:03.424 9 INFO neutron.db.segments_db [None req-1090f110-86a9-4438-9588-cd4d1c1a8566 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] Added segment bb558452-7409-496d-ab2d-ad075fa75ec5 of type geneve for network 7dac61b0-2c69-40e6-9285-dc76c4bc504e 2026-04-07 01:18:03.593 9 INFO neutron.db.ovn_revision_numbers_db [None req-1090f110-86a9-4438-9588-cd4d1c1a8566 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] Successfully bumped revision number for resource 7dac61b0-2c69-40e6-9285-dc76c4bc504e (type: networks) to 1 2026-04-07 01:18:03.702 10 INFO neutron.wsgi [None req-9f8c4aba-470f-487e-a5cc-6b09f2840762 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/routers/8648a145-9b76-4c88-873e-4d0121f16781 HTTP/1.1" status: 204 len: 168 time: 0.6926341 2026-04-07 01:18:03.805 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-710a6704-9147-47b3-8aea-068ed288d75a 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] No more DHCP agents 2026-04-07 01:18:03.806 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-710a6704-9147-47b3-8aea-068ed288d75a 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:03.849 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1090f110-86a9-4438-9588-cd4d1c1a8566 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] No more DHCP agents 2026-04-07 01:18:03.852 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1090f110-86a9-4438-9588-cd4d1c1a8566 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] Unable to schedule network 7dac61b0-2c69-40e6-9285-dc76c4bc504e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:03.886 10 INFO neutron.wsgi [None req-51ae33bd-3758-4c4a-b6a6-ab8a4eaab6cd 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/subnets/fea37800-ca24-4fce-ac62-731c7c8e630f HTTP/1.1" status: 204 len: 168 time: 0.1794562 2026-04-07 01:18:03.943 9 INFO neutron.db.ovn_revision_numbers_db [None req-1090f110-86a9-4438-9588-cd4d1c1a8566 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] Successfully bumped revision number for resource 9661f9f2-ab5c-465f-967c-6eebc9ea10c3 (type: ports) to 1 2026-04-07 01:18:03.978 9 INFO neutron.wsgi [None req-1090f110-86a9-4438-9588-cd4d1c1a8566 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 831 time: 0.6567159 2026-04-07 01:18:04.005 9 INFO neutron.db.ovn_revision_numbers_db [None req-710a6704-9147-47b3-8aea-068ed288d75a 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource ed25866b-f94c-4780-a3a1-c81ee44c86d0 (type: ports) to 1 2026-04-07 01:18:04.079 9 INFO neutron.db.segments_db [None req-45f37d50-401a-41e5-b6b7-0c1b03e6d0c9 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] Added segment 4bde95c6-5fab-4660-91ea-396ff16a8ec4 of type geneve for network 11f12a81-ced7-4e75-97c2-169f23b6f188 2026-04-07 01:18:04.174 9 INFO neutron.wsgi [None req-ad889be3-9a21-4968-ae6b-33903688655b 2c1e0e2ebf8d47da8e5adf18a8d08c0b 9f3e6c284c934f56947525d3f2941d07 - - default default] 10.0.0.51 "GET /v2.0/extensions HTTP/1.1" status: 200 len: 16525 time: 0.0071797 2026-04-07 01:18:04.249 10 INFO neutron.services.segments.plugin [-] Segment e080ba63-ca8c-4fdf-a452-ef82c20023d8 resource provider aggregate not found 2026-04-07 01:18:04.252 9 INFO neutron.db.ovn_revision_numbers_db [None req-45f37d50-401a-41e5-b6b7-0c1b03e6d0c9 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] Successfully bumped revision number for resource 11f12a81-ced7-4e75-97c2-169f23b6f188 (type: networks) to 1 2026-04-07 01:18:04.254 10 INFO neutron.services.segments.plugin [-] Segment e080ba63-ca8c-4fdf-a452-ef82c20023d8 resource provider aggregate not found 2026-04-07 01:18:04.274 10 INFO neutron.services.segments.plugin [-] Segment e080ba63-ca8c-4fdf-a452-ef82c20023d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e080ba63-ca8c-4fdf-a452-ef82c20023d8 found for delete ", "request_id": "req-227a46a1-7bdd-4220-9f2b-de5f996ab2de"}]} 2026-04-07 01:18:04.275 10 INFO neutron.services.segments.plugin [-] Segment e080ba63-ca8c-4fdf-a452-ef82c20023d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e080ba63-ca8c-4fdf-a452-ef82c20023d8 found for delete ", "request_id": "req-4d11c6d1-f1f9-4b90-8de7-d00ff57fe017"}]} 2026-04-07 01:18:04.283 10 INFO neutron.wsgi [None req-9c709b8f-f17f-431e-ad39-4a6fc7ee0a47 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/networks/aaf90ad9-8156-4c3f-a119-ad2ca8d52fd8 HTTP/1.1" status: 204 len: 168 time: 0.3933172 2026-04-07 01:18:04.320 10 INFO neutron.wsgi [None req-b6edf037-b879-453a-88cd-27c4aecc3964 2c1e0e2ebf8d47da8e5adf18a8d08c0b 9f3e6c284c934f56947525d3f2941d07 - - default default] 10.0.0.51 "GET /v2.0/quotas/9f3e6c284c934f56947525d3f2941d07/details HTTP/1.1" status: 200 len: 756 time: 0.1277947 2026-04-07 01:18:04.475 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-45f37d50-401a-41e5-b6b7-0c1b03e6d0c9 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] No more DHCP agents 2026-04-07 01:18:04.478 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-45f37d50-401a-41e5-b6b7-0c1b03e6d0c9 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] Unable to schedule network 11f12a81-ced7-4e75-97c2-169f23b6f188: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:04.574 9 INFO neutron.db.ovn_revision_numbers_db [None req-45f37d50-401a-41e5-b6b7-0c1b03e6d0c9 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] Successfully bumped revision number for resource 31401141-46d9-4a8d-9305-493f3c3fcb58 (type: ports) to 1 2026-04-07 01:18:04.595 9 INFO neutron.wsgi [None req-45f37d50-401a-41e5-b6b7-0c1b03e6d0c9 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 831 time: 0.6132092 2026-04-07 01:18:04.637 10 INFO neutron.wsgi [None req-dfad5832-549d-4084-8c4e-885218d5aea7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=33f14bb57dc0414cbbc120d11fa06335&name=default HTTP/1.1" status: 200 len: 2996 time: 0.0291092 2026-04-07 01:18:04.712 9 INFO neutron.db.segments_db [None req-35dcd131-2be6-44b7-b833-1b24bf363cb3 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] Added segment 76cf2fbb-5b8f-4091-82a4-57c050a4a4d8 of type geneve for network 1e015443-0c0d-468f-83cf-de2bbd1506a4 2026-04-07 01:18:04.746 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: ed25866b-f94c-4780-a3a1-c81ee44c86d0 2026-04-07 01:18:04.754 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Router b5a3b6d2-1031-4602-9694-ce2823d36fb4 is bound to host instance 2026-04-07 01:18:04.773 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port ed25866b-f94c-4780-a3a1-c81ee44c86d0 2026-04-07 01:18:04.774 9 INFO neutron.db.ovn_revision_numbers_db [None req-710a6704-9147-47b3-8aea-068ed288d75a 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource ed25866b-f94c-4780-a3a1-c81ee44c86d0 (type: router_ports) to 1 2026-04-07 01:18:04.876 9 INFO neutron.db.ovn_revision_numbers_db [None req-35dcd131-2be6-44b7-b833-1b24bf363cb3 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] Successfully bumped revision number for resource 1e015443-0c0d-468f-83cf-de2bbd1506a4 (type: networks) to 1 2026-04-07 01:18:04.878 9 INFO neutron.db.ovn_revision_numbers_db [None req-710a6704-9147-47b3-8aea-068ed288d75a 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource b5a3b6d2-1031-4602-9694-ce2823d36fb4 (type: routers) to 3 2026-04-07 01:18:04.904 9 INFO neutron.wsgi [None req-710a6704-9147-47b3-8aea-068ed288d75a 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 865 time: 2.0656819 2026-04-07 01:18:04.954 10 INFO neutron.wsgi [None req-37900fb8-62e3-46d9-bd53-f7fe406272a8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/ec05828d-bb7c-4274-9350-d43457110d01 HTTP/1.1" status: 204 len: 168 time: 0.3110743 2026-04-07 01:18:05.150 10 INFO neutron.wsgi [None req-a3ee8a88-3120-47a5-b919-f3a961cb7a11 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=eddea8e658684de69f4945d033195609&name=default HTTP/1.1" status: 200 len: 2996 time: 0.0337629 2026-04-07 01:18:05.320 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource ed25866b-f94c-4780-a3a1-c81ee44c86d0 (type: ports) to 1 2026-04-07 01:18:05.378 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-35dcd131-2be6-44b7-b833-1b24bf363cb3 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] No more DHCP agents 2026-04-07 01:18:05.381 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-35dcd131-2be6-44b7-b833-1b24bf363cb3 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] Unable to schedule network 1e015443-0c0d-468f-83cf-de2bbd1506a4: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:05.383 10 INFO neutron.wsgi [None req-652f5aca-1f77-4427-ba03-40d2751d1cbc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/05b490a6-0cca-485d-9460-bea706a1418c HTTP/1.1" status: 204 len: 168 time: 0.2278442 2026-04-07 01:18:05.490 9 INFO neutron.db.ovn_revision_numbers_db [None req-35dcd131-2be6-44b7-b833-1b24bf363cb3 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] Successfully bumped revision number for resource 1f5b8831-08d4-4ba4-8c20-c4a622966e4a (type: ports) to 1 2026-04-07 01:18:05.536 9 INFO neutron.wsgi [None req-35dcd131-2be6-44b7-b833-1b24bf363cb3 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 831 time: 0.9363539 2026-04-07 01:18:05.586 10 INFO neutron.wsgi [None req-b53d1695-2e2f-40cb-8a05-1e7f676683f3 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] 10.0.0.78 "PUT /v2.0/networks/61e1afba-f011-4c14-bca0-30c734aea599/tags HTTP/1.1" status: 200 len: 210 time: 0.0444756 2026-04-07 01:18:05.620 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource ed25866b-f94c-4780-a3a1-c81ee44c86d0 (type: router_ports) to 3 2026-04-07 01:18:05.659 10 INFO neutron.wsgi [None req-300f605c-087d-4f75-b274-28c7509b336f 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] 10.0.0.78 "PUT /v2.0/networks/8356b8ee-baaa-41da-92e5-8a284d5a0069/tags HTTP/1.1" status: 200 len: 218 time: 0.0676293 2026-04-07 01:18:05.751 9 INFO neutron.wsgi [None req-0ed44d4a-33e4-4cc2-89d0-ea0a1fecb340 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] 10.0.0.78 "PUT /v2.0/networks/7dac61b0-2c69-40e6-9285-dc76c4bc504e/tags HTTP/1.1" status: 200 len: 227 time: 0.0835023 2026-04-07 01:18:05.787 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource ed25866b-f94c-4780-a3a1-c81ee44c86d0 (type: ports) to 2 2026-04-07 01:18:05.788 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0cbddc41-e201-4d79-b599-3c9319fcc9d3 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] No more DHCP agents 2026-04-07 01:18:05.790 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0cbddc41-e201-4d79-b599-3c9319fcc9d3 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] Unable to schedule network 634b6ed5-5e4c-499d-8943-dc279aa2f301: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:05.833 10 INFO neutron.wsgi [None req-ba424f5f-9d24-4abf-b457-8e4cf9055092 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] 10.0.0.78 "PUT /v2.0/networks/11f12a81-ced7-4e75-97c2-169f23b6f188/tags HTTP/1.1" status: 200 len: 212 time: 0.0691886 2026-04-07 01:18:05.927 10 INFO neutron.wsgi [None req-0261b3c4-c82f-4597-a857-75b88f67ac9b 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - default default] 10.0.0.78 "GET /v2.0/networks?tags=red HTTP/1.1" status: 200 len: 2068 time: 0.0877001 2026-04-07 01:18:05.960 9 INFO neutron.db.ovn_revision_numbers_db [None req-0cbddc41-e201-4d79-b599-3c9319fcc9d3 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] Successfully bumped revision number for resource d7db2909-ce6d-4832-9fd3-dae435d7fe8f (type: ports) to 1 2026-04-07 01:18:06.032 9 INFO neutron.wsgi [None req-48381755-1bec-49b1-8d1b-050900be2134 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - default default] 10.0.0.78 "GET /v2.0/networks?tags=red%2Cblue HTTP/1.1" status: 200 len: 1456 time: 0.0987463 2026-04-07 01:18:06.069 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource ed25866b-f94c-4780-a3a1-c81ee44c86d0 (type: ports) to 4 2026-04-07 01:18:06.122 9 INFO neutron.wsgi [None req-4741a20b-2447-48ed-bb27-962f05f4be8e 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - default default] 10.0.0.78 "GET /v2.0/networks?tags-any=blue HTTP/1.1" status: 200 len: 1456 time: 0.0828881 2026-04-07 01:18:06.528 10 INFO neutron.wsgi [None req-9a3426f8-bd34-429b-ba70-6cd1560f26dd 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - default default] 10.0.0.78 "GET /v2.0/networks?tags-any=red%2Cblue HTTP/1.1" status: 200 len: 2068 time: 0.3987713 2026-04-07 01:18:06.534 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: d7db2909-ce6d-4832-9fd3-dae435d7fe8f 2026-04-07 01:18:06.580 9 INFO neutron.db.ovn_revision_numbers_db [None req-0cbddc41-e201-4d79-b599-3c9319fcc9d3 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] Successfully bumped revision number for resource d7db2909-ce6d-4832-9fd3-dae435d7fe8f (type: router_ports) to 2 2026-04-07 01:18:06.585 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port d7db2909-ce6d-4832-9fd3-dae435d7fe8f 2026-04-07 01:18:06.674 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf462cbd-6544-4106-85b7-84fbc171acb2 - - - - - -] Successfully bumped revision number for resource ed25866b-f94c-4780-a3a1-c81ee44c86d0 (type: router_ports) to 4 2026-04-07 01:18:06.696 9 INFO neutron.wsgi [None req-a715d28e-0e7d-4db4-8b3f-40582da7e19b 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - default default] 10.0.0.78 "GET /v2.0/networks?not-tags=red HTTP/1.1" status: 200 len: 2069 time: 0.1585724 2026-04-07 01:18:06.813 9 INFO neutron.db.ovn_revision_numbers_db [None req-0cbddc41-e201-4d79-b599-3c9319fcc9d3 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] Successfully bumped revision number for resource d7db2909-ce6d-4832-9fd3-dae435d7fe8f (type: ports) to 2 2026-04-07 01:18:06.876 10 INFO neutron.wsgi [None req-1cdfa305-a2d5-47f6-95b0-5c3dee5d5cec 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - default default] 10.0.0.78 "GET /v2.0/networks?not-tags=red%2Cblue HTTP/1.1" status: 200 len: 2681 time: 0.1740966 2026-04-07 01:18:06.921 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0cbddc41-e201-4d79-b599-3c9319fcc9d3 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] No more DHCP agents 2026-04-07 01:18:06.924 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0cbddc41-e201-4d79-b599-3c9319fcc9d3 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] Unable to schedule network 634b6ed5-5e4c-499d-8943-dc279aa2f301: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:06.953 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource d7db2909-ce6d-4832-9fd3-dae435d7fe8f (type: ports) to 3 2026-04-07 01:18:07.013 10 INFO neutron.wsgi [None req-b33e1cca-e454-435c-857d-a7264f8d5369 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - default default] 10.0.0.78 "GET /v2.0/networks?not-tags-any=blue HTTP/1.1" status: 200 len: 2681 time: 0.1288655 2026-04-07 01:18:07.086 10 INFO neutron.wsgi [None req-d66546b8-8e72-41b9-98ef-59413b2b9b1f 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - default default] 10.0.0.78 "GET /v2.0/networks?not-tags-any=red%2Cblue HTTP/1.1" status: 200 len: 2069 time: 0.0689676 2026-04-07 01:18:07.114 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource d7db2909-ce6d-4832-9fd3-dae435d7fe8f (type: router_ports) to 3 2026-04-07 01:18:07.277 9 INFO neutron.db.ovn_revision_numbers_db [None req-ed454307-160c-40a2-b96f-d5111d6e5792 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 720e3cbb-03c2-4c51-b92e-7284bdb01d31 (type: security_groups) to 1 2026-04-07 01:18:07.324 9 INFO neutron.wsgi [None req-ed454307-160c-40a2-b96f-d5111d6e5792 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=9f3e6c284c934f56947525d3f2941d07&name=default HTTP/1.1" status: 200 len: 2996 time: 0.4300356 2026-04-07 01:18:07.344 9 INFO neutron.db.ovn_revision_numbers_db [None req-0cbddc41-e201-4d79-b599-3c9319fcc9d3 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource d7db2909-ce6d-4832-9fd3-dae435d7fe8f (type: router_ports) to 3 2026-04-07 01:18:07.347 9 INFO neutron.wsgi [None req-0cbddc41-e201-4d79-b599-3c9319fcc9d3 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "PUT /v2.0/routers/b5a3b6d2-1031-4602-9694-ce2823d36fb4/add_router_interface HTTP/1.1" status: 200 len: 503 time: 2.4368732 2026-04-07 01:18:07.482 10 INFO neutron.services.segments.plugin [-] Segment 29fb8249-9972-4255-9e43-0cece9aeb8d3 resource provider aggregate not found 2026-04-07 01:18:07.490 10 INFO neutron.services.segments.plugin [-] Segment 29fb8249-9972-4255-9e43-0cece9aeb8d3 resource provider aggregate not found 2026-04-07 01:18:07.515 10 INFO neutron.services.segments.plugin [-] Segment 29fb8249-9972-4255-9e43-0cece9aeb8d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29fb8249-9972-4255-9e43-0cece9aeb8d3 found for delete ", "request_id": "req-47dd7a49-9d2d-414d-817b-50bf4d42e5e8"}]} 2026-04-07 01:18:07.520 10 INFO neutron.services.segments.plugin [-] Segment 29fb8249-9972-4255-9e43-0cece9aeb8d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29fb8249-9972-4255-9e43-0cece9aeb8d3 found for delete ", "request_id": "req-6e1264eb-e989-4838-bc45-fe1945c849de"}]} 2026-04-07 01:18:07.543 10 INFO neutron.wsgi [None req-bbb29bbc-08d4-4600-b268-c6e7573568ca 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] 10.0.0.78 "DELETE /v2.0/networks/61e1afba-f011-4c14-bca0-30c734aea599 HTTP/1.1" status: 204 len: 168 time: 0.4493339 2026-04-07 01:18:07.647 10 INFO neutron.wsgi [None req-cef99f9e-602b-425a-ba16-f4139984f6d8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/720e3cbb-03c2-4c51-b92e-7284bdb01d31 HTTP/1.1" status: 204 len: 168 time: 0.3192289 2026-04-07 01:18:07.926 10 INFO neutron.wsgi [None req-536c26fd-3145-4c5b-9137-1a1fe94dc0de 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] 10.0.0.78 "DELETE /v2.0/networks/8356b8ee-baaa-41da-92e5-8a284d5a0069 HTTP/1.1" status: 204 len: 168 time: 0.3749926 2026-04-07 01:18:08.216 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-791d5721-d626-4964-a31f-2b7a3fc7cc7c 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] No more DHCP agents 2026-04-07 01:18:08.219 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-791d5721-d626-4964-a31f-2b7a3fc7cc7c 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] Unable to schedule network a003c6d5-0ce9-442d-98a6-c3896ae9ee4a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:08.378 9 INFO neutron.services.segments.plugin [-] Segment bb558452-7409-496d-ab2d-ad075fa75ec5 resource provider aggregate not found 2026-04-07 01:18:08.390 9 INFO neutron.services.segments.plugin [-] Segment bb558452-7409-496d-ab2d-ad075fa75ec5 resource provider aggregate not found 2026-04-07 01:18:08.411 9 INFO neutron.services.segments.plugin [-] Segment bb558452-7409-496d-ab2d-ad075fa75ec5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb558452-7409-496d-ab2d-ad075fa75ec5 found for delete ", "request_id": "req-e8d8a994-32de-472c-87f3-d3adea28c77d"}]} 2026-04-07 01:18:08.414 9 INFO neutron.services.segments.plugin [-] Segment bb558452-7409-496d-ab2d-ad075fa75ec5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb558452-7409-496d-ab2d-ad075fa75ec5 found for delete ", "request_id": "req-fc8060a6-d44c-44ff-a987-5206b31d2181"}]} 2026-04-07 01:18:08.437 9 INFO neutron.db.ovn_revision_numbers_db [None req-791d5721-d626-4964-a31f-2b7a3fc7cc7c 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] Successfully bumped revision number for resource 86c86eb9-a713-446a-a474-57e4006e16c1 (type: ports) to 1 2026-04-07 01:18:08.448 9 INFO neutron.wsgi [None req-e53a9c7a-d0d8-4ae7-95f7-ae821f4e6f34 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] 10.0.0.78 "DELETE /v2.0/networks/7dac61b0-2c69-40e6-9285-dc76c4bc504e HTTP/1.1" status: 204 len: 168 time: 0.5170362 2026-04-07 01:18:08.860 10 INFO neutron.wsgi [None req-46ab5dba-e153-440a-89e7-8399f8d2c9ee 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] 10.0.0.78 "DELETE /v2.0/networks/11f12a81-ced7-4e75-97c2-169f23b6f188 HTTP/1.1" status: 204 len: 168 time: 0.4069717 2026-04-07 01:18:08.975 9 INFO neutron.db.ovn_revision_numbers_db [None req-791d5721-d626-4964-a31f-2b7a3fc7cc7c 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] Successfully bumped revision number for resource 86c86eb9-a713-446a-a474-57e4006e16c1 (type: router_ports) to 2 2026-04-07 01:18:09.159 9 INFO neutron.db.ovn_revision_numbers_db [None req-791d5721-d626-4964-a31f-2b7a3fc7cc7c 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] Successfully bumped revision number for resource 86c86eb9-a713-446a-a474-57e4006e16c1 (type: ports) to 2 2026-04-07 01:18:09.273 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-791d5721-d626-4964-a31f-2b7a3fc7cc7c 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] No more DHCP agents 2026-04-07 01:18:09.275 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-791d5721-d626-4964-a31f-2b7a3fc7cc7c 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] Unable to schedule network a003c6d5-0ce9-442d-98a6-c3896ae9ee4a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:09.357 9 INFO neutron.wsgi [None req-6de8ae18-407d-460a-ad9c-bafd0da4ec33 0e2d7dea67db4ea5be387ec8f6a70c94 928ba7eef59246c0b4bb477f610c0892 - - - -] 10.0.0.78 "DELETE /v2.0/networks/1e015443-0c0d-468f-83cf-de2bbd1506a4 HTTP/1.1" status: 204 len: 168 time: 0.4874611 2026-04-07 01:18:09.537 10 INFO neutron.services.segments.plugin [-] Segment d41415b5-68a6-4c3d-853c-183815aae710 resource provider aggregate not found 2026-04-07 01:18:09.547 10 INFO neutron.services.segments.plugin [-] Segment d41415b5-68a6-4c3d-853c-183815aae710 resource provider aggregate not found 2026-04-07 01:18:09.555 10 INFO neutron.services.segments.plugin [-] Segment d41415b5-68a6-4c3d-853c-183815aae710 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d41415b5-68a6-4c3d-853c-183815aae710 found for delete ", "request_id": "req-4c51b203-72cb-4375-8aff-eca8e7a00011"}]} 2026-04-07 01:18:09.566 10 INFO neutron.services.segments.plugin [-] Segment d41415b5-68a6-4c3d-853c-183815aae710 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d41415b5-68a6-4c3d-853c-183815aae710 found for delete ", "request_id": "req-b05679aa-464f-4569-83c4-35624edb0924"}]} 2026-04-07 01:18:09.571 10 INFO neutron.services.segments.plugin [-] Segment 4bde95c6-5fab-4660-91ea-396ff16a8ec4 resource provider aggregate not found 2026-04-07 01:18:09.583 10 INFO neutron.services.segments.plugin [-] Segment 4bde95c6-5fab-4660-91ea-396ff16a8ec4 resource provider aggregate not found 2026-04-07 01:18:09.589 10 INFO neutron.services.segments.plugin [-] Segment 4bde95c6-5fab-4660-91ea-396ff16a8ec4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bde95c6-5fab-4660-91ea-396ff16a8ec4 found for delete ", "request_id": "req-00c57092-725f-4e0f-845c-fe1763cfcf73"}]} 2026-04-07 01:18:09.599 10 INFO neutron.services.segments.plugin [-] Segment 4bde95c6-5fab-4660-91ea-396ff16a8ec4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bde95c6-5fab-4660-91ea-396ff16a8ec4 found for delete ", "request_id": "req-e51e4fb3-b154-49d4-904b-4af0c746e14b"}]} 2026-04-07 01:18:09.758 9 INFO neutron.db.ovn_revision_numbers_db [None req-791d5721-d626-4964-a31f-2b7a3fc7cc7c 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource 86c86eb9-a713-446a-a474-57e4006e16c1 (type: router_ports) to 2 2026-04-07 01:18:09.761 9 INFO neutron.wsgi [None req-791d5721-d626-4964-a31f-2b7a3fc7cc7c 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "PUT /v2.0/routers/b5a3b6d2-1031-4602-9694-ce2823d36fb4/add_router_interface HTTP/1.1" status: 200 len: 503 time: 2.4093528 2026-04-07 01:18:10.052 10 INFO neutron.db.ovn_revision_numbers_db [None req-e8ed57a6-df3d-4843-b203-6aa36e47623b 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] Successfully bumped revision number for resource d3a95c1f-a6aa-43f4-a229-9280b087cd6c (type: security_groups) to 1 2026-04-07 01:18:10.108 10 INFO neutron.db.segments_db [None req-e8ed57a6-df3d-4843-b203-6aa36e47623b 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] Added segment 0ad6997b-c232-4940-aea4-50aa324ac794 of type geneve for network b27d497c-1238-41e7-aea6-1ac45157c491 2026-04-07 01:18:10.287 10 INFO neutron.db.ovn_revision_numbers_db [None req-e8ed57a6-df3d-4843-b203-6aa36e47623b 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] Successfully bumped revision number for resource b27d497c-1238-41e7-aea6-1ac45157c491 (type: networks) to 1 2026-04-07 01:18:10.348 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-33c88726-286a-4301-9112-2b3450c3e1e5 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] No more DHCP agents 2026-04-07 01:18:10.351 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-33c88726-286a-4301-9112-2b3450c3e1e5 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] Unable to schedule network 85c1f3cb-6797-4448-8f48-eeb6b280bc96: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:10.443 9 INFO neutron.services.segments.plugin [-] Segment 76cf2fbb-5b8f-4091-82a4-57c050a4a4d8 resource provider aggregate not found 2026-04-07 01:18:10.453 9 INFO neutron.services.segments.plugin [-] Segment 76cf2fbb-5b8f-4091-82a4-57c050a4a4d8 resource provider aggregate not found 2026-04-07 01:18:10.463 9 INFO neutron.services.segments.plugin [-] Segment 76cf2fbb-5b8f-4091-82a4-57c050a4a4d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76cf2fbb-5b8f-4091-82a4-57c050a4a4d8 found for delete ", "request_id": "req-8a833753-0ca2-4a06-a0d8-a04887851418"}]} 2026-04-07 01:18:10.471 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e8ed57a6-df3d-4843-b203-6aa36e47623b 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] No more DHCP agents 2026-04-07 01:18:10.473 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e8ed57a6-df3d-4843-b203-6aa36e47623b 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] Unable to schedule network b27d497c-1238-41e7-aea6-1ac45157c491: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:10.477 9 INFO neutron.services.segments.plugin [-] Segment 76cf2fbb-5b8f-4091-82a4-57c050a4a4d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76cf2fbb-5b8f-4091-82a4-57c050a4a4d8 found for delete ", "request_id": "req-0806c90c-bd24-41a2-85d1-8feba0865f29"}]} 2026-04-07 01:18:10.514 9 INFO neutron.db.ovn_revision_numbers_db [None req-33c88726-286a-4301-9112-2b3450c3e1e5 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] Successfully bumped revision number for resource bd51d741-2b85-467e-b3ec-fae41063f205 (type: ports) to 1 2026-04-07 01:18:10.550 10 INFO neutron.db.ovn_revision_numbers_db [None req-e8ed57a6-df3d-4843-b203-6aa36e47623b 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] Successfully bumped revision number for resource cd4e0c48-948c-421c-bd24-e46697dd19be (type: ports) to 1 2026-04-07 01:18:10.572 10 INFO neutron.wsgi [None req-e8ed57a6-df3d-4843-b203-6aa36e47623b 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 929 time: 0.9110811 2026-04-07 01:18:10.638 10 INFO neutron.db.ovn_revision_numbers_db [None req-722a3d7b-f7e6-43a5-b8e1-1471c5500cbd 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource fc274c10-bb1d-4220-9de7-ecc6c0a05562 (type: security_groups) to 1 2026-04-07 01:18:10.660 10 INFO neutron.wsgi [None req-722a3d7b-f7e6-43a5-b8e1-1471c5500cbd 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=b60ec05d88584476b0cfa86263b786e6&name=default HTTP/1.1" status: 200 len: 2996 time: 0.4010608 2026-04-07 01:18:10.798 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1030f9f4-c3e6-407c-ab46-71a94724d030 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] No more DHCP agents 2026-04-07 01:18:10.802 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1030f9f4-c3e6-407c-ab46-71a94724d030 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] Unable to schedule network b27d497c-1238-41e7-aea6-1ac45157c491: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:10.874 10 INFO neutron.wsgi [None req-95587ad1-c79f-4da0-aa97-ae5b6a68f982 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/fc274c10-bb1d-4220-9de7-ecc6c0a05562 HTTP/1.1" status: 204 len: 168 time: 0.2067938 2026-04-07 01:18:10.882 10 INFO neutron.db.ovn_revision_numbers_db [None req-693e0c46-1d47-4792-8f63-55df7dc6fd1f f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource dd6066a0-12c4-4239-a17d-1c4c8812ac5d (type: security_groups) to 1 2026-04-07 01:18:10.934 10 INFO neutron.db.segments_db [None req-693e0c46-1d47-4792-8f63-55df7dc6fd1f f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Added segment 65136760-ec52-4fbc-ab24-c51f06a9aaa2 of type geneve for network 70da58b5-e0f6-4e4f-a961-fa81cc2564da 2026-04-07 01:18:11.048 10 INFO neutron.db.ovn_revision_numbers_db [None req-693e0c46-1d47-4792-8f63-55df7dc6fd1f f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 70da58b5-e0f6-4e4f-a961-fa81cc2564da (type: networks) to 1 2026-04-07 01:18:11.207 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-693e0c46-1d47-4792-8f63-55df7dc6fd1f f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] No more DHCP agents 2026-04-07 01:18:11.209 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-693e0c46-1d47-4792-8f63-55df7dc6fd1f f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Unable to schedule network 70da58b5-e0f6-4e4f-a961-fa81cc2564da: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:11.216 9 INFO neutron.db.ovn_revision_numbers_db [None req-ac9d1870-2315-4311-9e97-871f61e36da6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 8c086c9c-5adf-4145-8544-17bc9f22d550 (type: security_groups) to 1 2026-04-07 01:18:11.223 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: bd51d741-2b85-467e-b3ec-fae41063f205 2026-04-07 01:18:11.232 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port bd51d741-2b85-467e-b3ec-fae41063f205 2026-04-07 01:18:11.252 9 INFO neutron.wsgi [None req-ac9d1870-2315-4311-9e97-871f61e36da6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=5170bd26e61644e78e9e97221f85e1d5&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2574608 2026-04-07 01:18:11.256 9 INFO neutron.db.ovn_revision_numbers_db [None req-33c88726-286a-4301-9112-2b3450c3e1e5 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] Successfully bumped revision number for resource bd51d741-2b85-467e-b3ec-fae41063f205 (type: router_ports) to 2 2026-04-07 01:18:11.317 10 INFO neutron.db.ovn_revision_numbers_db [None req-693e0c46-1d47-4792-8f63-55df7dc6fd1f f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 47349da5-f8ac-4770-a823-3da54123cbd2 (type: ports) to 1 2026-04-07 01:18:11.354 10 INFO neutron.wsgi [None req-693e0c46-1d47-4792-8f63-55df7dc6fd1f f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 831 time: 0.6892967 2026-04-07 01:18:11.614 9 INFO neutron.db.ovn_revision_numbers_db [None req-33c88726-286a-4301-9112-2b3450c3e1e5 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] Successfully bumped revision number for resource bd51d741-2b85-467e-b3ec-fae41063f205 (type: ports) to 2 2026-04-07 01:18:11.620 9 INFO neutron.db.ovn_revision_numbers_db [None req-1030f9f4-c3e6-407c-ab46-71a94724d030 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] Successfully bumped revision number for resource cd4e0c48-948c-421c-bd24-e46697dd19be (type: ports) to 2 2026-04-07 01:18:11.640 9 INFO neutron.db.ovn_revision_numbers_db [None req-1030f9f4-c3e6-407c-ab46-71a94724d030 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] Successfully bumped revision number for resource 7b47c397-cef0-40b6-9ec5-92fa602f56f2 (type: subnets) to 0 2026-04-07 01:18:11.665 9 INFO neutron.wsgi [None req-1030f9f4-c3e6-407c-ab46-71a94724d030 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 819 time: 1.0872099 2026-04-07 01:18:11.674 9 WARNING neutron.api.v2.base [None req-6d338768-5b9f-4319-a44e-fa3773298ec6 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-04-07 01:18:11.675 9 INFO neutron.api.v2.resource [None req-6d338768-5b9f-4319-a44e-fa3773298ec6 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-04-07 01:18:11.676 9 INFO neutron.wsgi [None req-6d338768-5b9f-4319-a44e-fa3773298ec6 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] 10.0.0.78 "POST /v2.0/rbac-policies HTTP/1.1" status: 400 len: 346 time: 0.0052435 2026-04-07 01:18:11.699 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-33c88726-286a-4301-9112-2b3450c3e1e5 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] No more DHCP agents 2026-04-07 01:18:11.701 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-33c88726-286a-4301-9112-2b3450c3e1e5 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] Unable to schedule network 85c1f3cb-6797-4448-8f48-eeb6b280bc96: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:11.783 9 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] No hosting information found for port d7db2909-ce6d-4832-9fd3-dae435d7fe8f: RuntimeError: No hosting information found for port d7db2909-ce6d-4832-9fd3-dae435d7fe8f 2026-04-07 01:18:11.783 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: 86c86eb9-a713-446a-a474-57e4006e16c1 2026-04-07 01:18:11.792 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port 86c86eb9-a713-446a-a474-57e4006e16c1 2026-04-07 01:18:12.162 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource bd51d741-2b85-467e-b3ec-fae41063f205 (type: ports) to 3 2026-04-07 01:18:12.183 10 INFO neutron.wsgi [None req-7b3e6290-207f-4b33-8a37-b1f767972e18 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 6172 time: 0.2928929 2026-04-07 01:18:12.207 10 INFO neutron.wsgi [None req-07b79423-a5e7-4281-aa72-6745e93e21db 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/8c086c9c-5adf-4145-8544-17bc9f22d550 HTTP/1.1" status: 204 len: 168 time: 0.9496155 2026-04-07 01:18:12.273 9 INFO neutron.db.ovn_revision_numbers_db [None req-33c88726-286a-4301-9112-2b3450c3e1e5 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource bd51d741-2b85-467e-b3ec-fae41063f205 (type: router_ports) to 3 2026-04-07 01:18:12.276 9 INFO neutron.wsgi [None req-33c88726-286a-4301-9112-2b3450c3e1e5 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "PUT /v2.0/routers/b5a3b6d2-1031-4602-9694-ce2823d36fb4/add_router_interface HTTP/1.1" status: 200 len: 503 time: 2.5098410 2026-04-07 01:18:12.279 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource 86c86eb9-a713-446a-a474-57e4006e16c1 (type: ports) to 3 2026-04-07 01:18:12.424 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource 86c86eb9-a713-446a-a474-57e4006e16c1 (type: router_ports) to 3 2026-04-07 01:18:12.451 10 INFO neutron.wsgi [None req-8257c419-1e87-48d2-8df1-7d5bba596d96 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=928ba7eef59246c0b4bb477f610c0892&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1085925 2026-04-07 01:18:12.481 10 INFO neutron.wsgi [None req-bccb24d7-742e-401e-9ebd-3f40df6d3ac3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 27919 time: 0.2886944 2026-04-07 01:18:12.580 10 INFO neutron.wsgi [None req-1fe8f987-557a-4ed5-bd83-772157149d57 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 5497 time: 0.0881751 2026-04-07 01:18:12.597 9 INFO neutron.services.segments.plugin [-] Segment 0ad6997b-c232-4940-aea4-50aa324ac794 resource provider aggregate not found 2026-04-07 01:18:12.615 10 INFO neutron.wsgi [None req-232e3591-4122-4663-9a98-23ad0e592a18 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0308235 2026-04-07 01:18:12.616 9 INFO neutron.services.segments.plugin [-] Segment 0ad6997b-c232-4940-aea4-50aa324ac794 resource provider aggregate not found 2026-04-07 01:18:12.621 9 INFO neutron.db.ovn_revision_numbers_db [None req-5ca174a0-f658-4f2b-9457-797f9bc16c56 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource 8ca5b6c9-f503-43bc-8256-2ad700120a57 (type: security_groups) to 1 2026-04-07 01:18:12.637 9 INFO neutron.services.segments.plugin [-] Segment 0ad6997b-c232-4940-aea4-50aa324ac794 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ad6997b-c232-4940-aea4-50aa324ac794 found for delete ", "request_id": "req-be5550cf-17d6-4555-8c42-6081963fe280"}]} 2026-04-07 01:18:12.641 9 INFO neutron.services.segments.plugin [-] Segment 0ad6997b-c232-4940-aea4-50aa324ac794 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ad6997b-c232-4940-aea4-50aa324ac794 found for delete ", "request_id": "req-475d9026-a5a4-4dd8-bb9a-1dc418c339f0"}]} 2026-04-07 01:18:12.651 9 INFO neutron.wsgi [None req-5ca174a0-f658-4f2b-9457-797f9bc16c56 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1762 time: 0.3062694 2026-04-07 01:18:12.672 9 INFO neutron.wsgi [None req-6c010149-cad9-4b2a-8818-052f2934a0dd 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] 10.0.0.78 "DELETE /v2.0/networks/b27d497c-1238-41e7-aea6-1ac45157c491 HTTP/1.1" status: 204 len: 168 time: 0.9914927 2026-04-07 01:18:12.709 10 INFO neutron.wsgi [None req-465ef303-04c6-4409-8767-eb6ed86effb2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 13469 time: 0.0906398 2026-04-07 01:18:12.765 9 INFO neutron.db.segments_db [None req-966ab2a6-71fb-4e8f-afae-6a839df0610d 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] Added segment 61517763-a5e0-4fbd-b566-b1a674d33c26 of type geneve for network 57581f2e-e426-43e4-9993-f692f6cd06c9 2026-04-07 01:18:12.803 9 INFO neutron.wsgi [None req-004f2962-edaf-4ded-b2a5-9e6f4bcf5956 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/16ce0167-0546-44d6-b45b-38f9401e5861 HTTP/1.1" status: 204 len: 168 time: 0.3430400 2026-04-07 01:18:12.829 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-89e50812-fbf9-4049-96ca-76e6b338cbee f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] No more DHCP agents 2026-04-07 01:18:12.900 9 INFO neutron.db.ovn_revision_numbers_db [None req-966ab2a6-71fb-4e8f-afae-6a839df0610d 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] Successfully bumped revision number for resource 57581f2e-e426-43e4-9993-f692f6cd06c9 (type: networks) to 1 2026-04-07 01:18:13.051 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-966ab2a6-71fb-4e8f-afae-6a839df0610d 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] No more DHCP agents 2026-04-07 01:18:13.052 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-966ab2a6-71fb-4e8f-afae-6a839df0610d 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] Unable to schedule network 57581f2e-e426-43e4-9993-f692f6cd06c9: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:13.069 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-89e50812-fbf9-4049-96ca-76e6b338cbee f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:13.111 9 INFO neutron.db.ovn_revision_numbers_db [None req-966ab2a6-71fb-4e8f-afae-6a839df0610d 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] Successfully bumped revision number for resource 93c78db7-7a8a-4527-9070-db793deae721 (type: ports) to 1 2026-04-07 01:18:13.117 10 INFO neutron.wsgi [None req-0c401f67-318c-49fd-9b02-54371078d54f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 1335 time: 0.3948476 2026-04-07 01:18:13.130 9 INFO neutron.wsgi [None req-966ab2a6-71fb-4e8f-afae-6a839df0610d 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 928 time: 0.4491994 2026-04-07 01:18:13.161 10 INFO neutron.wsgi [None req-df0c5c5b-c251-4e48-a5de-1099db814cbf 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0389977 2026-04-07 01:18:13.187 10 INFO neutron.wsgi [None req-b51390bb-8223-439f-a0aa-9713e4f36139 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0153544 2026-04-07 01:18:13.225 10 INFO neutron.wsgi [None req-dd095a62-b0ba-4e26-a778-b9d8cf6ff36b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 193 time: 0.0368688 2026-04-07 01:18:13.240 10 INFO neutron.db.ovn_revision_numbers_db [None req-a609ac9d-e3d8-4ab5-8cd6-90bf425c2834 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource 38144790-70c6-4b0a-bea5-26222bcf0c0a (type: security_group_rules) to 0 2026-04-07 01:18:13.283 10 INFO neutron.wsgi [None req-bd2f7edb-68ce-4c9b-911c-d90f00fbe82c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 5497 time: 0.0558867 2026-04-07 01:18:13.301 10 INFO neutron.wsgi [None req-a609ac9d-e3d8-4ab5-8cd6-90bf425c2834 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 764 time: 0.6320484 2026-04-07 01:18:13.322 10 INFO neutron.wsgi [None req-77e8db26-4069-4dca-a30a-8816b91d638b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 3899 time: 0.0349672 2026-04-07 01:18:13.332 10 INFO neutron.db.ovn_revision_numbers_db [None req-89e50812-fbf9-4049-96ca-76e6b338cbee f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 00ece855-df9b-4a3f-a3ff-8912dec48f8d (type: ports) to 1 2026-04-07 01:18:13.469 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-68ab6c1b-f025-4926-af60-93ceba434c8e 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] No more DHCP agents 2026-04-07 01:18:13.471 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-68ab6c1b-f025-4926-af60-93ceba434c8e 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] Unable to schedule network 57581f2e-e426-43e4-9993-f692f6cd06c9: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:13.475 10 INFO neutron.db.ovn_revision_numbers_db [None req-dc582daf-2164-422e-ac6c-6ee6c5e18745 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource f7023a1f-5653-4ad2-b73b-62db841bbf5a (type: security_group_rules) to 0 2026-04-07 01:18:13.532 10 INFO neutron.wsgi [None req-dc582daf-2164-422e-ac6c-6ee6c5e18745 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 764 time: 0.2261524 2026-04-07 01:18:13.693 10 INFO neutron.db.ovn_revision_numbers_db [None req-2efba108-310d-4f56-b52c-959a248f5fb3 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource 2525792e-dc7f-46b7-9ac8-9923a483f75e (type: security_group_rules) to 0 2026-04-07 01:18:13.726 10 INFO neutron.wsgi [None req-2efba108-310d-4f56-b52c-959a248f5fb3 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 766 time: 0.1856556 2026-04-07 01:18:13.923 9 INFO neutron.db.ovn_revision_numbers_db [None req-41aed66e-727f-4143-86a0-b861e105952b 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource ad945297-16c4-41b3-914b-68b7ff301baa (type: security_group_rules) to 0 2026-04-07 01:18:13.967 9 INFO neutron.wsgi [None req-41aed66e-727f-4143-86a0-b861e105952b 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 768 time: 0.2357626 2026-04-07 01:18:13.969 10 INFO neutron.db.ovn_revision_numbers_db [None req-89e50812-fbf9-4049-96ca-76e6b338cbee f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 00ece855-df9b-4a3f-a3ff-8912dec48f8d (type: router_ports) to 1 2026-04-07 01:18:13.972 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Router 5a800d55-0d2f-402f-9dc3-f2274c57962c is bound to host instance 2026-04-07 01:18:14.031 9 INFO neutron.db.ovn_revision_numbers_db [None req-68ab6c1b-f025-4926-af60-93ceba434c8e 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] Successfully bumped revision number for resource 93c78db7-7a8a-4527-9070-db793deae721 (type: ports) to 2 2026-04-07 01:18:14.051 10 INFO neutron.db.ovn_revision_numbers_db [None req-89e50812-fbf9-4049-96ca-76e6b338cbee f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 5a800d55-0d2f-402f-9dc3-f2274c57962c (type: routers) to 3 2026-04-07 01:18:14.055 9 INFO neutron.db.ovn_revision_numbers_db [None req-68ab6c1b-f025-4926-af60-93ceba434c8e 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] Successfully bumped revision number for resource 5ba9d0a7-d263-40b1-89f5-5516d1553d38 (type: subnets) to 0 2026-04-07 01:18:14.074 10 INFO neutron.wsgi [None req-89e50812-fbf9-4049-96ca-76e6b338cbee f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 874 time: 2.7140243 2026-04-07 01:18:14.102 9 INFO neutron.wsgi [None req-68ab6c1b-f025-4926-af60-93ceba434c8e 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 822 time: 0.9673579 2026-04-07 01:18:14.114 10 WARNING neutron.api.v2.base [None req-f7156dbb-3fae-40ea-b9b9-cdd067a1f7b5 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-04-07 01:18:14.116 10 INFO neutron.api.v2.resource [None req-f7156dbb-3fae-40ea-b9b9-cdd067a1f7b5 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-04-07 01:18:14.117 10 INFO neutron.wsgi [None req-f7156dbb-3fae-40ea-b9b9-cdd067a1f7b5 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] 10.0.0.78 "POST /v2.0/rbac-policies HTTP/1.1" status: 400 len: 750 time: 0.0086541 2026-04-07 01:18:14.130 10 INFO neutron.db.ovn_revision_numbers_db [None req-fd7c1d34-bef4-4410-b2ff-9e8240387a31 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource 4fb54ba6-f70c-4244-bf0c-177df445ed97 (type: security_group_rules) to 0 2026-04-07 01:18:14.173 10 INFO neutron.wsgi [None req-fd7c1d34-bef4-4410-b2ff-9e8240387a31 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 768 time: 0.1970799 2026-04-07 01:18:14.333 9 INFO neutron.wsgi [None req-e76023ff-bb72-4772-9763-3702b7fbbb20 807245f2d818405ba91438cab6b04b98 36e7a33de47c4605a77fcb07d2882929 - - default default] 10.0.0.78 "GET /v2.0/subnets?project_id=f53361ab75e24ce1a85dd0ead70c1d1a&cidr=10.100.0.0%2F28 HTTP/1.1" status: 200 len: 207 time: 0.2454150 2026-04-07 01:18:14.384 9 INFO neutron.db.ovn_revision_numbers_db [None req-3f288d56-0c79-4545-b3db-7bd983b3e7c9 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource 816b1717-9856-418e-a037-921a8b84104a (type: security_group_rules) to 0 2026-04-07 01:18:14.468 9 INFO neutron.wsgi [None req-9338b868-6a4d-4ba7-b3c6-eb6eecba4298 807245f2d818405ba91438cab6b04b98 36e7a33de47c4605a77fcb07d2882929 - - default default] 10.0.0.78 "GET /v2.0/networks?router%3Aexternal=True HTTP/1.1" status: 200 len: 947 time: 0.1278815 2026-04-07 01:18:14.472 9 INFO neutron.wsgi [None req-3f288d56-0c79-4545-b3db-7bd983b3e7c9 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 764 time: 0.2925360 2026-04-07 01:18:14.493 10 INFO neutron.wsgi [None req-7ab3d3e2-4a1f-4073-9317-bee8dfebc584 807245f2d818405ba91438cab6b04b98 36e7a33de47c4605a77fcb07d2882929 - - default default] 10.0.0.78 "GET /v2.0/subnets?network_id=97a2ea9d-c987-4844-aa76-716df499f90b&cidr=10.100.0.0%2F28 HTTP/1.1" status: 200 len: 207 time: 0.0200803 2026-04-07 01:18:14.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0013390 2026-04-07 01:18:14.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0008872 2026-04-07 01:18:14.648 10 INFO neutron.services.segments.plugin [-] Segment 61517763-a5e0-4fbd-b566-b1a674d33c26 resource provider aggregate not found 2026-04-07 01:18:14.672 10 INFO neutron.services.segments.plugin [-] Segment 61517763-a5e0-4fbd-b566-b1a674d33c26 resource provider aggregate not found 2026-04-07 01:18:14.679 10 INFO neutron.services.segments.plugin [-] Segment 61517763-a5e0-4fbd-b566-b1a674d33c26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61517763-a5e0-4fbd-b566-b1a674d33c26 found for delete ", "request_id": "req-12c7f59c-0be1-4a78-b3cb-57782fb49445"}]} 2026-04-07 01:18:14.694 10 INFO neutron.services.segments.plugin [-] Segment 61517763-a5e0-4fbd-b566-b1a674d33c26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61517763-a5e0-4fbd-b566-b1a674d33c26 found for delete ", "request_id": "req-db0ebe92-e7e9-4ac2-8a7e-ee29970d30d2"}]} 2026-04-07 01:18:14.698 9 INFO neutron.db.ovn_revision_numbers_db [None req-4eab4ff6-c46b-40f8-89c3-c495d52c2d17 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource 09fed133-3a4e-4ff6-92aa-50d16b8235a0 (type: security_group_rules) to 0 2026-04-07 01:18:14.712 10 INFO neutron.wsgi [None req-03c22234-bb48-4b0c-9e9e-1f58be92e486 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] 10.0.0.78 "DELETE /v2.0/networks/57581f2e-e426-43e4-9993-f692f6cd06c9 HTTP/1.1" status: 204 len: 168 time: 0.5897486 2026-04-07 01:18:14.713 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Successfully bumped revision number for resource 00ece855-df9b-4a3f-a3ff-8912dec48f8d (type: ports) to 1 2026-04-07 01:18:14.741 9 INFO neutron.wsgi [None req-4eab4ff6-c46b-40f8-89c3-c495d52c2d17 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 764 time: 0.2650054 2026-04-07 01:18:14.795 10 INFO neutron.db.segments_db [None req-881f07b2-6d6e-4c47-8ee3-0b886529ab23 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] Added segment c5fe9a63-d436-4012-b772-1b9efb1b57c3 of type geneve for network 00e7dcf0-893c-4fd3-b7a0-cc35da066f83 2026-04-07 01:18:14.941 10 INFO neutron.db.ovn_revision_numbers_db [None req-881f07b2-6d6e-4c47-8ee3-0b886529ab23 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] Successfully bumped revision number for resource 00e7dcf0-893c-4fd3-b7a0-cc35da066f83 (type: networks) to 1 2026-04-07 01:18:14.955 10 INFO neutron.db.ovn_revision_numbers_db [None req-03bffded-75ba-4e3f-8ff9-d3e1ef09d44d 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource 438686ea-9e43-47fc-896f-7af36b9c07ea (type: security_group_rules) to 0 2026-04-07 01:18:14.993 10 INFO neutron.wsgi [None req-03bffded-75ba-4e3f-8ff9-d3e1ef09d44d 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 764 time: 0.2411492 2026-04-07 01:18:15.084 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7c6cbfef-edc8-45d9-86c0-f0d8437299cd f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] No more DHCP agents 2026-04-07 01:18:15.094 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7c6cbfef-edc8-45d9-86c0-f0d8437299cd f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Unable to schedule network 70da58b5-e0f6-4e4f-a961-fa81cc2564da: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:15.289 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Successfully bumped revision number for resource 00ece855-df9b-4a3f-a3ff-8912dec48f8d (type: router_ports) to 3 2026-04-07 01:18:15.459 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-881f07b2-6d6e-4c47-8ee3-0b886529ab23 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] No more DHCP agents 2026-04-07 01:18:15.462 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-881f07b2-6d6e-4c47-8ee3-0b886529ab23 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] Unable to schedule network 00e7dcf0-893c-4fd3-b7a0-cc35da066f83: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:15.487 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Successfully bumped revision number for resource 00ece855-df9b-4a3f-a3ff-8912dec48f8d (type: ports) to 2 2026-04-07 01:18:15.489 10 INFO neutron.db.ovn_revision_numbers_db [None req-fbf032f0-3daf-4825-9cd5-09e5b5340a16 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource 6ca3c308-3cb3-4233-ab18-8199744326a7 (type: security_group_rules) to 0 2026-04-07 01:18:15.527 10 INFO neutron.wsgi [None req-fbf032f0-3daf-4825-9cd5-09e5b5340a16 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 766 time: 0.5242670 2026-04-07 01:18:15.557 10 INFO neutron.db.ovn_revision_numbers_db [None req-881f07b2-6d6e-4c47-8ee3-0b886529ab23 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] Successfully bumped revision number for resource ec87df47-0551-44be-aa21-d5c7f2d6a55f (type: ports) to 1 2026-04-07 01:18:15.597 10 INFO neutron.wsgi [None req-881f07b2-6d6e-4c47-8ee3-0b886529ab23 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 928 time: 0.8760617 2026-04-07 01:18:15.707 10 INFO neutron.db.ovn_revision_numbers_db [None req-d3877339-4060-48bf-ac4f-c7e00e9aa57f 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource 2c8ad353-dd91-404c-babf-cf0566cfec88 (type: security_group_rules) to 0 2026-04-07 01:18:15.738 10 INFO neutron.wsgi [None req-d3877339-4060-48bf-ac4f-c7e00e9aa57f 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 768 time: 0.1998239 2026-04-07 01:18:15.795 9 INFO neutron.db.ovn_revision_numbers_db [None req-7c6cbfef-edc8-45d9-86c0-f0d8437299cd f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 47349da5-f8ac-4770-a823-3da54123cbd2 (type: ports) to 2 2026-04-07 01:18:15.846 9 INFO neutron.db.ovn_revision_numbers_db [None req-7c6cbfef-edc8-45d9-86c0-f0d8437299cd f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 617e90f7-1600-4717-8958-1b7a7e7a5a79 (type: subnets) to 0 2026-04-07 01:18:15.867 9 INFO neutron.wsgi [None req-7c6cbfef-edc8-45d9-86c0-f0d8437299cd f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 831 time: 1.3667769 2026-04-07 01:18:15.873 10 INFO neutron.db.ovn_revision_numbers_db [None req-c5d6c626-bb53-4761-8635-0779b57d0398 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource ecf4a5f8-bc0c-4ce9-a430-f5048717dbfd (type: security_group_rules) to 0 2026-04-07 01:18:15.890 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Successfully bumped revision number for resource 00ece855-df9b-4a3f-a3ff-8912dec48f8d (type: ports) to 4 2026-04-07 01:18:15.902 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4944e5cf-9349-4ef6-9605-f7aa36eb6ca1 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] No more DHCP agents 2026-04-07 01:18:15.904 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4944e5cf-9349-4ef6-9605-f7aa36eb6ca1 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] Unable to schedule network 00e7dcf0-893c-4fd3-b7a0-cc35da066f83: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:15.949 10 INFO neutron.wsgi [None req-c5d6c626-bb53-4761-8635-0779b57d0398 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 764 time: 0.2047164 2026-04-07 01:18:16.264 9 INFO neutron.wsgi [req-782f21ae-000c-4563-a905-eca0daae62a2 req-f0845e51-feeb-4f22-b22f-1d450b5e5c11 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.171 "GET /v2.0/security-groups?name=tempest-lb_member_SG-61454481&fields=id&tenant_id=84236631f02f428ca66ff0a22b82b7ca HTTP/1.1" status: 200 len: 267 time: 0.0640633 2026-04-07 01:18:16.285 9 INFO neutron.db.ovn_revision_numbers_db [None req-1a0c5071-89e1-49d4-8263-c013d39c1914 - - - - - -] Successfully bumped revision number for resource 00ece855-df9b-4a3f-a3ff-8912dec48f8d (type: router_ports) to 4 2026-04-07 01:18:16.449 9 INFO neutron.wsgi [req-782f21ae-000c-4563-a905-eca0daae62a2 req-24167006-9878-43e3-acb5-c183b5942510 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.171 "GET /v2.0/networks?id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a HTTP/1.1" status: 200 len: 904 time: 0.1732955 2026-04-07 01:18:16.483 9 INFO neutron.wsgi [req-782f21ae-000c-4563-a905-eca0daae62a2 req-23f35895-6259-4244-9ab3-3ac2e2db6998 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.171 "GET /v2.0/quotas/84236631f02f428ca66ff0a22b82b7ca HTTP/1.1" status: 200 len: 386 time: 0.0220284 2026-04-07 01:18:16.576 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-85a40790-9cbc-4299-b4c6-81c440fa5a76 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] No more DHCP agents 2026-04-07 01:18:16.578 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-85a40790-9cbc-4299-b4c6-81c440fa5a76 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] Unable to schedule network 70da58b5-e0f6-4e4f-a961-fa81cc2564da: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:16.737 10 INFO neutron.db.ovn_revision_numbers_db [None req-85a40790-9cbc-4299-b4c6-81c440fa5a76 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] Successfully bumped revision number for resource 8df375d6-b85b-4658-ab5f-b45ce8e27d9c (type: ports) to 1 2026-04-07 01:18:16.836 9 INFO neutron.db.ovn_revision_numbers_db [None req-f597991c-831d-49d9-88fb-ee296d10436b 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - - -] Successfully bumped revision number for resource 051d122e-557f-4408-a45b-726816230f05 (type: security_groups) to 1 2026-04-07 01:18:16.919 9 INFO neutron.db.segments_db [None req-f597991c-831d-49d9-88fb-ee296d10436b 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - - -] Added segment 676c5087-0bc2-402d-b5fd-1e9fa425e686 of type geneve for network 11f3b5f1-6bc2-4fac-a091-ef4e4b1cfee5 2026-04-07 01:18:17.056 9 INFO neutron.wsgi [req-782f21ae-000c-4563-a905-eca0daae62a2 req-0ebc2b34-073e-4c9d-9774-adc6bf6b05c2 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.171 "GET /v2.0/ports?tenant_id=84236631f02f428ca66ff0a22b82b7ca&fields=id HTTP/1.1" status: 200 len: 486 time: 0.5660295 2026-04-07 01:18:17.185 9 INFO neutron.db.ovn_revision_numbers_db [None req-f597991c-831d-49d9-88fb-ee296d10436b 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - - -] Successfully bumped revision number for resource 11f3b5f1-6bc2-4fac-a091-ef4e4b1cfee5 (type: networks) to 1 2026-04-07 01:18:17.196 9 INFO neutron.db.ovn_revision_numbers_db [None req-4944e5cf-9349-4ef6-9605-f7aa36eb6ca1 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] Successfully bumped revision number for resource ec87df47-0551-44be-aa21-d5c7f2d6a55f (type: ports) to 2 2026-04-07 01:18:17.217 9 INFO neutron.wsgi [req-782f21ae-000c-4563-a905-eca0daae62a2 req-ffff902f-908d-4690-ac2c-6289eace242a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.1429400 2026-04-07 01:18:17.234 9 INFO neutron.db.ovn_revision_numbers_db [None req-4944e5cf-9349-4ef6-9605-f7aa36eb6ca1 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] Successfully bumped revision number for resource 8b9fb5e4-a136-4f67-9f76-95714791fa82 (type: subnets) to 0 2026-04-07 01:18:17.278 9 INFO neutron.wsgi [None req-4944e5cf-9349-4ef6-9605-f7aa36eb6ca1 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 822 time: 1.6670527 2026-04-07 01:18:17.302 10 INFO neutron.db.ovn_revision_numbers_db [None req-85a40790-9cbc-4299-b4c6-81c440fa5a76 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] Successfully bumped revision number for resource 8df375d6-b85b-4658-ab5f-b45ce8e27d9c (type: router_ports) to 2 2026-04-07 01:18:17.327 9 INFO neutron.wsgi [req-782f21ae-000c-4563-a905-eca0daae62a2 req-57537ff6-768f-4695-b00c-1df149ede700 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.1006343 2026-04-07 01:18:17.424 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f597991c-831d-49d9-88fb-ee296d10436b 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - - -] No more DHCP agents 2026-04-07 01:18:17.426 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f597991c-831d-49d9-88fb-ee296d10436b 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - - -] Unable to schedule network 11f3b5f1-6bc2-4fac-a091-ef4e4b1cfee5: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:17.469 10 INFO neutron.wsgi [req-5de05766-6908-470f-9a56-61ccf5087dbd req-335429ef-96b7-4588-b57f-2f5243cd1906 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=23b499f0-3d2f-4fa6-b315-07c39b054ff2 HTTP/1.1" status: 200 len: 210 time: 0.0412335 2026-04-07 01:18:17.519 9 INFO neutron.db.ovn_revision_numbers_db [None req-f597991c-831d-49d9-88fb-ee296d10436b 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - - -] Successfully bumped revision number for resource 9a66a9ec-3324-443b-a4ce-4035f708e17c (type: ports) to 1 2026-04-07 01:18:17.523 10 INFO neutron.db.ovn_revision_numbers_db [None req-85a40790-9cbc-4299-b4c6-81c440fa5a76 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] Successfully bumped revision number for resource 8df375d6-b85b-4658-ab5f-b45ce8e27d9c (type: ports) to 2 2026-04-07 01:18:17.549 9 INFO neutron.wsgi [None req-f597991c-831d-49d9-88fb-ee296d10436b 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 830 time: 1.5812321 2026-04-07 01:18:17.599 10 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] No hosting information found for port bd51d741-2b85-467e-b3ec-fae41063f205: RuntimeError: No hosting information found for port bd51d741-2b85-467e-b3ec-fae41063f205 2026-04-07 01:18:17.821 9 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] No hosting information found for port 86c86eb9-a713-446a-a474-57e4006e16c1: RuntimeError: No hosting information found for port 86c86eb9-a713-446a-a474-57e4006e16c1 2026-04-07 01:18:17.822 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: 00ece855-df9b-4a3f-a3ff-8912dec48f8d 2026-04-07 01:18:17.847 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port 00ece855-df9b-4a3f-a3ff-8912dec48f8d 2026-04-07 01:18:17.892 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d71699db-a6da-4f94-a9b1-2ef82229a3ca 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - - -] No more DHCP agents 2026-04-07 01:18:17.893 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d71699db-a6da-4f94-a9b1-2ef82229a3ca 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - - -] Unable to schedule network 11f3b5f1-6bc2-4fac-a091-ef4e4b1cfee5: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:17.911 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-85a40790-9cbc-4299-b4c6-81c440fa5a76 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] No more DHCP agents 2026-04-07 01:18:17.912 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-85a40790-9cbc-4299-b4c6-81c440fa5a76 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] Unable to schedule network 70da58b5-e0f6-4e4f-a961-fa81cc2564da: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:17.917 10 INFO neutron.wsgi [None req-d4179b72-f032-4bb8-9a0c-d50a6915cae1 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] 10.0.0.78 "POST /v2.0/rbac-policies HTTP/1.1" status: 201 len: 523 time: 0.6305006 2026-04-07 01:18:17.999 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: 8df375d6-b85b-4658-ab5f-b45ce8e27d9c 2026-04-07 01:18:18.003 9 INFO neutron.db.ovn_revision_numbers_db [None req-d71699db-a6da-4f94-a9b1-2ef82229a3ca 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - - -] Successfully bumped revision number for resource 152f701e-6b5d-40fe-b2f5-0fffd83ee053 (type: ports) to 1 2026-04-07 01:18:18.010 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port 8df375d6-b85b-4658-ab5f-b45ce8e27d9c 2026-04-07 01:18:18.049 9 INFO neutron.wsgi [None req-d71699db-a6da-4f94-a9b1-2ef82229a3ca 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 942 time: 0.4957404 /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-04-07 01:18:18.144 9 INFO neutron.wsgi [None req-3fb0ae60-e389-4497-8faa-c4e24f8e9478 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - - -] 10.0.0.78 "PUT /v2.0/ports/152f701e-6b5d-40fe-b2f5-0fffd83ee053/tags HTTP/1.1" status: 200 len: 218 time: 0.0899127 2026-04-07 01:18:18.192 9 INFO neutron.wsgi [None req-8aab7825-de3b-4a8a-8fc6-6ea3e2c13120 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - default default] 10.0.0.78 "GET /v2.0/ports/152f701e-6b5d-40fe-b2f5-0fffd83ee053/tags HTTP/1.1" status: 200 len: 218 time: 0.0428443 2026-04-07 01:18:18.272 10 INFO neutron.wsgi [None req-9f295719-7b21-4eee-9022-dc1b3f1315cd 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - - -] 10.0.0.78 "PUT /v2.0/ports/152f701e-6b5d-40fe-b2f5-0fffd83ee053/tags/green HTTP/1.1" status: 201 len: 201 time: 0.0755274 2026-04-07 01:18:18.286 10 INFO neutron.db.ovn_revision_numbers_db [None req-85a40790-9cbc-4299-b4c6-81c440fa5a76 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 8df375d6-b85b-4658-ab5f-b45ce8e27d9c (type: router_ports) to 2 2026-04-07 01:18:18.288 10 INFO neutron.wsgi [None req-85a40790-9cbc-4299-b4c6-81c440fa5a76 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "PUT /v2.0/routers/5a800d55-0d2f-402f-9dc3-f2274c57962c/add_router_interface HTTP/1.1" status: 200 len: 503 time: 2.4115598 2026-04-07 01:18:18.322 9 INFO neutron.wsgi [req-782f21ae-000c-4563-a905-eca0daae62a2 req-717d8b88-6c37-48c3-9936-f8ef6c4fbc64 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 199.19.213.133 "GET /v2.0/networks?id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a HTTP/1.1" status: 200 len: 904 time: 0.1034350 2026-04-07 01:18:18.345 9 INFO neutron.wsgi [None req-1e6bd0d9-9d21-41f5-a8bb-8548f4268cef 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - default default] 10.0.0.78 "GET /v2.0/ports/152f701e-6b5d-40fe-b2f5-0fffd83ee053/tags HTTP/1.1" status: 200 len: 227 time: 0.0638261 2026-04-07 01:18:18.372 10 INFO neutron.wsgi [None req-528abedf-3e39-4856-b178-d26010ae4410 807245f2d818405ba91438cab6b04b98 36e7a33de47c4605a77fcb07d2882929 - - default default] 10.0.0.78 "GET /v2.0/networks HTTP/1.1" status: 200 len: 6934 time: 0.0738995 2026-04-07 01:18:18.396 10 INFO neutron.wsgi [None req-d257d1a6-272c-4bd5-a1be-238d39fa0270 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - - -] 10.0.0.78 "PUT /v2.0/ports/152f701e-6b5d-40fe-b2f5-0fffd83ee053/tags/red HTTP/1.1" status: 201 len: 201 time: 0.0463674 2026-04-07 01:18:18.413 10 INFO neutron.wsgi [None req-89f6b694-2270-4aca-97a9-bb3c1ce60532 807245f2d818405ba91438cab6b04b98 36e7a33de47c4605a77fcb07d2882929 - - default default] 10.0.0.78 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 6769 time: 0.0356836 2026-04-07 01:18:18.417 9 INFO neutron.wsgi [req-782f21ae-000c-4563-a905-eca0daae62a2 req-e791df66-792a-4718-a9c1-f801dae414a1 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 199.19.213.133 "GET /v2.0/security-groups?fields=id&fields=name&tenant_id=84236631f02f428ca66ff0a22b82b7ca HTTP/1.1" status: 200 len: 376 time: 0.0857522 2026-04-07 01:18:18.492 10 INFO neutron.wsgi [None req-ffaac85e-8681-4e7d-866b-fb3443490398 807245f2d818405ba91438cab6b04b98 36e7a33de47c4605a77fcb07d2882929 - - default default] 10.0.0.78 "GET /v2.0/routers HTTP/1.1" status: 200 len: 1541 time: 0.0743704 2026-04-07 01:18:18.502 9 INFO neutron.wsgi [None req-e20675ff-0e1c-4898-95d3-1079f1b9ae3d 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - default default] 10.0.0.78 "GET /v2.0/ports/152f701e-6b5d-40fe-b2f5-0fffd83ee053/tags HTTP/1.1" status: 200 len: 227 time: 0.0785823 2026-04-07 01:18:18.519 9 INFO neutron.wsgi [None req-f5757130-eed9-4f57-a5a7-76f4459f89a5 fb3d455a462e45f284b51a5543c21042 c666b0edd0d740b6bec61b7e392b4679 - - default default] 10.0.0.78 "GET /v2.0/networks/00e7dcf0-893c-4fd3-b7a0-cc35da066f83 HTTP/1.1" status: 200 len: 848 time: 0.1920900 2026-04-07 01:18:18.520 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource 8df375d6-b85b-4658-ab5f-b45ce8e27d9c (type: ports) to 3 2026-04-07 01:18:18.550 10 INFO neutron.wsgi [None req-88f77f53-bfd8-4538-b671-f62c550b83df 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - - -] 10.0.0.78 "PUT /v2.0/ports/152f701e-6b5d-40fe-b2f5-0fffd83ee053/tags/black.or.white HTTP/1.1" status: 201 len: 201 time: 0.0432322 2026-04-07 01:18:18.596 10 INFO neutron.wsgi [None req-ff673023-bb39-413d-837b-17a3d5aefa8b 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - default default] 10.0.0.78 "GET /v2.0/ports/152f701e-6b5d-40fe-b2f5-0fffd83ee053/tags HTTP/1.1" status: 200 len: 245 time: 0.0411203 2026-04-07 01:18:18.657 10 INFO neutron.db.ovn_revision_numbers_db [None req-91898fc5-c52a-433d-9943-bc3c5f1ac977 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 0603636f-bf54-4e1f-a60e-1ac33d6112c6 (type: security_groups) to 1 2026-04-07 01:18:18.678 10 INFO neutron.wsgi [None req-91898fc5-c52a-433d-9943-bc3c5f1ac977 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1811 time: 0.1154134 2026-04-07 01:18:18.779 10 INFO neutron.db.ovn_revision_numbers_db [None req-9a17b8cc-65a5-4935-943d-dd68c7610754 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 2aabc0b5-40a5-409e-b9c2-8b2236860dbd (type: security_group_rules) to 0 2026-04-07 01:18:18.803 10 INFO neutron.wsgi [None req-9a17b8cc-65a5-4935-943d-dd68c7610754 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 764 time: 0.1201389 2026-04-07 01:18:18.925 10 INFO neutron.db.ovn_revision_numbers_db [None req-32f9c16c-630e-4d64-9bff-13a2059731ab f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 50b0c7bd-8256-49e8-9d99-296953102ca2 (type: security_group_rules) to 0 2026-04-07 01:18:18.932 10 INFO neutron.pecan_wsgi.hooks.translation [None req-e1b14888-39ee-4b13-aafc-e88168188efb 661d9e61c1fa407ea7ca950a49e36e58 6e027e0f022a4c7bbce960a236862bc9 - - default default] GET failed (client error): The resource could not be found. 2026-04-07 01:18:18.934 10 INFO neutron.wsgi [None req-e1b14888-39ee-4b13-aafc-e88168188efb 661d9e61c1fa407ea7ca950a49e36e58 6e027e0f022a4c7bbce960a236862bc9 - - default default] 10.0.0.78 "GET /v2.0/networks/00e7dcf0-893c-4fd3-b7a0-cc35da066f83 HTTP/1.1" status: 404 len: 339 time: 0.0562229 2026-04-07 01:18:18.955 10 INFO neutron.wsgi [None req-32f9c16c-630e-4d64-9bff-13a2059731ab f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 763 time: 0.1456103 2026-04-07 01:18:19.005 9 INFO neutron.wsgi [None req-9679bd6f-0b25-4e4f-bb66-42e03d70b668 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - - -] 10.0.0.78 "PUT /v2.0/ports/152f701e-6b5d-40fe-b2f5-0fffd83ee053/tags HTTP/1.1" status: 200 len: 230 time: 0.4033103 2026-04-07 01:18:19.014 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource 8df375d6-b85b-4658-ab5f-b45ce8e27d9c (type: router_ports) to 3 2026-04-07 01:18:19.094 9 INFO neutron.wsgi [None req-68e101a9-125f-4b7e-94f8-6f0358f3b955 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - default default] 10.0.0.78 "GET /v2.0/ports/152f701e-6b5d-40fe-b2f5-0fffd83ee053/tags HTTP/1.1" status: 200 len: 230 time: 0.0825996 2026-04-07 01:18:19.165 9 INFO neutron.wsgi [None req-9b794ae0-dfa8-4d7c-a878-c27f59369998 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - default default] 10.0.0.78 "GET /v2.0/ports/152f701e-6b5d-40fe-b2f5-0fffd83ee053/tags/red HTTP/1.1" status: 204 len: 168 time: 0.0598030 2026-04-07 01:18:19.214 10 INFO neutron.api.v2.resource [None req-ade00fff-df6e-4420-8ad6-9bed0716e75d 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:18:19.216 10 INFO neutron.wsgi [None req-ade00fff-df6e-4420-8ad6-9bed0716e75d 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - default default] 10.0.0.78 "GET /v2.0/ports/152f701e-6b5d-40fe-b2f5-0fffd83ee053/tags/green HTTP/1.1" status: 404 len: 299 time: 0.0453436 2026-04-07 01:18:19.228 9 INFO neutron.db.ovn_revision_numbers_db [None req-42b0dec8-fd50-45e6-9b30-b11e3a3eeca4 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 71c12dba-8e7f-4a8b-b31d-57e14fad60ff (type: security_group_rules) to 0 2026-04-07 01:18:19.272 9 INFO neutron.wsgi [None req-42b0dec8-fd50-45e6-9b30-b11e3a3eeca4 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 769 time: 0.3054750 2026-04-07 01:18:19.281 10 INFO neutron.wsgi [None req-96093e60-9648-4f50-997d-0310aca6286b 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - - -] 10.0.0.78 "DELETE /v2.0/ports/152f701e-6b5d-40fe-b2f5-0fffd83ee053/tags/red HTTP/1.1" status: 204 len: 168 time: 0.0583591 2026-04-07 01:18:19.302 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cb3b5e36-701a-474a-a4eb-c95027adf20f 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] No more DHCP agents 2026-04-07 01:18:19.304 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cb3b5e36-701a-474a-a4eb-c95027adf20f 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Unable to schedule network a003c6d5-0ce9-442d-98a6-c3896ae9ee4a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:19.325 10 INFO neutron.wsgi [None req-a1f382f6-753e-49eb-8949-b3a60d6dd0a9 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - default default] 10.0.0.78 "GET /v2.0/ports/152f701e-6b5d-40fe-b2f5-0fffd83ee053/tags HTTP/1.1" status: 200 len: 223 time: 0.0372674 2026-04-07 01:18:19.379 10 INFO neutron.api.v2.resource [None req-5dada67e-c3f2-4b61-b19b-1cb8396bf825 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - - -] delete failed (client error): The resource could not be found. 2026-04-07 01:18:19.380 10 INFO neutron.wsgi [None req-5dada67e-c3f2-4b61-b19b-1cb8396bf825 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - - -] 10.0.0.78 "DELETE /v2.0/ports/152f701e-6b5d-40fe-b2f5-0fffd83ee053/tags/green HTTP/1.1" status: 404 len: 299 time: 0.0495317 /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-04-07 01:18:19.450 10 INFO neutron.db.ovn_revision_numbers_db [None req-cd16253c-8194-4941-87a8-848cf5afe475 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource c270a9b4-147b-43bd-bc8d-e89216be9309 (type: security_group_rules) to 0 2026-04-07 01:18:19.477 9 INFO neutron.wsgi [None req-50d29bc0-2f38-4760-a7ee-00cbca0f7183 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - - -] 10.0.0.78 "DELETE /v2.0/ports/152f701e-6b5d-40fe-b2f5-0fffd83ee053/tags HTTP/1.1" status: 204 len: 168 time: 0.0909779 2026-04-07 01:18:19.493 9 INFO neutron.db.ovn_revision_numbers_db [None req-cb3b5e36-701a-474a-a4eb-c95027adf20f 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource 5ec5122b-0a04-48e0-9ede-177b10b2054b (type: ports) to 1 2026-04-07 01:18:19.496 10 INFO neutron.wsgi [None req-cd16253c-8194-4941-87a8-848cf5afe475 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 768 time: 0.2176948 2026-04-07 01:18:19.518 10 INFO neutron.services.segments.plugin [-] Segment c5fe9a63-d436-4012-b772-1b9efb1b57c3 resource provider aggregate not found 2026-04-07 01:18:19.527 10 INFO neutron.services.segments.plugin [-] Segment c5fe9a63-d436-4012-b772-1b9efb1b57c3 resource provider aggregate not found 2026-04-07 01:18:19.532 9 INFO neutron.wsgi [None req-cb3b5e36-701a-474a-a4eb-c95027adf20f 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 199.19.213.133 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1380 time: 1.1081994 2026-04-07 01:18:19.535 10 INFO neutron.services.segments.plugin [-] Segment c5fe9a63-d436-4012-b772-1b9efb1b57c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5fe9a63-d436-4012-b772-1b9efb1b57c3 found for delete ", "request_id": "req-88af60b3-85d2-40aa-b641-6b8616c79091"}]} 2026-04-07 01:18:19.537 9 INFO neutron.db.securitygroups_db [None req-635ebcc8-205c-4fca-a611-69c8a9965a57 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Project f53361ab75e24ce1a85dd0ead70c1d1a added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-07 01:18:19.549 10 INFO neutron.services.segments.plugin [-] Segment c5fe9a63-d436-4012-b772-1b9efb1b57c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5fe9a63-d436-4012-b772-1b9efb1b57c3 found for delete ", "request_id": "req-ae296e6f-9d9c-4a6a-8a41-bf1eaa6af060"}]} 2026-04-07 01:18:19.555 10 INFO neutron.wsgi [None req-b8afb306-98d4-424a-a308-56f0b3aa14b3 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - default default] 10.0.0.78 "GET /v2.0/ports/152f701e-6b5d-40fe-b2f5-0fffd83ee053/tags HTTP/1.1" status: 200 len: 205 time: 0.0671492 2026-04-07 01:18:19.595 10 INFO neutron.wsgi [None req-169a838b-88c6-442e-9454-e1ad33bbadc2 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] 10.0.0.78 "DELETE /v2.0/networks/00e7dcf0-893c-4fd3-b7a0-cc35da066f83 HTTP/1.1" status: 204 len: 168 time: 0.6546695 2026-04-07 01:18:19.630 9 INFO neutron.pecan_wsgi.hooks.translation [None req-9b51462b-61d9-4909-bf34-e7ebb3a6d920 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:18:19.633 9 INFO neutron.wsgi [None req-9b51462b-61d9-4909-bf34-e7ebb3a6d920 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] 10.0.0.78 "DELETE /v2.0/subnets/7b47c397-cef0-40b6-9ec5-92fa602f56f2 HTTP/1.1" status: 404 len: 337 time: 0.0238056 2026-04-07 01:18:19.667 10 INFO neutron.pecan_wsgi.hooks.translation [None req-117f3646-b13e-4d01-95fd-dd7a3c61ccf2 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:18:19.669 10 INFO neutron.wsgi [None req-117f3646-b13e-4d01-95fd-dd7a3c61ccf2 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] 10.0.0.78 "DELETE /v2.0/subnets/5ba9d0a7-d263-40b1-89f5-5516d1553d38 HTTP/1.1" status: 404 len: 337 time: 0.0321271 2026-04-07 01:18:19.703 10 INFO neutron.pecan_wsgi.hooks.translation [None req-e18623d7-c244-47e8-ac74-2dc750257da2 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:18:19.706 10 INFO neutron.wsgi [None req-e18623d7-c244-47e8-ac74-2dc750257da2 1aa7d6f8df734b25864bc5f07fc0d590 d97c4c45632047f39abb17bfeba17fb0 - - - -] 10.0.0.78 "DELETE /v2.0/subnets/8b9fb5e4-a136-4f67-9f76-95714791fa82 HTTP/1.1" status: 404 len: 337 time: 0.0326276 2026-04-07 01:18:19.728 9 INFO neutron.db.ovn_revision_numbers_db [None req-635ebcc8-205c-4fca-a611-69c8a9965a57 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 8536bc35-031f-4c10-b7b0-4dc9ee29d8bf (type: security_group_rules) to 0 2026-04-07 01:18:19.765 9 INFO neutron.wsgi [None req-635ebcc8-205c-4fca-a611-69c8a9965a57 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 774 time: 0.2573695 2026-04-07 01:18:19.814 10 INFO neutron.db.securitygroups_db [None req-f046bbc5-06f2-4193-bd04-48961d12c8c1 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Project f53361ab75e24ce1a85dd0ead70c1d1a added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-07 01:18:19.905 10 INFO neutron.wsgi [None req-32c162ac-12b4-4b6b-b437-d748ff4ac699 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - - -] 10.0.0.78 "DELETE /v2.0/ports/152f701e-6b5d-40fe-b2f5-0fffd83ee053 HTTP/1.1" status: 204 len: 168 time: 0.3409626 2026-04-07 01:18:19.936 10 INFO neutron.db.ovn_revision_numbers_db [None req-f046bbc5-06f2-4193-bd04-48961d12c8c1 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 1a3c51d4-70e5-4c47-a0de-cea9fbbf8bf6 (type: security_group_rules) to 0 2026-04-07 01:18:19.967 9 INFO neutron.db.ovn_revision_numbers_db [None req-a35f8c6a-71ec-4a71-b163-756a818f11e2 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource 5ec5122b-0a04-48e0-9ede-177b10b2054b (type: ports) to 2 2026-04-07 01:18:19.980 10 INFO neutron.wsgi [None req-f046bbc5-06f2-4193-bd04-48961d12c8c1 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 773 time: 0.2082624 2026-04-07 01:18:20.170 9 INFO neutron.db.ovn_revision_numbers_db [None req-a35f8c6a-71ec-4a71-b163-756a818f11e2 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource 5ec5122b-0a04-48e0-9ede-177b10b2054b (type: ports) to 2 2026-04-07 01:18:20.186 9 INFO neutron.wsgi [None req-a35f8c6a-71ec-4a71-b163-756a818f11e2 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] 199.19.213.133 "PUT /v2.0/ports/5ec5122b-0a04-48e0-9ede-177b10b2054b HTTP/1.1" status: 200 len: 1549 time: 0.6469877 2026-04-07 01:18:20.238 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-23397506-5703-4293-a971-a300d886828a'] response: {'name': 'network-changed', 'server_uuid': '23b499f0-3d2f-4fa6-b315-07c39b054ff2', 'tag': '5ec5122b-0a04-48e0-9ede-177b10b2054b', 'status': 'completed', 'code': 200} /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-04-07 01:18:20.295 9 INFO neutron.wsgi [req-782f21ae-000c-4563-a905-eca0daae62a2 req-34058b65-1a54-4b4b-95ef-a6f864950850 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=84236631f02f428ca66ff0a22b82b7ca&device_id=23b499f0-3d2f-4fa6-b315-07c39b054ff2 HTTP/1.1" status: 200 len: 1580 time: 0.0550354 2026-04-07 01:18:20.338 9 INFO neutron.wsgi [req-782f21ae-000c-4563-a905-eca0daae62a2 req-f43991ce-610f-4051-b0a9-3fbe109a5cdb 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.2.1.47&port_id=5ec5122b-0a04-48e0-9ede-177b10b2054b HTTP/1.1" status: 200 len: 217 time: 0.0354483 2026-04-07 01:18:20.357 10 INFO neutron.wsgi [None req-1a533d69-8e08-4c5a-9e0d-2ab9256c65d2 8820e922c37e4f6ca7051701fe109430 87e7fcb91cca426fa786496ccd8f2d29 - - - -] 10.0.0.78 "DELETE /v2.0/networks/11f3b5f1-6bc2-4fac-a091-ef4e4b1cfee5 HTTP/1.1" status: 204 len: 168 time: 0.4440043 2026-04-07 01:18:20.369 9 INFO neutron.wsgi [req-782f21ae-000c-4563-a905-eca0daae62a2 req-59c53d08-df8a-4786-8bbc-3159becea2cb 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aad&port_id=5ec5122b-0a04-48e0-9ede-177b10b2054b HTTP/1.1" status: 200 len: 217 time: 0.0239937 2026-04-07 01:18:20.426 9 INFO neutron.wsgi [req-782f21ae-000c-4563-a905-eca0daae62a2 req-77de7db0-f6b1-4f28-8fea-de59a68fad69 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=9d0ea858-77bc-4e03-b8af-ab5faabb962e&id=2266f479-b201-4555-92d1-381ab64ca65e HTTP/1.1" status: 200 len: 1563 time: 0.0483015 2026-04-07 01:18:20.463 9 INFO neutron.wsgi [req-782f21ae-000c-4563-a905-eca0daae62a2 req-f0f550ad-7e97-4b3a-a310-03c3e01600e6 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0329807 2026-04-07 01:18:20.496 9 INFO neutron.wsgi [req-782f21ae-000c-4563-a905-eca0daae62a2 req-2a8551ed-0309-4238-bf29-5f66436eff04 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0258582 2026-04-07 01:18:20.604 9 INFO neutron.wsgi [None req-47660fad-7cbb-43db-8efc-67d096f0694d f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.78 "GET /v2.0/networks HTTP/1.1" status: 200 len: 1492 time: 0.2280767 2026-04-07 01:18:20.613 9 INFO neutron.wsgi [req-782f21ae-000c-4563-a905-eca0daae62a2 req-dcd02f9b-784a-48f8-9f67-3f1fd0847428 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.1100929 2026-04-07 01:18:20.706 9 INFO neutron.wsgi [req-782f21ae-000c-4563-a905-eca0daae62a2 req-ecd2fbaf-54ec-4109-8a34-6c8a5508e165 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0845356 2026-04-07 01:18:20.738 9 INFO neutron.wsgi [req-9c7f158c-06e7-4673-a6e9-77d9199ee9c9 req-32e7d6bd-4966-47ac-b50c-2c375af764d0 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/security-groups?name=tempest-secgroup-smoke-1931891115&fields=id&tenant_id=f53361ab75e24ce1a85dd0ead70c1d1a HTTP/1.1" status: 200 len: 267 time: 0.0497150 2026-04-07 01:18:20.800 9 INFO neutron.wsgi [req-ef3b56ba-bd1e-40d3-943b-7226761d555e req-f4e66187-8eed-4cf2-90a2-8a89587dd5c0 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=84236631f02f428ca66ff0a22b82b7ca&device_id=23b499f0-3d2f-4fa6-b315-07c39b054ff2 HTTP/1.1" status: 200 len: 1580 time: 0.0488150 2026-04-07 01:18:20.892 9 INFO neutron.wsgi [req-9c7f158c-06e7-4673-a6e9-77d9199ee9c9 req-cc01f2dd-c6f3-4a19-a99c-8be34a9fde30 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/networks?id=70da58b5-e0f6-4e4f-a961-fa81cc2564da HTTP/1.1" status: 200 len: 859 time: 0.1388202 2026-04-07 01:18:20.946 9 INFO neutron.wsgi [req-9c7f158c-06e7-4673-a6e9-77d9199ee9c9 req-df338ffb-1bbe-40b7-af0c-4f94c9261029 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/quotas/f53361ab75e24ce1a85dd0ead70c1d1a HTTP/1.1" status: 200 len: 386 time: 0.0462048 2026-04-07 01:18:20.950 9 INFO neutron.wsgi [req-ef3b56ba-bd1e-40d3-943b-7226761d555e req-36dac264-a686-4b38-b860-71ad18295a8a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a HTTP/1.1" status: 200 len: 1003 time: 0.1407807 2026-04-07 01:18:21.006 9 INFO neutron.wsgi [req-ef3b56ba-bd1e-40d3-943b-7226761d555e req-b68b2702-efda-4cb5-9d17-890b523f41bb 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.2.1.47&port_id=5ec5122b-0a04-48e0-9ede-177b10b2054b HTTP/1.1" status: 200 len: 217 time: 0.0473554 2026-04-07 01:18:21.024 9 INFO neutron.db.ovn_revision_numbers_db [None req-ff983a8e-bb69-4417-9adc-55fdf5979f21 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 9de5d4fd-d1b4-40fd-b112-d281399754b8 (type: security_groups) to 1 2026-04-07 01:18:21.046 9 INFO neutron.wsgi [req-ef3b56ba-bd1e-40d3-943b-7226761d555e req-c369fa3f-e72c-454e-8b0a-5950baa2f492 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aad&port_id=5ec5122b-0a04-48e0-9ede-177b10b2054b HTTP/1.1" status: 200 len: 217 time: 0.0331094 2026-04-07 01:18:21.074 9 INFO neutron.wsgi [None req-ff983a8e-bb69-4417-9adc-55fdf5979f21 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=c666b0edd0d740b6bec61b7e392b4679&name=default HTTP/1.1" status: 200 len: 2996 time: 0.4660661 2026-04-07 01:18:21.111 9 INFO neutron.wsgi [req-ef3b56ba-bd1e-40d3-943b-7226761d555e req-d7dc9fcd-7b73-4192-8129-cbaafc1c7acb 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=9d0ea858-77bc-4e03-b8af-ab5faabb962e&id=2266f479-b201-4555-92d1-381ab64ca65e HTTP/1.1" status: 200 len: 1563 time: 0.0579226 2026-04-07 01:18:21.119 9 INFO neutron.wsgi [req-9c7f158c-06e7-4673-a6e9-77d9199ee9c9 req-50cae84c-e59b-496b-a42a-6ab00f1d24b2 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/ports?tenant_id=f53361ab75e24ce1a85dd0ead70c1d1a&fields=id HTTP/1.1" status: 200 len: 302 time: 0.1540234 2026-04-07 01:18:21.145 9 INFO neutron.wsgi [req-ef3b56ba-bd1e-40d3-943b-7226761d555e req-f5c4f6d2-7776-41b1-9434-aa905d123eb7 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0256341 2026-04-07 01:18:21.191 9 INFO neutron.wsgi [req-ef3b56ba-bd1e-40d3-943b-7226761d555e req-336df09d-7a8d-4808-bf52-764f6adf5070 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0378683 2026-04-07 01:18:21.218 9 INFO neutron.wsgi [req-9c7f158c-06e7-4673-a6e9-77d9199ee9c9 req-abd755b2-f135-4161-b864-b2c7a14d7143 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/70da58b5-e0f6-4e4f-a961-fa81cc2564da?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0810173 2026-04-07 01:18:21.246 10 INFO neutron.wsgi [None req-95f37984-dfe1-4d3f-bbb6-929b5781d71d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=87e7fcb91cca426fa786496ccd8f2d29&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1675944 2026-04-07 01:18:21.306 10 INFO neutron.wsgi [None req-59489f86-8740-4c50-90cf-85d5616a7048 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/9de5d4fd-d1b4-40fd-b112-d281399754b8 HTTP/1.1" status: 204 len: 168 time: 0.2255967 2026-04-07 01:18:21.455 10 INFO neutron.wsgi [None req-ff73980f-557f-4bc3-8e65-24f13a1927d4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/051d122e-557f-4408-a45b-726816230f05 HTTP/1.1" status: 204 len: 168 time: 0.2046101 2026-04-07 01:18:21.499 10 INFO neutron.db.ovn_revision_numbers_db [None req-7cd65de1-74cb-4b85-ba8e-15e372d7ace5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource fc65a332-afad-41bc-9568-a16153324165 (type: security_groups) to 1 2026-04-07 01:18:21.518 9 INFO neutron.wsgi [req-ef3b56ba-bd1e-40d3-943b-7226761d555e req-167b9634-3607-4fd1-af6b-c39ffc8a797f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.3233817 2026-04-07 01:18:21.523 10 INFO neutron.wsgi [None req-7cd65de1-74cb-4b85-ba8e-15e372d7ace5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=6e027e0f022a4c7bbce960a236862bc9&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1150892 2026-04-07 01:18:21.551 9 INFO neutron.wsgi [req-9c7f158c-06e7-4673-a6e9-77d9199ee9c9 req-30adcfdf-2f62-4c66-bfc5-f22c6b2a8406 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/70da58b5-e0f6-4e4f-a961-fa81cc2564da?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.3179529 2026-04-07 01:18:21.557 10 INFO neutron.services.segments.plugin [-] Segment 676c5087-0bc2-402d-b5fd-1e9fa425e686 resource provider aggregate not found 2026-04-07 01:18:21.573 10 INFO neutron.services.segments.plugin [-] Segment 676c5087-0bc2-402d-b5fd-1e9fa425e686 resource provider aggregate not found 2026-04-07 01:18:21.581 10 INFO neutron.services.segments.plugin [-] Segment 676c5087-0bc2-402d-b5fd-1e9fa425e686 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 676c5087-0bc2-402d-b5fd-1e9fa425e686 found for delete ", "request_id": "req-1a60b8c5-ca91-4d93-a8c4-211ff4ea4a4e"}]} 2026-04-07 01:18:21.583 9 INFO neutron.wsgi [req-ef3b56ba-bd1e-40d3-943b-7226761d555e req-562f8427-29c6-45e1-9d4e-dfe918d071e7 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0587604 2026-04-07 01:18:21.596 10 INFO neutron.services.segments.plugin [-] Segment 676c5087-0bc2-402d-b5fd-1e9fa425e686 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 676c5087-0bc2-402d-b5fd-1e9fa425e686 found for delete ", "request_id": "req-3cff4feb-e047-478e-9be9-70778663b4a7"}]} 2026-04-07 01:18:21.703 10 INFO neutron.wsgi [req-b589e0fd-45bd-49e2-8994-37646e6f4e77 req-03e3f9c8-8a2b-489f-8243-638150d1367e f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=3845b431-7852-435f-a614-d89f869902d8 HTTP/1.1" status: 200 len: 210 time: 0.0295825 2026-04-07 01:18:21.746 9 INFO neutron.db.ovn_revision_numbers_db [None req-ed949218-255a-4d7f-aac8-6f62662f823c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 54257e6e-c090-4bf4-b424-d9f75c59545a (type: security_groups) to 1 2026-04-07 01:18:21.746 10 INFO neutron.wsgi [None req-656e9600-83b3-45ba-be0a-0a270aa8e45c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/fc65a332-afad-41bc-9568-a16153324165 HTTP/1.1" status: 204 len: 168 time: 0.2194793 2026-04-07 01:18:21.766 9 INFO neutron.wsgi [None req-ed949218-255a-4d7f-aac8-6f62662f823c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=95f4e02978ad4ceab22e5e9ac631e669&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1227136 2026-04-07 01:18:21.908 10 INFO neutron.wsgi [None req-8cc398ce-6d1e-4c5d-a43e-8a2d8283c5a4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=d97c4c45632047f39abb17bfeba17fb0&name=default HTTP/1.1" status: 200 len: 2996 time: 0.0282471 2026-04-07 01:18:21.956 9 INFO neutron.wsgi [None req-a777c4e6-05e5-4320-b315-8fa256602be6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/54257e6e-c090-4bf4-b424-d9f75c59545a HTTP/1.1" status: 204 len: 168 time: 0.1847477 2026-04-07 01:18:22.108 10 INFO neutron.wsgi [None req-ca91b21f-2eea-480b-a28c-019764a699e6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/d3a95c1f-a6aa-43f4-a229-9280b087cd6c HTTP/1.1" status: 204 len: 168 time: 0.1952868 2026-04-07 01:18:22.556 9 INFO neutron.wsgi [req-9c7f158c-06e7-4673-a6e9-77d9199ee9c9 req-bc56e3cf-44f9-4f45-9ac3-b937cd626a25 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 199.19.213.133 "GET /v2.0/networks?id=70da58b5-e0f6-4e4f-a961-fa81cc2564da HTTP/1.1" status: 200 len: 859 time: 0.0917313 2026-04-07 01:18:22.650 9 INFO neutron.wsgi [req-9c7f158c-06e7-4673-a6e9-77d9199ee9c9 req-99707801-5a4b-45b3-9a09-9550ca684740 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 199.19.213.133 "GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f53361ab75e24ce1a85dd0ead70c1d1a HTTP/1.1" status: 200 len: 380 time: 0.0841718 2026-04-07 01:18:22.677 9 INFO neutron.wsgi [req-dc44e147-e814-4e3b-aafe-910908905084 req-76a9abc8-e9c9-4ab6-95ec-898b15b09aae 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=23b499f0-3d2f-4fa6-b315-07c39b054ff2 HTTP/1.1" status: 200 len: 1390 time: 0.1177521 2026-04-07 01:18:22.750 9 INFO neutron.wsgi [req-dc44e147-e814-4e3b-aafe-910908905084 req-6a2f1be1-ae83-479a-a71d-caaf18c41478 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=8ca5b6c9-f503-43bc-8256-2ad700120a57&fields=id&fields=name HTTP/1.1" status: 200 len: 309 time: 0.0619185 2026-04-07 01:18:22.810 10 INFO neutron.wsgi [req-1faeefd9-b056-4bd1-a480-f2179dd40b78 req-218adf21-139c-4748-ada9-77b13889acd8 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=3845b431-7852-435f-a614-d89f869902d8 HTTP/1.1" status: 200 len: 210 time: 0.0235143 2026-04-07 01:18:23.039 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bd3adaf1-6b09-4dd6-9e01-eb06581a95db f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] No more DHCP agents 2026-04-07 01:18:23.043 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bd3adaf1-6b09-4dd6-9e01-eb06581a95db f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Unable to schedule network 70da58b5-e0f6-4e4f-a961-fa81cc2564da: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:23.169 9 INFO neutron.db.ovn_revision_numbers_db [None req-bd3adaf1-6b09-4dd6-9e01-eb06581a95db f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 53eb3294-9e93-4721-ac86-43aa4dabab30 (type: ports) to 1 2026-04-07 01:18:23.189 9 INFO neutron.wsgi [None req-bd3adaf1-6b09-4dd6-9e01-eb06581a95db f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 199.19.213.133 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1162 time: 0.5344379 /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-04-07 01:18:23.564 9 INFO neutron.db.ovn_revision_numbers_db [None req-189608c1-3713-412d-8c9f-192af342d33c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource 53eb3294-9e93-4721-ac86-43aa4dabab30 (type: ports) to 2 2026-04-07 01:18:23.720 9 INFO neutron.db.ovn_revision_numbers_db [None req-189608c1-3713-412d-8c9f-192af342d33c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource 53eb3294-9e93-4721-ac86-43aa4dabab30 (type: ports) to 2 2026-04-07 01:18:23.734 9 INFO neutron.wsgi [None req-189608c1-3713-412d-8c9f-192af342d33c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] 199.19.213.133 "PUT /v2.0/ports/53eb3294-9e93-4721-ac86-43aa4dabab30 HTTP/1.1" status: 200 len: 1332 time: 0.5362902 /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-04-07 01:18:23.778 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa5f224f-f29e-44a3-88ea-e678cca838f9'] response: {'name': 'network-changed', 'server_uuid': '3845b431-7852-435f-a614-d89f869902d8', 'tag': '53eb3294-9e93-4721-ac86-43aa4dabab30', 'status': 'completed', 'code': 200} 2026-04-07 01:18:23.798 9 INFO neutron.wsgi [req-9c7f158c-06e7-4673-a6e9-77d9199ee9c9 req-574f626d-8f47-41b7-81fa-4743c9163beb 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=f53361ab75e24ce1a85dd0ead70c1d1a&device_id=3845b431-7852-435f-a614-d89f869902d8 HTTP/1.1" status: 200 len: 1363 time: 0.0316687 2026-04-07 01:18:23.835 9 INFO neutron.wsgi [req-9c7f158c-06e7-4673-a6e9-77d9199ee9c9 req-68cf5afb-8849-4593-921c-a1ea08b08b71 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=53eb3294-9e93-4721-ac86-43aa4dabab30 HTTP/1.1" status: 200 len: 217 time: 0.0287740 2026-04-07 01:18:23.883 9 INFO neutron.wsgi [req-9c7f158c-06e7-4673-a6e9-77d9199ee9c9 req-a7b971dc-892a-43b9-97d8-bc68fa8b3062 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=617e90f7-1600-4717-8958-1b7a7e7a5a79 HTTP/1.1" status: 200 len: 852 time: 0.0413635 2026-04-07 01:18:23.912 9 INFO neutron.wsgi [req-9c7f158c-06e7-4673-a6e9-77d9199ee9c9 req-4e52167a-b389-49d9-a0c2-65dc83b293bd 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=70da58b5-e0f6-4e4f-a961-fa81cc2564da&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0230961 2026-04-07 01:18:23.962 10 INFO neutron.wsgi [req-7c6f18b4-86d8-468d-9673-3446a552e71e req-e050b39a-c440-4d3e-a09a-c2255ef08216 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=3845b431-7852-435f-a614-d89f869902d8 HTTP/1.1" status: 200 len: 1172 time: 0.0846417 2026-04-07 01:18:23.980 9 INFO neutron.wsgi [req-9c7f158c-06e7-4673-a6e9-77d9199ee9c9 req-316c0604-d88f-441e-9195-31ef2285e4ab 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/70da58b5-e0f6-4e4f-a961-fa81cc2564da?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0616035 2026-04-07 01:18:24.002 10 INFO neutron.wsgi [req-7c6f18b4-86d8-468d-9673-3446a552e71e req-23a937f0-5c61-4177-bf91-08a4eb8b63f3 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=0603636f-bf54-4e1f-a60e-1ac33d6112c6&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0309246 2026-04-07 01:18:24.049 9 INFO neutron.wsgi [req-9c7f158c-06e7-4673-a6e9-77d9199ee9c9 req-dc0f4e20-f2f3-4c56-a886-cd69379c727c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/70da58b5-e0f6-4e4f-a961-fa81cc2564da?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0612495 2026-04-07 01:18:24.127 9 INFO neutron.wsgi [req-7195f5e5-3df3-4eab-85a0-972f99bede16 req-cc8a44f1-ab0c-41a0-9844-1d74a9337bd9 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=f53361ab75e24ce1a85dd0ead70c1d1a&device_id=3845b431-7852-435f-a614-d89f869902d8 HTTP/1.1" status: 200 len: 1363 time: 0.0353687 2026-04-07 01:18:24.189 9 INFO neutron.wsgi [req-7195f5e5-3df3-4eab-85a0-972f99bede16 req-b99da500-8857-4d40-bf20-b5881a770864 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=70da58b5-e0f6-4e4f-a961-fa81cc2564da HTTP/1.1" status: 200 len: 958 time: 0.0583153 2026-04-07 01:18:24.258 9 INFO neutron.wsgi [req-7195f5e5-3df3-4eab-85a0-972f99bede16 req-628d14da-5fa7-4492-a1b3-496fccaa0c7f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=53eb3294-9e93-4721-ac86-43aa4dabab30 HTTP/1.1" status: 200 len: 217 time: 0.0548904 2026-04-07 01:18:24.261 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: 53eb3294-9e93-4721-ac86-43aa4dabab30 2026-04-07 01:18:24.277 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port 53eb3294-9e93-4721-ac86-43aa4dabab30 2026-04-07 01:18:24.310 9 INFO neutron.wsgi [req-7195f5e5-3df3-4eab-85a0-972f99bede16 req-41aec1f9-0d95-4d1b-b075-05efab59823d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=617e90f7-1600-4717-8958-1b7a7e7a5a79 HTTP/1.1" status: 200 len: 852 time: 0.0451076 2026-04-07 01:18:24.342 9 INFO neutron.wsgi [req-7195f5e5-3df3-4eab-85a0-972f99bede16 req-933591b8-5e2d-4432-a933-be0172b02bda 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=70da58b5-e0f6-4e4f-a961-fa81cc2564da&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0273981 2026-04-07 01:18:24.408 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-be8c7c23-d981-4aca-833e-3944721927a8'] response: {'server_uuid': '3845b431-7852-435f-a614-d89f869902d8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '53eb3294-9e93-4721-ac86-43aa4dabab30', 'code': 200} 2026-04-07 01:18:24.443 9 INFO neutron.wsgi [req-7195f5e5-3df3-4eab-85a0-972f99bede16 req-e3145af9-37bb-4e62-9089-4d773a7e32da 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/70da58b5-e0f6-4e4f-a961-fa81cc2564da?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0954053 2026-04-07 01:18:24.510 9 INFO neutron.wsgi [req-7195f5e5-3df3-4eab-85a0-972f99bede16 req-54b432ce-8ecb-4c86-bfce-b75451cddc15 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/70da58b5-e0f6-4e4f-a961-fa81cc2564da?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0624490 2026-04-07 01:18:24.535 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 53eb3294-9e93-4721-ac86-43aa4dabab30 (type: ports) to 4 2026-04-07 01:18:24.773 9 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] No hosting information found for port 8df375d6-b85b-4658-ab5f-b45ce8e27d9c: RuntimeError: No hosting information found for port 8df375d6-b85b-4658-ab5f-b45ce8e27d9c 2026-04-07 01:18:24.774 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: 5ec5122b-0a04-48e0-9ede-177b10b2054b 2026-04-07 01:18:24.809 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port 5ec5122b-0a04-48e0-9ede-177b10b2054b 2026-04-07 01:18:25.062 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource 5ec5122b-0a04-48e0-9ede-177b10b2054b (type: ports) to 4 /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-04-07 01:18:25.119 10 INFO neutron.wsgi [req-43ac6f8f-63d9-413d-afdd-4513001183d6 req-6ab5e9e0-cac3-4074-87a4-4f7d560b078d f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=3845b431-7852-435f-a614-d89f869902d8 HTTP/1.1" status: 200 len: 1174 time: 0.0390737 2026-04-07 01:18:25.167 10 INFO neutron.wsgi [req-43ac6f8f-63d9-413d-afdd-4513001183d6 req-ea93d20e-f2ad-402a-a5d0-7987b9498f85 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=0603636f-bf54-4e1f-a60e-1ac33d6112c6&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0427620 /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-04-07 01:18:25.266 9 INFO neutron.wsgi [req-56ce926b-abb9-438b-983a-d99f97489965 req-a7325bf0-819d-47f4-98c8-050294aa5ae4 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=3845b431-7852-435f-a614-d89f869902d8 HTTP/1.1" status: 200 len: 1174 time: 0.0308635 2026-04-07 01:18:25.297 9 INFO neutron.wsgi [req-56ce926b-abb9-438b-983a-d99f97489965 req-08cb2009-34d7-47a4-a3a5-0c024bf1cad7 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=0603636f-bf54-4e1f-a60e-1ac33d6112c6&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0257990 2026-04-07 01:18:25.369 9 INFO neutron.wsgi [None req-507cf012-d874-46f0-88ff-bf866b90bd99 807245f2d818405ba91438cab6b04b98 36e7a33de47c4605a77fcb07d2882929 - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=3845b431-7852-435f-a614-d89f869902d8 HTTP/1.1" status: 200 len: 1360 time: 0.0441918 2026-04-07 01:18:25.497 10 INFO neutron.wsgi [None req-fd8e0afa-efe3-4512-a9d8-53cdbb787e93 02e3ef36df2a483497fa950cafd9d869 ae4eac7efe64484f94338882f4322e3c - - - -] 10.0.0.78 "POST /v2.0/subnetpools HTTP/1.1" status: 201 len: 715 time: 0.2175899 2026-04-07 01:18:25.543 10 INFO neutron.wsgi [None req-a24853fa-89d4-4418-b825-962ac090791f 02e3ef36df2a483497fa950cafd9d869 ae4eac7efe64484f94338882f4322e3c - - - -] 10.0.0.78 "PUT /v2.0/subnetpools/637efcc4-ebe9-43dd-a3e5-5e3297aaa746/tags HTTP/1.1" status: 200 len: 218 time: 0.0394833 2026-04-07 01:18:25.565 10 INFO neutron.wsgi [None req-a43188d1-94bf-4cb4-8b61-79270ec556e2 02e3ef36df2a483497fa950cafd9d869 ae4eac7efe64484f94338882f4322e3c - - default default] 10.0.0.78 "GET /v2.0/subnetpools/637efcc4-ebe9-43dd-a3e5-5e3297aaa746/tags HTTP/1.1" status: 200 len: 218 time: 0.0140049 2026-04-07 01:18:25.591 10 INFO neutron.wsgi [None req-9c87e633-c3a7-41d9-9d00-dfafb2f6e8ca 02e3ef36df2a483497fa950cafd9d869 ae4eac7efe64484f94338882f4322e3c - - - -] 10.0.0.78 "PUT /v2.0/subnetpools/637efcc4-ebe9-43dd-a3e5-5e3297aaa746/tags/green HTTP/1.1" status: 201 len: 201 time: 0.0217259 2026-04-07 01:18:25.612 10 INFO neutron.wsgi [None req-87dad39a-2bc1-4479-97a8-c0cf46711a03 02e3ef36df2a483497fa950cafd9d869 ae4eac7efe64484f94338882f4322e3c - - default default] 10.0.0.78 "GET /v2.0/subnetpools/637efcc4-ebe9-43dd-a3e5-5e3297aaa746/tags HTTP/1.1" status: 200 len: 227 time: 0.0164332 2026-04-07 01:18:25.623 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3858ea08-a627-4103-b3ae-418534f9a71f f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] No more DHCP agents 2026-04-07 01:18:25.624 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3858ea08-a627-4103-b3ae-418534f9a71f f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:25.634 10 INFO neutron.wsgi [None req-e6e695e8-3010-4377-9151-61d121e82777 02e3ef36df2a483497fa950cafd9d869 ae4eac7efe64484f94338882f4322e3c - - - -] 10.0.0.78 "PUT /v2.0/subnetpools/637efcc4-ebe9-43dd-a3e5-5e3297aaa746/tags/red HTTP/1.1" status: 201 len: 201 time: 0.0155120 2026-04-07 01:18:25.661 9 INFO neutron.wsgi [None req-eec56ded-519b-409e-83fd-33b46024db1f 02e3ef36df2a483497fa950cafd9d869 ae4eac7efe64484f94338882f4322e3c - - default default] 10.0.0.78 "GET /v2.0/subnetpools/637efcc4-ebe9-43dd-a3e5-5e3297aaa746/tags HTTP/1.1" status: 200 len: 227 time: 0.0222478 2026-04-07 01:18:25.692 10 INFO neutron.wsgi [None req-b078e637-7e60-42c4-9a54-046fa9e9bcad 02e3ef36df2a483497fa950cafd9d869 ae4eac7efe64484f94338882f4322e3c - - - -] 10.0.0.78 "PUT /v2.0/subnetpools/637efcc4-ebe9-43dd-a3e5-5e3297aaa746/tags/black.or.white HTTP/1.1" status: 201 len: 201 time: 0.0252674 2026-04-07 01:18:25.713 10 INFO neutron.wsgi [None req-798fd448-9cf9-451c-ad3f-090da2fcda7d 02e3ef36df2a483497fa950cafd9d869 ae4eac7efe64484f94338882f4322e3c - - default default] 10.0.0.78 "GET /v2.0/subnetpools/637efcc4-ebe9-43dd-a3e5-5e3297aaa746/tags HTTP/1.1" status: 200 len: 245 time: 0.0149329 2026-04-07 01:18:25.750 10 INFO neutron.wsgi [None req-32c2f3aa-220f-4c90-bc12-36afeb2ac7f6 02e3ef36df2a483497fa950cafd9d869 ae4eac7efe64484f94338882f4322e3c - - - -] 10.0.0.78 "PUT /v2.0/subnetpools/637efcc4-ebe9-43dd-a3e5-5e3297aaa746/tags HTTP/1.1" status: 200 len: 230 time: 0.0318263 2026-04-07 01:18:25.777 10 INFO neutron.wsgi [None req-681876b6-f145-4edf-9eb7-21c0e7ddbb54 02e3ef36df2a483497fa950cafd9d869 ae4eac7efe64484f94338882f4322e3c - - default default] 10.0.0.78 "GET /v2.0/subnetpools/637efcc4-ebe9-43dd-a3e5-5e3297aaa746/tags HTTP/1.1" status: 200 len: 230 time: 0.0230360 2026-04-07 01:18:25.796 10 INFO neutron.wsgi [None req-504b2aff-1492-4c81-b22a-da1165409e6d 02e3ef36df2a483497fa950cafd9d869 ae4eac7efe64484f94338882f4322e3c - - default default] 10.0.0.78 "GET /v2.0/subnetpools/637efcc4-ebe9-43dd-a3e5-5e3297aaa746/tags/red HTTP/1.1" status: 204 len: 168 time: 0.0134144 2026-04-07 01:18:25.821 10 INFO neutron.api.v2.resource [None req-77dd81ae-2196-44ae-b496-3275d482bf88 02e3ef36df2a483497fa950cafd9d869 ae4eac7efe64484f94338882f4322e3c - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:18:25.822 10 INFO neutron.wsgi [None req-77dd81ae-2196-44ae-b496-3275d482bf88 02e3ef36df2a483497fa950cafd9d869 ae4eac7efe64484f94338882f4322e3c - - default default] 10.0.0.78 "GET /v2.0/subnetpools/637efcc4-ebe9-43dd-a3e5-5e3297aaa746/tags/green HTTP/1.1" status: 404 len: 299 time: 0.0166550 2026-04-07 01:18:25.838 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-4dca345d-415a-41ab-b3ff-8427d55a29cd'] response: {'server_uuid': '23b499f0-3d2f-4fa6-b315-07c39b054ff2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5ec5122b-0a04-48e0-9ede-177b10b2054b', 'code': 200} 2026-04-07 01:18:25.838 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-4dca345d-415a-41ab-b3ff-8427d55a29cd'] response: {'server_uuid': '23b499f0-3d2f-4fa6-b315-07c39b054ff2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5ec5122b-0a04-48e0-9ede-177b10b2054b', 'code': 200} 2026-04-07 01:18:25.874 10 INFO neutron.wsgi [None req-80583ebb-6222-4c3d-9425-1c42b9ed6600 02e3ef36df2a483497fa950cafd9d869 ae4eac7efe64484f94338882f4322e3c - - - -] 10.0.0.78 "DELETE /v2.0/subnetpools/637efcc4-ebe9-43dd-a3e5-5e3297aaa746/tags/red HTTP/1.1" status: 204 len: 168 time: 0.0427279 2026-04-07 01:18:25.898 10 INFO neutron.wsgi [None req-c6e901eb-a0d2-4bee-937a-02953c5287d0 02e3ef36df2a483497fa950cafd9d869 ae4eac7efe64484f94338882f4322e3c - - default default] 10.0.0.78 "GET /v2.0/subnetpools/637efcc4-ebe9-43dd-a3e5-5e3297aaa746/tags HTTP/1.1" status: 200 len: 223 time: 0.0174503 2026-04-07 01:18:25.920 10 INFO neutron.api.v2.resource [None req-967b32d3-983a-47f2-a8d9-03ab0d7b0305 02e3ef36df2a483497fa950cafd9d869 ae4eac7efe64484f94338882f4322e3c - - - -] delete failed (client error): The resource could not be found. 2026-04-07 01:18:25.922 10 INFO neutron.wsgi [None req-967b32d3-983a-47f2-a8d9-03ab0d7b0305 02e3ef36df2a483497fa950cafd9d869 ae4eac7efe64484f94338882f4322e3c - - - -] 10.0.0.78 "DELETE /v2.0/subnetpools/637efcc4-ebe9-43dd-a3e5-5e3297aaa746/tags/green HTTP/1.1" status: 404 len: 299 time: 0.0190721 2026-04-07 01:18:25.957 10 INFO neutron.wsgi [None req-36f5c1a3-0d4b-4e59-8bb3-41806c1e749c 02e3ef36df2a483497fa950cafd9d869 ae4eac7efe64484f94338882f4322e3c - - - -] 10.0.0.78 "DELETE /v2.0/subnetpools/637efcc4-ebe9-43dd-a3e5-5e3297aaa746/tags HTTP/1.1" status: 204 len: 168 time: 0.0311325 2026-04-07 01:18:25.977 10 INFO neutron.wsgi [None req-6fce73d5-9d5d-43fd-a986-729f88d12347 02e3ef36df2a483497fa950cafd9d869 ae4eac7efe64484f94338882f4322e3c - - default default] 10.0.0.78 "GET /v2.0/subnetpools/637efcc4-ebe9-43dd-a3e5-5e3297aaa746/tags HTTP/1.1" status: 200 len: 205 time: 0.0153503 2026-04-07 01:18:26.057 10 INFO neutron.wsgi [None req-de42c4a9-cd92-4bd9-a9e5-b5e59d30a126 02e3ef36df2a483497fa950cafd9d869 ae4eac7efe64484f94338882f4322e3c - - - -] 10.0.0.78 "DELETE /v2.0/subnetpools/637efcc4-ebe9-43dd-a3e5-5e3297aaa746 HTTP/1.1" status: 204 len: 168 time: 0.0729399 2026-04-07 01:18:26.183 9 INFO neutron.db.l3_db [None req-3858ea08-a627-4103-b3ae-418534f9a71f f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Floating IP 437d3df4-04af-4c2f-ba96-f73634fa3ec9 associated. External IP: 10.96.250.219, port: 53eb3294-9e93-4721-ac86-43aa4dabab30. 2026-04-07 01:18:26.445 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-25ac5829-e9ea-4a14-a3a7-b1d2b8b2e0fa'] response: {'server_uuid': '3845b431-7852-435f-a614-d89f869902d8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '53eb3294-9e93-4721-ac86-43aa4dabab30', 'code': 200} 2026-04-07 01:18:26.684 9 INFO neutron.db.ovn_revision_numbers_db [None req-3858ea08-a627-4103-b3ae-418534f9a71f f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 437d3df4-04af-4c2f-ba96-f73634fa3ec9 (type: floatingips) to 0 2026-04-07 01:18:26.768 9 INFO neutron.db.ovn_revision_numbers_db [None req-3858ea08-a627-4103-b3ae-418534f9a71f f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 437d3df4-04af-4c2f-ba96-f73634fa3ec9 (type: floatingips) to 1 /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-04-07 01:18:26.818 9 INFO neutron.wsgi [None req-3858ea08-a627-4103-b3ae-418534f9a71f f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "POST /v2.0/floatingips HTTP/1.1" status: 201 len: 1055 time: 1.4435098 2026-04-07 01:18:26.874 9 INFO neutron.wsgi [None req-23299531-6598-4fd8-b25d-5ca765d0a677 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.78 "GET /v2.0/floatingips/437d3df4-04af-4c2f-ba96-f73634fa3ec9 HTTP/1.1" status: 200 len: 1052 time: 0.0502920 2026-04-07 01:18:26.938 9 INFO neutron.db.ovn_revision_numbers_db [None req-dc72bd78-c31c-4e4b-b0a6-8d701a504634 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - - -] Successfully bumped revision number for resource 809c57e4-4db5-46f9-8a8e-4a7c48456cb8 (type: security_groups) to 1 2026-04-07 01:18:27.010 10 INFO neutron.db.ovn_revision_numbers_db [None req-5508d228-3459-40bb-b6d1-42a8c3add3f8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource aab3fcc3-7bae-4571-86e8-ec3f6155094b (type: security_groups) to 1 2026-04-07 01:18:27.024 9 INFO neutron.db.ovn_revision_numbers_db [None req-dc72bd78-c31c-4e4b-b0a6-8d701a504634 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - - -] Successfully bumped revision number for resource 54f92505-8a96-4363-812e-76c8eaacdd3c (type: security_groups) to 1 2026-04-07 01:18:27.031 10 INFO neutron.wsgi [None req-5508d228-3459-40bb-b6d1-42a8c3add3f8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=ae4eac7efe64484f94338882f4322e3c&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1703188 2026-04-07 01:18:27.046 9 INFO neutron.wsgi [None req-dc72bd78-c31c-4e4b-b0a6-8d701a504634 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - - -] 10.0.0.78 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1737 time: 0.5062132 2026-04-07 01:18:27.174 10 INFO neutron.db.ovn_revision_numbers_db [None req-108f35d7-de2f-4798-883a-35d15d463e05 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - - -] Successfully bumped revision number for resource dc286854-d8ff-45a7-89ff-0a1bbf707b1a (type: security_groups) to 1 2026-04-07 01:18:27.201 10 INFO neutron.wsgi [None req-108f35d7-de2f-4798-883a-35d15d463e05 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - - -] 10.0.0.78 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1737 time: 0.1517332 2026-04-07 01:18:27.253 10 INFO neutron.wsgi [None req-393d1292-14d5-4003-92ee-568e2e7a6859 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/aab3fcc3-7bae-4571-86e8-ec3f6155094b HTTP/1.1" status: 204 len: 168 time: 0.2138493 2026-04-07 01:18:27.298 9 INFO neutron.db.ovn_revision_numbers_db [None req-70285b96-81c7-4149-8d35-a7e5dbb5b387 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - - -] Successfully bumped revision number for resource ab43cf29-bfdb-4e31-a274-c4dd507831c8 (type: security_groups) to 1 2026-04-07 01:18:27.318 9 INFO neutron.wsgi [None req-70285b96-81c7-4149-8d35-a7e5dbb5b387 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - - -] 10.0.0.78 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1737 time: 0.1106875 2026-04-07 01:18:27.450 9 INFO neutron.db.ovn_revision_numbers_db [None req-25a2c3a2-d45e-4648-99a9-99ba17cec02d 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - - -] Successfully bumped revision number for resource 7085de79-fa2f-4513-8b74-ffc946ea823a (type: security_groups) to 1 2026-04-07 01:18:27.476 9 INFO neutron.wsgi [None req-25a2c3a2-d45e-4648-99a9-99ba17cec02d 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - - -] 10.0.0.78 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1737 time: 0.1489902 2026-04-07 01:18:27.558 10 INFO neutron.db.ovn_revision_numbers_db [None req-d386528d-50eb-465c-a871-a187add4d45f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 9629d08e-89a8-4ea6-9bd7-82a4cacd534a (type: security_groups) to 1 2026-04-07 01:18:27.870 10 INFO neutron.wsgi [None req-d386528d-50eb-465c-a871-a187add4d45f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=ff5bcd963ea74f0aab614c732906329e&name=default HTTP/1.1" status: 200 len: 2996 time: 0.4455709 2026-04-07 01:18:27.887 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-2317c8c6-d83c-4d61-906c-4a125f92ac7b'] response: {'name': 'network-changed', 'server_uuid': '3845b431-7852-435f-a614-d89f869902d8', 'tag': '53eb3294-9e93-4721-ac86-43aa4dabab30', 'status': 'completed', 'code': 200} 2026-04-07 01:18:27.903 10 INFO neutron.db.ovn_revision_numbers_db [None req-2736a14c-e236-4535-a0c9-41cf6d1de88f 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - - -] Successfully bumped revision number for resource 37c2cfa9-99c7-43b3-864b-a0ab2bdb9a00 (type: security_groups) to 1 2026-04-07 01:18:27.935 10 INFO neutron.wsgi [None req-2736a14c-e236-4535-a0c9-41cf6d1de88f 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - - -] 10.0.0.78 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1737 time: 0.4535930 2026-04-07 01:18:27.942 9 INFO neutron.wsgi [req-c12aaf55-677a-442e-8f4b-77b8dd4635ff req-d560bcc0-d48c-4795-acf6-ce9113d52467 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=f53361ab75e24ce1a85dd0ead70c1d1a&device_id=3845b431-7852-435f-a614-d89f869902d8 HTTP/1.1" status: 200 len: 1365 time: 0.0384438 2026-04-07 01:18:27.958 10 INFO neutron.wsgi [req-861e073a-c29e-4045-9c02-32de787a808b req-e7026a13-3f4d-43b5-a393-b63e002ee4b3 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=23b499f0-3d2f-4fa6-b315-07c39b054ff2 HTTP/1.1" status: 200 len: 1392 time: 0.1230896 2026-04-07 01:18:28.000 10 INFO neutron.wsgi [req-861e073a-c29e-4045-9c02-32de787a808b req-a4befc1e-631c-4786-964e-ad761ee0c15b 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=8ca5b6c9-f503-43bc-8256-2ad700120a57&fields=id&fields=name HTTP/1.1" status: 200 len: 309 time: 0.0360568 2026-04-07 01:18:28.015 9 INFO neutron.wsgi [None req-041198e9-3dc7-4929-9bc3-186bbbef16b7 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - - -] 10.0.0.78 "PUT /v2.0/security-groups/54f92505-8a96-4363-812e-76c8eaacdd3c/tags HTTP/1.1" status: 200 len: 210 time: 0.0624583 2026-04-07 01:18:28.047 9 INFO neutron.wsgi [req-c12aaf55-677a-442e-8f4b-77b8dd4635ff req-80aa906f-17a4-468b-9c3c-8178ec505016 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=70da58b5-e0f6-4e4f-a961-fa81cc2564da HTTP/1.1" status: 200 len: 958 time: 0.0943632 2026-04-07 01:18:28.049 10 INFO neutron.wsgi [None req-96337622-1912-4484-b516-93abc0cb0b90 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - - -] 10.0.0.78 "PUT /v2.0/security-groups/dc286854-d8ff-45a7-89ff-0a1bbf707b1a/tags HTTP/1.1" status: 200 len: 218 time: 0.0298972 2026-04-07 01:18:28.090 10 INFO neutron.wsgi [None req-b09f530b-8bdf-4f3c-99ac-b2b00dddcfb9 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - - -] 10.0.0.78 "PUT /v2.0/security-groups/ab43cf29-bfdb-4e31-a274-c4dd507831c8/tags HTTP/1.1" status: 200 len: 227 time: 0.0312023 2026-04-07 01:18:28.115 10 INFO neutron.wsgi [None req-bbf5df41-6efc-4731-9f5d-8e98a3ade3fa 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - - -] 10.0.0.78 "PUT /v2.0/security-groups/7085de79-fa2f-4513-8b74-ffc946ea823a/tags HTTP/1.1" status: 200 len: 212 time: 0.0205917 2026-04-07 01:18:28.145 9 INFO neutron.wsgi [req-c12aaf55-677a-442e-8f4b-77b8dd4635ff req-470c6b73-cfac-4888-8782-31a6f0ed9c08 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=53eb3294-9e93-4721-ac86-43aa4dabab30 HTTP/1.1" status: 200 len: 1060 time: 0.0833969 2026-04-07 01:18:28.188 10 INFO neutron.wsgi [None req-6bbc5719-0cf2-45f3-8126-4be1a3866803 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - default default] 10.0.0.78 "GET /v2.0/security-groups?tags=red HTTP/1.1" status: 200 len: 4813 time: 0.0667701 2026-04-07 01:18:28.203 9 INFO neutron.wsgi [None req-4261308c-2204-489e-a66a-3fb6275d4793 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/ports?network_id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a&mac_address=fa%3A16%3A3e%3A4c%3A21%3Afa HTTP/1.1" status: 200 len: 1387 time: 0.1758399 2026-04-07 01:18:28.213 9 INFO neutron.wsgi [req-c12aaf55-677a-442e-8f4b-77b8dd4635ff req-cd40e528-935b-4ecf-9dfc-248002bbbe81 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=617e90f7-1600-4717-8958-1b7a7e7a5a79 HTTP/1.1" status: 200 len: 852 time: 0.0560141 2026-04-07 01:18:28.238 10 INFO neutron.wsgi [None req-c2d78f57-0b82-4ca5-aa0e-1f52ae8f4b37 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - default default] 10.0.0.78 "GET /v2.0/security-groups?tags=red%2Cblue HTTP/1.1" status: 200 len: 3289 time: 0.0454905 2026-04-07 01:18:28.256 9 INFO neutron.wsgi [req-c12aaf55-677a-442e-8f4b-77b8dd4635ff req-efb23f97-2cb8-4cec-8299-b3a25e9cb0f5 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=70da58b5-e0f6-4e4f-a961-fa81cc2564da&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0300698 2026-04-07 01:18:28.286 10 INFO neutron.wsgi [None req-8b31d6d6-6eb6-4086-ada1-636594660299 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - default default] 10.0.0.78 "GET /v2.0/security-groups?tags-any=blue HTTP/1.1" status: 200 len: 3289 time: 0.0435171 2026-04-07 01:18:28.331 10 INFO neutron.wsgi [None req-d068beed-3b86-4c1a-9a41-626fcf0ccd99 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - default default] 10.0.0.78 "GET /v2.0/security-groups?tags-any=red%2Cblue HTTP/1.1" status: 200 len: 4813 time: 0.0411987 2026-04-07 01:18:28.358 9 INFO neutron.wsgi [None req-78f5ede4-f707-4a69-b940-02b975d09252 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/9629d08e-89a8-4ea6-9bd7-82a4cacd534a HTTP/1.1" status: 204 len: 168 time: 0.4826188 2026-04-07 01:18:28.366 9 INFO neutron.wsgi [req-c12aaf55-677a-442e-8f4b-77b8dd4635ff req-ecded335-6a9f-4bba-b910-e449bdbfb362 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/70da58b5-e0f6-4e4f-a961-fa81cc2564da?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0978515 2026-04-07 01:18:28.398 10 INFO neutron.wsgi [None req-4463fb0f-7fe1-4ad3-9e45-0c3557b6afb8 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - default default] 10.0.0.78 "GET /v2.0/security-groups?not-tags=red HTTP/1.1" status: 200 len: 6041 time: 0.0616500 2026-04-07 01:18:28.448 9 INFO neutron.wsgi [req-c12aaf55-677a-442e-8f4b-77b8dd4635ff req-208e72cc-80a4-48ea-8279-6e833250bdff 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/70da58b5-e0f6-4e4f-a961-fa81cc2564da?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0673113 2026-04-07 01:18:28.463 10 INFO neutron.wsgi [None req-abe1e732-829b-4b7d-86ca-dd15fdb1479a 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - default default] 10.0.0.78 "GET /v2.0/security-groups?not-tags=red%2Cblue HTTP/1.1" status: 200 len: 7565 time: 0.0598698 2026-04-07 01:18:28.544 10 INFO neutron.wsgi [None req-1c9fdd58-e0d5-4a21-955e-3098ecd58b26 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - default default] 10.0.0.78 "GET /v2.0/security-groups?not-tags-any=blue HTTP/1.1" status: 200 len: 7565 time: 0.0748720 2026-04-07 01:18:28.579 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b5882293-db67-4b4e-8ea9-9920aa4531e9 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] No more DHCP agents 2026-04-07 01:18:28.582 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b5882293-db67-4b4e-8ea9-9920aa4531e9 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:28.606 10 INFO neutron.wsgi [None req-7dd10018-ea0e-400a-a4f2-b0e06f657517 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - default default] 10.0.0.78 "GET /v2.0/security-groups?not-tags-any=red%2Cblue HTTP/1.1" status: 200 len: 6041 time: 0.0516632 2026-04-07 01:18:28.723 10 INFO neutron.wsgi [None req-a4678cd6-1d08-4d02-a68a-4fc5402471c2 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/54f92505-8a96-4363-812e-76c8eaacdd3c HTTP/1.1" status: 204 len: 168 time: 0.1109498 2026-04-07 01:18:28.844 10 INFO neutron.wsgi [None req-911811e2-cbec-4bd4-aa9b-047519e571bc 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/dc286854-d8ff-45a7-89ff-0a1bbf707b1a HTTP/1.1" status: 204 len: 168 time: 0.1151066 2026-04-07 01:18:28.958 10 INFO neutron.wsgi [None req-84de4935-32dc-4cab-b8fa-a445626aff4e 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/ab43cf29-bfdb-4e31-a274-c4dd507831c8 HTTP/1.1" status: 204 len: 168 time: 0.1096649 2026-04-07 01:18:29.016 9 INFO neutron.db.l3_db [None req-b5882293-db67-4b4e-8ea9-9920aa4531e9 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Floating IP a0a0aed6-fa12-4013-960a-3e7b4d21d9fb associated. External IP: 10.96.250.209, port: 5ec5122b-0a04-48e0-9ede-177b10b2054b. 2026-04-07 01:18:29.063 10 INFO neutron.wsgi [None req-25ac4596-7a72-4646-99c8-867733a9c16e 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/7085de79-fa2f-4513-8b74-ffc946ea823a HTTP/1.1" status: 204 len: 168 time: 0.0985892 2026-04-07 01:18:29.182 10 INFO neutron.wsgi [None req-f541e310-02aa-482e-b2b3-2ecf221a133a 515ee5bbe13e4407bcb3bca2638180d2 55fc4e3f1c074f2d96c45a6b7f5682b9 - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/37c2cfa9-99c7-43b3-864b-a0ab2bdb9a00 HTTP/1.1" status: 204 len: 168 time: 0.1130776 2026-04-07 01:18:29.192 9 INFO neutron.db.ovn_revision_numbers_db [None req-b5882293-db67-4b4e-8ea9-9920aa4531e9 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource a0a0aed6-fa12-4013-960a-3e7b4d21d9fb (type: floatingips) to 0 2026-04-07 01:18:29.285 9 INFO neutron.db.ovn_revision_numbers_db [None req-b5882293-db67-4b4e-8ea9-9920aa4531e9 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource a0a0aed6-fa12-4013-960a-3e7b4d21d9fb (type: floatingips) to 1 2026-04-07 01:18:29.331 9 INFO neutron.wsgi [None req-b5882293-db67-4b4e-8ea9-9920aa4531e9 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/floatingips HTTP/1.1" status: 201 len: 1053 time: 1.1221910 2026-04-07 01:18:29.457 9 INFO neutron.wsgi [req-377e2fdf-7bf4-4c74-a80b-37287987a19a req-8d05593f-987b-499d-8624-30da2a0ff6ef 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.171 "GET /v2.0/security-groups?name=tempest-lb_member_SG-61454481&fields=id&tenant_id=84236631f02f428ca66ff0a22b82b7ca HTTP/1.1" status: 200 len: 267 time: 0.0419664 2026-04-07 01:18:29.539 9 INFO neutron.wsgi [req-377e2fdf-7bf4-4c74-a80b-37287987a19a req-d344330b-4e42-4bdc-b0e9-87502c8e8ee4 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.171 "GET /v2.0/networks?id=85c1f3cb-6797-4448-8f48-eeb6b280bc96 HTTP/1.1" status: 200 len: 904 time: 0.0714724 2026-04-07 01:18:29.560 9 INFO neutron.wsgi [req-377e2fdf-7bf4-4c74-a80b-37287987a19a req-c5c06378-d317-4f29-9814-044a7d503dfa 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.171 "GET /v2.0/quotas/84236631f02f428ca66ff0a22b82b7ca HTTP/1.1" status: 200 len: 386 time: 0.0157387 2026-04-07 01:18:29.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022025 2026-04-07 01:18:29.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0012503 2026-04-07 01:18:29.724 9 INFO neutron.wsgi [req-377e2fdf-7bf4-4c74-a80b-37287987a19a req-a752c24a-8a14-4506-8212-63c7d04f128b 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.171 "GET /v2.0/ports?tenant_id=84236631f02f428ca66ff0a22b82b7ca&fields=id HTTP/1.1" status: 200 len: 532 time: 0.1595354 2026-04-07 01:18:29.821 9 INFO neutron.wsgi [req-377e2fdf-7bf4-4c74-a80b-37287987a19a req-4f1d3e51-7243-4ce0-ab9b-a63f5fc66602 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0853755 2026-04-07 01:18:29.885 9 INFO neutron.wsgi [req-377e2fdf-7bf4-4c74-a80b-37287987a19a req-2d193689-24fd-4f41-a3b8-c56cccb137cb 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0587554 2026-04-07 01:18:29.927 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c56428c8-6788-48df-92e2-d2d8a78380c0'] response: {'name': 'network-changed', 'server_uuid': '23b499f0-3d2f-4fa6-b315-07c39b054ff2', 'tag': '5ec5122b-0a04-48e0-9ede-177b10b2054b', 'status': 'completed', 'code': 200} 2026-04-07 01:18:29.981 9 INFO neutron.wsgi [req-1cf6ba3b-b7b0-43c7-8fdc-deb9ac437af9 req-b51ec194-c3bc-41ac-8dfb-d9888dfc2d1b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=84236631f02f428ca66ff0a22b82b7ca&device_id=23b499f0-3d2f-4fa6-b315-07c39b054ff2 HTTP/1.1" status: 200 len: 1582 time: 0.0366282 /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-04-07 01:18:30.040 10 INFO neutron.wsgi [req-b4bd1978-5096-4e9a-8678-a05819f4a7e7 req-34669168-4527-48bd-903f-bf48271f1e9a 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=1b470d9a-111c-40e4-825c-92a344440b22 HTTP/1.1" status: 200 len: 210 time: 0.0300214 2026-04-07 01:18:30.047 9 INFO neutron.wsgi [req-1cf6ba3b-b7b0-43c7-8fdc-deb9ac437af9 req-b03e1875-ca4a-4136-855b-5c2f1ea693fc 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a HTTP/1.1" status: 200 len: 1003 time: 0.0601165 2026-04-07 01:18:30.096 9 INFO neutron.wsgi [req-1cf6ba3b-b7b0-43c7-8fdc-deb9ac437af9 req-4ca3644e-ef8a-469f-b9de-77e2818e573d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.2.1.47&port_id=5ec5122b-0a04-48e0-9ede-177b10b2054b HTTP/1.1" status: 200 len: 1058 time: 0.0395029 2026-04-07 01:18:30.121 9 INFO neutron.wsgi [req-1cf6ba3b-b7b0-43c7-8fdc-deb9ac437af9 req-2220ee81-38ee-4311-b6f8-2b1fe070ce2d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aad&port_id=5ec5122b-0a04-48e0-9ede-177b10b2054b HTTP/1.1" status: 200 len: 217 time: 0.0201845 2026-04-07 01:18:30.170 9 INFO neutron.wsgi [req-1cf6ba3b-b7b0-43c7-8fdc-deb9ac437af9 req-4cd2e4dc-866e-412b-b717-80ee9f803f17 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=9d0ea858-77bc-4e03-b8af-ab5faabb962e&id=2266f479-b201-4555-92d1-381ab64ca65e HTTP/1.1" status: 200 len: 1563 time: 0.0376401 2026-04-07 01:18:30.178 9 INFO neutron.wsgi [None req-14dd27cf-f5ae-4212-a09a-b57e3b53ac62 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=55fc4e3f1c074f2d96c45a6b7f5682b9&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2518692 2026-04-07 01:18:30.205 9 INFO neutron.wsgi [req-1cf6ba3b-b7b0-43c7-8fdc-deb9ac437af9 req-95313d86-9a92-4bb5-8a30-2d6491cb5cbf 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0259538 2026-04-07 01:18:30.240 9 INFO neutron.wsgi [req-1cf6ba3b-b7b0-43c7-8fdc-deb9ac437af9 req-1606a6b6-33fd-4e9b-b292-36851bfdde8d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0255384 2026-04-07 01:18:30.316 9 INFO neutron.wsgi [req-1cf6ba3b-b7b0-43c7-8fdc-deb9ac437af9 req-0b793a77-9638-436f-a55f-3e23aaa976fb 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0685563 2026-04-07 01:18:30.377 9 INFO neutron.wsgi [req-1cf6ba3b-b7b0-43c7-8fdc-deb9ac437af9 req-48b4476a-a616-431a-9dee-ed0276e802fa 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0551565 2026-04-07 01:18:30.382 10 INFO neutron.wsgi [None req-7ba4f102-6d4d-4be7-82ff-e68e21f301a7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/809c57e4-4db5-46f9-8a8e-4a7c48456cb8 HTTP/1.1" status: 204 len: 168 time: 0.1988246 2026-04-07 01:18:30.616 10 INFO neutron.db.ovn_revision_numbers_db [None req-cecaa423-1b3f-4efb-8b66-40fb4cd2ec5e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource e4b8e8c2-6d73-4830-92a9-11224fba6a00 (type: security_groups) to 1 2026-04-07 01:18:30.647 10 INFO neutron.wsgi [None req-cecaa423-1b3f-4efb-8b66-40fb4cd2ec5e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=7568671fd4ae48ea958274bec79b5494&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1402369 2026-04-07 01:18:30.854 10 INFO neutron.wsgi [None req-c85e23af-f9f1-46fd-a97a-7f5a0817a0c1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/e4b8e8c2-6d73-4830-92a9-11224fba6a00 HTTP/1.1" status: 204 len: 168 time: 0.2021496 2026-04-07 01:18:30.901 9 INFO neutron.wsgi [req-377e2fdf-7bf4-4c74-a80b-37287987a19a req-12eaf852-5ef5-4527-ab20-eebdcba2a716 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 199.19.213.133 "GET /v2.0/networks?id=85c1f3cb-6797-4448-8f48-eeb6b280bc96 HTTP/1.1" status: 200 len: 904 time: 0.0994468 2026-04-07 01:18:30.959 9 INFO neutron.wsgi [req-377e2fdf-7bf4-4c74-a80b-37287987a19a req-7adb59d3-c553-4392-9a40-87e6b3da376b 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 199.19.213.133 "GET /v2.0/security-groups?fields=id&fields=name&tenant_id=84236631f02f428ca66ff0a22b82b7ca HTTP/1.1" status: 200 len: 376 time: 0.0493383 2026-04-07 01:18:31.144 10 INFO neutron.db.ovn_revision_numbers_db [None req-37bcf9b7-2dcc-4814-9fa1-8479d0dc1481 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource a8d5c8a3-a119-49ac-bec9-fba88fc7cdcd (type: security_groups) to 1 2026-04-07 01:18:31.168 10 INFO neutron.wsgi [None req-37bcf9b7-2dcc-4814-9fa1-8479d0dc1481 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=0b3d9d57040b411893b6bbc6e1a45d80&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1625228 2026-04-07 01:18:31.348 10 INFO neutron.wsgi [None req-95a4cf31-38c2-497c-b1fc-6fa7ff245ec2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/a8d5c8a3-a119-49ac-bec9-fba88fc7cdcd HTTP/1.1" status: 204 len: 168 time: 0.1756845 2026-04-07 01:18:31.364 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0fb69f33-47f5-4c33-b10d-07339bfe0995 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] No more DHCP agents 2026-04-07 01:18:31.368 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0fb69f33-47f5-4c33-b10d-07339bfe0995 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Unable to schedule network 85c1f3cb-6797-4448-8f48-eeb6b280bc96: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:31.808 9 INFO neutron.db.ovn_revision_numbers_db [None req-0fb69f33-47f5-4c33-b10d-07339bfe0995 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource 88710423-1ff6-4c23-b99b-93de067a421c (type: ports) to 1 2026-04-07 01:18:31.830 9 INFO neutron.wsgi [None req-0fb69f33-47f5-4c33-b10d-07339bfe0995 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 199.19.213.133 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1388 time: 0.8550496 /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-04-07 01:18:32.117 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf805e90-7e55-4222-83e4-2c64501e2eb1 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] Successfully bumped revision number for resource 06490298-0812-4871-ade2-74dbe60a8142 (type: security_groups) to 1 2026-04-07 01:18:32.179 10 INFO neutron.db.segments_db [None req-bf805e90-7e55-4222-83e4-2c64501e2eb1 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] Added segment 7ebdea7a-54f6-4178-97e1-24de8602948b of type geneve for network 29aba97b-93f2-47aa-82ce-93d512c0c22e 2026-04-07 01:18:32.234 9 INFO neutron.db.ovn_revision_numbers_db [None req-447871f6-0ac1-498f-8124-91ca0a3e177d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource 88710423-1ff6-4c23-b99b-93de067a421c (type: ports) to 2 2026-04-07 01:18:32.308 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf805e90-7e55-4222-83e4-2c64501e2eb1 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] Successfully bumped revision number for resource 29aba97b-93f2-47aa-82ce-93d512c0c22e (type: networks) to 1 2026-04-07 01:18:32.396 9 INFO neutron.db.ovn_revision_numbers_db [None req-447871f6-0ac1-498f-8124-91ca0a3e177d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource 88710423-1ff6-4c23-b99b-93de067a421c (type: ports) to 2 2026-04-07 01:18:32.411 9 INFO neutron.wsgi [None req-447871f6-0ac1-498f-8124-91ca0a3e177d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] 199.19.213.133 "PUT /v2.0/ports/88710423-1ff6-4c23-b99b-93de067a421c HTTP/1.1" status: 200 len: 1557 time: 0.5725868 /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-04-07 01:18:32.469 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c7be0a87-f5fd-4f4e-8217-89ce6faf7c90'] response: {'name': 'network-changed', 'server_uuid': '1b470d9a-111c-40e4-825c-92a344440b22', 'tag': '88710423-1ff6-4c23-b99b-93de067a421c', 'status': 'completed', 'code': 200} 2026-04-07 01:18:32.498 9 INFO neutron.wsgi [req-377e2fdf-7bf4-4c74-a80b-37287987a19a req-3cb1bc00-4886-48d0-b039-1de6826750ac 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=84236631f02f428ca66ff0a22b82b7ca&device_id=1b470d9a-111c-40e4-825c-92a344440b22 HTTP/1.1" status: 200 len: 1588 time: 0.0450623 2026-04-07 01:18:32.503 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bf805e90-7e55-4222-83e4-2c64501e2eb1 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] No more DHCP agents 2026-04-07 01:18:32.506 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bf805e90-7e55-4222-83e4-2c64501e2eb1 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] Unable to schedule network 29aba97b-93f2-47aa-82ce-93d512c0c22e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:32.535 9 INFO neutron.wsgi [req-377e2fdf-7bf4-4c74-a80b-37287987a19a req-1c5fb752-d43a-44e9-8cb0-58175a3ed597 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.2.2.10&port_id=88710423-1ff6-4c23-b99b-93de067a421c HTTP/1.1" status: 200 len: 217 time: 0.0309229 2026-04-07 01:18:32.574 10 INFO neutron.db.ovn_revision_numbers_db [None req-bf805e90-7e55-4222-83e4-2c64501e2eb1 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] Successfully bumped revision number for resource 19a6f11b-c407-4fff-b27e-eb2c8d15e487 (type: ports) to 1 2026-04-07 01:18:32.577 9 INFO neutron.wsgi [req-377e2fdf-7bf4-4c74-a80b-37287987a19a req-38eb2fce-7197-4de9-b938-e26e5218366a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A257&port_id=88710423-1ff6-4c23-b99b-93de067a421c HTTP/1.1" status: 200 len: 217 time: 0.0339592 2026-04-07 01:18:32.597 10 INFO neutron.wsgi [None req-bf805e90-7e55-4222-83e4-2c64501e2eb1 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 830 time: 0.7416101 2026-04-07 01:18:32.637 9 INFO neutron.wsgi [req-377e2fdf-7bf4-4c74-a80b-37287987a19a req-3973cfae-4c0d-4f4d-93a9-e34be9c8c0b7 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=47b334fd-d182-4dd3-bf3c-83a78c78ba1c&id=b96202f9-6fa9-4ce8-afd1-1af4195ed976 HTTP/1.1" status: 200 len: 1566 time: 0.0494866 2026-04-07 01:18:32.672 9 INFO neutron.wsgi [req-377e2fdf-7bf4-4c74-a80b-37287987a19a req-105fd016-ed40-466f-9fc4-b4238e87779b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=85c1f3cb-6797-4448-8f48-eeb6b280bc96&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0294311 2026-04-07 01:18:32.708 9 INFO neutron.wsgi [req-377e2fdf-7bf4-4c74-a80b-37287987a19a req-a1c81f12-2cd1-4043-bc33-4e6df42cc4d0 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=85c1f3cb-6797-4448-8f48-eeb6b280bc96&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0274248 2026-04-07 01:18:32.771 9 INFO neutron.wsgi [req-377e2fdf-7bf4-4c74-a80b-37287987a19a req-dbc6792c-2046-4453-aa6e-316c6d053c44 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0584238 2026-04-07 01:18:32.831 9 INFO neutron.wsgi [req-377e2fdf-7bf4-4c74-a80b-37287987a19a req-4d429f1c-d344-44c2-9dee-209760ef757e 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0519967 2026-04-07 01:18:32.842 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7481760f-962d-45ba-b03b-047e8f75d2e2 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] No more DHCP agents 2026-04-07 01:18:32.845 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7481760f-962d-45ba-b03b-047e8f75d2e2 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] Unable to schedule network 29aba97b-93f2-47aa-82ce-93d512c0c22e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:32.917 9 INFO neutron.wsgi [req-889a7a53-edbe-4859-8e38-26c87cc518e2 req-a5101865-c874-47b7-b804-97829782ab5d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=84236631f02f428ca66ff0a22b82b7ca&device_id=1b470d9a-111c-40e4-825c-92a344440b22 HTTP/1.1" status: 200 len: 1588 time: 0.0399494 2026-04-07 01:18:32.934 10 INFO neutron.db.ovn_revision_numbers_db [None req-7481760f-962d-45ba-b03b-047e8f75d2e2 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] Successfully bumped revision number for resource 127881d4-7494-471b-9fd5-742b4aede80a (type: ports) to 1 2026-04-07 01:18:32.962 10 INFO neutron.wsgi [None req-7481760f-962d-45ba-b03b-047e8f75d2e2 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 942 time: 0.3606060 /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-04-07 01:18:32.991 9 INFO neutron.wsgi [req-889a7a53-edbe-4859-8e38-26c87cc518e2 req-6d3dc959-4616-461b-8bdd-dc877920c02d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=85c1f3cb-6797-4448-8f48-eeb6b280bc96 HTTP/1.1" status: 200 len: 1003 time: 0.0680168 2026-04-07 01:18:33.029 9 INFO neutron.wsgi [req-889a7a53-edbe-4859-8e38-26c87cc518e2 req-dc27983b-7bc5-4a97-964d-a5e55ef30a85 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.2.2.10&port_id=88710423-1ff6-4c23-b99b-93de067a421c HTTP/1.1" status: 200 len: 217 time: 0.0304608 2026-04-07 01:18:33.069 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: 88710423-1ff6-4c23-b99b-93de067a421c 2026-04-07 01:18:33.071 9 INFO neutron.wsgi [req-889a7a53-edbe-4859-8e38-26c87cc518e2 req-dd2765b3-7601-4f6d-a887-e7d1e98ab91c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A257&port_id=88710423-1ff6-4c23-b99b-93de067a421c HTTP/1.1" status: 200 len: 217 time: 0.0347528 2026-04-07 01:18:33.089 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port 88710423-1ff6-4c23-b99b-93de067a421c 2026-04-07 01:18:33.132 9 INFO neutron.wsgi [req-889a7a53-edbe-4859-8e38-26c87cc518e2 req-19a370a0-2c58-4c32-877f-28b61f19f91b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=47b334fd-d182-4dd3-bf3c-83a78c78ba1c&id=b96202f9-6fa9-4ce8-afd1-1af4195ed976 HTTP/1.1" status: 200 len: 1566 time: 0.0544024 2026-04-07 01:18:33.181 9 INFO neutron.wsgi [req-889a7a53-edbe-4859-8e38-26c87cc518e2 req-dab35fe6-150f-459d-a9da-9bd7609c2d81 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=85c1f3cb-6797-4448-8f48-eeb6b280bc96&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0394664 2026-04-07 01:18:33.215 9 INFO neutron.wsgi [req-889a7a53-edbe-4859-8e38-26c87cc518e2 req-c193ec7c-67ac-4b67-ab52-f9719e5ff153 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=85c1f3cb-6797-4448-8f48-eeb6b280bc96&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0243981 2026-04-07 01:18:33.227 10 INFO neutron.wsgi [None req-2dd4faa0-f053-43a8-b389-16fad8bc2616 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] 10.0.0.78 "POST /v2.0/trunks HTTP/1.1" status: 201 len: 608 time: 0.2583952 2026-04-07 01:18:33.263 10 INFO neutron.wsgi [None req-89d8850e-07ba-4742-bdbe-8e3100971958 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] 10.0.0.78 "PUT /v2.0/trunks/1950829e-6dca-416b-99eb-32c246df5b37/tags HTTP/1.1" status: 200 len: 218 time: 0.0304725 2026-04-07 01:18:33.282 10 INFO neutron.wsgi [None req-49d0b284-0dea-4904-bd73-c3c8edf46cf1 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - default default] 10.0.0.78 "GET /v2.0/trunks/1950829e-6dca-416b-99eb-32c246df5b37/tags HTTP/1.1" status: 200 len: 218 time: 0.0146933 2026-04-07 01:18:33.298 9 INFO neutron.wsgi [req-889a7a53-edbe-4859-8e38-26c87cc518e2 req-2f7a08d2-3c07-44d1-b5cf-016bd5958fa3 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0768611 2026-04-07 01:18:33.311 10 INFO neutron.wsgi [None req-ebd6d85a-4ee8-479d-b0d0-a248d44ff507 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] 10.0.0.78 "PUT /v2.0/trunks/1950829e-6dca-416b-99eb-32c246df5b37/tags/green HTTP/1.1" status: 201 len: 201 time: 0.0235136 2026-04-07 01:18:33.328 10 INFO neutron.wsgi [None req-a7c30f42-9f0f-42e6-ac3b-be80be71765a aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - default default] 10.0.0.78 "GET /v2.0/trunks/1950829e-6dca-416b-99eb-32c246df5b37/tags HTTP/1.1" status: 200 len: 227 time: 0.0139477 2026-04-07 01:18:33.349 10 INFO neutron.wsgi [None req-5fe02b7a-46c4-48d3-894f-586983056afc aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] 10.0.0.78 "PUT /v2.0/trunks/1950829e-6dca-416b-99eb-32c246df5b37/tags/red HTTP/1.1" status: 201 len: 201 time: 0.0155892 2026-04-07 01:18:33.369 10 INFO neutron.wsgi [None req-0ca8aadf-0359-408f-96f0-5d45fd6274c0 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - default default] 10.0.0.78 "GET /v2.0/trunks/1950829e-6dca-416b-99eb-32c246df5b37/tags HTTP/1.1" status: 200 len: 227 time: 0.0140886 2026-04-07 01:18:33.404 9 INFO neutron.wsgi [req-889a7a53-edbe-4859-8e38-26c87cc518e2 req-45870476-b1cc-4e24-9008-8f7e0c571888 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0879724 2026-04-07 01:18:33.411 10 INFO neutron.wsgi [None req-4afb7f35-9bd8-4934-97a7-3658f18d79c7 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] 10.0.0.78 "PUT /v2.0/trunks/1950829e-6dca-416b-99eb-32c246df5b37/tags/black.or.white HTTP/1.1" status: 201 len: 201 time: 0.0377908 2026-04-07 01:18:33.422 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource 88710423-1ff6-4c23-b99b-93de067a421c (type: ports) to 4 2026-04-07 01:18:33.436 9 INFO neutron.wsgi [None req-a526411c-9b70-4a2d-8f3a-5dd31be39c2d aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - default default] 10.0.0.78 "GET /v2.0/trunks/1950829e-6dca-416b-99eb-32c246df5b37/tags HTTP/1.1" status: 200 len: 245 time: 0.0185304 2026-04-07 01:18:33.470 10 INFO neutron.wsgi [None req-14e8d434-2daf-42d5-b492-c5ef98e0d892 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] 10.0.0.78 "PUT /v2.0/trunks/1950829e-6dca-416b-99eb-32c246df5b37/tags HTTP/1.1" status: 200 len: 230 time: 0.0292094 /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-04-07 01:18:33.488 9 INFO neutron.wsgi [None req-c21708a3-1ab5-42bd-bc08-e6c5fb07bace aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - default default] 10.0.0.78 "GET /v2.0/trunks/1950829e-6dca-416b-99eb-32c246df5b37/tags HTTP/1.1" status: 200 len: 230 time: 0.0128257 2026-04-07 01:18:33.502 9 INFO neutron.wsgi [None req-a4a02f92-1c29-447d-99bd-6410dce92378 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - default default] 10.0.0.78 "GET /v2.0/trunks/1950829e-6dca-416b-99eb-32c246df5b37/tags/red HTTP/1.1" status: 204 len: 168 time: 0.0093155 2026-04-07 01:18:33.514 9 INFO neutron.api.v2.resource [None req-5b2e1bd5-f07c-43c5-ae20-7e597dea07ce aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:18:33.515 9 INFO neutron.wsgi [None req-5b2e1bd5-f07c-43c5-ae20-7e597dea07ce aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - default default] 10.0.0.78 "GET /v2.0/trunks/1950829e-6dca-416b-99eb-32c246df5b37/tags/green HTTP/1.1" status: 404 len: 299 time: 0.0094347 2026-04-07 01:18:33.542 9 INFO neutron.wsgi [None req-d3f5e7d1-58af-4a70-8255-9139feb9ff57 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] 10.0.0.78 "DELETE /v2.0/trunks/1950829e-6dca-416b-99eb-32c246df5b37/tags/red HTTP/1.1" status: 204 len: 168 time: 0.0222030 2026-04-07 01:18:33.556 9 INFO neutron.wsgi [None req-4d6ce2c9-deb2-4f7f-a7d0-2ffa13d5c03f aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - default default] 10.0.0.78 "GET /v2.0/trunks/1950829e-6dca-416b-99eb-32c246df5b37/tags HTTP/1.1" status: 200 len: 223 time: 0.0106535 2026-04-07 01:18:33.571 9 INFO neutron.api.v2.resource [None req-f00e91dd-2e94-41ec-a449-2a0d9c3ec7e6 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] delete failed (client error): The resource could not be found. 2026-04-07 01:18:33.572 9 INFO neutron.wsgi [None req-f00e91dd-2e94-41ec-a449-2a0d9c3ec7e6 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] 10.0.0.78 "DELETE /v2.0/trunks/1950829e-6dca-416b-99eb-32c246df5b37/tags/green HTTP/1.1" status: 404 len: 299 time: 0.0117633 2026-04-07 01:18:33.596 9 INFO neutron.wsgi [None req-ae9efc81-e396-47aa-8119-55ad29f81ab0 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] 10.0.0.78 "DELETE /v2.0/trunks/1950829e-6dca-416b-99eb-32c246df5b37/tags HTTP/1.1" status: 204 len: 168 time: 0.0204113 2026-04-07 01:18:33.610 9 INFO neutron.wsgi [None req-2a33fce8-7469-44f3-b5e4-6a9aa4bd84ce aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - default default] 10.0.0.78 "GET /v2.0/trunks/1950829e-6dca-416b-99eb-32c246df5b37/tags HTTP/1.1" status: 200 len: 205 time: 0.0093966 2026-04-07 01:18:33.632 9 INFO neutron.wsgi [None req-8b6c602f-da2a-4b0f-8ac2-fee729c0104c aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - default default] 10.0.0.78 "GET /v2.0/trunks/1950829e-6dca-416b-99eb-32c246df5b37 HTTP/1.1" status: 200 len: 603 time: 0.0174818 2026-04-07 01:18:33.749 9 INFO neutron.wsgi [None req-997863b0-40f1-4f76-a0ab-1c055cc3d2e3 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - default default] 10.0.0.78 "GET /v2.0/ports/127881d4-7494-471b-9fd5-742b4aede80a HTTP/1.1" status: 200 len: 1020 time: 0.1116855 2026-04-07 01:18:33.870 9 INFO neutron.wsgi [None req-405046de-4e57-459b-a818-d161f4aa6805 aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] 10.0.0.78 "DELETE /v2.0/trunks/1950829e-6dca-416b-99eb-32c246df5b37 HTTP/1.1" status: 204 len: 168 time: 0.1161656 2026-04-07 01:18:34.143 9 INFO neutron.wsgi [None req-910323f2-62fe-4ac0-bb2e-b453e2a45e7e aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] 10.0.0.78 "DELETE /v2.0/ports/127881d4-7494-471b-9fd5-742b4aede80a HTTP/1.1" status: 204 len: 168 time: 0.2679427 2026-04-07 01:18:34.506 9 INFO neutron.services.segments.plugin [-] Segment 7ebdea7a-54f6-4178-97e1-24de8602948b resource provider aggregate not found 2026-04-07 01:18:34.511 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-317b7397-d1a8-448f-9545-6593ab773526'] response: {'server_uuid': '1b470d9a-111c-40e4-825c-92a344440b22', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '88710423-1ff6-4c23-b99b-93de067a421c', 'code': 200} 2026-04-07 01:18:34.511 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-317b7397-d1a8-448f-9545-6593ab773526'] response: {'server_uuid': '1b470d9a-111c-40e4-825c-92a344440b22', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '88710423-1ff6-4c23-b99b-93de067a421c', 'code': 200} 2026-04-07 01:18:34.511 9 INFO neutron.services.segments.plugin [-] Segment 7ebdea7a-54f6-4178-97e1-24de8602948b resource provider aggregate not found 2026-04-07 01:18:34.527 9 INFO neutron.services.segments.plugin [-] Segment 7ebdea7a-54f6-4178-97e1-24de8602948b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ebdea7a-54f6-4178-97e1-24de8602948b found for delete ", "request_id": "req-9a6054bd-a750-4732-8a33-c8ba84ff1d99"}]} 2026-04-07 01:18:34.551 9 INFO neutron.services.segments.plugin [-] Segment 7ebdea7a-54f6-4178-97e1-24de8602948b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ebdea7a-54f6-4178-97e1-24de8602948b found for delete ", "request_id": "req-3c0cbfd0-5861-4acc-9912-75ef834d6473"}]} 2026-04-07 01:18:34.581 9 INFO neutron.wsgi [None req-9e538dd6-afa9-4c57-836a-cb6fd236042d aec463432e5d494ea7e110558d509180 464fcbce23434d8daaecad7d6a143e6c - - - -] 10.0.0.78 "DELETE /v2.0/networks/29aba97b-93f2-47aa-82ce-93d512c0c22e HTTP/1.1" status: 204 len: 168 time: 0.4330401 2026-04-07 01:18:35.067 10 INFO neutron.wsgi [req-42c64436-5631-46b5-8177-6c9eacb67050 req-354db105-2763-47f4-ba1e-1828291bd26f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.88 "GET /v2.0/ports?device_id=3845b431-7852-435f-a614-d89f869902d8 HTTP/1.1" status: 200 len: 1365 time: 0.0385621 2026-04-07 01:18:35.114 10 INFO neutron.wsgi [req-42c64436-5631-46b5-8177-6c9eacb67050 req-f30a9447-4567-4b97-a330-fadffdbccb78 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.88 "GET /v2.0/security-groups?id=0603636f-bf54-4e1f-a60e-1ac33d6112c6&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0378718 2026-04-07 01:18:35.142 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9f454fb6-39dc-4618-aeeb-1cfa513ac3bf 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - - -] No more DHCP agents 2026-04-07 01:18:35.145 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9f454fb6-39dc-4618-aeeb-1cfa513ac3bf 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:35.212 9 INFO neutron.wsgi [req-993aa947-ec9a-4817-bd1d-97723b86420d req-7c041e72-ae4c-4d94-8f3c-1ac6e416bb0e 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=1b470d9a-111c-40e4-825c-92a344440b22 HTTP/1.1" status: 200 len: 1400 time: 0.0979984 2026-04-07 01:18:35.273 9 INFO neutron.wsgi [req-993aa947-ec9a-4817-bd1d-97723b86420d req-02da3a13-818f-4af4-a34c-fc457f14c46f 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=8ca5b6c9-f503-43bc-8256-2ad700120a57&fields=id&fields=name HTTP/1.1" status: 200 len: 309 time: 0.0507212 2026-04-07 01:18:35.371 9 INFO neutron.wsgi [None req-cf0342d3-6c18-4706-a67e-4fa361d22ee1 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/ports?network_id=85c1f3cb-6797-4448-8f48-eeb6b280bc96&mac_address=fa%3A16%3A3e%3A93%3Ae1%3A85 HTTP/1.1" status: 200 len: 1395 time: 0.0602307 2026-04-07 01:18:35.540 9 INFO neutron.db.ovn_revision_numbers_db [None req-9f454fb6-39dc-4618-aeeb-1cfa513ac3bf 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - - -] Successfully bumped revision number for resource 91632eca-1966-4597-8896-26d77b653452 (type: floatingips) to 0 2026-04-07 01:18:35.564 9 INFO neutron.wsgi [None req-9f454fb6-39dc-4618-aeeb-1cfa513ac3bf 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - - -] 10.0.0.78 "POST /v2.0/floatingips HTTP/1.1" status: 201 len: 751 time: 1.0098701 2026-04-07 01:18:35.626 9 INFO neutron.wsgi [None req-82426480-d19c-4e49-ba48-d9e7f969c0d7 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - - -] 10.0.0.78 "PUT /v2.0/floatingips/91632eca-1966-4597-8896-26d77b653452/tags HTTP/1.1" status: 200 len: 218 time: 0.0555496 2026-04-07 01:18:35.643 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0b49c0f4-9ef5-4798-865f-befca4c08eb7 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] No more DHCP agents 2026-04-07 01:18:35.647 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0b49c0f4-9ef5-4798-865f-befca4c08eb7 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:35.662 9 INFO neutron.wsgi [None req-c5e2cc2a-758c-4206-ba8a-d1e37490aaa1 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - default default] 10.0.0.78 "GET /v2.0/floatingips/91632eca-1966-4597-8896-26d77b653452/tags HTTP/1.1" status: 200 len: 218 time: 0.0322187 2026-04-07 01:18:35.667 10 INFO neutron.db.ovn_revision_numbers_db [None req-ca8ddf0e-366c-4575-bdc1-1810c2283897 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 2bab9f04-c196-4ee0-8901-149a0566a60d (type: security_groups) to 1 2026-04-07 01:18:35.695 10 INFO neutron.wsgi [None req-ca8ddf0e-366c-4575-bdc1-1810c2283897 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=748fdefa90c84caea61447ecc873de60&name=default HTTP/1.1" status: 200 len: 2996 time: 0.3534997 2026-04-07 01:18:35.709 9 INFO neutron.wsgi [None req-ab3e46f5-b7bb-4454-b2fd-e100aeeeb47c 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - - -] 10.0.0.78 "PUT /v2.0/floatingips/91632eca-1966-4597-8896-26d77b653452/tags/green HTTP/1.1" status: 201 len: 201 time: 0.0411811 2026-04-07 01:18:35.745 9 INFO neutron.wsgi [None req-3cf254ea-d648-4de3-bbf2-bc537e23d8cb 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - default default] 10.0.0.78 "GET /v2.0/floatingips/91632eca-1966-4597-8896-26d77b653452/tags HTTP/1.1" status: 200 len: 227 time: 0.0310655 2026-04-07 01:18:35.776 9 INFO neutron.wsgi [None req-eedea40b-2cfc-4513-840c-07fc937eefcf 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - - -] 10.0.0.78 "PUT /v2.0/floatingips/91632eca-1966-4597-8896-26d77b653452/tags/red HTTP/1.1" status: 201 len: 201 time: 0.0263426 2026-04-07 01:18:36.078 9 INFO neutron.wsgi [None req-134b190a-9d5f-4124-9830-97bbd970632c 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - default default] 10.0.0.78 "GET /v2.0/floatingips/91632eca-1966-4597-8896-26d77b653452/tags HTTP/1.1" status: 200 len: 227 time: 0.2958605 2026-04-07 01:18:36.122 9 INFO neutron.wsgi [None req-ab888687-acb7-4790-b112-4641ba64103c 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - - -] 10.0.0.78 "PUT /v2.0/floatingips/91632eca-1966-4597-8896-26d77b653452/tags/black.or.white HTTP/1.1" status: 201 len: 201 time: 0.0391202 2026-04-07 01:18:36.156 9 INFO neutron.wsgi [None req-da765577-df6a-42ff-ae58-72f3e3b5c163 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - default default] 10.0.0.78 "GET /v2.0/floatingips/91632eca-1966-4597-8896-26d77b653452/tags HTTP/1.1" status: 200 len: 245 time: 0.0292487 2026-04-07 01:18:36.205 9 INFO neutron.wsgi [None req-342d6caf-64af-4934-9954-1756f67d7d19 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - - -] 10.0.0.78 "PUT /v2.0/floatingips/91632eca-1966-4597-8896-26d77b653452/tags HTTP/1.1" status: 200 len: 230 time: 0.0417457 2026-04-07 01:18:36.240 9 INFO neutron.wsgi [None req-46110903-c24b-4765-88dd-869bde115f38 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - default default] 10.0.0.78 "GET /v2.0/floatingips/91632eca-1966-4597-8896-26d77b653452/tags HTTP/1.1" status: 200 len: 230 time: 0.0302868 2026-04-07 01:18:36.260 9 INFO neutron.wsgi [None req-b4fa289f-cb40-4d00-b5ed-4074c53186cb 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/2bab9f04-c196-4ee0-8901-149a0566a60d HTTP/1.1" status: 204 len: 168 time: 0.5591478 2026-04-07 01:18:36.279 9 INFO neutron.wsgi [None req-f6ab4343-8126-4eb7-9acb-ab7583005dd1 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - default default] 10.0.0.78 "GET /v2.0/floatingips/91632eca-1966-4597-8896-26d77b653452/tags/red HTTP/1.1" status: 204 len: 168 time: 0.0315280 2026-04-07 01:18:36.310 9 INFO neutron.api.v2.resource [None req-5ddd9127-85f0-4739-a209-3791e43a8bdb 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:18:36.311 9 INFO neutron.wsgi [None req-5ddd9127-85f0-4739-a209-3791e43a8bdb 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - default default] 10.0.0.78 "GET /v2.0/floatingips/91632eca-1966-4597-8896-26d77b653452/tags/green HTTP/1.1" status: 404 len: 299 time: 0.0275166 2026-04-07 01:18:36.321 10 INFO neutron.wsgi [req-d09bec3c-5efd-4c1a-b83b-adda6413ede9 req-8d83b453-a6c4-411d-8fb4-bd9b2d964f04 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.88 "GET /v2.0/ports?device_id=23b499f0-3d2f-4fa6-b315-07c39b054ff2 HTTP/1.1" status: 200 len: 1582 time: 0.3159060 2026-04-07 01:18:36.353 9 INFO neutron.wsgi [None req-36021144-d7a4-4faa-9838-04e463d5b769 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - - -] 10.0.0.78 "DELETE /v2.0/floatingips/91632eca-1966-4597-8896-26d77b653452/tags/red HTTP/1.1" status: 204 len: 168 time: 0.0367064 2026-04-07 01:18:36.362 10 INFO neutron.wsgi [req-d09bec3c-5efd-4c1a-b83b-adda6413ede9 req-07c9889a-0701-43c9-b8b5-e608a3469643 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.88 "GET /v2.0/security-groups?id=8ca5b6c9-f503-43bc-8256-2ad700120a57&fields=id&fields=name HTTP/1.1" status: 200 len: 309 time: 0.0336196 2026-04-07 01:18:36.381 9 INFO neutron.wsgi [None req-3ee5a026-f8d6-4e7c-9e00-46c453afd2a4 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - default default] 10.0.0.78 "GET /v2.0/floatingips/91632eca-1966-4597-8896-26d77b653452/tags HTTP/1.1" status: 200 len: 223 time: 0.0222456 2026-04-07 01:18:36.434 9 INFO neutron.api.v2.resource [None req-d4f138ad-941e-432b-a439-26a53745d76c 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - - -] delete failed (client error): The resource could not be found. 2026-04-07 01:18:36.435 9 INFO neutron.wsgi [None req-d4f138ad-941e-432b-a439-26a53745d76c 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - - -] 10.0.0.78 "DELETE /v2.0/floatingips/91632eca-1966-4597-8896-26d77b653452/tags/green HTTP/1.1" status: 404 len: 299 time: 0.0497236 2026-04-07 01:18:36.465 10 INFO neutron.db.l3_db [None req-0b49c0f4-9ef5-4798-865f-befca4c08eb7 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Floating IP af6d7fce-6b44-4c04-812f-40bbe88f2a4a associated. External IP: 10.96.250.215, port: 88710423-1ff6-4c23-b99b-93de067a421c. 2026-04-07 01:18:36.469 9 INFO neutron.wsgi [None req-7637e66a-359d-4c29-a1f1-4f323017a8c8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=464fcbce23434d8daaecad7d6a143e6c&name=default HTTP/1.1" status: 200 len: 2996 time: 0.0501993 2026-04-07 01:18:36.505 9 INFO neutron.wsgi [None req-2f26fd7e-c25d-41fa-a115-926eef2f38d5 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - - -] 10.0.0.78 "DELETE /v2.0/floatingips/91632eca-1966-4597-8896-26d77b653452/tags HTTP/1.1" status: 204 len: 168 time: 0.0645645 2026-04-07 01:18:36.538 9 INFO neutron.wsgi [None req-68e8b961-247a-4b9d-80be-f845713ec9d5 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - default default] 10.0.0.78 "GET /v2.0/floatingips/91632eca-1966-4597-8896-26d77b653452/tags HTTP/1.1" status: 200 len: 205 time: 0.0278101 2026-04-07 01:18:36.693 10 INFO neutron.db.ovn_revision_numbers_db [None req-0b49c0f4-9ef5-4798-865f-befca4c08eb7 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource af6d7fce-6b44-4c04-812f-40bbe88f2a4a (type: floatingips) to 0 2026-04-07 01:18:36.775 10 INFO neutron.db.ovn_revision_numbers_db [None req-0b49c0f4-9ef5-4798-865f-befca4c08eb7 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource af6d7fce-6b44-4c04-812f-40bbe88f2a4a (type: floatingips) to 1 2026-04-07 01:18:36.783 9 INFO neutron.wsgi [None req-a4a127ee-51f5-45b5-86b8-85dba803a20c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/06490298-0812-4871-ade2-74dbe60a8142 HTTP/1.1" status: 204 len: 168 time: 0.3081121 2026-04-07 01:18:36.815 10 INFO neutron.wsgi [None req-0b49c0f4-9ef5-4798-865f-befca4c08eb7 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/floatingips HTTP/1.1" status: 201 len: 1053 time: 1.4388235 2026-04-07 01:18:36.855 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-797f3030-5d1a-4433-99be-50258303fa17'] response: {'name': 'network-changed', 'server_uuid': '1b470d9a-111c-40e4-825c-92a344440b22', 'tag': '88710423-1ff6-4c23-b99b-93de067a421c', 'status': 'completed', 'code': 200} 2026-04-07 01:18:36.910 9 INFO neutron.wsgi [req-1c2c50c6-8f9a-4ec5-83a6-0eb9ba04cf84 req-0cbf77a0-e0c5-46d5-a7a4-c891daa65af4 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=84236631f02f428ca66ff0a22b82b7ca&device_id=1b470d9a-111c-40e4-825c-92a344440b22 HTTP/1.1" status: 200 len: 1590 time: 0.0333650 2026-04-07 01:18:36.924 9 INFO neutron.wsgi [None req-2f7564e7-95f7-4438-a96f-95222ea1bf82 47e086c941654735b59b6288cebdcaa5 1d22ed55bd2b4c5bbb077d2f8af7a7f8 - - - -] 10.0.0.78 "DELETE /v2.0/floatingips/91632eca-1966-4597-8896-26d77b653452 HTTP/1.1" status: 204 len: 168 time: 0.3803408 2026-04-07 01:18:36.992 9 INFO neutron.wsgi [req-1c2c50c6-8f9a-4ec5-83a6-0eb9ba04cf84 req-978c280e-0b37-467d-b8d7-8ceea633ed6d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=85c1f3cb-6797-4448-8f48-eeb6b280bc96 HTTP/1.1" status: 200 len: 1003 time: 0.0670373 2026-04-07 01:18:37.050 9 INFO neutron.wsgi [req-1c2c50c6-8f9a-4ec5-83a6-0eb9ba04cf84 req-f625140d-1e53-4121-a24f-4c833c679d23 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.2.2.10&port_id=88710423-1ff6-4c23-b99b-93de067a421c HTTP/1.1" status: 200 len: 1058 time: 0.0511782 2026-04-07 01:18:37.079 9 INFO neutron.wsgi [req-1c2c50c6-8f9a-4ec5-83a6-0eb9ba04cf84 req-13726cb0-6883-415c-ab40-a2a999cbd317 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A257&port_id=88710423-1ff6-4c23-b99b-93de067a421c HTTP/1.1" status: 200 len: 217 time: 0.0214138 2026-04-07 01:18:37.122 9 INFO neutron.wsgi [req-1c2c50c6-8f9a-4ec5-83a6-0eb9ba04cf84 req-f79e4d05-8fda-4dd9-87fc-a7adac4cf21f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=47b334fd-d182-4dd3-bf3c-83a78c78ba1c&id=b96202f9-6fa9-4ce8-afd1-1af4195ed976 HTTP/1.1" status: 200 len: 1566 time: 0.0362990 2026-04-07 01:18:37.156 9 INFO neutron.wsgi [req-1c2c50c6-8f9a-4ec5-83a6-0eb9ba04cf84 req-14550b7c-1b4d-4aa4-8304-a5a89902d5c1 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=85c1f3cb-6797-4448-8f48-eeb6b280bc96&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0251272 2026-04-07 01:18:37.182 9 INFO neutron.wsgi [req-1c2c50c6-8f9a-4ec5-83a6-0eb9ba04cf84 req-bbfea3d2-afb5-4c65-984c-0fb99630eead 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=85c1f3cb-6797-4448-8f48-eeb6b280bc96&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0198107 /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-04-07 01:18:37.246 9 INFO neutron.wsgi [req-1c2c50c6-8f9a-4ec5-83a6-0eb9ba04cf84 req-bf351340-8e27-4916-9ec9-dd34eaef746a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0568635 2026-04-07 01:18:37.276 10 INFO neutron.wsgi [None req-039da78e-2101-40ba-aebf-382a79044d81 807245f2d818405ba91438cab6b04b98 36e7a33de47c4605a77fcb07d2882929 - - default default] 10.0.0.78 "GET /v2.0/ports?project_id=f53361ab75e24ce1a85dd0ead70c1d1a&network_id=70da58b5-e0f6-4e4f-a961-fa81cc2564da HTTP/1.1" status: 200 len: 3466 time: 0.0620422 2026-04-07 01:18:37.304 9 INFO neutron.wsgi [req-1c2c50c6-8f9a-4ec5-83a6-0eb9ba04cf84 req-4a72c579-70ed-48dc-b0d7-b78fefb2554f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0511122 2026-04-07 01:18:37.572 9 INFO neutron.wsgi [None req-60e56ea3-86fe-4787-bb02-f0e70ba37c73 807245f2d818405ba91438cab6b04b98 36e7a33de47c4605a77fcb07d2882929 - - default default] 10.0.0.78 "GET /v2.0/subnets?network_id=97a2ea9d-c987-4844-aa76-716df499f90b HTTP/1.1" status: 200 len: 838 time: 0.0392139 2026-04-07 01:18:37.941 9 INFO neutron.db.l3_db [None req-c1c5d3ca-5b31-445a-8dcb-dc676f2203d9 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Floating IP 437d3df4-04af-4c2f-ba96-f73634fa3ec9 disassociated. External IP: 10.96.250.219, port: 53eb3294-9e93-4721-ac86-43aa4dabab30. 2026-04-07 01:18:38.004 9 INFO neutron.db.ovn_revision_numbers_db [None req-c1c5d3ca-5b31-445a-8dcb-dc676f2203d9 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 437d3df4-04af-4c2f-ba96-f73634fa3ec9 (type: floatingips) to 2 2026-04-07 01:18:38.082 9 INFO neutron.db.ovn_revision_numbers_db [None req-95a49937-2286-470b-a418-e9c05b0ba4fe 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 34d63d42-d084-441d-9513-88e2249a0ccf (type: security_groups) to 1 2026-04-07 01:18:38.095 9 INFO neutron.wsgi [None req-c1c5d3ca-5b31-445a-8dcb-dc676f2203d9 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "PUT /v2.0/floatingips/437d3df4-04af-4c2f-ba96-f73634fa3ec9 HTTP/1.1" status: 200 len: 748 time: 0.3060291 2026-04-07 01:18:38.114 9 INFO neutron.wsgi [None req-95a49937-2286-470b-a418-e9c05b0ba4fe 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=1d22ed55bd2b4c5bbb077d2f8af7a7f8&name=default HTTP/1.1" status: 200 len: 2996 time: 0.4475129 /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-04-07 01:18:38.149 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b683e4e-6066-40ce-83ce-6e1df0757f89'] response: {'name': 'network-changed', 'server_uuid': '3845b431-7852-435f-a614-d89f869902d8', 'tag': '53eb3294-9e93-4721-ac86-43aa4dabab30', 'status': 'completed', 'code': 200} 2026-04-07 01:18:38.155 10 INFO neutron.wsgi [None req-da4e2ef3-84c5-420f-a57a-7a666071c25a f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.78 "GET /v2.0/floatingips/437d3df4-04af-4c2f-ba96-f73634fa3ec9 HTTP/1.1" status: 200 len: 746 time: 0.0548258 2026-04-07 01:18:38.209 9 INFO neutron.wsgi [req-d58a57bf-2e06-4fe2-9eed-f4abf8875ecc req-fd6ed531-caf4-4858-a3f1-7a3117e29859 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=f53361ab75e24ce1a85dd0ead70c1d1a&device_id=3845b431-7852-435f-a614-d89f869902d8 HTTP/1.1" status: 200 len: 1365 time: 0.0425975 2026-04-07 01:18:38.281 9 INFO neutron.wsgi [req-d58a57bf-2e06-4fe2-9eed-f4abf8875ecc req-dab8b406-4348-42db-9e57-c2680ae37d79 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=70da58b5-e0f6-4e4f-a961-fa81cc2564da HTTP/1.1" status: 200 len: 958 time: 0.0662179 2026-04-07 01:18:38.322 9 INFO neutron.wsgi [req-d58a57bf-2e06-4fe2-9eed-f4abf8875ecc req-6a5a0a6e-c4c7-493f-9e45-f98beb1c3482 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=53eb3294-9e93-4721-ac86-43aa4dabab30 HTTP/1.1" status: 200 len: 217 time: 0.0345023 2026-04-07 01:18:38.374 9 INFO neutron.wsgi [req-d58a57bf-2e06-4fe2-9eed-f4abf8875ecc req-a3af8c89-93c5-4887-90e3-d80975582b7f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=617e90f7-1600-4717-8958-1b7a7e7a5a79 HTTP/1.1" status: 200 len: 852 time: 0.0445163 2026-04-07 01:18:38.385 9 INFO neutron.wsgi [None req-1c19a027-b941-46a8-b283-db0cee3b9f51 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/34d63d42-d084-441d-9513-88e2249a0ccf HTTP/1.1" status: 204 len: 168 time: 0.2651210 2026-04-07 01:18:38.407 9 INFO neutron.wsgi [req-d58a57bf-2e06-4fe2-9eed-f4abf8875ecc req-8c12912e-f62e-416c-bca7-7d2297a76c1e 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=70da58b5-e0f6-4e4f-a961-fa81cc2564da&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0251980 2026-04-07 01:18:38.475 9 INFO neutron.wsgi [req-d58a57bf-2e06-4fe2-9eed-f4abf8875ecc req-f737098b-b1fc-46c2-92a0-20e9f734179f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/70da58b5-e0f6-4e4f-a961-fa81cc2564da?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0583515 2026-04-07 01:18:38.543 9 INFO neutron.wsgi [req-d58a57bf-2e06-4fe2-9eed-f4abf8875ecc req-7d204d8b-10ed-47b5-8053-8e8753fa9b83 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/70da58b5-e0f6-4e4f-a961-fa81cc2564da?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0597165 2026-04-07 01:18:38.651 9 INFO neutron.db.ovn_revision_numbers_db [None req-ff2f8e0f-2966-484d-ac46-5f8b8a1a89d3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource fb801162-1b31-4722-a413-d63885407ba9 (type: security_groups) to 1 2026-04-07 01:18:38.676 9 INFO neutron.wsgi [None req-ff2f8e0f-2966-484d-ac46-5f8b8a1a89d3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=38944700786241eb812508d419e588bf&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1254258 2026-04-07 01:18:38.865 9 INFO neutron.wsgi [None req-691b2bb2-d88d-4f35-a1bf-69640dbdec9f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/fb801162-1b31-4722-a413-d63885407ba9 HTTP/1.1" status: 204 len: 168 time: 0.1839807 2026-04-07 01:18:39.336 9 INFO neutron.db.ovn_revision_numbers_db [None req-53adada1-e6fc-4f02-ad67-acb407f6dccf f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 79f58222-1cb7-4ecf-8a03-0d3529803969 (type: security_groups) to 1 2026-04-07 01:18:39.354 9 INFO neutron.wsgi [None req-53adada1-e6fc-4f02-ad67-acb407f6dccf f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1811 time: 0.1170635 2026-04-07 01:18:39.468 9 INFO neutron.db.ovn_revision_numbers_db [None req-447fa540-c308-45a2-a1ae-3220d8b1f2c9 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 18ccbcc2-fc79-4328-83c4-65f396900c3a (type: security_group_rules) to 0 2026-04-07 01:18:39.489 9 INFO neutron.wsgi [None req-447fa540-c308-45a2-a1ae-3220d8b1f2c9 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 764 time: 0.1292677 2026-04-07 01:18:39.589 9 INFO neutron.db.ovn_revision_numbers_db [None req-65cf136a-b702-4476-82da-7ae406a81537 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 2e0771bf-ec6b-4689-8484-f117dd86c537 (type: security_group_rules) to 0 2026-04-07 01:18:39.612 9 INFO neutron.wsgi [None req-65cf136a-b702-4476-82da-7ae406a81537 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 763 time: 0.1180744 2026-04-07 01:18:39.734 9 INFO neutron.db.ovn_revision_numbers_db [None req-eba1c66b-a2c2-4011-895b-7595943eceb5 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 40ddec5f-6995-49ff-9043-58b8568410cb (type: security_group_rules) to 0 2026-04-07 01:18:39.762 9 INFO neutron.wsgi [None req-eba1c66b-a2c2-4011-895b-7595943eceb5 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 769 time: 0.1439502 2026-04-07 01:18:39.918 10 INFO neutron.db.ovn_revision_numbers_db [None req-a837a406-8ac0-4cea-9244-923f880eb33e f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 8fbff95d-7973-4dc6-95ca-cf8596f161ad (type: security_group_rules) to 0 2026-04-07 01:18:39.946 10 INFO neutron.wsgi [None req-a837a406-8ac0-4cea-9244-923f880eb33e f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 768 time: 0.1764972 2026-04-07 01:18:39.978 9 INFO neutron.db.securitygroups_db [None req-85794f1b-977c-480b-b4e6-392d5b58f33f f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Project f53361ab75e24ce1a85dd0ead70c1d1a added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-07 01:18:40.075 9 INFO neutron.db.ovn_revision_numbers_db [None req-85794f1b-977c-480b-b4e6-392d5b58f33f f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource f2e9020b-cd75-411e-8366-62e45784aeac (type: security_group_rules) to 0 2026-04-07 01:18:40.110 9 INFO neutron.wsgi [None req-85794f1b-977c-480b-b4e6-392d5b58f33f f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 774 time: 0.1564703 2026-04-07 01:18:40.145 10 INFO neutron.db.securitygroups_db [None req-8cc82f12-865f-4398-a47c-7bdcedc7969a f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Project f53361ab75e24ce1a85dd0ead70c1d1a added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-07 01:18:40.257 10 INFO neutron.db.ovn_revision_numbers_db [None req-8cc82f12-865f-4398-a47c-7bdcedc7969a f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 5d06d3a3-dc56-4fe5-acc0-24b6ee90865b (type: security_group_rules) to 0 2026-04-07 01:18:40.313 10 INFO neutron.wsgi [None req-8cc82f12-865f-4398-a47c-7bdcedc7969a f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 773 time: 0.1992335 2026-04-07 01:18:40.426 9 INFO neutron.db.ovn_revision_numbers_db [None req-48e129b9-3bfd-4ddb-95e4-ad8c5ad04e88 1f02fc3d4e6d4b0aa7ab765cfd03960e d613bf83956744889faf67e1c010c4ce - - - -] Successfully bumped revision number for resource 265525fd-2840-4adb-865b-eb43449fdebf (type: security_groups) to 1 2026-04-07 01:18:40.481 9 INFO neutron.db.segments_db [None req-48e129b9-3bfd-4ddb-95e4-ad8c5ad04e88 1f02fc3d4e6d4b0aa7ab765cfd03960e d613bf83956744889faf67e1c010c4ce - - - -] Added segment bae522cc-d49c-4564-8bf3-cf2c91df035a of type geneve for network 4272fd2a-96b6-41b1-a8c4-8ab568188fd7 2026-04-07 01:18:40.620 9 INFO neutron.db.ovn_revision_numbers_db [None req-48e129b9-3bfd-4ddb-95e4-ad8c5ad04e88 1f02fc3d4e6d4b0aa7ab765cfd03960e d613bf83956744889faf67e1c010c4ce - - - -] Successfully bumped revision number for resource 4272fd2a-96b6-41b1-a8c4-8ab568188fd7 (type: networks) to 1 2026-04-07 01:18:40.856 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-48e129b9-3bfd-4ddb-95e4-ad8c5ad04e88 1f02fc3d4e6d4b0aa7ab765cfd03960e d613bf83956744889faf67e1c010c4ce - - - -] No more DHCP agents 2026-04-07 01:18:40.859 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-48e129b9-3bfd-4ddb-95e4-ad8c5ad04e88 1f02fc3d4e6d4b0aa7ab765cfd03960e d613bf83956744889faf67e1c010c4ce - - - -] Unable to schedule network 4272fd2a-96b6-41b1-a8c4-8ab568188fd7: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:40.866 9 INFO neutron.wsgi [None req-514a85f3-4d4d-4157-80df-62a8b2aa17dc f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.78 "GET /v2.0/networks HTTP/1.1" status: 200 len: 1492 time: 0.2023253 2026-04-07 01:18:40.949 9 INFO neutron.db.ovn_revision_numbers_db [None req-48e129b9-3bfd-4ddb-95e4-ad8c5ad04e88 1f02fc3d4e6d4b0aa7ab765cfd03960e d613bf83956744889faf67e1c010c4ce - - - -] Successfully bumped revision number for resource 48e28815-8645-412f-af8d-93a9f13ec0a0 (type: ports) to 1 2026-04-07 01:18:40.984 9 INFO neutron.wsgi [None req-48e129b9-3bfd-4ddb-95e4-ad8c5ad04e88 1f02fc3d4e6d4b0aa7ab765cfd03960e d613bf83956744889faf67e1c010c4ce - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 831 time: 0.9243529 2026-04-07 01:18:40.991 10 INFO neutron.wsgi [req-3cbb8be4-d4c1-4a50-b6c5-15665aff8806 req-74927f13-ae26-490a-9109-a98e2d8e1572 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/security-groups?name=tempest-secgroup-smoke-1309195453&fields=id&tenant_id=f53361ab75e24ce1a85dd0ead70c1d1a HTTP/1.1" status: 200 len: 267 time: 0.0435619 2026-04-07 01:18:41.082 9 INFO neutron.db.segments_db [None req-d1b6d3d8-1ce8-4a99-8dff-c3596faf7298 1f02fc3d4e6d4b0aa7ab765cfd03960e d613bf83956744889faf67e1c010c4ce - - - -] Added segment ca30a4b0-4c55-41ac-a938-32700dc03e95 of type geneve for network e571804d-cbbc-4ca7-bc4e-b57ae94bdce0 2026-04-07 01:18:41.098 10 INFO neutron.wsgi [req-3cbb8be4-d4c1-4a50-b6c5-15665aff8806 req-e35e284b-97de-4c87-bfc4-5c0905932c3e f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/networks?id=70da58b5-e0f6-4e4f-a961-fa81cc2564da HTTP/1.1" status: 200 len: 859 time: 0.1014075 2026-04-07 01:18:41.120 10 INFO neutron.wsgi [req-3cbb8be4-d4c1-4a50-b6c5-15665aff8806 req-9594f3b1-c94a-4487-b10f-b2698a3addaf f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/quotas/f53361ab75e24ce1a85dd0ead70c1d1a HTTP/1.1" status: 200 len: 386 time: 0.0137887 2026-04-07 01:18:41.224 9 INFO neutron.db.ovn_revision_numbers_db [None req-d1b6d3d8-1ce8-4a99-8dff-c3596faf7298 1f02fc3d4e6d4b0aa7ab765cfd03960e d613bf83956744889faf67e1c010c4ce - - - -] Successfully bumped revision number for resource e571804d-cbbc-4ca7-bc4e-b57ae94bdce0 (type: networks) to 1 2026-04-07 01:18:41.233 10 INFO neutron.wsgi [req-3cbb8be4-d4c1-4a50-b6c5-15665aff8806 req-9426e071-b9b3-4c72-84fc-a7eb30fb35bd f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/ports?tenant_id=f53361ab75e24ce1a85dd0ead70c1d1a&fields=id HTTP/1.1" status: 200 len: 348 time: 0.1068223 2026-04-07 01:18:41.302 10 INFO neutron.wsgi [req-3cbb8be4-d4c1-4a50-b6c5-15665aff8806 req-8db4201a-cf0f-443d-9e66-2c144542736f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/70da58b5-e0f6-4e4f-a961-fa81cc2564da?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0511737 2026-04-07 01:18:41.361 10 INFO neutron.wsgi [req-3cbb8be4-d4c1-4a50-b6c5-15665aff8806 req-b5c5ac0b-95d4-4d8c-8ff8-1a8ad64fe1f3 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/70da58b5-e0f6-4e4f-a961-fa81cc2564da?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0484064 2026-04-07 01:18:41.440 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d1b6d3d8-1ce8-4a99-8dff-c3596faf7298 1f02fc3d4e6d4b0aa7ab765cfd03960e d613bf83956744889faf67e1c010c4ce - - - -] No more DHCP agents 2026-04-07 01:18:41.442 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d1b6d3d8-1ce8-4a99-8dff-c3596faf7298 1f02fc3d4e6d4b0aa7ab765cfd03960e d613bf83956744889faf67e1c010c4ce - - - -] Unable to schedule network e571804d-cbbc-4ca7-bc4e-b57ae94bdce0: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:41.502 9 INFO neutron.wsgi [req-79d5a1d6-c80c-4ab2-b53f-b1f3e42f337f req-bc6b7c6a-e2df-4e54-892e-bf01f9a3c762 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=10287dfd-af96-449a-b576-a7ee310ed8b9 HTTP/1.1" status: 200 len: 210 time: 0.0187271 2026-04-07 01:18:41.527 9 INFO neutron.db.ovn_revision_numbers_db [None req-d1b6d3d8-1ce8-4a99-8dff-c3596faf7298 1f02fc3d4e6d4b0aa7ab765cfd03960e d613bf83956744889faf67e1c010c4ce - - - -] Successfully bumped revision number for resource e0fb8877-dc60-497e-b096-bc48b1e51557 (type: ports) to 1 2026-04-07 01:18:41.547 9 INFO neutron.wsgi [None req-d1b6d3d8-1ce8-4a99-8dff-c3596faf7298 1f02fc3d4e6d4b0aa7ab765cfd03960e d613bf83956744889faf67e1c010c4ce - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 830 time: 0.5558918 2026-04-07 01:18:41.603 9 INFO neutron.wsgi [None req-9ec93fea-3a40-4ae3-b93b-c5d8f7623243 1f02fc3d4e6d4b0aa7ab765cfd03960e d613bf83956744889faf67e1c010c4ce - - - -] 10.0.0.78 "PUT /v2.0/networks/4272fd2a-96b6-41b1-a8c4-8ab568188fd7/tags HTTP/1.1" status: 200 len: 218 time: 0.0473504 2026-04-07 01:18:41.644 9 INFO neutron.wsgi [None req-25ea563c-1af3-45d7-922d-85e3ba631d77 1f02fc3d4e6d4b0aa7ab765cfd03960e d613bf83956744889faf67e1c010c4ce - - default default] 10.0.0.78 "GET /v2.0/networks/4272fd2a-96b6-41b1-a8c4-8ab568188fd7/tags HTTP/1.1" status: 200 len: 218 time: 0.0367563 2026-04-07 01:18:41.692 9 INFO neutron.wsgi [None req-ea42f775-19a2-4bd0-a821-8689eff74ed7 1f02fc3d4e6d4b0aa7ab765cfd03960e d613bf83956744889faf67e1c010c4ce - - - -] 10.0.0.78 "PUT /v2.0/networks/e571804d-cbbc-4ca7-bc4e-b57ae94bdce0/tags HTTP/1.1" status: 200 len: 210 time: 0.0417984 2026-04-07 01:18:41.748 9 INFO neutron.wsgi [None req-3a4abde2-1e70-4b6d-a172-f4cdac4f2211 1f02fc3d4e6d4b0aa7ab765cfd03960e d613bf83956744889faf67e1c010c4ce - - default default] 10.0.0.78 "GET /v2.0/networks/e571804d-cbbc-4ca7-bc4e-b57ae94bdce0/tags HTTP/1.1" status: 200 len: 210 time: 0.0488267 2026-04-07 01:18:41.799 9 INFO neutron.wsgi [None req-9c7debc4-a141-4be5-ab20-07f422cbbe6c 1f02fc3d4e6d4b0aa7ab765cfd03960e d613bf83956744889faf67e1c010c4ce - - - -] 10.0.0.78 "PUT /v2.0/networks/e571804d-cbbc-4ca7-bc4e-b57ae94bdce0/tags HTTP/1.1" status: 200 len: 205 time: 0.0465248 2026-04-07 01:18:41.844 9 INFO neutron.wsgi [None req-3082f95d-5546-4f0d-88b9-5022a82046f8 1f02fc3d4e6d4b0aa7ab765cfd03960e d613bf83956744889faf67e1c010c4ce - - default default] 10.0.0.78 "GET /v2.0/networks/e571804d-cbbc-4ca7-bc4e-b57ae94bdce0/tags HTTP/1.1" status: 200 len: 205 time: 0.0393202 2026-04-07 01:18:41.890 9 INFO neutron.wsgi [None req-578035a2-6414-43cc-881a-9b743ea6bb35 1f02fc3d4e6d4b0aa7ab765cfd03960e d613bf83956744889faf67e1c010c4ce - - default default] 10.0.0.78 "GET /v2.0/networks/4272fd2a-96b6-41b1-a8c4-8ab568188fd7/tags HTTP/1.1" status: 200 len: 218 time: 0.0405703 2026-04-07 01:18:42.290 9 INFO neutron.services.segments.plugin [-] Segment bae522cc-d49c-4564-8bf3-cf2c91df035a resource provider aggregate not found 2026-04-07 01:18:42.298 9 INFO neutron.services.segments.plugin [-] Segment bae522cc-d49c-4564-8bf3-cf2c91df035a resource provider aggregate not found 2026-04-07 01:18:42.592 9 INFO neutron.services.segments.plugin [-] Segment bae522cc-d49c-4564-8bf3-cf2c91df035a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bae522cc-d49c-4564-8bf3-cf2c91df035a found for delete ", "request_id": "req-26fc34c5-b217-47c6-8fc7-acb073a5db4b"}]} 2026-04-07 01:18:42.594 9 INFO neutron.services.segments.plugin [-] Segment bae522cc-d49c-4564-8bf3-cf2c91df035a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bae522cc-d49c-4564-8bf3-cf2c91df035a found for delete ", "request_id": "req-cd607f75-1c31-4551-8bfc-94049b072337"}]} 2026-04-07 01:18:42.599 9 INFO neutron.wsgi [req-3cbb8be4-d4c1-4a50-b6c5-15665aff8806 req-fac10291-a89d-4f92-b149-a41c4d8d57fb f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 199.19.213.133 "GET /v2.0/networks?id=70da58b5-e0f6-4e4f-a961-fa81cc2564da HTTP/1.1" status: 200 len: 859 time: 0.3918202 2026-04-07 01:18:42.613 10 INFO neutron.wsgi [req-269784b9-5131-4930-9deb-026681dec079 req-bdef5c67-f6c8-4202-8a59-c374fb6f3e86 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=10287dfd-af96-449a-b576-a7ee310ed8b9 HTTP/1.1" status: 200 len: 210 time: 0.0448985 2026-04-07 01:18:42.626 9 INFO neutron.wsgi [None req-642eefc1-c749-4652-ba98-d08f87f8e013 1f02fc3d4e6d4b0aa7ab765cfd03960e d613bf83956744889faf67e1c010c4ce - - - -] 10.0.0.78 "DELETE /v2.0/networks/4272fd2a-96b6-41b1-a8c4-8ab568188fd7 HTTP/1.1" status: 204 len: 168 time: 0.7281382 2026-04-07 01:18:42.691 10 INFO neutron.db.ovn_revision_numbers_db [None req-6d04f040-cb05-4ea9-8b70-10bad6d335af a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - - -] Successfully bumped revision number for resource 6875ba9f-9e1d-4809-901e-5052f17393f1 (type: security_groups) to 1 2026-04-07 01:18:42.696 9 INFO neutron.wsgi [req-3cbb8be4-d4c1-4a50-b6c5-15665aff8806 req-4313bb03-9fd2-4157-99fe-52fa5ed667af f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 199.19.213.133 "GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f53361ab75e24ce1a85dd0ead70c1d1a HTTP/1.1" status: 200 len: 473 time: 0.0869420 2026-04-07 01:18:42.744 10 INFO neutron.db.segments_db [None req-6d04f040-cb05-4ea9-8b70-10bad6d335af a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - - -] Added segment 90db7407-2e7e-46d8-9286-4c63786cde03 of type geneve for network c27f2a55-9a25-4f4d-8ba7-746a82ebd75d 2026-04-07 01:18:42.902 10 INFO neutron.db.ovn_revision_numbers_db [None req-6d04f040-cb05-4ea9-8b70-10bad6d335af a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - - -] Successfully bumped revision number for resource c27f2a55-9a25-4f4d-8ba7-746a82ebd75d (type: networks) to 1 2026-04-07 01:18:43.093 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6d04f040-cb05-4ea9-8b70-10bad6d335af a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - - -] No more DHCP agents 2026-04-07 01:18:43.097 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6d04f040-cb05-4ea9-8b70-10bad6d335af a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - - -] Unable to schedule network c27f2a55-9a25-4f4d-8ba7-746a82ebd75d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:43.131 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-90b7df95-b443-49b7-acef-be646c730377 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] No more DHCP agents 2026-04-07 01:18:43.133 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-90b7df95-b443-49b7-acef-be646c730377 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Unable to schedule network 70da58b5-e0f6-4e4f-a961-fa81cc2564da: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:43.168 9 INFO neutron.wsgi [None req-7c51944d-6fc3-4072-92eb-6f8dd4a3b3a1 1f02fc3d4e6d4b0aa7ab765cfd03960e d613bf83956744889faf67e1c010c4ce - - - -] 10.0.0.78 "DELETE /v2.0/networks/e571804d-cbbc-4ca7-bc4e-b57ae94bdce0 HTTP/1.1" status: 204 len: 168 time: 0.5363827 2026-04-07 01:18:43.176 10 INFO neutron.db.ovn_revision_numbers_db [None req-6d04f040-cb05-4ea9-8b70-10bad6d335af a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - - -] Successfully bumped revision number for resource 6f800baf-c872-45ea-86bc-de868024541a (type: ports) to 1 2026-04-07 01:18:43.201 10 INFO neutron.wsgi [None req-6d04f040-cb05-4ea9-8b70-10bad6d335af a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 830 time: 1.1509480 2026-04-07 01:18:43.255 10 INFO neutron.wsgi [None req-4f74d115-597f-468b-b43d-48d4d88a7a32 a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - - -] 10.0.0.78 "PUT /v2.0/networks/c27f2a55-9a25-4f4d-8ba7-746a82ebd75d/tags HTTP/1.1" status: 200 len: 218 time: 0.0485041 2026-04-07 01:18:43.288 9 INFO neutron.db.ovn_revision_numbers_db [None req-90b7df95-b443-49b7-acef-be646c730377 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 671c9c11-0a87-4839-8231-e7f02470456f (type: ports) to 1 2026-04-07 01:18:43.308 10 INFO neutron.wsgi [None req-6bd3e931-5c4f-4406-818b-512d9392d9c1 a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - default default] 10.0.0.78 "GET /v2.0/networks/c27f2a55-9a25-4f4d-8ba7-746a82ebd75d/tags HTTP/1.1" status: 200 len: 218 time: 0.0482545 2026-04-07 01:18:43.311 9 INFO neutron.wsgi [None req-90b7df95-b443-49b7-acef-be646c730377 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 199.19.213.133 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1162 time: 0.6100318 /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-04-07 01:18:43.380 9 INFO neutron.wsgi [None req-10e0dab0-a048-49ac-afc6-e7c874e372f4 a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - - -] 10.0.0.78 "PUT /v2.0/networks/c27f2a55-9a25-4f4d-8ba7-746a82ebd75d/tags/green HTTP/1.1" status: 201 len: 201 time: 0.0679462 2026-04-07 01:18:43.428 9 INFO neutron.wsgi [None req-04e89fed-d8e7-40c9-8040-a081470738c3 a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - default default] 10.0.0.78 "GET /v2.0/networks/c27f2a55-9a25-4f4d-8ba7-746a82ebd75d/tags HTTP/1.1" status: 200 len: 227 time: 0.0440199 2026-04-07 01:18:43.494 9 INFO neutron.wsgi [None req-13fc4f1e-2893-4047-80b9-046291bdc942 a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - - -] 10.0.0.78 "PUT /v2.0/networks/c27f2a55-9a25-4f4d-8ba7-746a82ebd75d/tags/red HTTP/1.1" status: 201 len: 201 time: 0.0609915 2026-04-07 01:18:43.546 9 INFO neutron.wsgi [None req-d0901ba4-3d32-4384-9ccc-53d0d74b38f5 a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - default default] 10.0.0.78 "GET /v2.0/networks/c27f2a55-9a25-4f4d-8ba7-746a82ebd75d/tags HTTP/1.1" status: 200 len: 227 time: 0.0482056 2026-04-07 01:18:43.622 10 INFO neutron.wsgi [None req-5029ef23-7739-4595-b27d-6e5412f1417c a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - - -] 10.0.0.78 "PUT /v2.0/networks/c27f2a55-9a25-4f4d-8ba7-746a82ebd75d/tags/black.or.white HTTP/1.1" status: 201 len: 201 time: 0.0698338 2026-04-07 01:18:43.685 9 INFO neutron.wsgi [None req-79168f2b-d475-4bc8-821b-1b14bde1306c a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - default default] 10.0.0.78 "GET /v2.0/networks/c27f2a55-9a25-4f4d-8ba7-746a82ebd75d/tags HTTP/1.1" status: 200 len: 245 time: 0.0568593 2026-04-07 01:18:43.771 10 INFO neutron.wsgi [None req-ee202a96-2cbe-4cfa-a515-08d18b97d038 a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - - -] 10.0.0.78 "PUT /v2.0/networks/c27f2a55-9a25-4f4d-8ba7-746a82ebd75d/tags HTTP/1.1" status: 200 len: 230 time: 0.0798342 /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-04-07 01:18:43.812 9 INFO neutron.wsgi [req-984523a9-d6ab-4d3d-90ab-e6d888e85428 req-65fd907e-6c1d-46c3-80b9-9e29b237e370 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=10287dfd-af96-449a-b576-a7ee310ed8b9 HTTP/1.1" status: 200 len: 1172 time: 0.1312044 2026-04-07 01:18:43.850 9 INFO neutron.wsgi [None req-2f97224b-06a5-419a-ae0c-add7cc5601e0 a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - default default] 10.0.0.78 "GET /v2.0/networks/c27f2a55-9a25-4f4d-8ba7-746a82ebd75d/tags HTTP/1.1" status: 200 len: 230 time: 0.0732849 2026-04-07 01:18:43.874 9 INFO neutron.wsgi [req-984523a9-d6ab-4d3d-90ab-e6d888e85428 req-6ce1e3d7-7bac-467e-90f1-a65eb4e96c59 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=79f58222-1cb7-4ecf-8a03-0d3529803969&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0547986 2026-04-07 01:18:43.895 9 INFO neutron.db.ovn_revision_numbers_db [None req-9aebe8aa-e277-409e-b7cd-e49f61c03af3 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource 671c9c11-0a87-4839-8231-e7f02470456f (type: ports) to 2 2026-04-07 01:18:43.903 10 INFO neutron.wsgi [None req-fcac1ffd-bdda-43fd-a78c-d836c23bbb57 a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - default default] 10.0.0.78 "GET /v2.0/networks/c27f2a55-9a25-4f4d-8ba7-746a82ebd75d/tags/red HTTP/1.1" status: 204 len: 168 time: 0.0481813 2026-04-07 01:18:43.962 10 INFO neutron.api.v2.resource [None req-ab4f210d-471e-4f6d-b9e7-0a40e5bdefc6 a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:18:43.963 10 INFO neutron.wsgi [None req-ab4f210d-471e-4f6d-b9e7-0a40e5bdefc6 a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - default default] 10.0.0.78 "GET /v2.0/networks/c27f2a55-9a25-4f4d-8ba7-746a82ebd75d/tags/green HTTP/1.1" status: 404 len: 299 time: 0.0548685 2026-04-07 01:18:43.998 10 INFO neutron.wsgi [None req-8469ca3f-c45e-477f-a8b4-a97cfbf6e7bc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=d613bf83956744889faf67e1c010c4ce&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1622913 /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-04-07 01:18:44.029 10 INFO neutron.wsgi [None req-cb18f254-379b-48d4-a045-7c0e125117ed a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - - -] 10.0.0.78 "DELETE /v2.0/networks/c27f2a55-9a25-4f4d-8ba7-746a82ebd75d/tags/red HTTP/1.1" status: 204 len: 168 time: 0.0612049 2026-04-07 01:18:44.057 9 INFO neutron.db.ovn_revision_numbers_db [None req-9aebe8aa-e277-409e-b7cd-e49f61c03af3 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource 671c9c11-0a87-4839-8231-e7f02470456f (type: ports) to 2 2026-04-07 01:18:44.087 10 INFO neutron.wsgi [None req-fe6bae8f-e074-459b-8ba5-eaecb728142a a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - default default] 10.0.0.78 "GET /v2.0/networks/c27f2a55-9a25-4f4d-8ba7-746a82ebd75d/tags HTTP/1.1" status: 200 len: 223 time: 0.0531864 2026-04-07 01:18:44.092 9 INFO neutron.wsgi [None req-9aebe8aa-e277-409e-b7cd-e49f61c03af3 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] 199.19.213.133 "PUT /v2.0/ports/671c9c11-0a87-4839-8231-e7f02470456f HTTP/1.1" status: 200 len: 1332 time: 0.7725446 2026-04-07 01:18:44.124 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-082fab51-482c-4815-b771-457aebed0d69'] response: {'name': 'network-changed', 'server_uuid': '10287dfd-af96-449a-b576-a7ee310ed8b9', 'tag': '671c9c11-0a87-4839-8231-e7f02470456f', 'status': 'completed', 'code': 200} 2026-04-07 01:18:44.141 10 INFO neutron.api.v2.resource [None req-3ccb357e-7941-4420-80aa-07abc4fd6475 a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - - -] delete failed (client error): The resource could not be found. 2026-04-07 01:18:44.142 10 INFO neutron.wsgi [None req-3ccb357e-7941-4420-80aa-07abc4fd6475 a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - - -] 10.0.0.78 "DELETE /v2.0/networks/c27f2a55-9a25-4f4d-8ba7-746a82ebd75d/tags/green HTTP/1.1" status: 404 len: 299 time: 0.0489442 2026-04-07 01:18:44.175 9 INFO neutron.wsgi [req-3cbb8be4-d4c1-4a50-b6c5-15665aff8806 req-8352ee4f-bb53-4244-8eba-8c64a638776c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=f53361ab75e24ce1a85dd0ead70c1d1a&device_id=10287dfd-af96-449a-b576-a7ee310ed8b9 HTTP/1.1" status: 200 len: 1363 time: 0.0388014 2026-04-07 01:18:44.206 10 INFO neutron.wsgi [None req-2feb5726-b611-4f7c-b1f5-28efc53677b8 a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - - -] 10.0.0.78 "DELETE /v2.0/networks/c27f2a55-9a25-4f4d-8ba7-746a82ebd75d/tags HTTP/1.1" status: 204 len: 168 time: 0.0588243 2026-04-07 01:18:44.220 9 INFO neutron.wsgi [req-3cbb8be4-d4c1-4a50-b6c5-15665aff8806 req-adf8753c-6980-4412-b0e5-0e70f80df18a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=671c9c11-0a87-4839-8231-e7f02470456f HTTP/1.1" status: 200 len: 217 time: 0.0333107 2026-04-07 01:18:44.253 10 INFO neutron.wsgi [None req-4566b88d-a1b6-4c06-ae85-a4eafaa486b9 a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - default default] 10.0.0.78 "GET /v2.0/networks/c27f2a55-9a25-4f4d-8ba7-746a82ebd75d/tags HTTP/1.1" status: 200 len: 205 time: 0.0406840 2026-04-07 01:18:44.265 9 INFO neutron.wsgi [req-3cbb8be4-d4c1-4a50-b6c5-15665aff8806 req-8fd37427-b78e-40d0-a13e-9e7c9d023dd7 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=617e90f7-1600-4717-8958-1b7a7e7a5a79 HTTP/1.1" status: 200 len: 852 time: 0.0394416 2026-04-07 01:18:44.301 9 INFO neutron.wsgi [None req-40551df2-1815-4c4c-9b36-070c4ee49de8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/265525fd-2840-4adb-865b-eb43449fdebf HTTP/1.1" status: 204 len: 168 time: 0.2986622 2026-04-07 01:18:44.304 9 INFO neutron.wsgi [req-3cbb8be4-d4c1-4a50-b6c5-15665aff8806 req-3a331403-c820-4972-b1ab-cc2225544e6c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=70da58b5-e0f6-4e4f-a961-fa81cc2564da&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0321894 2026-04-07 01:18:44.372 9 INFO neutron.wsgi [req-3cbb8be4-d4c1-4a50-b6c5-15665aff8806 req-b669cacc-12e1-4a3c-9c60-ade59f829b83 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/70da58b5-e0f6-4e4f-a961-fa81cc2564da?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0613015 2026-04-07 01:18:44.448 9 INFO neutron.wsgi [req-3cbb8be4-d4c1-4a50-b6c5-15665aff8806 req-9d0016ad-1def-4330-bf68-f497f5e1b991 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/70da58b5-e0f6-4e4f-a961-fa81cc2564da?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0694089 2026-04-07 01:18:44.545 9 INFO neutron.wsgi [req-8269fe70-cbe4-41ec-8f84-1448496569a9 req-b1a91280-177f-4784-8957-dfb4ac1af177 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=f53361ab75e24ce1a85dd0ead70c1d1a&device_id=10287dfd-af96-449a-b576-a7ee310ed8b9 HTTP/1.1" status: 200 len: 1363 time: 0.0489709 2026-04-07 01:18:44.574 9 INFO neutron.db.ovn_revision_numbers_db [None req-40a6c652-8e98-4016-bc52-4e1f36c57eee 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 56a6d17a-d339-49c0-9bbf-c9dfdbd0df44 (type: security_groups) to 1 2026-04-07 01:18:44.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0021341 2026-04-07 01:18:44.616 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0012851 2026-04-07 01:18:44.626 9 INFO neutron.services.segments.plugin [-] Segment ca30a4b0-4c55-41ac-a938-32700dc03e95 resource provider aggregate not found 2026-04-07 01:18:44.639 9 INFO neutron.services.segments.plugin [-] Segment ca30a4b0-4c55-41ac-a938-32700dc03e95 resource provider aggregate not found 2026-04-07 01:18:44.648 9 INFO neutron.wsgi [None req-40a6c652-8e98-4016-bc52-4e1f36c57eee 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=858d3bffdc464b54b2b193c58a442fc1&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2488835 2026-04-07 01:18:44.653 9 INFO neutron.services.segments.plugin [-] Segment ca30a4b0-4c55-41ac-a938-32700dc03e95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca30a4b0-4c55-41ac-a938-32700dc03e95 found for delete ", "request_id": "req-77a2d34b-d48d-449d-a0c7-39d36c464a3a"}]} 2026-04-07 01:18:44.661 9 INFO neutron.wsgi [req-8269fe70-cbe4-41ec-8f84-1448496569a9 req-08fe2515-e96a-4456-b1e5-4e1ee160ba20 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=70da58b5-e0f6-4e4f-a961-fa81cc2564da HTTP/1.1" status: 200 len: 958 time: 0.1104701 2026-04-07 01:18:44.675 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: 671c9c11-0a87-4839-8231-e7f02470456f 2026-04-07 01:18:44.676 9 INFO neutron.services.segments.plugin [-] Segment ca30a4b0-4c55-41ac-a938-32700dc03e95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca30a4b0-4c55-41ac-a938-32700dc03e95 found for delete ", "request_id": "req-6211c5d7-d956-4e46-a9ed-722ee116062d"}]} 2026-04-07 01:18:44.692 10 INFO neutron.services.segments.plugin [-] Segment 90db7407-2e7e-46d8-9286-4c63786cde03 resource provider aggregate not found 2026-04-07 01:18:44.696 10 INFO neutron.services.segments.plugin [-] Segment 90db7407-2e7e-46d8-9286-4c63786cde03 resource provider aggregate not found 2026-04-07 01:18:44.710 9 INFO neutron.wsgi [req-8269fe70-cbe4-41ec-8f84-1448496569a9 req-8a9b5891-a14a-45f1-8f50-1e46cabb984e 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=671c9c11-0a87-4839-8231-e7f02470456f HTTP/1.1" status: 200 len: 217 time: 0.0333462 2026-04-07 01:18:44.711 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port 671c9c11-0a87-4839-8231-e7f02470456f 2026-04-07 01:18:44.713 10 INFO neutron.services.segments.plugin [-] Segment 90db7407-2e7e-46d8-9286-4c63786cde03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90db7407-2e7e-46d8-9286-4c63786cde03 found for delete ", "request_id": "req-50468d19-b832-4d03-b2b6-73ef9c720f83"}]} 2026-04-07 01:18:44.727 10 INFO neutron.services.segments.plugin [-] Segment 90db7407-2e7e-46d8-9286-4c63786cde03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90db7407-2e7e-46d8-9286-4c63786cde03 found for delete ", "request_id": "req-94b53076-386b-4f3f-9ddb-a27cdc4ca1c4"}]} 2026-04-07 01:18:44.745 10 INFO neutron.wsgi [None req-71d2960a-e4df-42aa-889b-837be222f5cb a1e8598d213d4115bef06d44e802dd65 0beede6080ab46ddbd743bc0c1251393 - - - -] 10.0.0.78 "DELETE /v2.0/networks/c27f2a55-9a25-4f4d-8ba7-746a82ebd75d HTTP/1.1" status: 204 len: 168 time: 0.4827249 2026-04-07 01:18:44.766 9 INFO neutron.wsgi [req-8269fe70-cbe4-41ec-8f84-1448496569a9 req-a609e89d-b9c5-4608-bbb7-989aaef52c85 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=617e90f7-1600-4717-8958-1b7a7e7a5a79 HTTP/1.1" status: 200 len: 852 time: 0.0452871 2026-04-07 01:18:44.804 9 INFO neutron.wsgi [req-8269fe70-cbe4-41ec-8f84-1448496569a9 req-0ac37086-adfb-43ea-af3c-edabcb463ded 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=70da58b5-e0f6-4e4f-a961-fa81cc2564da&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0317202 2026-04-07 01:18:44.840 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-5023ed9b-8d24-4bba-acb7-4a7cc55fe57f'] response: {'server_uuid': '10287dfd-af96-449a-b576-a7ee310ed8b9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '671c9c11-0a87-4839-8231-e7f02470456f', 'code': 200} 2026-04-07 01:18:44.884 9 INFO neutron.wsgi [req-8269fe70-cbe4-41ec-8f84-1448496569a9 req-0329ab86-2f38-4c51-8596-74b095b50630 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/70da58b5-e0f6-4e4f-a961-fa81cc2564da?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0709207 2026-04-07 01:18:44.961 9 INFO neutron.wsgi [req-8269fe70-cbe4-41ec-8f84-1448496569a9 req-3255517e-1b97-4ff3-a609-4327f1c6f8e5 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/70da58b5-e0f6-4e4f-a961-fa81cc2564da?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0702724 2026-04-07 01:18:44.993 9 INFO neutron.wsgi [None req-df170a57-4092-4293-86ad-d4e72d3a441b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/56a6d17a-d339-49c0-9bbf-c9dfdbd0df44 HTTP/1.1" status: 204 len: 168 time: 0.3418093 2026-04-07 01:18:45.002 10 INFO neutron.wsgi [req-0983df01-defe-497b-81dc-1bca9ad7f9da req-13376dab-e91f-4318-9f97-765ee96c55f7 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=10287dfd-af96-449a-b576-a7ee310ed8b9 HTTP/1.1" status: 200 len: 1174 time: 0.0525637 2026-04-07 01:18:45.020 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 671c9c11-0a87-4839-8231-e7f02470456f (type: ports) to 4 2026-04-07 01:18:45.068 10 INFO neutron.wsgi [req-0983df01-defe-497b-81dc-1bca9ad7f9da req-1ac44b87-313f-4cf2-a8f2-02f348a32f9a f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=79f58222-1cb7-4ecf-8a03-0d3529803969&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0542994 2026-04-07 01:18:45.746 9 INFO neutron.wsgi [None req-b76d427b-8383-4abc-9f7b-025b7a3c2a00 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=0beede6080ab46ddbd743bc0c1251393&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1883035 2026-04-07 01:18:45.944 9 INFO neutron.wsgi [None req-5c58867d-642e-4de4-bbfb-f41fb4ef9ea3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/6875ba9f-9e1d-4809-901e-5052f17393f1 HTTP/1.1" status: 204 len: 168 time: 0.1935809 /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-04-07 01:18:46.231 10 INFO neutron.wsgi [req-2cc308c3-d55e-4452-9c2e-cfb04cce3ddd req-2cb79813-953d-4d84-bedb-bf49a554a376 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=10287dfd-af96-449a-b576-a7ee310ed8b9 HTTP/1.1" status: 200 len: 1174 time: 0.0586364 2026-04-07 01:18:46.296 10 INFO neutron.wsgi [req-2cc308c3-d55e-4452-9c2e-cfb04cce3ddd req-7dbc885d-ed17-431b-8fb4-6105baa1f22d f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=79f58222-1cb7-4ecf-8a03-0d3529803969&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0548925 2026-04-07 01:18:46.342 10 INFO neutron.db.ovn_revision_numbers_db [None req-9b901935-ebb9-40bc-a11c-c8e2527e71bc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 789dbb15-2e4a-40d8-af45-23b4a56bb9d6 (type: security_groups) to 1 2026-04-07 01:18:46.370 10 INFO neutron.wsgi [None req-9b901935-ebb9-40bc-a11c-c8e2527e71bc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=3bcc6ad4b7bf4db1bea33d734d86bb59&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2368081 2026-04-07 01:18:46.436 9 INFO neutron.wsgi [req-e76961fa-59f9-4595-9f10-2da950d77c4f req-e70002fe-87f2-4bab-a29f-9320a897d6c0 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=10287dfd-af96-449a-b576-a7ee310ed8b9 HTTP/1.1" status: 200 len: 1174 time: 0.0588369 2026-04-07 01:18:46.513 9 INFO neutron.wsgi [req-e76961fa-59f9-4595-9f10-2da950d77c4f req-862c8b72-bfc8-4d7e-a8ba-557efbe58196 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=79f58222-1cb7-4ecf-8a03-0d3529803969&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0571382 2026-04-07 01:18:46.581 9 INFO neutron.wsgi [None req-16a4becb-a249-43a7-accd-9afbc5a5ab08 807245f2d818405ba91438cab6b04b98 36e7a33de47c4605a77fcb07d2882929 - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=10287dfd-af96-449a-b576-a7ee310ed8b9 HTTP/1.1" status: 200 len: 1360 time: 0.0423141 2026-04-07 01:18:46.619 10 INFO neutron.wsgi [None req-0225b6ac-ac1c-4e56-8602-9ba236a37a94 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/789dbb15-2e4a-40d8-af45-23b4a56bb9d6 HTTP/1.1" status: 204 len: 168 time: 0.2437873 2026-04-07 01:18:46.872 10 INFO neutron.db.l3_db [None req-a9f5b445-2dce-4dad-b836-23daeb327a6b f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Floating IP 437d3df4-04af-4c2f-ba96-f73634fa3ec9 associated. External IP: 10.96.250.219, port: 671c9c11-0a87-4839-8231-e7f02470456f. 2026-04-07 01:18:46.904 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f9d4e29-3882-4eaf-bcfb-3ce9dddbb098'] response: {'server_uuid': '10287dfd-af96-449a-b576-a7ee310ed8b9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '671c9c11-0a87-4839-8231-e7f02470456f', 'code': 200} 2026-04-07 01:18:47.361 10 INFO neutron.wsgi [req-a9a36e84-c8e0-40b6-abea-7df1f3628c67 req-97a0a5ed-c626-44f6-b3ef-6bde408c9f18 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.88 "GET /v2.0/ports?device_id=1b470d9a-111c-40e4-825c-92a344440b22 HTTP/1.1" status: 200 len: 1590 time: 0.0310180 2026-04-07 01:18:47.421 10 INFO neutron.wsgi [req-a9a36e84-c8e0-40b6-abea-7df1f3628c67 req-12aeb0cb-b529-4131-b142-beadf3d33cb9 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.88 "GET /v2.0/security-groups?id=8ca5b6c9-f503-43bc-8256-2ad700120a57&fields=id&fields=name HTTP/1.1" status: 200 len: 309 time: 0.0505409 2026-04-07 01:18:47.424 10 INFO neutron.db.ovn_revision_numbers_db [None req-a9f5b445-2dce-4dad-b836-23daeb327a6b f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 437d3df4-04af-4c2f-ba96-f73634fa3ec9 (type: floatingips) to 4 2026-04-07 01:18:47.523 10 INFO neutron.db.ovn_revision_numbers_db [None req-a9f5b445-2dce-4dad-b836-23daeb327a6b f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Successfully bumped revision number for resource 437d3df4-04af-4c2f-ba96-f73634fa3ec9 (type: floatingips) to 5 2026-04-07 01:18:47.550 10 INFO neutron.wsgi [None req-a9f5b445-2dce-4dad-b836-23daeb327a6b f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "PUT /v2.0/floatingips/437d3df4-04af-4c2f-ba96-f73634fa3ec9 HTTP/1.1" status: 200 len: 1050 time: 0.9634564 2026-04-07 01:18:47.598 10 INFO neutron.wsgi [None req-cc85c494-d3be-46ae-a939-47fa01e930dd f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.78 "GET /v2.0/floatingips/437d3df4-04af-4c2f-ba96-f73634fa3ec9 HTTP/1.1" status: 200 len: 1052 time: 0.0432162 2026-04-07 01:18:48.943 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-81ee67b2-445a-4bd7-86b2-6a69806ae8e8'] response: {'name': 'network-changed', 'server_uuid': '10287dfd-af96-449a-b576-a7ee310ed8b9', 'tag': '671c9c11-0a87-4839-8231-e7f02470456f', 'status': 'completed', 'code': 200} /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-04-07 01:18:49.024 9 INFO neutron.wsgi [req-acc3d409-d897-4145-820f-a8303b3eaf88 req-fba1c5a4-c3ed-4bf9-939e-231f28c3ed1b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=f53361ab75e24ce1a85dd0ead70c1d1a&device_id=10287dfd-af96-449a-b576-a7ee310ed8b9 HTTP/1.1" status: 200 len: 1365 time: 0.0364418 2026-04-07 01:18:49.102 9 INFO neutron.wsgi [req-acc3d409-d897-4145-820f-a8303b3eaf88 req-b47fca9c-7478-4c16-9579-9c9aada30e69 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=70da58b5-e0f6-4e4f-a961-fa81cc2564da HTTP/1.1" status: 200 len: 958 time: 0.0701840 2026-04-07 01:18:49.151 9 INFO neutron.wsgi [req-acc3d409-d897-4145-820f-a8303b3eaf88 req-6f8f928c-deeb-4e31-b980-d0a31c1e1e94 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=671c9c11-0a87-4839-8231-e7f02470456f HTTP/1.1" status: 200 len: 1060 time: 0.0413988 2026-04-07 01:18:49.192 9 INFO neutron.wsgi [req-acc3d409-d897-4145-820f-a8303b3eaf88 req-a07a9960-48e8-4cde-9e60-e61a1b6b65f8 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=617e90f7-1600-4717-8958-1b7a7e7a5a79 HTTP/1.1" status: 200 len: 852 time: 0.0308890 2026-04-07 01:18:49.220 9 INFO neutron.wsgi [req-acc3d409-d897-4145-820f-a8303b3eaf88 req-0215692a-0190-4840-83c7-165fa3226a94 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=70da58b5-e0f6-4e4f-a961-fa81cc2564da&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0239406 2026-04-07 01:18:49.316 9 INFO neutron.wsgi [req-acc3d409-d897-4145-820f-a8303b3eaf88 req-62fc0394-4677-4bb1-acb3-67f32cf7d382 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/70da58b5-e0f6-4e4f-a961-fa81cc2564da?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0891213 2026-04-07 01:18:49.421 9 INFO neutron.wsgi [req-acc3d409-d897-4145-820f-a8303b3eaf88 req-0c9b9c80-a1d3-444c-af65-2702ccf1b0e7 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/70da58b5-e0f6-4e4f-a961-fa81cc2564da?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0957711 2026-04-07 01:18:50.927 9 INFO neutron.wsgi [None req-89c5258d-4965-4f26-87ec-d190624531e3 c9cfd97b0c9242ec8e82ff53e21b8259 39209afac56843da8f41879aa08647d0 - - default default] 10.0.0.78 "GET /v2.0/subnets/3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 846 time: 0.0413001 2026-04-07 01:18:51.638 9 INFO neutron.wsgi [None req-c9c1a505-48e6-4838-8c6b-e9a91929f2b6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.123 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.1808255 2026-04-07 01:18:51.651 9 INFO neutron.wsgi [None req-2d1a3acd-f5ec-4e88-954a-044500be36b6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.123 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0054486 2026-04-07 01:18:51.659 9 INFO neutron.wsgi [None req-041aa796-78dc-4b16-b3e1-0f16cc305e2d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.123 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0049546 2026-04-07 01:18:51.672 9 INFO neutron.wsgi [None req-2fc51642-7f4c-4947-a5f7-6fb8c7ef8b81 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.123 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0068924 2026-04-07 01:18:52.140 9 INFO neutron.wsgi [-] 10.0.0.123 "GET / HTTP/1.1" status: 200 len: 284 time: 0.0034199 2026-04-07 01:18:52.188 9 INFO neutron.wsgi [None req-42b2ba5a-75e1-4966-bcf0-2d1d22c0e96c 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.123 "GET /v2.0/subnets/3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 833 time: 0.0409966 2026-04-07 01:18:52.203 9 INFO neutron.wsgi [None req-7058af76-5710-420b-8fb4-439a7771174e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.123 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0054903 2026-04-07 01:18:52.218 9 INFO neutron.wsgi [None req-0d5e0673-709d-4259-9c39-6ef52c91d941 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.123 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0076396 2026-04-07 01:18:52.233 9 INFO neutron.wsgi [None req-d1f9cab1-9f94-4498-9ffe-c0946c16d65f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.123 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0095232 2026-04-07 01:18:52.256 9 INFO neutron.wsgi [None req-5c99d2c0-08a3-46d5-acbe-c01c55be0a59 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.123 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0044749 2026-04-07 01:18:52.298 9 INFO neutron.wsgi [None req-0f724819-e49d-4070-b7cd-4b1f441dcf4a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.123 "GET /v2.0/subnets/3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 851 time: 0.0338113 2026-04-07 01:18:52.516 9 INFO neutron.wsgi [None req-32458d0f-91c3-4d7a-ae80-1e2844163464 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.123 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0066743 2026-04-07 01:18:52.530 9 INFO neutron.wsgi [None req-7c125765-4d92-44e7-a5d5-08e620942750 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.123 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0051267 2026-04-07 01:18:52.543 9 INFO neutron.wsgi [None req-a32b501b-4667-4849-94e7-d54f838ff518 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.123 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0086029 2026-04-07 01:18:52.560 9 INFO neutron.wsgi [None req-81aacc7c-c5c1-4bb7-a83a-aefa9a92c83b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.123 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0081596 2026-04-07 01:18:52.634 9 INFO neutron.wsgi [None req-493b51b6-08bd-4efe-9f88-e55adfd83ded 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.123 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301 HTTP/1.1" status: 200 len: 1001 time: 0.0656693 2026-04-07 01:18:52.647 9 INFO neutron.wsgi [None req-5d78fa28-6dba-4f7d-b10b-678beffb40ad 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.123 "GET /v2.0/extensions/project-id HTTP/1.1" status: 200 len: 403 time: 0.0053833 2026-04-07 01:18:52.913 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d90c94af-27c7-4202-9ba6-b71b006bd757 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:18:52.914 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d90c94af-27c7-4202-9ba6-b71b006bd757 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 634b6ed5-5e4c-499d-8943-dc279aa2f301: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:18:53.049 9 INFO neutron.db.ovn_revision_numbers_db [None req-d90c94af-27c7-4202-9ba6-b71b006bd757 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 8731476a-cf14-40c7-8859-f8b341ebe32f (type: ports) to 1 2026-04-07 01:18:53.068 9 INFO neutron.wsgi [None req-d90c94af-27c7-4202-9ba6-b71b006bd757 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.123 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1337 time: 0.4172282 2026-04-07 01:18:54.412 10 INFO neutron.wsgi [None req-c0de321e-10f7-4e17-b58d-9ecc0ec0c9cc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0524752 2026-04-07 01:18:54.424 10 INFO neutron.wsgi [None req-42a75a6c-376d-4966-93c6-f20b8e7b0a6a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0049248 2026-04-07 01:18:54.433 10 INFO neutron.wsgi [None req-cc0ea4ef-8c4e-4fa6-8384-e8197d72fa75 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0051091 2026-04-07 01:18:54.442 10 INFO neutron.wsgi [None req-e51927e4-f0ef-404a-a369-125709b2d24a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0045524 2026-04-07 01:18:54.480 10 INFO neutron.wsgi [None req-3ffe44aa-e4a9-4f0c-bbe4-612a9a1f711f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/8731476a-cf14-40c7-8859-f8b341ebe32f HTTP/1.1" status: 200 len: 1332 time: 0.0319383 2026-04-07 01:18:54.581 10 INFO neutron.wsgi [None req-cef0c1aa-0a1d-4a02-8b79-74d1b46543f7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0076559 2026-04-07 01:18:54.589 10 INFO neutron.wsgi [None req-66ffe0f7-694c-43ea-a325-a6a1075fd207 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0045640 2026-04-07 01:18:54.597 10 INFO neutron.wsgi [None req-fc0ade0a-e927-4122-a7f8-da40e24caeb7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0044124 2026-04-07 01:18:54.606 10 INFO neutron.wsgi [None req-10ff5488-d851-47ce-9ae8-e3b09dc560cc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0047243 2026-04-07 01:18:54.631 10 INFO neutron.wsgi [None req-3fcdc8d5-a601-4962-a389-f1c9985426ba 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/security-groups?name=lb-09ef3855-8210-4a91-bfc1-4f1aee43fd0a HTTP/1.1" status: 200 len: 221 time: 0.0197370 2026-04-07 01:18:54.727 10 INFO neutron.db.ovn_revision_numbers_db [None req-eb69e736-da2e-48c7-a96e-156daddda62d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 26edbcb2-1f74-4ec8-a867-4303a15dc3f9 (type: security_groups) to 1 2026-04-07 01:18:54.749 10 INFO neutron.wsgi [None req-eb69e736-da2e-48c7-a96e-156daddda62d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1777 time: 0.1143687 2026-04-07 01:18:54.778 10 INFO neutron.wsgi [None req-2a470e27-77b9-4011-a1cf-9b2e334a62f9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/security-group-rules?security_group_id=26edbcb2-1f74-4ec8-a867-4303a15dc3f9 HTTP/1.1" status: 200 len: 1318 time: 0.0228553 2026-04-07 01:18:55.123 10 INFO neutron.db.ovn_revision_numbers_db [None req-f194ea33-abc6-4453-ba7f-819f705e03dc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 8731476a-cf14-40c7-8859-f8b341ebe32f (type: ports) to 2 2026-04-07 01:18:55.130 10 INFO neutron.wsgi [None req-f194ea33-abc6-4453-ba7f-819f705e03dc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "PUT /v2.0/ports/8731476a-cf14-40c7-8859-f8b341ebe32f HTTP/1.1" status: 200 len: 1332 time: 0.3456497 /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-04-07 01:18:55.144 10 INFO neutron.wsgi [None req-79ad3c9b-87eb-4125-8c40-ab18d85b6e56 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0046709 2026-04-07 01:18:55.151 10 INFO neutron.wsgi [None req-9c7bf5bd-ae26-413c-9289-2ad87e05b43f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0032578 2026-04-07 01:18:55.158 10 INFO neutron.wsgi [None req-438b593b-cb2d-40aa-bf7d-49e12d4efe72 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0036943 2026-04-07 01:18:55.166 10 INFO neutron.wsgi [None req-639366d3-3804-4594-8830-d695206dfe9c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0040927 2026-04-07 01:18:55.197 10 INFO neutron.wsgi [None req-10b33f3a-bef8-46a5-95ab-56a117f769fb 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 851 time: 0.0256288 2026-04-07 01:18:56.436 10 INFO neutron.wsgi [req-c35421bc-4f49-4150-9002-d284462a6fc5 req-dee10e32-9c68-4839-a009-727a51359b79 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.88 "GET /v2.0/ports?device_id=10287dfd-af96-449a-b576-a7ee310ed8b9 HTTP/1.1" status: 200 len: 1365 time: 0.0376084 2026-04-07 01:18:56.476 10 INFO neutron.wsgi [req-c35421bc-4f49-4150-9002-d284462a6fc5 req-02822fa1-6747-48db-a6ca-3ad6634db5f1 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.88 "GET /v2.0/security-groups?id=79f58222-1cb7-4ecf-8a03-0d3529803969&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0321834 2026-04-07 01:18:58.043 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status down for port: 671c9c11-0a87-4839-8231-e7f02470456f 2026-04-07 01:18:58.080 10 INFO neutron.wsgi [req-60fee4da-cd0f-471a-9684-971d72b0dc78 req-17a8b458-7b22-4f01-87ee-a37b379cfa71 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=10287dfd-af96-449a-b576-a7ee310ed8b9 HTTP/1.1" status: 200 len: 1174 time: 0.1108563 2026-04-07 01:18:58.130 10 INFO neutron.wsgi [req-60fee4da-cd0f-471a-9684-971d72b0dc78 req-01ba0f33-74a7-4665-b2d1-f7d761fdd87c f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=79f58222-1cb7-4ecf-8a03-0d3529803969&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0394039 2026-04-07 01:18:58.179 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1b50427-7256-4545-881c-888580b1664c'] response: {'server_uuid': '10287dfd-af96-449a-b576-a7ee310ed8b9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '671c9c11-0a87-4839-8231-e7f02470456f', 'code': 200} /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-04-07 01:18:58.347 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 671c9c11-0a87-4839-8231-e7f02470456f (type: ports) to 5 2026-04-07 01:18:58.367 9 INFO neutron.wsgi [req-01965b4e-fdf0-4055-94fa-9ab15850eae9 req-51d69921-3edb-40ce-a916-b2a48440c62f f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=10287dfd-af96-449a-b576-a7ee310ed8b9 HTTP/1.1" status: 200 len: 1172 time: 0.0826447 2026-04-07 01:18:58.978 9 INFO neutron.db.l3_db [None req-8b0dca2b-21a7-41fb-bf01-6443ef545934 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] Floating IP 437d3df4-04af-4c2f-ba96-f73634fa3ec9 disassociated. External IP: 10.96.250.219, port: 671c9c11-0a87-4839-8231-e7f02470456f. 2026-04-07 01:18:59.188 9 INFO neutron.wsgi [None req-8b0dca2b-21a7-41fb-bf01-6443ef545934 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 199.19.213.133 "DELETE /v2.0/ports/671c9c11-0a87-4839-8231-e7f02470456f HTTP/1.1" status: 204 len: 173 time: 0.8154249 /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-04-07 01:18:59.225 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-23a36eb7-c23b-498f-a673-b4c0b61e75cd'] response: {'server_uuid': '10287dfd-af96-449a-b576-a7ee310ed8b9', 'name': 'network-vif-deleted', 'tag': '671c9c11-0a87-4839-8231-e7f02470456f', 'status': 'completed', 'code': 200} 2026-04-07 01:18:59.226 10 INFO neutron.wsgi [req-de8a655a-c332-4b25-b86b-fafd0ce1de46 req-cf42e0f3-1eb8-4333-832c-970505bf2383 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=10287dfd-af96-449a-b576-a7ee310ed8b9 HTTP/1.1" status: 200 len: 210 time: 0.0254362 /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-04-07 01:18:59.296 9 INFO neutron.wsgi [req-fccf7396-cdbe-4589-9be0-de7ed0404ecc req-dea5f23a-d957-4b07-937e-ce53cbc29777 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?device_id=23b499f0-3d2f-4fa6-b315-07c39b054ff2&fields=binding%3Ahost_id&fields=binding%3Avif_type HTTP/1.1" status: 200 len: 265 time: 0.0338974 2026-04-07 01:18:59.365 9 INFO neutron.wsgi [req-fccf7396-cdbe-4589-9be0-de7ed0404ecc req-349545b0-061d-4aaa-ae11-ad273d7d81ed 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=84236631f02f428ca66ff0a22b82b7ca&device_id=23b499f0-3d2f-4fa6-b315-07c39b054ff2 HTTP/1.1" status: 200 len: 1582 time: 0.0353792 2026-04-07 01:18:59.462 9 INFO neutron.wsgi [req-fccf7396-cdbe-4589-9be0-de7ed0404ecc req-8eb2cc97-be25-4057-bbc6-c9f4de2d8116 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a HTTP/1.1" status: 200 len: 1003 time: 0.0628564 2026-04-07 01:18:59.520 9 INFO neutron.wsgi [req-fccf7396-cdbe-4589-9be0-de7ed0404ecc req-5f383128-5287-4a5f-b338-2401eb8e17bb 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.2.1.47&port_id=5ec5122b-0a04-48e0-9ede-177b10b2054b HTTP/1.1" status: 200 len: 1058 time: 0.0484388 2026-04-07 01:18:59.550 9 INFO neutron.wsgi [req-fccf7396-cdbe-4589-9be0-de7ed0404ecc req-3a5e8637-1f59-4ccc-b09b-dfa3b65ebca5 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aad&port_id=5ec5122b-0a04-48e0-9ede-177b10b2054b HTTP/1.1" status: 200 len: 217 time: 0.0242915 2026-04-07 01:18:59.591 9 INFO neutron.wsgi [req-fccf7396-cdbe-4589-9be0-de7ed0404ecc req-ecef53d8-0d3b-49f8-b651-5262c4e7dcd3 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=9d0ea858-77bc-4e03-b8af-ab5faabb962e&id=2266f479-b201-4555-92d1-381ab64ca65e HTTP/1.1" status: 200 len: 1563 time: 0.0347331 2026-04-07 01:18:59.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024157 2026-04-07 01:18:59.616 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0019262 2026-04-07 01:18:59.628 9 INFO neutron.wsgi [req-fccf7396-cdbe-4589-9be0-de7ed0404ecc req-39a9acd3-a231-429f-9377-dfc7be053de0 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0287266 2026-04-07 01:18:59.662 9 INFO neutron.wsgi [req-fccf7396-cdbe-4589-9be0-de7ed0404ecc req-fd5c7e37-79a6-47ca-b985-4903509b7b9c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0264895 2026-04-07 01:18:59.724 9 INFO neutron.wsgi [req-fccf7396-cdbe-4589-9be0-de7ed0404ecc req-41ae1873-c342-48f7-b63a-2196e19d8114 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0542002 2026-04-07 01:18:59.787 9 INFO neutron.wsgi [req-fccf7396-cdbe-4589-9be0-de7ed0404ecc req-af0ab667-01c1-496f-b296-e52b0608ad86 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0579321 2026-04-07 01:19:00.221 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-604e084d-9b0c-45f0-bb15-4ecdede26665'] response: {'server_uuid': '10287dfd-af96-449a-b576-a7ee310ed8b9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '671c9c11-0a87-4839-8231-e7f02470456f', 'code': 200} 2026-04-07 01:19:00.444 10 INFO neutron.wsgi [None req-6569706c-73c5-4cdb-b941-9f017c4a3030 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/79f58222-1cb7-4ecf-8a03-0d3529803969 HTTP/1.1" status: 204 len: 168 time: 0.1584339 2026-04-07 01:19:00.823 10 INFO neutron.wsgi [None req-54407355-09b2-434f-931f-ae5b51d8b755 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "DELETE /v2.0/floatingips/437d3df4-04af-4c2f-ba96-f73634fa3ec9 HTTP/1.1" status: 204 len: 168 time: 0.3498330 2026-04-07 01:19:01.011 9 INFO neutron.wsgi [req-53e2dd93-750e-4268-b134-07065a585ebf req-4de8ec6a-253a-4574-97b7-ce2b6b6c9d6f f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=3845b431-7852-435f-a614-d89f869902d8 HTTP/1.1" status: 200 len: 1174 time: 0.0466120 2026-04-07 01:19:01.028 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status down for port: 53eb3294-9e93-4721-ac86-43aa4dabab30 2026-04-07 01:19:01.072 9 INFO neutron.wsgi [req-53e2dd93-750e-4268-b134-07065a585ebf req-09e8fa9f-b1dc-412c-bda6-bffad7e2153f f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=0603636f-bf54-4e1f-a60e-1ac33d6112c6&fields=id&fields=name HTTP/1.1" status: 200 len: 313 time: 0.0542703 2026-04-07 01:19:01.331 9 INFO neutron.wsgi [req-677ff866-199d-4c34-a782-9357f4201edb req-b53bab65-fea6-41e1-a778-90cbb95e46c5 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=3845b431-7852-435f-a614-d89f869902d8 HTTP/1.1" status: 200 len: 1172 time: 0.0475883 2026-04-07 01:19:01.348 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource 53eb3294-9e93-4721-ac86-43aa4dabab30 (type: ports) to 5 2026-04-07 01:19:01.637 9 INFO neutron.wsgi [None req-3e82a00f-a4ca-4954-8198-5a218a4cdaae f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 199.19.213.133 "DELETE /v2.0/ports/53eb3294-9e93-4721-ac86-43aa4dabab30 HTTP/1.1" status: 204 len: 173 time: 0.3004105 2026-04-07 01:19:01.676 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-65ec6126-d4e6-481c-b131-26f5dca2fdfc'] response: {'server_uuid': '3845b431-7852-435f-a614-d89f869902d8', 'name': 'network-vif-deleted', 'tag': '53eb3294-9e93-4721-ac86-43aa4dabab30', 'status': 'completed', 'code': 200} /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-04-07 01:19:02.264 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-3fb4871d-0ea4-46df-9e24-92d49f2981bb'] response: {'server_uuid': '3845b431-7852-435f-a614-d89f869902d8', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '53eb3294-9e93-4721-ac86-43aa4dabab30', 'code': 200} 2026-04-07 01:19:02.265 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-3fb4871d-0ea4-46df-9e24-92d49f2981bb'] response: {'server_uuid': '3845b431-7852-435f-a614-d89f869902d8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '53eb3294-9e93-4721-ac86-43aa4dabab30', 'code': 200} 2026-04-07 01:19:02.277 10 INFO neutron.wsgi [None req-7c31eb7d-e1f4-43e7-b569-0e5b567340e6 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/0603636f-bf54-4e1f-a60e-1ac33d6112c6 HTTP/1.1" status: 204 len: 168 time: 0.1431668 2026-04-07 01:19:02.290 9 INFO neutron.wsgi [req-a165bdb2-5d0b-4eea-8414-b1b522a1b4dd req-c9d36f81-c85a-4750-9c11-4e3a47b441b7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=b7e3743c-2760-41fc-a5f0-cc3e739bff7d&fields=id HTTP/1.1" status: 200 len: 267 time: 0.0329573 2026-04-07 01:19:02.362 9 INFO neutron.wsgi [req-a165bdb2-5d0b-4eea-8414-b1b522a1b4dd req-42180106-3c8c-4054-b383-85a1452ce2d8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.171 "GET /v2.0/networks?id=2be236a4-db8d-4f32-8d1e-c9a60f6d28f1 HTTP/1.1" status: 200 len: 937 time: 0.0626073 2026-04-07 01:19:02.378 9 INFO neutron.wsgi [req-a165bdb2-5d0b-4eea-8414-b1b522a1b4dd req-4cc115f1-abaf-4871-b4c4-a3d7e6ed6862 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.171 "GET /v2.0/quotas/376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 385 time: 0.0099239 2026-04-07 01:19:02.428 9 INFO neutron.wsgi [req-a165bdb2-5d0b-4eea-8414-b1b522a1b4dd req-7ebbb5e1-17eb-49ba-8973-6954cc962597 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.171 "GET /v2.0/ports?tenant_id=376d36ea2fb84aeca058828a48b1fc4b&fields=id HTTP/1.1" status: 200 len: 348 time: 0.0451813 2026-04-07 01:19:02.499 9 INFO neutron.wsgi [req-a165bdb2-5d0b-4eea-8414-b1b522a1b4dd req-81f5331b-9154-4eb5-aeb8-77c2b45c3b34 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/2be236a4-db8d-4f32-8d1e-c9a60f6d28f1?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0559721 2026-04-07 01:19:02.565 9 INFO neutron.wsgi [req-a165bdb2-5d0b-4eea-8414-b1b522a1b4dd req-00312e4b-0d19-4c48-8fbd-6f61f341b347 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 10.0.0.171 "GET /v2.0/networks/2be236a4-db8d-4f32-8d1e-c9a60f6d28f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0605948 2026-04-07 01:19:02.882 10 INFO neutron.wsgi [req-249edf96-14b9-491c-b113-ca39ef63e2dc req-f0a44cf1-c110-4942-9b16-d077187359df 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 210 time: 0.0302875 2026-04-07 01:19:02.955 9 INFO neutron.wsgi [req-ddd97551-204e-46a5-9509-4a800948c948 req-308ca5b5-1aa2-41c6-8cd0-9f4a1118ee51 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 210 time: 0.0261681 2026-04-07 01:19:03.461 10 INFO neutron.wsgi [None req-7ce9b755-8ff0-431e-9ba7-a83f62c937ff f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "PUT /v2.0/routers/5a800d55-0d2f-402f-9dc3-f2274c57962c/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 1.1544588 /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-04-07 01:19:03.616 9 INFO neutron.wsgi [req-a165bdb2-5d0b-4eea-8414-b1b522a1b4dd req-e6386e24-aad8-4e50-8933-fcd21a76b408 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/networks?id=2be236a4-db8d-4f32-8d1e-c9a60f6d28f1 HTTP/1.1" status: 200 len: 937 time: 0.0628958 2026-04-07 01:19:03.700 10 INFO neutron.wsgi [None req-02a33cc3-9898-4bce-bc53-20b87915813f f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "DELETE /v2.0/subnets/617e90f7-1600-4717-8958-1b7a7e7a5a79 HTTP/1.1" status: 204 len: 168 time: 0.2317054 2026-04-07 01:19:03.707 9 INFO neutron.wsgi [req-a165bdb2-5d0b-4eea-8414-b1b522a1b4dd req-db1201fe-1ae2-497f-a58a-92c4754e3fa5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/security-groups?fields=id&fields=name&tenant_id=376d36ea2fb84aeca058828a48b1fc4b HTTP/1.1" status: 200 len: 542 time: 0.0691900 2026-04-07 01:19:04.006 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e8c5c822-a6eb-41bc-9153-acb77e39664e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:19:04.008 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e8c5c822-a6eb-41bc-9153-acb77e39664e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 2be236a4-db8d-4f32-8d1e-c9a60f6d28f1: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:19:04.166 9 INFO neutron.db.ovn_revision_numbers_db [None req-e8c5c822-a6eb-41bc-9153-acb77e39664e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource d0849a48-ae33-4a41-9bed-8dd139ad654c (type: ports) to 1 2026-04-07 01:19:04.187 9 INFO neutron.wsgi [None req-e8c5c822-a6eb-41bc-9153-acb77e39664e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1287 time: 0.4545460 /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-04-07 01:19:04.397 10 INFO neutron.wsgi [None req-d1f3c2f4-7bde-42aa-ac28-16162f6e360b f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "DELETE /v2.0/routers/5a800d55-0d2f-402f-9dc3-f2274c57962c HTTP/1.1" status: 204 len: 168 time: 0.6914644 2026-04-07 01:19:04.579 9 INFO neutron.db.ovn_revision_numbers_db [None req-0efe70b7-616d-46db-8978-d66ba2d82368 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource d0849a48-ae33-4a41-9bed-8dd139ad654c (type: ports) to 2 2026-04-07 01:19:04.746 9 INFO neutron.db.ovn_revision_numbers_db [None req-0efe70b7-616d-46db-8978-d66ba2d82368 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource d0849a48-ae33-4a41-9bed-8dd139ad654c (type: ports) to 2 2026-04-07 01:19:04.765 9 INFO neutron.wsgi [None req-0efe70b7-616d-46db-8978-d66ba2d82368 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] 199.19.213.133 "PUT /v2.0/ports/d0849a48-ae33-4a41-9bed-8dd139ad654c HTTP/1.1" status: 200 len: 1336 time: 0.5693951 2026-04-07 01:19:04.782 10 INFO neutron.services.segments.plugin [-] Segment 65136760-ec52-4fbc-ab24-c51f06a9aaa2 resource provider aggregate not found 2026-04-07 01:19:04.789 10 INFO neutron.services.segments.plugin [-] Segment 65136760-ec52-4fbc-ab24-c51f06a9aaa2 resource provider aggregate not found 2026-04-07 01:19:04.799 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-fbc2775c-cbe3-4229-92ce-47b1fb7616b3'] response: {'name': 'network-changed', 'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'tag': 'd0849a48-ae33-4a41-9bed-8dd139ad654c', 'status': 'completed', 'code': 200} /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-04-07 01:19:04.811 10 INFO neutron.services.segments.plugin [-] Segment 65136760-ec52-4fbc-ab24-c51f06a9aaa2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65136760-ec52-4fbc-ab24-c51f06a9aaa2 found for delete ", "request_id": "req-c444fc68-5415-46a1-96c7-71370c6f9707"}]} 2026-04-07 01:19:04.812 10 INFO neutron.services.segments.plugin [-] Segment 65136760-ec52-4fbc-ab24-c51f06a9aaa2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65136760-ec52-4fbc-ab24-c51f06a9aaa2 found for delete ", "request_id": "req-7f2a182d-2eae-4737-980f-1300afb0ddec"}]} 2026-04-07 01:19:04.833 9 INFO neutron.wsgi [req-a165bdb2-5d0b-4eea-8414-b1b522a1b4dd req-5236bc1d-9a65-4b8d-98ac-36955c047d01 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=376d36ea2fb84aeca058828a48b1fc4b&device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 1367 time: 0.0362043 2026-04-07 01:19:04.839 10 INFO neutron.wsgi [None req-a79e7872-645d-4f29-a3a1-6fd445a03774 f2ae8420becb4338b5f3f5ab54d9da82 f53361ab75e24ce1a85dd0ead70c1d1a - - - -] 10.0.0.78 "DELETE /v2.0/networks/70da58b5-e0f6-4e4f-a961-fa81cc2564da HTTP/1.1" status: 204 len: 168 time: 0.4350529 2026-04-07 01:19:04.873 9 INFO neutron.wsgi [req-a165bdb2-5d0b-4eea-8414-b1b522a1b4dd req-109d4827-5ffb-4611-98ad-c106b3639647 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=172.24.2.180&port_id=d0849a48-ae33-4a41-9bed-8dd139ad654c HTTP/1.1" status: 200 len: 217 time: 0.0320029 2026-04-07 01:19:04.913 9 INFO neutron.wsgi [req-a165bdb2-5d0b-4eea-8414-b1b522a1b4dd req-85f41a2c-ec46-4d73-875f-7fd610d11dbc 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=99a67153-bbc9-4246-8a5e-f528b5c58e6d HTTP/1.1" status: 200 len: 829 time: 0.0325081 2026-04-07 01:19:04.939 9 INFO neutron.wsgi [req-a165bdb2-5d0b-4eea-8414-b1b522a1b4dd req-b3d54346-9187-41d9-aa24-f52b280167be 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=2be236a4-db8d-4f32-8d1e-c9a60f6d28f1&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0209222 2026-04-07 01:19:05.003 9 INFO neutron.wsgi [req-a165bdb2-5d0b-4eea-8414-b1b522a1b4dd req-2c379120-6c6c-432c-a5d9-fb6f4de8155a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/2be236a4-db8d-4f32-8d1e-c9a60f6d28f1?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0578554 2026-04-07 01:19:05.071 9 INFO neutron.wsgi [req-a165bdb2-5d0b-4eea-8414-b1b522a1b4dd req-4f1fe173-473c-4748-b24a-3bbaa3cfd78f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/2be236a4-db8d-4f32-8d1e-c9a60f6d28f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0607398 2026-04-07 01:19:05.128 10 INFO neutron.wsgi [req-58b5894a-df95-478d-9cd4-a5dafca4c212 req-a895f936-409f-4c70-9d3a-f68623a35b7b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 1367 time: 0.0329928 2026-04-07 01:19:05.151 9 INFO neutron.wsgi [req-ab481268-e3a1-46e1-ac18-b061ccd2c063 req-742096bd-9fcb-4352-8d7b-94adad4a9bc2 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=376d36ea2fb84aeca058828a48b1fc4b&device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 1367 time: 0.0355577 2026-04-07 01:19:05.174 10 INFO neutron.wsgi [req-58b5894a-df95-478d-9cd4-a5dafca4c212 req-daae62aa-5f5c-4ef8-888d-94061d340fde 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=b7e3743c-2760-41fc-a5f0-cc3e739bff7d&fields=id&fields=name HTTP/1.1" status: 200 len: 294 time: 0.0374663 2026-04-07 01:19:05.214 9 INFO neutron.wsgi [req-ab481268-e3a1-46e1-ac18-b061ccd2c063 req-24d10a08-e9e5-4bae-b65f-42acb7725e01 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=2be236a4-db8d-4f32-8d1e-c9a60f6d28f1 HTTP/1.1" status: 200 len: 937 time: 0.0504327 2026-04-07 01:19:05.247 9 INFO neutron.wsgi [req-ab481268-e3a1-46e1-ac18-b061ccd2c063 req-6b746947-c4de-4261-af72-b83e9c34506b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=172.24.2.180&port_id=d0849a48-ae33-4a41-9bed-8dd139ad654c HTTP/1.1" status: 200 len: 217 time: 0.0280917 2026-04-07 01:19:05.293 9 INFO neutron.wsgi [req-10bdbeb8-46c0-49c7-9fab-79eb56671922 req-4a7f1500-43cf-45e0-91ac-f47e37ae5243 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 1367 time: 0.0485528 2026-04-07 01:19:05.310 9 INFO neutron.wsgi [req-c74c67c9-a934-4029-bd66-41b982dec8c7 req-58424919-89df-4f8d-936c-22df411ec198 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 1367 time: 0.0423520 2026-04-07 01:19:05.317 9 INFO neutron.wsgi [req-ab481268-e3a1-46e1-ac18-b061ccd2c063 req-d933713a-9953-49f9-850b-4b0c35a611f4 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=99a67153-bbc9-4246-8a5e-f528b5c58e6d HTTP/1.1" status: 200 len: 829 time: 0.0631962 2026-04-07 01:19:05.338 9 INFO neutron.wsgi [req-10bdbeb8-46c0-49c7-9fab-79eb56671922 req-5c0816d7-f268-43be-8a51-9252b3a2fdda 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/security-groups?id=b7e3743c-2760-41fc-a5f0-cc3e739bff7d&fields=id&fields=name HTTP/1.1" status: 200 len: 294 time: 0.0361073 2026-04-07 01:19:05.355 9 INFO neutron.wsgi [req-ab481268-e3a1-46e1-ac18-b061ccd2c063 req-33f1ea7b-0e32-4cf8-8031-a474ac7823cc 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=2be236a4-db8d-4f32-8d1e-c9a60f6d28f1&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0275724 2026-04-07 01:19:05.426 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: d0849a48-ae33-4a41-9bed-8dd139ad654c 2026-04-07 01:19:05.441 9 INFO neutron.wsgi [req-ab481268-e3a1-46e1-ac18-b061ccd2c063 req-d60a4f3f-c3ee-4f66-ab1f-b593ec6f108b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/2be236a4-db8d-4f32-8d1e-c9a60f6d28f1?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0669351 2026-04-07 01:19:05.442 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port d0849a48-ae33-4a41-9bed-8dd139ad654c 2026-04-07 01:19:05.514 9 INFO neutron.wsgi [req-ab481268-e3a1-46e1-ac18-b061ccd2c063 req-29aaf1ec-d409-4c19-a542-39f69cbb2d12 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/2be236a4-db8d-4f32-8d1e-c9a60f6d28f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0540955 2026-04-07 01:19:05.570 10 INFO neutron.wsgi [None req-89fc52f8-f5d9-45de-ad26-503eb8998057 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=f53361ab75e24ce1a85dd0ead70c1d1a&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1227732 2026-04-07 01:19:05.720 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource d0849a48-ae33-4a41-9bed-8dd139ad654c (type: ports) to 4 2026-04-07 01:19:05.766 10 INFO neutron.wsgi [None req-14b6a6c9-1f1c-4809-bc89-a38e05846669 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/dd6066a0-12c4-4239-a17d-1c4c8812ac5d HTTP/1.1" status: 204 len: 168 time: 0.1904211 2026-04-07 01:19:05.968 10 INFO neutron.db.ovn_revision_numbers_db [None req-18ad8616-5743-4182-a6b6-96509f1d796e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource a9e430ce-6d55-45c9-8d78-7ee179e2a6a4 (type: security_groups) to 1 2026-04-07 01:19:05.994 10 INFO neutron.wsgi [None req-18ad8616-5743-4182-a6b6-96509f1d796e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=36e7a33de47c4605a77fcb07d2882929&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1113744 2026-04-07 01:19:06.189 10 INFO neutron.wsgi [None req-b99d8249-c085-4756-a9ec-830c98d4356f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/a9e430ce-6d55-45c9-8d78-7ee179e2a6a4 HTTP/1.1" status: 204 len: 168 time: 0.1897697 2026-04-07 01:19:06.836 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc47719d-9d2b-4a70-b9ed-b57c6fd500d8'] response: {'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd0849a48-ae33-4a41-9bed-8dd139ad654c', 'code': 200} 2026-04-07 01:19:06.836 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc47719d-9d2b-4a70-b9ed-b57c6fd500d8'] response: {'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd0849a48-ae33-4a41-9bed-8dd139ad654c', 'code': 200} /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-04-07 01:19:07.600 9 INFO neutron.wsgi [req-8c592213-b8df-46e2-988d-82fdc581f169 req-403e46b8-3d5b-4e6a-b52c-93bafeaddcd2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 1369 time: 0.0449054 2026-04-07 01:19:07.633 9 INFO neutron.wsgi [req-8c592213-b8df-46e2-988d-82fdc581f169 req-5b930f36-5e17-45ff-8a01-98802d28c2a8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=b7e3743c-2760-41fc-a5f0-cc3e739bff7d&fields=id&fields=name HTTP/1.1" status: 200 len: 294 time: 0.0270133 2026-04-07 01:19:07.725 10 INFO neutron.wsgi [req-5dfe595b-a8e3-4c1a-a990-6235bf9df870 req-ea8e364f-d237-46b4-86e7-288e52ca0760 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 1369 time: 0.0376217 2026-04-07 01:19:10.633 10 INFO neutron.db.ovn_revision_numbers_db [None req-1e526218-0947-4357-ae1b-f244a132b2e7 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Successfully bumped revision number for resource ddd3aae1-84a6-40e1-bdb4-ff36aa9696e1 (type: security_groups) to 1 2026-04-07 01:19:10.689 10 INFO neutron.db.segments_db [None req-1e526218-0947-4357-ae1b-f244a132b2e7 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Added segment 97313348-b4a2-402c-9e93-12566bfc5ed8 of type geneve for network 3c97ad75-fedb-446d-88c9-a04f421dcad4 2026-04-07 01:19:10.828 10 INFO neutron.db.ovn_revision_numbers_db [None req-1e526218-0947-4357-ae1b-f244a132b2e7 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Successfully bumped revision number for resource 3c97ad75-fedb-446d-88c9-a04f421dcad4 (type: networks) to 1 2026-04-07 01:19:11.022 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1e526218-0947-4357-ae1b-f244a132b2e7 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] No more DHCP agents 2026-04-07 01:19:11.023 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1e526218-0947-4357-ae1b-f244a132b2e7 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Unable to schedule network 3c97ad75-fedb-446d-88c9-a04f421dcad4: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:19:11.087 10 INFO neutron.db.ovn_revision_numbers_db [None req-1e526218-0947-4357-ae1b-f244a132b2e7 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Successfully bumped revision number for resource ec632916-eb7d-4001-8e99-f83d1204629e (type: ports) to 1 2026-04-07 01:19:11.115 10 INFO neutron.wsgi [None req-1e526218-0947-4357-ae1b-f244a132b2e7 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 831 time: 0.7956815 2026-04-07 01:19:11.449 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-818033fb-dc02-4ef7-b566-37f59aa5b12f 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] No more DHCP agents 2026-04-07 01:19:11.452 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-818033fb-dc02-4ef7-b566-37f59aa5b12f 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Unable to schedule network 3c97ad75-fedb-446d-88c9-a04f421dcad4: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:19:11.523 10 INFO neutron.db.ovn_revision_numbers_db [None req-818033fb-dc02-4ef7-b566-37f59aa5b12f 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Successfully bumped revision number for resource 0f017df1-68a4-4861-ba5d-5dac2c75a2ce (type: ports) to 1 2026-04-07 01:19:11.546 10 INFO neutron.wsgi [None req-818033fb-dc02-4ef7-b566-37f59aa5b12f 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 942 time: 0.4241688 /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-04-07 01:19:11.637 10 INFO neutron.db.segments_db [None req-04892f14-80c4-4c2a-9a50-bfb3faa23df9 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Added segment 62e589f2-0756-4df0-8534-0fbcd81af2c6 of type geneve for network fb19b95b-7614-4f85-ae4c-8fc0fa31b2ec 2026-04-07 01:19:11.787 10 INFO neutron.db.ovn_revision_numbers_db [None req-04892f14-80c4-4c2a-9a50-bfb3faa23df9 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Successfully bumped revision number for resource fb19b95b-7614-4f85-ae4c-8fc0fa31b2ec (type: networks) to 1 2026-04-07 01:19:11.945 10 INFO neutron.wsgi [None req-60656084-09e2-436f-802e-bc96e8a9bece 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 1877 time: 0.1435115 2026-04-07 01:19:12.328 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-04892f14-80c4-4c2a-9a50-bfb3faa23df9 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] No more DHCP agents 2026-04-07 01:19:12.332 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-04892f14-80c4-4c2a-9a50-bfb3faa23df9 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Unable to schedule network fb19b95b-7614-4f85-ae4c-8fc0fa31b2ec: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:19:12.342 10 INFO neutron.wsgi [None req-4d9315e2-a655-4360-83a8-12163ba6a824 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 31843 time: 0.3948851 2026-04-07 01:19:12.438 10 INFO neutron.db.ovn_revision_numbers_db [None req-04892f14-80c4-4c2a-9a50-bfb3faa23df9 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Successfully bumped revision number for resource 72b62518-1884-4683-b0ef-40355bcee54d (type: ports) to 1 2026-04-07 01:19:12.452 10 INFO neutron.wsgi [None req-bac918d5-799b-43cf-9aa5-8d267875ac64 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 850 time: 0.1010804 2026-04-07 01:19:12.468 10 INFO neutron.wsgi [None req-04892f14-80c4-4c2a-9a50-bfb3faa23df9 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 831 time: 0.9175568 2026-04-07 01:19:12.470 10 INFO neutron.wsgi [None req-a8afcf20-7f47-47bd-a997-079d7bd887e1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0160472 2026-04-07 01:19:12.517 10 INFO neutron.wsgi [None req-a7ae8105-d95f-4e68-8255-82904d60dcaf 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 5497 time: 0.0445035 2026-04-07 01:19:12.536 10 INFO neutron.wsgi [None req-b4279e67-c91e-47c5-997f-1940d1d89385 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0155330 2026-04-07 01:19:12.577 10 INFO neutron.wsgi [None req-73871e20-f3c4-41ee-8cd1-e0bc842aef21 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 5497 time: 0.0394685 2026-04-07 01:19:12.652 10 INFO neutron.wsgi [None req-2f69dddd-148d-4233-b947-ce3e6328209f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 22220 time: 0.0727277 2026-04-07 01:19:12.682 10 INFO neutron.wsgi [None req-4695566e-ba5e-4421-b8e5-0a238b57111f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 3900 time: 0.0163484 2026-04-07 01:19:12.750 10 INFO neutron.wsgi [None req-c930b8ab-a01f-4a85-abb1-954118c14c6a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 6135 time: 0.0669360 2026-04-07 01:19:12.772 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ad4b1607-0c6c-49bd-9e0f-2d6db5d68c2a 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] No more DHCP agents 2026-04-07 01:19:12.774 10 INFO neutron.wsgi [None req-98c2ccb9-781a-4a3f-893d-5ffbb6550e99 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0141771 2026-04-07 01:19:12.776 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ad4b1607-0c6c-49bd-9e0f-2d6db5d68c2a 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Unable to schedule network fb19b95b-7614-4f85-ae4c-8fc0fa31b2ec: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:19:12.855 9 INFO neutron.db.ovn_revision_numbers_db [None req-ad4b1607-0c6c-49bd-9e0f-2d6db5d68c2a 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Successfully bumped revision number for resource 1b46d895-8282-4868-906c-304f18a697d3 (type: ports) to 1 2026-04-07 01:19:12.906 9 INFO neutron.wsgi [None req-ad4b1607-0c6c-49bd-9e0f-2d6db5d68c2a 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 942 time: 0.4314356 /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-04-07 01:19:12.993 9 INFO neutron.db.segments_db [None req-15b569ec-38c5-43b4-bc0b-c3ab3200382f 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Added segment d26d3321-8690-4b12-afb4-b8c6d7a5d17b of type geneve for network 953f4e84-12be-4edc-bbcd-3f9b4d1aa29d 2026-04-07 01:19:13.104 9 INFO neutron.db.ovn_revision_numbers_db [None req-15b569ec-38c5-43b4-bc0b-c3ab3200382f 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Successfully bumped revision number for resource 953f4e84-12be-4edc-bbcd-3f9b4d1aa29d (type: networks) to 1 2026-04-07 01:19:13.271 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-15b569ec-38c5-43b4-bc0b-c3ab3200382f 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] No more DHCP agents 2026-04-07 01:19:13.272 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-15b569ec-38c5-43b4-bc0b-c3ab3200382f 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Unable to schedule network 953f4e84-12be-4edc-bbcd-3f9b4d1aa29d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:19:13.335 9 INFO neutron.db.ovn_revision_numbers_db [None req-15b569ec-38c5-43b4-bc0b-c3ab3200382f 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Successfully bumped revision number for resource 1b22a4ca-b8a7-4d6f-a767-4faf6840802d (type: ports) to 1 2026-04-07 01:19:13.358 9 INFO neutron.wsgi [None req-15b569ec-38c5-43b4-bc0b-c3ab3200382f 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 831 time: 0.4477715 2026-04-07 01:19:13.678 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b766d6f4-aa66-4be7-ad7f-769c5616e51b 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] No more DHCP agents 2026-04-07 01:19:13.680 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b766d6f4-aa66-4be7-ad7f-769c5616e51b 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Unable to schedule network 953f4e84-12be-4edc-bbcd-3f9b4d1aa29d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:19:13.762 9 INFO neutron.db.ovn_revision_numbers_db [None req-b766d6f4-aa66-4be7-ad7f-769c5616e51b 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Successfully bumped revision number for resource 6de50fb4-3838-4171-bebf-4d55eb7c5c07 (type: ports) to 1 2026-04-07 01:19:13.792 9 INFO neutron.wsgi [None req-b766d6f4-aa66-4be7-ad7f-769c5616e51b 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 942 time: 0.4286909 2026-04-07 01:19:13.897 10 INFO neutron.db.segments_db [None req-e9c3c738-77df-4f43-b62b-077212d63c78 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Added segment 97c5a300-dc1b-48c5-aec7-fd66040ec3ed of type geneve for network cf7bc3fc-8c85-431c-b15e-37e3e8c8aa1c 2026-04-07 01:19:14.062 10 INFO neutron.db.ovn_revision_numbers_db [None req-e9c3c738-77df-4f43-b62b-077212d63c78 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Successfully bumped revision number for resource cf7bc3fc-8c85-431c-b15e-37e3e8c8aa1c (type: networks) to 1 2026-04-07 01:19:14.253 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e9c3c738-77df-4f43-b62b-077212d63c78 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] No more DHCP agents 2026-04-07 01:19:14.255 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e9c3c738-77df-4f43-b62b-077212d63c78 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Unable to schedule network cf7bc3fc-8c85-431c-b15e-37e3e8c8aa1c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:19:14.325 10 INFO neutron.db.ovn_revision_numbers_db [None req-e9c3c738-77df-4f43-b62b-077212d63c78 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Successfully bumped revision number for resource d018c3c1-8f40-4c5e-8047-fa1a6087c8cb (type: ports) to 1 2026-04-07 01:19:14.346 10 INFO neutron.wsgi [None req-e9c3c738-77df-4f43-b62b-077212d63c78 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 830 time: 0.5461078 2026-04-07 01:19:14.587 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2f1fefcb-1d42-4076-ba5d-ef402f1da5d0 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] No more DHCP agents 2026-04-07 01:19:14.589 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2f1fefcb-1d42-4076-ba5d-ef402f1da5d0 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Unable to schedule network cf7bc3fc-8c85-431c-b15e-37e3e8c8aa1c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:19:14.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024784 2026-04-07 01:19:14.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0018284 2026-04-07 01:19:14.664 10 INFO neutron.db.ovn_revision_numbers_db [None req-2f1fefcb-1d42-4076-ba5d-ef402f1da5d0 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Successfully bumped revision number for resource 5d739c91-8fca-48ac-96f8-d37acd8d9cf1 (type: ports) to 1 2026-04-07 01:19:14.686 10 INFO neutron.wsgi [None req-2f1fefcb-1d42-4076-ba5d-ef402f1da5d0 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 942 time: 0.3352642 /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-04-07 01:19:14.767 10 INFO neutron.db.segments_db [None req-eee3c940-6498-4b04-86c1-34e888f1d10e 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Added segment 5268f4fd-7e19-4259-aa29-f04f8bfcb688 of type geneve for network e1f28658-afae-4759-b048-edee2343fdfc 2026-04-07 01:19:14.884 10 INFO neutron.db.ovn_revision_numbers_db [None req-eee3c940-6498-4b04-86c1-34e888f1d10e 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Successfully bumped revision number for resource e1f28658-afae-4759-b048-edee2343fdfc (type: networks) to 1 2026-04-07 01:19:15.068 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-eee3c940-6498-4b04-86c1-34e888f1d10e 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] No more DHCP agents 2026-04-07 01:19:15.069 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-eee3c940-6498-4b04-86c1-34e888f1d10e 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Unable to schedule network e1f28658-afae-4759-b048-edee2343fdfc: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:19:15.143 10 INFO neutron.db.ovn_revision_numbers_db [None req-eee3c940-6498-4b04-86c1-34e888f1d10e 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Successfully bumped revision number for resource 4dbb4fa2-1717-4c34-9ba4-83417d47a8ef (type: ports) to 1 2026-04-07 01:19:15.166 10 INFO neutron.wsgi [None req-eee3c940-6498-4b04-86c1-34e888f1d10e 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 831 time: 0.4752669 2026-04-07 01:19:15.431 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2670b9e2-ac97-48e6-b093-4e4f072ae05b 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] No more DHCP agents 2026-04-07 01:19:15.433 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2670b9e2-ac97-48e6-b093-4e4f072ae05b 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Unable to schedule network e1f28658-afae-4759-b048-edee2343fdfc: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:19:15.504 10 INFO neutron.db.ovn_revision_numbers_db [None req-2670b9e2-ac97-48e6-b093-4e4f072ae05b 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] Successfully bumped revision number for resource e5b296e2-e0ce-4e7f-b5c6-5dc5c89e96fc (type: ports) to 1 2026-04-07 01:19:15.526 10 INFO neutron.wsgi [None req-2670b9e2-ac97-48e6-b093-4e4f072ae05b 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 942 time: 0.3546181 /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-04-07 01:19:15.584 10 INFO neutron.wsgi [None req-f9cd9271-3b9a-4a5f-bc44-87378bceffe0 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "PUT /v2.0/ports/0f017df1-68a4-4861-ba5d-5dac2c75a2ce/tags HTTP/1.1" status: 200 len: 210 time: 0.0396998 2026-04-07 01:19:15.630 10 INFO neutron.wsgi [None req-bd0608cd-ce10-4db1-ae1a-88fd8fec7933 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "PUT /v2.0/ports/1b46d895-8282-4868-906c-304f18a697d3/tags HTTP/1.1" status: 200 len: 218 time: 0.0405335 2026-04-07 01:19:15.677 10 INFO neutron.wsgi [None req-3be57bca-96e6-40d3-8690-b94ddb3a1107 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "PUT /v2.0/ports/6de50fb4-3838-4171-bebf-4d55eb7c5c07/tags HTTP/1.1" status: 200 len: 227 time: 0.0420108 2026-04-07 01:19:15.736 10 INFO neutron.wsgi [None req-1e576b9e-b204-44e0-92a3-b75bfa1fce25 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "PUT /v2.0/ports/5d739c91-8fca-48ac-96f8-d37acd8d9cf1/tags HTTP/1.1" status: 200 len: 212 time: 0.0532370 /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-04-07 01:19:15.950 9 INFO neutron.wsgi [None req-cf70f082-9095-4a54-9d32-abc064876ff6 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - default default] 10.0.0.78 "GET /v2.0/ports?tags=red HTTP/1.1" status: 200 len: 2448 time: 0.2085235 2026-04-07 01:19:16.049 9 INFO neutron.wsgi [None req-074706c9-f1bd-4269-9fd0-94ab489be545 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - default default] 10.0.0.78 "GET /v2.0/ports?tags=red%2Cblue HTTP/1.1" status: 200 len: 1708 time: 0.0882580 2026-04-07 01:19:16.126 9 INFO neutron.wsgi [None req-0024cc0e-12d0-4cbb-b044-70aed7a7ad24 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - default default] 10.0.0.78 "GET /v2.0/ports?tags-any=blue HTTP/1.1" status: 200 len: 1708 time: 0.0710716 2026-04-07 01:19:16.483 9 INFO neutron.wsgi [None req-ebee66d7-dfb9-47a9-9dd1-7b8bcbec2b52 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - default default] 10.0.0.78 "GET /v2.0/ports?tags-any=red%2Cblue HTTP/1.1" status: 200 len: 2448 time: 0.3537188 2026-04-07 01:19:16.647 9 INFO neutron.wsgi [None req-be84a394-ca63-43f3-ab07-a8f1d6731120 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - default default] 10.0.0.78 "GET /v2.0/ports?not-tags=red HTTP/1.1" status: 200 len: 5463 time: 0.1585493 2026-04-07 01:19:16.758 9 INFO neutron.wsgi [None req-bf2d65ee-0aed-4b7f-aeff-b53ca23496b3 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - default default] 10.0.0.78 "GET /v2.0/ports?not-tags=red%2Cblue HTTP/1.1" status: 200 len: 6203 time: 0.1016431 2026-04-07 01:19:16.838 9 INFO neutron.wsgi [None req-c6912195-ddcd-419d-95ee-c34031ad5176 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - default default] 10.0.0.78 "GET /v2.0/ports?not-tags-any=blue HTTP/1.1" status: 200 len: 6203 time: 0.0749226 2026-04-07 01:19:16.900 9 INFO neutron.wsgi [None req-01df0620-858e-45f2-93b1-52af314f0f5a 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - default default] 10.0.0.78 "GET /v2.0/ports?not-tags-any=red%2Cblue HTTP/1.1" status: 200 len: 5463 time: 0.0558848 2026-04-07 01:19:17.154 9 INFO neutron.wsgi [None req-2e543fd6-fc55-4039-9990-440a890139f7 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "DELETE /v2.0/ports/0f017df1-68a4-4861-ba5d-5dac2c75a2ce HTTP/1.1" status: 204 len: 168 time: 0.2484727 2026-04-07 01:19:17.398 9 INFO neutron.wsgi [None req-14ba92e4-8a01-470d-b0cb-32af99f47320 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "DELETE /v2.0/ports/1b46d895-8282-4868-906c-304f18a697d3 HTTP/1.1" status: 204 len: 168 time: 0.2390792 2026-04-07 01:19:17.642 9 INFO neutron.wsgi [None req-100a4372-fe23-4362-9a03-8cf8f66f0db0 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "DELETE /v2.0/ports/6de50fb4-3838-4171-bebf-4d55eb7c5c07 HTTP/1.1" status: 204 len: 168 time: 0.2405629 2026-04-07 01:19:17.889 9 INFO neutron.wsgi [None req-0b18a0a4-53be-45e7-ac76-fae7a746eb30 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "DELETE /v2.0/ports/5d739c91-8fca-48ac-96f8-d37acd8d9cf1 HTTP/1.1" status: 204 len: 168 time: 0.2419252 2026-04-07 01:19:18.132 9 INFO neutron.wsgi [None req-59aee40d-1a45-46d2-9fbf-34d3a81652ad 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "DELETE /v2.0/ports/e5b296e2-e0ce-4e7f-b5c6-5dc5c89e96fc HTTP/1.1" status: 204 len: 168 time: 0.2389448 2026-04-07 01:19:18.498 9 INFO neutron.services.segments.plugin [-] Segment 97313348-b4a2-402c-9e93-12566bfc5ed8 resource provider aggregate not found 2026-04-07 01:19:18.517 9 INFO neutron.services.segments.plugin [-] Segment 97313348-b4a2-402c-9e93-12566bfc5ed8 resource provider aggregate not found 2026-04-07 01:19:18.521 9 INFO neutron.services.segments.plugin [-] Segment 97313348-b4a2-402c-9e93-12566bfc5ed8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97313348-b4a2-402c-9e93-12566bfc5ed8 found for delete ", "request_id": "req-d1b87899-e5da-4e95-b67b-efba4f5ba75c"}]} 2026-04-07 01:19:18.535 9 INFO neutron.services.segments.plugin [-] Segment 97313348-b4a2-402c-9e93-12566bfc5ed8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97313348-b4a2-402c-9e93-12566bfc5ed8 found for delete ", "request_id": "req-dc877864-4117-4653-ba39-dc7d5f23fb4a"}]} 2026-04-07 01:19:18.555 9 INFO neutron.wsgi [None req-390ffdd5-559c-4805-8468-cc7ac38d283d 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "DELETE /v2.0/networks/3c97ad75-fedb-446d-88c9-a04f421dcad4 HTTP/1.1" status: 204 len: 168 time: 0.4181969 2026-04-07 01:19:18.982 10 INFO neutron.services.segments.plugin [-] Segment 62e589f2-0756-4df0-8534-0fbcd81af2c6 resource provider aggregate not found 2026-04-07 01:19:18.987 10 INFO neutron.services.segments.plugin [-] Segment 62e589f2-0756-4df0-8534-0fbcd81af2c6 resource provider aggregate not found 2026-04-07 01:19:19.004 10 INFO neutron.services.segments.plugin [-] Segment 62e589f2-0756-4df0-8534-0fbcd81af2c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62e589f2-0756-4df0-8534-0fbcd81af2c6 found for delete ", "request_id": "req-ab89f10d-d445-4859-8d81-70aa02a9b43d"}]} 2026-04-07 01:19:19.005 10 INFO neutron.services.segments.plugin [-] Segment 62e589f2-0756-4df0-8534-0fbcd81af2c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62e589f2-0756-4df0-8534-0fbcd81af2c6 found for delete ", "request_id": "req-0d1a58cf-78b5-46c2-89fc-31eea346ee48"}]} 2026-04-07 01:19:19.020 10 INFO neutron.wsgi [None req-3ad42607-4f30-4908-8f8b-66993eee73c3 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "DELETE /v2.0/networks/fb19b95b-7614-4f85-ae4c-8fc0fa31b2ec HTTP/1.1" status: 204 len: 168 time: 0.4574764 2026-04-07 01:19:19.459 9 INFO neutron.wsgi [None req-3d6a9b5b-d3b7-4c0c-96bf-e50044a3811d 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "DELETE /v2.0/networks/953f4e84-12be-4edc-bbcd-3f9b4d1aa29d HTTP/1.1" status: 204 len: 168 time: 0.4332743 2026-04-07 01:19:19.885 10 INFO neutron.wsgi [None req-9db89ade-9f8a-4f47-9536-914b7b1c6d21 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "DELETE /v2.0/networks/cf7bc3fc-8c85-431c-b15e-37e3e8c8aa1c HTTP/1.1" status: 204 len: 168 time: 0.4205887 2026-04-07 01:19:20.311 9 INFO neutron.wsgi [None req-8d461003-1597-49ad-8f0c-ee738dd7e006 37213586824d4045b26c41a9f3b9bff4 c140f4b94f29454cbe30b872a1264b31 - - - -] 10.0.0.78 "DELETE /v2.0/networks/e1f28658-afae-4759-b048-edee2343fdfc HTTP/1.1" status: 204 len: 168 time: 0.4193125 2026-04-07 01:19:20.560 9 INFO neutron.services.segments.plugin [-] Segment d26d3321-8690-4b12-afb4-b8c6d7a5d17b resource provider aggregate not found 2026-04-07 01:19:20.571 9 INFO neutron.services.segments.plugin [-] Segment d26d3321-8690-4b12-afb4-b8c6d7a5d17b resource provider aggregate not found 2026-04-07 01:19:20.585 9 INFO neutron.services.segments.plugin [-] Segment d26d3321-8690-4b12-afb4-b8c6d7a5d17b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d26d3321-8690-4b12-afb4-b8c6d7a5d17b found for delete ", "request_id": "req-6fda9b40-3c84-4730-90aa-c3d3ec3fd063"}]} 2026-04-07 01:19:20.593 9 INFO neutron.services.segments.plugin [-] Segment d26d3321-8690-4b12-afb4-b8c6d7a5d17b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d26d3321-8690-4b12-afb4-b8c6d7a5d17b found for delete ", "request_id": "req-492f1547-a6c3-494d-814c-8533ef2b2e18"}]} 2026-04-07 01:19:20.610 9 INFO neutron.services.segments.plugin [-] Segment 5268f4fd-7e19-4259-aa29-f04f8bfcb688 resource provider aggregate not found 2026-04-07 01:19:20.616 9 INFO neutron.services.segments.plugin [-] Segment 5268f4fd-7e19-4259-aa29-f04f8bfcb688 resource provider aggregate not found 2026-04-07 01:19:20.635 9 INFO neutron.services.segments.plugin [-] Segment 5268f4fd-7e19-4259-aa29-f04f8bfcb688 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5268f4fd-7e19-4259-aa29-f04f8bfcb688 found for delete ", "request_id": "req-62fb0743-4c7e-4a9c-8d0c-6e8e5d076054"}]} 2026-04-07 01:19:20.657 9 INFO neutron.services.segments.plugin [-] Segment 5268f4fd-7e19-4259-aa29-f04f8bfcb688 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5268f4fd-7e19-4259-aa29-f04f8bfcb688 found for delete ", "request_id": "req-666948fe-cb7a-4a2e-ab99-39c7ae222ee6"}]} 2026-04-07 01:19:21.026 10 INFO neutron.services.segments.plugin [-] Segment 97c5a300-dc1b-48c5-aec7-fd66040ec3ed resource provider aggregate not found 2026-04-07 01:19:21.033 10 INFO neutron.services.segments.plugin [-] Segment 97c5a300-dc1b-48c5-aec7-fd66040ec3ed resource provider aggregate not found 2026-04-07 01:19:21.049 10 INFO neutron.services.segments.plugin [-] Segment 97c5a300-dc1b-48c5-aec7-fd66040ec3ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97c5a300-dc1b-48c5-aec7-fd66040ec3ed found for delete ", "request_id": "req-93824efc-65eb-4016-8be6-1589ca2d9468"}]} 2026-04-07 01:19:21.050 10 INFO neutron.services.segments.plugin [-] Segment 97c5a300-dc1b-48c5-aec7-fd66040ec3ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97c5a300-dc1b-48c5-aec7-fd66040ec3ed found for delete ", "request_id": "req-1289164c-69f2-4343-a6c5-3f4986f7d0df"}]} 2026-04-07 01:19:21.384 9 INFO neutron.db.ovn_revision_numbers_db [None req-e66a8fe6-7831-4132-be0e-901fe5ab8a61 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 84f7dca0-1a45-42b8-b1d5-e9c304c3032a (type: security_groups) to 1 2026-04-07 01:19:21.406 9 INFO neutron.wsgi [None req-e66a8fe6-7831-4132-be0e-901fe5ab8a61 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=7d626138fe0543be91a5f01ce05f22dc&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2926564 2026-04-07 01:19:21.626 9 INFO neutron.wsgi [None req-0a01c00c-def8-4834-bb28-fc566ac42aef 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/84f7dca0-1a45-42b8-b1d5-e9c304c3032a HTTP/1.1" status: 204 len: 168 time: 0.2143137 2026-04-07 01:19:21.782 10 INFO neutron.wsgi [None req-3a761e8c-0f8e-4f2c-8f2b-02c6922c1c74 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=c140f4b94f29454cbe30b872a1264b31&name=default HTTP/1.1" status: 200 len: 2996 time: 0.0333459 2026-04-07 01:19:21.979 9 INFO neutron.wsgi [None req-9547fa93-3d14-4706-9bec-1f8df415c585 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/ddd3aae1-84a6-40e1-bdb4-ff36aa9696e1 HTTP/1.1" status: 204 len: 168 time: 0.1895714 2026-04-07 01:19:22.217 9 INFO neutron.db.ovn_revision_numbers_db [None req-0ea243ef-321b-4b91-96f3-34869bb230d9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource bd84913f-6296-4bf4-8f52-eaf5ebafac01 (type: security_groups) to 1 2026-04-07 01:19:22.244 9 INFO neutron.wsgi [None req-0ea243ef-321b-4b91-96f3-34869bb230d9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=cca83de69b9b4969961e3d8cfc2948ea&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1222546 2026-04-07 01:19:22.420 9 INFO neutron.wsgi [None req-571db99e-f318-4152-b34e-7374857407ad 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/bd84913f-6296-4bf4-8f52-eaf5ebafac01 HTTP/1.1" status: 204 len: 168 time: 0.1703374 2026-04-07 01:19:27.058 9 INFO neutron.db.ovn_revision_numbers_db [None req-537838b3-d356-4970-a927-468c70e6e067 c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] Successfully bumped revision number for resource 65bbf9b1-36dd-4fda-a86c-2fbc877eb94c (type: routers) to 1 2026-04-07 01:19:27.090 9 INFO neutron.wsgi [None req-537838b3-d356-4970-a927-468c70e6e067 c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 654 time: 0.5449884 2026-04-07 01:19:27.293 9 INFO neutron.db.ovn_revision_numbers_db [None req-63b888ee-d129-4fb1-becd-6a876c380a0d c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] Successfully bumped revision number for resource 2fdf4911-76e3-4065-9534-cc75ae4e4bd2 (type: routers) to 1 2026-04-07 01:19:27.305 9 INFO neutron.wsgi [None req-63b888ee-d129-4fb1-becd-6a876c380a0d c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 654 time: 0.2111018 2026-04-07 01:19:27.525 9 INFO neutron.db.ovn_revision_numbers_db [None req-859b6e7c-fb09-4ccd-bfa9-49e305f73f19 c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] Successfully bumped revision number for resource 70953177-cc37-4e08-828c-bbc79be798b2 (type: routers) to 1 2026-04-07 01:19:27.574 9 INFO neutron.wsgi [None req-859b6e7c-fb09-4ccd-bfa9-49e305f73f19 c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 654 time: 0.2641692 2026-04-07 01:19:28.098 9 INFO neutron.db.ovn_revision_numbers_db [None req-0adf898b-706b-4af1-bc21-5d82ff6b2f02 c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] Successfully bumped revision number for resource b0f29f7d-ad8e-4c11-bdeb-70de083ec542 (type: routers) to 1 2026-04-07 01:19:28.112 9 INFO neutron.wsgi [None req-0adf898b-706b-4af1-bc21-5d82ff6b2f02 c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 654 time: 0.5309660 2026-04-07 01:19:28.277 9 INFO neutron.db.ovn_revision_numbers_db [None req-2ef005a0-4c88-4397-9285-59e64f5d3985 c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] Successfully bumped revision number for resource bf72f710-941a-41a4-bd86-a0052b454dd1 (type: routers) to 1 2026-04-07 01:19:28.291 9 INFO neutron.wsgi [None req-2ef005a0-4c88-4397-9285-59e64f5d3985 c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 654 time: 0.1739359 2026-04-07 01:19:28.348 9 INFO neutron.wsgi [None req-f63d2cba-3f79-4e2b-990a-1feafad552d0 c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] 10.0.0.78 "PUT /v2.0/routers/65bbf9b1-36dd-4fda-a86c-2fbc877eb94c/tags HTTP/1.1" status: 200 len: 210 time: 0.0519099 2026-04-07 01:19:28.400 9 INFO neutron.wsgi [None req-742cebfa-9b7c-4ed9-a5af-9fddb1651a3d c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] 10.0.0.78 "PUT /v2.0/routers/2fdf4911-76e3-4065-9534-cc75ae4e4bd2/tags HTTP/1.1" status: 200 len: 218 time: 0.0471077 2026-04-07 01:19:28.489 9 INFO neutron.wsgi [None req-9fd63741-3336-47b7-840d-be7404498a3f c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] 10.0.0.78 "PUT /v2.0/routers/70953177-cc37-4e08-828c-bbc79be798b2/tags HTTP/1.1" status: 200 len: 227 time: 0.0845375 2026-04-07 01:19:28.552 9 INFO neutron.wsgi [None req-0fd52d3f-89b9-4d1e-96a7-30083a92116e c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] 10.0.0.78 "PUT /v2.0/routers/b0f29f7d-ad8e-4c11-bdeb-70de083ec542/tags HTTP/1.1" status: 200 len: 212 time: 0.0577631 2026-04-07 01:19:28.628 9 INFO neutron.wsgi [None req-9f360f9b-3c42-4f1c-9261-32e5c2a83a56 c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - default default] 10.0.0.78 "GET /v2.0/routers?tags=red HTTP/1.1" status: 200 len: 1601 time: 0.0708182 2026-04-07 01:19:28.710 9 INFO neutron.wsgi [None req-e36f34e3-29f5-44e4-87bc-6db1b0bdbf5c c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - default default] 10.0.0.78 "GET /v2.0/routers?tags=red%2Cblue HTTP/1.1" status: 200 len: 1144 time: 0.0765564 2026-04-07 01:19:28.799 9 INFO neutron.wsgi [None req-d96e135b-3348-45c5-b91b-04f216299e8d c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - default default] 10.0.0.78 "GET /v2.0/routers?tags-any=blue HTTP/1.1" status: 200 len: 1144 time: 0.0834286 2026-04-07 01:19:28.862 9 INFO neutron.wsgi [None req-01eaa448-5a5e-4b23-84cc-016de15ad8d5 c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - default default] 10.0.0.78 "GET /v2.0/routers?tags-any=red%2Cblue HTTP/1.1" status: 200 len: 1601 time: 0.0586269 2026-04-07 01:19:28.936 9 INFO neutron.wsgi [None req-385f75a6-ffab-43f9-8dd1-a19530557320 c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - default default] 10.0.0.78 "GET /v2.0/routers?not-tags=red HTTP/1.1" status: 200 len: 1116 time: 0.0693655 2026-04-07 01:19:29.268 9 INFO neutron.wsgi [None req-8d0f9ef6-fc70-4fcb-82cc-bdba304144c7 c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - default default] 10.0.0.78 "GET /v2.0/routers?not-tags=red%2Cblue HTTP/1.1" status: 200 len: 1573 time: 0.3265738 2026-04-07 01:19:29.339 9 INFO neutron.wsgi [None req-254927bc-3350-460b-8f25-9ae8ed14a42a c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - default default] 10.0.0.78 "GET /v2.0/routers?not-tags-any=blue HTTP/1.1" status: 200 len: 1573 time: 0.0661206 2026-04-07 01:19:29.397 9 INFO neutron.wsgi [None req-f13a6d90-29f7-4b8f-ae41-7db8db97810f c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - default default] 10.0.0.78 "GET /v2.0/routers?not-tags-any=red%2Cblue HTTP/1.1" status: 200 len: 1116 time: 0.0526533 2026-04-07 01:19:29.449 9 INFO neutron.wsgi [None req-5b0c24f6-c36a-41fd-96c1-b1885dcde5cf c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - default default] 10.0.0.78 "GET /v2.0/routers/65bbf9b1-36dd-4fda-a86c-2fbc877eb94c HTTP/1.1" status: 200 len: 660 time: 0.0437615 2026-04-07 01:19:29.611 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0012186 2026-04-07 01:19:29.612 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017161 2026-04-07 01:19:29.884 9 INFO neutron.db.ovn_revision_numbers_db [None req-5e68ca1c-7c4b-44f3-a8fc-26cd9b13ac7f c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] Successfully bumped revision number for resource 65bbf9b1-36dd-4fda-a86c-2fbc877eb94c (type: routers) to 4 2026-04-07 01:19:29.886 9 INFO neutron.wsgi [None req-5e68ca1c-7c4b-44f3-a8fc-26cd9b13ac7f c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] 10.0.0.78 "PUT /v2.0/routers/65bbf9b1-36dd-4fda-a86c-2fbc877eb94c HTTP/1.1" status: 200 len: 660 time: 0.4305079 2026-04-07 01:19:29.913 9 INFO neutron.wsgi [None req-3e69f68e-1d9e-4699-ad76-c34d71b50bed c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=65bbf9b1-36dd-4fda-a86c-2fbc877eb94c HTTP/1.1" status: 200 len: 205 time: 0.0220675 2026-04-07 01:19:30.200 9 INFO neutron.wsgi [None req-a65da3dc-7abd-4fc0-817d-d8de7c402a13 c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] 10.0.0.78 "DELETE /v2.0/routers/65bbf9b1-36dd-4fda-a86c-2fbc877eb94c HTTP/1.1" status: 204 len: 168 time: 0.2828326 2026-04-07 01:19:30.259 9 INFO neutron.wsgi [None req-68cb3812-d053-4ab2-9ae0-0f1c4de96a3c c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - default default] 10.0.0.78 "GET /v2.0/routers/2fdf4911-76e3-4065-9534-cc75ae4e4bd2 HTTP/1.1" status: 200 len: 668 time: 0.0543308 2026-04-07 01:19:30.969 9 INFO neutron.db.ovn_revision_numbers_db [None req-3b941efc-cb68-43e9-b366-067ebe8d2b5e c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] Successfully bumped revision number for resource 2fdf4911-76e3-4065-9534-cc75ae4e4bd2 (type: routers) to 4 2026-04-07 01:19:30.973 9 INFO neutron.wsgi [None req-3b941efc-cb68-43e9-b366-067ebe8d2b5e c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] 10.0.0.78 "PUT /v2.0/routers/2fdf4911-76e3-4065-9534-cc75ae4e4bd2 HTTP/1.1" status: 200 len: 668 time: 0.7070272 2026-04-07 01:19:31.000 9 INFO neutron.wsgi [None req-daa87485-32be-40f1-bd3b-51d72de3f0bc c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=2fdf4911-76e3-4065-9534-cc75ae4e4bd2 HTTP/1.1" status: 200 len: 205 time: 0.0216262 2026-04-07 01:19:31.214 9 INFO neutron.wsgi [None req-a0de2684-f4c2-490a-a0df-25d517b26bb3 c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] 10.0.0.78 "DELETE /v2.0/routers/2fdf4911-76e3-4065-9534-cc75ae4e4bd2 HTTP/1.1" status: 204 len: 168 time: 0.2086442 2026-04-07 01:19:31.273 9 INFO neutron.wsgi [None req-80014188-e59a-4159-8703-efdb9fb1001c c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - default default] 10.0.0.78 "GET /v2.0/routers/70953177-cc37-4e08-828c-bbc79be798b2 HTTP/1.1" status: 200 len: 677 time: 0.0484085 2026-04-07 01:19:32.061 9 INFO neutron.db.ovn_revision_numbers_db [None req-4bb98775-4191-4935-a7c1-03fffd310dff c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] Successfully bumped revision number for resource 70953177-cc37-4e08-828c-bbc79be798b2 (type: routers) to 4 2026-04-07 01:19:32.067 9 INFO neutron.wsgi [None req-4bb98775-4191-4935-a7c1-03fffd310dff c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] 10.0.0.78 "PUT /v2.0/routers/70953177-cc37-4e08-828c-bbc79be798b2 HTTP/1.1" status: 200 len: 677 time: 0.7882121 2026-04-07 01:19:32.097 9 INFO neutron.wsgi [None req-546dce90-db9d-4606-88d9-2da84d28d709 c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=70953177-cc37-4e08-828c-bbc79be798b2 HTTP/1.1" status: 200 len: 205 time: 0.0256548 2026-04-07 01:19:32.391 9 INFO neutron.wsgi [None req-787fed23-6512-451b-accd-709ed2d59948 c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] 10.0.0.78 "DELETE /v2.0/routers/70953177-cc37-4e08-828c-bbc79be798b2 HTTP/1.1" status: 204 len: 168 time: 0.2901907 2026-04-07 01:19:32.460 9 INFO neutron.wsgi [None req-4effdea3-8b5b-4ea2-b61c-5d630167355b c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - default default] 10.0.0.78 "GET /v2.0/routers/b0f29f7d-ad8e-4c11-bdeb-70de083ec542 HTTP/1.1" status: 200 len: 662 time: 0.0636821 2026-04-07 01:19:32.989 9 INFO neutron.db.ovn_revision_numbers_db [None req-614c6ae6-475a-4031-b4c1-c6e0b8317aea c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] Successfully bumped revision number for resource b0f29f7d-ad8e-4c11-bdeb-70de083ec542 (type: routers) to 4 2026-04-07 01:19:32.992 9 INFO neutron.wsgi [None req-614c6ae6-475a-4031-b4c1-c6e0b8317aea c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] 10.0.0.78 "PUT /v2.0/routers/b0f29f7d-ad8e-4c11-bdeb-70de083ec542 HTTP/1.1" status: 200 len: 662 time: 0.5258186 2026-04-07 01:19:33.023 9 INFO neutron.wsgi [None req-22bb6e1b-ea56-4b09-a71f-831bc3b3a36b c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=b0f29f7d-ad8e-4c11-bdeb-70de083ec542 HTTP/1.1" status: 200 len: 205 time: 0.0251374 2026-04-07 01:19:33.564 10 INFO neutron.wsgi [None req-48d41740-d519-4234-96f7-558ad00ccde0 c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] 10.0.0.78 "DELETE /v2.0/routers/b0f29f7d-ad8e-4c11-bdeb-70de083ec542 HTTP/1.1" status: 204 len: 168 time: 0.5289817 2026-04-07 01:19:33.624 10 INFO neutron.wsgi [None req-fea9bce9-9876-4505-9f1b-a2c5c3c77986 c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - default default] 10.0.0.78 "GET /v2.0/routers/bf72f710-941a-41a4-bd86-a0052b454dd1 HTTP/1.1" status: 200 len: 655 time: 0.0554483 2026-04-07 01:19:34.092 10 INFO neutron.db.ovn_revision_numbers_db [None req-48b56202-01d3-471b-9fdf-b707807b9f70 c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] Successfully bumped revision number for resource bf72f710-941a-41a4-bd86-a0052b454dd1 (type: routers) to 3 2026-04-07 01:19:34.094 10 INFO neutron.wsgi [None req-48b56202-01d3-471b-9fdf-b707807b9f70 c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] 10.0.0.78 "PUT /v2.0/routers/bf72f710-941a-41a4-bd86-a0052b454dd1 HTTP/1.1" status: 200 len: 655 time: 0.4648173 2026-04-07 01:19:34.117 10 INFO neutron.wsgi [None req-f094fc5d-6d3a-4d6e-8a19-7865bf7e73a8 c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=bf72f710-941a-41a4-bd86-a0052b454dd1 HTTP/1.1" status: 200 len: 205 time: 0.0180256 2026-04-07 01:19:34.418 10 INFO neutron.wsgi [None req-198ddc35-7272-409f-b3e7-4274948ee526 c26c7d9edefa4038bfd30e72969f6df6 6f692cf525f948c2aec3d6b258bb3a7a - - - -] 10.0.0.78 "DELETE /v2.0/routers/bf72f710-941a-41a4-bd86-a0052b454dd1 HTTP/1.1" status: 204 len: 168 time: 0.2962751 2026-04-07 01:19:35.593 9 INFO neutron.db.ovn_revision_numbers_db [None req-a964abca-0ae3-45b7-a7b0-c3b05786d83b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource bd4fc4f3-ce8e-480e-ac2e-4d5cef881b3a (type: security_groups) to 1 2026-04-07 01:19:35.619 9 INFO neutron.wsgi [None req-a964abca-0ae3-45b7-a7b0-c3b05786d83b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=4033862d9cca409cb69fc886baeeaf7b&name=default HTTP/1.1" status: 200 len: 2996 time: 0.3219244 2026-04-07 01:19:35.842 10 INFO neutron.wsgi [None req-418b1072-9d36-4d5a-8cfe-536eefad4a8f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/bd4fc4f3-ce8e-480e-ac2e-4d5cef881b3a HTTP/1.1" status: 204 len: 168 time: 0.2167647 2026-04-07 01:19:36.038 9 INFO neutron.db.ovn_revision_numbers_db [None req-9aa2c27e-eb86-40c8-8ae9-c09917949f21 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource cac38901-0028-48ec-a123-e5e867babf30 (type: security_groups) to 1 2026-04-07 01:19:36.061 9 INFO neutron.wsgi [None req-9aa2c27e-eb86-40c8-8ae9-c09917949f21 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=1c6e0ba0a46f475987c2b684f48b236d&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1132667 2026-04-07 01:19:36.244 9 INFO neutron.wsgi [None req-dffbe062-7bf3-448e-8b03-44bb77ed9f5b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/cac38901-0028-48ec-a123-e5e867babf30 HTTP/1.1" status: 204 len: 168 time: 0.1765440 2026-04-07 01:19:36.511 9 INFO neutron.db.ovn_revision_numbers_db [None req-276bb006-ccbd-4479-8b37-6a44ff1c8c4b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource ea83e138-982e-42ae-8a0a-c2d3ffca03f5 (type: security_groups) to 1 2026-04-07 01:19:36.535 9 INFO neutron.wsgi [None req-276bb006-ccbd-4479-8b37-6a44ff1c8c4b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=6f692cf525f948c2aec3d6b258bb3a7a&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1256325 2026-04-07 01:19:36.734 9 INFO neutron.wsgi [None req-71c29155-2228-4985-bbdd-8ed8d9a01bfc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/ea83e138-982e-42ae-8a0a-c2d3ffca03f5 HTTP/1.1" status: 204 len: 168 time: 0.1938019 2026-04-07 01:19:41.117 10 INFO neutron.wsgi [None req-d7ef7413-4b48-4ac4-afe4-35aa5c4f4b42 e56d3e508a77482f9283328f0e1907a1 75a3f71dfab44c398c2af874bdfc3f25 - - - -] 10.0.0.78 "POST /v2.0/subnetpools HTTP/1.1" status: 201 len: 715 time: 0.2132783 2026-04-07 01:19:41.185 10 INFO neutron.wsgi [None req-c86ce0e7-df74-405e-94d5-83da6ff32600 e56d3e508a77482f9283328f0e1907a1 75a3f71dfab44c398c2af874bdfc3f25 - - - -] 10.0.0.78 "POST /v2.0/subnetpools HTTP/1.1" status: 201 len: 715 time: 0.0609186 2026-04-07 01:19:41.265 9 INFO neutron.wsgi [None req-3cbe57b7-e631-4361-86d7-b9d5900e0894 e56d3e508a77482f9283328f0e1907a1 75a3f71dfab44c398c2af874bdfc3f25 - - - -] 10.0.0.78 "POST /v2.0/subnetpools HTTP/1.1" status: 201 len: 715 time: 0.0650451 2026-04-07 01:19:41.334 9 INFO neutron.wsgi [None req-2760c3d5-00ab-435f-b352-9d60444c20fd e56d3e508a77482f9283328f0e1907a1 75a3f71dfab44c398c2af874bdfc3f25 - - - -] 10.0.0.78 "POST /v2.0/subnetpools HTTP/1.1" status: 201 len: 715 time: 0.0637753 2026-04-07 01:19:41.350 10 INFO neutron.wsgi [None req-b58fc196-bb21-4d98-b7c9-2cbf5b6839c6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0072937 2026-04-07 01:19:41.363 10 INFO neutron.wsgi [None req-0cdeb3aa-1457-4ddd-a4e3-7ecccc6cc749 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0083942 2026-04-07 01:19:41.375 10 INFO neutron.wsgi [None req-7e94bceb-7a30-4bed-80f5-074cfef53344 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0056157 2026-04-07 01:19:41.387 10 INFO neutron.wsgi [None req-3576d64b-2cc0-43c6-9bf6-1a2afac92aa3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0059555 2026-04-07 01:19:41.422 9 INFO neutron.wsgi [None req-80c866ec-cc96-4de4-85c1-1175beb168bf e56d3e508a77482f9283328f0e1907a1 75a3f71dfab44c398c2af874bdfc3f25 - - - -] 10.0.0.78 "POST /v2.0/subnetpools HTTP/1.1" status: 201 len: 715 time: 0.0821571 2026-04-07 01:19:41.429 10 INFO neutron.wsgi [None req-fbd6101c-73b1-4423-ae78-ef9dd625e91a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 851 time: 0.0311284 2026-04-07 01:19:41.464 9 INFO neutron.wsgi [None req-8e559519-ae0b-40de-b745-66976449c484 e56d3e508a77482f9283328f0e1907a1 75a3f71dfab44c398c2af874bdfc3f25 - - - -] 10.0.0.78 "PUT /v2.0/subnetpools/b4246bb8-c2ef-4bcf-8783-ab0c4b2db0ef/tags HTTP/1.1" status: 200 len: 210 time: 0.0365973 2026-04-07 01:19:41.490 10 INFO neutron.wsgi [None req-555d45e1-c897-4b17-bca7-866cb9482493 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 1369 time: 0.0332811 2026-04-07 01:19:41.493 9 INFO neutron.wsgi [None req-07da4524-385f-445a-aa5a-62425221ab33 e56d3e508a77482f9283328f0e1907a1 75a3f71dfab44c398c2af874bdfc3f25 - - - -] 10.0.0.78 "PUT /v2.0/subnetpools/6deb404b-894c-42b0-bbf2-9209f305528a/tags HTTP/1.1" status: 200 len: 218 time: 0.0248449 2026-04-07 01:19:41.527 9 INFO neutron.wsgi [None req-5665e6c8-941f-40ed-b29f-232b8d683ddb e56d3e508a77482f9283328f0e1907a1 75a3f71dfab44c398c2af874bdfc3f25 - - - -] 10.0.0.78 "PUT /v2.0/subnetpools/0ec082ce-c69c-4098-add6-5266c678476a/tags HTTP/1.1" status: 200 len: 227 time: 0.0285943 2026-04-07 01:19:41.556 9 INFO neutron.wsgi [None req-bf23ae96-8a34-4398-ae96-1d20914cbcbd e56d3e508a77482f9283328f0e1907a1 75a3f71dfab44c398c2af874bdfc3f25 - - - -] 10.0.0.78 "PUT /v2.0/subnetpools/4ee8ba6e-b91b-4a2c-9ced-abf51d833db1/tags HTTP/1.1" status: 200 len: 212 time: 0.0239630 2026-04-07 01:19:41.609 10 INFO neutron.wsgi [None req-b87473c1-6d95-40f6-896e-f5d145ef723c e56d3e508a77482f9283328f0e1907a1 75a3f71dfab44c398c2af874bdfc3f25 - - default default] 10.0.0.78 "GET /v2.0/subnetpools?tags=red HTTP/1.1" status: 200 len: 1758 time: 0.0464144 2026-04-07 01:19:41.644 9 INFO neutron.wsgi [None req-68939ae1-ad74-4714-a6d7-3a8ec19d9368 e56d3e508a77482f9283328f0e1907a1 75a3f71dfab44c398c2af874bdfc3f25 - - default default] 10.0.0.78 "GET /v2.0/subnetpools?tags=red%2Cblue HTTP/1.1" status: 200 len: 1251 time: 0.0295372 2026-04-07 01:19:41.680 9 INFO neutron.wsgi [None req-71815802-dc5e-4a7e-9b31-3dec209702a1 e56d3e508a77482f9283328f0e1907a1 75a3f71dfab44c398c2af874bdfc3f25 - - default default] 10.0.0.78 "GET /v2.0/subnetpools?tags-any=blue HTTP/1.1" status: 200 len: 1251 time: 0.0314884 2026-04-07 01:19:41.708 9 INFO neutron.wsgi [None req-6b34375a-3351-45bc-8c60-8723e1cadcc9 e56d3e508a77482f9283328f0e1907a1 75a3f71dfab44c398c2af874bdfc3f25 - - default default] 10.0.0.78 "GET /v2.0/subnetpools?tags-any=red%2Cblue HTTP/1.1" status: 200 len: 1758 time: 0.0227301 2026-04-07 01:19:41.750 9 INFO neutron.wsgi [None req-ed12f09e-206e-4a54-88b3-aa418b6ea49e e56d3e508a77482f9283328f0e1907a1 75a3f71dfab44c398c2af874bdfc3f25 - - default default] 10.0.0.78 "GET /v2.0/subnetpools?not-tags=red HTTP/1.1" status: 200 len: 1223 time: 0.0364707 2026-04-07 01:19:41.786 9 INFO neutron.wsgi [None req-64ec39d4-3fd7-4b7a-b9b7-892aa509d16f e56d3e508a77482f9283328f0e1907a1 75a3f71dfab44c398c2af874bdfc3f25 - - default default] 10.0.0.78 "GET /v2.0/subnetpools?not-tags=red%2Cblue HTTP/1.1" status: 200 len: 1730 time: 0.0321259 2026-04-07 01:19:41.832 9 INFO neutron.wsgi [None req-69306e9e-5409-4d15-b236-b5d1a14736ab e56d3e508a77482f9283328f0e1907a1 75a3f71dfab44c398c2af874bdfc3f25 - - default default] 10.0.0.78 "GET /v2.0/subnetpools?not-tags-any=blue HTTP/1.1" status: 200 len: 1730 time: 0.0364285 2026-04-07 01:19:41.836 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2a33eb50-c87c-4620-9bd1-f3601976dfeb 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:19:41.839 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2a33eb50-c87c-4620-9bd1-f3601976dfeb 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 634b6ed5-5e4c-499d-8943-dc279aa2f301: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:19:41.863 9 INFO neutron.wsgi [None req-1ac2afae-f598-4ef7-aaa5-941b823d33d8 e56d3e508a77482f9283328f0e1907a1 75a3f71dfab44c398c2af874bdfc3f25 - - default default] 10.0.0.78 "GET /v2.0/subnetpools?not-tags-any=red%2Cblue HTTP/1.1" status: 200 len: 1223 time: 0.0218675 2026-04-07 01:19:41.933 9 INFO neutron.wsgi [None req-1ed820f6-47e9-401e-920c-67a1058ff6d3 e56d3e508a77482f9283328f0e1907a1 75a3f71dfab44c398c2af874bdfc3f25 - - - -] 10.0.0.78 "DELETE /v2.0/subnetpools/b4246bb8-c2ef-4bcf-8783-ab0c4b2db0ef HTTP/1.1" status: 204 len: 168 time: 0.0636134 /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-04-07 01:19:42.006 10 INFO neutron.wsgi [None req-36a3b299-6f06-4408-b268-a4c4b8bc2f0c e56d3e508a77482f9283328f0e1907a1 75a3f71dfab44c398c2af874bdfc3f25 - - - -] 10.0.0.78 "DELETE /v2.0/subnetpools/6deb404b-894c-42b0-bbf2-9209f305528a HTTP/1.1" status: 204 len: 168 time: 0.0671387 2026-04-07 01:19:42.025 10 INFO neutron.db.ovn_revision_numbers_db [None req-2a33eb50-c87c-4620-9bd1-f3601976dfeb 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 339bc22d-5683-4f1b-871e-2751a5626625 (type: ports) to 1 2026-04-07 01:19:42.061 10 INFO neutron.wsgi [None req-2a33eb50-c87c-4620-9bd1-f3601976dfeb 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1302 time: 0.5649076 2026-04-07 01:19:42.084 10 INFO neutron.wsgi [None req-14752141-0c15-46ba-8c3a-ece2aa33fb1b e56d3e508a77482f9283328f0e1907a1 75a3f71dfab44c398c2af874bdfc3f25 - - - -] 10.0.0.78 "DELETE /v2.0/subnetpools/0ec082ce-c69c-4098-add6-5266c678476a HTTP/1.1" status: 204 len: 168 time: 0.0685110 2026-04-07 01:19:42.149 9 INFO neutron.wsgi [req-7cfa5713-f8a0-4a54-a959-5ca8414e908f req-5cb9e50e-217f-4537-bfe2-10c10722f057 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.171 "GET /v2.0/ports/339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 200 len: 1297 time: 0.0362139 2026-04-07 01:19:42.157 10 INFO neutron.wsgi [None req-890dcb8b-294c-4bf6-8398-de4d3f8dc86e e56d3e508a77482f9283328f0e1907a1 75a3f71dfab44c398c2af874bdfc3f25 - - - -] 10.0.0.78 "DELETE /v2.0/subnetpools/4ee8ba6e-b91b-4a2c-9ced-abf51d833db1 HTTP/1.1" status: 204 len: 168 time: 0.0673470 2026-04-07 01:19:42.168 9 INFO neutron.wsgi [req-7cfa5713-f8a0-4a54-a959-5ca8414e908f req-6b5a2d24-c77f-4716-b3c0-4d247c0c2063 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.171 "GET /v2.0/extensions HTTP/1.1" status: 200 len: 16525 time: 0.0102143 2026-04-07 01:19:42.223 10 INFO neutron.wsgi [None req-1ffb91c6-d8dc-42f3-93a4-da3a5c01892e e56d3e508a77482f9283328f0e1907a1 75a3f71dfab44c398c2af874bdfc3f25 - - - -] 10.0.0.78 "DELETE /v2.0/subnetpools/c511feec-28c5-4b8b-853f-ec5ee304703d HTTP/1.1" status: 204 len: 168 time: 0.0602322 2026-04-07 01:19:42.288 9 INFO neutron.wsgi [req-7cfa5713-f8a0-4a54-a959-5ca8414e908f req-15425fd9-0267-45a3-86e0-d9e27cf5668e 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports/339bc22d-5683-4f1b-871e-2751a5626625?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile HTTP/1.1" status: 200 len: 335 time: 0.0324738 2026-04-07 01:19:42.355 9 INFO neutron.wsgi [req-7cfa5713-f8a0-4a54-a959-5ca8414e908f req-07e6ef7c-504f-43b6-bf8a-130831f32374 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0583780 2026-04-07 01:19:42.428 9 INFO neutron.wsgi [req-7cfa5713-f8a0-4a54-a959-5ca8414e908f req-2c59cc00-290d-4224-98ed-1b91dd9cf97e 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0641720 2026-04-07 01:19:42.480 9 INFO neutron.wsgi [req-7cfa5713-f8a0-4a54-a959-5ca8414e908f req-32a0e194-599c-4691-a526-6c05eb7b1cd9 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports/339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 200 len: 1297 time: 0.0295458 2026-04-07 01:19:42.554 9 INFO neutron.wsgi [req-7cfa5713-f8a0-4a54-a959-5ca8414e908f req-d28d73b9-db9a-405a-984f-bc841a150161 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/networks?id=634b6ed5-5e4c-499d-8943-dc279aa2f301 HTTP/1.1" status: 200 len: 1004 time: 0.0704467 2026-04-07 01:19:42.934 9 INFO neutron.db.ovn_revision_numbers_db [None req-f8040e8c-9581-423d-8761-49399212541c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource 339bc22d-5683-4f1b-871e-2751a5626625 (type: ports) to 2 2026-04-07 01:19:43.105 9 INFO neutron.db.ovn_revision_numbers_db [None req-f8040e8c-9581-423d-8761-49399212541c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource 339bc22d-5683-4f1b-871e-2751a5626625 (type: ports) to 2 2026-04-07 01:19:43.119 9 INFO neutron.wsgi [None req-f8040e8c-9581-423d-8761-49399212541c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] 199.19.213.133 "PUT /v2.0/ports/339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 200 len: 1380 time: 0.5553489 2026-04-07 01:19:43.158 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc6b804d-2664-46a6-acf3-a9d4ac62d2d2'] response: {'name': 'network-changed', 'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'tag': '339bc22d-5683-4f1b-871e-2751a5626625', 'status': 'completed', 'code': 200} /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-04-07 01:19:43.188 9 INFO neutron.wsgi [req-7cfa5713-f8a0-4a54-a959-5ca8414e908f req-97746e57-0df5-4617-93a5-c60f24504888 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=376d36ea2fb84aeca058828a48b1fc4b&device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 2569 time: 0.0344725 2026-04-07 01:19:43.326 10 INFO neutron.db.ovn_revision_numbers_db [None req-b30b9f4e-35bb-4ff1-a191-95862a2500c5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 7cdc0a06-9d7a-498a-8d74-62370fc0b938 (type: security_groups) to 1 2026-04-07 01:19:43.347 10 INFO neutron.wsgi [None req-b30b9f4e-35bb-4ff1-a191-95862a2500c5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=75a3f71dfab44c398c2af874bdfc3f25&name=default HTTP/1.1" status: 200 len: 2996 time: 0.2942598 2026-04-07 01:19:43.494 9 INFO neutron.wsgi [req-7cfa5713-f8a0-4a54-a959-5ca8414e908f req-fe3e507a-8daf-4fa5-b0f8-aab5af319ed4 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=172.24.2.180&port_id=d0849a48-ae33-4a41-9bed-8dd139ad654c HTTP/1.1" status: 200 len: 217 time: 0.2969193 2026-04-07 01:19:43.527 9 INFO neutron.wsgi [req-7cfa5713-f8a0-4a54-a959-5ca8414e908f req-a946cf92-fa98-4f9b-8176-eea7768b1dd1 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=99a67153-bbc9-4246-8a5e-f528b5c58e6d HTTP/1.1" status: 200 len: 829 time: 0.0258403 2026-04-07 01:19:43.558 9 INFO neutron.wsgi [req-7cfa5713-f8a0-4a54-a959-5ca8414e908f req-692039d5-4e65-49eb-b4dc-d6cc64eeaab9 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=2be236a4-db8d-4f32-8d1e-c9a60f6d28f1&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0252275 2026-04-07 01:19:43.561 10 INFO neutron.wsgi [None req-6870adea-895f-427d-b853-1b7993426da1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/7cdc0a06-9d7a-498a-8d74-62370fc0b938 HTTP/1.1" status: 204 len: 168 time: 0.2092295 2026-04-07 01:19:43.623 9 INFO neutron.wsgi [req-7cfa5713-f8a0-4a54-a959-5ca8414e908f req-0f8c9e42-25b1-418e-a9ad-4b873a4dd6ca 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/2be236a4-db8d-4f32-8d1e-c9a60f6d28f1?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0559959 2026-04-07 01:19:43.696 9 INFO neutron.wsgi [req-7cfa5713-f8a0-4a54-a959-5ca8414e908f req-cf23016a-fe83-4c1b-8f5b-9866abe58d6c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/2be236a4-db8d-4f32-8d1e-c9a60f6d28f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0663340 2026-04-07 01:19:43.729 9 INFO neutron.wsgi [req-7cfa5713-f8a0-4a54-a959-5ca8414e908f req-06ef248f-d5e3-4c36-ae69-60eab6bbc2d3 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.1.1.127&port_id=339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 200 len: 217 time: 0.0275755 2026-04-07 01:19:43.763 10 INFO neutron.db.ovn_revision_numbers_db [None req-cece5a70-4b5d-4a67-9444-fc94d1774504 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 6d29c230-8cfc-48ee-acca-803dc2dbc859 (type: security_groups) to 1 2026-04-07 01:19:43.771 9 INFO neutron.wsgi [req-7cfa5713-f8a0-4a54-a959-5ca8414e908f req-feeb6cb9-575e-4ce3-975e-8dd79f69b91a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 854 time: 0.0351524 2026-04-07 01:19:43.800 10 INFO neutron.wsgi [None req-cece5a70-4b5d-4a67-9444-fc94d1774504 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=6d1928e363674867ba6d99f5360160fd&name=default HTTP/1.1" status: 200 len: 2996 time: 0.1388717 2026-04-07 01:19:43.810 9 INFO neutron.wsgi [req-7cfa5713-f8a0-4a54-a959-5ca8414e908f req-f081273f-1b13-4253-b026-ce92a48c5234 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=634b6ed5-5e4c-499d-8943-dc279aa2f301&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0308604 2026-04-07 01:19:43.886 9 INFO neutron.wsgi [req-7cfa5713-f8a0-4a54-a959-5ca8414e908f req-7520b050-5d3d-45ad-8c9f-6857e2afb4ca 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0678556 2026-04-07 01:19:43.956 9 INFO neutron.wsgi [req-7cfa5713-f8a0-4a54-a959-5ca8414e908f req-6ecb7128-8214-489c-b4ff-34f7c620b16a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0636022 2026-04-07 01:19:44.045 9 INFO neutron.wsgi [None req-bffb076d-373e-4340-8c71-bd82d31c87a3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/6d29c230-8cfc-48ee-acca-803dc2dbc859 HTTP/1.1" status: 204 len: 168 time: 0.2408071 2026-04-07 01:19:44.053 9 INFO neutron.wsgi [req-0e69821a-8da7-4540-8c10-95ca4f3cc1e4 req-7ac805c9-8cd2-46e1-8ea9-da4d74d10e5a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=376d36ea2fb84aeca058828a48b1fc4b&device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 2569 time: 0.0441723 2026-04-07 01:19:44.060 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: 339bc22d-5683-4f1b-871e-2751a5626625 2026-04-07 01:19:44.089 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port 339bc22d-5683-4f1b-871e-2751a5626625 2026-04-07 01:19:44.160 9 INFO neutron.wsgi [req-0e69821a-8da7-4540-8c10-95ca4f3cc1e4 req-d14625ce-8c40-40fa-903a-8d671d5a22c7 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=634b6ed5-5e4c-499d-8943-dc279aa2f301 HTTP/1.1" status: 200 len: 1004 time: 0.0971797 2026-04-07 01:19:44.193 9 INFO neutron.wsgi [req-0e69821a-8da7-4540-8c10-95ca4f3cc1e4 req-099fec5d-23d4-499b-a0b1-0610d72fbd41 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.1.1.127&port_id=339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 200 len: 217 time: 0.0245497 2026-04-07 01:19:44.268 9 INFO neutron.wsgi [req-0e69821a-8da7-4540-8c10-95ca4f3cc1e4 req-5f91e031-1a44-4a9b-bc8c-63b67d747ddc 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 854 time: 0.0669551 2026-04-07 01:19:44.270 9 INFO neutron.wsgi [req-7cfa5713-f8a0-4a54-a959-5ca8414e908f req-1601808e-6d5b-4ba1-b781-a79bb2d45e05 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.171 "GET /v2.0/ports/339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 200 len: 1408 time: 0.0679641 2026-04-07 01:19:44.326 9 INFO neutron.wsgi [req-0e69821a-8da7-4540-8c10-95ca4f3cc1e4 req-165c3e1d-94cc-4407-8712-69087202e31c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=634b6ed5-5e4c-499d-8943-dc279aa2f301&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0415146 2026-04-07 01:19:44.367 10 INFO neutron.db.ovn_revision_numbers_db [None req-5cf0d285-72f6-49d0-ba97-45d07a89755a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 2b0fd639-ea08-434f-a71f-5920d5e0921f (type: security_groups) to 1 2026-04-07 01:19:44.402 10 INFO neutron.wsgi [None req-5cf0d285-72f6-49d0-ba97-45d07a89755a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=f4912967ce204c27a3269ee8ba9a4601&name=default HTTP/1.1" status: 200 len: 2999 time: 0.1860838 2026-04-07 01:19:44.413 9 INFO neutron.wsgi [req-0e69821a-8da7-4540-8c10-95ca4f3cc1e4 req-10101580-7e71-4b5d-aa83-2512e1059d55 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0773091 2026-04-07 01:19:44.495 9 INFO neutron.wsgi [req-0e69821a-8da7-4540-8c10-95ca4f3cc1e4 req-9181ce09-40fc-490f-a17c-b51e19d09123 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0752468 2026-04-07 01:19:44.502 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource 339bc22d-5683-4f1b-871e-2751a5626625 (type: ports) to 4 2026-04-07 01:19:44.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024707 2026-04-07 01:19:44.616 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0018802 2026-04-07 01:19:44.937 10 INFO neutron.db.ovn_revision_numbers_db [None req-4deeb221-cd50-47d2-8e9f-7b4ad06c1480 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 339bc22d-5683-4f1b-871e-2751a5626625 (type: ports) to 5 2026-04-07 01:19:44.948 10 INFO neutron.wsgi [None req-4deeb221-cd50-47d2-8e9f-7b4ad06c1480 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "PUT /v2.0/ports/339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 200 len: 1443 time: 0.6628373 /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-04-07 01:19:44.983 10 INFO neutron.wsgi [None req-f1a7a06b-dc0b-48b6-be3b-f2cedfdf0568 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/2b0fd639-ea08-434f-a71f-5920d5e0921f HTTP/1.1" status: 204 len: 168 time: 0.5761552 2026-04-07 01:19:44.986 10 INFO neutron.wsgi [None req-47b60b0e-ecf8-46c2-b8b2-7865800e0a10 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/security-groups?name=lb-09ef3855-8210-4a91-bfc1-4f1aee43fd0a HTTP/1.1" status: 200 len: 1775 time: 0.0328083 2026-04-07 01:19:44.993 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed13b489-a366-4799-87fc-d9d50d32edf1'] response: {'name': 'network-changed', 'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'tag': '339bc22d-5683-4f1b-871e-2751a5626625', 'status': 'completed', 'code': 200} /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-04-07 01:19:45.043 9 INFO neutron.wsgi [req-47f8e1c9-67b0-4199-9511-89b041d16412 req-439b1567-7b7e-4d48-bbf7-49ea36683fd7 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=376d36ea2fb84aeca058828a48b1fc4b&device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 2632 time: 0.0305495 2026-04-07 01:19:45.102 9 INFO neutron.wsgi [req-47f8e1c9-67b0-4199-9511-89b041d16412 req-b8737b1c-bfa2-4a09-a79f-db001a8def85 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=634b6ed5-5e4c-499d-8943-dc279aa2f301 HTTP/1.1" status: 200 len: 1004 time: 0.0532508 2026-04-07 01:19:45.140 9 INFO neutron.wsgi [req-47f8e1c9-67b0-4199-9511-89b041d16412 req-5e72e939-5db1-4913-8529-0928f29e854b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.1.1.127&port_id=339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 200 len: 217 time: 0.0282807 2026-04-07 01:19:45.185 9 INFO neutron.wsgi [req-47f8e1c9-67b0-4199-9511-89b041d16412 req-0f4c854c-f079-456f-a311-3b149760dad2 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 854 time: 0.0385020 2026-04-07 01:19:45.200 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-f4aef04b-a6c9-4c09-8773-1f765da6194d'] response: {'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '339bc22d-5683-4f1b-871e-2751a5626625', 'code': 200} 2026-04-07 01:19:45.200 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-f4aef04b-a6c9-4c09-8773-1f765da6194d'] response: {'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '339bc22d-5683-4f1b-871e-2751a5626625', 'code': 200} 2026-04-07 01:19:45.210 9 INFO neutron.wsgi [req-47f8e1c9-67b0-4199-9511-89b041d16412 req-4da3b8fc-70e4-4460-b081-e0a01d77d64e 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=634b6ed5-5e4c-499d-8943-dc279aa2f301&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0216808 2026-04-07 01:19:45.234 10 INFO neutron.db.ovn_revision_numbers_db [None req-8bc67c5d-f8b8-469a-b413-503c0b13a22b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 339bc22d-5683-4f1b-871e-2751a5626625 (type: ports) to 6 2026-04-07 01:19:45.244 10 INFO neutron.wsgi [None req-8bc67c5d-f8b8-469a-b413-503c0b13a22b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "PUT /v2.0/ports/339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 200 len: 1443 time: 0.2525420 2026-04-07 01:19:45.272 9 INFO neutron.wsgi [req-47f8e1c9-67b0-4199-9511-89b041d16412 req-e8694162-c2a6-49c3-bd52-d3893696a258 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0576868 2026-04-07 01:19:45.329 9 INFO neutron.wsgi [req-47f8e1c9-67b0-4199-9511-89b041d16412 req-d5ae7adb-68dd-44f0-8fe9-04040a77e6a1 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0512273 /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-04-07 01:19:45.344 10 INFO neutron.wsgi [None req-9fd517be-ceb3-4923-b918-b9a5cdd64c7a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0088947 2026-04-07 01:19:45.357 10 INFO neutron.wsgi [None req-25bb73a9-6be0-4136-b396-6414ba1e5ac2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0065207 2026-04-07 01:19:45.366 10 INFO neutron.wsgi [None req-ca285c97-103b-48cf-b10a-b5f5eb4170c6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0055392 2026-04-07 01:19:45.377 10 INFO neutron.wsgi [None req-7d188caa-dbfe-4e66-ae8d-0af7d930f978 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0068643 2026-04-07 01:19:45.413 10 INFO neutron.wsgi [None req-ef58e2e0-959a-416c-b1c4-4b605cabd99e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 851 time: 0.0301392 2026-04-07 01:19:45.450 10 INFO neutron.wsgi [None req-a6ada0aa-b135-4c29-854a-1d389cea9461 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/8731476a-cf14-40c7-8859-f8b341ebe32f HTTP/1.1" status: 200 len: 1332 time: 0.0315738 2026-04-07 01:19:45.494 10 INFO neutron.wsgi [None req-93be57e6-a0e0-4cf4-b97a-a445fdc54033 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 200 len: 1471 time: 0.0385613 2026-04-07 01:19:45.540 10 INFO neutron.wsgi [None req-b2299be6-f9ac-41a8-a0bf-c728c8b3b724 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 851 time: 0.0400834 2026-04-07 01:19:45.606 10 INFO neutron.wsgi [None req-e387ec27-04a8-486e-964c-d915168cbc66 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301 HTTP/1.1" status: 200 len: 1001 time: 0.0597761 2026-04-07 01:19:45.639 10 INFO neutron.wsgi [None req-b2be8713-5ac8-48ed-ae53-e1e1ede59ccb 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/8731476a-cf14-40c7-8859-f8b341ebe32f HTTP/1.1" status: 200 len: 1332 time: 0.0282967 2026-04-07 01:19:45.676 10 INFO neutron.wsgi [None req-77908681-0b6c-41b1-aed3-f92d5bb08e92 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 851 time: 0.0322731 2026-04-07 01:19:47.036 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-91e91f74-9546-4253-a220-82e6c0b3d374'] response: {'name': 'network-changed', 'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'tag': '339bc22d-5683-4f1b-871e-2751a5626625', 'status': 'completed', 'code': 200} 2026-04-07 01:19:47.095 9 INFO neutron.wsgi [req-5c99c140-68a2-40c8-a7ff-0d2134ae9421 req-36ef9a35-cfbd-4997-a19a-cd17b0c83721 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=376d36ea2fb84aeca058828a48b1fc4b&device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 2632 time: 0.0398366 2026-04-07 01:19:47.189 9 INFO neutron.wsgi [req-5c99c140-68a2-40c8-a7ff-0d2134ae9421 req-1d88e6fc-56be-4c4d-be50-cd9e0fb4a7fa 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=634b6ed5-5e4c-499d-8943-dc279aa2f301 HTTP/1.1" status: 200 len: 1004 time: 0.0882967 2026-04-07 01:19:47.222 9 INFO neutron.wsgi [req-5c99c140-68a2-40c8-a7ff-0d2134ae9421 req-949b3f69-e7c1-4d01-bd14-cd709c314bce 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.1.1.127&port_id=339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 200 len: 217 time: 0.0285027 2026-04-07 01:19:47.261 9 INFO neutron.wsgi [req-5c99c140-68a2-40c8-a7ff-0d2134ae9421 req-1a4c2a14-c5aa-46df-93d5-4d6c765ef7a6 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 854 time: 0.0332916 2026-04-07 01:19:47.292 9 INFO neutron.wsgi [req-5c99c140-68a2-40c8-a7ff-0d2134ae9421 req-54db484f-3f1b-4fde-8156-179ba844438d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=634b6ed5-5e4c-499d-8943-dc279aa2f301&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0243719 2026-04-07 01:19:47.368 9 INFO neutron.wsgi [req-5c99c140-68a2-40c8-a7ff-0d2134ae9421 req-27b4c11f-9949-4943-8e8a-39b359562114 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0691876 2026-04-07 01:19:47.434 9 INFO neutron.wsgi [req-5c99c140-68a2-40c8-a7ff-0d2134ae9421 req-d3d793eb-a352-430b-b851-0b486e1c7546 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0584254 2026-04-07 01:19:49.292 9 INFO neutron.db.ovn_revision_numbers_db [None req-84b3493b-1ef4-46a7-a95e-345a4437d887 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Successfully bumped revision number for resource 2f097a3b-d770-4608-88a4-aa051fff2dae (type: security_groups) to 1 2026-04-07 01:19:49.344 9 INFO neutron.db.segments_db [None req-84b3493b-1ef4-46a7-a95e-345a4437d887 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Added segment 4d9e244f-9ffd-46e4-98a4-7252cc00c1fe of type geneve for network 08fd648d-2bf6-4383-b1a4-eaa5f4c7e0fe 2026-04-07 01:19:49.478 9 INFO neutron.db.ovn_revision_numbers_db [None req-84b3493b-1ef4-46a7-a95e-345a4437d887 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Successfully bumped revision number for resource 08fd648d-2bf6-4383-b1a4-eaa5f4c7e0fe (type: networks) to 1 2026-04-07 01:19:49.681 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-84b3493b-1ef4-46a7-a95e-345a4437d887 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] No more DHCP agents 2026-04-07 01:19:49.683 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-84b3493b-1ef4-46a7-a95e-345a4437d887 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Unable to schedule network 08fd648d-2bf6-4383-b1a4-eaa5f4c7e0fe: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:19:49.742 9 INFO neutron.db.ovn_revision_numbers_db [None req-84b3493b-1ef4-46a7-a95e-345a4437d887 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Successfully bumped revision number for resource 10e29fa8-5f36-4e59-85d5-744fc7ac112b (type: ports) to 1 2026-04-07 01:19:49.768 9 INFO neutron.wsgi [None req-84b3493b-1ef4-46a7-a95e-345a4437d887 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 831 time: 0.7520556 2026-04-07 01:19:50.027 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-58b4f950-5131-472d-b455-cb860931a219 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] No more DHCP agents 2026-04-07 01:19:50.031 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-58b4f950-5131-472d-b455-cb860931a219 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Unable to schedule network 08fd648d-2bf6-4383-b1a4-eaa5f4c7e0fe: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:19:50.134 9 INFO neutron.db.ovn_revision_numbers_db [None req-58b4f950-5131-472d-b455-cb860931a219 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Successfully bumped revision number for resource b6c25893-d6a4-48fd-938b-d7e7456d7674 (type: ports) to 1 2026-04-07 01:19:50.157 9 INFO neutron.wsgi [None req-58b4f950-5131-472d-b455-cb860931a219 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 942 time: 0.3841777 /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-04-07 01:19:50.370 9 INFO neutron.wsgi [None req-e3dc157a-0afc-4231-bc66-19b4147f4710 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "POST /v2.0/trunks HTTP/1.1" status: 201 len: 608 time: 0.2066865 2026-04-07 01:19:50.456 9 INFO neutron.db.segments_db [None req-44cb5d9d-5dc4-421b-b6a2-3023a8579ad7 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Added segment 1ef61791-b817-4290-a600-18ed1c76ceae of type geneve for network ab1f33d3-dbf6-48ad-9365-6ecb7bb6ebcb 2026-04-07 01:19:50.592 9 INFO neutron.db.ovn_revision_numbers_db [None req-44cb5d9d-5dc4-421b-b6a2-3023a8579ad7 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Successfully bumped revision number for resource ab1f33d3-dbf6-48ad-9365-6ecb7bb6ebcb (type: networks) to 1 2026-04-07 01:19:50.786 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-44cb5d9d-5dc4-421b-b6a2-3023a8579ad7 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] No more DHCP agents 2026-04-07 01:19:50.789 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-44cb5d9d-5dc4-421b-b6a2-3023a8579ad7 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Unable to schedule network ab1f33d3-dbf6-48ad-9365-6ecb7bb6ebcb: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:19:50.865 9 INFO neutron.db.ovn_revision_numbers_db [None req-44cb5d9d-5dc4-421b-b6a2-3023a8579ad7 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Successfully bumped revision number for resource 9859e0b0-161f-48d3-9e87-8060522b2761 (type: ports) to 1 2026-04-07 01:19:50.884 9 INFO neutron.wsgi [None req-44cb5d9d-5dc4-421b-b6a2-3023a8579ad7 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 831 time: 0.5081069 2026-04-07 01:19:51.148 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9bd6b2b1-c752-4b15-a897-bea7d6c3dc09 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] No more DHCP agents 2026-04-07 01:19:51.150 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9bd6b2b1-c752-4b15-a897-bea7d6c3dc09 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Unable to schedule network ab1f33d3-dbf6-48ad-9365-6ecb7bb6ebcb: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:19:51.229 9 INFO neutron.db.ovn_revision_numbers_db [None req-9bd6b2b1-c752-4b15-a897-bea7d6c3dc09 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Successfully bumped revision number for resource f6ed1522-cee1-4a68-ace1-ce0d82b0637f (type: ports) to 1 2026-04-07 01:19:51.266 9 INFO neutron.wsgi [None req-9bd6b2b1-c752-4b15-a897-bea7d6c3dc09 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 942 time: 0.3738549 /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-04-07 01:19:51.718 9 INFO neutron.wsgi [None req-c5dbc8ed-cc08-4e06-8019-cae41d093927 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "POST /v2.0/trunks HTTP/1.1" status: 201 len: 608 time: 0.4477494 2026-04-07 01:19:51.802 9 INFO neutron.db.segments_db [None req-5047fbe9-7017-473a-8bad-d9cf1c611283 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Added segment 1ae1757d-b21c-47da-b245-a51de9b29793 of type geneve for network 5e078fbd-9800-4133-8421-9eb9f5fc9c2e 2026-04-07 01:19:51.947 9 INFO neutron.db.ovn_revision_numbers_db [None req-5047fbe9-7017-473a-8bad-d9cf1c611283 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Successfully bumped revision number for resource 5e078fbd-9800-4133-8421-9eb9f5fc9c2e (type: networks) to 1 2026-04-07 01:19:52.139 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5047fbe9-7017-473a-8bad-d9cf1c611283 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] No more DHCP agents 2026-04-07 01:19:52.143 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5047fbe9-7017-473a-8bad-d9cf1c611283 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Unable to schedule network 5e078fbd-9800-4133-8421-9eb9f5fc9c2e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:19:52.211 9 INFO neutron.db.ovn_revision_numbers_db [None req-5047fbe9-7017-473a-8bad-d9cf1c611283 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Successfully bumped revision number for resource 9c4aad2b-4986-40d7-b9ed-7102da2a9197 (type: ports) to 1 2026-04-07 01:19:52.236 9 INFO neutron.wsgi [None req-5047fbe9-7017-473a-8bad-d9cf1c611283 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 831 time: 0.5143652 2026-04-07 01:19:52.548 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0f03ed4e-fd49-4978-a8fe-7eb0fc44e0ff 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] No more DHCP agents 2026-04-07 01:19:52.551 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0f03ed4e-fd49-4978-a8fe-7eb0fc44e0ff 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Unable to schedule network 5e078fbd-9800-4133-8421-9eb9f5fc9c2e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:19:52.620 9 INFO neutron.db.ovn_revision_numbers_db [None req-0f03ed4e-fd49-4978-a8fe-7eb0fc44e0ff 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Successfully bumped revision number for resource 266c07ff-495a-41aa-85af-8a436c35ca58 (type: ports) to 1 2026-04-07 01:19:52.645 9 INFO neutron.wsgi [None req-0f03ed4e-fd49-4978-a8fe-7eb0fc44e0ff 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 942 time: 0.4033442 /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-04-07 01:19:52.841 9 INFO neutron.wsgi [None req-57ab33c6-e5fc-40a4-9543-32c9a0b9e219 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "POST /v2.0/trunks HTTP/1.1" status: 201 len: 608 time: 0.1897767 2026-04-07 01:19:52.916 9 INFO neutron.db.segments_db [None req-2f0f9459-bdcb-4af8-8c08-4a213fa348ba 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Added segment 15b03746-c0ac-4e89-b530-975b2571e328 of type geneve for network 8078d044-de29-449a-a38d-6f7c426855a5 2026-04-07 01:19:53.028 9 INFO neutron.db.ovn_revision_numbers_db [None req-2f0f9459-bdcb-4af8-8c08-4a213fa348ba 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Successfully bumped revision number for resource 8078d044-de29-449a-a38d-6f7c426855a5 (type: networks) to 1 2026-04-07 01:19:53.241 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2f0f9459-bdcb-4af8-8c08-4a213fa348ba 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] No more DHCP agents 2026-04-07 01:19:53.243 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2f0f9459-bdcb-4af8-8c08-4a213fa348ba 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Unable to schedule network 8078d044-de29-449a-a38d-6f7c426855a5: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:19:53.312 9 INFO neutron.db.ovn_revision_numbers_db [None req-2f0f9459-bdcb-4af8-8c08-4a213fa348ba 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Successfully bumped revision number for resource 0b06eeca-ff89-493b-a152-67958deb6a01 (type: ports) to 1 2026-04-07 01:19:53.337 9 INFO neutron.wsgi [None req-2f0f9459-bdcb-4af8-8c08-4a213fa348ba 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 830 time: 0.4897835 2026-04-07 01:19:53.604 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1bb828de-93e2-4dd5-9465-aee27521203e 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] No more DHCP agents 2026-04-07 01:19:53.606 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1bb828de-93e2-4dd5-9465-aee27521203e 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Unable to schedule network 8078d044-de29-449a-a38d-6f7c426855a5: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:19:53.691 9 INFO neutron.db.ovn_revision_numbers_db [None req-1bb828de-93e2-4dd5-9465-aee27521203e 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Successfully bumped revision number for resource 03bfb907-967f-4341-8c25-f7d3c507f406 (type: ports) to 1 2026-04-07 01:19:53.732 9 INFO neutron.wsgi [None req-1bb828de-93e2-4dd5-9465-aee27521203e 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 942 time: 0.3905678 /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-04-07 01:19:53.991 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e7d3aaa3-6a70-4ea5-88d8-fd1a833a375b 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] No more DHCP agents 2026-04-07 01:19:53.994 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e7d3aaa3-6a70-4ea5-88d8-fd1a833a375b 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:19:54.058 9 INFO neutron.wsgi [None req-6174850c-5b4e-47e1-b7a3-adb2189826a6 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "POST /v2.0/trunks HTTP/1.1" status: 201 len: 608 time: 0.3206587 2026-04-07 01:19:54.167 9 INFO neutron.db.segments_db [None req-212c53cd-8bbc-4634-a7e7-6317213a67be 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Added segment 8f8eef25-a31a-4c0d-8175-ebcd4a2ecb8d of type geneve for network e3566315-4563-4ec4-b2b3-9fa0470feb6d 2026-04-07 01:19:54.290 9 INFO neutron.db.ovn_revision_numbers_db [None req-212c53cd-8bbc-4634-a7e7-6317213a67be 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Successfully bumped revision number for resource e3566315-4563-4ec4-b2b3-9fa0470feb6d (type: networks) to 1 2026-04-07 01:19:54.389 10 INFO neutron.db.l3_db [None req-e7d3aaa3-6a70-4ea5-88d8-fd1a833a375b 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Floating IP bc08fa38-1249-47c3-bd9b-a50ecc84c7c6 associated. External IP: 10.96.250.210, port: 8731476a-cf14-40c7-8859-f8b341ebe32f. 2026-04-07 01:19:54.516 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-212c53cd-8bbc-4634-a7e7-6317213a67be 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] No more DHCP agents 2026-04-07 01:19:54.518 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-212c53cd-8bbc-4634-a7e7-6317213a67be 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Unable to schedule network e3566315-4563-4ec4-b2b3-9fa0470feb6d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:19:54.597 9 INFO neutron.db.ovn_revision_numbers_db [None req-212c53cd-8bbc-4634-a7e7-6317213a67be 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Successfully bumped revision number for resource f3bf44c5-c2b1-49c1-9633-94426e491170 (type: ports) to 1 2026-04-07 01:19:54.615 10 INFO neutron.db.ovn_revision_numbers_db [None req-e7d3aaa3-6a70-4ea5-88d8-fd1a833a375b 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource bc08fa38-1249-47c3-bd9b-a50ecc84c7c6 (type: floatingips) to 0 2026-04-07 01:19:54.641 9 INFO neutron.wsgi [None req-212c53cd-8bbc-4634-a7e7-6317213a67be 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 830 time: 0.5780520 /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-04-07 01:19:54.764 10 INFO neutron.db.ovn_revision_numbers_db [None req-e7d3aaa3-6a70-4ea5-88d8-fd1a833a375b 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Successfully bumped revision number for resource bc08fa38-1249-47c3-bd9b-a50ecc84c7c6 (type: floatingips) to 1 2026-04-07 01:19:54.827 10 INFO neutron.wsgi [None req-e7d3aaa3-6a70-4ea5-88d8-fd1a833a375b 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "POST /v2.0/floatingips HTTP/1.1" status: 201 len: 1098 time: 1.1582963 2026-04-07 01:19:54.953 10 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b5984558-8d05-4038-a3a0-757520817bfb 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] No more DHCP agents 2026-04-07 01:19:54.955 10 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b5984558-8d05-4038-a3a0-757520817bfb 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Unable to schedule network e3566315-4563-4ec4-b2b3-9fa0470feb6d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:19:55.020 10 INFO neutron.db.ovn_revision_numbers_db [None req-b5984558-8d05-4038-a3a0-757520817bfb 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] Successfully bumped revision number for resource 030bab76-44b0-4a63-bd18-38c79c4ea6d3 (type: ports) to 1 2026-04-07 01:19:55.045 10 INFO neutron.wsgi [None req-b5984558-8d05-4038-a3a0-757520817bfb 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "POST /v2.0/ports HTTP/1.1" status: 201 len: 942 time: 0.3965781 2026-04-07 01:19:55.260 9 INFO neutron.wsgi [None req-b773fa25-6467-4d25-a3df-b010e679d4e9 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "POST /v2.0/trunks HTTP/1.1" status: 201 len: 608 time: 0.2108023 2026-04-07 01:19:55.294 9 INFO neutron.wsgi [None req-8d58d141-d1fc-4015-9dcd-09a7c6af68ed 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "PUT /v2.0/trunks/ab259df5-cc15-4221-a9f6-41cfe1a0ac74/tags HTTP/1.1" status: 200 len: 210 time: 0.0292611 2026-04-07 01:19:55.322 9 INFO neutron.wsgi [None req-b3da6d5e-8804-4e24-a2be-38bb7e618046 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "PUT /v2.0/trunks/6f6cea2f-a1b0-4dcc-924f-212923185ee1/tags HTTP/1.1" status: 200 len: 218 time: 0.0242696 2026-04-07 01:19:55.351 9 INFO neutron.wsgi [None req-8ef7879c-f466-44f5-ae1f-e24afc93a392 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "PUT /v2.0/trunks/f3339dd3-5279-418d-8853-8a949fee85ec/tags HTTP/1.1" status: 200 len: 227 time: 0.0257738 2026-04-07 01:19:55.380 9 INFO neutron.wsgi [None req-3d854556-85a2-4d57-b97e-65f93b55ded0 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "PUT /v2.0/trunks/e4527066-6f7f-4aba-a413-c1508f9996fb/tags HTTP/1.1" status: 200 len: 212 time: 0.0222459 2026-04-07 01:19:55.406 9 INFO neutron.wsgi [None req-2f46edee-e722-43fb-9e4a-c372939e9266 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - default default] 10.0.0.78 "GET /v2.0/trunks?tags=red HTTP/1.1" status: 200 len: 1447 time: 0.0213420 2026-04-07 01:19:55.438 9 INFO neutron.wsgi [None req-ab83d353-3d59-461d-8e29-b3ee64096079 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - default default] 10.0.0.78 "GET /v2.0/trunks?tags=red%2Cblue HTTP/1.1" status: 200 len: 1041 time: 0.0269752 2026-04-07 01:19:55.471 9 INFO neutron.wsgi [None req-8aacbdae-9cc3-4d60-a76c-ffb2f9e6f6f3 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - default default] 10.0.0.78 "GET /v2.0/trunks?tags-any=blue HTTP/1.1" status: 200 len: 1041 time: 0.0263672 2026-04-07 01:19:55.501 9 INFO neutron.wsgi [None req-d9dc5e02-5cdb-48d0-acfc-86436d7c4590 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - default default] 10.0.0.78 "GET /v2.0/trunks?tags-any=red%2Cblue HTTP/1.1" status: 200 len: 1447 time: 0.0254271 2026-04-07 01:19:55.528 9 INFO neutron.wsgi [None req-63f1b294-b06b-4655-bc7c-a90b5c7544c3 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - default default] 10.0.0.78 "GET /v2.0/trunks?not-tags=red HTTP/1.1" status: 200 len: 1013 time: 0.0221093 2026-04-07 01:19:55.564 9 INFO neutron.wsgi [None req-731a1fb0-2370-4216-a9d0-0689a34c5c46 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - default default] 10.0.0.78 "GET /v2.0/trunks?not-tags=red%2Cblue HTTP/1.1" status: 200 len: 1419 time: 0.0297089 2026-04-07 01:19:55.594 9 INFO neutron.wsgi [None req-5b44ad63-df20-47e7-a04c-37cd78faba14 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - default default] 10.0.0.78 "GET /v2.0/trunks?not-tags-any=blue HTTP/1.1" status: 200 len: 1419 time: 0.0244389 2026-04-07 01:19:55.615 9 INFO neutron.wsgi [None req-6285299c-fbc8-49a6-bdf5-c4b8e6f85636 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - default default] 10.0.0.78 "GET /v2.0/trunks?not-tags-any=red%2Cblue HTTP/1.1" status: 200 len: 1013 time: 0.0172541 2026-04-07 01:19:55.641 9 INFO neutron.wsgi [None req-c0dba4c3-da2d-49fb-921b-bcf649ffcc41 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - default default] 10.0.0.78 "GET /v2.0/trunks/ab259df5-cc15-4221-a9f6-41cfe1a0ac74 HTTP/1.1" status: 200 len: 608 time: 0.0192852 2026-04-07 01:19:55.727 9 INFO neutron.wsgi [None req-3dfc748b-4ea9-4e82-913f-ce84a44260ca 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - default default] 10.0.0.78 "GET /v2.0/ports/b6c25893-d6a4-48fd-938b-d7e7456d7674 HTTP/1.1" status: 200 len: 1020 time: 0.0797963 2026-04-07 01:19:55.831 9 INFO neutron.wsgi [None req-08f4a63b-ef29-40be-933e-1d1b8012d2c7 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "DELETE /v2.0/trunks/ab259df5-cc15-4221-a9f6-41cfe1a0ac74 HTTP/1.1" status: 204 len: 168 time: 0.0982270 2026-04-07 01:19:55.853 9 INFO neutron.wsgi [None req-07e3a33f-4bd4-40d5-9610-662e522e369a 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - default default] 10.0.0.78 "GET /v2.0/trunks/6f6cea2f-a1b0-4dcc-924f-212923185ee1 HTTP/1.1" status: 200 len: 616 time: 0.0183885 /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-04-07 01:19:55.984 10 INFO neutron.wsgi [None req-8390134f-5c62-46d9-b0c6-80bd3e680edb 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - default default] 10.0.0.78 "GET /v2.0/ports/f6ed1522-cee1-4a68-ace1-ce0d82b0637f HTTP/1.1" status: 200 len: 1020 time: 0.1248157 2026-04-07 01:19:56.095 10 INFO neutron.wsgi [None req-53afb2ad-8c34-4ace-8447-320263b1b070 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "DELETE /v2.0/trunks/6f6cea2f-a1b0-4dcc-924f-212923185ee1 HTTP/1.1" status: 204 len: 168 time: 0.1057181 2026-04-07 01:19:56.116 10 INFO neutron.wsgi [None req-4595c717-5b3e-414b-810c-11e008858709 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - default default] 10.0.0.78 "GET /v2.0/trunks/f3339dd3-5279-418d-8853-8a949fee85ec HTTP/1.1" status: 200 len: 625 time: 0.0165262 2026-04-07 01:19:56.203 10 INFO neutron.wsgi [None req-b18b9502-7b10-4797-b992-3ff73e235963 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - default default] 10.0.0.78 "GET /v2.0/ports/266c07ff-495a-41aa-85af-8a436c35ca58 HTTP/1.1" status: 200 len: 1020 time: 0.0839689 2026-04-07 01:19:56.323 10 INFO neutron.wsgi [None req-318c683a-4de9-4bcf-a976-a11ca5c8c24c 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "DELETE /v2.0/trunks/f3339dd3-5279-418d-8853-8a949fee85ec HTTP/1.1" status: 204 len: 168 time: 0.1143353 2026-04-07 01:19:56.346 10 INFO neutron.wsgi [None req-dcd35751-6f74-4ab3-aff2-c721d0580164 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - default default] 10.0.0.78 "GET /v2.0/trunks/e4527066-6f7f-4aba-a413-c1508f9996fb HTTP/1.1" status: 200 len: 610 time: 0.0187094 2026-04-07 01:19:56.463 10 INFO neutron.wsgi [None req-6ac4a2e7-8121-49c5-8e80-d72153eafb54 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - default default] 10.0.0.78 "GET /v2.0/ports/03bfb907-967f-4341-8c25-f7d3c507f406 HTTP/1.1" status: 200 len: 1020 time: 0.1131840 2026-04-07 01:19:56.565 10 INFO neutron.wsgi [None req-cc0061eb-fb47-41ff-add1-5d421d96c8ac 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "DELETE /v2.0/trunks/e4527066-6f7f-4aba-a413-c1508f9996fb HTTP/1.1" status: 204 len: 168 time: 0.0970955 2026-04-07 01:19:56.584 10 INFO neutron.wsgi [None req-73f8520d-184f-4fd8-8f23-4ea4d4b4e815 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - default default] 10.0.0.78 "GET /v2.0/trunks/98ac6810-4859-40e9-87c0-9e214440cb43 HTTP/1.1" status: 200 len: 603 time: 0.0142925 2026-04-07 01:19:56.685 10 INFO neutron.wsgi [None req-ebe06310-2b27-48ca-806b-2b94736fd897 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - default default] 10.0.0.78 "GET /v2.0/ports/030bab76-44b0-4a63-bd18-38c79c4ea6d3 HTTP/1.1" status: 200 len: 1020 time: 0.0958579 2026-04-07 01:19:56.796 10 INFO neutron.wsgi [None req-8fabb6c7-8f5f-4c2d-8ce5-cb051728afc1 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "DELETE /v2.0/trunks/98ac6810-4859-40e9-87c0-9e214440cb43 HTTP/1.1" status: 204 len: 168 time: 0.1059232 2026-04-07 01:19:57.033 10 INFO neutron.wsgi [None req-2fdb13e1-05a7-497e-9f55-2b81cf9a459e 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "DELETE /v2.0/ports/b6c25893-d6a4-48fd-938b-d7e7456d7674 HTTP/1.1" status: 204 len: 168 time: 0.2322621 2026-04-07 01:19:57.273 10 INFO neutron.wsgi [None req-20026118-50e2-46d1-a96e-f03c8c682d9e 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "DELETE /v2.0/ports/f6ed1522-cee1-4a68-ace1-ce0d82b0637f HTTP/1.1" status: 204 len: 168 time: 0.2351489 2026-04-07 01:19:57.523 10 INFO neutron.wsgi [None req-d7749330-e131-4f59-88b2-a271c6ec40db 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "DELETE /v2.0/ports/266c07ff-495a-41aa-85af-8a436c35ca58 HTTP/1.1" status: 204 len: 168 time: 0.2439857 2026-04-07 01:19:57.922 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: 8731476a-cf14-40c7-8859-f8b341ebe32f 2026-04-07 01:19:57.931 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port 8731476a-cf14-40c7-8859-f8b341ebe32f 2026-04-07 01:19:58.086 10 INFO neutron.wsgi [None req-0bf2b3fb-066a-4503-ba55-45124100632a 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "DELETE /v2.0/ports/03bfb907-967f-4341-8c25-f7d3c507f406 HTTP/1.1" status: 204 len: 168 time: 0.5562763 2026-04-07 01:19:58.326 10 INFO neutron.wsgi [None req-d2da503d-3b5c-4dd6-879a-8b08a66bfe39 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "DELETE /v2.0/ports/030bab76-44b0-4a63-bd18-38c79c4ea6d3 HTTP/1.1" status: 204 len: 168 time: 0.2340655 2026-04-07 01:19:58.402 10 INFO neutron.wsgi [None req-6394bc42-4d24-4704-8ac3-52b552ca57e9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0512719 2026-04-07 01:19:58.415 10 INFO neutron.wsgi [None req-45d568a2-c82c-44f6-af95-e0693faf7593 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0042815 2026-04-07 01:19:58.424 10 INFO neutron.wsgi [None req-d3bd513a-cf05-490e-9edb-8c52f02dc6d3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0046685 2026-04-07 01:19:58.435 10 INFO neutron.wsgi [None req-a23b29d0-846c-46b0-94be-428e3acf6c73 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0061207 2026-04-07 01:19:58.583 10 INFO neutron.wsgi [None req-c88aee1c-719c-4135-beec-93ab5a1deabd 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/security-groups?name=lb-09ef3855-8210-4a91-bfc1-4f1aee43fd0a HTTP/1.1" status: 200 len: 1775 time: 0.0368237 2026-04-07 01:19:58.630 10 INFO neutron.wsgi [None req-b91d3790-77fc-4561-a61a-6d8df42d7bcc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/security-group-rules?security_group_id=26edbcb2-1f74-4ec8-a867-4303a15dc3f9 HTTP/1.1" status: 200 len: 1318 time: 0.0322497 2026-04-07 01:19:58.773 10 INFO neutron.services.segments.plugin [-] Segment 4d9e244f-9ffd-46e4-98a4-7252cc00c1fe resource provider aggregate not found 2026-04-07 01:19:58.779 10 INFO neutron.services.segments.plugin [-] Segment 4d9e244f-9ffd-46e4-98a4-7252cc00c1fe resource provider aggregate not found 2026-04-07 01:19:58.801 10 INFO neutron.services.segments.plugin [-] Segment 4d9e244f-9ffd-46e4-98a4-7252cc00c1fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d9e244f-9ffd-46e4-98a4-7252cc00c1fe found for delete ", "request_id": "req-bd870be9-9f1c-47a9-a070-32e9d409dd2b"}]} 2026-04-07 01:19:58.802 10 INFO neutron.services.segments.plugin [-] Segment 4d9e244f-9ffd-46e4-98a4-7252cc00c1fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d9e244f-9ffd-46e4-98a4-7252cc00c1fe found for delete ", "request_id": "req-1f17ac9b-2a99-4b26-b71b-16923932cb1d"}]} 2026-04-07 01:19:58.845 10 INFO neutron.wsgi [None req-20762f85-212a-474b-8202-489fd398e3f6 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "DELETE /v2.0/networks/08fd648d-2bf6-4383-b1a4-eaa5f4c7e0fe HTTP/1.1" status: 204 len: 168 time: 0.5149052 2026-04-07 01:19:58.847 10 INFO neutron.db.ovn_revision_numbers_db [None req-609eb575-35a0-4bb6-baa5-414f33bb9dfe 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 1444d1b5-3af8-42d4-b622-38d5b4d20587 (type: security_group_rules) to 0 2026-04-07 01:19:58.881 10 INFO neutron.wsgi [None req-609eb575-35a0-4bb6-baa5-414f33bb9dfe 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 773 time: 0.2389376 2026-04-07 01:19:59.005 10 INFO neutron.db.ovn_revision_numbers_db [None req-287824a8-b271-4718-95c3-0c7a2dc95768 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 6969ff2e-b171-4996-bbbe-12b4e8b7639a (type: security_group_rules) to 0 2026-04-07 01:19:59.032 10 INFO neutron.wsgi [None req-287824a8-b271-4718-95c3-0c7a2dc95768 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "POST /v2.0/security-group-rules HTTP/1.1" status: 201 len: 769 time: 0.1432438 2026-04-07 01:19:59.185 9 INFO neutron.services.segments.plugin [-] Segment 1ef61791-b817-4290-a600-18ed1c76ceae resource provider aggregate not found 2026-04-07 01:19:59.190 9 INFO neutron.services.segments.plugin [-] Segment 1ef61791-b817-4290-a600-18ed1c76ceae resource provider aggregate not found 2026-04-07 01:19:59.208 9 INFO neutron.services.segments.plugin [-] Segment 1ef61791-b817-4290-a600-18ed1c76ceae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ef61791-b817-4290-a600-18ed1c76ceae found for delete ", "request_id": "req-d3e5c950-4b24-411e-a2be-f968328df25b"}]} 2026-04-07 01:19:59.209 9 INFO neutron.services.segments.plugin [-] Segment 1ef61791-b817-4290-a600-18ed1c76ceae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ef61791-b817-4290-a600-18ed1c76ceae found for delete ", "request_id": "req-c09da85d-f7b2-4ab9-b2b9-4940a34135ef"}]} 2026-04-07 01:19:59.240 9 INFO neutron.wsgi [None req-6d988d81-a119-46c2-80f5-346f296a05d7 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "DELETE /v2.0/networks/ab1f33d3-dbf6-48ad-9365-6ecb7bb6ebcb HTTP/1.1" status: 204 len: 168 time: 0.3900869 2026-04-07 01:19:59.330 9 INFO neutron.wsgi [req-ecb11b29-bf84-4fdb-81e2-e606966d7da5 req-075a7ded-20d6-4d4b-83be-f27d009985f7 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?device_id=1b470d9a-111c-40e4-825c-92a344440b22&fields=binding%3Ahost_id&fields=binding%3Avif_type HTTP/1.1" status: 200 len: 265 time: 0.0326173 2026-04-07 01:19:59.385 9 INFO neutron.wsgi [req-ecb11b29-bf84-4fdb-81e2-e606966d7da5 req-85308f07-8d98-43de-92d9-b44ca1f397f9 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=84236631f02f428ca66ff0a22b82b7ca&device_id=1b470d9a-111c-40e4-825c-92a344440b22 HTTP/1.1" status: 200 len: 1590 time: 0.0354314 2026-04-07 01:19:59.465 9 INFO neutron.wsgi [req-ecb11b29-bf84-4fdb-81e2-e606966d7da5 req-9991324f-111e-437c-9477-b7706340eae5 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=85c1f3cb-6797-4448-8f48-eeb6b280bc96 HTTP/1.1" status: 200 len: 1003 time: 0.0602202 2026-04-07 01:19:59.525 9 INFO neutron.wsgi [req-ecb11b29-bf84-4fdb-81e2-e606966d7da5 req-3e0374d3-fd94-49e3-a365-2fe62c317461 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.2.2.10&port_id=88710423-1ff6-4c23-b99b-93de067a421c HTTP/1.1" status: 200 len: 1058 time: 0.0535052 2026-04-07 01:19:59.560 9 INFO neutron.wsgi [req-ecb11b29-bf84-4fdb-81e2-e606966d7da5 req-aada8b35-0697-4d45-9cbe-ed335c1d79ab 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A257&port_id=88710423-1ff6-4c23-b99b-93de067a421c HTTP/1.1" status: 200 len: 217 time: 0.0273199 2026-04-07 01:19:59.613 9 INFO neutron.wsgi [req-ecb11b29-bf84-4fdb-81e2-e606966d7da5 req-cab36c8f-9701-4b13-aa24-be70e1846113 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=47b334fd-d182-4dd3-bf3c-83a78c78ba1c&id=b96202f9-6fa9-4ce8-afd1-1af4195ed976 HTTP/1.1" status: 200 len: 1566 time: 0.0439382 2026-04-07 01:19:59.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0020416 2026-04-07 01:19:59.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0011899 2026-04-07 01:19:59.659 9 INFO neutron.wsgi [req-ecb11b29-bf84-4fdb-81e2-e606966d7da5 req-3a8d8350-98a3-4b50-a55e-05224b0dadd7 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=85c1f3cb-6797-4448-8f48-eeb6b280bc96&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0402076 2026-04-07 01:19:59.687 9 INFO neutron.wsgi [req-ecb11b29-bf84-4fdb-81e2-e606966d7da5 req-6ec8cdd4-5487-48c9-90a3-18dfd53f698f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=85c1f3cb-6797-4448-8f48-eeb6b280bc96&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0226622 2026-04-07 01:19:59.730 10 INFO neutron.wsgi [None req-36bfb1c1-c9a5-4de7-9a2f-362213411125 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "DELETE /v2.0/networks/5e078fbd-9800-4133-8421-9eb9f5fc9c2e HTTP/1.1" status: 204 len: 168 time: 0.4852202 2026-04-07 01:19:59.788 9 INFO neutron.wsgi [req-ecb11b29-bf84-4fdb-81e2-e606966d7da5 req-8051360b-ad02-4a1a-9e3a-d411fcbba07d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0932195 2026-04-07 01:19:59.871 9 INFO neutron.wsgi [req-ecb11b29-bf84-4fdb-81e2-e606966d7da5 req-ebe66784-268c-485f-84ff-d472b64d96d3 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0766888 2026-04-07 01:20:00.235 9 INFO neutron.wsgi [None req-7ce41992-d49f-4f87-bf3a-b0a39d83c36b 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "DELETE /v2.0/networks/8078d044-de29-449a-a38d-6f7c426855a5 HTTP/1.1" status: 204 len: 168 time: 0.4982715 2026-04-07 01:20:00.760 10 INFO neutron.wsgi [None req-5db889a3-eecb-4078-8603-ddce5c0e41ca 7ec31ec16a2e490aa6ba7f6f2131da77 1701b08f83bc41ceb777976202d4d4a9 - - - -] 10.0.0.78 "DELETE /v2.0/networks/e3566315-4563-4ec4-b2b3-9fa0470feb6d HTTP/1.1" status: 204 len: 168 time: 0.5189066 2026-04-07 01:20:00.820 10 INFO neutron.services.segments.plugin [-] Segment 1ae1757d-b21c-47da-b245-a51de9b29793 resource provider aggregate not found 2026-04-07 01:20:00.831 10 INFO neutron.services.segments.plugin [-] Segment 1ae1757d-b21c-47da-b245-a51de9b29793 resource provider aggregate not found 2026-04-07 01:20:00.839 10 INFO neutron.services.segments.plugin [-] Segment 1ae1757d-b21c-47da-b245-a51de9b29793 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ae1757d-b21c-47da-b245-a51de9b29793 found for delete ", "request_id": "req-c2f741a6-aa3b-44b7-ab41-a08b2a301cc0"}]} 2026-04-07 01:20:00.855 10 INFO neutron.services.segments.plugin [-] Segment 1ae1757d-b21c-47da-b245-a51de9b29793 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ae1757d-b21c-47da-b245-a51de9b29793 found for delete ", "request_id": "req-a32a1204-60d9-473c-9bcd-143d13620fd5"}]} 2026-04-07 01:20:00.862 10 INFO neutron.services.segments.plugin [-] Segment 8f8eef25-a31a-4c0d-8175-ebcd4a2ecb8d resource provider aggregate not found 2026-04-07 01:20:00.882 10 INFO neutron.services.segments.plugin [-] Segment 8f8eef25-a31a-4c0d-8175-ebcd4a2ecb8d resource provider aggregate not found 2026-04-07 01:20:00.888 10 INFO neutron.services.segments.plugin [-] Segment 8f8eef25-a31a-4c0d-8175-ebcd4a2ecb8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f8eef25-a31a-4c0d-8175-ebcd4a2ecb8d found for delete ", "request_id": "req-65451ac9-926b-41b1-8fbf-a0fb58de46ab"}]} 2026-04-07 01:20:00.900 10 INFO neutron.services.segments.plugin [-] Segment 8f8eef25-a31a-4c0d-8175-ebcd4a2ecb8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f8eef25-a31a-4c0d-8175-ebcd4a2ecb8d found for delete ", "request_id": "req-accb9ba2-5924-423e-a77b-07c0490294ff"}]} 2026-04-07 01:20:01.231 9 INFO neutron.services.segments.plugin [-] Segment 15b03746-c0ac-4e89-b530-975b2571e328 resource provider aggregate not found 2026-04-07 01:20:01.240 9 INFO neutron.services.segments.plugin [-] Segment 15b03746-c0ac-4e89-b530-975b2571e328 resource provider aggregate not found 2026-04-07 01:20:01.257 9 INFO neutron.services.segments.plugin [-] Segment 15b03746-c0ac-4e89-b530-975b2571e328 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15b03746-c0ac-4e89-b530-975b2571e328 found for delete ", "request_id": "req-c2096e35-5c4e-49e4-b9d1-2a2591868ea1"}]} 2026-04-07 01:20:01.259 9 INFO neutron.services.segments.plugin [-] Segment 15b03746-c0ac-4e89-b530-975b2571e328 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15b03746-c0ac-4e89-b530-975b2571e328 found for delete ", "request_id": "req-cac08c11-67e7-4549-9878-52fdda188a8b"}]} 2026-04-07 01:20:01.928 10 INFO neutron.db.ovn_revision_numbers_db [None req-01f92b51-ef70-4c36-aaf2-db1797b9ee1d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 42bd8f73-8797-4d38-8384-546fd54e3314 (type: security_groups) to 1 2026-04-07 01:20:01.963 10 INFO neutron.wsgi [None req-01f92b51-ef70-4c36-aaf2-db1797b9ee1d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=b22d8db6a35442dcb2b3284693f017dc&name=default HTTP/1.1" status: 200 len: 3000 time: 0.3173840 2026-04-07 01:20:02.179 9 INFO neutron.wsgi [None req-630e356f-d531-466c-ae1b-e2508eee2dfd 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/42bd8f73-8797-4d38-8384-546fd54e3314 HTTP/1.1" status: 204 len: 168 time: 0.2110314 2026-04-07 01:20:02.316 9 INFO neutron.wsgi [None req-ba4e8756-6d86-400f-8d38-3945bdb01cc2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=1701b08f83bc41ceb777976202d4d4a9&name=default HTTP/1.1" status: 200 len: 3000 time: 0.0308158 2026-04-07 01:20:02.547 9 INFO neutron.wsgi [None req-d1683db9-5ddc-45ba-94ed-a8d980bc5d77 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/2f097a3b-d770-4608-88a4-aa051fff2dae HTTP/1.1" status: 204 len: 168 time: 0.2250571 2026-04-07 01:20:02.834 9 INFO neutron.db.ovn_revision_numbers_db [None req-f55b2af9-e658-4563-b78f-f7b4ec38f0c1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource d946f9d1-7e23-4a6d-91ca-22752012a4d6 (type: security_groups) to 1 2026-04-07 01:20:02.857 9 INFO neutron.wsgi [None req-f55b2af9-e658-4563-b78f-f7b4ec38f0c1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=57a44929eb86493ebf2e36ccf0f6461f&name=default HTTP/1.1" status: 200 len: 3000 time: 0.1232972 2026-04-07 01:20:03.039 9 INFO neutron.wsgi [None req-56df1ce9-8fa3-4b7a-85d0-8df7cfb5a8b2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/d946f9d1-7e23-4a6d-91ca-22752012a4d6 HTTP/1.1" status: 204 len: 168 time: 0.1778672 2026-04-07 01:20:06.522 10 INFO neutron.wsgi [None req-f73d687b-9499-4d84-82ee-d982c63c20c0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.123 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0516171 2026-04-07 01:20:06.536 10 INFO neutron.wsgi [None req-ee9eabc9-7173-469b-86da-8bb20edfc5da 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.123 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0064478 2026-04-07 01:20:06.544 10 INFO neutron.wsgi [None req-2043232c-c6cd-4b18-b181-f0f2a9b42928 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.123 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0046809 2026-04-07 01:20:06.560 10 INFO neutron.wsgi [None req-22468dbe-84e8-4b7a-860a-44011f63aaa4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.123 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0094347 2026-04-07 01:20:06.736 9 INFO neutron.db.ovn_revision_numbers_db [None req-6d1eaeb4-d1cd-4d2f-9860-8bc97416d824 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - - -] Successfully bumped revision number for resource 1b9fe4a4-de7f-43a9-9de6-51b7d240b0e1 (type: routers) to 1 2026-04-07 01:20:06.751 9 INFO neutron.wsgi [None req-6d1eaeb4-d1cd-4d2f-9860-8bc97416d824 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - - -] 10.0.0.78 "POST /v2.0/routers HTTP/1.1" status: 201 len: 654 time: 0.5620575 2026-04-07 01:20:06.827 9 INFO neutron.wsgi [None req-5ba531f5-d7db-4626-950b-1f994bf7b949 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - - -] 10.0.0.78 "PUT /v2.0/routers/1b9fe4a4-de7f-43a9-9de6-51b7d240b0e1/tags HTTP/1.1" status: 200 len: 218 time: 0.0701981 2026-04-07 01:20:06.881 9 INFO neutron.wsgi [None req-b0ca61e8-813e-49d6-99c3-d703ab6578ec 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - default default] 10.0.0.78 "GET /v2.0/routers/1b9fe4a4-de7f-43a9-9de6-51b7d240b0e1/tags HTTP/1.1" status: 200 len: 218 time: 0.0492117 2026-04-07 01:20:06.950 9 INFO neutron.wsgi [None req-1947fc5f-b160-4786-829f-d7c6f6372d41 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - - -] 10.0.0.78 "PUT /v2.0/routers/1b9fe4a4-de7f-43a9-9de6-51b7d240b0e1/tags/green HTTP/1.1" status: 201 len: 201 time: 0.0661876 2026-04-07 01:20:07.002 9 INFO neutron.wsgi [None req-9bd070f2-0ced-48c9-8867-c9541f2dfc7c 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - default default] 10.0.0.78 "GET /v2.0/routers/1b9fe4a4-de7f-43a9-9de6-51b7d240b0e1/tags HTTP/1.1" status: 200 len: 227 time: 0.0460665 2026-04-07 01:20:07.041 10 INFO neutron.wsgi [-] 10.0.0.123 "GET / HTTP/1.1" status: 200 len: 284 time: 0.0029376 2026-04-07 01:20:07.067 9 INFO neutron.wsgi [None req-5e858c06-3525-4e2e-b39c-6a82be10c8fc 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - - -] 10.0.0.78 "PUT /v2.0/routers/1b9fe4a4-de7f-43a9-9de6-51b7d240b0e1/tags/red HTTP/1.1" status: 201 len: 201 time: 0.0594592 2026-04-07 01:20:07.079 10 INFO neutron.wsgi [None req-8173e230-c3e5-4542-b48c-7272dae312db 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.123 "GET /v2.0/subnets/2266f479-b201-4555-92d1-381ab64ca65e HTTP/1.1" status: 200 len: 831 time: 0.0339653 2026-04-07 01:20:07.113 9 INFO neutron.wsgi [None req-2b970276-1150-4e0c-b4af-b3a44dab4c83 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - default default] 10.0.0.78 "GET /v2.0/routers/1b9fe4a4-de7f-43a9-9de6-51b7d240b0e1/tags HTTP/1.1" status: 200 len: 227 time: 0.0415652 2026-04-07 01:20:07.167 9 INFO neutron.wsgi [None req-23468e61-7d01-4055-a8b5-1977acb7530c 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - - -] 10.0.0.78 "PUT /v2.0/routers/1b9fe4a4-de7f-43a9-9de6-51b7d240b0e1/tags/black.or.white HTTP/1.1" status: 201 len: 201 time: 0.0500574 2026-04-07 01:20:07.216 9 INFO neutron.wsgi [None req-d6d91911-5747-4a8e-8f11-6753f6e5562b 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - default default] 10.0.0.78 "GET /v2.0/routers/1b9fe4a4-de7f-43a9-9de6-51b7d240b0e1/tags HTTP/1.1" status: 200 len: 245 time: 0.0450871 2026-04-07 01:20:07.280 9 INFO neutron.wsgi [None req-52864e93-1485-4b50-8d8d-3921a4850ce6 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - - -] 10.0.0.78 "PUT /v2.0/routers/1b9fe4a4-de7f-43a9-9de6-51b7d240b0e1/tags HTTP/1.1" status: 200 len: 230 time: 0.0589855 2026-04-07 01:20:07.330 9 INFO neutron.wsgi [None req-bf4491c8-79a1-429c-8577-3a1f8eb36239 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - default default] 10.0.0.78 "GET /v2.0/routers/1b9fe4a4-de7f-43a9-9de6-51b7d240b0e1/tags HTTP/1.1" status: 200 len: 230 time: 0.0466790 2026-04-07 01:20:07.378 9 INFO neutron.wsgi [None req-b5510f5c-e206-422b-b850-2aa6697cadd7 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - default default] 10.0.0.78 "GET /v2.0/routers/1b9fe4a4-de7f-43a9-9de6-51b7d240b0e1/tags/red HTTP/1.1" status: 204 len: 168 time: 0.0419848 2026-04-07 01:20:07.434 9 INFO neutron.api.v2.resource [None req-d07e5378-0a20-4f69-ab50-f88621497a53 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:20:07.435 9 INFO neutron.wsgi [None req-d07e5378-0a20-4f69-ab50-f88621497a53 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - default default] 10.0.0.78 "GET /v2.0/routers/1b9fe4a4-de7f-43a9-9de6-51b7d240b0e1/tags/green HTTP/1.1" status: 404 len: 299 time: 0.0498743 2026-04-07 01:20:07.445 10 INFO neutron.wsgi [None req-0940b9e5-a5c5-494d-bfd5-ab527b1c6601 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0104005 2026-04-07 01:20:07.453 10 INFO neutron.wsgi [None req-122674de-e026-4a91-9dee-cff8c3cca5c3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0046108 2026-04-07 01:20:07.464 10 INFO neutron.wsgi [None req-90e9ed20-441e-43d3-b774-83bd585e11bd 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0062144 2026-04-07 01:20:07.475 10 INFO neutron.wsgi [None req-e165ef2d-3a22-43dc-aa9e-11d6fdd72904 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0062563 2026-04-07 01:20:07.510 9 INFO neutron.wsgi [None req-bc8c24cc-df04-40a6-8db6-f02e0fea4dd9 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - - -] 10.0.0.78 "DELETE /v2.0/routers/1b9fe4a4-de7f-43a9-9de6-51b7d240b0e1/tags/red HTTP/1.1" status: 204 len: 168 time: 0.0707400 2026-04-07 01:20:07.525 10 INFO neutron.wsgi [None req-90ed10eb-5f02-4b94-8843-4b3d35e5a885 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/2266f479-b201-4555-92d1-381ab64ca65e HTTP/1.1" status: 200 len: 849 time: 0.0433552 2026-04-07 01:20:07.564 9 INFO neutron.wsgi [None req-1e1d90c3-ceb6-4920-8c98-85eee9ad473b 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - default default] 10.0.0.78 "GET /v2.0/routers/1b9fe4a4-de7f-43a9-9de6-51b7d240b0e1/tags HTTP/1.1" status: 200 len: 223 time: 0.0456681 2026-04-07 01:20:07.575 10 INFO neutron.wsgi [None req-309e1f0d-0c78-4e07-b824-02a09c6d59e7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 2632 time: 0.0444541 2026-04-07 01:20:07.620 9 INFO neutron.api.v2.resource [None req-5a7d388b-0b65-453c-bc7f-566068933aa9 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - - -] delete failed (client error): The resource could not be found. 2026-04-07 01:20:07.622 9 INFO neutron.wsgi [None req-5a7d388b-0b65-453c-bc7f-566068933aa9 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - - -] 10.0.0.78 "DELETE /v2.0/routers/1b9fe4a4-de7f-43a9-9de6-51b7d240b0e1/tags/green HTTP/1.1" status: 404 len: 299 time: 0.0473180 2026-04-07 01:20:07.695 9 INFO neutron.wsgi [None req-2574fd49-891a-4ba7-9cbc-7420581edbf9 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - - -] 10.0.0.78 "DELETE /v2.0/routers/1b9fe4a4-de7f-43a9-9de6-51b7d240b0e1/tags HTTP/1.1" status: 204 len: 168 time: 0.0680368 2026-04-07 01:20:07.724 10 INFO neutron.wsgi [None req-3a1760b9-e052-4b43-8824-1d32cecdc60b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0093212 2026-04-07 01:20:07.736 10 INFO neutron.wsgi [None req-91296a27-8890-40ca-b7bb-c3128d01d5c1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0051236 2026-04-07 01:20:07.741 9 INFO neutron.wsgi [None req-8bffa7fb-b3f2-4d66-ac25-a4679ce62da9 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - default default] 10.0.0.78 "GET /v2.0/routers/1b9fe4a4-de7f-43a9-9de6-51b7d240b0e1/tags HTTP/1.1" status: 200 len: 205 time: 0.0421379 2026-04-07 01:20:07.744 10 INFO neutron.wsgi [None req-0c6b3c3d-f686-48c8-8ae2-d04eb5ffb81d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0050693 2026-04-07 01:20:07.762 10 INFO neutron.wsgi [None req-14343b76-3c82-4c20-a840-432edbfd68a6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0046439 2026-04-07 01:20:07.802 10 INFO neutron.wsgi [None req-c4343491-429e-4e38-aacd-8ab60119c784 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - default default] 10.0.0.78 "GET /v2.0/routers/1b9fe4a4-de7f-43a9-9de6-51b7d240b0e1 HTTP/1.1" status: 200 len: 655 time: 0.0540822 2026-04-07 01:20:08.322 10 INFO neutron.db.ovn_revision_numbers_db [None req-aeebb2db-2917-451e-a2ad-f098f01b9357 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - - -] Successfully bumped revision number for resource 1b9fe4a4-de7f-43a9-9de6-51b7d240b0e1 (type: routers) to 9 2026-04-07 01:20:08.328 10 INFO neutron.wsgi [None req-aeebb2db-2917-451e-a2ad-f098f01b9357 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - - -] 10.0.0.78 "PUT /v2.0/routers/1b9fe4a4-de7f-43a9-9de6-51b7d240b0e1 HTTP/1.1" status: 200 len: 655 time: 0.5207736 2026-04-07 01:20:08.353 10 INFO neutron.wsgi [None req-2ce72ab9-d284-4ae0-8e11-8a655d0d91b7 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - default default] 10.0.0.78 "GET /v2.0/ports?device_id=1b9fe4a4-de7f-43a9-9de6-51b7d240b0e1 HTTP/1.1" status: 200 len: 205 time: 0.0198195 2026-04-07 01:20:08.381 9 INFO neutron.wsgi [req-b8e89295-a5d3-4f87-b669-0852dfb61e00 req-4408ccbe-a6b7-4e99-98b6-b9d0c8663488 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0585122 2026-04-07 01:20:08.460 9 INFO neutron.wsgi [req-b8e89295-a5d3-4f87-b669-0852dfb61e00 req-83827e21-0041-427f-8780-b6713cff7646 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0714276 2026-04-07 01:20:08.543 9 INFO neutron.wsgi [req-b8e89295-a5d3-4f87-b669-0852dfb61e00 req-bd54a63b-96ea-43e6-9e8f-0e4149ace209 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/networks?id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a HTTP/1.1" status: 200 len: 1003 time: 0.0664387 2026-04-07 01:20:08.842 10 INFO neutron.wsgi [None req-3d288546-3c3c-4b64-af21-791d49bbf4c1 4d2287bbadd84020920846379056ca62 f4b36b877d494243a5cb1f1a43a863c3 - - - -] 10.0.0.78 "DELETE /v2.0/routers/1b9fe4a4-de7f-43a9-9de6-51b7d240b0e1 HTTP/1.1" status: 204 len: 168 time: 0.4831493 2026-04-07 01:20:08.900 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0a1b5d52-eab8-4048-9b02-0bd9cdf98a3b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:20:08.902 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0a1b5d52-eab8-4048-9b02-0bd9cdf98a3b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network a003c6d5-0ce9-442d-98a6-c3896ae9ee4a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:20:09.071 9 INFO neutron.db.ovn_revision_numbers_db [None req-0a1b5d52-eab8-4048-9b02-0bd9cdf98a3b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource caa261fd-b4fe-4902-942b-15285ddd7a1c (type: ports) to 1 2026-04-07 01:20:09.091 9 INFO neutron.wsgi [None req-0a1b5d52-eab8-4048-9b02-0bd9cdf98a3b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1504 time: 0.5425794 /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-04-07 01:20:09.494 9 INFO neutron.db.ovn_revision_numbers_db [None req-a01e86fa-92c2-4159-8e27-4ba9590db6ef 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource caa261fd-b4fe-4902-942b-15285ddd7a1c (type: ports) to 2 2026-04-07 01:20:09.686 10 INFO neutron.db.ovn_revision_numbers_db [None req-d5376dff-5267-4411-9c0c-3df6bcbe818b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 7303f32a-de92-4d97-8e6e-469d35cb724e (type: security_groups) to 1 2026-04-07 01:20:09.696 9 INFO neutron.db.ovn_revision_numbers_db [None req-a01e86fa-92c2-4159-8e27-4ba9590db6ef 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource caa261fd-b4fe-4902-942b-15285ddd7a1c (type: ports) to 2 2026-04-07 01:20:09.711 9 INFO neutron.wsgi [None req-a01e86fa-92c2-4159-8e27-4ba9590db6ef 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] 199.19.213.133 "PUT /v2.0/ports/caa261fd-b4fe-4902-942b-15285ddd7a1c HTTP/1.1" status: 200 len: 1553 time: 0.6118889 2026-04-07 01:20:09.714 10 INFO neutron.wsgi [None req-d5376dff-5267-4411-9c0c-3df6bcbe818b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=f4b36b877d494243a5cb1f1a43a863c3&name=default HTTP/1.1" status: 200 len: 3000 time: 0.2217255 /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-04-07 01:20:09.749 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-96f0648e-968c-47d2-b620-f9f7a06d156d'] response: {'name': 'network-changed', 'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'tag': 'caa261fd-b4fe-4902-942b-15285ddd7a1c', 'status': 'completed', 'code': 200} 2026-04-07 01:20:09.803 9 INFO neutron.wsgi [req-b8e89295-a5d3-4f87-b669-0852dfb61e00 req-fd962343-aa5f-42ba-8780-8e4a77af248a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=376d36ea2fb84aeca058828a48b1fc4b&device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 4005 time: 0.0485141 2026-04-07 01:20:09.831 9 INFO neutron.wsgi [req-b8e89295-a5d3-4f87-b669-0852dfb61e00 req-4efa4e47-707a-48c8-a134-430772805592 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=172.24.2.180&port_id=d0849a48-ae33-4a41-9bed-8dd139ad654c HTTP/1.1" status: 200 len: 217 time: 0.0230324 2026-04-07 01:20:09.875 9 INFO neutron.wsgi [req-b8e89295-a5d3-4f87-b669-0852dfb61e00 req-08d80958-5224-420c-9ac0-c3881b626705 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=99a67153-bbc9-4246-8a5e-f528b5c58e6d HTTP/1.1" status: 200 len: 829 time: 0.0396998 2026-04-07 01:20:09.909 9 INFO neutron.wsgi [req-b8e89295-a5d3-4f87-b669-0852dfb61e00 req-d5fbe171-9285-469d-92c3-fdc0c762d49f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=2be236a4-db8d-4f32-8d1e-c9a60f6d28f1&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0268674 2026-04-07 01:20:09.998 9 INFO neutron.wsgi [req-b8e89295-a5d3-4f87-b669-0852dfb61e00 req-8f0744f5-ebe5-4edf-a1b8-d2c37248cc1b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/2be236a4-db8d-4f32-8d1e-c9a60f6d28f1?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0801787 2026-04-07 01:20:10.029 9 INFO neutron.wsgi [None req-0e263318-b1f3-4a24-a5b0-b0e38645a633 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/7303f32a-de92-4d97-8e6e-469d35cb724e HTTP/1.1" status: 204 len: 168 time: 0.3108461 2026-04-07 01:20:10.075 9 INFO neutron.wsgi [req-b8e89295-a5d3-4f87-b669-0852dfb61e00 req-6b92f6a9-6f95-4782-ac31-0ff5dbf168e7 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/2be236a4-db8d-4f32-8d1e-c9a60f6d28f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0723460 2026-04-07 01:20:10.108 9 INFO neutron.wsgi [req-b8e89295-a5d3-4f87-b669-0852dfb61e00 req-8f7d29ed-9dfc-4bcc-84d0-86bb742302dc 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.1.1.127&port_id=339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 200 len: 217 time: 0.0245905 2026-04-07 01:20:10.147 9 INFO neutron.wsgi [req-b8e89295-a5d3-4f87-b669-0852dfb61e00 req-f98eaf25-db30-4c7e-9e40-19fac7afb276 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 854 time: 0.0342946 2026-04-07 01:20:10.174 9 INFO neutron.wsgi [req-b8e89295-a5d3-4f87-b669-0852dfb61e00 req-7b6fd8d4-d7e9-4857-8f0a-b70ad2a5e25f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=634b6ed5-5e4c-499d-8943-dc279aa2f301&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0196195 2026-04-07 01:20:10.220 10 INFO neutron.db.ovn_revision_numbers_db [None req-a51a99fb-3207-4551-9bfa-c5801ca87154 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 56e90b7d-4b7c-4d93-8e19-18ef8d5274ce (type: security_groups) to 1 2026-04-07 01:20:10.243 10 INFO neutron.wsgi [None req-a51a99fb-3207-4551-9bfa-c5801ca87154 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=8027c9534bbf4c78ba0d0eb0b2cd4e6d&name=default HTTP/1.1" status: 200 len: 3000 time: 0.1133502 2026-04-07 01:20:10.257 9 INFO neutron.wsgi [req-b8e89295-a5d3-4f87-b669-0852dfb61e00 req-79c09242-be7c-4331-9d1e-51e451ebf508 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0758090 2026-04-07 01:20:10.418 10 INFO neutron.wsgi [None req-f18ba596-df93-4133-9be3-0435ae9336f4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/56e90b7d-4b7c-4d93-8e19-18ef8d5274ce HTTP/1.1" status: 204 len: 168 time: 0.1688943 2026-04-07 01:20:10.607 9 INFO neutron.wsgi [req-b8e89295-a5d3-4f87-b669-0852dfb61e00 req-b85e91fe-eed0-4e6b-aaaf-6f83bc00dc2a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.3457363 2026-04-07 01:20:10.643 9 INFO neutron.wsgi [req-b8e89295-a5d3-4f87-b669-0852dfb61e00 req-cf6761a5-8270-460c-8bad-bb7cdbbbe800 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.2.1.183&port_id=caa261fd-b4fe-4902-942b-15285ddd7a1c HTTP/1.1" status: 200 len: 217 time: 0.0261090 2026-04-07 01:20:10.676 9 INFO neutron.wsgi [req-b8e89295-a5d3-4f87-b669-0852dfb61e00 req-356df7ce-3adc-4163-8daa-66d37c31e0fe 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aef&port_id=caa261fd-b4fe-4902-942b-15285ddd7a1c HTTP/1.1" status: 200 len: 217 time: 0.0254357 2026-04-07 01:20:10.713 9 INFO neutron.wsgi [req-b8e89295-a5d3-4f87-b669-0852dfb61e00 req-ae400166-620a-4465-812a-bf158daa79b5 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=9d0ea858-77bc-4e03-b8af-ab5faabb962e&id=2266f479-b201-4555-92d1-381ab64ca65e HTTP/1.1" status: 200 len: 1563 time: 0.0305321 2026-04-07 01:20:10.754 9 INFO neutron.wsgi [req-b8e89295-a5d3-4f87-b669-0852dfb61e00 req-904a6e78-1220-4bcf-aeb6-d739487488f1 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0341511 2026-04-07 01:20:10.799 9 INFO neutron.wsgi [req-b8e89295-a5d3-4f87-b669-0852dfb61e00 req-b9c4c185-01bd-4aa7-8f7d-8210cd720ae0 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0380998 2026-04-07 01:20:10.866 9 INFO neutron.wsgi [req-b8e89295-a5d3-4f87-b669-0852dfb61e00 req-2c81dfc4-db9d-4d6a-a33a-36df7199b891 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0570176 2026-04-07 01:20:10.946 9 INFO neutron.wsgi [req-b8e89295-a5d3-4f87-b669-0852dfb61e00 req-fd538674-817e-4eb4-9552-626dee77d27b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0706260 2026-04-07 01:20:11.035 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status up for port: caa261fd-b4fe-4902-942b-15285ddd7a1c 2026-04-07 01:20:11.045 9 INFO neutron.wsgi [req-632aadff-f6d7-4d5e-a8a0-b2c5b097764d req-f2e986da-89e4-45b7-9f22-12c26d6d70df 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=376d36ea2fb84aeca058828a48b1fc4b&device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 4005 time: 0.0556617 2026-04-07 01:20:11.054 9 INFO neutron.plugins.ml2.plugin [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Attempt 1 to provision port caa261fd-b4fe-4902-942b-15285ddd7a1c 2026-04-07 01:20:11.127 9 INFO neutron.wsgi [req-632aadff-f6d7-4d5e-a8a0-b2c5b097764d req-c0915be1-6fe6-4d59-ae36-0c36d2d5a19a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a HTTP/1.1" status: 200 len: 1003 time: 0.0757997 2026-04-07 01:20:11.163 9 INFO neutron.wsgi [req-632aadff-f6d7-4d5e-a8a0-b2c5b097764d req-24bb1e3e-0ac1-4b70-abd3-30621babc1f5 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.2.1.183&port_id=caa261fd-b4fe-4902-942b-15285ddd7a1c HTTP/1.1" status: 200 len: 217 time: 0.0253730 2026-04-07 01:20:11.210 9 INFO neutron.wsgi [req-632aadff-f6d7-4d5e-a8a0-b2c5b097764d req-be995747-d11c-448a-aefc-68fb78f901b0 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aef&port_id=caa261fd-b4fe-4902-942b-15285ddd7a1c HTTP/1.1" status: 200 len: 217 time: 0.0404520 2026-04-07 01:20:11.289 9 INFO neutron.wsgi [req-b8e89295-a5d3-4f87-b669-0852dfb61e00 req-4b2d1e6d-5d5f-48cc-aa29-ca22b8a87997 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.171 "GET /v2.0/ports/caa261fd-b4fe-4902-942b-15285ddd7a1c HTTP/1.1" status: 200 len: 1583 time: 0.0867832 2026-04-07 01:20:11.306 9 INFO neutron.wsgi [req-632aadff-f6d7-4d5e-a8a0-b2c5b097764d req-c4828ab2-6e54-4f66-bdab-83be7e4498ad 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=9d0ea858-77bc-4e03-b8af-ab5faabb962e&id=2266f479-b201-4555-92d1-381ab64ca65e HTTP/1.1" status: 200 len: 1563 time: 0.0854664 2026-04-07 01:20:11.335 10 INFO neutron.wsgi [None req-9caf8a84-3a7e-4fa7-bb80-187a2605411a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/caa261fd-b4fe-4902-942b-15285ddd7a1c HTTP/1.1" status: 200 len: 1583 time: 0.0313811 2026-04-07 01:20:11.345 9 INFO neutron.wsgi [req-632aadff-f6d7-4d5e-a8a0-b2c5b097764d req-5cbf464b-9ea1-4ba5-9ec0-f72a485fc5d6 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0253322 2026-04-07 01:20:11.373 10 INFO neutron.wsgi [None req-fc880ea3-1a5c-4672-aa7e-697ebf5542a9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/caa261fd-b4fe-4902-942b-15285ddd7a1c HTTP/1.1" status: 200 len: 1583 time: 0.0312526 2026-04-07 01:20:11.378 9 INFO neutron.wsgi [req-632aadff-f6d7-4d5e-a8a0-b2c5b097764d req-cad906bb-9c03-4fe7-bcc4-3cf90db01447 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0200567 2026-04-07 01:20:11.466 9 INFO neutron.wsgi [req-632aadff-f6d7-4d5e-a8a0-b2c5b097764d req-c643d379-dffd-4bd0-b14e-4b099f4be2a9 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0832875 2026-04-07 01:20:11.468 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource caa261fd-b4fe-4902-942b-15285ddd7a1c (type: ports) to 4 2026-04-07 01:20:11.580 9 INFO neutron.wsgi [req-632aadff-f6d7-4d5e-a8a0-b2c5b097764d req-21978d47-2942-4297-b965-2f6bef39fef8 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.1085589 2026-04-07 01:20:11.788 10 INFO neutron.db.ovn_revision_numbers_db [None req-8afd0ea7-fc4e-479e-95bf-07e573519715 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource caa261fd-b4fe-4902-942b-15285ddd7a1c (type: ports) to 5 2026-04-07 01:20:11.792 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a1789f8-40aa-4458-9481-0d16c02bc776'] response: {'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'caa261fd-b4fe-4902-942b-15285ddd7a1c', 'code': 200} 2026-04-07 01:20:11.792 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a1789f8-40aa-4458-9481-0d16c02bc776'] response: {'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'caa261fd-b4fe-4902-942b-15285ddd7a1c', 'code': 200} 2026-04-07 01:20:11.800 10 INFO neutron.wsgi [None req-8afd0ea7-fc4e-479e-95bf-07e573519715 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "PUT /v2.0/ports/caa261fd-b4fe-4902-942b-15285ddd7a1c HTTP/1.1" status: 200 len: 1330 time: 0.4162934 /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-04-07 01:20:11.844 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-cadc0395-d4f3-4731-98d9-e2b55be907ed'] response: {'name': 'network-changed', 'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'tag': 'caa261fd-b4fe-4902-942b-15285ddd7a1c', 'status': 'completed', 'code': 200} /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-04-07 01:20:11.863 10 INFO neutron.wsgi [None req-97b0fa80-aa69-4da8-bf37-fe5767ce63ce 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a HTTP/1.1" status: 200 len: 1000 time: 0.0558238 2026-04-07 01:20:11.900 9 INFO neutron.wsgi [req-61c4f74a-52bf-4496-8b11-9d7fff27f8bf req-cc5c2942-c0cf-4995-999d-04cdaa9fa58c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=376d36ea2fb84aeca058828a48b1fc4b&device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 3782 time: 0.0419819 2026-04-07 01:20:11.905 10 INFO neutron.wsgi [None req-698e3d85-1172-47bf-9a93-a186012e1a59 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/2266f479-b201-4555-92d1-381ab64ca65e HTTP/1.1" status: 200 len: 849 time: 0.0366268 2026-04-07 01:20:11.983 9 INFO neutron.wsgi [req-61c4f74a-52bf-4496-8b11-9d7fff27f8bf req-ad234eba-5cfc-49ee-a6d0-091eba7f22f8 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a HTTP/1.1" status: 200 len: 1003 time: 0.0780137 2026-04-07 01:20:12.015 9 INFO neutron.wsgi [req-61c4f74a-52bf-4496-8b11-9d7fff27f8bf req-ed1ce4a7-7251-4a42-a889-0cec21592280 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.2.1.183&port_id=caa261fd-b4fe-4902-942b-15285ddd7a1c HTTP/1.1" status: 200 len: 217 time: 0.0270684 2026-04-07 01:20:12.022 10 INFO neutron.wsgi [None req-0fa45070-a401-47ce-8b76-c19401fbac5b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0052948 2026-04-07 01:20:12.032 10 INFO neutron.wsgi [None req-f41a6413-ddb7-4768-8d1b-e866656d57fa 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0050597 2026-04-07 01:20:12.038 10 INFO neutron.wsgi [None req-69b2bf8f-820f-4b7f-bb7b-a224818df6d6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0034442 2026-04-07 01:20:12.050 10 INFO neutron.wsgi [None req-1ff40731-f11d-4c93-834b-a29c4d7fd514 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0054297 2026-04-07 01:20:12.057 9 INFO neutron.wsgi [req-61c4f74a-52bf-4496-8b11-9d7fff27f8bf req-35f1c705-97cc-410e-b638-186f6cd6dc4c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=2266f479-b201-4555-92d1-381ab64ca65e HTTP/1.1" status: 200 len: 852 time: 0.0357218 2026-04-07 01:20:12.083 9 INFO neutron.wsgi [req-61c4f74a-52bf-4496-8b11-9d7fff27f8bf req-3e6cf15e-028f-4a4d-a2c6-69e73b64cfad 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0205603 2026-04-07 01:20:12.090 10 INFO neutron.wsgi [None req-bec6ea7e-b807-4c4c-8808-6265469d89c5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 851 time: 0.0342886 2026-04-07 01:20:12.141 9 INFO neutron.wsgi [req-61c4f74a-52bf-4496-8b11-9d7fff27f8bf req-1f5d2652-fb7f-4b71-862f-2081cb875df7 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0539021 2026-04-07 01:20:12.150 10 INFO neutron.wsgi [None req-67ab4218-7a55-4295-8aaa-2863f3ef2cc4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/8731476a-cf14-40c7-8859-f8b341ebe32f HTTP/1.1" status: 200 len: 1340 time: 0.0514166 2026-04-07 01:20:12.202 10 INFO neutron.wsgi [None req-cd72917e-71cf-483e-ba96-37ec95c64402 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 200 len: 1471 time: 0.0339556 2026-04-07 01:20:12.207 9 INFO neutron.wsgi [req-61c4f74a-52bf-4496-8b11-9d7fff27f8bf req-699a0115-69f4-4d3a-84ce-9f0a0bc96f96 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0598254 2026-04-07 01:20:12.207 10 INFO neutron.wsgi [None req-a42d25a2-4887-495a-8503-246c3d3bad23 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 850 time: 0.3389642 2026-04-07 01:20:12.250 10 INFO neutron.wsgi [None req-6e6fa150-bd47-4ccc-89cb-2dc666cca0f0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0415854 2026-04-07 01:20:12.261 10 INFO neutron.wsgi [None req-a00e75e9-4af2-4e7a-b1ed-51f26bc1a92c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 851 time: 0.0527575 2026-04-07 01:20:12.265 10 INFO neutron.wsgi [None req-4336c3b2-74e9-4889-80ff-893a7d5a485e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0134850 2026-04-07 01:20:12.323 10 INFO neutron.wsgi [None req-fb5a5faf-e211-409b-8968-d33af0c6fb72 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 2764 time: 0.0535777 2026-04-07 01:20:12.363 10 INFO neutron.wsgi [None req-221b91cf-8f6e-40d9-bcab-d3b79f45d499 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301 HTTP/1.1" status: 200 len: 1001 time: 0.0886905 2026-04-07 01:20:12.420 10 INFO neutron.wsgi [None req-66739c1b-a88e-4c9f-9dfa-08e5cbbc1a42 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/8731476a-cf14-40c7-8859-f8b341ebe32f HTTP/1.1" status: 200 len: 1340 time: 0.0509279 2026-04-07 01:20:12.435 10 INFO neutron.wsgi [None req-7760e2a8-bd6e-4ae4-893f-a3c61ae7ad07 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 30227 time: 0.1109319 2026-04-07 01:20:12.489 10 INFO neutron.wsgi [None req-a23833c8-74f9-4fc3-ba89-81b9b89d43c6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 5497 time: 0.0334671 2026-04-07 01:20:12.490 10 INFO neutron.wsgi [None req-36563353-35eb-45cf-968c-a84c5c5638b9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 851 time: 0.0628107 2026-04-07 01:20:12.503 10 INFO neutron.wsgi [None req-025f4120-b280-417e-8696-a8a69028fdcf 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0117066 2026-04-07 01:20:12.544 10 INFO neutron.wsgi [None req-c8071698-ab4d-4e93-8ce8-66330b41e16c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 5497 time: 0.0408249 2026-04-07 01:20:12.581 10 INFO neutron.wsgi [None req-58ea267e-56ec-4e35-bc0f-39c0521c08f1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 23028 time: 0.0355988 2026-04-07 01:20:12.613 10 INFO neutron.wsgi [None req-0d2c7a31-9376-4842-8d4a-24d45e28e6f9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 3364 time: 0.0144908 2026-04-07 01:20:12.676 10 INFO neutron.wsgi [None req-41071fff-5def-42a8-8ea4-88c9cc329560 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 4721 time: 0.0620637 2026-04-07 01:20:13.680 9 INFO neutron.db.ovn_revision_numbers_db [None req-44ef281d-c45b-4562-a979-4667bca9dd7d 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - - -] Successfully bumped revision number for resource 94af77e8-8f4c-46c2-9c38-383fafea17dc (type: security_groups) to 1 2026-04-07 01:20:13.736 9 INFO neutron.db.segments_db [None req-44ef281d-c45b-4562-a979-4667bca9dd7d 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - - -] Added segment f4753ff4-3f59-4d9b-a566-6139cfbb3bf5 of type geneve for network 84d0882e-405a-41a4-9906-6f4b50c01287 2026-04-07 01:20:13.878 9 INFO neutron.db.ovn_revision_numbers_db [None req-44ef281d-c45b-4562-a979-4667bca9dd7d 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - - -] Successfully bumped revision number for resource 84d0882e-405a-41a4-9906-6f4b50c01287 (type: networks) to 1 2026-04-07 01:20:14.091 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-44ef281d-c45b-4562-a979-4667bca9dd7d 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - - -] No more DHCP agents 2026-04-07 01:20:14.095 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-44ef281d-c45b-4562-a979-4667bca9dd7d 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - - -] Unable to schedule network 84d0882e-405a-41a4-9906-6f4b50c01287: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:20:14.161 9 INFO neutron.db.ovn_revision_numbers_db [None req-44ef281d-c45b-4562-a979-4667bca9dd7d 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - - -] Successfully bumped revision number for resource dabae55a-706e-4b65-bfee-5ef8c122d92a (type: ports) to 1 2026-04-07 01:20:14.179 9 INFO neutron.wsgi [None req-44ef281d-c45b-4562-a979-4667bca9dd7d 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 830 time: 0.7584710 2026-04-07 01:20:14.481 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-be7376e0-6704-41c0-989f-94b1224b0442 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - - -] No more DHCP agents 2026-04-07 01:20:14.484 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-be7376e0-6704-41c0-989f-94b1224b0442 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - - -] Unable to schedule network 84d0882e-405a-41a4-9906-6f4b50c01287: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:20:14.612 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0015225 2026-04-07 01:20:14.612 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017943 2026-04-07 01:20:14.967 9 INFO neutron.db.ovn_revision_numbers_db [None req-be7376e0-6704-41c0-989f-94b1224b0442 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - - -] Successfully bumped revision number for resource dabae55a-706e-4b65-bfee-5ef8c122d92a (type: ports) to 2 2026-04-07 01:20:14.983 9 INFO neutron.db.ovn_revision_numbers_db [None req-be7376e0-6704-41c0-989f-94b1224b0442 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - - -] Successfully bumped revision number for resource 8403a2af-f797-4f21-9309-302f06521845 (type: subnets) to 0 2026-04-07 01:20:15.011 9 INFO neutron.wsgi [None req-be7376e0-6704-41c0-989f-94b1224b0442 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 801 time: 0.8256130 2026-04-07 01:20:15.110 9 INFO neutron.wsgi [None req-da479397-def7-44a9-a79e-90a581587cde 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - - -] 10.0.0.78 "PUT /v2.0/subnets/8403a2af-f797-4f21-9309-302f06521845/tags HTTP/1.1" status: 200 len: 218 time: 0.0922174 2026-04-07 01:20:15.149 9 INFO neutron.wsgi [None req-a5f3a4bf-03b8-4603-b003-5b9ba399ac7c 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - default default] 10.0.0.78 "GET /v2.0/subnets/8403a2af-f797-4f21-9309-302f06521845/tags HTTP/1.1" status: 200 len: 218 time: 0.0341210 2026-04-07 01:20:15.221 9 INFO neutron.wsgi [None req-7d73e0b4-d81d-4af7-af5a-537c8d12b63e 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - - -] 10.0.0.78 "PUT /v2.0/subnets/8403a2af-f797-4f21-9309-302f06521845/tags/green HTTP/1.1" status: 201 len: 201 time: 0.0674987 2026-04-07 01:20:15.261 9 INFO neutron.wsgi [None req-207bf63e-5fff-4d4a-baed-fb1330f9e1ec 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - default default] 10.0.0.78 "GET /v2.0/subnets/8403a2af-f797-4f21-9309-302f06521845/tags HTTP/1.1" status: 200 len: 227 time: 0.0344186 2026-04-07 01:20:15.302 9 INFO neutron.wsgi [None req-ce5f6d0c-b543-4c8d-8d5b-5d18422ef62d 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - - -] 10.0.0.78 "PUT /v2.0/subnets/8403a2af-f797-4f21-9309-302f06521845/tags/red HTTP/1.1" status: 201 len: 201 time: 0.0348957 2026-04-07 01:20:15.343 9 INFO neutron.wsgi [None req-90f87fcd-b2c6-424a-913d-a567c2a14e9f 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - default default] 10.0.0.78 "GET /v2.0/subnets/8403a2af-f797-4f21-9309-302f06521845/tags HTTP/1.1" status: 200 len: 227 time: 0.0357757 2026-04-07 01:20:15.394 9 INFO neutron.wsgi [None req-5b156552-fc5a-413b-aae1-e5e1d180db3a 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - - -] 10.0.0.78 "PUT /v2.0/subnets/8403a2af-f797-4f21-9309-302f06521845/tags/black.or.white HTTP/1.1" status: 201 len: 201 time: 0.0439417 2026-04-07 01:20:15.440 9 INFO neutron.wsgi [None req-43bc13e0-70dd-4a41-a244-5ecca7581dc3 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - default default] 10.0.0.78 "GET /v2.0/subnets/8403a2af-f797-4f21-9309-302f06521845/tags HTTP/1.1" status: 200 len: 245 time: 0.0377748 2026-04-07 01:20:15.495 9 INFO neutron.wsgi [None req-acf788a5-6f0e-4a15-8928-aa11de7e8760 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - - -] 10.0.0.78 "PUT /v2.0/subnets/8403a2af-f797-4f21-9309-302f06521845/tags HTTP/1.1" status: 200 len: 230 time: 0.0508702 2026-04-07 01:20:15.535 9 INFO neutron.wsgi [None req-0ccec027-56a8-4b02-af81-559e941628ee 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - default default] 10.0.0.78 "GET /v2.0/subnets/8403a2af-f797-4f21-9309-302f06521845/tags HTTP/1.1" status: 200 len: 230 time: 0.0357664 2026-04-07 01:20:15.569 9 INFO neutron.wsgi [None req-b162039f-74df-43ab-a0b1-50b304663c59 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - default default] 10.0.0.78 "GET /v2.0/subnets/8403a2af-f797-4f21-9309-302f06521845/tags/red HTTP/1.1" status: 204 len: 168 time: 0.0288064 2026-04-07 01:20:15.606 9 INFO neutron.api.v2.resource [None req-188479cd-574f-4b81-a794-36754b58b6d7 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:20:15.608 9 INFO neutron.wsgi [None req-188479cd-574f-4b81-a794-36754b58b6d7 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - default default] 10.0.0.78 "GET /v2.0/subnets/8403a2af-f797-4f21-9309-302f06521845/tags/green HTTP/1.1" status: 404 len: 299 time: 0.0319903 2026-04-07 01:20:15.662 9 INFO neutron.wsgi [None req-923286e7-5662-4007-a32c-f62e45813b11 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - - -] 10.0.0.78 "DELETE /v2.0/subnets/8403a2af-f797-4f21-9309-302f06521845/tags/red HTTP/1.1" status: 204 len: 168 time: 0.0480330 2026-04-07 01:20:15.698 9 INFO neutron.wsgi [None req-1bbb08d8-8591-448e-bae4-a6d7ac19d10a 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - default default] 10.0.0.78 "GET /v2.0/subnets/8403a2af-f797-4f21-9309-302f06521845/tags HTTP/1.1" status: 200 len: 223 time: 0.0298183 2026-04-07 01:20:15.748 9 INFO neutron.api.v2.resource [None req-aec0f89a-0a1c-48b8-88d9-91bb70554c35 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - - -] delete failed (client error): The resource could not be found. 2026-04-07 01:20:15.751 9 INFO neutron.wsgi [None req-aec0f89a-0a1c-48b8-88d9-91bb70554c35 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - - -] 10.0.0.78 "DELETE /v2.0/subnets/8403a2af-f797-4f21-9309-302f06521845/tags/green HTTP/1.1" status: 404 len: 299 time: 0.0455136 2026-04-07 01:20:15.820 9 INFO neutron.wsgi [None req-bfff4d7b-98b7-4961-9ff1-3dfb5567d82a 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - - -] 10.0.0.78 "DELETE /v2.0/subnets/8403a2af-f797-4f21-9309-302f06521845/tags HTTP/1.1" status: 204 len: 168 time: 0.0646048 2026-04-07 01:20:15.861 9 INFO neutron.wsgi [None req-ae05288f-3304-4abd-aca1-b1dabd4312a0 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - default default] 10.0.0.78 "GET /v2.0/subnets/8403a2af-f797-4f21-9309-302f06521845/tags HTTP/1.1" status: 200 len: 205 time: 0.0372958 2026-04-07 01:20:16.202 9 INFO neutron.wsgi [None req-8bff4db7-c3ca-4917-90d7-eb80a3297afa 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - - -] 10.0.0.78 "DELETE /v2.0/subnets/8403a2af-f797-4f21-9309-302f06521845 HTTP/1.1" status: 204 len: 168 time: 0.3300223 2026-04-07 01:20:16.629 9 INFO neutron.services.segments.plugin [-] Segment f4753ff4-3f59-4d9b-a566-6139cfbb3bf5 resource provider aggregate not found 2026-04-07 01:20:16.634 9 INFO neutron.services.segments.plugin [-] Segment f4753ff4-3f59-4d9b-a566-6139cfbb3bf5 resource provider aggregate not found 2026-04-07 01:20:16.650 9 INFO neutron.services.segments.plugin [-] Segment f4753ff4-3f59-4d9b-a566-6139cfbb3bf5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4753ff4-3f59-4d9b-a566-6139cfbb3bf5 found for delete ", "request_id": "req-674b4706-acb2-45c8-9d75-e7017d14cfb9"}]} 2026-04-07 01:20:16.652 9 INFO neutron.services.segments.plugin [-] Segment f4753ff4-3f59-4d9b-a566-6139cfbb3bf5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4753ff4-3f59-4d9b-a566-6139cfbb3bf5 found for delete ", "request_id": "req-5a7feda5-cf23-4dcd-9f35-bd00013b100b"}]} 2026-04-07 01:20:16.693 9 INFO neutron.wsgi [None req-3fa7b6d6-d5a6-4eec-bace-4309c0f67406 800a33f594324d8d9613dde023797014 397b2b4db3934a748df4232c835f601b - - - -] 10.0.0.78 "DELETE /v2.0/networks/84d0882e-405a-41a4-9906-6f4b50c01287 HTTP/1.1" status: 204 len: 168 time: 0.4839077 2026-04-07 01:20:17.661 9 INFO neutron.wsgi [None req-b4820a04-baac-4fd5-811b-a5c02ec247ea 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.123 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0064507 2026-04-07 01:20:17.677 9 INFO neutron.wsgi [None req-3bf7b7e9-ef97-4146-a4ae-90137d4b03fe 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.123 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0089662 2026-04-07 01:20:17.687 9 INFO neutron.wsgi [None req-48577aba-6851-4121-8349-0bdf5b1a0938 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.123 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0039177 2026-04-07 01:20:17.706 9 INFO neutron.wsgi [None req-933f3400-b8ea-4a8c-9b04-45052d1de6fd 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.123 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0108647 2026-04-07 01:20:17.716 10 INFO neutron.db.ovn_revision_numbers_db [None req-dd7c0a8a-6968-423e-bd9c-545c5be56776 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource c2bfa450-e2a2-4ea6-95ed-43f17ab0ad6e (type: security_groups) to 1 2026-04-07 01:20:17.748 10 INFO neutron.wsgi [None req-dd7c0a8a-6968-423e-bd9c-545c5be56776 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=8509f00e7e33407f947ff1676f9ddb88&name=default HTTP/1.1" status: 200 len: 3000 time: 0.2668402 2026-04-07 01:20:17.968 10 INFO neutron.wsgi [None req-afe11c5d-f064-4fa8-9d26-1abfdbbae11e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/c2bfa450-e2a2-4ea6-95ed-43f17ab0ad6e HTTP/1.1" status: 204 len: 168 time: 0.2149014 2026-04-07 01:20:18.103 10 INFO neutron.wsgi [-] 10.0.0.123 "GET / HTTP/1.1" status: 200 len: 284 time: 0.0018075 2026-04-07 01:20:18.106 9 INFO neutron.wsgi [None req-6f926c38-b7ed-4814-879c-26438cb3ed63 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=397b2b4db3934a748df4232c835f601b&name=default HTTP/1.1" status: 200 len: 3000 time: 0.0401030 2026-04-07 01:20:18.144 10 INFO neutron.wsgi [None req-124a4da0-5ff7-4c38-953b-6b6b1d085e15 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.123 "GET /v2.0/subnets/b96202f9-6fa9-4ce8-afd1-1af4195ed976 HTTP/1.1" status: 200 len: 831 time: 0.0339732 2026-04-07 01:20:18.549 9 INFO neutron.wsgi [None req-cbf17b28-9694-4eed-91d4-7abcf61acbe3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/94af77e8-8f4c-46c2-9c38-383fafea17dc HTTP/1.1" status: 204 len: 168 time: 0.4381862 2026-04-07 01:20:19.567 10 INFO neutron.wsgi [None req-bce01625-a603-4db4-8377-78940f810bff 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0094309 2026-04-07 01:20:19.580 10 INFO neutron.wsgi [None req-97c7ecd0-e249-446d-a0dd-f1a0ca5cf27d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0059700 2026-04-07 01:20:19.589 10 INFO neutron.wsgi [None req-225c03a3-dd69-4e0a-9926-e896a84f9f36 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0054255 2026-04-07 01:20:19.601 10 INFO neutron.wsgi [None req-66f1d939-eb54-458f-95a5-e1553bfaefc1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0047977 2026-04-07 01:20:19.649 10 INFO neutron.wsgi [None req-56883900-2ac6-4b40-9506-d58aab06bca5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/2266f479-b201-4555-92d1-381ab64ca65e HTTP/1.1" status: 200 len: 849 time: 0.0393565 2026-04-07 01:20:19.696 10 INFO neutron.wsgi [None req-310a09d4-702b-45b6-b690-bd65115d2b27 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/b96202f9-6fa9-4ce8-afd1-1af4195ed976 HTTP/1.1" status: 200 len: 849 time: 0.0400937 2026-04-07 01:20:19.743 10 INFO neutron.wsgi [None req-0cf773b5-a63a-4510-b3cc-7569b2020c7a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 3782 time: 0.0399919 2026-04-07 01:20:19.877 10 INFO neutron.wsgi [None req-5a4f996d-e5d1-482b-a774-0a174996ca31 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0058455 2026-04-07 01:20:19.886 10 INFO neutron.wsgi [None req-1801c615-157f-47fa-ab48-a2c75ac3d23b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0052838 2026-04-07 01:20:19.894 10 INFO neutron.wsgi [None req-30dc8842-312b-4431-9838-2f6fb2482844 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0048199 2026-04-07 01:20:19.903 10 INFO neutron.wsgi [None req-a8754119-d8ac-4fe8-8c68-0d43d8b041d7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0051527 2026-04-07 01:20:20.080 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-1af14437-1136-44d1-a6a1-13698e0e9bed 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0675981 2026-04-07 01:20:20.147 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-3652cada-2dac-48c0-8eb2-ea49f5766370 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0598512 2026-04-07 01:20:20.219 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-30f80538-2181-4946-a3ec-9bfaace30312 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/networks?id=85c1f3cb-6797-4448-8f48-eeb6b280bc96 HTTP/1.1" status: 200 len: 1003 time: 0.0597913 2026-04-07 01:20:20.548 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7cb2a76c-da17-4be3-ae68-970d1adeda09 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] No more DHCP agents 2026-04-07 01:20:20.551 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7cb2a76c-da17-4be3-ae68-970d1adeda09 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Unable to schedule network 85c1f3cb-6797-4448-8f48-eeb6b280bc96: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:20:20.705 9 INFO neutron.db.ovn_revision_numbers_db [None req-7cb2a76c-da17-4be3-ae68-970d1adeda09 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource b50de0e9-00d2-4b37-99d8-6c27c8b01e0b (type: ports) to 1 2026-04-07 01:20:20.725 9 INFO neutron.wsgi [None req-7cb2a76c-da17-4be3-ae68-970d1adeda09 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "POST /v2.0/ports HTTP/1.1" status: 201 len: 1508 time: 0.4999812 /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-04-07 01:20:21.136 9 INFO neutron.db.ovn_revision_numbers_db [None req-98788a41-bc69-4584-8bea-5a30a9ba4d1d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource b50de0e9-00d2-4b37-99d8-6c27c8b01e0b (type: ports) to 2 2026-04-07 01:20:21.344 9 INFO neutron.db.ovn_revision_numbers_db [None req-98788a41-bc69-4584-8bea-5a30a9ba4d1d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource b50de0e9-00d2-4b37-99d8-6c27c8b01e0b (type: ports) to 2 2026-04-07 01:20:21.360 9 INFO neutron.wsgi [None req-98788a41-bc69-4584-8bea-5a30a9ba4d1d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] 199.19.213.133 "PUT /v2.0/ports/b50de0e9-00d2-4b37-99d8-6c27c8b01e0b HTTP/1.1" status: 200 len: 1557 time: 0.6296327 2026-04-07 01:20:21.399 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb841f7e-3a14-4e89-a992-d9242e4b59fd'] response: {'name': 'network-changed', 'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'tag': 'b50de0e9-00d2-4b37-99d8-6c27c8b01e0b', 'status': 'completed', 'code': 200} /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-04-07 01:20:21.465 9 INFO neutron.wsgi [req-3819b7a6-e350-44ea-a711-61934ebd87bb req-fa1c7073-1eb0-44ef-8680-6c6f43bc18d5 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=376d36ea2fb84aeca058828a48b1fc4b&device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 5159 time: 0.0446019 2026-04-07 01:20:21.533 9 INFO neutron.wsgi [req-3819b7a6-e350-44ea-a711-61934ebd87bb req-eb190d54-2efe-4f36-b812-258721e971f9 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=85c1f3cb-6797-4448-8f48-eeb6b280bc96 HTTP/1.1" status: 200 len: 1003 time: 0.0618553 2026-04-07 01:20:21.563 9 INFO neutron.wsgi [req-3819b7a6-e350-44ea-a711-61934ebd87bb req-b6beed88-a7e1-41e9-a091-ba7a365973fd 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.2.2.71&port_id=b50de0e9-00d2-4b37-99d8-6c27c8b01e0b HTTP/1.1" status: 200 len: 217 time: 0.0263605 2026-04-07 01:20:21.596 9 INFO neutron.wsgi [req-3819b7a6-e350-44ea-a711-61934ebd87bb req-8a3e99db-8b9f-4e39-99fa-25c99d15fbbf 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A192&port_id=b50de0e9-00d2-4b37-99d8-6c27c8b01e0b HTTP/1.1" status: 200 len: 217 time: 0.0276599 2026-04-07 01:20:21.650 9 INFO neutron.wsgi [req-3819b7a6-e350-44ea-a711-61934ebd87bb req-591f96e1-9300-4736-99c3-7931b3b6a6b0 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=47b334fd-d182-4dd3-bf3c-83a78c78ba1c&id=b96202f9-6fa9-4ce8-afd1-1af4195ed976 HTTP/1.1" status: 200 len: 1566 time: 0.0470862 2026-04-07 01:20:21.688 9 INFO neutron.wsgi [req-3819b7a6-e350-44ea-a711-61934ebd87bb req-e45f6a95-7357-4cef-9f6a-6e6668b8a3cf 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=85c1f3cb-6797-4448-8f48-eeb6b280bc96&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0303962 2026-04-07 01:20:21.733 9 INFO neutron.wsgi [req-3819b7a6-e350-44ea-a711-61934ebd87bb req-93bbf35d-b166-4802-b553-a081a04decbe 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=85c1f3cb-6797-4448-8f48-eeb6b280bc96&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0366268 2026-04-07 01:20:21.809 9 INFO neutron.wsgi [req-3819b7a6-e350-44ea-a711-61934ebd87bb req-b18e3b14-47c0-418e-b9c3-254d0756f677 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0665250 2026-04-07 01:20:21.875 9 INFO neutron.wsgi [req-3819b7a6-e350-44ea-a711-61934ebd87bb req-676040ae-07a6-4e06-b4d9-575a0079d183 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0588062 2026-04-07 01:20:21.952 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-e45053fd-646a-4590-ab8e-06652e5edc53 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=376d36ea2fb84aeca058828a48b1fc4b&device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 5159 time: 0.0387516 2026-04-07 01:20:21.989 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-79d1a015-725a-4885-b128-561de1d5ee4c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=172.24.2.180&port_id=d0849a48-ae33-4a41-9bed-8dd139ad654c HTTP/1.1" status: 200 len: 217 time: 0.0296752 2026-04-07 01:20:22.031 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-75a90386-a37a-4189-b94e-0c5ba7714c41 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=99a67153-bbc9-4246-8a5e-f528b5c58e6d HTTP/1.1" status: 200 len: 829 time: 0.0361149 2026-04-07 01:20:22.061 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-66e0e8c0-657f-4ec7-9fa7-627b92b769c8 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=2be236a4-db8d-4f32-8d1e-c9a60f6d28f1&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0239234 2026-04-07 01:20:22.127 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-3a01092e-b57b-4c09-9901-0a5880d07c16 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/2be236a4-db8d-4f32-8d1e-c9a60f6d28f1?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0574992 2026-04-07 01:20:22.198 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-26b617a7-c3ae-481d-b70f-a672ed2ad0f9 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/2be236a4-db8d-4f32-8d1e-c9a60f6d28f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0655627 2026-04-07 01:20:22.230 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-b81a4cd7-8896-4e47-84f6-8f33466b3e47 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.1.1.127&port_id=339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 200 len: 217 time: 0.0271440 2026-04-07 01:20:22.267 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-176b8c94-d371-4f10-9b49-2255114e11ea 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 854 time: 0.0302742 2026-04-07 01:20:22.295 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-516b8a26-91d9-4964-9438-02ec4bb95d3a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=634b6ed5-5e4c-499d-8943-dc279aa2f301&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0222602 2026-04-07 01:20:22.384 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-dc38b2b9-e3b8-4832-859d-a856363a9583 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0827289 2026-04-07 01:20:22.464 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-624f71fc-fbf2-4216-a1df-85383af8ac64 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0748913 2026-04-07 01:20:22.497 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-c06c3457-9fbb-42a9-a45a-20785d0c44f0 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.2.1.183&port_id=caa261fd-b4fe-4902-942b-15285ddd7a1c HTTP/1.1" status: 200 len: 217 time: 0.0277929 2026-04-07 01:20:22.532 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-454e7a39-4533-4669-a515-aff51418ad00 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=2266f479-b201-4555-92d1-381ab64ca65e HTTP/1.1" status: 200 len: 852 time: 0.0304441 2026-04-07 01:20:22.562 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-37dac9a6-f73d-4e0a-9e24-b33de8c4c57e 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0247619 2026-04-07 01:20:22.627 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-5d5ae0b2-5455-4fb1-be81-c342dffd2ea2 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0595109 2026-04-07 01:20:22.688 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-439132e3-9b92-47e4-8502-9c8f35c6b6a1 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0543714 2026-04-07 01:20:22.721 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-767b49cb-b142-4037-8b50-8d3373077405 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.2.2.71&port_id=b50de0e9-00d2-4b37-99d8-6c27c8b01e0b HTTP/1.1" status: 200 len: 217 time: 0.0262110 2026-04-07 01:20:22.751 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-52a3a000-4c1c-483b-99b9-6b1030883fb3 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A192&port_id=b50de0e9-00d2-4b37-99d8-6c27c8b01e0b HTTP/1.1" status: 200 len: 217 time: 0.0254424 2026-04-07 01:20:22.793 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-1a1c83e4-2c33-41d2-8c9e-acd6dd0cb01d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=47b334fd-d182-4dd3-bf3c-83a78c78ba1c&id=b96202f9-6fa9-4ce8-afd1-1af4195ed976 HTTP/1.1" status: 200 len: 1566 time: 0.0342641 2026-04-07 01:20:22.826 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-d2c26210-1179-42b4-8f14-34bc5bba82f8 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=85c1f3cb-6797-4448-8f48-eeb6b280bc96&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0257459 2026-04-07 01:20:22.856 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-3fb05f6e-d44d-4e43-84ff-1849d1407eb1 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=85c1f3cb-6797-4448-8f48-eeb6b280bc96&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0228319 2026-04-07 01:20:22.927 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-7ad963e0-7069-4400-873e-1d43de70d093 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0645616 2026-04-07 01:20:22.994 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-95a5025e-24da-4a86-84c5-5b6684b3d12d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0598485 2026-04-07 01:20:23.084 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status up for port: b50de0e9-00d2-4b37-99d8-6c27c8b01e0b 2026-04-07 01:20:23.116 10 INFO neutron.plugins.ml2.plugin [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Attempt 1 to provision port b50de0e9-00d2-4b37-99d8-6c27c8b01e0b 2026-04-07 01:20:23.262 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5f72e6d-d6da-4ee0-bc0c-550a648e08ec'] response: {'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b50de0e9-00d2-4b37-99d8-6c27c8b01e0b', 'code': 200} 2026-04-07 01:20:23.313 9 INFO neutron.wsgi [req-ebd3c3ee-f28b-4c21-a57c-603410ed28f6 req-838ee438-90c1-4950-aaae-70bc33614881 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.171 "GET /v2.0/ports/b50de0e9-00d2-4b37-99d8-6c27c8b01e0b HTTP/1.1" status: 200 len: 1587 time: 0.0324526 2026-04-07 01:20:23.355 10 INFO neutron.wsgi [None req-7e52f47b-88d2-444c-835d-198df761ca16 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/b50de0e9-00d2-4b37-99d8-6c27c8b01e0b HTTP/1.1" status: 200 len: 1587 time: 0.0355203 2026-04-07 01:20:23.407 10 INFO neutron.wsgi [None req-f0c30172-7a6d-426e-af98-f312ac0566f0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/b50de0e9-00d2-4b37-99d8-6c27c8b01e0b HTTP/1.1" status: 200 len: 1587 time: 0.0454772 2026-04-07 01:20:23.466 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource b50de0e9-00d2-4b37-99d8-6c27c8b01e0b (type: ports) to 4 2026-04-07 01:20:23.852 10 INFO neutron.db.ovn_revision_numbers_db [None req-2f083cd3-5761-4ecd-9929-ea5b6a562306 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource b50de0e9-00d2-4b37-99d8-6c27c8b01e0b (type: ports) to 5 2026-04-07 01:20:23.862 10 INFO neutron.wsgi [None req-2f083cd3-5761-4ecd-9929-ea5b6a562306 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "PUT /v2.0/ports/b50de0e9-00d2-4b37-99d8-6c27c8b01e0b HTTP/1.1" status: 200 len: 1326 time: 0.4475009 /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-04-07 01:20:23.940 10 INFO neutron.wsgi [None req-ca8c88b9-75d1-4583-99a4-892260004d04 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96 HTTP/1.1" status: 200 len: 1000 time: 0.0698841 2026-04-07 01:20:23.987 10 INFO neutron.wsgi [None req-fa36dc70-fb2f-4da4-9934-2412d844b4dd 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/b96202f9-6fa9-4ce8-afd1-1af4195ed976 HTTP/1.1" status: 200 len: 849 time: 0.0402691 2026-04-07 01:20:24.064 10 INFO neutron.wsgi [None req-0ff03a4b-baff-40c7-b387-a758c86197ba 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0062146 2026-04-07 01:20:24.073 10 INFO neutron.wsgi [None req-e6114b82-f523-4fe1-a614-f521afb8b4aa 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0051198 2026-04-07 01:20:24.083 10 INFO neutron.wsgi [None req-93edc7ed-9b74-437a-8e85-746ef543c5f3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0070586 2026-04-07 01:20:24.093 10 INFO neutron.wsgi [None req-009ae699-6587-4b8d-9284-f7fd9b23bce2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0052521 2026-04-07 01:20:24.130 10 INFO neutron.wsgi [None req-c82ba34e-2c40-4bb2-a640-c381be0a7928 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 851 time: 0.0318956 2026-04-07 01:20:24.170 10 INFO neutron.wsgi [None req-77c21f94-6651-4e19-8462-66766fb32ec8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/8731476a-cf14-40c7-8859-f8b341ebe32f HTTP/1.1" status: 200 len: 1340 time: 0.0347373 2026-04-07 01:20:24.203 10 INFO neutron.wsgi [None req-b0ba6793-4578-455f-aecb-230aa588741a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 200 len: 1471 time: 0.0269434 2026-04-07 01:20:24.240 10 INFO neutron.wsgi [None req-e0f60060-53c0-4a44-aacf-7ea3518e97db 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 851 time: 0.0319862 2026-04-07 01:20:24.312 10 INFO neutron.wsgi [None req-9574e95f-52bf-4123-961b-211a5dc04a9d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301 HTTP/1.1" status: 200 len: 1001 time: 0.0659506 2026-04-07 01:20:24.350 10 INFO neutron.wsgi [None req-6cf278d1-ebcb-4c93-a358-9b8266ee8f59 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/8731476a-cf14-40c7-8859-f8b341ebe32f HTTP/1.1" status: 200 len: 1340 time: 0.0314367 2026-04-07 01:20:24.385 10 INFO neutron.wsgi [None req-0a234889-95bd-43c7-a2d5-95704ac107f2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 851 time: 0.0283949 2026-04-07 01:20:25.302 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-a563577e-f7e2-4f84-8134-75ea467f36d8'] response: {'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b50de0e9-00d2-4b37-99d8-6c27c8b01e0b', 'code': 200} 2026-04-07 01:20:25.302 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-a563577e-f7e2-4f84-8134-75ea467f36d8'] response: {'name': 'network-changed', 'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'tag': 'b50de0e9-00d2-4b37-99d8-6c27c8b01e0b', 'status': 'completed', 'code': 200} 2026-04-07 01:20:25.372 9 INFO neutron.wsgi [req-56321bb9-717b-494f-bf2a-899838cbdff4 req-4bd4184f-a6ad-4d15-9a27-51b38853eb18 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=376d36ea2fb84aeca058828a48b1fc4b&device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 4928 time: 0.0497544 2026-04-07 01:20:25.444 9 INFO neutron.wsgi [req-56321bb9-717b-494f-bf2a-899838cbdff4 req-4e0125da-e1b3-4f0b-b713-1931a624bdcf 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=85c1f3cb-6797-4448-8f48-eeb6b280bc96 HTTP/1.1" status: 200 len: 1003 time: 0.0647247 2026-04-07 01:20:25.478 9 INFO neutron.wsgi [req-56321bb9-717b-494f-bf2a-899838cbdff4 req-8783e6af-14cc-4c37-adf2-798799b06b28 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.2.2.71&port_id=b50de0e9-00d2-4b37-99d8-6c27c8b01e0b HTTP/1.1" status: 200 len: 217 time: 0.0273819 2026-04-07 01:20:25.522 9 INFO neutron.wsgi [req-56321bb9-717b-494f-bf2a-899838cbdff4 req-f7586ea3-a9fc-4df4-823a-fce81c9d27eb 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=b96202f9-6fa9-4ce8-afd1-1af4195ed976 HTTP/1.1" status: 200 len: 852 time: 0.0358949 2026-04-07 01:20:25.554 9 INFO neutron.wsgi [req-56321bb9-717b-494f-bf2a-899838cbdff4 req-bd771fca-e80b-4c35-8b1d-0daababde037 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=85c1f3cb-6797-4448-8f48-eeb6b280bc96&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0240517 2026-04-07 01:20:25.622 9 INFO neutron.wsgi [req-56321bb9-717b-494f-bf2a-899838cbdff4 req-2130b793-3a32-4792-b6ac-aa4b8e7211c7 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0611727 2026-04-07 01:20:25.694 9 INFO neutron.wsgi [req-56321bb9-717b-494f-bf2a-899838cbdff4 req-87bd1610-57fe-4aff-b9f6-85b811c5881a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0614583 2026-04-07 01:20:29.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026059 2026-04-07 01:20:29.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026202 2026-04-07 01:20:32.295 10 INFO neutron.wsgi [None req-ecd83f6f-e930-445e-83ab-47af72a6b97f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0077560 2026-04-07 01:20:32.305 10 INFO neutron.wsgi [None req-6ea125e6-ccc4-420c-947c-fdde9d6c33cf 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0047317 2026-04-07 01:20:32.314 10 INFO neutron.wsgi [None req-e47c7389-60e3-49c6-a20b-566efad2f672 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0053556 2026-04-07 01:20:32.325 10 INFO neutron.wsgi [None req-d9313cd9-9fb9-4960-a3e3-afa72aedb93d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0052137 2026-04-07 01:20:32.366 10 INFO neutron.wsgi [None req-f223df75-d02e-4bac-a80f-33fd639dfa5a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/2266f479-b201-4555-92d1-381ab64ca65e HTTP/1.1" status: 200 len: 849 time: 0.0354836 2026-04-07 01:20:32.399 10 INFO neutron.wsgi [None req-41028c8e-7fe2-4d22-a0a1-420e3f7f66c9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 4928 time: 0.0278223 2026-04-07 01:20:32.552 10 INFO neutron.wsgi [None req-4b3305d7-04ce-4d7d-8953-a9d0329c3211 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0080917 2026-04-07 01:20:32.564 10 INFO neutron.wsgi [None req-b8bfc599-4705-4333-9300-2afa84e08052 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0049996 2026-04-07 01:20:32.578 10 INFO neutron.wsgi [None req-29c0957c-8d31-4b68-a087-9086a26eb8c8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0112989 2026-04-07 01:20:32.595 10 INFO neutron.wsgi [None req-1bb4894f-039e-42d3-81dc-21d4aeb620c2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0075777 2026-04-07 01:20:32.639 10 INFO neutron.wsgi [None req-92c9a52b-9c9f-45e7-8e1a-29c326bab8a3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/b50de0e9-00d2-4b37-99d8-6c27c8b01e0b HTTP/1.1" status: 200 len: 1354 time: 0.0345433 2026-04-07 01:20:33.014 10 INFO neutron.db.ovn_revision_numbers_db [None req-becc38b2-dce2-458e-9704-b6bb982f6286 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource b50de0e9-00d2-4b37-99d8-6c27c8b01e0b (type: ports) to 6 2026-04-07 01:20:33.023 10 INFO neutron.wsgi [None req-becc38b2-dce2-458e-9704-b6bb982f6286 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "PUT /v2.0/ports/b50de0e9-00d2-4b37-99d8-6c27c8b01e0b HTTP/1.1" status: 200 len: 1154 time: 0.3775730 /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-04-07 01:20:33.342 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-e38aab54-518c-41f0-bc6c-338be08ea83a'] response: {'name': 'network-changed', 'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'tag': 'b50de0e9-00d2-4b37-99d8-6c27c8b01e0b', 'status': 'completed', 'code': 200} 2026-04-07 01:20:33.365 10 INFO neutron.wsgi [None req-90e7b5ae-25fd-4e48-ae82-694f9e0d84da 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96 HTTP/1.1" status: 200 len: 1000 time: 0.3341346 2026-04-07 01:20:33.405 10 INFO neutron.wsgi [None req-53109a1f-7582-420f-85cf-a4be17c5218f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 4757 time: 0.0333579 2026-04-07 01:20:33.495 9 INFO neutron.wsgi [req-53e1d51e-3164-4408-bb94-91a1ff367fb6 req-e60088e6-6374-4417-bb55-40d28695d514 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=376d36ea2fb84aeca058828a48b1fc4b&device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 4757 time: 0.3014324 2026-04-07 01:20:33.527 10 INFO neutron.wsgi [None req-dc703a57-e0ce-415b-8a1a-e344e142d1de 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 4757 time: 0.0402982 2026-04-07 01:20:33.574 9 INFO neutron.wsgi [req-53e1d51e-3164-4408-bb94-91a1ff367fb6 req-7b014c82-f90c-447b-8ce8-9b4d61f123b7 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=85c1f3cb-6797-4448-8f48-eeb6b280bc96 HTTP/1.1" status: 200 len: 1003 time: 0.0720191 2026-04-07 01:20:33.636 9 INFO neutron.wsgi [req-53e1d51e-3164-4408-bb94-91a1ff367fb6 req-df70dfd4-771c-4867-b93b-9a37ba0421d6 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0546401 2026-04-07 01:20:33.715 9 INFO neutron.wsgi [req-53e1d51e-3164-4408-bb94-91a1ff367fb6 req-651a705a-862b-4349-87db-c434ef868266 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0734096 2026-04-07 01:20:33.791 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status down for port: b50de0e9-00d2-4b37-99d8-6c27c8b01e0b 2026-04-07 01:20:33.877 9 INFO neutron.wsgi [req-86951901-48d9-440c-a453-59b01322abac req-fa692cc8-f2b6-4def-8576-5e5441ded2bc 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports/b50de0e9-00d2-4b37-99d8-6c27c8b01e0b HTTP/1.1" status: 200 len: 1182 time: 0.0450132 2026-04-07 01:20:34.041 10 INFO neutron.db.ovn_revision_numbers_db [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] Successfully bumped revision number for resource b50de0e9-00d2-4b37-99d8-6c27c8b01e0b (type: ports) to 7 2026-04-07 01:20:34.147 9 INFO neutron.wsgi [None req-a33a30ad-178f-48b1-8606-c2517bcacd60 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "DELETE /v2.0/ports/b50de0e9-00d2-4b37-99d8-6c27c8b01e0b HTTP/1.1" status: 204 len: 173 time: 0.2655923 2026-04-07 01:20:34.229 9 INFO neutron.wsgi [req-86951901-48d9-440c-a453-59b01322abac req-a5ddbfaa-3356-4875-95c0-525b209cb97a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=376d36ea2fb84aeca058828a48b1fc4b&device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 3782 time: 0.0318003 2026-04-07 01:20:34.237 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-4d92382d-e64e-47f3-9f3e-7e85841d3902'] response: {'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'name': 'network-vif-deleted', 'tag': 'b50de0e9-00d2-4b37-99d8-6c27c8b01e0b', 'status': 'completed', 'code': 200} 2026-04-07 01:20:34.304 9 INFO neutron.wsgi [req-86951901-48d9-440c-a453-59b01322abac req-73893793-f544-4b87-8e75-440b7a901b60 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=2be236a4-db8d-4f32-8d1e-c9a60f6d28f1&id=634b6ed5-5e4c-499d-8943-dc279aa2f301&id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a&id=85c1f3cb-6797-4448-8f48-eeb6b280bc96 HTTP/1.1" status: 200 len: 3309 time: 0.0665128 2026-04-07 01:20:34.340 9 INFO neutron.wsgi [req-86951901-48d9-440c-a453-59b01322abac req-dd5027c5-2dd1-49bb-a484-399f681a19c0 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=172.24.2.180&port_id=d0849a48-ae33-4a41-9bed-8dd139ad654c HTTP/1.1" status: 200 len: 217 time: 0.0268507 2026-04-07 01:20:34.373 9 INFO neutron.wsgi [req-86951901-48d9-440c-a453-59b01322abac req-11232e28-dd76-448a-86e4-cade00b65881 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=99a67153-bbc9-4246-8a5e-f528b5c58e6d HTTP/1.1" status: 200 len: 829 time: 0.0277717 2026-04-07 01:20:34.404 9 INFO neutron.wsgi [req-86951901-48d9-440c-a453-59b01322abac req-10ae79d4-5de5-46f8-8f7d-b143a1fe8705 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=2be236a4-db8d-4f32-8d1e-c9a60f6d28f1&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0255432 2026-04-07 01:20:34.470 9 INFO neutron.wsgi [req-86951901-48d9-440c-a453-59b01322abac req-41b6c9ca-dbc5-470e-b014-75e05f65e21f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/2be236a4-db8d-4f32-8d1e-c9a60f6d28f1?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0589840 2026-04-07 01:20:34.535 9 INFO neutron.wsgi [req-86951901-48d9-440c-a453-59b01322abac req-c7457662-4377-4252-9ee3-f52585ec4d99 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/2be236a4-db8d-4f32-8d1e-c9a60f6d28f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0580990 /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-04-07 01:20:34.570 9 INFO neutron.wsgi [req-86951901-48d9-440c-a453-59b01322abac req-d6677a65-8801-4220-b86b-1461fde47945 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.1.1.127&port_id=339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 200 len: 217 time: 0.0281916 2026-04-07 01:20:34.572 10 INFO neutron.wsgi [None req-2f0ddbbf-31e1-48c0-b864-b4880e7f61d7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 3782 time: 0.0353718 2026-04-07 01:20:34.594 10 INFO neutron.pecan_wsgi.hooks.translation [None req-a3303e85-4a0c-4d99-bcb4-1563999f98a1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:20:34.597 10 INFO neutron.wsgi [None req-a3303e85-4a0c-4d99-bcb4-1563999f98a1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "DELETE /v2.0/ports/b50de0e9-00d2-4b37-99d8-6c27c8b01e0b HTTP/1.1" status: 404 len: 338 time: 0.0203316 2026-04-07 01:20:34.607 9 INFO neutron.wsgi [req-86951901-48d9-440c-a453-59b01322abac req-b1074df0-72f6-4d97-b160-93c7101539cc 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 854 time: 0.0307534 2026-04-07 01:20:34.633 9 INFO neutron.wsgi [req-86951901-48d9-440c-a453-59b01322abac req-7755f795-f151-40b6-8172-7667aef48c3b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=634b6ed5-5e4c-499d-8943-dc279aa2f301&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0197649 2026-04-07 01:20:34.671 10 INFO neutron.wsgi [None req-a99ae5ae-0643-4b12-93f8-b174ae24500e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0054371 2026-04-07 01:20:34.682 10 INFO neutron.wsgi [None req-3e56e44f-c1fc-4c3c-a02e-76003a898e35 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0045915 2026-04-07 01:20:34.695 10 INFO neutron.wsgi [None req-42312b5c-a6e1-4619-9e94-d1f9aca25f8c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0076067 2026-04-07 01:20:34.699 9 INFO neutron.wsgi [req-86951901-48d9-440c-a453-59b01322abac req-8873b2bc-1483-4d6b-8f52-c396a62abaec 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0599315 2026-04-07 01:20:34.706 10 INFO neutron.wsgi [None req-7b0521fa-8c44-4536-a6c1-3346d004a428 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0059264 2026-04-07 01:20:34.746 10 INFO neutron.wsgi [None req-72d6e88d-2e74-4cd2-be24-3dae7cf724b4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 851 time: 0.0310588 2026-04-07 01:20:34.766 9 INFO neutron.wsgi [req-86951901-48d9-440c-a453-59b01322abac req-dcf58242-0259-4fc1-880c-54cad001f076 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0617456 2026-04-07 01:20:34.783 10 INFO neutron.wsgi [None req-23b8669f-e669-4fac-a8d4-ba3ef455c1d0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/8731476a-cf14-40c7-8859-f8b341ebe32f HTTP/1.1" status: 200 len: 1340 time: 0.0305443 2026-04-07 01:20:34.798 9 INFO neutron.wsgi [req-86951901-48d9-440c-a453-59b01322abac req-b4299dc3-cb95-45c2-8928-7e6c6fdb811f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.2.1.183&port_id=caa261fd-b4fe-4902-942b-15285ddd7a1c HTTP/1.1" status: 200 len: 217 time: 0.0262265 2026-04-07 01:20:34.824 10 INFO neutron.wsgi [None req-dbcc21fa-cb56-4133-b9c6-0d6fc4d7dac8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 200 len: 1471 time: 0.0360608 2026-04-07 01:20:34.839 9 INFO neutron.wsgi [req-86951901-48d9-440c-a453-59b01322abac req-88d36060-9cff-4bb5-b4a7-22e759b2b23f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=2266f479-b201-4555-92d1-381ab64ca65e HTTP/1.1" status: 200 len: 852 time: 0.0354936 2026-04-07 01:20:34.861 10 INFO neutron.wsgi [None req-28c163b8-00b7-491e-9bbd-e0a277c6c8a8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 851 time: 0.0301480 2026-04-07 01:20:34.868 9 INFO neutron.wsgi [req-86951901-48d9-440c-a453-59b01322abac req-5f5f215f-c787-434c-a87e-df1de378d980 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0222275 2026-04-07 01:20:34.931 10 INFO neutron.wsgi [None req-704e549b-2a55-43b5-bd94-e1a4e9123d54 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301 HTTP/1.1" status: 200 len: 1001 time: 0.0636330 2026-04-07 01:20:34.936 9 INFO neutron.wsgi [req-86951901-48d9-440c-a453-59b01322abac req-e058bad6-56b4-41c6-82a0-f0b54bc19d7d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0624812 2026-04-07 01:20:34.970 10 INFO neutron.wsgi [None req-b28eff4c-8806-4eb6-b96f-ea384b52304a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/8731476a-cf14-40c7-8859-f8b341ebe32f HTTP/1.1" status: 200 len: 1340 time: 0.0319846 2026-04-07 01:20:35.003 9 INFO neutron.wsgi [req-86951901-48d9-440c-a453-59b01322abac req-b37548ba-d688-4d5b-af67-c436d8f0939d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0599737 2026-04-07 01:20:35.009 10 INFO neutron.wsgi [None req-24fba029-69e2-4abe-a337-36768e6b0c08 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 851 time: 0.0322511 2026-04-07 01:20:35.374 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8533ffd-d776-46da-8783-29ba8495c199'] response: {'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'b50de0e9-00d2-4b37-99d8-6c27c8b01e0b', 'code': 200} 2026-04-07 01:20:35.374 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8533ffd-d776-46da-8783-29ba8495c199'] response: {'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b50de0e9-00d2-4b37-99d8-6c27c8b01e0b', 'code': 200} 2026-04-07 01:20:37.829 10 INFO neutron.wsgi [None req-1ee15b21-cc81-4639-a817-68a7fa6bfd15 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0071044 2026-04-07 01:20:37.839 10 INFO neutron.wsgi [None req-2261b721-bd30-4344-9978-47d5ac43e4da 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0053158 2026-04-07 01:20:37.849 10 INFO neutron.wsgi [None req-18a7972f-9755-4757-b0f0-f4abaa3a5345 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0049520 2026-04-07 01:20:37.859 10 INFO neutron.wsgi [None req-4dd06765-a9c5-43d3-90a6-ae31aeca2da1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0053685 2026-04-07 01:20:37.894 10 INFO neutron.wsgi [None req-8599f6fc-09ad-4c45-b650-c84f6d4a9fab 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 3782 time: 0.0301332 2026-04-07 01:20:38.031 10 INFO neutron.wsgi [None req-1536e640-6c69-4ec3-9fa6-9ebfa7d78c3c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0075231 2026-04-07 01:20:38.037 10 INFO neutron.wsgi [None req-d5181f6d-1b52-4491-acb2-77f53f9aed63 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0033109 2026-04-07 01:20:38.044 10 INFO neutron.wsgi [None req-49dbbb8a-5157-4bbf-903c-931028e77a50 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0044627 2026-04-07 01:20:38.052 10 INFO neutron.wsgi [None req-f11f0729-f9f9-4d30-9a1d-dcdcf886b937 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0043261 2026-04-07 01:20:38.083 10 INFO neutron.wsgi [None req-7facc3c8-093d-4ed3-9a2f-53684efa3b75 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/caa261fd-b4fe-4902-942b-15285ddd7a1c HTTP/1.1" status: 200 len: 1358 time: 0.0274241 2026-04-07 01:20:38.440 10 INFO neutron.db.ovn_revision_numbers_db [None req-1f74af55-e5b7-4375-af67-8444a47f1f8e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource caa261fd-b4fe-4902-942b-15285ddd7a1c (type: ports) to 6 2026-04-07 01:20:38.450 10 INFO neutron.wsgi [None req-1f74af55-e5b7-4375-af67-8444a47f1f8e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "PUT /v2.0/ports/caa261fd-b4fe-4902-942b-15285ddd7a1c HTTP/1.1" status: 200 len: 1154 time: 0.3614042 /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-04-07 01:20:38.487 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-77a05877-f9c5-4f95-b8eb-2b3b39065a87'] response: {'name': 'network-changed', 'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'tag': 'caa261fd-b4fe-4902-942b-15285ddd7a1c', 'status': 'completed', 'code': 200} 2026-04-07 01:20:38.533 10 INFO neutron.wsgi [None req-ccfbbbf0-d264-4a8e-9c88-b95ce0f1a106 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a HTTP/1.1" status: 200 len: 1000 time: 0.0767667 2026-04-07 01:20:38.538 9 INFO neutron.wsgi [req-ca7f7256-0a63-452b-93f9-d72c37703f4f req-2d7c2675-1a68-42f5-988c-2c25691ec50e 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=376d36ea2fb84aeca058828a48b1fc4b&device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 3607 time: 0.0365160 2026-04-07 01:20:38.573 10 INFO neutron.wsgi [None req-221fc17c-95fb-47a0-b85f-c180cfdc6dc4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 3607 time: 0.0337708 2026-04-07 01:20:38.604 9 INFO neutron.wsgi [req-ca7f7256-0a63-452b-93f9-d72c37703f4f req-ca33e8a6-0d50-4778-a835-a54e1c08dee5 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a HTTP/1.1" status: 200 len: 1003 time: 0.0620353 2026-04-07 01:20:38.682 9 INFO neutron.wsgi [req-ca7f7256-0a63-452b-93f9-d72c37703f4f req-9bb765b1-f4b1-43f4-9747-464c21399f3e 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0697913 2026-04-07 01:20:38.684 10 INFO neutron.wsgi [None req-14d15dd3-2f01-4cd0-adb2-98ca4194aeff 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 3607 time: 0.0330410 2026-04-07 01:20:38.750 9 INFO neutron.wsgi [req-ca7f7256-0a63-452b-93f9-d72c37703f4f req-59715012-7780-4848-8420-c4fd13e2fe31 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0588770 2026-04-07 01:20:38.928 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status down for port: caa261fd-b4fe-4902-942b-15285ddd7a1c 2026-04-07 01:20:38.979 9 INFO neutron.wsgi [req-fb88cac3-b21a-448e-bb2a-a1a0df67e451 req-162a0554-388e-4bd1-969f-47622c3b0b06 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports/caa261fd-b4fe-4902-942b-15285ddd7a1c HTTP/1.1" status: 200 len: 1182 time: 0.0302262 2026-04-07 01:20:39.085 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-1867f1c5-a83f-4878-a2f9-c085f9a6f9f3'] response: {'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'caa261fd-b4fe-4902-942b-15285ddd7a1c', 'code': 200} 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Mechanism driver 'ovn' failed in update_port_postcommit: oslo_db.exception.DBReferenceError: (pymysql.err.IntegrityError) (1452, 'Cannot add or update a child row: a foreign key constraint fails (`neutron`.`ovn_revision_numbers`, CONSTRAINT `ovn_revision_numbers_ibfk_1` FOREIGN KEY (`standard_attr_id`) REFERENCES `standardattributes` (`id`) ON DELETE SET NULL)') [SQL: UPDATE ovn_revision_numbers SET standard_attr_id=%(standard_attr_id)s, revision_number=%(revision_number)s, updated_at=now() WHERE ovn_revision_numbers.resource_uuid = %(ovn_revision_numbers_resource_uuid)s AND ovn_revision_numbers.resource_type = %(ovn_revision_numbers_resource_type)s] [parameters: {'standard_attr_id': 1048, 'revision_number': 7, 'ovn_revision_numbers_resource_uuid': 'caa261fd-b4fe-4902-942b-15285ddd7a1c', 'ovn_revision_numbers_resource_type': 'ports'}] (Background on this error at: https://sqlalche.me/e/14/gkpj) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1900, in _execute_context 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers self.dialect.do_execute( 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 732, in do_execute 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers cursor.execute(statement, parameters) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/cursors.py", line 148, in execute 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers result = self._query(query) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/cursors.py", line 310, in _query 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers conn.query(q) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 548, in query 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers self._affected_rows = self._read_query_result(unbuffered=unbuffered) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_query_result 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers result.read() 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 1156, in read 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers first_packet = self.connection._read_packet() 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 725, in _read_packet 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers packet.raise_for_error() 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/protocol.py", line 221, in raise_for_error 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers err.raise_mysql_exception(self._data) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/err.py", line 143, in raise_mysql_exception 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers raise errorclass(errno, errval) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers pymysql.err.IntegrityError: (1452, 'Cannot add or update a child row: a foreign key constraint fails (`neutron`.`ovn_revision_numbers`, CONSTRAINT `ovn_revision_numbers_ibfk_1` FOREIGN KEY (`standard_attr_id`) REFERENCES `standardattributes` (`id`) ON DELETE SET NULL)') 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers The above exception was the direct cause of the following exception: 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 497, in _call_on_drivers 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers getattr(driver.obj, method_name)(context) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py", line 874, in update_port_postcommit 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers self._ovn_update_port(context._plugin_context, port, original_port, 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py", line 757, in _ovn_update_port 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers self._ovn_client.update_port(plugin_context, port, 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_client.py", line 879, in update_port 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers db_rev.bump_revision(context, port, ovn_const.TYPE_PORTS) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 226, in wrapped 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 140, in wrapped 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 138, in wrapped 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 186, in wrapped 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 184, in wrapped 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/ovn_revision_numbers_db.py", line 190, in bump_revision 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers context.session.merge(row) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 2987, in merge 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers self._autoflush() 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 2246, in _autoflush 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers self.flush() 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 3383, in flush 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers self._flush(objects) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 3522, in _flush 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers with util.safe_reraise(): 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/util/langhelpers.py", line 70, in __exit__ 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers compat.raise_( 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/util/compat.py", line 208, in raise_ 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers raise exception 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 3483, in _flush 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers flush_context.execute() 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 456, in execute 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers rec.execute(self) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 630, in execute 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers util.preloaded.orm_persistence.save_obj( 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 237, in save_obj 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers _emit_update_statements( 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 1001, in _emit_update_statements 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers c = connection._execute_20( 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1705, in _execute_20 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers return meth(self, args_10style, kwargs_10style, execution_options) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/sql/elements.py", line 333, in _execute_on_connection 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers return connection._execute_clauseelement( 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1572, in _execute_clauseelement 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers ret = self._execute_context( 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1943, in _execute_context 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers self._handle_dbapi_exception( 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 2122, in _handle_dbapi_exception 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers util.raise_(newraise, with_traceback=exc_info[2], from_=e) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/util/compat.py", line 208, in raise_ 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers raise exception 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1900, in _execute_context 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers self.dialect.do_execute( 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 732, in do_execute 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers cursor.execute(statement, parameters) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/cursors.py", line 148, in execute 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers result = self._query(query) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/cursors.py", line 310, in _query 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers conn.query(q) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 548, in query 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers self._affected_rows = self._read_query_result(unbuffered=unbuffered) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_query_result 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers result.read() 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 1156, in read 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers first_packet = self.connection._read_packet() 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 725, in _read_packet 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers packet.raise_for_error() 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/protocol.py", line 221, in raise_for_error 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers err.raise_mysql_exception(self._data) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/err.py", line 143, in raise_mysql_exception 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers raise errorclass(errno, errval) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers oslo_db.exception.DBReferenceError: (pymysql.err.IntegrityError) (1452, 'Cannot add or update a child row: a foreign key constraint fails (`neutron`.`ovn_revision_numbers`, CONSTRAINT `ovn_revision_numbers_ibfk_1` FOREIGN KEY (`standard_attr_id`) REFERENCES `standardattributes` (`id`) ON DELETE SET NULL)') 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers [SQL: UPDATE ovn_revision_numbers SET standard_attr_id=%(standard_attr_id)s, revision_number=%(revision_number)s, updated_at=now() WHERE ovn_revision_numbers.resource_uuid = %(ovn_revision_numbers_resource_uuid)s AND ovn_revision_numbers.resource_type = %(ovn_revision_numbers_resource_type)s] 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers [parameters: {'standard_attr_id': 1048, 'revision_number': 7, 'ovn_revision_numbers_resource_uuid': 'caa261fd-b4fe-4902-942b-15285ddd7a1c', 'ovn_revision_numbers_resource_type': 'ports'}] 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers (Background on this error at: https://sqlalche.me/e/14/gkpj) 2026-04-07 01:20:39.523 9 ERROR neutron.plugins.ml2.managers  2026-04-07 01:20:39.551 9 INFO neutron.wsgi [None req-e929c04a-f7a8-49be-b3b7-855e8c3a3982 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "DELETE /v2.0/ports/caa261fd-b4fe-4902-942b-15285ddd7a1c HTTP/1.1" status: 204 len: 173 time: 0.5673831 2026-04-07 01:20:39.639 9 INFO neutron.wsgi [req-fb88cac3-b21a-448e-bb2a-a1a0df67e451 req-d9bae822-fba4-4b49-8d03-e1692d2d79e1 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=376d36ea2fb84aeca058828a48b1fc4b&device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 2632 time: 0.0362504 2026-04-07 01:20:39.720 10 INFO neutron.wsgi [None req-88d5774e-62d3-4d7d-b88b-031542bcf70a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 2632 time: 0.0295482 2026-04-07 01:20:39.720 9 INFO neutron.wsgi [req-fb88cac3-b21a-448e-bb2a-a1a0df67e451 req-7c3caee3-1b1e-472a-ade1-15ff2dfbcf1d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=2be236a4-db8d-4f32-8d1e-c9a60f6d28f1&id=634b6ed5-5e4c-499d-8943-dc279aa2f301&id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a HTTP/1.1" status: 200 len: 2519 time: 0.0749979 2026-04-07 01:20:39.749 10 INFO neutron.pecan_wsgi.hooks.translation [None req-70970168-d01d-438d-a576-d288f856efb2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:20:39.751 10 INFO neutron.wsgi [None req-70970168-d01d-438d-a576-d288f856efb2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "DELETE /v2.0/ports/caa261fd-b4fe-4902-942b-15285ddd7a1c HTTP/1.1" status: 404 len: 338 time: 0.0245135 2026-04-07 01:20:39.756 9 INFO neutron.wsgi [req-fb88cac3-b21a-448e-bb2a-a1a0df67e451 req-8a6ba04f-1852-4587-b0de-feb46b56a7b2 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=172.24.2.180&port_id=d0849a48-ae33-4a41-9bed-8dd139ad654c HTTP/1.1" status: 200 len: 217 time: 0.0280197 2026-04-07 01:20:39.793 9 INFO neutron.wsgi [req-fb88cac3-b21a-448e-bb2a-a1a0df67e451 req-4b39b245-2703-4c03-896f-f81b7e26346e 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=99a67153-bbc9-4246-8a5e-f528b5c58e6d HTTP/1.1" status: 200 len: 829 time: 0.0323529 2026-04-07 01:20:39.813 10 INFO neutron.wsgi [None req-77d5262b-13d4-4c4d-8122-d3ccd3822c53 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0075066 2026-04-07 01:20:39.822 9 INFO neutron.wsgi [req-fb88cac3-b21a-448e-bb2a-a1a0df67e451 req-f97e97ab-792e-4789-a4d1-a416c7a0083d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=2be236a4-db8d-4f32-8d1e-c9a60f6d28f1&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0220094 2026-04-07 01:20:39.825 10 INFO neutron.wsgi [None req-128234ef-6ea6-4e05-b741-ffa56131e4a9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0079806 2026-04-07 01:20:39.833 10 INFO neutron.wsgi [None req-f635b160-5184-4f51-86aa-0813e9d4ee94 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0032592 2026-04-07 01:20:39.843 10 INFO neutron.wsgi [None req-aea34cd0-7d41-4c49-9855-93d520987e40 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0046456 2026-04-07 01:20:39.880 10 INFO neutron.wsgi [None req-97d67022-4ef1-4d37-90d6-98039f85c0a1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 851 time: 0.0312967 2026-04-07 01:20:39.882 9 INFO neutron.wsgi [req-fb88cac3-b21a-448e-bb2a-a1a0df67e451 req-559dc72d-559d-4eb8-977d-94409aa7d5f3 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/2be236a4-db8d-4f32-8d1e-c9a60f6d28f1?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0551410 2026-04-07 01:20:39.917 10 INFO neutron.wsgi [None req-b6f411c8-4b35-4dd1-b947-673c033248b0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/8731476a-cf14-40c7-8859-f8b341ebe32f HTTP/1.1" status: 200 len: 1340 time: 0.0294890 2026-04-07 01:20:39.947 9 INFO neutron.wsgi [req-fb88cac3-b21a-448e-bb2a-a1a0df67e451 req-3221c6d8-12dc-4ac5-86b9-6a284635d365 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/2be236a4-db8d-4f32-8d1e-c9a60f6d28f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0590866 2026-04-07 01:20:39.961 10 INFO neutron.wsgi [None req-5284423e-9fa1-40a8-b510-28917f387eed 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 200 len: 1471 time: 0.0369513 2026-04-07 01:20:39.979 9 INFO neutron.wsgi [req-fb88cac3-b21a-448e-bb2a-a1a0df67e451 req-7382b6b3-2941-4d26-8eee-c8cdab16eb93 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.1.1.127&port_id=339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 200 len: 217 time: 0.0259008 2026-04-07 01:20:40.009 10 INFO neutron.wsgi [None req-f9d41734-df68-45fa-8192-51c9f600b8cf 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 851 time: 0.0409882 2026-04-07 01:20:40.018 9 INFO neutron.wsgi [req-fb88cac3-b21a-448e-bb2a-a1a0df67e451 req-9db7d443-3c58-481b-92fa-799a1a0bea57 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 854 time: 0.0314188 2026-04-07 01:20:40.047 9 INFO neutron.wsgi [req-fb88cac3-b21a-448e-bb2a-a1a0df67e451 req-edd13649-37a1-48a1-b375-1336904e4615 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=634b6ed5-5e4c-499d-8943-dc279aa2f301&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0236423 2026-04-07 01:20:40.095 10 INFO neutron.wsgi [None req-601324e0-fe2a-409c-8e08-e8c499f85b55 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301 HTTP/1.1" status: 200 len: 1001 time: 0.0798492 2026-04-07 01:20:40.114 9 INFO neutron.wsgi [req-fb88cac3-b21a-448e-bb2a-a1a0df67e451 req-75399d71-f9fa-4033-b289-7a4e20e3ed74 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0608246 2026-04-07 01:20:40.140 10 INFO neutron.wsgi [None req-23e71bb6-d62e-418b-a71c-d59a246e8ea9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/8731476a-cf14-40c7-8859-f8b341ebe32f HTTP/1.1" status: 200 len: 1340 time: 0.0397580 2026-04-07 01:20:40.175 9 INFO neutron.wsgi [req-fb88cac3-b21a-448e-bb2a-a1a0df67e451 req-2756317d-9ce4-4825-9dcb-72fde3b01a2d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0539510 2026-04-07 01:20:40.182 10 INFO neutron.wsgi [None req-d54b9600-0830-4804-ad83-edb7faa20d91 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 851 time: 0.0376294 2026-04-07 01:20:41.121 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5d03c13-6560-4f68-b1e2-75adfb793fc8'] response: {'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'caa261fd-b4fe-4902-942b-15285ddd7a1c', 'code': 200} 2026-04-07 01:20:41.121 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5d03c13-6560-4f68-b1e2-75adfb793fc8'] response: {'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'name': 'network-vif-deleted', 'tag': 'caa261fd-b4fe-4902-942b-15285ddd7a1c', 'status': 'completed', 'code': 200} 2026-04-07 01:20:44.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024600 2026-04-07 01:20:44.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024521 2026-04-07 01:20:49.089 10 INFO neutron.wsgi [None req-26703a53-5201-4d1b-9458-f4e8508119f9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0076070 2026-04-07 01:20:49.097 10 INFO neutron.wsgi [None req-154ca097-5e00-422b-a758-63bbc5ff71df 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0046639 2026-04-07 01:20:49.105 10 INFO neutron.wsgi [None req-afb0930a-eeb7-40ec-b4b0-527cf219fe74 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0050988 2026-04-07 01:20:49.117 10 INFO neutron.wsgi [None req-6ed5c198-b112-468e-b8d6-96b14fad8e5a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0044653 2026-04-07 01:20:49.150 10 INFO neutron.wsgi [None req-9243c017-78ec-46cf-8404-17fefff57a31 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/security-groups?name=lb-09ef3855-8210-4a91-bfc1-4f1aee43fd0a HTTP/1.1" status: 200 len: 2939 time: 0.0265055 2026-04-07 01:20:49.176 10 INFO neutron.wsgi [None req-e49d1eba-6d62-4c26-ae95-f84b650269d6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/security-group-rules?security_group_id=26edbcb2-1f74-4ec8-a867-4303a15dc3f9 HTTP/1.1" status: 200 len: 2406 time: 0.0199916 2026-04-07 01:20:49.298 10 INFO neutron.wsgi [None req-11e81011-44a0-45f7-9896-60c23de4fd47 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "DELETE /v2.0/security-group-rules/1444d1b5-3af8-42d4-b622-38d5b4d20587 HTTP/1.1" status: 204 len: 173 time: 0.1160173 2026-04-07 01:20:49.404 10 INFO neutron.wsgi [None req-6c788c5a-e46c-4f72-88f8-ece03a67f7b3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "DELETE /v2.0/security-group-rules/6969ff2e-b171-4996-bbbe-12b4e8b7639a HTTP/1.1" status: 204 len: 173 time: 0.1005387 2026-04-07 01:20:53.896 9 INFO neutron.db.l3_db [None req-cdc340e2-308a-456a-840c-a1041d86ef3c 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Floating IP bc08fa38-1249-47c3-bd9b-a50ecc84c7c6 disassociated (deleted). External IP: 10.96.250.210, port: 8731476a-cf14-40c7-8859-f8b341ebe32f. 2026-04-07 01:20:53.959 9 INFO neutron.wsgi [None req-cdc340e2-308a-456a-840c-a1041d86ef3c 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/floatingips/bc08fa38-1249-47c3-bd9b-a50ecc84c7c6 HTTP/1.1" status: 204 len: 168 time: 0.4630833 2026-04-07 01:20:53.997 9 INFO neutron.api.v2.resource [None req-0138f365-eae2-4bac-b600-c8a31cb4d9ff 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:20:53.999 9 INFO neutron.wsgi [None req-0138f365-eae2-4bac-b600-c8a31cb4d9ff 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/floatingips/bc08fa38-1249-47c3-bd9b-a50ecc84c7c6 HTTP/1.1" status: 404 len: 345 time: 0.0342991 /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-04-07 01:20:54.293 10 INFO neutron.wsgi [None req-fff86ba4-27bc-408b-aa99-abc62574542a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0098379 2026-04-07 01:20:54.309 10 INFO neutron.wsgi [None req-2c65c90a-1df2-4907-8b2f-01c2ce7b17d7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0086529 2026-04-07 01:20:54.320 10 INFO neutron.wsgi [None req-0fecd72c-40e3-4ba9-a750-031493a4332f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0062912 2026-04-07 01:20:54.332 10 INFO neutron.wsgi [None req-b4aae694-2ac3-4537-80f9-8e89b97cca78 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0064676 2026-04-07 01:20:54.368 10 INFO neutron.wsgi [None req-0364d180-960f-446d-ba6c-d4d0979415aa 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/subnets/3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 200 len: 851 time: 0.0315003 2026-04-07 01:20:54.411 10 INFO neutron.wsgi [None req-0df9e901-7ff7-4658-901f-c0a5cea3a9cf 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 2632 time: 0.0360343 2026-04-07 01:20:54.461 10 INFO neutron.wsgi [None req-dcc88289-41da-47a8-a00e-c6d0b8f449e4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 2632 time: 0.0421221 2026-04-07 01:20:54.567 10 INFO neutron.wsgi [None req-aa5b660b-2b84-441b-af03-f08460ffc0cc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 2632 time: 0.0371790 2026-04-07 01:20:54.836 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status down for port: 339bc22d-5683-4f1b-871e-2751a5626625 2026-04-07 01:20:54.838 10 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d973d1cf-d5bc-452b-a482-37fcd50962da - - - - - -] OVN reports status down for port: 8731476a-cf14-40c7-8859-f8b341ebe32f 2026-04-07 01:20:54.926 9 INFO neutron.wsgi [req-88c393ea-13a0-4816-acb8-aab55e826451 req-f41f5293-f482-43e0-8d03-46e1006ef182 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports/339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 200 len: 1471 time: 0.0531018 2026-04-07 01:20:54.970 9 INFO neutron.wsgi [req-88c393ea-13a0-4816-acb8-aab55e826451 req-731fd819-3167-46d9-a893-35c3f8165701 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/339bc22d-5683-4f1b-871e-2751a5626625?fields=binding%3Aprofile&fields=network_id HTTP/1.1" status: 200 len: 281 time: 0.0335982 2026-04-07 01:20:55.037 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-d48ba30f-f58c-4219-a1e2-c2cdb43e36c7'] response: {'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '339bc22d-5683-4f1b-871e-2751a5626625', 'code': 200} 2026-04-07 01:20:55.109 9 INFO neutron.wsgi [req-88c393ea-13a0-4816-acb8-aab55e826451 req-81427406-ba91-4dc5-9e21-f435822bf52b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301?fields=dns_domain HTTP/1.1" status: 200 len: 227 time: 0.1329648 2026-04-07 01:20:55.269 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource 339bc22d-5683-4f1b-871e-2751a5626625 (type: ports) to 7 2026-04-07 01:20:55.515 9 INFO neutron.db.ovn_revision_numbers_db [None req-c538ffdd-0ec6-421c-986b-6c7fb72cf70f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] Successfully bumped revision number for resource 339bc22d-5683-4f1b-871e-2751a5626625 (type: ports) to 8 2026-04-07 01:20:55.530 9 INFO neutron.wsgi [None req-c538ffdd-0ec6-421c-986b-6c7fb72cf70f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - - -] 199.19.213.133 "PUT /v2.0/ports/339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 200 len: 1351 time: 0.4149520 /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-04-07 01:20:55.604 9 INFO neutron.wsgi [req-88c393ea-13a0-4816-acb8-aab55e826451 req-0719a935-d3be-46fe-9416-10f1511c6f3c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=376d36ea2fb84aeca058828a48b1fc4b&device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 1369 time: 0.0256100 2026-04-07 01:20:55.613 10 INFO neutron.wsgi [None req-49883f92-e82d-467c-99cc-344fbf8626f1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 1369 time: 0.0344012 2026-04-07 01:20:55.678 9 INFO neutron.wsgi [req-88c393ea-13a0-4816-acb8-aab55e826451 req-3d449d30-4355-4ebc-a4e1-36681831697b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=2be236a4-db8d-4f32-8d1e-c9a60f6d28f1&id=634b6ed5-5e4c-499d-8943-dc279aa2f301 HTTP/1.1" status: 200 len: 1729 time: 0.0707052 2026-04-07 01:20:55.709 9 INFO neutron.wsgi [req-88c393ea-13a0-4816-acb8-aab55e826451 req-fa1b6a0c-5920-42cb-aa73-0130c2ecd505 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=172.24.2.180&port_id=d0849a48-ae33-4a41-9bed-8dd139ad654c HTTP/1.1" status: 200 len: 217 time: 0.0261376 2026-04-07 01:20:55.750 9 INFO neutron.wsgi [req-88c393ea-13a0-4816-acb8-aab55e826451 req-c7c1ca8c-eaaf-4efc-b6a4-3fa7250c8b34 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=99a67153-bbc9-4246-8a5e-f528b5c58e6d HTTP/1.1" status: 200 len: 829 time: 0.0340118 2026-04-07 01:20:55.780 9 INFO neutron.wsgi [req-88c393ea-13a0-4816-acb8-aab55e826451 req-97de7a9b-ff76-4bf8-a9b5-ac3edced215f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=2be236a4-db8d-4f32-8d1e-c9a60f6d28f1&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0245826 2026-04-07 01:20:55.844 9 INFO neutron.wsgi [req-88c393ea-13a0-4816-acb8-aab55e826451 req-754b0633-3954-483e-b585-eb35236911b7 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/2be236a4-db8d-4f32-8d1e-c9a60f6d28f1?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0567024 2026-04-07 01:20:55.914 9 INFO neutron.wsgi [req-88c393ea-13a0-4816-acb8-aab55e826451 req-3b49c40a-9e85-4581-91c9-6cfc2e8fb5d5 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/2be236a4-db8d-4f32-8d1e-c9a60f6d28f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0640626 2026-04-07 01:20:56.031 10 INFO neutron.db.ovn_revision_numbers_db [None req-80ab787b-270e-4b8b-8174-789acdae4041 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 339bc22d-5683-4f1b-871e-2751a5626625 (type: ports) to 9 2026-04-07 01:20:56.044 10 INFO neutron.wsgi [None req-80ab787b-270e-4b8b-8174-789acdae4041 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "PUT /v2.0/ports/339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 200 len: 1290 time: 0.4254823 /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-04-07 01:20:56.086 10 INFO neutron.wsgi [None req-99098545-03e9-40d2-9177-629bfa69a9aa 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 200 len: 1290 time: 0.0352628 2026-04-07 01:20:56.441 10 INFO neutron.wsgi [None req-a9bbc42b-4b3a-472f-ad87-7d6c11418239 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "DELETE /v2.0/ports/339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 204 len: 173 time: 0.3463261 2026-04-07 01:20:56.488 10 INFO neutron.wsgi [None req-e5ef9dd0-1c2d-4afa-ad64-a79f56d92f5f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/security-group HTTP/1.1" status: 200 len: 369 time: 0.0042868 2026-04-07 01:20:56.496 10 INFO neutron.wsgi [None req-d258b10a-3d89-4539-aef9-8ffc2be92d10 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/dns-integration HTTP/1.1" status: 200 len: 371 time: 0.0034697 2026-04-07 01:20:56.504 10 INFO neutron.wsgi [None req-36517eff-2f1c-41cf-80b8-093330b0c8b5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/qos HTTP/1.1" status: 200 len: 365 time: 0.0033140 2026-04-07 01:20:56.512 10 INFO neutron.wsgi [None req-5cb1d6a3-ebd1-4692-b0ba-bf6ef7cad350 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/extensions/allowed-address-pairs HTTP/1.1" status: 200 len: 383 time: 0.0039098 2026-04-07 01:20:56.533 10 INFO neutron.pecan_wsgi.hooks.translation [None req-fcb1619d-647e-4f40-822c-8c839d562109 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] DELETE failed (client error): The resource could not be found. 2026-04-07 01:20:56.535 10 INFO neutron.wsgi [None req-fcb1619d-647e-4f40-822c-8c839d562109 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "DELETE /v2.0/ports/339bc22d-5683-4f1b-871e-2751a5626625 HTTP/1.1" status: 404 len: 338 time: 0.0172222 2026-04-07 01:20:56.564 10 INFO neutron.wsgi [None req-36d93ecf-99cc-46dd-bf9c-9e32d63458d3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/8731476a-cf14-40c7-8859-f8b341ebe32f HTTP/1.1" status: 200 len: 1333 time: 0.0222380 2026-04-07 01:20:56.594 10 INFO neutron.wsgi [None req-a6dac7c1-b5f6-41f8-8d89-5268cde10294 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/security-groups?name=lb-09ef3855-8210-4a91-bfc1-4f1aee43fd0a HTTP/1.1" status: 200 len: 1775 time: 0.0224452 2026-04-07 01:20:56.628 10 INFO neutron.wsgi [None req-bc21bf85-b021-4d40-a60a-433371046b34 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports/8731476a-cf14-40c7-8859-f8b341ebe32f HTTP/1.1" status: 200 len: 1333 time: 0.0275619 2026-04-07 01:20:56.971 10 INFO neutron.db.ovn_revision_numbers_db [None req-8adc70a8-94b1-4e01-8eda-c51cf62f4992 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] Successfully bumped revision number for resource 8731476a-cf14-40c7-8859-f8b341ebe32f (type: ports) to 17 2026-04-07 01:20:56.984 10 INFO neutron.wsgi [None req-8adc70a8-94b1-4e01-8eda-c51cf62f4992 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "PUT /v2.0/ports/8731476a-cf14-40c7-8859-f8b341ebe32f HTTP/1.1" status: 200 len: 1295 time: 0.3514142 2026-04-07 01:20:57.104 10 INFO neutron.wsgi [None req-9c735980-9343-49f6-a889-eb02c2d8c375 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "DELETE /v2.0/security-groups/26edbcb2-1f74-4ec8-a867-4303a15dc3f9 HTTP/1.1" status: 204 len: 173 time: 0.1132801 2026-04-07 01:20:57.266 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3036c5f-4fbb-420e-8f1b-a82bf52db71e'] response: {'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '339bc22d-5683-4f1b-871e-2751a5626625', 'code': 200} 2026-04-07 01:20:57.413 10 INFO neutron.wsgi [None req-ebbe1ffe-e56e-4d19-8a7b-b456522beb9c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "DELETE /v2.0/ports/8731476a-cf14-40c7-8859-f8b341ebe32f HTTP/1.1" status: 204 len: 173 time: 0.3021035 2026-04-07 01:20:57.682 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status down for port: d0849a48-ae33-4a41-9bed-8dd139ad654c 2026-04-07 01:20:57.985 9 INFO neutron.wsgi [req-4ed65de7-5edc-4040-af4b-a8583f2f1507 req-e2a6b252-0de9-4395-ac91-1927487c445d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=eb0ef17f-234d-4d66-ad88-e4fc15b49b46 HTTP/1.1" status: 200 len: 1367 time: 0.0378513 2026-04-07 01:20:57.986 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource d0849a48-ae33-4a41-9bed-8dd139ad654c (type: ports) to 5 2026-04-07 01:20:58.251 9 INFO neutron.wsgi [None req-15c64f94-b2a1-4ec4-b014-9af32e822521 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 199.19.213.133 "DELETE /v2.0/ports/d0849a48-ae33-4a41-9bed-8dd139ad654c HTTP/1.1" status: 204 len: 173 time: 0.2611816 /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-04-07 01:20:59.302 9 INFO neutron.wsgi [req-f26748d9-5c27-4a0a-8295-99b5ee1f210e req-7b394d55-892f-41a2-ba90-98975981521a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?device_id=23b499f0-3d2f-4fa6-b315-07c39b054ff2&fields=binding%3Ahost_id&fields=binding%3Avif_type HTTP/1.1" status: 200 len: 265 time: 0.0452936 2026-04-07 01:20:59.310 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7ed7d74-a996-4668-8de0-3ccabfcf25d6'] response: {'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd0849a48-ae33-4a41-9bed-8dd139ad654c', 'code': 200} 2026-04-07 01:20:59.311 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7ed7d74-a996-4668-8de0-3ccabfcf25d6'] response: {'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd0849a48-ae33-4a41-9bed-8dd139ad654c', 'code': 200} 2026-04-07 01:20:59.311 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7ed7d74-a996-4668-8de0-3ccabfcf25d6'] response: {'server_uuid': 'eb0ef17f-234d-4d66-ad88-e4fc15b49b46', 'name': 'network-vif-deleted', 'tag': 'd0849a48-ae33-4a41-9bed-8dd139ad654c', 'status': 'completed', 'code': 200} 2026-04-07 01:20:59.380 9 INFO neutron.wsgi [req-f26748d9-5c27-4a0a-8295-99b5ee1f210e req-b4e4931f-1711-470c-a5c1-e8914a7e63b1 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=84236631f02f428ca66ff0a22b82b7ca&device_id=23b499f0-3d2f-4fa6-b315-07c39b054ff2 HTTP/1.1" status: 200 len: 1582 time: 0.0402777 2026-04-07 01:20:59.612 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0016186 2026-04-07 01:20:59.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0021057 2026-04-07 01:20:59.724 9 INFO neutron.wsgi [req-f26748d9-5c27-4a0a-8295-99b5ee1f210e req-4eb3e4fd-765b-4cb8-82f0-590c3dd2449f 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a HTTP/1.1" status: 200 len: 1003 time: 0.3248174 2026-04-07 01:20:59.768 9 INFO neutron.wsgi [req-f26748d9-5c27-4a0a-8295-99b5ee1f210e req-c95a23ae-6899-48de-9017-383b15e3f7d3 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.2.1.47&port_id=5ec5122b-0a04-48e0-9ede-177b10b2054b HTTP/1.1" status: 200 len: 1058 time: 0.0378788 2026-04-07 01:20:59.806 9 INFO neutron.wsgi [req-f26748d9-5c27-4a0a-8295-99b5ee1f210e req-d5a827a5-2916-46a1-9bd3-be126390787b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aad&port_id=5ec5122b-0a04-48e0-9ede-177b10b2054b HTTP/1.1" status: 200 len: 217 time: 0.0217106 2026-04-07 01:20:59.857 9 INFO neutron.wsgi [req-f26748d9-5c27-4a0a-8295-99b5ee1f210e req-429b0bed-d2d9-4696-9b16-c382583513ef 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=9d0ea858-77bc-4e03-b8af-ab5faabb962e&id=2266f479-b201-4555-92d1-381ab64ca65e HTTP/1.1" status: 200 len: 1563 time: 0.0448625 2026-04-07 01:20:59.893 9 INFO neutron.wsgi [req-f26748d9-5c27-4a0a-8295-99b5ee1f210e req-59cf45a7-5d76-4bbf-bfda-1c9fb063b2db 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0285976 2026-04-07 01:20:59.922 9 INFO neutron.wsgi [req-f26748d9-5c27-4a0a-8295-99b5ee1f210e req-c9051955-0d00-474d-acdf-598697244f50 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0216379 2026-04-07 01:20:59.924 9 INFO neutron.db.l3_db [None req-658ccd86-e7af-467f-a7af-5e5acc2d0ffc 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Floating IP af6d7fce-6b44-4c04-812f-40bbe88f2a4a disassociated (deleted). External IP: 10.96.250.215, port: 88710423-1ff6-4c23-b99b-93de067a421c. 2026-04-07 01:20:59.990 9 INFO neutron.wsgi [None req-658ccd86-e7af-467f-a7af-5e5acc2d0ffc 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/floatingips/af6d7fce-6b44-4c04-812f-40bbe88f2a4a HTTP/1.1" status: 204 len: 168 time: 0.7834790 2026-04-07 01:21:00.001 9 INFO neutron.wsgi [req-f26748d9-5c27-4a0a-8295-99b5ee1f210e req-1aa329d3-f044-45ce-95be-c64d7a815c6c 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0705142 /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-04-07 01:21:00.031 10 INFO neutron.api.v2.resource [None req-5a8b69c3-97e3-41c7-b0d7-bdf57a64c7fc 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:21:00.033 10 INFO neutron.wsgi [None req-5a8b69c3-97e3-41c7-b0d7-bdf57a64c7fc 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/floatingips/af6d7fce-6b44-4c04-812f-40bbe88f2a4a HTTP/1.1" status: 404 len: 345 time: 0.0375490 2026-04-07 01:21:00.069 9 INFO neutron.wsgi [req-f26748d9-5c27-4a0a-8295-99b5ee1f210e req-aae2a69e-9ca5-4daa-bfca-784f956ac899 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.0611727 2026-04-07 01:21:00.236 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status down for port: 88710423-1ff6-4c23-b99b-93de067a421c 2026-04-07 01:21:00.334 10 INFO neutron.wsgi [req-b34e3bb6-0dd3-4f5b-99bc-421033fbfea3 req-9a5e0219-661d-4b13-ae1c-f18fb357e2f9 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=1b470d9a-111c-40e4-825c-92a344440b22 HTTP/1.1" status: 200 len: 1400 time: 0.1484601 2026-04-07 01:21:00.389 10 INFO neutron.wsgi [req-b34e3bb6-0dd3-4f5b-99bc-421033fbfea3 req-1328d8b5-ab50-4ea8-a10a-47abec52ca10 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=8ca5b6c9-f503-43bc-8256-2ad700120a57&fields=id&fields=name HTTP/1.1" status: 200 len: 309 time: 0.0466659 2026-04-07 01:21:00.523 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource 88710423-1ff6-4c23-b99b-93de067a421c (type: ports) to 5 2026-04-07 01:21:00.610 9 INFO neutron.wsgi [req-4d958828-b15a-403d-82f7-806184f194fa req-0499825d-74e0-478c-b26d-32ca9a4701b2 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=1b470d9a-111c-40e4-825c-92a344440b22 HTTP/1.1" status: 200 len: 1398 time: 0.1077311 /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-04-07 01:21:00.943 9 INFO neutron.wsgi [None req-e9257e21-f92f-4695-81a6-30d0ac28ef66 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 199.19.213.133 "DELETE /v2.0/ports/88710423-1ff6-4c23-b99b-93de067a421c HTTP/1.1" status: 204 len: 173 time: 0.3278224 2026-04-07 01:21:01.356 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-5255129e-3c81-4878-82e6-eccacd7d1541'] response: {'name': 'network-changed', 'server_uuid': '1b470d9a-111c-40e4-825c-92a344440b22', 'tag': '88710423-1ff6-4c23-b99b-93de067a421c', 'status': 'completed', 'code': 200} 2026-04-07 01:21:01.357 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-5255129e-3c81-4878-82e6-eccacd7d1541'] response: {'server_uuid': '1b470d9a-111c-40e4-825c-92a344440b22', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '88710423-1ff6-4c23-b99b-93de067a421c', 'code': 200} 2026-04-07 01:21:01.357 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-5255129e-3c81-4878-82e6-eccacd7d1541'] response: {'server_uuid': '1b470d9a-111c-40e4-825c-92a344440b22', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '88710423-1ff6-4c23-b99b-93de067a421c', 'code': 200} 2026-04-07 01:21:01.357 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-5255129e-3c81-4878-82e6-eccacd7d1541'] response: {'server_uuid': '1b470d9a-111c-40e4-825c-92a344440b22', 'name': 'network-vif-deleted', 'tag': '88710423-1ff6-4c23-b99b-93de067a421c', 'status': 'completed', 'code': 200} 2026-04-07 01:21:01.380 9 INFO neutron.wsgi [req-6883e46a-e15b-4795-bb98-1efeca204f4a req-08ca39a1-4ccc-48e7-a5b4-01214f27caac 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=84236631f02f428ca66ff0a22b82b7ca&device_id=1b470d9a-111c-40e4-825c-92a344440b22 HTTP/1.1" status: 200 len: 210 time: 0.0182307 2026-04-07 01:21:01.490 9 INFO neutron.wsgi [req-6883e46a-e15b-4795-bb98-1efeca204f4a req-273e0aea-b3e0-42e4-b213-75a594c1df57 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?tenant_id=84236631f02f428ca66ff0a22b82b7ca&shared=False HTTP/1.1" status: 200 len: 2585 time: 0.1028481 2026-04-07 01:21:01.591 9 INFO neutron.wsgi [req-6883e46a-e15b-4795-bb98-1efeca204f4a req-111e462e-667c-426c-875a-422b9b0a8a76 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?shared=True HTTP/1.1" status: 200 len: 952 time: 0.0946803 2026-04-07 01:21:05.832 9 INFO neutron.db.l3_db [None req-67f62379-e754-4496-8df3-5801eea92000 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] Floating IP a0a0aed6-fa12-4013-960a-3e7b4d21d9fb disassociated (deleted). External IP: 10.96.250.209, port: 5ec5122b-0a04-48e0-9ede-177b10b2054b. 2026-04-07 01:21:05.876 9 INFO neutron.wsgi [None req-67f62379-e754-4496-8df3-5801eea92000 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/floatingips/a0a0aed6-fa12-4013-960a-3e7b4d21d9fb HTTP/1.1" status: 204 len: 168 time: 0.4193406 /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-04-07 01:21:05.913 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee53fc5a-ed69-4764-8db1-efded5880d8f'] response: {'name': 'network-changed', 'server_uuid': '23b499f0-3d2f-4fa6-b315-07c39b054ff2', 'tag': '5ec5122b-0a04-48e0-9ede-177b10b2054b', 'status': 'completed', 'code': 200} 2026-04-07 01:21:05.919 10 INFO neutron.api.v2.resource [None req-1188e3da-f674-4c0e-89ba-5f1f0b16a76a 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:21:05.920 10 INFO neutron.wsgi [None req-1188e3da-f674-4c0e-89ba-5f1f0b16a76a 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/floatingips/a0a0aed6-fa12-4013-960a-3e7b4d21d9fb HTTP/1.1" status: 404 len: 345 time: 0.0377703 2026-04-07 01:21:05.970 9 INFO neutron.wsgi [req-db46c5aa-c3f0-490c-b12a-bd314aab87ff req-fdc95078-6847-4c5c-b88b-0952c8abbd78 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?tenant_id=84236631f02f428ca66ff0a22b82b7ca&device_id=23b499f0-3d2f-4fa6-b315-07c39b054ff2 HTTP/1.1" status: 200 len: 1582 time: 0.0352175 2026-04-07 01:21:06.039 9 INFO neutron.wsgi [req-db46c5aa-c3f0-490c-b12a-bd314aab87ff req-b21b5fb7-5138-4574-8254-032ac6440b46 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks?id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a HTTP/1.1" status: 200 len: 1003 time: 0.0642829 2026-04-07 01:21:06.072 9 INFO neutron.wsgi [req-db46c5aa-c3f0-490c-b12a-bd314aab87ff req-b6bb25b5-f901-4efa-b33b-5f5c35209e5d 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=10.2.1.47&port_id=5ec5122b-0a04-48e0-9ede-177b10b2054b HTTP/1.1" status: 200 len: 217 time: 0.0271151 2026-04-07 01:21:06.111 9 INFO neutron.wsgi [req-db46c5aa-c3f0-490c-b12a-bd314aab87ff req-c0e58849-2ac2-4050-a011-14f61bee2b5b 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aad&port_id=5ec5122b-0a04-48e0-9ede-177b10b2054b HTTP/1.1" status: 200 len: 217 time: 0.0309989 2026-04-07 01:21:06.148 9 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] OVN reports status down for port: 5ec5122b-0a04-48e0-9ede-177b10b2054b 2026-04-07 01:21:06.175 9 INFO neutron.wsgi [req-db46c5aa-c3f0-490c-b12a-bd314aab87ff req-1469bfb5-dfc3-4d6a-b22c-fe431c6fc514 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/subnets?id=9d0ea858-77bc-4e03-b8af-ab5faabb962e&id=2266f479-b201-4555-92d1-381ab64ca65e HTTP/1.1" status: 200 len: 1563 time: 0.0567842 2026-04-07 01:21:06.209 9 INFO neutron.wsgi [req-db46c5aa-c3f0-490c-b12a-bd314aab87ff req-70b8f46e-42a4-40b8-b44b-c8bbdbf5226a 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0239213 2026-04-07 01:21:06.245 9 INFO neutron.wsgi [req-db46c5aa-c3f0-490c-b12a-bd314aab87ff req-60833e04-22e5-4e42-a9b7-17b642f44829 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/ports?network_id=a003c6d5-0ce9-442d-98a6-c3896ae9ee4a&device_owner=network%3Adhcp HTTP/1.1" status: 200 len: 210 time: 0.0271151 2026-04-07 01:21:06.305 9 INFO neutron.wsgi [req-498bb992-762e-47ce-a129-9a46432790a4 req-42c838e9-2ed7-421e-90e5-057b36fd8b71 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.171 "GET /v2.0/ports?device_id=23b499f0-3d2f-4fa6-b315-07c39b054ff2 HTTP/1.1" status: 200 len: 1392 time: 0.2162511 2026-04-07 01:21:06.356 9 INFO neutron.wsgi [req-db46c5aa-c3f0-490c-b12a-bd314aab87ff req-94dd44e4-a182-4cc1-902f-fb7ec69cebd9 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=segments HTTP/1.1" status: 200 len: 212 time: 0.0980070 2026-04-07 01:21:06.379 9 INFO neutron.wsgi [req-498bb992-762e-47ce-a129-9a46432790a4 req-558c164e-3b7d-4488-8e17-1b9b1895ae12 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.171 "GET /v2.0/security-groups?id=8ca5b6c9-f503-43bc-8256-2ad700120a57&fields=id&fields=name HTTP/1.1" status: 200 len: 309 time: 0.0635121 2026-04-07 01:21:06.470 9 INFO neutron.wsgi [req-db46c5aa-c3f0-490c-b12a-bd314aab87ff req-cad76c24-002e-4167-bcac-5b10fd75a4e8 0af61b1f3a0f4b8396f868ae7c7a61d9 e4f484039e694525971575f21e0e6b00 - - 0041f4aab5cb4ad2b9d4fd8d7cd3dc10 0041f4aab5cb4ad2b9d4fd8d7cd3dc10] 199.19.213.133 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type HTTP/1.1" status: 200 len: 277 time: 0.1056180 2026-04-07 01:21:06.475 9 INFO neutron.wsgi [req-7fa4b0ce-d6ee-4b37-82ca-5dfcb9ff5e20 req-71855cc1-3b69-4751-99d2-4f983c4f33ed 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 199.19.213.133 "GET /v2.0/ports?device_id=23b499f0-3d2f-4fa6-b315-07c39b054ff2 HTTP/1.1" status: 200 len: 1390 time: 0.0614171 2026-04-07 01:21:06.637 9 INFO neutron.db.ovn_revision_numbers_db [None req-126ef58e-08ad-43f9-a7ec-660b06e6fa23 - - - - - -] Successfully bumped revision number for resource 5ec5122b-0a04-48e0-9ede-177b10b2054b (type: ports) to 5 2026-04-07 01:21:06.832 9 INFO neutron.wsgi [None req-329ab118-28bc-4d4c-b1bd-6b6e2e28a072 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 199.19.213.133 "DELETE /v2.0/ports/5ec5122b-0a04-48e0-9ede-177b10b2054b HTTP/1.1" status: 204 len: 173 time: 0.3520977 2026-04-07 01:21:07.959 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-dee1e653-c6bd-4fe4-b44e-a4d26bf72e5b'] response: {'server_uuid': '23b499f0-3d2f-4fa6-b315-07c39b054ff2', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '5ec5122b-0a04-48e0-9ede-177b10b2054b', 'code': 200} 2026-04-07 01:21:07.959 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-dee1e653-c6bd-4fe4-b44e-a4d26bf72e5b'] response: {'server_uuid': '23b499f0-3d2f-4fa6-b315-07c39b054ff2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5ec5122b-0a04-48e0-9ede-177b10b2054b', 'code': 200} 2026-04-07 01:21:07.960 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-dee1e653-c6bd-4fe4-b44e-a4d26bf72e5b'] response: {'server_uuid': '23b499f0-3d2f-4fa6-b315-07c39b054ff2', 'name': 'network-vif-deleted', 'tag': '5ec5122b-0a04-48e0-9ede-177b10b2054b', 'status': 'completed', 'code': 200} 2026-04-07 01:21:11.548 10 INFO neutron.wsgi [None req-4b482610-084f-43d9-9ffa-6597ae501630 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/security-group-rules/ecf4a5f8-bc0c-4ce9-a430-f5048717dbfd HTTP/1.1" status: 204 len: 168 time: 0.1076005 2026-04-07 01:21:11.561 10 INFO neutron.api.v2.resource [None req-802828e2-f1f1-4e0b-8448-ef9d68e4ca40 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:21:11.563 10 INFO neutron.wsgi [None req-802828e2-f1f1-4e0b-8448-ef9d68e4ca40 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/security-group-rules/ecf4a5f8-bc0c-4ce9-a430-f5048717dbfd HTTP/1.1" status: 404 len: 356 time: 0.0101657 2026-04-07 01:21:11.675 10 INFO neutron.wsgi [None req-85a5db46-1e7a-4689-926c-cd0d6f0da6bd 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/security-group-rules/2c8ad353-dd91-404c-babf-cf0566cfec88 HTTP/1.1" status: 204 len: 168 time: 0.1077378 2026-04-07 01:21:11.688 10 INFO neutron.api.v2.resource [None req-9bbc0a95-3b78-44b1-bb58-3b7513e8055d 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:21:11.689 10 INFO neutron.wsgi [None req-9bbc0a95-3b78-44b1-bb58-3b7513e8055d 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/security-group-rules/2c8ad353-dd91-404c-babf-cf0566cfec88 HTTP/1.1" status: 404 len: 356 time: 0.0109575 2026-04-07 01:21:11.797 10 INFO neutron.wsgi [None req-5704d605-8929-4bbf-a05b-bd37c4932d31 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/security-group-rules/6ca3c308-3cb3-4233-ab18-8199744326a7 HTTP/1.1" status: 204 len: 168 time: 0.1045125 2026-04-07 01:21:11.815 10 INFO neutron.api.v2.resource [None req-03cd7b5e-f1fa-41b8-b94f-3c8347357ee5 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:21:11.816 10 INFO neutron.wsgi [None req-03cd7b5e-f1fa-41b8-b94f-3c8347357ee5 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/security-group-rules/6ca3c308-3cb3-4233-ab18-8199744326a7 HTTP/1.1" status: 404 len: 356 time: 0.0144749 /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-04-07 01:21:11.831 10 INFO neutron.wsgi [None req-2c807f00-4e46-416e-bdb2-2e9f105b03ad 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 193 time: 0.0713398 2026-04-07 01:21:11.842 10 INFO neutron.wsgi [None req-4e8eb6f8-0619-4301-b832-318cc45ae47e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 3364 time: 0.0109015 2026-04-07 01:21:11.924 10 INFO neutron.wsgi [None req-d0e794f0-282e-490b-be8e-3b22c373e7fc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 25766 time: 0.0794022 2026-04-07 01:21:11.976 10 INFO neutron.wsgi [None req-5a09e9d6-489d-4c5f-bdcc-c3437fe9ed3e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 5497 time: 0.0433681 2026-04-07 01:21:12.022 10 INFO neutron.wsgi [None req-85c33a81-83e3-4340-b723-000c729c9432 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 12593 time: 0.0448570 2026-04-07 01:21:12.048 10 INFO neutron.wsgi [None req-cb377635-12ff-4bfa-92f8-14ceed5ec6c6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0176585 2026-04-07 01:21:12.087 10 INFO neutron.wsgi [None req-eeae916d-a196-422a-93a1-797f7049580f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 5497 time: 0.0382521 2026-04-07 01:21:12.101 10 INFO neutron.wsgi [None req-e9e44d8f-e230-48ec-83dd-99d69667befc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0110600 2026-04-07 01:21:12.162 10 INFO neutron.wsgi [None req-d7d69287-05d5-4a64-8b54-8f04ba9f663e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 4721 time: 0.0605164 2026-04-07 01:21:12.214 9 INFO neutron.wsgi [None req-b196e150-35af-40aa-811d-89ea24c59f39 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/security-group-rules/438686ea-9e43-47fc-896f-7af36b9c07ea HTTP/1.1" status: 204 len: 168 time: 0.3925242 2026-04-07 01:21:12.227 9 INFO neutron.api.v2.resource [None req-fb1aa981-e3f3-4794-8924-63c6d3837191 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:21:12.228 9 INFO neutron.wsgi [None req-fb1aa981-e3f3-4794-8924-63c6d3837191 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/security-group-rules/438686ea-9e43-47fc-896f-7af36b9c07ea HTTP/1.1" status: 404 len: 356 time: 0.0092552 2026-04-07 01:21:12.232 10 INFO neutron.wsgi [None req-b79c61c5-a72f-4e2a-8bea-b2b573363912 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 850 time: 0.0656669 2026-04-07 01:21:12.244 10 INFO neutron.wsgi [None req-8536f9b9-0382-48d6-905a-5a0d95234ee4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0109048 2026-04-07 01:21:12.326 9 INFO neutron.wsgi [None req-211650aa-7d4e-4a9d-8d65-7dd17e348295 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/security-group-rules/09fed133-3a4e-4ff6-92aa-50d16b8235a0 HTTP/1.1" status: 204 len: 168 time: 0.0943043 2026-04-07 01:21:12.342 10 INFO neutron.api.v2.resource [None req-8d50d1dd-c4cc-409d-85b0-5aabfa835ee4 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:21:12.343 10 INFO neutron.wsgi [None req-8d50d1dd-c4cc-409d-85b0-5aabfa835ee4 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/security-group-rules/09fed133-3a4e-4ff6-92aa-50d16b8235a0 HTTP/1.1" status: 404 len: 356 time: 0.0105529 2026-04-07 01:21:12.439 10 INFO neutron.wsgi [None req-78c70017-e2e0-4857-bcdb-8a5c1d077e95 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/security-group-rules/816b1717-9856-418e-a037-921a8b84104a HTTP/1.1" status: 204 len: 168 time: 0.0916741 2026-04-07 01:21:12.454 10 INFO neutron.api.v2.resource [None req-f4d46fe6-0cb5-4e85-93c9-507cce82db4b 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:21:12.455 10 INFO neutron.wsgi [None req-f4d46fe6-0cb5-4e85-93c9-507cce82db4b 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/security-group-rules/816b1717-9856-418e-a037-921a8b84104a HTTP/1.1" status: 404 len: 356 time: 0.0125098 2026-04-07 01:21:12.558 10 INFO neutron.wsgi [None req-1adaf4d0-bab0-4235-a7aa-137d3eb308a6 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/security-group-rules/4fb54ba6-f70c-4244-bf0c-177df445ed97 HTTP/1.1" status: 204 len: 168 time: 0.0984859 2026-04-07 01:21:12.574 10 INFO neutron.api.v2.resource [None req-45018973-e581-402a-a90d-913f257371ad 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:21:12.575 10 INFO neutron.wsgi [None req-45018973-e581-402a-a90d-913f257371ad 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/security-group-rules/4fb54ba6-f70c-4244-bf0c-177df445ed97 HTTP/1.1" status: 404 len: 356 time: 0.0112441 2026-04-07 01:21:12.697 10 INFO neutron.wsgi [None req-51b103ba-72fd-43a6-a9e1-50ab1438de0e 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/security-group-rules/ad945297-16c4-41b3-914b-68b7ff301baa HTTP/1.1" status: 204 len: 168 time: 0.1168108 2026-04-07 01:21:12.718 10 INFO neutron.api.v2.resource [None req-46048c82-2df5-40cd-abd7-8bc97740d39f 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:21:12.720 10 INFO neutron.wsgi [None req-46048c82-2df5-40cd-abd7-8bc97740d39f 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/security-group-rules/ad945297-16c4-41b3-914b-68b7ff301baa HTTP/1.1" status: 404 len: 356 time: 0.0188277 2026-04-07 01:21:12.839 10 INFO neutron.wsgi [None req-f31bf00d-1fff-4ba8-b9dd-bffeb0e299b7 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/security-group-rules/2525792e-dc7f-46b7-9ac8-9923a483f75e HTTP/1.1" status: 204 len: 168 time: 0.1151319 2026-04-07 01:21:12.855 10 INFO neutron.api.v2.resource [None req-2e2350df-10ce-4884-a491-6581de6067b7 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:21:12.856 10 INFO neutron.wsgi [None req-2e2350df-10ce-4884-a491-6581de6067b7 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/security-group-rules/2525792e-dc7f-46b7-9ac8-9923a483f75e HTTP/1.1" status: 404 len: 356 time: 0.0122354 2026-04-07 01:21:12.961 10 INFO neutron.wsgi [None req-08b76b3b-6eb9-43b4-ad0e-945a690a23f5 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/security-group-rules/f7023a1f-5653-4ad2-b73b-62db841bbf5a HTTP/1.1" status: 204 len: 168 time: 0.0989916 2026-04-07 01:21:12.980 10 INFO neutron.api.v2.resource [None req-3805257a-40ec-43f8-92c8-9305ca38d1ff 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:21:12.982 10 INFO neutron.wsgi [None req-3805257a-40ec-43f8-92c8-9305ca38d1ff 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/security-group-rules/f7023a1f-5653-4ad2-b73b-62db841bbf5a HTTP/1.1" status: 404 len: 356 time: 0.0154152 2026-04-07 01:21:13.087 10 INFO neutron.wsgi [None req-eaf7a735-13fb-4c19-9d06-f78e986dd189 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/security-group-rules/38144790-70c6-4b0a-bea5-26222bcf0c0a HTTP/1.1" status: 204 len: 168 time: 0.1006610 2026-04-07 01:21:13.107 10 INFO neutron.api.v2.resource [None req-cc7bd7f8-dc88-4d9d-9b21-32b4b3e6ab65 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:21:13.108 10 INFO neutron.wsgi [None req-cc7bd7f8-dc88-4d9d-9b21-32b4b3e6ab65 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/security-group-rules/38144790-70c6-4b0a-bea5-26222bcf0c0a HTTP/1.1" status: 404 len: 356 time: 0.0143809 2026-04-07 01:21:13.250 10 INFO neutron.wsgi [None req-f9abc1e1-20ed-43a1-bd01-ad57b623f27a 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/8ca5b6c9-f503-43bc-8256-2ad700120a57 HTTP/1.1" status: 204 len: 168 time: 0.1362939 2026-04-07 01:21:13.265 10 INFO neutron.api.v2.resource [None req-0fdd0be1-8fe3-4142-ada0-3e85c10d39f6 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:21:13.266 10 INFO neutron.wsgi [None req-0fdd0be1-8fe3-4142-ada0-3e85c10d39f6 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/security-groups/8ca5b6c9-f503-43bc-8256-2ad700120a57 HTTP/1.1" status: 404 len: 347 time: 0.0115037 2026-04-07 01:21:14.328 9 INFO neutron.wsgi [None req-9cba90d2-66c6-4bd4-bcbd-64d35adda23c 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "PUT /v2.0/routers/b5a3b6d2-1031-4602-9694-ce2823d36fb4/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 1.0111001 /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-04-07 01:21:14.491 9 INFO neutron.api.v2.resource [None req-42c44a3e-abae-42ba-900f-faec233ff806 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] remove_router_interface failed (client error): The resource could not be found. 2026-04-07 01:21:14.493 9 INFO neutron.wsgi [None req-42c44a3e-abae-42ba-900f-faec233ff806 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "PUT /v2.0/routers/b5a3b6d2-1031-4602-9694-ce2823d36fb4/remove_router_interface HTTP/1.1" status: 404 len: 399 time: 0.1594892 2026-04-07 01:21:14.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0025265 2026-04-07 01:21:14.616 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0019031 2026-04-07 01:21:15.406 9 INFO neutron.wsgi [None req-5d062e10-8afe-4a7d-a955-8bfd659f211e 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "PUT /v2.0/routers/b5a3b6d2-1031-4602-9694-ce2823d36fb4/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 0.9089894 2026-04-07 01:21:15.519 10 INFO neutron.api.v2.resource [None req-4b1bcee8-a058-41b3-a13d-667edd97eb0b 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] remove_router_interface failed (client error): The resource could not be found. 2026-04-07 01:21:15.520 10 INFO neutron.wsgi [None req-4b1bcee8-a058-41b3-a13d-667edd97eb0b 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "PUT /v2.0/routers/b5a3b6d2-1031-4602-9694-ce2823d36fb4/remove_router_interface HTTP/1.1" status: 404 len: 399 time: 0.1080375 2026-04-07 01:21:16.695 10 INFO neutron.wsgi [None req-dcbc10c4-23da-4624-a08e-cfed7d655e85 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "PUT /v2.0/routers/b5a3b6d2-1031-4602-9694-ce2823d36fb4/remove_router_interface HTTP/1.1" status: 200 len: 503 time: 1.1712096 /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-04-07 01:21:16.823 10 INFO neutron.api.v2.resource [None req-d2a1f54e-5e3a-43a0-a414-6fa1f0f00845 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] remove_router_interface failed (client error): The resource could not be found. 2026-04-07 01:21:16.824 10 INFO neutron.wsgi [None req-d2a1f54e-5e3a-43a0-a414-6fa1f0f00845 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "PUT /v2.0/routers/b5a3b6d2-1031-4602-9694-ce2823d36fb4/remove_router_interface HTTP/1.1" status: 404 len: 399 time: 0.1240673 2026-04-07 01:21:17.449 10 INFO neutron.wsgi [None req-70dbf194-c28d-4c05-b6ac-13df215572a1 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/routers/b5a3b6d2-1031-4602-9694-ce2823d36fb4 HTTP/1.1" status: 204 len: 168 time: 0.6200845 2026-04-07 01:21:17.483 10 INFO neutron.api.v2.resource [None req-4c16d15b-45cb-4b6d-862b-5c1f4906b785 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:21:17.484 10 INFO neutron.wsgi [None req-4c16d15b-45cb-4b6d-862b-5c1f4906b785 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/routers/b5a3b6d2-1031-4602-9694-ce2823d36fb4 HTTP/1.1" status: 404 len: 336 time: 0.0299442 2026-04-07 01:21:17.660 10 INFO neutron.wsgi [None req-935f1ad5-72c1-4468-85e0-71687d4384b7 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/subnets/47b334fd-d182-4dd3-bf3c-83a78c78ba1c HTTP/1.1" status: 204 len: 168 time: 0.1706376 2026-04-07 01:21:17.682 10 INFO neutron.pecan_wsgi.hooks.translation [None req-986d1bf6-e6c5-4032-b671-f42406a2983c 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] GET failed (client error): The resource could not be found. 2026-04-07 01:21:17.683 10 INFO neutron.wsgi [None req-986d1bf6-e6c5-4032-b671-f42406a2983c 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/subnets/47b334fd-d182-4dd3-bf3c-83a78c78ba1c HTTP/1.1" status: 404 len: 337 time: 0.0186682 2026-04-07 01:21:17.913 10 INFO neutron.wsgi [None req-c1ff7e9e-3a0a-429d-90a9-b96a617ff9d9 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/subnets/b96202f9-6fa9-4ce8-afd1-1af4195ed976 HTTP/1.1" status: 204 len: 168 time: 0.2247186 2026-04-07 01:21:17.935 10 INFO neutron.pecan_wsgi.hooks.translation [None req-9b2de086-c17b-4632-bb5b-d0723d5ef0c3 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] GET failed (client error): The resource could not be found. 2026-04-07 01:21:17.936 10 INFO neutron.wsgi [None req-9b2de086-c17b-4632-bb5b-d0723d5ef0c3 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/subnets/b96202f9-6fa9-4ce8-afd1-1af4195ed976 HTTP/1.1" status: 404 len: 337 time: 0.0181980 2026-04-07 01:21:18.376 10 INFO neutron.wsgi [None req-b486a5b8-ee2c-4d95-97db-de0883d5ff13 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96 HTTP/1.1" status: 204 len: 168 time: 0.4357111 /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-04-07 01:21:18.407 9 INFO neutron.pecan_wsgi.hooks.translation [None req-18126749-641f-488e-b390-95d95655b156 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] GET failed (client error): The resource could not be found. 2026-04-07 01:21:18.409 9 INFO neutron.wsgi [None req-18126749-641f-488e-b390-95d95655b156 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/networks/85c1f3cb-6797-4448-8f48-eeb6b280bc96 HTTP/1.1" status: 404 len: 339 time: 0.0266640 2026-04-07 01:21:18.450 10 INFO neutron.services.segments.plugin [-] Segment 6522d40b-4035-45f0-be17-1d304e77450b resource provider aggregate not found 2026-04-07 01:21:18.462 10 INFO neutron.services.segments.plugin [-] Segment 6522d40b-4035-45f0-be17-1d304e77450b resource provider aggregate not found 2026-04-07 01:21:18.470 10 INFO neutron.services.segments.plugin [-] Segment 6522d40b-4035-45f0-be17-1d304e77450b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6522d40b-4035-45f0-be17-1d304e77450b found for delete ", "request_id": "req-3f5c8c05-9788-4b48-9013-131d4eec647c"}]} 2026-04-07 01:21:18.476 10 INFO neutron.services.segments.plugin [-] Segment 6522d40b-4035-45f0-be17-1d304e77450b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6522d40b-4035-45f0-be17-1d304e77450b found for delete ", "request_id": "req-428b1ed8-efd1-4c9a-aa21-63c73334f0f4"}]} 2026-04-07 01:21:18.613 9 INFO neutron.wsgi [None req-4075c384-447a-4c6a-8f64-0fe479b08a6f 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/subnets/9d0ea858-77bc-4e03-b8af-ab5faabb962e HTTP/1.1" status: 204 len: 168 time: 0.1997995 2026-04-07 01:21:18.637 9 INFO neutron.pecan_wsgi.hooks.translation [None req-0346e77f-c66a-497f-ad10-978b73c6459b 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] GET failed (client error): The resource could not be found. 2026-04-07 01:21:18.638 9 INFO neutron.wsgi [None req-0346e77f-c66a-497f-ad10-978b73c6459b 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/subnets/9d0ea858-77bc-4e03-b8af-ab5faabb962e HTTP/1.1" status: 404 len: 337 time: 0.0202730 2026-04-07 01:21:18.845 9 INFO neutron.wsgi [None req-3bb28484-8983-458b-8ca0-dac42a847ec3 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/subnets/2266f479-b201-4555-92d1-381ab64ca65e HTTP/1.1" status: 204 len: 168 time: 0.2021334 2026-04-07 01:21:18.872 9 INFO neutron.pecan_wsgi.hooks.translation [None req-8418fac4-368f-439d-b5c6-2129cc9c609d 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] GET failed (client error): The resource could not be found. 2026-04-07 01:21:18.873 9 INFO neutron.wsgi [None req-8418fac4-368f-439d-b5c6-2129cc9c609d 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/subnets/2266f479-b201-4555-92d1-381ab64ca65e HTTP/1.1" status: 404 len: 337 time: 0.0239658 2026-04-07 01:21:19.323 9 INFO neutron.wsgi [None req-4b59fffd-5383-404c-bfda-0b783d227519 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a HTTP/1.1" status: 204 len: 168 time: 0.4458466 2026-04-07 01:21:19.332 9 INFO neutron.services.segments.plugin [-] Segment 98443133-5a5d-493d-a972-f52ce794b69f resource provider aggregate not found 2026-04-07 01:21:19.337 9 INFO neutron.services.segments.plugin [-] Segment 98443133-5a5d-493d-a972-f52ce794b69f resource provider aggregate not found 2026-04-07 01:21:19.351 10 INFO neutron.pecan_wsgi.hooks.translation [None req-c97abb9e-eff3-465b-bd28-c58b99d949f4 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] GET failed (client error): The resource could not be found. 2026-04-07 01:21:19.352 9 INFO neutron.services.segments.plugin [-] Segment 98443133-5a5d-493d-a972-f52ce794b69f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98443133-5a5d-493d-a972-f52ce794b69f found for delete ", "request_id": "req-eee36dcd-488e-401c-a37b-d3b7b7ab2191"}]} 2026-04-07 01:21:19.353 10 INFO neutron.wsgi [None req-c97abb9e-eff3-465b-bd28-c58b99d949f4 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/networks/a003c6d5-0ce9-442d-98a6-c3896ae9ee4a HTTP/1.1" status: 404 len: 339 time: 0.0238023 2026-04-07 01:21:19.353 9 INFO neutron.services.segments.plugin [-] Segment 98443133-5a5d-493d-a972-f52ce794b69f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98443133-5a5d-493d-a972-f52ce794b69f found for delete ", "request_id": "req-105d5945-aad6-42ec-acc9-e219dbf69c84"}]} 2026-04-07 01:21:19.553 10 INFO neutron.wsgi [None req-683be62d-f806-451b-8d86-f6cce67ab0d3 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/subnets/eaf79bb0-ac08-4896-b163-7ed55d83c295 HTTP/1.1" status: 204 len: 168 time: 0.1956229 2026-04-07 01:21:19.576 10 INFO neutron.pecan_wsgi.hooks.translation [None req-592661bd-003d-4a5b-af50-889f9b8a7dc4 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] GET failed (client error): The resource could not be found. 2026-04-07 01:21:19.578 10 INFO neutron.wsgi [None req-592661bd-003d-4a5b-af50-889f9b8a7dc4 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/subnets/eaf79bb0-ac08-4896-b163-7ed55d83c295 HTTP/1.1" status: 404 len: 337 time: 0.0193117 2026-04-07 01:21:19.785 10 INFO neutron.wsgi [None req-dcba9f8f-b7d8-48d0-b8dd-acfd0eb984bd 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/subnets/3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 204 len: 168 time: 0.2023158 2026-04-07 01:21:19.820 10 INFO neutron.pecan_wsgi.hooks.translation [None req-198ef2d7-0e92-4a14-9f38-2f7ec8e74784 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] GET failed (client error): The resource could not be found. 2026-04-07 01:21:19.822 10 INFO neutron.wsgi [None req-198ef2d7-0e92-4a14-9f38-2f7ec8e74784 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/subnets/3a5442fe-b459-44cf-8c69-2bfbfbce9a03 HTTP/1.1" status: 404 len: 337 time: 0.0329471 2026-04-07 01:21:20.287 9 INFO neutron.wsgi [None req-582ba7b9-8e18-4dfd-84f4-b5adf2f53cde 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - - -] 10.0.0.78 "DELETE /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301 HTTP/1.1" status: 204 len: 168 time: 0.4591203 2026-04-07 01:21:20.307 10 INFO neutron.pecan_wsgi.hooks.translation [None req-1205b99d-14cd-4eb6-9dd3-8ebd38811fd0 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] GET failed (client error): The resource could not be found. 2026-04-07 01:21:20.308 10 INFO neutron.wsgi [None req-1205b99d-14cd-4eb6-9dd3-8ebd38811fd0 2694feadad9a4221b86711f9c377bf8c 84236631f02f428ca66ff0a22b82b7ca - - default default] 10.0.0.78 "GET /v2.0/networks/634b6ed5-5e4c-499d-8943-dc279aa2f301 HTTP/1.1" status: 404 len: 339 time: 0.0160863 2026-04-07 01:21:21.372 9 INFO neutron.services.segments.plugin [-] Segment a8a636f3-c2d0-4cbe-a60f-e4f65af03f5e resource provider aggregate not found 2026-04-07 01:21:21.378 9 INFO neutron.services.segments.plugin [-] Segment a8a636f3-c2d0-4cbe-a60f-e4f65af03f5e resource provider aggregate not found 2026-04-07 01:21:21.394 9 INFO neutron.services.segments.plugin [-] Segment a8a636f3-c2d0-4cbe-a60f-e4f65af03f5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8a636f3-c2d0-4cbe-a60f-e4f65af03f5e found for delete ", "request_id": "req-3864871c-3567-4f9d-bbf0-cf2d2fa9a10f"}]} 2026-04-07 01:21:21.396 9 INFO neutron.services.segments.plugin [-] Segment a8a636f3-c2d0-4cbe-a60f-e4f65af03f5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8a636f3-c2d0-4cbe-a60f-e4f65af03f5e found for delete ", "request_id": "req-bc46d9c7-8c58-4285-9455-5ff921edebc2"}]} 2026-04-07 01:21:22.440 10 INFO neutron.db.ovn_revision_numbers_db [None req-c8377abc-953f-4f94-902a-6cde3a46dae5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 4e735a1c-2ad2-44df-b3c9-a86e5b95d326 (type: security_groups) to 1 2026-04-07 01:21:22.460 10 INFO neutron.wsgi [None req-c8377abc-953f-4f94-902a-6cde3a46dae5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=8df6e2ff84a64f66b1b9016cd25663aa&name=default HTTP/1.1" status: 200 len: 3000 time: 0.2948964 2026-04-07 01:21:22.644 10 INFO neutron.wsgi [None req-d1619011-6bb4-463d-a409-895e8c06ee45 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/4e735a1c-2ad2-44df-b3c9-a86e5b95d326 HTTP/1.1" status: 204 len: 168 time: 0.1782434 2026-04-07 01:21:22.811 9 INFO neutron.db.ovn_revision_numbers_db [None req-b9836150-8974-4cb8-b4a6-3db210d92c1b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 01528c0c-b93e-43f5-a07e-6e3ff5f0ac97 (type: security_groups) to 1 2026-04-07 01:21:22.833 9 INFO neutron.wsgi [None req-b9836150-8974-4cb8-b4a6-3db210d92c1b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=88625df87471486393d29c530cb9b91b&name=default HTTP/1.1" status: 200 len: 3000 time: 0.1129832 2026-04-07 01:21:23.010 9 INFO neutron.wsgi [None req-7b991172-052e-49a7-92f2-9b71f9df1362 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/01528c0c-b93e-43f5-a07e-6e3ff5f0ac97 HTTP/1.1" status: 204 len: 168 time: 0.1731653 2026-04-07 01:21:23.282 9 INFO neutron.db.ovn_revision_numbers_db [None req-6d037ad3-5f9e-4e4b-81cb-8932a3bb6083 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource ce94820b-3c2f-4806-9058-7b9086e451e6 (type: security_groups) to 1 2026-04-07 01:21:23.306 9 INFO neutron.wsgi [None req-6d037ad3-5f9e-4e4b-81cb-8932a3bb6083 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=18c5f3f5b9f5441b884c1b83fac3bf45&name=default HTTP/1.1" status: 200 len: 3000 time: 0.1328394 2026-04-07 01:21:23.509 9 INFO neutron.wsgi [None req-609f66ff-2cdc-41bb-aed0-16a11b731362 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/ce94820b-3c2f-4806-9058-7b9086e451e6 HTTP/1.1" status: 204 len: 168 time: 0.1981165 2026-04-07 01:21:23.720 10 INFO neutron.db.ovn_revision_numbers_db [None req-77c367e7-6759-489e-a25a-aacbc1e9713c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource eb46fdef-9e8d-4fcc-bb1d-26023aa9076c (type: security_groups) to 1 2026-04-07 01:21:23.747 10 INFO neutron.wsgi [None req-77c367e7-6759-489e-a25a-aacbc1e9713c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=39209afac56843da8f41879aa08647d0&name=default HTTP/1.1" status: 200 len: 3000 time: 0.1044683 2026-04-07 01:21:23.933 9 INFO neutron.wsgi [None req-d9235ff9-a629-4489-b087-117115fee5f4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/eb46fdef-9e8d-4fcc-bb1d-26023aa9076c HTTP/1.1" status: 204 len: 168 time: 0.1799107 2026-04-07 01:21:24.180 9 INFO neutron.db.ovn_revision_numbers_db [None req-7e4abadf-0fee-4920-82c1-0e51379b0861 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 28b6d00e-8dd6-4c89-826d-ad71d80d9938 (type: security_groups) to 1 2026-04-07 01:21:24.204 9 INFO neutron.wsgi [None req-7e4abadf-0fee-4920-82c1-0e51379b0861 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=107ac67c96c04a818fab6b72af8e10f3&name=default HTTP/1.1" status: 200 len: 3000 time: 0.1222327 2026-04-07 01:21:24.398 9 INFO neutron.wsgi [None req-01c2aeb9-bbc1-4999-a6d7-5eb2d6f07517 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/28b6d00e-8dd6-4c89-826d-ad71d80d9938 HTTP/1.1" status: 204 len: 168 time: 0.1853952 2026-04-07 01:21:24.943 9 INFO neutron.wsgi [None req-8473c872-af7b-42f7-a5d8-1b62dcf88321 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=84236631f02f428ca66ff0a22b82b7ca&name=default HTTP/1.1" status: 200 len: 2996 time: 0.4130137 2026-04-07 01:21:25.158 9 INFO neutron.wsgi [None req-bfe1e1ca-f69d-4c3e-8f76-8b921055b730 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/03e5a950-ba95-4bc5-9b37-b9dc38520daf HTTP/1.1" status: 204 len: 168 time: 0.2101488 2026-04-07 01:21:25.408 9 INFO neutron.db.ovn_revision_numbers_db [None req-2e3f7dfc-cda3-4b5c-9d78-98b67b498119 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 6def4581-ace4-4e9e-8db6-09bd72245dd1 (type: security_groups) to 1 2026-04-07 01:21:25.431 9 INFO neutron.wsgi [None req-2e3f7dfc-cda3-4b5c-9d78-98b67b498119 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=a0a2acf6c73f42928d3d9647545dcc65&name=default HTTP/1.1" status: 200 len: 3000 time: 0.1230037 2026-04-07 01:21:25.606 9 INFO neutron.wsgi [None req-bfad38de-68db-45fd-a5b3-9d528dbf20ba 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/6def4581-ace4-4e9e-8db6-09bd72245dd1 HTTP/1.1" status: 204 len: 168 time: 0.1708775 2026-04-07 01:21:29.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026586 2026-04-07 01:21:29.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0033445 2026-04-07 01:21:30.009 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4fd3881c-8cbe-4e82-a3c5-4407de4d386f b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] No more DHCP agents 2026-04-07 01:21:30.012 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4fd3881c-8cbe-4e82-a3c5-4407de4d386f b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:21:30.332 9 INFO neutron.db.ovn_revision_numbers_db [None req-4fd3881c-8cbe-4e82-a3c5-4407de4d386f b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] Successfully bumped revision number for resource 9d30957d-6adf-4e46-9617-23431de695db (type: floatingips) to 0 2026-04-07 01:21:30.353 9 INFO neutron.wsgi [None req-4fd3881c-8cbe-4e82-a3c5-4407de4d386f b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] 10.0.0.78 "POST /v2.0/floatingips HTTP/1.1" status: 201 len: 751 time: 0.8145375 2026-04-07 01:21:30.653 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-43a07488-2765-4fbc-83de-c8bd8d0e88bd b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] No more DHCP agents 2026-04-07 01:21:30.656 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-43a07488-2765-4fbc-83de-c8bd8d0e88bd b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:21:30.973 9 INFO neutron.db.ovn_revision_numbers_db [None req-43a07488-2765-4fbc-83de-c8bd8d0e88bd b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] Successfully bumped revision number for resource 9cea1c22-a71a-4181-a5c6-3d1cd4c25c54 (type: floatingips) to 0 2026-04-07 01:21:30.987 9 INFO neutron.wsgi [None req-43a07488-2765-4fbc-83de-c8bd8d0e88bd b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] 10.0.0.78 "POST /v2.0/floatingips HTTP/1.1" status: 201 len: 751 time: 0.6277468 2026-04-07 01:21:31.282 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b7266c69-7eb9-4b3b-b9e1-4d92a99bbb90 b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] No more DHCP agents 2026-04-07 01:21:31.284 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b7266c69-7eb9-4b3b-b9e1-4d92a99bbb90 b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:21:31.550 9 INFO neutron.db.ovn_revision_numbers_db [None req-b7266c69-7eb9-4b3b-b9e1-4d92a99bbb90 b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] Successfully bumped revision number for resource 4a5aebd6-1234-4ac0-a988-ecf66e0fdded (type: floatingips) to 0 2026-04-07 01:21:31.564 9 INFO neutron.wsgi [None req-b7266c69-7eb9-4b3b-b9e1-4d92a99bbb90 b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] 10.0.0.78 "POST /v2.0/floatingips HTTP/1.1" status: 201 len: 751 time: 0.5702398 2026-04-07 01:21:31.822 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c276a2b6-079a-4c46-93b4-edc13e00647a b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] No more DHCP agents 2026-04-07 01:21:31.825 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c276a2b6-079a-4c46-93b4-edc13e00647a b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:21:32.133 9 INFO neutron.db.ovn_revision_numbers_db [None req-c276a2b6-079a-4c46-93b4-edc13e00647a b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] Successfully bumped revision number for resource 59fc18da-8e10-4270-a0e3-342444e8aaf8 (type: floatingips) to 0 2026-04-07 01:21:32.147 9 INFO neutron.wsgi [None req-c276a2b6-079a-4c46-93b4-edc13e00647a b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] 10.0.0.78 "POST /v2.0/floatingips HTTP/1.1" status: 201 len: 751 time: 0.5782571 2026-04-07 01:21:32.415 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-39a5cab8-b3dc-4b79-936d-fbdf88be6973 b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] No more DHCP agents 2026-04-07 01:21:32.417 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-39a5cab8-b3dc-4b79-936d-fbdf88be6973 b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] Unable to schedule network 97a2ea9d-c987-4844-aa76-716df499f90b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:21:32.708 9 INFO neutron.db.ovn_revision_numbers_db [None req-39a5cab8-b3dc-4b79-936d-fbdf88be6973 b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] Successfully bumped revision number for resource 6c18bd02-b88a-4dcc-95e7-62ee30473a72 (type: floatingips) to 0 2026-04-07 01:21:32.725 9 INFO neutron.wsgi [None req-39a5cab8-b3dc-4b79-936d-fbdf88be6973 b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] 10.0.0.78 "POST /v2.0/floatingips HTTP/1.1" status: 201 len: 751 time: 0.5719738 2026-04-07 01:21:32.780 9 INFO neutron.wsgi [None req-b3a5fef6-a1ea-47b1-95af-6413a4a9678f b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] 10.0.0.78 "PUT /v2.0/floatingips/9d30957d-6adf-4e46-9617-23431de695db/tags HTTP/1.1" status: 200 len: 210 time: 0.0505776 2026-04-07 01:21:32.819 9 INFO neutron.wsgi [None req-2bbc7ec9-4073-4721-88d2-90afb59a44d2 b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] 10.0.0.78 "PUT /v2.0/floatingips/9cea1c22-a71a-4181-a5c6-3d1cd4c25c54/tags HTTP/1.1" status: 200 len: 218 time: 0.0342157 2026-04-07 01:21:32.861 9 INFO neutron.wsgi [None req-dcedc5f7-b0f5-4661-a81a-ad6440a28b4b b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] 10.0.0.78 "PUT /v2.0/floatingips/4a5aebd6-1234-4ac0-a988-ecf66e0fdded/tags HTTP/1.1" status: 200 len: 227 time: 0.0377097 2026-04-07 01:21:32.901 9 INFO neutron.wsgi [None req-71a01458-411f-4fc6-b186-094061715854 b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] 10.0.0.78 "PUT /v2.0/floatingips/59fc18da-8e10-4270-a0e3-342444e8aaf8/tags HTTP/1.1" status: 200 len: 212 time: 0.0347447 2026-04-07 01:21:33.150 9 INFO neutron.wsgi [None req-f93812a6-cda6-40fc-8c77-c6d923416b8a b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - default default] 10.0.0.78 "GET /v2.0/floatingips?tags=red HTTP/1.1" status: 200 len: 1866 time: 0.2439585 2026-04-07 01:21:33.199 9 INFO neutron.wsgi [None req-a606d4be-2c14-4eca-bc12-d572f178ae1e b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - default default] 10.0.0.78 "GET /v2.0/floatingips?tags=red%2Cblue HTTP/1.1" status: 200 len: 1323 time: 0.0441773 2026-04-07 01:21:33.248 9 INFO neutron.wsgi [None req-28345e6f-5a3a-44c7-8a29-6c7c1badeace b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - default default] 10.0.0.78 "GET /v2.0/floatingips?tags-any=blue HTTP/1.1" status: 200 len: 1323 time: 0.0447130 2026-04-07 01:21:33.286 9 INFO neutron.wsgi [None req-3e6148c1-0221-4212-b6a3-b2d3292a99a4 b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - default default] 10.0.0.78 "GET /v2.0/floatingips?tags-any=red%2Cblue HTTP/1.1" status: 200 len: 1866 time: 0.0329075 2026-04-07 01:21:33.343 9 INFO neutron.wsgi [None req-397d0738-3102-4108-bc43-f6115948db06 b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - default default] 10.0.0.78 "GET /v2.0/floatingips?not-tags=red HTTP/1.1" status: 200 len: 1295 time: 0.0525670 2026-04-07 01:21:33.401 9 INFO neutron.wsgi [None req-45cadbb5-eb15-4e78-ae7d-d9722cfe4615 b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - default default] 10.0.0.78 "GET /v2.0/floatingips?not-tags=red%2Cblue HTTP/1.1" status: 200 len: 1838 time: 0.0537448 2026-04-07 01:21:33.464 9 INFO neutron.wsgi [None req-a47126e7-5e62-447d-9f5a-1bc469eb56b7 b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - default default] 10.0.0.78 "GET /v2.0/floatingips?not-tags-any=blue HTTP/1.1" status: 200 len: 1838 time: 0.0564389 2026-04-07 01:21:33.500 9 INFO neutron.wsgi [None req-07e57b20-63b6-4307-a9b2-f4a0fb2eb278 b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - default default] 10.0.0.78 "GET /v2.0/floatingips?not-tags-any=red%2Cblue HTTP/1.1" status: 200 len: 1295 time: 0.0318484 2026-04-07 01:21:33.847 9 INFO neutron.wsgi [None req-414e29ff-d713-43c3-b131-7a9dd2ba14e7 b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] 10.0.0.78 "DELETE /v2.0/floatingips/9d30957d-6adf-4e46-9617-23431de695db HTTP/1.1" status: 204 len: 168 time: 0.3434832 2026-04-07 01:21:34.171 9 INFO neutron.wsgi [None req-b6fb620e-d39f-4818-adce-cc3fa3156437 b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] 10.0.0.78 "DELETE /v2.0/floatingips/9cea1c22-a71a-4181-a5c6-3d1cd4c25c54 HTTP/1.1" status: 204 len: 168 time: 0.3189414 2026-04-07 01:21:34.521 9 INFO neutron.wsgi [None req-ed70240d-fd98-4737-98bb-047ce4439479 b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] 10.0.0.78 "DELETE /v2.0/floatingips/4a5aebd6-1234-4ac0-a988-ecf66e0fdded HTTP/1.1" status: 204 len: 168 time: 0.3454590 2026-04-07 01:21:34.856 9 INFO neutron.wsgi [None req-734acdb0-2efa-4ae6-a9c2-4af3f941627b b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] 10.0.0.78 "DELETE /v2.0/floatingips/59fc18da-8e10-4270-a0e3-342444e8aaf8 HTTP/1.1" status: 204 len: 168 time: 0.3297024 2026-04-07 01:21:35.235 10 INFO neutron.wsgi [None req-9710e674-3800-4a07-9f90-2a44749fd71b b3cd63ee8d154e4bbcb3d708da0d0857 6180ce72d13e4b5e908a87c8acedfcae - - - -] 10.0.0.78 "DELETE /v2.0/floatingips/6c18bd02-b88a-4dcc-95e7-62ee30473a72 HTTP/1.1" status: 204 len: 168 time: 0.3723977 2026-04-07 01:21:36.293 9 INFO neutron.db.ovn_revision_numbers_db [None req-e58af939-1c96-4361-9710-3d6b59ce8d74 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 594220ae-f8a6-495d-b6e8-a0647a575687 (type: security_groups) to 1 2026-04-07 01:21:36.319 9 INFO neutron.wsgi [None req-e58af939-1c96-4361-9710-3d6b59ce8d74 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=e4c58eef9b764e56be1f29f3e487fafa&name=default HTTP/1.1" status: 200 len: 3000 time: 0.2927103 2026-04-07 01:21:36.510 9 INFO neutron.wsgi [None req-35649d84-d592-4ead-a466-3fb1065a9a2f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/594220ae-f8a6-495d-b6e8-a0647a575687 HTTP/1.1" status: 204 len: 168 time: 0.1803341 2026-04-07 01:21:36.696 10 INFO neutron.db.ovn_revision_numbers_db [None req-130e7ac1-04b9-4bf2-9bcd-a894007011bb 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource e1f09319-df56-4909-9d4e-02943a8a728f (type: security_groups) to 1 2026-04-07 01:21:36.716 10 INFO neutron.wsgi [None req-130e7ac1-04b9-4bf2-9bcd-a894007011bb 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=6180ce72d13e4b5e908a87c8acedfcae&name=default HTTP/1.1" status: 200 len: 3000 time: 0.1121023 2026-04-07 01:21:36.895 10 INFO neutron.wsgi [None req-576f165a-6938-4038-b64b-d0bfb5baaec6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/e1f09319-df56-4909-9d4e-02943a8a728f HTTP/1.1" status: 204 len: 168 time: 0.1729407 2026-04-07 01:21:37.142 9 INFO neutron.db.ovn_revision_numbers_db [None req-40bbe451-63ee-4b32-8a3a-5cf74e9fb249 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource a3658300-e1e3-4cda-8b27-5195e974cdde (type: security_groups) to 1 2026-04-07 01:21:37.169 9 INFO neutron.wsgi [None req-40bbe451-63ee-4b32-8a3a-5cf74e9fb249 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=b0c071673f194fb2b8a45d9da429ab3c&name=default HTTP/1.1" status: 200 len: 3000 time: 0.1256979 2026-04-07 01:21:37.377 9 INFO neutron.wsgi [None req-ab185739-edce-4cd1-b61b-c7a2c89dd21e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/a3658300-e1e3-4cda-8b27-5195e974cdde HTTP/1.1" status: 204 len: 168 time: 0.2034235 2026-04-07 01:21:41.573 10 INFO neutron.wsgi [None req-939aec37-eb79-4db5-b074-710a06b79f18 dc2327b58e39466ea00789ad6d6ca5cf c414567da3904f279b5b756419fea7d6 - - - -] 10.0.0.78 "POST /v2.0/qos/policies HTTP/1.1" status: 201 len: 558 time: 0.2244060 2026-04-07 01:21:41.627 10 INFO neutron.wsgi [None req-54b46ff0-531f-49b5-a723-6337339ddb2d dc2327b58e39466ea00789ad6d6ca5cf c414567da3904f279b5b756419fea7d6 - - - -] 10.0.0.78 "POST /v2.0/qos/policies HTTP/1.1" status: 201 len: 558 time: 0.0477397 2026-04-07 01:21:41.676 10 INFO neutron.wsgi [None req-3a440064-bb1f-4703-bf7c-88ceca123e11 dc2327b58e39466ea00789ad6d6ca5cf c414567da3904f279b5b756419fea7d6 - - - -] 10.0.0.78 "POST /v2.0/qos/policies HTTP/1.1" status: 201 len: 558 time: 0.0419917 2026-04-07 01:21:41.721 10 INFO neutron.wsgi [None req-c05af32b-95fb-4e21-beef-493a001218a8 dc2327b58e39466ea00789ad6d6ca5cf c414567da3904f279b5b756419fea7d6 - - - -] 10.0.0.78 "POST /v2.0/qos/policies HTTP/1.1" status: 201 len: 558 time: 0.0391760 2026-04-07 01:21:41.769 10 INFO neutron.wsgi [None req-e7acb02a-1fe9-4de8-ab87-088dc301718f dc2327b58e39466ea00789ad6d6ca5cf c414567da3904f279b5b756419fea7d6 - - - -] 10.0.0.78 "POST /v2.0/qos/policies HTTP/1.1" status: 201 len: 558 time: 0.0439272 2026-04-07 01:21:41.802 9 INFO neutron.wsgi [None req-21f7f4d9-6030-463f-bb72-5c8bc9101f60 dc2327b58e39466ea00789ad6d6ca5cf c414567da3904f279b5b756419fea7d6 - - - -] 10.0.0.78 "PUT /v2.0/policies/084067ce-0492-4f30-82de-9accd394bd75/tags HTTP/1.1" status: 200 len: 210 time: 0.0286300 2026-04-07 01:21:41.829 9 INFO neutron.wsgi [None req-985529fe-9833-4a45-92d7-c14cc19845d0 dc2327b58e39466ea00789ad6d6ca5cf c414567da3904f279b5b756419fea7d6 - - - -] 10.0.0.78 "PUT /v2.0/policies/50559599-d2a2-43d7-b154-d4c7c1941371/tags HTTP/1.1" status: 200 len: 218 time: 0.0209296 2026-04-07 01:21:41.857 9 INFO neutron.wsgi [None req-b462874f-9096-4fcb-af24-ac68c9cb6ed2 dc2327b58e39466ea00789ad6d6ca5cf c414567da3904f279b5b756419fea7d6 - - - -] 10.0.0.78 "PUT /v2.0/policies/bcd592d6-8973-422f-b884-e49b59a8f18c/tags HTTP/1.1" status: 200 len: 227 time: 0.0227628 2026-04-07 01:21:41.882 9 INFO neutron.wsgi [None req-b5f5c23b-f92d-4d71-9d19-d5f572ea35d4 dc2327b58e39466ea00789ad6d6ca5cf c414567da3904f279b5b756419fea7d6 - - - -] 10.0.0.78 "PUT /v2.0/policies/11cd5fa4-8c6e-4101-abef-636a15f5005e/tags HTTP/1.1" status: 200 len: 212 time: 0.0199103 2026-04-07 01:21:42.357 9 INFO neutron.wsgi [None req-d359de87-b0d1-4d4c-b04e-f4c45b3326c4 475948ff6cad4e23bf9d134f3280da81 6023dd45a1704bdda760f88023458d10 - - default default] 10.0.0.78 "GET /v2.0/qos/policies?tags=red HTTP/1.1" status: 200 len: 1296 time: 0.1333876 2026-04-07 01:21:42.424 9 INFO neutron.wsgi [None req-67176132-67fe-4333-bb5d-d0cc1f8e09aa 475948ff6cad4e23bf9d134f3280da81 6023dd45a1704bdda760f88023458d10 - - default default] 10.0.0.78 "GET /v2.0/qos/policies?tags=red%2Cblue HTTP/1.1" status: 200 len: 941 time: 0.0608797 2026-04-07 01:21:42.482 9 INFO neutron.wsgi [None req-0c237f4a-62c5-46d8-9903-18b7cceb9fcf 475948ff6cad4e23bf9d134f3280da81 6023dd45a1704bdda760f88023458d10 - - default default] 10.0.0.78 "GET /v2.0/qos/policies?tags-any=blue HTTP/1.1" status: 200 len: 941 time: 0.0543702 2026-04-07 01:21:42.556 9 INFO neutron.wsgi [None req-575d6330-da3b-46e2-80be-253e1be38f9a 475948ff6cad4e23bf9d134f3280da81 6023dd45a1704bdda760f88023458d10 - - default default] 10.0.0.78 "GET /v2.0/qos/policies?tags-any=red%2Cblue HTTP/1.1" status: 200 len: 1296 time: 0.0682395 2026-04-07 01:21:42.620 9 INFO neutron.wsgi [None req-df7e60e2-0398-4c5f-bca4-5fef4102ede5 475948ff6cad4e23bf9d134f3280da81 6023dd45a1704bdda760f88023458d10 - - default default] 10.0.0.78 "GET /v2.0/qos/policies?not-tags=red HTTP/1.1" status: 200 len: 913 time: 0.0584211 2026-04-07 01:21:42.699 9 INFO neutron.wsgi [None req-a861922c-a915-4e25-a9d5-336a8b3d9c13 475948ff6cad4e23bf9d134f3280da81 6023dd45a1704bdda760f88023458d10 - - default default] 10.0.0.78 "GET /v2.0/qos/policies?not-tags=red%2Cblue HTTP/1.1" status: 200 len: 1268 time: 0.0747294 2026-04-07 01:21:42.773 9 INFO neutron.wsgi [None req-09f0bd29-3292-46b6-a15e-c16189644cb8 475948ff6cad4e23bf9d134f3280da81 6023dd45a1704bdda760f88023458d10 - - default default] 10.0.0.78 "GET /v2.0/qos/policies?not-tags-any=blue HTTP/1.1" status: 200 len: 1268 time: 0.0672827 2026-04-07 01:21:42.823 9 INFO neutron.wsgi [None req-7c19cfb8-70f9-43d9-9220-8aae96363620 475948ff6cad4e23bf9d134f3280da81 6023dd45a1704bdda760f88023458d10 - - default default] 10.0.0.78 "GET /v2.0/qos/policies?not-tags-any=red%2Cblue HTTP/1.1" status: 200 len: 913 time: 0.0449288 2026-04-07 01:21:42.911 9 INFO neutron.wsgi [None req-4f95f6fa-b76c-409d-b082-abe7937f01d1 dc2327b58e39466ea00789ad6d6ca5cf c414567da3904f279b5b756419fea7d6 - - - -] 10.0.0.78 "DELETE /v2.0/qos/policies/084067ce-0492-4f30-82de-9accd394bd75 HTTP/1.1" status: 204 len: 168 time: 0.0809419 2026-04-07 01:21:42.971 9 INFO neutron.wsgi [None req-786cc49d-33bc-4d89-aaf9-e990fa71a30c dc2327b58e39466ea00789ad6d6ca5cf c414567da3904f279b5b756419fea7d6 - - - -] 10.0.0.78 "DELETE /v2.0/qos/policies/50559599-d2a2-43d7-b154-d4c7c1941371 HTTP/1.1" status: 204 len: 168 time: 0.0544455 2026-04-07 01:21:43.030 9 INFO neutron.wsgi [None req-a97500c1-d867-4120-8878-5517d0988397 dc2327b58e39466ea00789ad6d6ca5cf c414567da3904f279b5b756419fea7d6 - - - -] 10.0.0.78 "DELETE /v2.0/qos/policies/bcd592d6-8973-422f-b884-e49b59a8f18c HTTP/1.1" status: 204 len: 168 time: 0.0534663 2026-04-07 01:21:43.082 9 INFO neutron.wsgi [None req-2a27cae4-d7a9-40b6-9900-f4c2b59e46ac dc2327b58e39466ea00789ad6d6ca5cf c414567da3904f279b5b756419fea7d6 - - - -] 10.0.0.78 "DELETE /v2.0/qos/policies/11cd5fa4-8c6e-4101-abef-636a15f5005e HTTP/1.1" status: 204 len: 168 time: 0.0467978 2026-04-07 01:21:43.138 9 INFO neutron.wsgi [None req-dd84ec2e-83ba-46d6-9b9c-92175f4e7f8c dc2327b58e39466ea00789ad6d6ca5cf c414567da3904f279b5b756419fea7d6 - - - -] 10.0.0.78 "DELETE /v2.0/qos/policies/4e0b98d2-6374-40b9-a6c1-9f2c0bea8e6d HTTP/1.1" status: 204 len: 168 time: 0.0505075 2026-04-07 01:21:44.152 10 INFO neutron.db.ovn_revision_numbers_db [None req-f1f8721f-927d-4e9b-bfbd-751228755696 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource b95a43d5-4e76-4244-bd9a-9ff7ac9ba91e (type: security_groups) to 1 2026-04-07 01:21:44.175 10 INFO neutron.wsgi [None req-f1f8721f-927d-4e9b-bfbd-751228755696 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=c414567da3904f279b5b756419fea7d6&name=default HTTP/1.1" status: 200 len: 3000 time: 0.2584012 2026-04-07 01:21:44.358 10 INFO neutron.wsgi [None req-a215b748-43ca-42c6-bace-f5c84203d807 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/b95a43d5-4e76-4244-bd9a-9ff7ac9ba91e HTTP/1.1" status: 204 len: 168 time: 0.1786716 2026-04-07 01:21:44.550 9 INFO neutron.db.ovn_revision_numbers_db [None req-0bbb1508-6274-44f8-a8a4-4b397c5d943f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 667cd6d8-f298-44b7-b5fe-264921fb0205 (type: security_groups) to 1 2026-04-07 01:21:44.573 9 INFO neutron.wsgi [None req-0bbb1508-6274-44f8-a8a4-4b397c5d943f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=6023dd45a1704bdda760f88023458d10&name=default HTTP/1.1" status: 200 len: 3000 time: 0.1210418 2026-04-07 01:21:44.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0018721 2026-04-07 01:21:44.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0013351 2026-04-07 01:21:44.981 9 INFO neutron.wsgi [None req-182e90ae-4ec5-496c-86a8-c5e4d47b5002 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/667cd6d8-f298-44b7-b5fe-264921fb0205 HTTP/1.1" status: 204 len: 168 time: 0.4045610 2026-04-07 01:21:45.255 10 INFO neutron.db.ovn_revision_numbers_db [None req-1569869b-9859-449a-bb66-130bd6beb24f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 66b9c5a6-6742-4687-a697-3bef634f796e (type: security_groups) to 1 2026-04-07 01:21:45.299 10 INFO neutron.wsgi [None req-1569869b-9859-449a-bb66-130bd6beb24f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=618087efeca84adeb18eefa2b917592f&name=default HTTP/1.1" status: 200 len: 3000 time: 0.1518903 2026-04-07 01:21:45.486 9 INFO neutron.wsgi [None req-7b4e54be-c29d-4475-8f48-1b9a4bda5a10 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/66b9c5a6-6742-4687-a697-3bef634f796e HTTP/1.1" status: 204 len: 168 time: 0.1828036 2026-04-07 01:21:49.852 9 INFO neutron.db.ovn_revision_numbers_db [None req-47c925d8-057e-43df-815e-19c1f49d3074 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Successfully bumped revision number for resource d9fc99ad-761e-4ebb-a8c8-7bff5fc7b171 (type: security_groups) to 1 2026-04-07 01:21:49.900 9 INFO neutron.db.segments_db [None req-47c925d8-057e-43df-815e-19c1f49d3074 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Added segment d391faba-5370-48bd-8d7b-7b7cb27de10b of type geneve for network 9cf27473-3873-404f-a408-d01e54657054 2026-04-07 01:21:50.069 9 INFO neutron.db.ovn_revision_numbers_db [None req-47c925d8-057e-43df-815e-19c1f49d3074 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Successfully bumped revision number for resource 9cf27473-3873-404f-a408-d01e54657054 (type: networks) to 1 2026-04-07 01:21:50.278 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-47c925d8-057e-43df-815e-19c1f49d3074 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] No more DHCP agents 2026-04-07 01:21:50.283 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-47c925d8-057e-43df-815e-19c1f49d3074 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Unable to schedule network 9cf27473-3873-404f-a408-d01e54657054: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:21:50.368 9 INFO neutron.db.ovn_revision_numbers_db [None req-47c925d8-057e-43df-815e-19c1f49d3074 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Successfully bumped revision number for resource 39d3a9c4-e49e-4fad-9dd4-6815e53985b8 (type: ports) to 1 2026-04-07 01:21:50.394 9 INFO neutron.wsgi [None req-47c925d8-057e-43df-815e-19c1f49d3074 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 830 time: 0.8222940 2026-04-07 01:21:50.671 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8f3c1552-f300-448d-a4bb-fcf83bfa78b4 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] No more DHCP agents 2026-04-07 01:21:50.673 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8f3c1552-f300-448d-a4bb-fcf83bfa78b4 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Unable to schedule network 9cf27473-3873-404f-a408-d01e54657054: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:21:51.122 9 INFO neutron.db.ovn_revision_numbers_db [None req-8f3c1552-f300-448d-a4bb-fcf83bfa78b4 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Successfully bumped revision number for resource 39d3a9c4-e49e-4fad-9dd4-6815e53985b8 (type: ports) to 2 2026-04-07 01:21:51.136 9 INFO neutron.db.ovn_revision_numbers_db [None req-8f3c1552-f300-448d-a4bb-fcf83bfa78b4 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Successfully bumped revision number for resource 8a448432-2c46-4a6c-9b16-24bcade5f37f (type: subnets) to 0 2026-04-07 01:21:51.152 9 INFO neutron.wsgi [None req-8f3c1552-f300-448d-a4bb-fcf83bfa78b4 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 801 time: 0.7513738 2026-04-07 01:21:51.243 9 INFO neutron.db.segments_db [None req-8d36147c-c5a1-4d6e-a658-e148d3e6c82f 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Added segment 6227c6ed-1d11-435f-801f-ece5e9f8f3a8 of type geneve for network 165a3c7e-3802-4c27-b128-ad442d75d341 2026-04-07 01:21:51.366 9 INFO neutron.db.ovn_revision_numbers_db [None req-8d36147c-c5a1-4d6e-a658-e148d3e6c82f 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Successfully bumped revision number for resource 165a3c7e-3802-4c27-b128-ad442d75d341 (type: networks) to 1 2026-04-07 01:21:51.527 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8d36147c-c5a1-4d6e-a658-e148d3e6c82f 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] No more DHCP agents 2026-04-07 01:21:51.529 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8d36147c-c5a1-4d6e-a658-e148d3e6c82f 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Unable to schedule network 165a3c7e-3802-4c27-b128-ad442d75d341: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:21:51.585 9 INFO neutron.db.ovn_revision_numbers_db [None req-8d36147c-c5a1-4d6e-a658-e148d3e6c82f 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Successfully bumped revision number for resource 1520b1dc-b39d-4e9f-bcb6-c35c52f22cf3 (type: ports) to 1 2026-04-07 01:21:51.608 9 INFO neutron.wsgi [None req-8d36147c-c5a1-4d6e-a658-e148d3e6c82f 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 831 time: 0.4517319 2026-04-07 01:21:51.884 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ab029df9-fe83-4ae5-a3ec-b70344758997 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] No more DHCP agents 2026-04-07 01:21:51.886 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ab029df9-fe83-4ae5-a3ec-b70344758997 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Unable to schedule network 165a3c7e-3802-4c27-b128-ad442d75d341: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:21:52.362 9 INFO neutron.db.ovn_revision_numbers_db [None req-ab029df9-fe83-4ae5-a3ec-b70344758997 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Successfully bumped revision number for resource 1520b1dc-b39d-4e9f-bcb6-c35c52f22cf3 (type: ports) to 2 2026-04-07 01:21:52.379 9 INFO neutron.db.ovn_revision_numbers_db [None req-ab029df9-fe83-4ae5-a3ec-b70344758997 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Successfully bumped revision number for resource 54e4257b-22b3-470c-829a-2a0a8beca867 (type: subnets) to 0 2026-04-07 01:21:52.397 9 INFO neutron.wsgi [None req-ab029df9-fe83-4ae5-a3ec-b70344758997 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 804 time: 0.7839887 2026-04-07 01:21:52.490 9 INFO neutron.db.segments_db [None req-4b2bd90f-ef14-45c9-ab00-b5a62b7a727f 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Added segment 1be7cf99-d7e0-4d73-a53b-cd24e59c25d7 of type geneve for network 3deec6d3-ea43-4456-b7e7-bdcd0266ba7b 2026-04-07 01:21:52.621 9 INFO neutron.db.ovn_revision_numbers_db [None req-4b2bd90f-ef14-45c9-ab00-b5a62b7a727f 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Successfully bumped revision number for resource 3deec6d3-ea43-4456-b7e7-bdcd0266ba7b (type: networks) to 1 2026-04-07 01:21:52.791 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4b2bd90f-ef14-45c9-ab00-b5a62b7a727f 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] No more DHCP agents 2026-04-07 01:21:52.793 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4b2bd90f-ef14-45c9-ab00-b5a62b7a727f 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Unable to schedule network 3deec6d3-ea43-4456-b7e7-bdcd0266ba7b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:21:52.858 9 INFO neutron.db.ovn_revision_numbers_db [None req-4b2bd90f-ef14-45c9-ab00-b5a62b7a727f 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Successfully bumped revision number for resource f2f7893c-64d1-42c8-8446-3b0041fe497d (type: ports) to 1 2026-04-07 01:21:52.880 9 INFO neutron.wsgi [None req-4b2bd90f-ef14-45c9-ab00-b5a62b7a727f 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 830 time: 0.4767742 2026-04-07 01:21:53.121 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-692a4f42-552b-4c09-b2ed-87e6c1cfb980 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] No more DHCP agents 2026-04-07 01:21:53.124 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-692a4f42-552b-4c09-b2ed-87e6c1cfb980 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Unable to schedule network 3deec6d3-ea43-4456-b7e7-bdcd0266ba7b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:21:53.572 9 INFO neutron.db.ovn_revision_numbers_db [None req-692a4f42-552b-4c09-b2ed-87e6c1cfb980 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Successfully bumped revision number for resource f2f7893c-64d1-42c8-8446-3b0041fe497d (type: ports) to 2 2026-04-07 01:21:53.587 9 INFO neutron.db.ovn_revision_numbers_db [None req-692a4f42-552b-4c09-b2ed-87e6c1cfb980 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Successfully bumped revision number for resource 876cd7f3-befd-4e39-b49a-adf92dc7c9e4 (type: subnets) to 0 2026-04-07 01:21:53.604 9 INFO neutron.wsgi [None req-692a4f42-552b-4c09-b2ed-87e6c1cfb980 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 804 time: 0.7175851 2026-04-07 01:21:53.697 9 INFO neutron.db.segments_db [None req-ce178163-f3c0-4c1f-a23a-a719b92eb3ae 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Added segment 50e1a205-f30a-424e-acc5-7fa1711c18cd of type geneve for network 566c097e-a77d-440b-a685-5f35f0602265 2026-04-07 01:21:53.823 9 INFO neutron.db.ovn_revision_numbers_db [None req-ce178163-f3c0-4c1f-a23a-a719b92eb3ae 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Successfully bumped revision number for resource 566c097e-a77d-440b-a685-5f35f0602265 (type: networks) to 1 2026-04-07 01:21:53.996 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ce178163-f3c0-4c1f-a23a-a719b92eb3ae 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] No more DHCP agents 2026-04-07 01:21:53.999 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ce178163-f3c0-4c1f-a23a-a719b92eb3ae 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Unable to schedule network 566c097e-a77d-440b-a685-5f35f0602265: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:21:54.067 9 INFO neutron.db.ovn_revision_numbers_db [None req-ce178163-f3c0-4c1f-a23a-a719b92eb3ae 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Successfully bumped revision number for resource fc6261dc-7070-4660-ba93-0bcb3b21b81d (type: ports) to 1 2026-04-07 01:21:54.090 9 INFO neutron.wsgi [None req-ce178163-f3c0-4c1f-a23a-a719b92eb3ae 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 830 time: 0.4793744 2026-04-07 01:21:54.348 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6460205e-6d3b-440c-a4d6-ad080d95ee30 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] No more DHCP agents 2026-04-07 01:21:54.350 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6460205e-6d3b-440c-a4d6-ad080d95ee30 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Unable to schedule network 566c097e-a77d-440b-a685-5f35f0602265: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:21:55.051 9 INFO neutron.db.ovn_revision_numbers_db [None req-6460205e-6d3b-440c-a4d6-ad080d95ee30 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Successfully bumped revision number for resource fc6261dc-7070-4660-ba93-0bcb3b21b81d (type: ports) to 2 2026-04-07 01:21:55.068 9 INFO neutron.db.ovn_revision_numbers_db [None req-6460205e-6d3b-440c-a4d6-ad080d95ee30 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Successfully bumped revision number for resource 13101d54-7ee2-4dba-89c6-b280d5810c10 (type: subnets) to 0 2026-04-07 01:21:55.086 9 INFO neutron.wsgi [None req-6460205e-6d3b-440c-a4d6-ad080d95ee30 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 804 time: 0.9895508 2026-04-07 01:21:55.172 9 INFO neutron.db.segments_db [None req-451d9bf1-83c1-4378-ab03-993f1b8cb8d6 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Added segment c615bc16-cdbe-42b5-a364-d76ae2971dde of type geneve for network 3f913b16-8499-4b45-8b55-6053bd2fefc3 2026-04-07 01:21:55.299 9 INFO neutron.db.ovn_revision_numbers_db [None req-451d9bf1-83c1-4378-ab03-993f1b8cb8d6 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Successfully bumped revision number for resource 3f913b16-8499-4b45-8b55-6053bd2fefc3 (type: networks) to 1 2026-04-07 01:21:55.536 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-451d9bf1-83c1-4378-ab03-993f1b8cb8d6 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] No more DHCP agents 2026-04-07 01:21:55.538 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-451d9bf1-83c1-4378-ab03-993f1b8cb8d6 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Unable to schedule network 3f913b16-8499-4b45-8b55-6053bd2fefc3: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:21:55.613 9 INFO neutron.db.ovn_revision_numbers_db [None req-451d9bf1-83c1-4378-ab03-993f1b8cb8d6 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Successfully bumped revision number for resource df8c747e-0a35-4b69-9402-568188e58dd0 (type: ports) to 1 2026-04-07 01:21:55.637 9 INFO neutron.wsgi [None req-451d9bf1-83c1-4378-ab03-993f1b8cb8d6 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "POST /v2.0/networks HTTP/1.1" status: 201 len: 830 time: 0.5448031 2026-04-07 01:21:55.947 9 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0f2b97e9-d51c-49a4-9cc3-7ddc88bc0708 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] No more DHCP agents 2026-04-07 01:21:55.949 9 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0f2b97e9-d51c-49a4-9cc3-7ddc88bc0708 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Unable to schedule network 3f913b16-8499-4b45-8b55-6053bd2fefc3: no agents available; will retry on subsequent port and subnet creation events. 2026-04-07 01:21:56.445 9 INFO neutron.db.ovn_revision_numbers_db [None req-0f2b97e9-d51c-49a4-9cc3-7ddc88bc0708 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Successfully bumped revision number for resource df8c747e-0a35-4b69-9402-568188e58dd0 (type: ports) to 2 2026-04-07 01:21:56.458 9 INFO neutron.db.ovn_revision_numbers_db [None req-0f2b97e9-d51c-49a4-9cc3-7ddc88bc0708 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] Successfully bumped revision number for resource 0fc2dfb7-217d-405d-bb11-80f0ef0c2991 (type: subnets) to 0 2026-04-07 01:21:56.475 9 INFO neutron.wsgi [None req-0f2b97e9-d51c-49a4-9cc3-7ddc88bc0708 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "POST /v2.0/subnets HTTP/1.1" status: 201 len: 804 time: 0.8336658 2026-04-07 01:21:56.522 9 INFO neutron.wsgi [None req-9f594cac-7be9-48f5-971c-8138bc943f6d 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "PUT /v2.0/subnets/8a448432-2c46-4a6c-9b16-24bcade5f37f/tags HTTP/1.1" status: 200 len: 210 time: 0.0395484 2026-04-07 01:21:56.575 9 INFO neutron.wsgi [None req-6d88728f-fbf6-4d4e-a284-1706369c78a0 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "PUT /v2.0/subnets/54e4257b-22b3-470c-829a-2a0a8beca867/tags HTTP/1.1" status: 200 len: 218 time: 0.0478899 2026-04-07 01:21:56.627 9 INFO neutron.wsgi [None req-fb2b29e6-bc6d-4093-9794-231e172af4c7 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "PUT /v2.0/subnets/876cd7f3-befd-4e39-b49a-adf92dc7c9e4/tags HTTP/1.1" status: 200 len: 227 time: 0.0472550 2026-04-07 01:21:56.678 9 INFO neutron.wsgi [None req-ea5cc15e-2fdf-4443-9cfb-3eeeb5d69f23 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "PUT /v2.0/subnets/13101d54-7ee2-4dba-89c6-b280d5810c10/tags HTTP/1.1" status: 200 len: 212 time: 0.0458884 2026-04-07 01:21:56.761 9 INFO neutron.wsgi [None req-6e7a2a32-e0f0-4970-a36a-0a217c239644 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - default default] 10.0.0.78 "GET /v2.0/subnets?tags=red HTTP/1.1" status: 200 len: 2027 time: 0.0760574 2026-04-07 01:21:56.832 9 INFO neutron.wsgi [None req-b03cbb87-7db1-4577-aa8e-2ee1b8e262f2 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - default default] 10.0.0.78 "GET /v2.0/subnets?tags=red%2Cblue HTTP/1.1" status: 200 len: 1430 time: 0.0676377 2026-04-07 01:21:56.907 9 INFO neutron.wsgi [None req-e1d05a3a-d240-4b3e-a7da-05ee50dd2537 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - default default] 10.0.0.78 "GET /v2.0/subnets?tags-any=blue HTTP/1.1" status: 200 len: 1430 time: 0.0678117 2026-04-07 01:21:56.954 9 INFO neutron.wsgi [None req-0e280e39-aa34-4008-9b3c-00b3be63fe14 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - default default] 10.0.0.78 "GET /v2.0/subnets?tags-any=red%2Cblue HTTP/1.1" status: 200 len: 2027 time: 0.0434101 2026-04-07 01:21:57.019 9 INFO neutron.wsgi [None req-264e6afa-6eb1-4a8f-b639-fe1b347fd643 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - default default] 10.0.0.78 "GET /v2.0/subnets?not-tags=red HTTP/1.1" status: 200 len: 2018 time: 0.0601394 2026-04-07 01:21:57.101 9 INFO neutron.wsgi [None req-eb78e37e-d7d6-4610-aa32-d2ba7c1e8acd 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - default default] 10.0.0.78 "GET /v2.0/subnets?not-tags=red%2Cblue HTTP/1.1" status: 200 len: 2615 time: 0.0770795 2026-04-07 01:21:57.187 10 INFO neutron.wsgi [None req-dabefd0f-0220-43db-bfb4-38503c314061 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - default default] 10.0.0.78 "GET /v2.0/subnets?not-tags-any=blue HTTP/1.1" status: 200 len: 2615 time: 0.0763214 2026-04-07 01:21:57.241 10 INFO neutron.wsgi [None req-cac67e4e-7279-49bb-b911-e018237aa5b2 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - default default] 10.0.0.78 "GET /v2.0/subnets?not-tags-any=red%2Cblue HTTP/1.1" status: 200 len: 2018 time: 0.0503569 2026-04-07 01:21:57.754 10 INFO neutron.wsgi [None req-29f6a49c-9f37-4ddc-b11b-655ab5f39f38 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "DELETE /v2.0/subnets/8a448432-2c46-4a6c-9b16-24bcade5f37f HTTP/1.1" status: 204 len: 168 time: 0.5091352 2026-04-07 01:21:57.959 10 INFO neutron.wsgi [None req-2820d7b7-7b32-4107-bd50-eb0665ea121f 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "DELETE /v2.0/subnets/54e4257b-22b3-470c-829a-2a0a8beca867 HTTP/1.1" status: 204 len: 168 time: 0.2004704 2026-04-07 01:21:58.165 9 INFO neutron.wsgi [None req-89758e29-0926-4ffc-9c29-3c7847900507 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "DELETE /v2.0/subnets/876cd7f3-befd-4e39-b49a-adf92dc7c9e4 HTTP/1.1" status: 204 len: 168 time: 0.2013612 2026-04-07 01:21:58.399 9 INFO neutron.wsgi [None req-5eb7e420-c108-42b8-898b-9a60f9599a7e 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "DELETE /v2.0/subnets/13101d54-7ee2-4dba-89c6-b280d5810c10 HTTP/1.1" status: 204 len: 168 time: 0.2289753 2026-04-07 01:21:58.625 9 INFO neutron.wsgi [None req-07e891da-fbd9-4cdb-9516-d42b9f682b79 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "DELETE /v2.0/subnets/0fc2dfb7-217d-405d-bb11-80f0ef0c2991 HTTP/1.1" status: 204 len: 168 time: 0.2202697 2026-04-07 01:21:58.965 9 INFO neutron.services.segments.plugin [-] Segment d391faba-5370-48bd-8d7b-7b7cb27de10b resource provider aggregate not found 2026-04-07 01:21:58.983 9 INFO neutron.services.segments.plugin [-] Segment d391faba-5370-48bd-8d7b-7b7cb27de10b resource provider aggregate not found 2026-04-07 01:21:59.002 9 INFO neutron.services.segments.plugin [-] Segment d391faba-5370-48bd-8d7b-7b7cb27de10b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d391faba-5370-48bd-8d7b-7b7cb27de10b found for delete ", "request_id": "req-943e5502-8082-4e3d-ab50-f898f29e57bb"}]} 2026-04-07 01:21:59.004 9 INFO neutron.services.segments.plugin [-] Segment d391faba-5370-48bd-8d7b-7b7cb27de10b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d391faba-5370-48bd-8d7b-7b7cb27de10b found for delete ", "request_id": "req-c9ca47be-26df-467f-b1e3-2325393be3e1"}]} 2026-04-07 01:21:59.019 9 INFO neutron.wsgi [None req-8ce54ede-2a96-47e2-8825-6494147fa6d0 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "DELETE /v2.0/networks/9cf27473-3873-404f-a408-d01e54657054 HTTP/1.1" status: 204 len: 168 time: 0.3901529 2026-04-07 01:21:59.366 10 INFO neutron.services.segments.plugin [-] Segment 6227c6ed-1d11-435f-801f-ece5e9f8f3a8 resource provider aggregate not found 2026-04-07 01:21:59.372 10 INFO neutron.services.segments.plugin [-] Segment 6227c6ed-1d11-435f-801f-ece5e9f8f3a8 resource provider aggregate not found 2026-04-07 01:21:59.399 10 INFO neutron.services.segments.plugin [-] Segment 6227c6ed-1d11-435f-801f-ece5e9f8f3a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6227c6ed-1d11-435f-801f-ece5e9f8f3a8 found for delete ", "request_id": "req-bc6a4de7-be16-48b9-8056-f3ca52acd05a"}]} 2026-04-07 01:21:59.411 10 INFO neutron.services.segments.plugin [-] Segment 6227c6ed-1d11-435f-801f-ece5e9f8f3a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6227c6ed-1d11-435f-801f-ece5e9f8f3a8 found for delete ", "request_id": "req-02f2581a-8880-42d1-af07-a55a5fb5a21a"}]} 2026-04-07 01:21:59.432 10 INFO neutron.wsgi [None req-5310257b-2275-475e-9875-8bd7b3f2b5cb 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "DELETE /v2.0/networks/165a3c7e-3802-4c27-b128-ad442d75d341 HTTP/1.1" status: 204 len: 168 time: 0.4072509 2026-04-07 01:21:59.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026939 2026-04-07 01:21:59.617 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022008 2026-04-07 01:21:59.800 9 INFO neutron.wsgi [None req-e5bce90d-a3b4-4874-8a13-3b5f786b0ce9 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "DELETE /v2.0/networks/3deec6d3-ea43-4456-b7e7-bdcd0266ba7b HTTP/1.1" status: 204 len: 168 time: 0.3625834 2026-04-07 01:22:00.196 10 INFO neutron.wsgi [None req-69f5651a-b6a4-44ca-9078-094cb303db85 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "DELETE /v2.0/networks/566c097e-a77d-440b-a685-5f35f0602265 HTTP/1.1" status: 204 len: 168 time: 0.3902276 2026-04-07 01:22:00.915 9 INFO neutron.wsgi [None req-9b91865f-ea28-4bf1-a3d4-cbdc43c8f3b5 4267722146c0470286793f4c946d202f b4eaac1832b042659fcc52fab1f2e86c - - - -] 10.0.0.78 "DELETE /v2.0/networks/3f913b16-8499-4b45-8b55-6053bd2fefc3 HTTP/1.1" status: 204 len: 168 time: 0.7125881 2026-04-07 01:22:01.020 9 INFO neutron.services.segments.plugin [-] Segment 1be7cf99-d7e0-4d73-a53b-cd24e59c25d7 resource provider aggregate not found 2026-04-07 01:22:01.025 9 INFO neutron.services.segments.plugin [-] Segment 1be7cf99-d7e0-4d73-a53b-cd24e59c25d7 resource provider aggregate not found 2026-04-07 01:22:01.035 9 INFO neutron.services.segments.plugin [-] Segment 1be7cf99-d7e0-4d73-a53b-cd24e59c25d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1be7cf99-d7e0-4d73-a53b-cd24e59c25d7 found for delete ", "request_id": "req-31d8ca17-0ba3-41e1-a13c-cdc99b123db3"}]} 2026-04-07 01:22:01.043 9 INFO neutron.services.segments.plugin [-] Segment 1be7cf99-d7e0-4d73-a53b-cd24e59c25d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1be7cf99-d7e0-4d73-a53b-cd24e59c25d7 found for delete ", "request_id": "req-892defab-6e92-4bf0-bb10-bf6f18d318a4"}]} 2026-04-07 01:22:01.054 9 INFO neutron.services.segments.plugin [-] Segment c615bc16-cdbe-42b5-a364-d76ae2971dde resource provider aggregate not found 2026-04-07 01:22:01.063 9 INFO neutron.services.segments.plugin [-] Segment c615bc16-cdbe-42b5-a364-d76ae2971dde resource provider aggregate not found 2026-04-07 01:22:01.086 9 INFO neutron.services.segments.plugin [-] Segment c615bc16-cdbe-42b5-a364-d76ae2971dde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c615bc16-cdbe-42b5-a364-d76ae2971dde found for delete ", "request_id": "req-135a711f-d4b4-4d62-83cc-dc53f90320e8"}]} 2026-04-07 01:22:01.088 9 INFO neutron.services.segments.plugin [-] Segment c615bc16-cdbe-42b5-a364-d76ae2971dde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c615bc16-cdbe-42b5-a364-d76ae2971dde found for delete ", "request_id": "req-343cef9e-4024-4429-9c5c-8f68d4c579fa"}]} 2026-04-07 01:22:01.420 10 INFO neutron.services.segments.plugin [-] Segment 50e1a205-f30a-424e-acc5-7fa1711c18cd resource provider aggregate not found 2026-04-07 01:22:01.429 10 INFO neutron.services.segments.plugin [-] Segment 50e1a205-f30a-424e-acc5-7fa1711c18cd resource provider aggregate not found 2026-04-07 01:22:01.437 10 INFO neutron.services.segments.plugin [-] Segment 50e1a205-f30a-424e-acc5-7fa1711c18cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50e1a205-f30a-424e-acc5-7fa1711c18cd found for delete ", "request_id": "req-23634f43-9e1c-4c02-92af-ac6536f33125"}]} 2026-04-07 01:22:01.442 10 INFO neutron.services.segments.plugin [-] Segment 50e1a205-f30a-424e-acc5-7fa1711c18cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50e1a205-f30a-424e-acc5-7fa1711c18cd found for delete ", "request_id": "req-6d8611a6-aefd-4a6e-b992-99de389a9cd7"}]} 2026-04-07 01:22:02.041 10 INFO neutron.db.ovn_revision_numbers_db [None req-f9c18544-d937-4455-afac-5f43a45900d0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 77fc8abe-0e0e-46cf-8733-6df001c7ad7e (type: security_groups) to 1 2026-04-07 01:22:02.061 10 INFO neutron.wsgi [None req-f9c18544-d937-4455-afac-5f43a45900d0 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=501ee04d450643269d34bfb4e8ced327&name=default HTTP/1.1" status: 200 len: 3000 time: 0.2597349 2026-04-07 01:22:02.244 10 INFO neutron.wsgi [None req-6232df12-ab7c-42c9-bc6f-a97f47bf618f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/77fc8abe-0e0e-46cf-8733-6df001c7ad7e HTTP/1.1" status: 204 len: 168 time: 0.1778419 2026-04-07 01:22:02.426 10 INFO neutron.db.ovn_revision_numbers_db [None req-5ea26734-c827-44e4-9239-f7eaad49c91e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 5aa6bb2d-9f4f-419d-b1f0-77db642a8566 (type: security_groups) to 1 2026-04-07 01:22:02.449 10 INFO neutron.wsgi [None req-5ea26734-c827-44e4-9239-f7eaad49c91e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=0cce413c3fb141919fbdfabc5ad6bd1c&name=default HTTP/1.1" status: 200 len: 3000 time: 0.1188126 2026-04-07 01:22:02.670 10 INFO neutron.wsgi [None req-1557689a-0c40-4426-a302-adba42192317 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/5aa6bb2d-9f4f-419d-b1f0-77db642a8566 HTTP/1.1" status: 204 len: 168 time: 0.2176731 2026-04-07 01:22:02.919 9 INFO neutron.wsgi [None req-b4a58274-e1a7-4f1c-893f-c8c9b94092c4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=b4eaac1832b042659fcc52fab1f2e86c&name=default HTTP/1.1" status: 200 len: 3000 time: 0.0293658 2026-04-07 01:22:03.124 9 INFO neutron.wsgi [None req-e7dc3477-ac64-4892-83d8-eb39ae5c3ecf 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/d9fc99ad-761e-4ebb-a8c8-7bff5fc7b171 HTTP/1.1" status: 204 len: 168 time: 0.2008066 2026-04-07 01:22:06.311 10 INFO neutron.wsgi [None req-616d4cb9-47fb-47c1-97d0-6cee8f08d684 d91232f66ce94aedac794650ab9cd5e0 3341af70eae147df89a1eca36b4c7250 - - - -] 10.0.0.78 "POST /v2.0/qos/policies HTTP/1.1" status: 201 len: 558 time: 0.1881118 2026-04-07 01:22:06.350 10 INFO neutron.wsgi [None req-5ead342a-f2a0-4860-acfc-c224b045ccc7 d91232f66ce94aedac794650ab9cd5e0 3341af70eae147df89a1eca36b4c7250 - - - -] 10.0.0.78 "PUT /v2.0/policies/cffa2643-ea64-491c-9136-8c136b78ae58/tags HTTP/1.1" status: 200 len: 218 time: 0.0337372 2026-04-07 01:22:06.368 10 INFO neutron.wsgi [None req-1f9d14ca-f18e-4750-87a8-9eedd18b48b4 d91232f66ce94aedac794650ab9cd5e0 3341af70eae147df89a1eca36b4c7250 - - default default] 10.0.0.78 "GET /v2.0/policies/cffa2643-ea64-491c-9136-8c136b78ae58/tags HTTP/1.1" status: 200 len: 218 time: 0.0129397 2026-04-07 01:22:06.399 10 INFO neutron.wsgi [None req-69d5526a-21e5-4070-b1e1-36ff0b9dd213 d91232f66ce94aedac794650ab9cd5e0 3341af70eae147df89a1eca36b4c7250 - - - -] 10.0.0.78 "PUT /v2.0/policies/cffa2643-ea64-491c-9136-8c136b78ae58/tags/green HTTP/1.1" status: 201 len: 201 time: 0.0263104 2026-04-07 01:22:06.417 10 INFO neutron.wsgi [None req-2c4af115-923a-4cd6-a9d3-c72ecfd292eb d91232f66ce94aedac794650ab9cd5e0 3341af70eae147df89a1eca36b4c7250 - - default default] 10.0.0.78 "GET /v2.0/policies/cffa2643-ea64-491c-9136-8c136b78ae58/tags HTTP/1.1" status: 200 len: 227 time: 0.0130312 2026-04-07 01:22:06.437 10 INFO neutron.wsgi [None req-8c66d3ae-9654-4039-a93f-b0c0915819e6 d91232f66ce94aedac794650ab9cd5e0 3341af70eae147df89a1eca36b4c7250 - - - -] 10.0.0.78 "PUT /v2.0/policies/cffa2643-ea64-491c-9136-8c136b78ae58/tags/red HTTP/1.1" status: 201 len: 201 time: 0.0142472 2026-04-07 01:22:06.455 10 INFO neutron.wsgi [None req-a018a0db-e2e9-422a-b125-bdd9636172f2 d91232f66ce94aedac794650ab9cd5e0 3341af70eae147df89a1eca36b4c7250 - - default default] 10.0.0.78 "GET /v2.0/policies/cffa2643-ea64-491c-9136-8c136b78ae58/tags HTTP/1.1" status: 200 len: 227 time: 0.0123544 2026-04-07 01:22:06.482 9 INFO neutron.wsgi [None req-30a47557-6b6d-484d-9c94-3dfa72da58bd d91232f66ce94aedac794650ab9cd5e0 3341af70eae147df89a1eca36b4c7250 - - - -] 10.0.0.78 "PUT /v2.0/policies/cffa2643-ea64-491c-9136-8c136b78ae58/tags/black.or.white HTTP/1.1" status: 201 len: 201 time: 0.0225668 2026-04-07 01:22:06.502 9 INFO neutron.wsgi [None req-dee202b7-e267-4764-a93d-52ad4e47076b d91232f66ce94aedac794650ab9cd5e0 3341af70eae147df89a1eca36b4c7250 - - default default] 10.0.0.78 "GET /v2.0/policies/cffa2643-ea64-491c-9136-8c136b78ae58/tags HTTP/1.1" status: 200 len: 245 time: 0.0156977 2026-04-07 01:22:06.534 9 INFO neutron.wsgi [None req-9859699c-2c91-4274-b9fc-e418f612584d d91232f66ce94aedac794650ab9cd5e0 3341af70eae147df89a1eca36b4c7250 - - - -] 10.0.0.78 "PUT /v2.0/policies/cffa2643-ea64-491c-9136-8c136b78ae58/tags HTTP/1.1" status: 200 len: 230 time: 0.0289493 2026-04-07 01:22:06.552 9 INFO neutron.wsgi [None req-2d2ad917-f3bf-44a2-897c-c84188fec6a3 d91232f66ce94aedac794650ab9cd5e0 3341af70eae147df89a1eca36b4c7250 - - default default] 10.0.0.78 "GET /v2.0/policies/cffa2643-ea64-491c-9136-8c136b78ae58/tags HTTP/1.1" status: 200 len: 230 time: 0.0124736 2026-04-07 01:22:06.568 9 INFO neutron.wsgi [None req-43c9e981-66c7-495a-8d89-290e3b3d423f d91232f66ce94aedac794650ab9cd5e0 3341af70eae147df89a1eca36b4c7250 - - default default] 10.0.0.78 "GET /v2.0/policies/cffa2643-ea64-491c-9136-8c136b78ae58/tags/red HTTP/1.1" status: 204 len: 168 time: 0.0118401 2026-04-07 01:22:06.584 9 INFO neutron.api.v2.resource [None req-2126a14d-e1f9-4fa9-9a5e-1a486cc3663e d91232f66ce94aedac794650ab9cd5e0 3341af70eae147df89a1eca36b4c7250 - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:22:06.586 9 INFO neutron.wsgi [None req-2126a14d-e1f9-4fa9-9a5e-1a486cc3663e d91232f66ce94aedac794650ab9cd5e0 3341af70eae147df89a1eca36b4c7250 - - default default] 10.0.0.78 "GET /v2.0/policies/cffa2643-ea64-491c-9136-8c136b78ae58/tags/green HTTP/1.1" status: 404 len: 299 time: 0.0132337 2026-04-07 01:22:06.616 9 INFO neutron.wsgi [None req-6a8143fe-e2b3-4a8e-b635-8c99e041e0b9 d91232f66ce94aedac794650ab9cd5e0 3341af70eae147df89a1eca36b4c7250 - - - -] 10.0.0.78 "DELETE /v2.0/policies/cffa2643-ea64-491c-9136-8c136b78ae58/tags/red HTTP/1.1" status: 204 len: 168 time: 0.0256450 2026-04-07 01:22:06.633 9 INFO neutron.wsgi [None req-68c9cdd5-65b9-4627-848a-23918f90aa4c d91232f66ce94aedac794650ab9cd5e0 3341af70eae147df89a1eca36b4c7250 - - default default] 10.0.0.78 "GET /v2.0/policies/cffa2643-ea64-491c-9136-8c136b78ae58/tags HTTP/1.1" status: 200 len: 223 time: 0.0125954 2026-04-07 01:22:06.655 9 INFO neutron.api.v2.resource [None req-6cfdbf1b-6a24-4175-9358-3e775c3d2de7 d91232f66ce94aedac794650ab9cd5e0 3341af70eae147df89a1eca36b4c7250 - - - -] delete failed (client error): The resource could not be found. 2026-04-07 01:22:06.656 9 INFO neutron.wsgi [None req-6cfdbf1b-6a24-4175-9358-3e775c3d2de7 d91232f66ce94aedac794650ab9cd5e0 3341af70eae147df89a1eca36b4c7250 - - - -] 10.0.0.78 "DELETE /v2.0/policies/cffa2643-ea64-491c-9136-8c136b78ae58/tags/green HTTP/1.1" status: 404 len: 299 time: 0.0183828 2026-04-07 01:22:06.688 10 INFO neutron.wsgi [None req-3141f48c-69d9-4c09-9d61-5ec206ea4f1b d91232f66ce94aedac794650ab9cd5e0 3341af70eae147df89a1eca36b4c7250 - - - -] 10.0.0.78 "DELETE /v2.0/policies/cffa2643-ea64-491c-9136-8c136b78ae58/tags HTTP/1.1" status: 204 len: 168 time: 0.0270238 2026-04-07 01:22:06.706 10 INFO neutron.wsgi [None req-9e53fc8e-df75-4426-b371-be5e1f40f4c8 d91232f66ce94aedac794650ab9cd5e0 3341af70eae147df89a1eca36b4c7250 - - default default] 10.0.0.78 "GET /v2.0/policies/cffa2643-ea64-491c-9136-8c136b78ae58/tags HTTP/1.1" status: 200 len: 205 time: 0.0135176 2026-04-07 01:22:06.777 10 INFO neutron.wsgi [None req-f4713b5e-cda6-4867-85f8-0e6f09c18acf d91232f66ce94aedac794650ab9cd5e0 3341af70eae147df89a1eca36b4c7250 - - - -] 10.0.0.78 "DELETE /v2.0/qos/policies/cffa2643-ea64-491c-9136-8c136b78ae58 HTTP/1.1" status: 204 len: 168 time: 0.0627508 2026-04-07 01:22:07.637 9 INFO neutron.db.ovn_revision_numbers_db [None req-6aba1dcf-8e6e-4777-8d11-05a81a23911a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 732a4d42-610b-4df8-b2a0-6eefe04876a1 (type: security_groups) to 1 2026-04-07 01:22:07.662 9 INFO neutron.wsgi [None req-6aba1dcf-8e6e-4777-8d11-05a81a23911a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=3341af70eae147df89a1eca36b4c7250&name=default HTTP/1.1" status: 200 len: 3000 time: 0.2158787 2026-04-07 01:22:07.838 9 INFO neutron.wsgi [None req-329bee49-356c-4d50-9d49-edd5a25a896d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/732a4d42-610b-4df8-b2a0-6eefe04876a1 HTTP/1.1" status: 204 len: 168 time: 0.1723011 2026-04-07 01:22:08.007 9 INFO neutron.db.ovn_revision_numbers_db [None req-73a06722-bb93-4afe-b65b-53bb113b8a54 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource f4cb30ff-014f-4ffb-9827-e1d7a752ba8f (type: security_groups) to 1 2026-04-07 01:22:08.030 9 INFO neutron.wsgi [None req-73a06722-bb93-4afe-b65b-53bb113b8a54 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=c9656039c5c74ec7b47e8444d3217e89&name=default HTTP/1.1" status: 200 len: 3000 time: 0.0995035 2026-04-07 01:22:08.228 10 INFO neutron.wsgi [None req-0ec6d65a-d5a8-4a97-a676-1eddb4dccf1a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/f4cb30ff-014f-4ffb-9827-e1d7a752ba8f HTTP/1.1" status: 204 len: 168 time: 0.1921296 2026-04-07 01:22:09.239 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-a20ecd19-f047-4885-9690-725b68f3ace3 - - - - - -] Maintenance task: Synchronization finished (took 0.21 seconds) 2026-04-07 01:22:11.580 9 INFO neutron.db.ovn_revision_numbers_db [None req-e8b633a3-ae95-477b-ada7-edf271adbe54 eddabc37ca4b469e8d91288d3b0e94d8 03f32e501af8473d8159c49dfe9bc5b5 - - - -] Successfully bumped revision number for resource 1b29232e-0661-4ab7-904a-2ff2cee0eacf (type: security_groups) to 1 2026-04-07 01:22:11.655 9 INFO neutron.db.ovn_revision_numbers_db [None req-e8b633a3-ae95-477b-ada7-edf271adbe54 eddabc37ca4b469e8d91288d3b0e94d8 03f32e501af8473d8159c49dfe9bc5b5 - - - -] Successfully bumped revision number for resource ef746b0b-a57f-4a01-87c1-ce28a87b6c9c (type: security_groups) to 1 2026-04-07 01:22:11.678 9 INFO neutron.wsgi [None req-e8b633a3-ae95-477b-ada7-edf271adbe54 eddabc37ca4b469e8d91288d3b0e94d8 03f32e501af8473d8159c49dfe9bc5b5 - - - -] 10.0.0.78 "POST /v2.0/security-groups HTTP/1.1" status: 201 len: 1739 time: 0.3679328 2026-04-07 01:22:11.713 9 INFO neutron.wsgi [None req-6deab811-db60-4360-b410-abaa66aea5e5 eddabc37ca4b469e8d91288d3b0e94d8 03f32e501af8473d8159c49dfe9bc5b5 - - - -] 10.0.0.78 "PUT /v2.0/security-groups/ef746b0b-a57f-4a01-87c1-ce28a87b6c9c/tags HTTP/1.1" status: 200 len: 218 time: 0.0300953 2026-04-07 01:22:11.733 9 INFO neutron.wsgi [None req-a9f9759f-7174-45cc-b3f0-4c2762c7c3ec eddabc37ca4b469e8d91288d3b0e94d8 03f32e501af8473d8159c49dfe9bc5b5 - - default default] 10.0.0.78 "GET /v2.0/security-groups/ef746b0b-a57f-4a01-87c1-ce28a87b6c9c/tags HTTP/1.1" status: 200 len: 218 time: 0.0141058 2026-04-07 01:22:11.768 9 INFO neutron.wsgi [None req-92497019-411f-4b5a-8d70-a01095bc73d8 eddabc37ca4b469e8d91288d3b0e94d8 03f32e501af8473d8159c49dfe9bc5b5 - - - -] 10.0.0.78 "PUT /v2.0/security-groups/ef746b0b-a57f-4a01-87c1-ce28a87b6c9c/tags/green HTTP/1.1" status: 201 len: 201 time: 0.0303891 2026-04-07 01:22:11.784 9 INFO neutron.wsgi [None req-db2241a7-9e71-4b1d-8f29-272c76021531 eddabc37ca4b469e8d91288d3b0e94d8 03f32e501af8473d8159c49dfe9bc5b5 - - default default] 10.0.0.78 "GET /v2.0/security-groups/ef746b0b-a57f-4a01-87c1-ce28a87b6c9c/tags HTTP/1.1" status: 200 len: 227 time: 0.0125206 2026-04-07 01:22:11.806 9 INFO neutron.wsgi [None req-793ccea9-8ce3-4ebd-8da4-5d8d06e016b4 eddabc37ca4b469e8d91288d3b0e94d8 03f32e501af8473d8159c49dfe9bc5b5 - - - -] 10.0.0.78 "PUT /v2.0/security-groups/ef746b0b-a57f-4a01-87c1-ce28a87b6c9c/tags/red HTTP/1.1" status: 201 len: 201 time: 0.0164094 2026-04-07 01:22:11.825 9 INFO neutron.wsgi [None req-d6663cf2-a2af-4bd4-aa5c-3e0cc98b38ee eddabc37ca4b469e8d91288d3b0e94d8 03f32e501af8473d8159c49dfe9bc5b5 - - default default] 10.0.0.78 "GET /v2.0/security-groups/ef746b0b-a57f-4a01-87c1-ce28a87b6c9c/tags HTTP/1.1" status: 200 len: 227 time: 0.0138409 2026-04-07 01:22:11.859 10 INFO neutron.wsgi [None req-442c7f6c-27f3-4e9f-9576-f82a791ca907 eddabc37ca4b469e8d91288d3b0e94d8 03f32e501af8473d8159c49dfe9bc5b5 - - - -] 10.0.0.78 "PUT /v2.0/security-groups/ef746b0b-a57f-4a01-87c1-ce28a87b6c9c/tags/black.or.white HTTP/1.1" status: 201 len: 201 time: 0.0297451 2026-04-07 01:22:11.879 10 INFO neutron.wsgi [None req-334dd0df-5031-4ff9-9e18-9be4cda74b2b eddabc37ca4b469e8d91288d3b0e94d8 03f32e501af8473d8159c49dfe9bc5b5 - - default default] 10.0.0.78 "GET /v2.0/security-groups/ef746b0b-a57f-4a01-87c1-ce28a87b6c9c/tags HTTP/1.1" status: 200 len: 245 time: 0.0153801 2026-04-07 01:22:11.921 10 INFO neutron.wsgi [None req-3ae4283e-f5d9-4cfa-93d4-0b812c64e558 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 193 time: 0.0999660 2026-04-07 01:22:11.949 10 INFO neutron.wsgi [None req-b277c628-0910-4e9f-951f-51fc9dde8a35 eddabc37ca4b469e8d91288d3b0e94d8 03f32e501af8473d8159c49dfe9bc5b5 - - - -] 10.0.0.78 "PUT /v2.0/security-groups/ef746b0b-a57f-4a01-87c1-ce28a87b6c9c/tags HTTP/1.1" status: 200 len: 230 time: 0.0643697 2026-04-07 01:22:11.950 10 INFO neutron.wsgi [None req-e573ba14-ff6e-4c33-b5e4-d481fd5c127a 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 189 time: 0.0272150 2026-04-07 01:22:11.964 10 INFO neutron.wsgi [None req-f6f17340-332b-4a20-9453-3c39297479f4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0133543 2026-04-07 01:22:11.974 9 INFO neutron.wsgi [None req-981b114f-41fa-45fc-ab57-c2b6e406899c eddabc37ca4b469e8d91288d3b0e94d8 03f32e501af8473d8159c49dfe9bc5b5 - - default default] 10.0.0.78 "GET /v2.0/security-groups/ef746b0b-a57f-4a01-87c1-ce28a87b6c9c/tags HTTP/1.1" status: 200 len: 230 time: 0.0192785 2026-04-07 01:22:11.979 10 INFO neutron.wsgi [None req-1a6f2085-ec15-40dd-b214-08e74d36e3af 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0122900 2026-04-07 01:22:11.993 9 INFO neutron.wsgi [None req-02fb6e69-876f-48f9-a4fb-7c1c114ed9d7 eddabc37ca4b469e8d91288d3b0e94d8 03f32e501af8473d8159c49dfe9bc5b5 - - default default] 10.0.0.78 "GET /v2.0/security-groups/ef746b0b-a57f-4a01-87c1-ce28a87b6c9c/tags/red HTTP/1.1" status: 204 len: 168 time: 0.0146666 2026-04-07 01:22:12.009 10 INFO neutron.wsgi [None req-709e0ff5-aa65-4e44-b0c2-1fdf5b7e8158 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0291278 2026-04-07 01:22:12.012 9 INFO neutron.api.v2.resource [None req-e7be386e-b859-4fd7-a56f-542ce3fa563c eddabc37ca4b469e8d91288d3b0e94d8 03f32e501af8473d8159c49dfe9bc5b5 - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:22:12.014 9 INFO neutron.wsgi [None req-e7be386e-b859-4fd7-a56f-542ce3fa563c eddabc37ca4b469e8d91288d3b0e94d8 03f32e501af8473d8159c49dfe9bc5b5 - - default default] 10.0.0.78 "GET /v2.0/security-groups/ef746b0b-a57f-4a01-87c1-ce28a87b6c9c/tags/green HTTP/1.1" status: 404 len: 299 time: 0.0157392 2026-04-07 01:22:12.022 10 INFO neutron.wsgi [None req-adb9d4a8-c1a0-4441-8cc2-318d4be84dad 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0116694 2026-04-07 01:22:12.044 9 INFO neutron.wsgi [None req-c3bd4b68-8871-4bed-85d4-591a3d76c1dc eddabc37ca4b469e8d91288d3b0e94d8 03f32e501af8473d8159c49dfe9bc5b5 - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/ef746b0b-a57f-4a01-87c1-ce28a87b6c9c/tags/red HTTP/1.1" status: 204 len: 168 time: 0.0258214 2026-04-07 01:22:12.087 10 INFO neutron.wsgi [None req-38062ccf-c3d4-4431-8f9f-ca1563c4173b eddabc37ca4b469e8d91288d3b0e94d8 03f32e501af8473d8159c49dfe9bc5b5 - - default default] 10.0.0.78 "GET /v2.0/security-groups/ef746b0b-a57f-4a01-87c1-ce28a87b6c9c/tags HTTP/1.1" status: 200 len: 223 time: 0.0385358 2026-04-07 01:22:12.099 10 INFO neutron.wsgi [None req-1e637be3-0777-41f2-b4a7-8bc839ee2088 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 21129 time: 0.0764573 2026-04-07 01:22:12.113 9 INFO neutron.api.v2.resource [None req-6f251737-fdae-4e2a-8a0e-083b74c3636a eddabc37ca4b469e8d91288d3b0e94d8 03f32e501af8473d8159c49dfe9bc5b5 - - - -] delete failed (client error): The resource could not be found. 2026-04-07 01:22:12.115 9 INFO neutron.wsgi [None req-6f251737-fdae-4e2a-8a0e-083b74c3636a eddabc37ca4b469e8d91288d3b0e94d8 03f32e501af8473d8159c49dfe9bc5b5 - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/ef746b0b-a57f-4a01-87c1-ce28a87b6c9c/tags/green HTTP/1.1" status: 404 len: 299 time: 0.0224576 2026-04-07 01:22:12.121 10 INFO neutron.wsgi [None req-24e07186-8731-45c9-af53-cc6a692b91d4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 1280 time: 0.0131028 2026-04-07 01:22:12.146 9 INFO neutron.wsgi [None req-15de3d70-e27c-4fa2-84bc-77a8df48e92c eddabc37ca4b469e8d91288d3b0e94d8 03f32e501af8473d8159c49dfe9bc5b5 - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/ef746b0b-a57f-4a01-87c1-ce28a87b6c9c/tags HTTP/1.1" status: 204 len: 168 time: 0.0274980 2026-04-07 01:22:12.151 10 INFO neutron.wsgi [None req-0dfa0a67-9772-4a40-a1cd-172f044d89e8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5251 time: 0.0290251 2026-04-07 01:22:12.165 9 INFO neutron.wsgi [None req-59e97acb-d63f-4f7d-80f0-a0c7df993324 eddabc37ca4b469e8d91288d3b0e94d8 03f32e501af8473d8159c49dfe9bc5b5 - - default default] 10.0.0.78 "GET /v2.0/security-groups/ef746b0b-a57f-4a01-87c1-ce28a87b6c9c/tags HTTP/1.1" status: 200 len: 205 time: 0.0142298 2026-04-07 01:22:12.192 10 INFO neutron.wsgi [None req-27000f7f-e549-4332-a31f-4cde08b9107d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0365911 2026-04-07 01:22:12.256 10 INFO neutron.wsgi [None req-433f1a23-9908-4590-acaf-a1fc8b55faad 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.0611835 2026-04-07 01:22:12.323 10 INFO neutron.wsgi [None req-28035ae2-1b05-4b2d-abbc-63d81ca29afb eddabc37ca4b469e8d91288d3b0e94d8 03f32e501af8473d8159c49dfe9bc5b5 - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/ef746b0b-a57f-4a01-87c1-ce28a87b6c9c HTTP/1.1" status: 204 len: 168 time: 0.1486602 2026-04-07 01:22:13.066 10 INFO neutron.wsgi [None req-9c7f1770-2981-4db4-a71f-640dc54a0d93 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=03f32e501af8473d8159c49dfe9bc5b5&name=default HTTP/1.1" status: 200 len: 3000 time: 0.1544764 2026-04-07 01:22:13.251 10 INFO neutron.wsgi [None req-cc544a32-9b90-473e-9db5-d71f42945004 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/1b29232e-0661-4ab7-904a-2ff2cee0eacf HTTP/1.1" status: 204 len: 168 time: 0.1795754 2026-04-07 01:22:13.469 9 INFO neutron.db.ovn_revision_numbers_db [None req-3212857b-21e2-42ab-9410-f43faa5f004f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource 5b920d6a-45cb-45ef-8f1d-cce06cf4058c (type: security_groups) to 1 2026-04-07 01:22:13.494 9 INFO neutron.wsgi [None req-3212857b-21e2-42ab-9410-f43faa5f004f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=7e99c46d73e5451aa8c1a608bc16ab2e&name=default HTTP/1.1" status: 200 len: 3000 time: 0.1359127 2026-04-07 01:22:13.671 9 INFO neutron.wsgi [None req-c4255b21-d03b-429d-9038-86b09666c33f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/5b920d6a-45cb-45ef-8f1d-cce06cf4058c HTTP/1.1" status: 204 len: 168 time: 0.1722538 2026-04-07 01:22:14.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0027580 2026-04-07 01:22:14.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026329 2026-04-07 01:22:17.390 9 INFO neutron.db.ovn_revision_numbers_db [None req-7b77f728-b4a7-4254-afc7-e43086c3907e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource a05fe429-d9e3-4942-a494-994a7c8e66ab (type: security_groups) to 1 2026-04-07 01:22:17.410 9 INFO neutron.wsgi [None req-7b77f728-b4a7-4254-afc7-e43086c3907e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=fb703b2ddde9433e9cf086e40349a25b&name=default HTTP/1.1" status: 200 len: 3000 time: 0.2599242 2026-04-07 01:22:17.584 9 INFO neutron.wsgi [None req-30b5ed25-04e9-4f25-b8ed-c7df7d1f4e61 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/a05fe429-d9e3-4942-a494-994a7c8e66ab HTTP/1.1" status: 204 len: 168 time: 0.1686566 2026-04-07 01:22:17.763 10 INFO neutron.db.ovn_revision_numbers_db [None req-ec644d32-856c-4f22-9ff1-626d4e19bd02 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] Successfully bumped revision number for resource dd92560c-f538-4343-932c-bad5cfe30f8e (type: security_groups) to 1 2026-04-07 01:22:17.785 10 INFO neutron.wsgi [None req-ec644d32-856c-4f22-9ff1-626d4e19bd02 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups?tenant_id=d92b98e02bb54808b819bafec65d097a&name=default HTTP/1.1" status: 200 len: 3000 time: 0.1118875 2026-04-07 01:22:17.952 9 INFO neutron.wsgi [None req-5ec68042-9195-4d97-bb58-f8cb9f481041 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - - -] 10.0.0.78 "DELETE /v2.0/security-groups/dd92560c-f538-4343-932c-bad5cfe30f8e HTTP/1.1" status: 204 len: 168 time: 0.1623518 2026-04-07 01:22:20.566 9 INFO neutron.wsgi [None req-3f5cc496-9015-4bb4-8ef9-060882e438ec 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2369 time: 0.2553425 2026-04-07 01:22:21.724 9 INFO neutron.wsgi [None req-fccd1d27-ad2d-4be0-b3b1-b039b73a39c9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 212 time: 0.0368395 2026-04-07 01:22:21.771 9 INFO neutron.wsgi [None req-30401d47-9eae-46ce-be71-1fb15997c041 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/routers HTTP/1.1" status: 200 len: 208 time: 0.0409849 2026-04-07 01:22:21.819 9 INFO neutron.wsgi [None req-642a0bc4-08fb-4c22-89e7-bfcdd5f24792 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5270 time: 0.0435991 2026-04-07 01:22:21.864 9 INFO neutron.wsgi [None req-c070c198-1424-4aa7-bc37-8fab30de367c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1456 time: 0.0410888 2026-04-07 01:22:21.924 9 INFO neutron.wsgi [None req-f28a8338-6636-4980-af53-c67e29e71663 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2369 time: 0.0549719 2026-04-07 01:22:21.981 9 INFO neutron.wsgi [None req-9de28d10-c2e1-4f7f-b52c-4fd9fec6cec6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 16818 time: 0.0513852 2026-04-07 01:22:21.999 9 INFO neutron.wsgi [None req-face0772-3077-48d8-a832-a75648da6c86 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.78 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 212 time: 0.0132205 2026-04-07 01:22:29.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026774 2026-04-07 01:22:29.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026608 2026-04-07 01:22:44.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024962 2026-04-07 01:22:44.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024571 2026-04-07 01:22:59.615 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0049293 2026-04-07 01:22:59.618 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017500 2026-04-07 01:23:11.928 10 INFO neutron.wsgi [None req-6a8528e0-1c3f-4ee2-b0b2-65bf2d086639 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 16799 time: 0.1468091 2026-04-07 01:23:11.983 10 INFO neutron.wsgi [None req-9b7670bd-0833-4e8b-b98e-6c77ccf5cde6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0479167 2026-04-07 01:23:12.021 10 INFO neutron.wsgi [None req-95fc130b-5d4f-4f62-8b79-a2a498bd9ee7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5251 time: 0.0360208 2026-04-07 01:23:12.052 10 INFO neutron.wsgi [None req-6ae2dd5d-8db8-4470-b642-cda3b64de600 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 193 time: 0.0270619 2026-04-07 01:23:12.078 10 INFO neutron.wsgi [None req-444c01ce-e063-40e7-ac3f-3cfc418d1659 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0249407 2026-04-07 01:23:12.119 10 INFO neutron.wsgi [None req-e039057b-57a1-4972-9c00-508db6cbf5a7 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0390949 2026-04-07 01:23:12.132 10 INFO neutron.wsgi [None req-60a0f7df-be60-44e5-b76a-2b39df2bf319 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0116765 2026-04-07 01:23:12.164 10 INFO neutron.wsgi [None req-d0dd0bd9-d46c-457d-8c06-5d1fabc15216 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 189 time: 0.0304132 2026-04-07 01:23:12.174 10 INFO neutron.wsgi [None req-59904dfb-852a-4fe1-9b17-574abb1cef58 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0092535 2026-04-07 01:23:12.231 10 INFO neutron.wsgi [None req-4f3b79e4-20e8-4cb0-901e-ee1f0eff44f6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.0562241 2026-04-07 01:23:12.244 10 INFO neutron.wsgi [None req-a96b741a-6829-4c90-9535-a0bb3b587172 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 1280 time: 0.0112245 2026-04-07 01:23:14.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026789 2026-04-07 01:23:14.615 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0039799 2026-04-07 01:23:29.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0016832 2026-04-07 01:23:29.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0029016 2026-04-07 01:23:44.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026007 2026-04-07 01:23:44.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0027661 2026-04-07 01:23:59.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0018129 2026-04-07 01:23:59.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017769 2026-04-07 01:24:11.877 10 INFO neutron.wsgi [None req-83cd789b-c1b6-4faf-9efe-5cc614398fc5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 16799 time: 0.1370416 2026-04-07 01:24:11.915 10 INFO neutron.wsgi [None req-97fd09f4-600c-4c4f-b435-24e3583b36fd 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5251 time: 0.0339360 2026-04-07 01:24:11.950 10 INFO neutron.wsgi [None req-33f41f7f-678d-44f7-ae2c-2df1ac9d12b6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 189 time: 0.0304952 2026-04-07 01:24:11.986 10 INFO neutron.wsgi [None req-fdf977d9-8db2-40b4-869f-5cdc2725e2ce 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0353212 2026-04-07 01:24:12.014 10 INFO neutron.wsgi [None req-dd757a40-b65e-4700-b74d-e5234ba03ed3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 193 time: 0.0276489 2026-04-07 01:24:12.053 10 INFO neutron.wsgi [None req-0ab8f9cd-fb2d-49f9-a556-321e22848155 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0379648 2026-04-07 01:24:12.066 10 INFO neutron.wsgi [None req-619520f7-f9d5-40ce-93fe-c1d13305b8e4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0111136 2026-04-07 01:24:12.104 10 INFO neutron.wsgi [None req-2f74bff6-0577-4fc5-99ae-bfd09468ee12 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0371094 2026-04-07 01:24:12.114 10 INFO neutron.wsgi [None req-e22eea48-5e5b-4e1f-a41a-64a7f2a0f9f3 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0098457 2026-04-07 01:24:12.124 10 INFO neutron.wsgi [None req-4c826460-8d2a-4702-9390-a6f7d755b377 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 1280 time: 0.0082655 2026-04-07 01:24:12.185 10 INFO neutron.wsgi [None req-8aaee0c5-ea55-4782-81dd-ac0b25851f34 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.0604980 2026-04-07 01:24:14.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0020032 2026-04-07 01:24:14.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028458 2026-04-07 01:24:29.612 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0014310 2026-04-07 01:24:29.612 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0018101 2026-04-07 01:24:44.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0022032 2026-04-07 01:24:44.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0034056 2026-04-07 01:24:59.612 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0016747 2026-04-07 01:24:59.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0029449 2026-04-07 01:25:11.829 10 INFO neutron.wsgi [None req-e1ecbbb1-e689-4c47-b1d2-5157f802e523 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 189 time: 0.0713072 2026-04-07 01:25:11.866 10 INFO neutron.wsgi [None req-ae65a45f-b08b-4add-b9e1-0eff486020c4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0359259 2026-04-07 01:25:11.877 10 INFO neutron.wsgi [None req-00085b86-a50d-4e9f-960d-086db7269ce2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 1280 time: 0.0099289 2026-04-07 01:25:11.912 10 INFO neutron.wsgi [None req-95084cb9-1764-4f1c-beea-a17473138e86 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5251 time: 0.0338607 2026-04-07 01:25:11.928 10 INFO neutron.wsgi [None req-b6f1ec27-76d8-43ed-8fdf-36a4407cfb47 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0140088 2026-04-07 01:25:11.996 10 INFO neutron.wsgi [None req-2c72975a-644b-4d1f-93ba-6c2ecbff0e7d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.0666957 2026-04-07 01:25:12.070 10 INFO neutron.wsgi [None req-f13eabdc-5f2a-4935-b708-559a321d128f 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 16799 time: 0.0716088 2026-04-07 01:25:12.117 10 INFO neutron.wsgi [None req-0ab202fd-b5f4-448b-a92c-1b978414a0cb 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0418644 2026-04-07 01:25:12.130 10 INFO neutron.wsgi [None req-64ebcd3b-e4b5-43c2-a968-7f6ca0d8c4b6 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0114019 2026-04-07 01:25:12.154 10 INFO neutron.wsgi [None req-ea76650f-a9bd-468d-a5f5-6922eee985b1 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 193 time: 0.0230806 2026-04-07 01:25:12.187 10 INFO neutron.wsgi [None req-09a6afc7-5f13-4a0c-89df-bca41d15679b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0328197 2026-04-07 01:25:14.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0021563 2026-04-07 01:25:14.617 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0042362 2026-04-07 01:25:29.612 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017366 2026-04-07 01:25:29.612 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0019448 2026-04-07 01:25:44.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0021620 2026-04-07 01:25:44.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0024700 2026-04-07 01:25:59.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026135 2026-04-07 01:25:59.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0026529 2026-04-07 01:26:11.855 10 INFO neutron.wsgi [None req-a2d19e59-3d53-4b06-9313-af10fc57cd3d 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0924265 2026-04-07 01:26:11.873 10 INFO neutron.wsgi [None req-4341f6a8-ef1e-40dd-b286-1c277e93d06c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 1280 time: 0.0168765 2026-04-07 01:26:11.906 10 INFO neutron.wsgi [None req-6edbab91-9588-4e98-ae25-7997a82ab81b 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0314219 2026-04-07 01:26:11.920 10 INFO neutron.wsgi [None req-935798a7-2e1d-45f5-bea3-26aaded886a2 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0131707 2026-04-07 01:26:11.977 10 INFO neutron.wsgi [None req-2e5344ea-e4d9-461c-a51d-9cb875d8fd73 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 16799 time: 0.0555017 2026-04-07 01:26:12.007 10 INFO neutron.wsgi [None req-0fd4bf54-6b9b-4090-a38e-d82dd213ad89 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 193 time: 0.0236487 2026-04-07 01:26:12.029 10 INFO neutron.wsgi [None req-51560dcf-e233-491a-88dc-05267615d2b4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 189 time: 0.0219758 2026-04-07 01:26:12.039 10 INFO neutron.wsgi [None req-dec32732-40f0-4060-adf4-2fd1028e7063 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0094378 2026-04-07 01:26:12.099 10 INFO neutron.wsgi [None req-231d9247-305a-43ea-b166-fdb84f7deb0c 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.0590298 2026-04-07 01:26:12.130 10 INFO neutron.wsgi [None req-07a419c0-943e-4204-9596-3486aeac13bc 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0287981 2026-04-07 01:26:12.159 10 INFO neutron.wsgi [None req-749b169e-be43-4031-943a-c5fdf09fd824 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5251 time: 0.0279379 2026-04-07 01:26:14.612 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0018358 2026-04-07 01:26:14.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0030024 2026-04-07 01:26:29.612 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0014756 2026-04-07 01:26:29.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0023751 2026-04-07 01:26:44.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0031803 2026-04-07 01:26:44.616 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0013268 2026-04-07 01:26:59.612 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017416 2026-04-07 01:26:59.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0030131 2026-04-07 01:27:11.823 10 INFO neutron.wsgi [None req-1148eef4-55fa-45ff-b69f-e8bf5f1e63d4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/routers HTTP/1.1" status: 200 len: 189 time: 0.0793085 2026-04-07 01:27:11.855 10 INFO neutron.wsgi [None req-d8fe8bad-6cb7-431f-8d32-b5fad8a5cad9 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents?binary=ovn-controller HTTP/1.1" status: 200 len: 591 time: 0.0317535 2026-04-07 01:27:11.867 10 INFO neutron.wsgi [None req-38cc4bf2-2b83-4da0-a129-5698fad3cae5 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/agents HTTP/1.1" status: 200 len: 997 time: 0.0102873 2026-04-07 01:27:11.877 10 INFO neutron.wsgi [None req-ae7be17a-41e4-426f-a2a1-424728c63632 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/network-ip-availabilities HTTP/1.1" status: 200 len: 1280 time: 0.0090816 2026-04-07 01:27:11.929 10 INFO neutron.wsgi [None req-dd8ca92a-2833-4d7c-b266-7ba1f7241dc4 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/networks HTTP/1.1" status: 200 len: 2350 time: 0.0506024 2026-04-07 01:27:11.967 10 INFO neutron.wsgi [None req-8e1a533f-5b50-40ea-8d0c-fec86656ace8 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0334506 2026-04-07 01:27:11.997 10 INFO neutron.wsgi [None req-17f58b72-146e-4290-b4b7-785d1d30e426 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/ports HTTP/1.1" status: 200 len: 5251 time: 0.0288148 2026-04-07 01:27:12.027 10 INFO neutron.wsgi [None req-fab2b0bc-8c80-4a2d-bf52-011a789f5e01 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/floatingips HTTP/1.1" status: 200 len: 193 time: 0.0265970 2026-04-07 01:27:12.070 10 INFO neutron.wsgi [None req-976fab6e-6bec-40cc-9ac2-e901c9429731 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnets HTTP/1.1" status: 200 len: 1437 time: 0.0419881 2026-04-07 01:27:12.084 10 INFO neutron.wsgi [None req-2920e4d7-c002-4d3a-9af9-5ce88b0fbe98 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/subnetpools HTTP/1.1" status: 200 len: 193 time: 0.0127172 2026-04-07 01:27:12.151 10 INFO neutron.wsgi [None req-79b95c02-bdd8-42fe-aec8-14657d87c98e 2de2ec4e10b5434699edd7d80aea63a2 376d36ea2fb84aeca058828a48b1fc4b - - default default] 10.0.0.139 "GET /v2.0/security-groups HTTP/1.1" status: 200 len: 16799 time: 0.0670824 2026-04-07 01:27:14.613 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017228 2026-04-07 01:27:14.614 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0028942 2026-04-07 01:27:29.613 10 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0017502 2026-04-07 01:27:29.614 9 INFO neutron.wsgi [-] 10.0.0.47 "GET / HTTP/1.1" status: 200 len: 247 time: 0.0034719