+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini This program is using eventlet and has been monkey_patched /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-08-12 00:55:13.057 1 INFO neutron.common.config [-] Logging enabled! 2026-08-12 00:55:13.058 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.6.dev7 2026-08-12 00:55:13.058 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-08-12 00:55:13.058 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-12 00:55:14.369 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-12 00:55:14.373 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-12 00:55:14.377 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-12 00:55:14.379 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-12 00:55:14.379 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-12 00:55:14.379 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-12 00:55:14.379 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-12 00:55:14.389 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-12 00:55:14.389 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-12 00:55:14.389 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-12 00:55:14.416 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-12 00:55:14.418 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-12 00:55:14.418 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-12 00:55:14.465 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-12 00:55:14.465 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-12 00:55:14.465 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-12 00:55:14.465 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-12 00:55:15.207 1 INFO neutron.plugins.ml2.managers [None req-56551aeb-cc64-4451-a499-a9173b58d7c7 - - - - - -] Initializing driver for type 'vlan' 2026-08-12 00:55:15.372 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-56551aeb-cc64-4451-a499-a9173b58d7c7 - - - - - -] VlanTypeDriver initialization complete 2026-08-12 00:55:15.373 1 INFO neutron.plugins.ml2.managers [None req-56551aeb-cc64-4451-a499-a9173b58d7c7 - - - - - -] Initializing driver for type 'vxlan' 2026-08-12 00:55:15.373 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-56551aeb-cc64-4451-a499-a9173b58d7c7 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-12 00:55:15.415 1 INFO neutron.plugins.ml2.managers [None req-56551aeb-cc64-4451-a499-a9173b58d7c7 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-12 00:55:15.415 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-56551aeb-cc64-4451-a499-a9173b58d7c7 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-12 00:55:15.416 1 INFO neutron.plugins.ml2.managers [None req-56551aeb-cc64-4451-a499-a9173b58d7c7 - - - - - -] Initializing extension driver 'port_security' 2026-08-12 00:55:15.416 1 INFO neutron.plugins.ml2.extensions.port_security [None req-56551aeb-cc64-4451-a499-a9173b58d7c7 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-12 00:55:15.416 1 INFO neutron.plugins.ml2.managers [None req-56551aeb-cc64-4451-a499-a9173b58d7c7 - - - - - -] Initializing extension driver 'qos' 2026-08-12 00:55:15.416 1 INFO neutron.plugins.ml2.managers [None req-56551aeb-cc64-4451-a499-a9173b58d7c7 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-12 00:55:15.416 1 INFO neutron.plugins.ml2.managers [None req-56551aeb-cc64-4451-a499-a9173b58d7c7 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-12 00:55:15.431 1 INFO neutron.quota [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded quota_driver: . 2026-08-12 00:55:15.432 1 INFO neutron.plugins.ml2.plugin [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Modular L2 Plugin initialization complete 2026-08-12 00:55:15.432 1 INFO neutron.plugins.ml2.managers [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-12 00:55:15.432 1 INFO neutron.plugins.ml2.managers [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-12 00:55:15.432 1 INFO neutron.plugins.ml2.managers [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-12 00:55:15.432 1 INFO neutron.extensions.vlantransparent [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Disabled vlantransparent extension. 2026-08-12 00:55:15.432 1 INFO neutron.extensions.qinq [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Disabled VLAN QinQ extension. 2026-08-12 00:55:15.432 1 INFO neutron.manager [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loading Plugin: qos 2026-08-12 00:55:15.447 1 INFO neutron.manager [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loading Plugin: router 2026-08-12 00:55:15.487 1 INFO neutron.services.service_base [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-12 00:55:15.488 1 INFO neutron.manager [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loading Plugin: segments 2026-08-12 00:55:15.553 1 INFO neutron.manager [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loading Plugin: trunk 2026-08-12 00:55:15.566 1 INFO neutron.manager [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loading Plugin: vpnaas 2026-08-12 00:55:15.600 1 WARNING stevedore.named [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-12 00:55:15.600 1 WARNING stevedore.named [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-12 00:55:15.928 1 INFO neutron_vpnaas.services.vpn.plugin [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-12 00:55:15.929 1 INFO neutron.common.utils [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-12 00:55:15.929 1 INFO neutron.manager [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loading Plugin: taas 2026-08-12 00:55:15.951 1 WARNING stevedore.named [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-12 00:55:15.982 1 INFO neutron_taas.services.taas.taas_plugin [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-12 00:55:15.982 1 INFO neutron.manager [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loading Plugin: tapmirror 2026-08-12 00:55:15.991 1 WARNING stevedore.named [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-12 00:55:16.008 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-12 00:55:16.008 1 INFO neutron.manager [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loading Plugin: auto_allocate 2026-08-12 00:55:16.014 1 INFO neutron.manager [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loading Plugin: tag 2026-08-12 00:55:16.022 1 INFO neutron.manager [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loading Plugin: timestamp 2026-08-12 00:55:16.025 1 INFO neutron.manager [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loading Plugin: network_ip_availability 2026-08-12 00:55:16.029 1 INFO neutron.manager [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loading Plugin: flavors 2026-08-12 00:55:16.032 1 INFO neutron.manager [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loading Plugin: revisions 2026-08-12 00:55:16.034 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Initializing extension manager. 2026-08-12 00:55:16.036 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: address-group 2026-08-12 00:55:16.037 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: address-scope 2026-08-12 00:55:16.037 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-12 00:55:16.038 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: agent 2026-08-12 00:55:16.038 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: agent-resources-synced 2026-08-12 00:55:16.039 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-12 00:55:16.040 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-12 00:55:16.041 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: availability_zone 2026-08-12 00:55:16.041 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: availability_zone_filter 2026-08-12 00:55:16.042 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-12 00:55:16.042 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: default-subnetpools 2026-08-12 00:55:16.043 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-12 00:55:16.044 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: dns-integration 2026-08-12 00:55:16.044 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: dns-domain-ports 2026-08-12 00:55:16.045 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-12 00:55:16.045 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: dvr 2026-08-12 00:55:16.046 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-12 00:55:16.046 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: empty-string-filtering 2026-08-12 00:55:16.046 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-12 00:55:16.047 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-12 00:55:16.047 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: external-net 2026-08-12 00:55:16.048 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-12 00:55:16.048 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: extraroute 2026-08-12 00:55:16.049 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: extraroute-atomic 2026-08-12 00:55:16.049 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-12 00:55:16.050 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-12 00:55:16.050 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-12 00:55:16.050 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-12 00:55:16.051 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: fip-port-details 2026-08-12 00:55:16.051 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: flavors 2026-08-12 00:55:16.052 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-12 00:55:16.053 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: floatingip-pools 2026-08-12 00:55:16.053 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: ip_allocation 2026-08-12 00:55:16.054 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-12 00:55:16.054 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: l2_adjacency 2026-08-12 00:55:16.055 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: router 2026-08-12 00:55:16.057 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-12 00:55:16.057 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-12 00:55:16.058 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-12 00:55:16.058 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: ext-gw-mode 2026-08-12 00:55:16.059 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: l3-ha 2026-08-12 00:55:16.059 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-12 00:55:16.060 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-12 00:55:16.060 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: l3-flavors 2026-08-12 00:55:16.061 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-12 00:55:16.061 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-12 00:55:16.063 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-12 00:55:16.064 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-12 00:55:16.065 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-12 00:55:16.066 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-12 00:55:16.067 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-12 00:55:16.067 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: multi-provider 2026-08-12 00:55:16.068 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: net-mtu 2026-08-12 00:55:16.068 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: net-mtu-writable 2026-08-12 00:55:16.069 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: network_availability_zone 2026-08-12 00:55:16.069 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: network_ha 2026-08-12 00:55:16.070 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: network-ip-availability 2026-08-12 00:55:16.070 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-12 00:55:16.071 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: pagination 2026-08-12 00:55:16.071 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: port-device-profile 2026-08-12 00:55:16.072 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-12 00:55:16.072 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-12 00:55:16.073 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-12 00:55:16.073 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: port-mac-override 2026-08-12 00:55:16.074 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-12 00:55:16.074 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-12 00:55:16.075 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-12 00:55:16.075 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: port-resource-request 2026-08-12 00:55:16.075 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-12 00:55:16.076 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-12 00:55:16.076 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: binding 2026-08-12 00:55:16.077 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: binding-extended 2026-08-12 00:55:16.077 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: port-security 2026-08-12 00:55:16.078 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: project-id 2026-08-12 00:55:16.078 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: provider 2026-08-12 00:55:16.079 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-12 00:55:16.081 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: qos 2026-08-12 00:55:16.081 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-12 00:55:16.082 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-12 00:55:16.082 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: qos-default 2026-08-12 00:55:16.083 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: qos-fip 2026-08-12 00:55:16.083 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-12 00:55:16.084 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-12 00:55:16.084 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-12 00:55:16.085 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-12 00:55:16.085 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-12 00:55:16.086 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: qos-pps 2026-08-12 00:55:16.086 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-12 00:55:16.086 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-12 00:55:16.087 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: qos-rules-alias 2026-08-12 00:55:16.087 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: quota-check-limit 2026-08-12 00:55:16.088 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-12 00:55:16.090 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: quotas 2026-08-12 00:55:16.093 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: quota_details 2026-08-12 00:55:16.094 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: rbac-policies 2026-08-12 00:55:16.094 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: rbac-address-group 2026-08-12 00:55:16.095 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: rbac-address-scope 2026-08-12 00:55:16.095 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: rbac-security-groups 2026-08-12 00:55:16.096 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-12 00:55:16.096 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: revision-if-match 2026-08-12 00:55:16.097 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-12 00:55:16.097 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: router_availability_zone 2026-08-12 00:55:16.098 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-12 00:55:16.099 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-12 00:55:16.100 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-12 00:55:16.100 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-12 00:55:16.101 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-12 00:55:16.101 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-12 00:55:16.101 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-12 00:55:16.105 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: security-group 2026-08-12 00:55:16.106 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: segment 2026-08-12 00:55:16.106 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-12 00:55:16.107 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: service-type 2026-08-12 00:55:16.107 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: sorting 2026-08-12 00:55:16.108 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: standard-attr-segment 2026-08-12 00:55:16.108 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: standard-attr-description 2026-08-12 00:55:16.109 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: stateful-security-group 2026-08-12 00:55:16.109 1 WARNING neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-12 00:55:16.110 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-12 00:55:16.110 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: subnet-external-network 2026-08-12 00:55:16.111 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: subnet_onboard 2026-08-12 00:55:16.111 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-12 00:55:16.112 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: subnet-service-types 2026-08-12 00:55:16.112 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: subnet_allocation 2026-08-12 00:55:16.113 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-12 00:55:16.113 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: tag-creation 2026-08-12 00:55:16.114 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-12 00:55:16.117 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: standard-attr-tag 2026-08-12 00:55:16.117 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-12 00:55:16.118 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: trunk 2026-08-12 00:55:16.118 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: trunk-details 2026-08-12 00:55:16.119 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-12 00:55:16.119 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-12 00:55:16.120 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-12 00:55:16.120 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-12 00:55:16.122 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-12 00:55:16.122 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-12 00:55:16.123 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: vpn-flavors 2026-08-12 00:55:16.124 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: vpnaas 2026-08-12 00:55:16.125 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: taas 2026-08-12 00:55:16.126 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: tap-mirror 2026-08-12 00:55:16.127 1 INFO neutron.api.extensions [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-12 00:55:16.130 1 INFO oslo_service.backend.eventlet.service [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Starting 2 workers 2026-08-12 00:55:16.135 1 INFO oslo_service.backend.eventlet.service [None req-178c6484-c9c0-4a3b-9dfd-725805e31b84 - - - - - -] Starting 1 workers 2026-08-12 00:56:07.670 12 INFO neutron.db.l3_hamode_db [None req-7be4af82-e57c-4e17-8b76-c0546d880d51 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-12 00:56:24.239 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port b83857b2-823d-4c96-a0f2-3916ef265d4b 2026-08-12 00:56:25.778 12 INFO neutron.plugins.ml2.plugin [None req-1346f51a-d1cc-4c5a-ae48-da49e415cd32 - - - - - -] Attempt 1 to provision port b83857b2-823d-4c96-a0f2-3916ef265d4b 2026-08-12 00:56:26.169 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port b83857b2-823d-4c96-a0f2-3916ef265d4b 2026-08-12 00:56:27.489 12 INFO neutron.plugins.ml2.plugin [None req-0692d958-15d7-4771-927b-074dece13842 - - - - - -] Attempt 1 to provision port b83857b2-823d-4c96-a0f2-3916ef265d4b 2026-08-12 01:01:04.365 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 44a4284f-222e-4764-9be4-551877460b5f 2026-08-12 01:01:04.386 12 INFO neutron.plugins.ml2.plugin [None req-12ebddc7-3a22-4894-ab0d-0b1183f48fe3 - - - - - -] Attempt 1 to provision port 44a4284f-222e-4764-9be4-551877460b5f 2026-08-12 01:01:06.350 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 44a4284f-222e-4764-9be4-551877460b5f 2026-08-12 01:01:06.557 12 INFO neutron.plugins.ml2.plugin [None req-8746f36d-21f1-458f-afc2-816ce5592914 - - - - - -] Attempt 1 to provision port 44a4284f-222e-4764-9be4-551877460b5f 2026-08-12 01:01:12.330 12 INFO neutron.plugins.ml2.plugin [None req-824d9acb-ab96-49b5-9788-c611dfb4d05a - - - - - -] Attempt 1 to provision port f3e36a27-0317-4e6f-bbe6-0fc9bda2662b 2026-08-12 01:05:01.089 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port f3e36a27-0317-4e6f-bbe6-0fc9bda2662b 2026-08-12 01:05:02.477 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port f3e36a27-0317-4e6f-bbe6-0fc9bda2662b 2026-08-12 01:13:36.829 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port e585297b-2188-48b5-908b-c27fd6f80257 2026-08-12 01:13:38.815 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port e585297b-2188-48b5-908b-c27fd6f80257 2026-08-12 01:30:49.474 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port db5c29f7-43a1-49f2-88cf-172e5d94e1e5 2026-08-12 01:30:51.449 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port db5c29f7-43a1-49f2-88cf-172e5d94e1e5 2026-08-12 01:30:52.993 12 INFO neutron.plugins.ml2.plugin [None req-7e758dab-8fa4-4515-8e21-1a07089976bb - - - - - -] Attempt 1 to provision port 28131700-fe14-4146-a095-93460d08b454 2026-08-12 01:30:53.208 12 INFO neutron.plugins.ml2.plugin [None req-7e758dab-8fa4-4515-8e21-1a07089976bb - - - - - -] Attempt 1 to provision port db5c29f7-43a1-49f2-88cf-172e5d94e1e5 2026-08-12 01:30:53.470 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 28131700-fe14-4146-a095-93460d08b454 2026-08-12 01:30:55.490 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 07da23dd-e4aa-42d7-9352-8d972070345f 2026-08-12 01:30:57.459 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 07da23dd-e4aa-42d7-9352-8d972070345f 2026-08-12 01:31:00.784 11 INFO neutron.plugins.ml2.plugin [None req-0598baf6-f85b-43ac-a602-b1c8f4540223 - - - - - -] Attempt 1 to provision port db5c29f7-43a1-49f2-88cf-172e5d94e1e5 2026-08-12 01:31:00.843 11 INFO neutron.plugins.ml2.plugin [None req-0598baf6-f85b-43ac-a602-b1c8f4540223 - - - - - -] Attempt 1 to provision port f3e130e0-6eee-425e-96b9-9ebfccbc6a26 2026-08-12 01:31:00.874 11 INFO neutron.plugins.ml2.plugin [None req-0598baf6-f85b-43ac-a602-b1c8f4540223 - - - - - -] Attempt 1 to provision port 1a5c382b-2fa1-4ee2-a85b-879d65312fac 2026-08-12 01:31:00.918 11 INFO neutron.plugins.ml2.plugin [None req-0598baf6-f85b-43ac-a602-b1c8f4540223 - - - - - -] Attempt 1 to provision port 07da23dd-e4aa-42d7-9352-8d972070345f 2026-08-12 01:31:00.983 11 INFO neutron.plugins.ml2.plugin [None req-0598baf6-f85b-43ac-a602-b1c8f4540223 - - - - - -] Attempt 1 to provision port 24571585-fb1f-45b2-8505-5b0ea9bd4750 2026-08-12 01:31:03.586 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 96ae3935-99b8-47a1-879e-f9a83864aa14 2026-08-12 01:31:04.042 11 INFO neutron.plugins.ml2.plugin [None req-3ba3e68f-fb17-467b-be77-9bccc06ce4d1 - - - - - -] Attempt 1 to provision port 254854a9-885f-4e55-999a-06060e19adcb 2026-08-12 01:31:04.547 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 39997165-dbc5-478c-899f-ab3dcc8ae76f 2026-08-12 01:31:04.940 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 01e82653-ef65-488a-a02a-166870c9c18e 2026-08-12 01:31:05.688 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 96ae3935-99b8-47a1-879e-f9a83864aa14 2026-08-12 01:31:05.932 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 254854a9-885f-4e55-999a-06060e19adcb 2026-08-12 01:31:06.142 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 39997165-dbc5-478c-899f-ab3dcc8ae76f 2026-08-12 01:31:06.344 12 INFO neutron.plugins.ml2.plugin [None req-ba060e0a-ef5f-4a64-aa72-aef9ac25d439 - - - - - -] Attempt 1 to provision port 01e82653-ef65-488a-a02a-166870c9c18e 2026-08-12 01:31:07.690 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 212bcce6-952a-43d8-bf9f-67e8466028f6 2026-08-12 01:31:09.540 12 INFO neutron.plugins.ml2.plugin [None req-f1bb185d-6534-4435-abe9-5a0348cf9003 - - - - - -] Attempt 1 to provision port 5af674dc-5c2a-4fad-a86a-dae617a65419 2026-08-12 01:31:09.595 12 INFO neutron.plugins.ml2.plugin [None req-f1bb185d-6534-4435-abe9-5a0348cf9003 - - - - - -] Attempt 1 to provision port 01e82653-ef65-488a-a02a-166870c9c18e 2026-08-12 01:31:09.645 12 INFO neutron.plugins.ml2.plugin [None req-f1bb185d-6534-4435-abe9-5a0348cf9003 - - - - - -] Attempt 1 to provision port 07da23dd-e4aa-42d7-9352-8d972070345f 2026-08-12 01:31:09.708 12 INFO neutron.plugins.ml2.plugin [None req-f1bb185d-6534-4435-abe9-5a0348cf9003 - - - - - -] Attempt 1 to provision port 24571585-fb1f-45b2-8505-5b0ea9bd4750 2026-08-12 01:31:09.741 12 INFO neutron.plugins.ml2.plugin [None req-f1bb185d-6534-4435-abe9-5a0348cf9003 - - - - - -] Attempt 1 to provision port f3e130e0-6eee-425e-96b9-9ebfccbc6a26 2026-08-12 01:31:10.821 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 7942d9a1-b46f-4db2-83f4-14e7eaf0a1c4 2026-08-12 01:31:11.203 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 909af654-db89-4470-9870-8805ce779443 2026-08-12 01:31:11.317 11 INFO neutron.notifiers.nova [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Nova event matching ['req-6eb5645b-c877-4a0a-abd6-ad176e5e4c56'] response: {'server_uuid': '4a8976c4-bab9-4827-b949-0058e1544999', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7942d9a1-b46f-4db2-83f4-14e7eaf0a1c4', 'code': 200} 2026-08-12 01:31:11.572 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 212bcce6-952a-43d8-bf9f-67e8466028f6 2026-08-12 01:31:12.596 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 7942d9a1-b46f-4db2-83f4-14e7eaf0a1c4 2026-08-12 01:31:12.883 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 49aed450-8bf7-4f0b-88f7-c7f5e19cdfe3 2026-08-12 01:31:13.278 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 909af654-db89-4470-9870-8805ce779443 2026-08-12 01:31:13.385 11 INFO neutron.notifiers.nova [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Nova event matching ['req-9155759c-0d84-45e5-a285-24b977943de8'] response: {'server_uuid': '4bdf9412-7589-421c-b867-4fa3a64d075e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '909af654-db89-4470-9870-8805ce779443', 'code': 200} 2026-08-12 01:31:13.385 11 INFO neutron.notifiers.nova [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Nova event matching ['req-9155759c-0d84-45e5-a285-24b977943de8'] response: {'server_uuid': 'ebb640bf-9a8d-4576-aef1-419cae88cd8e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '49aed450-8bf7-4f0b-88f7-c7f5e19cdfe3', 'code': 200} 2026-08-12 01:31:14.399 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 49aed450-8bf7-4f0b-88f7-c7f5e19cdfe3 2026-08-12 01:31:17.099 12 INFO neutron.plugins.ml2.plugin [None req-7730aee6-97aa-43c9-b363-22a426a93a90 - - - - - -] Attempt 1 to provision port 7474f7e2-2d3b-4ad4-a90e-9ddbd98428e0 2026-08-12 01:31:17.139 12 INFO neutron.plugins.ml2.plugin [None req-7730aee6-97aa-43c9-b363-22a426a93a90 - - - - - -] Attempt 1 to provision port f3e130e0-6eee-425e-96b9-9ebfccbc6a26 2026-08-12 01:31:17.175 12 INFO neutron.plugins.ml2.plugin [None req-7730aee6-97aa-43c9-b363-22a426a93a90 - - - - - -] Attempt 1 to provision port 24571585-fb1f-45b2-8505-5b0ea9bd4750 2026-08-12 01:31:20.202 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 61ebe175-cd73-445e-8646-ba5f839a55c9 2026-08-12 01:31:22.442 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port b3dde506-aeb0-4df1-8ded-297c1fae420e 2026-08-12 01:31:22.881 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 61ebe175-cd73-445e-8646-ba5f839a55c9 2026-08-12 01:31:23.857 12 INFO neutron.plugins.ml2.plugin [None req-97f321c5-b59d-444b-ac88-cf1fff94e97a - - - - - -] Attempt 1 to provision port dfc76a14-8818-4489-8243-62ccdbeaf216 2026-08-12 01:31:23.893 12 INFO neutron.plugins.ml2.plugin [None req-97f321c5-b59d-444b-ac88-cf1fff94e97a - - - - - -] Attempt 1 to provision port 5af674dc-5c2a-4fad-a86a-dae617a65419 2026-08-12 01:31:23.924 12 INFO neutron.plugins.ml2.plugin [None req-97f321c5-b59d-444b-ac88-cf1fff94e97a - - - - - -] Attempt 1 to provision port b3dde506-aeb0-4df1-8ded-297c1fae420e 2026-08-12 01:31:23.980 12 INFO neutron.plugins.ml2.plugin [None req-97f321c5-b59d-444b-ac88-cf1fff94e97a - - - - - -] Attempt 1 to provision port 01e82653-ef65-488a-a02a-166870c9c18e 2026-08-12 01:31:24.034 12 INFO neutron.plugins.ml2.plugin [None req-97f321c5-b59d-444b-ac88-cf1fff94e97a - - - - - -] Attempt 1 to provision port 49aed450-8bf7-4f0b-88f7-c7f5e19cdfe3 2026-08-12 01:31:24.084 12 INFO neutron.plugins.ml2.plugin [None req-97f321c5-b59d-444b-ac88-cf1fff94e97a - - - - - -] Attempt 1 to provision port 24571585-fb1f-45b2-8505-5b0ea9bd4750 2026-08-12 01:31:24.270 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port b3dde506-aeb0-4df1-8ded-297c1fae420e 2026-08-12 01:31:29.246 11 INFO neutron.plugins.ml2.plugin [None req-2536680f-4d91-4e3f-a902-2ace493ee0d5 - - - - - -] Attempt 1 to provision port dfc76a14-8818-4489-8243-62ccdbeaf216 2026-08-12 01:31:29.289 11 INFO neutron.plugins.ml2.plugin [None req-2536680f-4d91-4e3f-a902-2ace493ee0d5 - - - - - -] Attempt 1 to provision port 72fe2410-8ff1-4e9a-ac0c-c3645ed27090 2026-08-12 01:31:29.320 11 INFO neutron.plugins.ml2.plugin [None req-2536680f-4d91-4e3f-a902-2ace493ee0d5 - - - - - -] Attempt 1 to provision port 5af674dc-5c2a-4fad-a86a-dae617a65419 2026-08-12 01:31:29.368 11 INFO neutron.plugins.ml2.plugin [None req-2536680f-4d91-4e3f-a902-2ace493ee0d5 - - - - - -] Attempt 1 to provision port b3dde506-aeb0-4df1-8ded-297c1fae420e 2026-08-12 01:31:33.027 12 INFO neutron.plugins.ml2.plugin [None req-291a2d1a-9220-4052-804e-18935fd5b00d - - - - - -] Attempt 1 to provision port 5af674dc-5c2a-4fad-a86a-dae617a65419 2026-08-12 01:31:33.061 12 INFO neutron.plugins.ml2.plugin [None req-291a2d1a-9220-4052-804e-18935fd5b00d - - - - - -] Attempt 1 to provision port 7942d9a1-b46f-4db2-83f4-14e7eaf0a1c4 2026-08-12 01:31:36.232 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port df03cfee-2d92-468b-8155-448115fdda5c 2026-08-12 01:31:36.596 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 73c6a5c1-9669-430a-a20e-84cf528aa692 2026-08-12 01:31:38.213 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port df03cfee-2d92-468b-8155-448115fdda5c 2026-08-12 01:31:38.386 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 73c6a5c1-9669-430a-a20e-84cf528aa692 2026-08-12 01:31:38.719 12 INFO neutron.plugins.ml2.plugin [None req-b29204ee-55bf-4b63-9d97-490d07cd6dca - - - - - -] Attempt 1 to provision port dfc76a14-8818-4489-8243-62ccdbeaf216 2026-08-12 01:31:38.746 12 INFO neutron.plugins.ml2.plugin [None req-b29204ee-55bf-4b63-9d97-490d07cd6dca - - - - - -] Attempt 1 to provision port ecb0a8c1-1c18-4573-9eed-175c7e45de67 2026-08-12 01:31:38.790 12 INFO neutron.plugins.ml2.plugin [None req-b29204ee-55bf-4b63-9d97-490d07cd6dca - - - - - -] Attempt 1 to provision port ffc0e9c9-c085-4017-b6cc-95f7e345f0ff 2026-08-12 01:31:38.821 12 INFO neutron.plugins.ml2.plugin [None req-b29204ee-55bf-4b63-9d97-490d07cd6dca - - - - - -] Attempt 1 to provision port 49aed450-8bf7-4f0b-88f7-c7f5e19cdfe3 2026-08-12 01:31:38.930 12 INFO neutron.plugins.ml2.plugin [None req-b29204ee-55bf-4b63-9d97-490d07cd6dca - - - - - -] Attempt 1 to provision port df03cfee-2d92-468b-8155-448115fdda5c 2026-08-12 01:31:40.772 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 95884a22-6961-4fa8-a0ee-8906e6091b7b 2026-08-12 01:31:40.906 11 INFO neutron.notifiers.nova [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Nova event matching ['req-cbba4338-632b-4161-a6e3-f2e0ada5cfc3'] response: {'server_uuid': '8404a285-e3af-4af2-99e7-424124c18abe', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '95884a22-6961-4fa8-a0ee-8906e6091b7b', 'code': 200} 2026-08-12 01:31:42.213 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 95884a22-6961-4fa8-a0ee-8906e6091b7b 2026-08-12 01:31:42.475 11 INFO neutron.plugins.ml2.plugin [None req-cdc9f2c4-b962-46f1-9dfa-34ad1c07ae4a - - - - - -] Attempt 1 to provision port 59284495-8b27-4d5f-94f7-36e8da9876c6 2026-08-12 01:31:42.506 11 INFO neutron.plugins.ml2.plugin [None req-cdc9f2c4-b962-46f1-9dfa-34ad1c07ae4a - - - - - -] Attempt 1 to provision port dfc76a14-8818-4489-8243-62ccdbeaf216 2026-08-12 01:31:42.533 11 INFO neutron.plugins.ml2.plugin [None req-cdc9f2c4-b962-46f1-9dfa-34ad1c07ae4a - - - - - -] Attempt 1 to provision port df03cfee-2d92-468b-8155-448115fdda5c 2026-08-12 01:31:42.606 11 INFO neutron.plugins.ml2.plugin [None req-cdc9f2c4-b962-46f1-9dfa-34ad1c07ae4a - - - - - -] Attempt 1 to provision port ecb0a8c1-1c18-4573-9eed-175c7e45de67 2026-08-12 01:31:44.333 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 72fe2410-8ff1-4e9a-ac0c-c3645ed27090 2026-08-12 01:31:44.639 11 INFO neutron.plugins.ml2.plugin [None req-e6e3b70b-ba52-489e-bc70-2c139f13415f - - - - - -] Attempt 1 to provision port 5af674dc-5c2a-4fad-a86a-dae617a65419 2026-08-12 01:31:45.659 11 INFO neutron.plugins.ml2.plugin [None req-37986d0d-cfc5-4d11-85ba-6eca97134a2f - - - - - -] Attempt 1 to provision port 95884a22-6961-4fa8-a0ee-8906e6091b7b 2026-08-12 01:31:45.713 11 INFO neutron.plugins.ml2.plugin [None req-37986d0d-cfc5-4d11-85ba-6eca97134a2f - - - - - -] Attempt 1 to provision port ecb0a8c1-1c18-4573-9eed-175c7e45de67 2026-08-12 01:31:47.075 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 7474f7e2-2d3b-4ad4-a90e-9ddbd98428e0 2026-08-12 01:31:47.326 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 72fe2410-8ff1-4e9a-ac0c-c3645ed27090 2026-08-12 01:31:47.484 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 24571585-fb1f-45b2-8505-5b0ea9bd4750 2026-08-12 01:31:47.704 12 INFO neutron.plugins.ml2.plugin [None req-f032ea65-6478-465d-9cda-c17cb87c0e08 - - - - - -] Attempt 1 to provision port ecb0a8c1-1c18-4573-9eed-175c7e45de67 2026-08-12 01:31:47.801 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 5af674dc-5c2a-4fad-a86a-dae617a65419 2026-08-12 01:31:48.028 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port e4e036ee-173a-4b2a-8f6a-da95ecc6b600 2026-08-12 01:31:48.124 11 INFO neutron.notifiers.nova [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Nova event matching ['req-389af18e-aa75-410b-900a-b57237676dff'] response: {'server_uuid': '33e2ec1e-9d08-4b38-bd50-5117a1403146', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e4e036ee-173a-4b2a-8f6a-da95ecc6b600', 'code': 200} 2026-08-12 01:31:48.679 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 24571585-fb1f-45b2-8505-5b0ea9bd4750 2026-08-12 01:31:48.989 12 INFO neutron.plugins.ml2.plugin [None req-29127f73-da73-4671-aaea-46e0f22b7e85 - - - - - -] Attempt 1 to provision port 7474f7e2-2d3b-4ad4-a90e-9ddbd98428e0 2026-08-12 01:31:49.214 12 INFO neutron.plugins.ml2.plugin [None req-29127f73-da73-4671-aaea-46e0f22b7e85 - - - - - -] Attempt 1 to provision port e4e036ee-173a-4b2a-8f6a-da95ecc6b600 2026-08-12 01:31:49.774 12 INFO neutron.plugins.ml2.plugin [None req-1dbeec53-3a91-4f59-a1c3-4f9fdc3fb9f4 - - - - - -] Attempt 1 to provision port e4e036ee-173a-4b2a-8f6a-da95ecc6b600 2026-08-12 01:31:52.742 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port ecb0a8c1-1c18-4573-9eed-175c7e45de67 2026-08-12 01:31:53.071 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 59284495-8b27-4d5f-94f7-36e8da9876c6 2026-08-12 01:31:54.448 12 INFO neutron.notifiers.nova [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Nova event matching ['req-c4ffbf18-563a-4ac9-aa02-18ac970b333b'] response: {'server_uuid': 'ebb640bf-9a8d-4576-aef1-419cae88cd8e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '49aed450-8bf7-4f0b-88f7-c7f5e19cdfe3', 'code': 200} 2026-08-12 01:31:55.524 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port ecb0a8c1-1c18-4573-9eed-175c7e45de67 2026-08-12 01:31:55.722 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 49aed450-8bf7-4f0b-88f7-c7f5e19cdfe3 2026-08-12 01:31:56.056 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 59284495-8b27-4d5f-94f7-36e8da9876c6 2026-08-12 01:31:56.494 12 INFO neutron.notifiers.nova [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Nova event matching ['req-edd8d741-7d8b-41cd-868b-cd6a8e92e2db'] response: {'server_uuid': 'ebb640bf-9a8d-4576-aef1-419cae88cd8e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '49aed450-8bf7-4f0b-88f7-c7f5e19cdfe3', 'code': 200} 2026-08-12 01:31:57.976 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 49aed450-8bf7-4f0b-88f7-c7f5e19cdfe3 2026-08-12 01:32:00.547 12 INFO neutron.plugins.ml2.plugin [None req-02e083f2-396a-46e9-873b-61d4fdd5ca81 - - - - - -] Attempt 1 to provision port 7942d9a1-b46f-4db2-83f4-14e7eaf0a1c4 2026-08-12 01:32:03.547 11 INFO neutron.plugins.ml2.plugin [None req-f3007a92-12fc-49aa-aea1-6306cc7018a5 - - - - - -] Attempt 1 to provision port 7942d9a1-b46f-4db2-83f4-14e7eaf0a1c4 2026-08-12 01:32:03.962 12 INFO neutron.notifiers.nova [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Nova event matching ['req-551d49df-0dde-4e85-bc94-690a9a73b12e'] response: {'server_uuid': '4a8976c4-bab9-4827-b949-0058e1544999', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7942d9a1-b46f-4db2-83f4-14e7eaf0a1c4', 'code': 200} 2026-08-12 01:32:07.477 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port aefa4222-6264-40a1-86fc-242e7409a5bb 2026-08-12 01:32:09.404 11 INFO neutron.plugins.ml2.plugin [None req-ade47317-2c71-468a-b976-e4dcd7f80af4 - - - - - -] Attempt 1 to provision port 2c1897e0-018b-492a-a2a9-2003eaae9074 2026-08-12 01:32:09.448 11 INFO neutron.plugins.ml2.plugin [None req-ade47317-2c71-468a-b976-e4dcd7f80af4 - - - - - -] Attempt 1 to provision port aefa4222-6264-40a1-86fc-242e7409a5bb 2026-08-12 01:32:09.616 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port fd081047-d2ce-4a39-9904-46bec6dd2474 2026-08-12 01:32:10.081 12 INFO neutron.plugins.ml2.plugin [None req-971b5d37-3172-47a7-a6fb-785756ddc33d - - - - - -] Attempt 1 to provision port aefa4222-6264-40a1-86fc-242e7409a5bb 2026-08-12 01:32:11.830 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port fd081047-d2ce-4a39-9904-46bec6dd2474 2026-08-12 01:32:12.692 11 INFO neutron.plugins.ml2.plugin [None req-9cb7218e-b540-4b1e-bd0d-68c3d4e9b980 - - - - - -] Attempt 1 to provision port ea00ab1d-77a6-4e24-ae65-4d3a1fe87ee8 2026-08-12 01:32:12.731 11 INFO neutron.plugins.ml2.plugin [None req-9cb7218e-b540-4b1e-bd0d-68c3d4e9b980 - - - - - -] Attempt 1 to provision port aefa4222-6264-40a1-86fc-242e7409a5bb 2026-08-12 01:32:15.250 11 INFO neutron.plugins.ml2.plugin [None req-470cebfc-750a-433e-a114-5dab9246e33e - - - - - -] Attempt 1 to provision port ea00ab1d-77a6-4e24-ae65-4d3a1fe87ee8 2026-08-12 01:32:16.560 11 INFO neutron.plugins.ml2.plugin [None req-8e6b9389-d004-4cde-bd25-6b8bdeca691e - - - - - -] Attempt 1 to provision port ea00ab1d-77a6-4e24-ae65-4d3a1fe87ee8 2026-08-12 01:32:22.617 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 4717315a-d89c-42cc-a2cf-d614ddc5dd72 2026-08-12 01:32:22.745 12 INFO neutron.notifiers.nova [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Nova event matching ['req-4af97fca-b272-4c40-a610-0537f961734b'] response: {'server_uuid': 'e9c64c46-5d32-46e6-904b-b29b93e19840', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4717315a-d89c-42cc-a2cf-d614ddc5dd72', 'code': 200} 2026-08-12 01:32:23.492 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 4717315a-d89c-42cc-a2cf-d614ddc5dd72 2026-08-12 01:32:27.561 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 2c1897e0-018b-492a-a2a9-2003eaae9074 2026-08-12 01:32:27.904 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port ea00ab1d-77a6-4e24-ae65-4d3a1fe87ee8 2026-08-12 01:32:29.570 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 2c1897e0-018b-492a-a2a9-2003eaae9074 2026-08-12 01:32:29.797 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port ea00ab1d-77a6-4e24-ae65-4d3a1fe87ee8 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ee1ee9d5-dc9a-4d2a-9b5d-4424f21185ae could not be found. 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ee1ee9d5-dc9a-4d2a-9b5d-4424f21185ae could not be found. 2026-08-12 01:32:42.182 12 ERROR neutron.plugins.ml2.managers 2026-08-12 01:32:42.187 12 ERROR neutron.plugins.ml2.managers [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Failed to bind port 2671aac8-ee33-40c4-bf74-ccf6b69dc4ec on host instance for vnic_type normal using segments [{'id': 'f31a08b1-3dba-44cf-9df7-64aca6bc4611', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 944, 'network_id': '5b4c4f32-7f9e-4271-829b-d3393c4603fb'}] 2026-08-12 01:32:42.187 12 INFO neutron.plugins.ml2.plugin [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Attempt 2 to bind port 2671aac8-ee33-40c4-bf74-ccf6b69dc4ec 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ee1ee9d5-dc9a-4d2a-9b5d-4424f21185ae could not be found. 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ee1ee9d5-dc9a-4d2a-9b5d-4424f21185ae could not be found. 2026-08-12 01:32:42.211 12 ERROR neutron.plugins.ml2.managers 2026-08-12 01:32:42.213 12 ERROR neutron.plugins.ml2.managers [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Failed to bind port 2671aac8-ee33-40c4-bf74-ccf6b69dc4ec on host instance for vnic_type normal using segments [{'id': 'f31a08b1-3dba-44cf-9df7-64aca6bc4611', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 944, 'network_id': '5b4c4f32-7f9e-4271-829b-d3393c4603fb'}] 2026-08-12 01:32:42.214 12 INFO neutron.plugins.ml2.plugin [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Attempt 3 to bind port 2671aac8-ee33-40c4-bf74-ccf6b69dc4ec 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ee1ee9d5-dc9a-4d2a-9b5d-4424f21185ae could not be found. 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ee1ee9d5-dc9a-4d2a-9b5d-4424f21185ae could not be found. 2026-08-12 01:32:42.232 12 ERROR neutron.plugins.ml2.managers 2026-08-12 01:32:42.234 12 ERROR neutron.plugins.ml2.managers [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Failed to bind port 2671aac8-ee33-40c4-bf74-ccf6b69dc4ec on host instance for vnic_type normal using segments [{'id': 'f31a08b1-3dba-44cf-9df7-64aca6bc4611', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 944, 'network_id': '5b4c4f32-7f9e-4271-829b-d3393c4603fb'}] 2026-08-12 01:32:42.234 12 INFO neutron.plugins.ml2.plugin [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Attempt 4 to bind port 2671aac8-ee33-40c4-bf74-ccf6b69dc4ec 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ee1ee9d5-dc9a-4d2a-9b5d-4424f21185ae could not be found. 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ee1ee9d5-dc9a-4d2a-9b5d-4424f21185ae could not be found. 2026-08-12 01:32:42.253 12 ERROR neutron.plugins.ml2.managers 2026-08-12 01:32:42.255 12 ERROR neutron.plugins.ml2.managers [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Failed to bind port 2671aac8-ee33-40c4-bf74-ccf6b69dc4ec on host instance for vnic_type normal using segments [{'id': 'f31a08b1-3dba-44cf-9df7-64aca6bc4611', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 944, 'network_id': '5b4c4f32-7f9e-4271-829b-d3393c4603fb'}] 2026-08-12 01:32:42.255 12 INFO neutron.plugins.ml2.plugin [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Attempt 5 to bind port 2671aac8-ee33-40c4-bf74-ccf6b69dc4ec 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ee1ee9d5-dc9a-4d2a-9b5d-4424f21185ae could not be found. 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ee1ee9d5-dc9a-4d2a-9b5d-4424f21185ae could not be found. 2026-08-12 01:32:42.270 12 ERROR neutron.plugins.ml2.managers 2026-08-12 01:32:42.272 12 ERROR neutron.plugins.ml2.managers [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Failed to bind port 2671aac8-ee33-40c4-bf74-ccf6b69dc4ec on host instance for vnic_type normal using segments [{'id': 'f31a08b1-3dba-44cf-9df7-64aca6bc4611', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 944, 'network_id': '5b4c4f32-7f9e-4271-829b-d3393c4603fb'}] 2026-08-12 01:32:42.272 12 INFO neutron.plugins.ml2.plugin [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Attempt 6 to bind port 2671aac8-ee33-40c4-bf74-ccf6b69dc4ec 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ee1ee9d5-dc9a-4d2a-9b5d-4424f21185ae could not be found. 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ee1ee9d5-dc9a-4d2a-9b5d-4424f21185ae could not be found. 2026-08-12 01:32:42.288 12 ERROR neutron.plugins.ml2.managers 2026-08-12 01:32:42.290 12 ERROR neutron.plugins.ml2.managers [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Failed to bind port 2671aac8-ee33-40c4-bf74-ccf6b69dc4ec on host instance for vnic_type normal using segments [{'id': 'f31a08b1-3dba-44cf-9df7-64aca6bc4611', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 944, 'network_id': '5b4c4f32-7f9e-4271-829b-d3393c4603fb'}] 2026-08-12 01:32:42.291 12 INFO neutron.plugins.ml2.plugin [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Attempt 7 to bind port 2671aac8-ee33-40c4-bf74-ccf6b69dc4ec 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ee1ee9d5-dc9a-4d2a-9b5d-4424f21185ae could not be found. 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ee1ee9d5-dc9a-4d2a-9b5d-4424f21185ae could not be found. 2026-08-12 01:32:42.304 12 ERROR neutron.plugins.ml2.managers 2026-08-12 01:32:42.306 12 ERROR neutron.plugins.ml2.managers [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Failed to bind port 2671aac8-ee33-40c4-bf74-ccf6b69dc4ec on host instance for vnic_type normal using segments [{'id': 'f31a08b1-3dba-44cf-9df7-64aca6bc4611', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 944, 'network_id': '5b4c4f32-7f9e-4271-829b-d3393c4603fb'}] 2026-08-12 01:32:42.306 12 INFO neutron.plugins.ml2.plugin [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Attempt 8 to bind port 2671aac8-ee33-40c4-bf74-ccf6b69dc4ec 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ee1ee9d5-dc9a-4d2a-9b5d-4424f21185ae could not be found. 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ee1ee9d5-dc9a-4d2a-9b5d-4424f21185ae could not be found. 2026-08-12 01:32:42.318 12 ERROR neutron.plugins.ml2.managers 2026-08-12 01:32:42.319 12 ERROR neutron.plugins.ml2.managers [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Failed to bind port 2671aac8-ee33-40c4-bf74-ccf6b69dc4ec on host instance for vnic_type normal using segments [{'id': 'f31a08b1-3dba-44cf-9df7-64aca6bc4611', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 944, 'network_id': '5b4c4f32-7f9e-4271-829b-d3393c4603fb'}] 2026-08-12 01:32:42.319 12 INFO neutron.plugins.ml2.plugin [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Attempt 9 to bind port 2671aac8-ee33-40c4-bf74-ccf6b69dc4ec 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ee1ee9d5-dc9a-4d2a-9b5d-4424f21185ae could not be found. 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ee1ee9d5-dc9a-4d2a-9b5d-4424f21185ae could not be found. 2026-08-12 01:32:42.327 12 ERROR neutron.plugins.ml2.managers 2026-08-12 01:32:42.328 12 ERROR neutron.plugins.ml2.managers [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Failed to bind port 2671aac8-ee33-40c4-bf74-ccf6b69dc4ec on host instance for vnic_type normal using segments [{'id': 'f31a08b1-3dba-44cf-9df7-64aca6bc4611', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 944, 'network_id': '5b4c4f32-7f9e-4271-829b-d3393c4603fb'}] 2026-08-12 01:32:42.328 12 INFO neutron.plugins.ml2.plugin [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Attempt 10 to bind port 2671aac8-ee33-40c4-bf74-ccf6b69dc4ec 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ee1ee9d5-dc9a-4d2a-9b5d-4424f21185ae could not be found. 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ee1ee9d5-dc9a-4d2a-9b5d-4424f21185ae could not be found. 2026-08-12 01:32:42.337 12 ERROR neutron.plugins.ml2.managers 2026-08-12 01:32:42.339 12 ERROR neutron.plugins.ml2.managers [None req-86beb163-4001-4f45-9912-e2596e75b0c3 - - - - - -] Failed to bind port 2671aac8-ee33-40c4-bf74-ccf6b69dc4ec on host instance for vnic_type normal using segments [{'id': 'f31a08b1-3dba-44cf-9df7-64aca6bc4611', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 944, 'network_id': '5b4c4f32-7f9e-4271-829b-d3393c4603fb'}] 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server [None req-261c0d21-5fe3-4bad-920d-36cab3264262 - - - - - -] Exception during message handling: neutron_lib.exceptions.PortNotFound: Port 2671aac8-ee33-40c4-bf74-ccf6b69dc4ec could not be found. 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 292, in _get_port 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server port = model_query.get_by_id(context, models_v2.Port, id, 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/model_query.py", line 211, in get_by_id 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/query.py", line 2804, in one 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server return self._iter().one() # type: ignore 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 1808, in one 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 752, in _only_one_row 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 174, in _process_incoming 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server raise self.value 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server raise self.value 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server raise self.value 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 340, in get_dhcp_port 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server return plugin.get_port(context, port_id) 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server raise self.value 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server raise self.value 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server raise self.value 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1677, in get_port 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server port = self._get_port(context, id, lazy_fields=lazy_fields) 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 295, in _get_port 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server raise exceptions.PortNotFound(port_id=id) 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.PortNotFound: Port 2671aac8-ee33-40c4-bf74-ccf6b69dc4ec could not be found. 2026-08-12 01:32:42.909 11 ERROR oslo_messaging.rpc.server 2026-08-12 01:32:52.520 11 INFO neutron.plugins.ml2.plugin [None req-23e200d0-7468-4629-afaa-805f7e373aaa - - - - - -] Attempt 1 to provision port f4ac1990-eaae-46dc-90af-95f5386f1e96 2026-08-12 01:32:55.498 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 2a0701e5-cd9a-42c3-95d9-baababf061ef 2026-08-12 01:32:56.273 11 INFO neutron.plugins.ml2.plugin [None req-8d9eb19d-81cf-4505-a32f-fb43c0f5b951 - - - - - -] Attempt 1 to provision port 2a0701e5-cd9a-42c3-95d9-baababf061ef 2026-08-12 01:32:57.569 12 INFO neutron.plugins.ml2.plugin [None req-de44143d-4800-470d-b6f4-f21c965a1a8c - - - - - -] Attempt 1 to provision port cb76d9f8-efe1-4fcc-ae60-a82ab0b89451 2026-08-12 01:32:57.966 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 2a0701e5-cd9a-42c3-95d9-baababf061ef 2026-08-12 01:32:59.273 11 INFO neutron.plugins.ml2.plugin [None req-e34bf246-6010-463f-9507-fb532f501a3e - - - - - -] Attempt 1 to provision port 45d6013a-104b-4d9b-898c-da03ecf69b87 2026-08-12 01:32:59.320 11 INFO neutron.plugins.ml2.plugin [None req-e34bf246-6010-463f-9507-fb532f501a3e - - - - - -] Attempt 1 to provision port 2a0701e5-cd9a-42c3-95d9-baababf061ef 2026-08-12 01:32:59.403 11 INFO neutron.plugins.ml2.plugin [None req-e34bf246-6010-463f-9507-fb532f501a3e - - - - - -] Attempt 1 to provision port ca9f9787-67e0-4a89-9469-b1df89e9f392 2026-08-12 01:32:59.531 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port cb76d9f8-efe1-4fcc-ae60-a82ab0b89451 2026-08-12 01:33:01.035 11 INFO neutron.plugins.ml2.plugin [None req-b1026c4b-c42a-4e76-8dd2-033cc3d70a51 - - - - - -] Attempt 1 to provision port ca9f9787-67e0-4a89-9469-b1df89e9f392 2026-08-12 01:33:02.344 11 INFO neutron.plugins.ml2.plugin [None req-6e6b7f02-74e6-4223-8a3e-82a310ba66e9 - - - - - -] Attempt 1 to provision port ca9f9787-67e0-4a89-9469-b1df89e9f392 2026-08-12 01:33:12.621 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 254bdda3-19cb-40c3-8b0e-649856515f0b 2026-08-12 01:33:12.752 12 INFO neutron.notifiers.nova [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Nova event matching ['req-7ab4f1bb-0066-44ea-ad1e-2246d26cf516'] response: {'server_uuid': '945fa683-7050-43a4-8075-fd3fda75fa3d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '254bdda3-19cb-40c3-8b0e-649856515f0b', 'code': 200} 2026-08-12 01:33:13.572 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 254bdda3-19cb-40c3-8b0e-649856515f0b 2026-08-12 01:33:15.675 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port ca9f9787-67e0-4a89-9469-b1df89e9f392 2026-08-12 01:33:16.020 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 8ee41bbe-2eaa-417b-bf10-fdcd14efb24d 2026-08-12 01:33:16.964 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] No ports have port_id starting with 8ee41bbe-2eaa-417b-bf10-fdcd14efb24d 2026-08-12 01:33:16.993 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 45d6013a-104b-4d9b-898c-da03ecf69b87 2026-08-12 01:33:18.007 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port ca9f9787-67e0-4a89-9469-b1df89e9f392 2026-08-12 01:33:18.201 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 45d6013a-104b-4d9b-898c-da03ecf69b87 2026-08-12 01:33:25.972 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 6d15922f-01f9-43f4-924c-8d4e8c2e4fa5 2026-08-12 01:33:26.167 12 INFO neutron.plugins.ml2.plugin [None req-261ae248-a636-44ad-83b8-7d7e8857135c - - - - - -] Attempt 1 to provision port 6d15922f-01f9-43f4-924c-8d4e8c2e4fa5 2026-08-12 01:33:31.859 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 07238995-439f-4d85-b996-4f6a4d5c9419 2026-08-12 01:33:37.837 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port f1f9282f-05a0-4c73-9d65-6f0914eb7103 2026-08-12 01:33:51.846 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 23d3d786-b125-43fa-9486-b6c3e95a6665 2026-08-12 01:33:53.907 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 4e8ffdf6-2d67-4643-bfbd-06f714f6c3fe 2026-08-12 01:33:54.028 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 23d3d786-b125-43fa-9486-b6c3e95a6665 2026-08-12 01:33:57.782 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port e3020ec3-102a-4a16-babf-cee05d0f3ce9 2026-08-12 01:33:59.916 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 02b4c94e-5e47-4633-8561-9b9e966f6899 2026-08-12 01:34:00.584 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port e3020ec3-102a-4a16-babf-cee05d0f3ce9 2026-08-12 01:34:01.800 11 INFO neutron.plugins.ml2.plugin [None req-34e7a1fa-ac32-4425-9d6c-6bd30295e5db - - - - - -] Attempt 1 to provision port fec30277-aa88-4ea4-bd91-836ee77989a5 2026-08-12 01:34:01.836 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 02b4c94e-5e47-4633-8561-9b9e966f6899 2026-08-12 01:34:01.838 11 INFO neutron.plugins.ml2.plugin [None req-34e7a1fa-ac32-4425-9d6c-6bd30295e5db - - - - - -] Attempt 1 to provision port 02b4c94e-5e47-4633-8561-9b9e966f6899 2026-08-12 01:34:03.813 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 4a1b6ad5-0f03-44ac-952d-90de061f9fbe 2026-08-12 01:34:05.902 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 4a1b6ad5-0f03-44ac-952d-90de061f9fbe 2026-08-12 01:34:07.981 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 3e41383c-9165-40e9-940f-a495b5976890 2026-08-12 01:34:08.960 11 INFO neutron.plugins.ml2.plugin [None req-5554cc81-77b9-4c90-b485-7903ef46ddd5 - - - - - -] Attempt 1 to provision port 02b4c94e-5e47-4633-8561-9b9e966f6899 2026-08-12 01:34:09.029 11 INFO neutron.plugins.ml2.plugin [None req-5554cc81-77b9-4c90-b485-7903ef46ddd5 - - - - - -] Attempt 1 to provision port de7f36b2-d4ed-48c0-bcb2-21029f044884 2026-08-12 01:34:09.070 11 INFO neutron.plugins.ml2.plugin [None req-5554cc81-77b9-4c90-b485-7903ef46ddd5 - - - - - -] Attempt 1 to provision port 3e41383c-9165-40e9-940f-a495b5976890 2026-08-12 01:34:09.137 11 INFO neutron.plugins.ml2.plugin [None req-5554cc81-77b9-4c90-b485-7903ef46ddd5 - - - - - -] Attempt 1 to provision port fec30277-aa88-4ea4-bd91-836ee77989a5 2026-08-12 01:34:09.897 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 3e41383c-9165-40e9-940f-a495b5976890 2026-08-12 01:34:12.227 12 INFO neutron.plugins.ml2.plugin [None req-e59bb446-a902-4e25-8df3-5df8bb74d94e - - - - - -] Attempt 1 to provision port de7f36b2-d4ed-48c0-bcb2-21029f044884 2026-08-12 01:34:12.258 12 INFO neutron.plugins.ml2.plugin [None req-e59bb446-a902-4e25-8df3-5df8bb74d94e - - - - - -] Attempt 1 to provision port 3e41383c-9165-40e9-940f-a495b5976890 2026-08-12 01:34:18.701 12 INFO neutron.plugins.ml2.plugin [None req-7b87d5bb-78aa-49db-987c-ea5408f671bd - - - - - -] Attempt 1 to provision port de7f36b2-d4ed-48c0-bcb2-21029f044884 2026-08-12 01:34:18.732 12 INFO neutron.plugins.ml2.plugin [None req-7b87d5bb-78aa-49db-987c-ea5408f671bd - - - - - -] Attempt 1 to provision port 236ac1a5-7bbe-4ebc-808a-4616b9b11acb 2026-08-12 01:34:18.925 12 INFO neutron.plugins.ml2.plugin [None req-c72ae8a1-4cab-4f3c-916d-3827894d07d5 - - - - - -] Attempt 1 to provision port fec30277-aa88-4ea4-bd91-836ee77989a5 2026-08-12 01:34:18.946 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 236ac1a5-7bbe-4ebc-808a-4616b9b11acb 2026-08-12 01:34:19.141 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 7342a66f-7852-4efd-a64a-c7f7a5fceb68 2026-08-12 01:34:19.239 11 INFO neutron.notifiers.nova [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Nova event matching ['req-3062dc32-e319-4780-a86e-eb6fbac8661e'] response: {'server_uuid': 'c8db3ed0-8a39-452d-9adb-b9160effe856', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7342a66f-7852-4efd-a64a-c7f7a5fceb68', 'code': 200} 2026-08-12 01:34:19.469 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port fec30277-aa88-4ea4-bd91-836ee77989a5 2026-08-12 01:34:20.099 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 0205c498-707f-4e5c-b2a8-9510605c8d71 2026-08-12 01:34:20.385 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port de7f36b2-d4ed-48c0-bcb2-21029f044884 2026-08-12 01:34:20.678 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 236ac1a5-7bbe-4ebc-808a-4616b9b11acb 2026-08-12 01:34:20.894 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port fec30277-aa88-4ea4-bd91-836ee77989a5 2026-08-12 01:34:21.098 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 7342a66f-7852-4efd-a64a-c7f7a5fceb68 2026-08-12 01:34:21.430 12 INFO neutron.plugins.ml2.plugin [None req-d237e799-d57e-40a2-99c5-c6d670aecfbc - - - - - -] Attempt 1 to provision port fec30277-aa88-4ea4-bd91-836ee77989a5 2026-08-12 01:34:21.489 12 INFO neutron.plugins.ml2.plugin [None req-d237e799-d57e-40a2-99c5-c6d670aecfbc - - - - - -] Attempt 1 to provision port de7f36b2-d4ed-48c0-bcb2-21029f044884 2026-08-12 01:34:21.543 12 INFO neutron.plugins.ml2.plugin [None req-d237e799-d57e-40a2-99c5-c6d670aecfbc - - - - - -] Attempt 1 to provision port 0205c498-707f-4e5c-b2a8-9510605c8d71 2026-08-12 01:34:22.086 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 0205c498-707f-4e5c-b2a8-9510605c8d71 2026-08-12 01:34:22.254 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port de7f36b2-d4ed-48c0-bcb2-21029f044884 2026-08-12 01:34:26.005 11 INFO neutron.plugins.ml2.plugin [None req-ad5e9395-a689-4af8-9484-beee16be058e - - - - - -] Attempt 1 to provision port 7342a66f-7852-4efd-a64a-c7f7a5fceb68 2026-08-12 01:34:26.078 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 43687622-c759-4517-9ef2-f31bf9f53dcb 2026-08-12 01:34:28.039 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 43687622-c759-4517-9ef2-f31bf9f53dcb 2026-08-12 01:34:29.540 12 INFO neutron.plugins.ml2.plugin [None req-0a19d6b9-4043-44be-8aa0-3a4894b57d00 - - - - - -] Attempt 1 to provision port 142d76da-f59c-4441-8ec7-1d28108bb322 2026-08-12 01:34:29.572 12 INFO neutron.plugins.ml2.plugin [None req-0a19d6b9-4043-44be-8aa0-3a4894b57d00 - - - - - -] Attempt 1 to provision port 8f4c5816-0d08-4979-8ed8-ddb22dfb35dc 2026-08-12 01:34:30.137 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 8f4c5816-0d08-4979-8ed8-ddb22dfb35dc 2026-08-12 01:34:31.786 12 INFO neutron.plugins.ml2.plugin [None req-83f7d311-8a2e-4d3b-838d-80af7bfaec66 - - - - - -] Attempt 1 to provision port 142d76da-f59c-4441-8ec7-1d28108bb322 2026-08-12 01:34:31.815 12 INFO neutron.plugins.ml2.plugin [None req-83f7d311-8a2e-4d3b-838d-80af7bfaec66 - - - - - -] Attempt 1 to provision port 8f4c5816-0d08-4979-8ed8-ddb22dfb35dc 2026-08-12 01:34:33.753 12 INFO neutron.plugins.ml2.plugin [None req-50034a34-b042-4fde-8ade-4ef6e75b68f4 - - - - - -] Attempt 1 to provision port 142d76da-f59c-4441-8ec7-1d28108bb322 2026-08-12 01:34:35.803 11 INFO neutron.plugins.ml2.plugin [None req-0824b2b3-aae0-4fb2-b238-86fb758f2759 - - - - - -] Attempt 1 to provision port 142d76da-f59c-4441-8ec7-1d28108bb322 2026-08-12 01:34:35.828 11 INFO neutron.plugins.ml2.plugin [None req-0824b2b3-aae0-4fb2-b238-86fb758f2759 - - - - - -] Attempt 1 to provision port edebb30c-39a6-4ca9-9e62-5c50e0a7684a 2026-08-12 01:34:38.582 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port f50cc1c5-c7de-4d00-8079-48a55058e34f 2026-08-12 01:34:38.693 12 INFO neutron.notifiers.nova [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Nova event matching ['req-a96217c6-a37e-47df-bb7c-ca4223f7395a'] response: {'server_uuid': 'df13c832-4560-4d35-9c1e-57d8a3c0078f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f50cc1c5-c7de-4d00-8079-48a55058e34f', 'code': 200} 2026-08-12 01:34:40.043 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port f50cc1c5-c7de-4d00-8079-48a55058e34f 2026-08-12 01:34:42.041 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 142d76da-f59c-4441-8ec7-1d28108bb322 2026-08-12 01:34:44.220 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port edebb30c-39a6-4ca9-9e62-5c50e0a7684a 2026-08-12 01:34:44.489 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 142d76da-f59c-4441-8ec7-1d28108bb322 2026-08-12 01:34:46.302 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port edebb30c-39a6-4ca9-9e62-5c50e0a7684a 2026-08-12 01:35:00.064 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 264d2e44-5b41-402c-add9-dddd7c6a4436 2026-08-12 01:35:00.710 11 INFO neutron.plugins.ml2.plugin [None req-5b99cfd6-74c4-4651-b2fc-255650b26934 - - - - - -] Attempt 1 to provision port 264d2e44-5b41-402c-add9-dddd7c6a4436 2026-08-12 01:35:02.056 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 264d2e44-5b41-402c-add9-dddd7c6a4436 2026-08-12 01:35:04.122 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port ce279e7b-7071-4229-86d6-3376ad002242 2026-08-12 01:35:04.648 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port a2d15135-a0f2-46da-a25f-0a0dd245ddd9 2026-08-12 01:35:06.074 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port ce279e7b-7071-4229-86d6-3376ad002242 2026-08-12 01:35:06.253 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port a2d15135-a0f2-46da-a25f-0a0dd245ddd9 2026-08-12 01:35:08.099 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port d000acc7-5d88-4002-bb47-f997327ccbf7 2026-08-12 01:35:10.132 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port d000acc7-5d88-4002-bb47-f997327ccbf7 2026-08-12 01:35:12.142 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 264d2e44-5b41-402c-add9-dddd7c6a4436 2026-08-12 01:35:13.054 11 INFO neutron.plugins.ml2.plugin [None req-f1748b44-c54f-4632-9fda-b91115bc1367 - - - - - -] Attempt 1 to provision port 5bb5f018-e5f4-4aa6-a430-2b8992fc983a 2026-08-12 01:35:13.079 11 INFO neutron.plugins.ml2.plugin [None req-f1748b44-c54f-4632-9fda-b91115bc1367 - - - - - -] Attempt 1 to provision port 5428553c-80bb-47c7-baf7-c8f81a798688 2026-08-12 01:35:13.100 11 INFO neutron.plugins.ml2.plugin [None req-f1748b44-c54f-4632-9fda-b91115bc1367 - - - - - -] Attempt 1 to provision port d000acc7-5d88-4002-bb47-f997327ccbf7 2026-08-12 01:35:13.149 11 INFO neutron.plugins.ml2.plugin [None req-f1748b44-c54f-4632-9fda-b91115bc1367 - - - - - -] Attempt 1 to provision port ce279e7b-7071-4229-86d6-3376ad002242 2026-08-12 01:35:13.192 11 INFO neutron.plugins.ml2.plugin [None req-f1748b44-c54f-4632-9fda-b91115bc1367 - - - - - -] Attempt 1 to provision port 264d2e44-5b41-402c-add9-dddd7c6a4436 2026-08-12 01:35:16.579 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port ab639b82-d182-4ddc-b0e9-2c4ff45af800 2026-08-12 01:35:16.678 12 INFO neutron.notifiers.nova [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Nova event matching ['req-5250bd02-d40c-41ac-9143-d3cb20a86def'] response: {'server_uuid': '85b8026b-1e6c-4d86-8d3c-b56073c97ac2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ab639b82-d182-4ddc-b0e9-2c4ff45af800', 'code': 200} 2026-08-12 01:35:18.067 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port ab639b82-d182-4ddc-b0e9-2c4ff45af800 2026-08-12 01:35:18.811 11 INFO neutron.plugins.ml2.plugin [None req-03985eb0-aacd-432c-8d6b-1cdb67443f65 - - - - - -] Attempt 1 to provision port 5bb5f018-e5f4-4aa6-a430-2b8992fc983a 2026-08-12 01:35:18.842 11 INFO neutron.plugins.ml2.plugin [None req-03985eb0-aacd-432c-8d6b-1cdb67443f65 - - - - - -] Attempt 1 to provision port ab639b82-d182-4ddc-b0e9-2c4ff45af800 2026-08-12 01:35:18.910 11 INFO neutron.plugins.ml2.plugin [None req-03985eb0-aacd-432c-8d6b-1cdb67443f65 - - - - - -] Attempt 1 to provision port d000acc7-5d88-4002-bb47-f997327ccbf7 2026-08-12 01:35:18.981 11 INFO neutron.plugins.ml2.plugin [None req-03985eb0-aacd-432c-8d6b-1cdb67443f65 - - - - - -] Attempt 1 to provision port 5f099cac-e742-4e33-bbd4-7298ed98a374 2026-08-12 01:35:19.002 11 INFO neutron.plugins.ml2.plugin [None req-03985eb0-aacd-432c-8d6b-1cdb67443f65 - - - - - -] Attempt 1 to provision port 264d2e44-5b41-402c-add9-dddd7c6a4436 2026-08-12 01:35:19.047 11 INFO neutron.plugins.ml2.plugin [None req-03985eb0-aacd-432c-8d6b-1cdb67443f65 - - - - - -] Attempt 1 to provision port 109a8ceb-4747-4c85-96f3-e7f623f0d2b7 2026-08-12 01:35:19.071 11 INFO neutron.plugins.ml2.plugin [None req-03985eb0-aacd-432c-8d6b-1cdb67443f65 - - - - - -] Attempt 1 to provision port ce279e7b-7071-4229-86d6-3376ad002242 2026-08-12 01:35:20.645 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port c6d0a86c-bb07-4aea-863c-b62dc846e29e 2026-08-12 01:35:20.778 11 INFO neutron.notifiers.nova [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Nova event matching ['req-1ebe8764-adde-4d77-a7b3-f51c426a24d2'] response: {'server_uuid': '47db878b-bf16-4dc6-900c-10e825655543', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c6d0a86c-bb07-4aea-863c-b62dc846e29e', 'code': 200} 2026-08-12 01:35:22.111 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port c6d0a86c-bb07-4aea-863c-b62dc846e29e 2026-08-12 01:35:22.328 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 5428553c-80bb-47c7-baf7-c8f81a798688 2026-08-12 01:35:22.622 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 109a8ceb-4747-4c85-96f3-e7f623f0d2b7 2026-08-12 01:35:22.892 12 INFO neutron.plugins.ml2.plugin [None req-da54ad05-b6eb-4cc9-a7a4-0b9d166117a1 - - - - - -] Attempt 1 to provision port 5bb5f018-e5f4-4aa6-a430-2b8992fc983a 2026-08-12 01:35:22.997 12 INFO neutron.plugins.ml2.plugin [None req-da54ad05-b6eb-4cc9-a7a4-0b9d166117a1 - - - - - -] Attempt 1 to provision port c6d0a86c-bb07-4aea-863c-b62dc846e29e 2026-08-12 01:35:23.041 12 INFO neutron.plugins.ml2.plugin [None req-da54ad05-b6eb-4cc9-a7a4-0b9d166117a1 - - - - - -] Attempt 1 to provision port d000acc7-5d88-4002-bb47-f997327ccbf7 2026-08-12 01:35:23.086 12 INFO neutron.plugins.ml2.plugin [None req-da54ad05-b6eb-4cc9-a7a4-0b9d166117a1 - - - - - -] Attempt 1 to provision port 5f099cac-e742-4e33-bbd4-7298ed98a374 2026-08-12 01:35:23.202 12 INFO neutron.plugins.ml2.plugin [None req-da54ad05-b6eb-4cc9-a7a4-0b9d166117a1 - - - - - -] Attempt 1 to provision port 109a8ceb-4747-4c85-96f3-e7f623f0d2b7 2026-08-12 01:35:23.251 12 INFO neutron.plugins.ml2.plugin [None req-da54ad05-b6eb-4cc9-a7a4-0b9d166117a1 - - - - - -] Attempt 1 to provision port ce279e7b-7071-4229-86d6-3376ad002242 2026-08-12 01:35:24.138 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 5f099cac-e742-4e33-bbd4-7298ed98a374 2026-08-12 01:35:24.347 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 5428553c-80bb-47c7-baf7-c8f81a798688 2026-08-12 01:35:24.549 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 5bb5f018-e5f4-4aa6-a430-2b8992fc983a 2026-08-12 01:35:24.772 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 109a8ceb-4747-4c85-96f3-e7f623f0d2b7 2026-08-12 01:35:25.952 11 INFO neutron.plugins.ml2.plugin [None req-b44e3e6f-2891-4eba-8599-23eabd345b43 - - - - - -] Attempt 1 to provision port 5bb5f018-e5f4-4aa6-a430-2b8992fc983a 2026-08-12 01:35:26.008 11 INFO neutron.plugins.ml2.plugin [None req-b44e3e6f-2891-4eba-8599-23eabd345b43 - - - - - -] Attempt 1 to provision port 109a8ceb-4747-4c85-96f3-e7f623f0d2b7 2026-08-12 01:35:26.057 11 INFO neutron.plugins.ml2.plugin [None req-b44e3e6f-2891-4eba-8599-23eabd345b43 - - - - - -] Attempt 1 to provision port 5f099cac-e742-4e33-bbd4-7298ed98a374 2026-08-12 01:35:28.116 12 INFO neutron.plugins.ml2.plugin [None req-7ab866e7-6a16-4bc4-9ba1-d15e494ff37c - - - - - -] Attempt 1 to provision port 109a8ceb-4747-4c85-96f3-e7f623f0d2b7 2026-08-12 01:35:28.175 12 INFO neutron.plugins.ml2.plugin [None req-7ab866e7-6a16-4bc4-9ba1-d15e494ff37c - - - - - -] Attempt 1 to provision port 5f099cac-e742-4e33-bbd4-7298ed98a374 2026-08-12 01:35:29.469 12 INFO neutron.plugins.ml2.plugin [None req-0dd5adef-8eac-48f5-aa75-0b8e15a5e89b - - - - - -] Attempt 1 to provision port c6d0a86c-bb07-4aea-863c-b62dc846e29e 2026-08-12 01:35:36.122 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port febb319d-4367-47ba-98a6-c30ed71e2a47 2026-08-12 01:35:36.420 12 INFO neutron.notifiers.nova [None req-60bb0db8-ef20-4ff5-880a-64f40be23415 - - - - - -] Nova event matching ['req-cce8e00c-d8b2-4cb6-a4e7-681c07398cc9'] response: {'server_uuid': '8fe44c3c-a9af-4bf3-8f05-f78ed808e9c3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'febb319d-4367-47ba-98a6-c30ed71e2a47', 'code': 200} 2026-08-12 01:35:38.089 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port febb319d-4367-47ba-98a6-c30ed71e2a47 2026-08-12 01:36:10.002 11 INFO neutron.plugins.ml2.plugin [None req-bea5539a-dae9-4679-8c96-21b852d9ff26 - - - - - -] Attempt 1 to provision port fe336b45-959d-46d3-b2f3-57b701da2c9c 2026-08-12 01:36:32.655 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port c2325e29-abd8-473f-ba34-ffb08dcdf4d4 2026-08-12 01:36:33.158 11 INFO neutron.notifiers.nova [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Nova event matching ['req-257f4f94-5bb1-45a4-9aa7-cd88cc86aa42'] response: {'server_uuid': '9a877d3d-1198-46da-82fe-634afe345607', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c2325e29-abd8-473f-ba34-ffb08dcdf4d4', 'code': 200} 2026-08-12 01:36:34.189 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port c2325e29-abd8-473f-ba34-ffb08dcdf4d4 2026-08-12 01:37:13.046 12 INFO neutron.plugins.ml2.plugin [None req-b1f8bde5-60bf-45e6-9629-284eef798746 - - - - - -] Attempt 1 to provision port 1f0835a6-bdeb-45c3-927a-4252027f8b93 2026-08-12 01:37:18.158 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 1f0835a6-bdeb-45c3-927a-4252027f8b93 2026-08-12 01:37:18.266 11 INFO neutron.notifiers.nova [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Nova event matching ['req-f375e2fb-297a-4bff-9da3-09c560967778'] response: {'server_uuid': '9a877d3d-1198-46da-82fe-634afe345607', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1f0835a6-bdeb-45c3-927a-4252027f8b93', 'code': 200} 2026-08-12 01:37:20.141 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 1f0835a6-bdeb-45c3-927a-4252027f8b93 2026-08-12 01:37:22.656 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 1f0835a6-bdeb-45c3-927a-4252027f8b93 2026-08-12 01:37:45.404 12 INFO neutron.plugins.ml2.plugin [None req-85751a25-79c1-4413-a1ed-49b5f352d253 - - - - - -] Attempt 1 to provision port f38801de-b1f4-4892-a57b-7a414cc61ed3 2026-08-12 01:37:53.741 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port f38801de-b1f4-4892-a57b-7a414cc61ed3 2026-08-12 01:37:54.026 12 INFO neutron.notifiers.nova [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Nova event matching ['req-53d7c90d-f45e-4eac-a8bf-f08fce358ba6'] response: {'server_uuid': '9a877d3d-1198-46da-82fe-634afe345607', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f38801de-b1f4-4892-a57b-7a414cc61ed3', 'code': 200} 2026-08-12 01:37:54.318 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port f38801de-b1f4-4892-a57b-7a414cc61ed3 2026-08-12 01:38:03.176 11 INFO neutron.plugins.ml2.plugin [None req-6d0cffa5-2638-4fdc-840a-e9eba1cc1499 - - - - - -] Attempt 1 to provision port 66609843-18b5-44ef-af52-8ad675dbc2c9 2026-08-12 01:38:10.366 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 66609843-18b5-44ef-af52-8ad675dbc2c9 2026-08-12 01:38:10.464 12 INFO neutron.notifiers.nova [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Nova event matching ['req-66cdfad3-69a7-466d-afba-87819711f317'] response: {'server_uuid': '9a877d3d-1198-46da-82fe-634afe345607', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '66609843-18b5-44ef-af52-8ad675dbc2c9', 'code': 200} 2026-08-12 01:38:12.330 11 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 66609843-18b5-44ef-af52-8ad675dbc2c9 2026-08-12 01:38:13.851 11 INFO neutron.plugins.ml2.plugin [None req-59927ecd-b9a8-40be-997a-dad36c1a770b - - - - - -] Attempt 1 to provision port f38801de-b1f4-4892-a57b-7a414cc61ed3 2026-08-12 01:38:14.394 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port f38801de-b1f4-4892-a57b-7a414cc61ed3 2026-08-12 01:38:25.374 12 INFO neutron.plugins.ml2.plugin [None req-b7c189bb-fee8-43c5-91c4-cbc0fffaabe2 - - - - - -] Attempt 1 to provision port 66609843-18b5-44ef-af52-8ad675dbc2c9 2026-08-12 01:38:26.427 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port 66609843-18b5-44ef-af52-8ad675dbc2c9 2026-08-12 01:38:26.739 11 INFO neutron.plugins.ml2.plugin [None req-722c78e3-c411-4b98-a9ed-8a879d83ab44 - - - - - -] Attempt 1 to provision port 66609843-18b5-44ef-af52-8ad675dbc2c9 2026-08-12 01:38:35.804 11 INFO neutron.plugins.ml2.plugin [None req-67c6493e-8af8-4a9f-9c4d-51be9f7cb871 - - - - - -] Attempt 1 to provision port f38801de-b1f4-4892-a57b-7a414cc61ed3 2026-08-12 01:38:36.399 12 INFO neutron.plugins.ml2.plugin [None req-87768826-233e-42b1-bb99-3e5a7e8f5e26 - - - - - -] Attempt 1 to provision port f38801de-b1f4-4892-a57b-7a414cc61ed3